[netbeans] 01/05: Imported Debian patch 8.0.2+dfsg1-1

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jun 10 22:42:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository netbeans.

commit d39220c911b75b9266bcd0aacb6ce2fa8fafc16f
Merge: f0f2304 bd237e2
Author: Markus Koschany <apo at gambaru.de>
Date:   Sun Jun 7 02:22:27 2015 +0200

    Imported Debian patch 8.0.2+dfsg1-1

 .../netbeans/modules/ant/browsetask/NbBrowse.java  |       39 +-
 ant.browsetask/manifest.mf                         |        2 +-
 ant.browsetask/nbproject/project.properties        |        9 +-
 ant.browsetask/nbproject/project.xml               |       27 +-
 ant.debugger/nbproject/project.properties          |        2 +-
 ant.debugger/nbproject/project.xml                 |       25 +-
 .../modules/ant/debugger/AdvancedActionPanel.java  |        2 +-
 .../netbeans/modules/ant/debugger/AntDebugger.java |      262 +-
 .../ant/debugger/AntDebuggerEngineProvider.java    |        4 +
 .../modules/ant/debugger/Bundle.properties         |        3 +-
 .../modules/ant/debugger/CallStackModel.java       |       17 +-
 .../modules/ant/debugger/DebuggerAnnotation.java   |       15 +-
 .../modules/ant/debugger/DebuggerAntLogger.java    |       47 +-
 .../ant/debugger/DebuggerBreakpointAnnotation.java |       18 +-
 .../netbeans/modules/ant/debugger/IOManager.java   |       13 +-
 .../modules/ant/debugger/RunTargetAction.java      |       69 +
 .../modules/ant/debugger/RunTargetsAction.java     |       66 +-
 .../ant/debugger/SessionsTableModelFilter.java     |      192 +
 .../org/netbeans/modules/ant/debugger/Task.java    |        1 -
 .../modules/ant/debugger/ToolTipAnnotation.java    |        6 +-
 .../org/netbeans/modules/ant/debugger/Utils.java   |      173 +-
 .../modules/ant/debugger/VariablesModel.java       |       14 +-
 .../modules/ant/debugger/VerticalGridLayout.java   |      186 +
 .../modules/ant/debugger/WatchesModel.java         |       22 +-
 .../ant/debugger/breakpoints/AntBreakpoint.java    |        5 +-
 .../breakpoints/AntBreakpointActionProvider.java   |        3 +
 .../breakpoints/BreakpointAnnotationListener.java  |        5 +-
 .../ant/debugger/breakpoints/BreakpointModel.java  |       15 +-
 .../debugger/breakpoints/BreakpointsReader.java    |       18 +-
 .../debugger/breakpoints/PersistenceManager.java   |       13 +-
 .../modules/ant/debugger/resources/mf-layer.xml    |       18 -
 .../netbeans/modules/ant/debugger/StepTest.java    |       26 +-
 ant.freeform/manifest.mf                           |        2 +-
 ant.freeform/nbproject/project.properties          |        5 +
 ant.freeform/nbproject/project.xml                 |       33 +-
 .../org/netbeans/modules/ant/freeform/Actions.java |      291 +-
 .../modules/ant/freeform/ArtifactProvider.java     |        3 +-
 .../modules/ant/freeform/Bundle.properties         |        3 +-
 .../modules/ant/freeform/FreeformEvaluator.java    |        3 +
 .../freeform/FreeformFileEncodingQueryImpl.java    |       35 +-
 .../modules/ant/freeform/FreeformProject.java      |        1 +
 .../ant/freeform/FreeformSharabilityQuery.java     |       22 +-
 .../modules/ant/freeform/FreeformSources.java      |      122 +-
 .../netbeans/modules/ant/freeform/Subprojects.java |       25 +-
 .../modules/ant/freeform/resources/layer.xml       |        4 -
 .../ant/freeform/ui/BasicProjectInfoPanel.form     |       26 +-
 .../ant/freeform/ui/BasicProjectInfoPanel.java     |       40 +-
 .../freeform/ui/BasicProjectInfoWizardPanel.java   |        2 -
 .../modules/ant/freeform/ui/Bundle.properties      |        3 +-
 .../ant/freeform/ui/GeneralInformationPanel.form   |        4 +-
 .../ant/freeform/ui/ProjectCustomizerProvider.java |       29 +-
 .../extsrcroot/src/org/foo/Foo.java                |       39 +
 .../extsrcroot/src2/org/bar/Bar.java               |       39 +
 .../FreeForm/src/javaapplication1/Main.java        |       39 +
 .../freeforminside/src/javaapplication1/Main.java  |       39 +
 .../simple/antsrc/org/foo/ant/SpecialTask.java     |       39 +
 .../example-projects/simple/nbproject/project.xml  |       12 +
 .../simple/src/org/foo/myapp/MyApp.java            |       39 +
 .../simple/src/org/foo/myapp/SomeFile.java         |       39 +
 .../example-projects/simple2/src1/pkg1/Clazz.java  |       39 +
 .../simple2/src1a/pkg1/Clazz2.java                 |       39 +
 .../example-projects/simple2/src2/pkg2/Clazz.java  |       39 +
 .../simple2/test1/pkg1/Clazz2Test.java             |       39 +
 .../simple2/test1/pkg1/ClazzTest.java              |       39 +
 .../simple2/test2/pkg2/ClazzTest.java              |       39 +
 .../simple3/src/javaapplication1/Main.java         |       39 +
 .../web_jakarta/src/mypackage/HelloWorld.java      |       39 +
 .../netbeans/modules/ant/freeform/ActionsTest.java |        8 +-
 .../modules/ant/freeform/ArtifactProviderTest.java |       11 +-
 .../FreeformFileEncodingQueryImplTest.java         |       96 +
 .../ant/freeform/FreeformSharabilityQueryTest.java |       15 +-
 .../modules/ant/freeform/FreeformSourcesTest.java  |       59 +-
 .../modules/ant/freeform/LookupMergerImplTest.java |        3 +-
 .../netbeans/modules/ant/freeform/TestBase.java    |        3 -
 .../netbeans/modules/ant/freeform/ui/ViewTest.java |       36 +-
 ant.grammar/manifest.mf                            |        3 +-
 ant.grammar/nbproject/project.properties           |        4 +
 ant.grammar/nbproject/project.xml                  |       33 +-
 .../netbeans/modules/ant/grammar/AntGrammar.java   |       74 +-
 .../ant/grammar/AntGrammarQueryProvider.java       |       11 +-
 .../ant/grammar/AntHighlightsLayerFactory.java     |        2 +
 .../org/netbeans/modules/ant/grammar/mf-layer.xml  |       63 -
 .../org/netbeans/modules/ant/grammar/package.html  |       30 -
 ant.kit/manifest.mf                                |        3 +-
 ant.kit/nbproject/project.xml                      |       10 +-
 api.annotations.common/apichanges.xml              |       31 +
 api.annotations.common/arch.xml                    |       49 +-
 api.annotations.common/manifest.mf                 |        2 +-
 .../org-netbeans-api-annotations-common.sig        |       11 +-
 .../services/javax.annotation.processing.Processor |        1 +
 .../api/annotations/common/StaticResource.java     |       78 +
 .../api/annotations/common/SuppressWarnings.java   |        9 +
 .../common/proc/StaticResourceProcessor.java       |      135 +
 api.debugger.jpda/apichanges.xml                   |      108 +
 api.debugger.jpda/manifest.mf                      |        2 +-
 .../nbproject/org-netbeans-api-debugger-jpda.sig   |       68 +-
 api.debugger.jpda/nbproject/project.xml            |       20 +-
 .../api/debugger/jpda/AttachingDICookie.java       |       19 +-
 .../netbeans/api/debugger/jpda/Bundle.properties   |        2 +-
 .../netbeans/api/debugger/jpda/CallStackFrame.java |        8 +-
 .../src/org/netbeans/api/debugger/jpda/Field.java  |        3 +-
 .../netbeans/api/debugger/jpda/JPDABreakpoint.java |      147 +-
 .../netbeans/api/debugger/jpda/JPDAClassType.java  |       19 +
 .../netbeans/api/debugger/jpda/JPDADebugger.java   |       96 +-
 .../org/netbeans/api/debugger/jpda/JPDAWatch.java  |        3 +-
 .../api/debugger/jpda/LaunchingDICookie.java       |        2 +-
 .../netbeans/api/debugger/jpda/LineBreakpoint.java |      132 +-
 .../api/debugger/jpda/ListeningDICookie.java       |        7 +-
 .../netbeans/api/debugger/jpda/LocalVariable.java  |        3 +-
 .../api/debugger/jpda/MutableVariable.java         |       81 +
 .../netbeans/api/debugger/jpda/ObjectVariable.java |        7 +-
 .../org/netbeans/api/debugger/jpda/Variable.java   |       10 +
 .../debugger/jpda/event/JPDABreakpointEvent.java   |        2 +
 .../jpda/apiregistry/DebuggerProcessor.java        |       13 +-
 .../spi/debugger/jpda/BreakpointsClassFilter.java  |      161 +
 .../netbeans/spi/debugger/jpda/EditorContext.java  |       45 +-
 api.debugger/apichanges.xml                        |       56 +
 api.debugger/manifest.mf                           |        2 +-
 .../nbproject/org-netbeans-api-debugger.sig        |       20 +-
 api.debugger/nbproject/project.xml                 |       19 +-
 .../org/netbeans/api/debugger/ActionsManager.java  |      366 +-
 .../src/org/netbeans/api/debugger/Breakpoint.java  |       92 +
 .../org/netbeans/api/debugger/Bundle.properties    |        2 +-
 .../org/netbeans/api/debugger/LazyArrayList.java   |        4 +
 .../src/org/netbeans/api/debugger/Lookup.java      |      555 +-
 .../src/org/netbeans/api/debugger/PathLookup.java  |        4 +-
 .../org/netbeans/api/debugger/PositionedList.java  |       67 +
 .../src/org/netbeans/api/debugger/Properties.java  |      174 +-
 .../src/org/netbeans/api/debugger/Session.java     |       37 +-
 .../org/netbeans/api/debugger/SessionBridge.java   |      218 +
 .../src/org/netbeans/api/debugger/Watch.java       |       38 +-
 .../debugger/registry/DebuggerProcessor.java       |        5 +-
 .../org/netbeans/spi/debugger/ActionsProvider.java |       45 +-
 .../netbeans/spi/debugger/ContextAwareSupport.java |        8 +-
 .../org/netbeans/spi/debugger/SessionProvider.java |        6 +
 api.java.classpath/manifest.mf                     |        2 +-
 .../nbproject/org-netbeans-api-java-classpath.sig  |        5 +-
 api.java.classpath/nbproject/project.properties    |        6 +-
 api.java.classpath/nbproject/project.xml           |       12 +-
 .../api/java/classpath/ClassLoaderSupport.java     |        9 +-
 .../org/netbeans/api/java/classpath/ClassPath.java |      161 +-
 .../api/java/classpath/GlobalPathRegistry.java     |        9 +-
 .../api/java/queries/BinaryForSourceQuery.java     |       32 +-
 .../SimplePathResourceImplementation.java          |       26 +-
 .../java/classpath/support/ClassPathSupport.java   |        8 +-
 .../SourceForBinaryQueryImplementation.java        |        3 +-
 .../netbeans/api/java/classpath/ClassPathTest.java |       81 +-
 .../api/java/classpath/GlobalPathRegistryTest.java |       12 +-
 .../api/java/queries/BinaryForSourceQueryTest.java |        8 +-
 .../api/java/queries/SourceForBinaryQueryTest.java |       31 +-
 .../SimplePathResourceImplementationTest.java      |       28 +
 api.java/apichanges.xml                            |      104 +
 api.java/manifest.mf                               |        2 +-
 api.java/nbproject/org-netbeans-api-java.sig       |       83 +-
 api.java/nbproject/project.properties              |        4 +-
 api.java/nbproject/project.xml                     |       18 +-
 .../api/java/classpath/JavaClassPathConstants.java |        6 +
 .../api/java/queries/AccessibilityQuery.java       |        7 +-
 .../api/java/queries/SourceJavadocAttacher.java    |      148 +
 .../api/java/queries/SourceLevelQuery.java         |      229 +-
 .../queries/AccessibilityQueryImplementation.java  |        4 +-
 .../SourceJavadocAttacherImplementation.java       |      123 +
 .../queries/SourceLevelQueryImplementation.java    |        5 +-
 .../queries/SourceLevelQueryImplementation2.java   |       25 +-
 .../api/java/queries/SourceLevelQueryTest.java     |       65 +-
 api.maven/apichanges.xml                           |      167 +
 api.maven/arch.xml                                 |     1132 +
 api.maven/build.xml                                |       50 +
 api.maven/manifest.mf                              |        5 +
 api.maven/nbproject/project.properties             |       47 +
 api.maven/nbproject/project.xml                    |      122 +
 .../src/org/netbeans/api/maven/Bundle.properties   |       43 +
 .../netbeans/api/maven/archetype/Archetype.java    |      215 +
 .../api/maven/archetype/ArchetypeWizards.java      |      128 +
 .../netbeans/api/maven/archetype/ProjectInfo.java  |      108 +
 .../org/netbeans/api/maven/archetype/package.html  |       54 +
 .../modules/api/maven/archetype/ArchetypeTest.java |      116 +
 .../api/maven/archetype/ProjectInfoTest.java       |       63 +
 api.mobility/manifest.mf                           |        2 +-
 api.mobility/nbproject/project.xml                 |        5 +-
 .../netbeans/modules/mobility/Bundle.properties    |        2 +-
 api.progress/apichanges.xml                        |       16 +-
 api.progress/manifest.mf                           |        2 +-
 .../nbproject/org-netbeans-api-progress.sig        |       18 +-
 api.progress/nbproject/project.properties          |        5 +
 api.progress/nbproject/project.xml                 |        6 +-
 .../org/netbeans/api/progress/ProgressHandle.java  |       20 +-
 .../org/netbeans/api/progress/ProgressUtils.java   |      150 +-
 .../aggregate/AggregateProgressHandle.java         |        2 +-
 .../progress/aggregate/ProgressContributor.java    |       19 +-
 .../netbeans/modules/progress/spi/Controller.java  |       11 +-
 .../modules/progress/spi/InternalHandle.java       |       21 +-
 .../modules/progress/spi/RunOffEDTProvider.java    |       61 +
 .../netbeans/modules/progress/spi/TaskModel.java   |      161 +-
 .../org/netbeans/progress/module/LoggingUtils.java |       58 +
 .../netbeans/api/progress/ProgressHandleTest.java  |       27 +-
 .../org/netbeans/api/progress/RunOffEDTTest.java   |       12 +-
 api.search/apichanges.xml                          |      347 +
 api.search/arch.xml                                |     1311 +
 api.search/build.xml                               |        5 +
 api.search/manifest.mf                             |        5 +
 api.search/nbproject/org-netbeans-api-search.sig   |      610 +
 .../nbproject/project.properties                   |        0
 api.search/nbproject/project.xml                   |      219 +
 .../src/org/netbeans/api/search/Bundle.properties  |        3 +
 .../src/org/netbeans/api/search/RegexpUtil.java    |      188 +
 .../org/netbeans/api/search/ReplacePattern.java    |      143 +
 .../src/org/netbeans/api/search/SearchControl.java |      151 +
 .../src/org/netbeans/api/search/SearchHistory.java |      289 +
 .../src/org/netbeans/api/search/SearchPattern.java |      346 +
 .../src/org/netbeans/api/search/SearchRoot.java    |      147 +
 .../netbeans/api/search/SearchScopeOptions.java    |      222 +
 .../src/org/netbeans/api/search/package.html       |       70 +
 .../api/search/provider/FileNameMatcher.java       |      247 +
 .../netbeans/api/search/provider/SearchFilter.java |      134 +
 .../netbeans/api/search/provider/SearchInfo.java   |      205 +
 .../api/search/provider/SearchInfoUtils.java       |      291 +
 .../api/search/provider/SearchListener.java        |      133 +
 .../provider/impl/AbstractCompoundIterator.java    |      172 +
 .../provider/impl/AbstractFileObjectIterator.java  |       62 +
 .../search/provider/impl/CompoundSearchInfo.java   |      169 +
 .../api/search/provider/impl/DefinitionUtils.java  |       73 +
 .../provider/impl/DelegatingSearchFilter.java      |       99 +
 .../search/provider/impl/DelegatingSearchInfo.java |       90 +
 .../api/search/provider/impl/EmptySearchInfo.java  |       87 +
 .../api/search/provider/impl/FilterHelper.java     |      232 +
 .../search/provider/impl/FlatSearchIterator.java   |      156 +
 .../search/provider/impl/SimpleSearchIterator.java |      272 +
 .../org/netbeans/api/search/provider/package.html  |       69 +
 .../api/search/ui/ComponentController.java         |      114 +
 .../org/netbeans/api/search/ui/ComponentUtils.java |      191 +
 .../netbeans/api/search/ui/FileNameController.java |      346 +
 .../netbeans/api/search/ui/ScopeController.java    |      321 +
 .../api/search/ui/ScopeOptionsController.java      |      396 +
 .../api/search/ui/SearchPatternController.java     |      441 +
 .../src/org/netbeans/api/search/ui/package.html    |       60 +
 .../org/netbeans/modules/search/ActionManager.java |      271 +
 .../src/org/netbeans/modules/search/ArraySet.java  |      145 +
 .../netbeans/modules/search/BasicComposition.java  |      223 +
 .../modules/search/BasicSearchCriteria.java        |      528 +
 .../netbeans/modules/search/BasicSearchForm.java   |     1058 +
 .../modules/search/BasicSearchProvider.java        |      394 +
 .../org/netbeans/modules/search/Bundle.properties  |      341 +
 .../src/org/netbeans/modules/search/CleanTask.java |        0
 .../src/org/netbeans/modules/search/Constants.java |       88 +
 .../org/netbeans/modules/search/ContextView.java   |      595 +
 .../modules/search/DefaultSearchScopeProvider.java |       66 +
 .../netbeans/modules/search/FindDialogMemory.java  |      528 +
 .../netbeans/modules/search/FindInFilesAction.java |      276 +
 .../modules/search/GraphicalSearchListener.java    |      428 +
 .../netbeans/modules/search/IgnoreListPanel.form   |      115 +
 .../netbeans/modules/search/IgnoreListPanel.java   |      655 +
 .../src/org/netbeans/modules/search/Installer.java |       65 +
 .../src/org/netbeans/modules/search/Item.java      |       85 +
 .../netbeans/modules/search/ListComboBoxModel.java |      131 +
 .../src/org/netbeans/modules/search/Manager.java   |      647 +
 .../netbeans/modules/search/MatchingObject.java    |     1074 +
 .../search/OpenFilesSearchScopeProvider.java       |      167 +
 .../netbeans/modules/search/PatternSandbox.java    |     1070 +
 .../netbeans/modules/search/PrintDetailsTask.java  |      223 +
 .../src/org/netbeans/modules/search/Removable.java |       55 +
 .../modules/search/ReplaceInFilesAction.java       |      102 +
 .../org/netbeans/modules/search/ReplaceTask.java   |      243 +
 .../netbeans/modules/search/ResultDisplayer.java   |      141 +
 .../org/netbeans/modules/search/ResultModel.java   |      560 +
 .../org/netbeans/modules/search/ResultView.java    |      634 +
 .../netbeans/modules/search/ResultViewPanel.java   |      235 +
 .../netbeans/modules/search/SearchDisplayer.java   |        0
 .../org/netbeans/modules/search/SearchPanel.java   |      504 +
 .../netbeans/modules/search/SearchScopeBrowse.java |      305 +
 .../netbeans/modules/search/SearchScopeList.java   |      177 +
 .../org/netbeans/modules/search/SearchTask.java    |      212 +
 .../org/netbeans/modules/search/Selectable.java    |       63 +
 .../org/netbeans/modules/search/TextDetail.java    |     1001 +
 .../org/netbeans/modules/search/TextDisplayer.java |        0
 .../org/netbeans/modules/search/TextFetcher.java   |      188 +
 .../netbeans/modules/search/TextRegexpUtil.java    |      409 +
 .../src/org/netbeans/modules/search/Utils.java     |      103 +
 .../search/doc-files/manager-state-diagram.png     |      Bin
 .../search/doc-files/results-class-diagram.png     |      Bin
 .../modules/search/matcher/AbstractMatcher.java    |      163 +
 .../matcher/AsciiMultiLineMappedMatcher.java       |      203 +
 .../search/matcher/BufferedCharSequence.java       |      887 +
 .../modules/search/matcher/DefaultMatcher.java     |      227 +
 .../modules/search/matcher/FastMatcher.java        |      909 +
 .../search/matcher/FinishingTextDetailList.java    |       92 +
 .../modules/search/matcher/LineReader.java         |      217 +
 .../modules/search/matcher/MatcherUtils.java       |      123 +
 .../search/matcher/MultiLineMappedMatcherBig.java  |      522 +
 .../matcher/MultiLineMappedMatcherSmall.java       |      284 +
 .../search/matcher/MultiLineStreamMatcher.java     |      300 +
 .../modules/search/matcher/ReadLineBuffer.java     |      126 +
 .../search/matcher/SingleLineStreamMatcher.java    |      167 +
 .../modules/search/matcher/TrivialFileMatcher.java |       67 +
 .../netbeans/modules/search/res/collapseTree.png   |      Bin 0 -> 354 bytes
 .../org/netbeans/modules/search/res/context.gif    |      Bin
 .../org/netbeans/modules/search/res/context24.gif  |      Bin
 .../src/org/netbeans/modules/search/res/error.gif  |      Bin 0 -> 730 bytes
 .../org/netbeans/modules/search/res/expandTree.png |      Bin 0 -> 351 bytes
 .../org/netbeans/modules/search/res/file_view.png  |      Bin 0 -> 398 bytes
 .../src/org/netbeans/modules/search/res}/find.gif  |      Bin
 .../src/org/netbeans/modules/search/res/info.png   |      Bin 0 -> 766 bytes
 .../org/netbeans/modules/search/res/invalid.png    |      Bin
 .../netbeans/modules/search/res/logical_view.png   |      Bin 0 -> 429 bytes
 .../modules/search/res/multi_selection.png         |      Bin 0 -> 3319 bytes
 .../src/org/netbeans/modules/search/res/next.png   |      Bin
 .../src/org/netbeans/modules/search/res/prev.png   |      Bin
 .../org/netbeans/modules/search/res/refresh.png    |      Bin 0 -> 926 bytes
 .../netbeans/modules/search/res/replaceChecked.gif |      Bin
 .../src/org/netbeans/modules/search/res/search.gif |      Bin
 .../org/netbeans/modules/search/res/search32.gif   |      Bin
 .../src/org/netbeans/modules/search/res/show.gif   |      Bin
 .../src/org/netbeans/modules/search/res/stop.gif   |      Bin
 .../src/org/netbeans/modules/search/res}/stop.png  |      Bin
 .../org/netbeans/modules/search/res/textDetail.png |      Bin 0 -> 267 bytes
 .../org/netbeans/modules/search/res/warning.gif    |      Bin 0 -> 603 bytes
 .../search/ui/AbstractSearchResultsPanel.form      |       78 +
 .../search/ui/AbstractSearchResultsPanel.java      |      664 +
 .../search/ui/BasicAbstractResultsPanel.java       |      432 +
 .../search/ui/BasicReplaceResultsPanel.java        |      276 +
 .../modules/search/ui/BasicSearchResultsPanel.java |       65 +
 .../modules/search/ui/CheckBoxWithButtonPanel.java |      103 +
 .../search/ui/DefaultSearchResultsPanel.java       |      207 +
 .../modules/search/ui/FileObjectPropertySet.java   |      172 +
 .../modules/search/ui/FormLayoutHelper.java        |      183 +
 .../modules/search/ui/HideResultAction.java        |       86 +
 .../netbeans/modules/search/ui/IssuesPanel.java    |       71 +
 .../modules/search/ui/LinkButtonPanel.java         |      167 +
 .../modules/search/ui/MatchingObjectNode.java      |      496 +
 .../org/netbeans/modules/search/ui/MoreAction.java |      217 +
 .../search/ui/OpenMatchingObjectsAction.java       |      104 +
 .../modules/search/ui/PatternChangeListener.java   |       90 +
 .../netbeans/modules/search/ui/RefreshAction.java  |      102 +
 .../modules/search/ui/ReplaceCheckableNode.java    |       81 +
 .../search/ui/ResultsOutlineCellRenderer.java      |      203 +
 .../modules/search/ui/ResultsOutlineSupport.java   |      892 +
 .../netbeans/modules/search/ui/SelectInAction.java |      131 +
 .../modules/search/ui/ShorteningCellRenderer.java  |       74 +
 .../modules/search/ui/TextFieldFocusListener.java  |       70 +
 .../org/netbeans/modules/search/ui/UiUtils.java    |      161 +
 .../spi/search/SearchFilterDefinition.java         |      183 +
 .../netbeans/spi/search/SearchInfoDefinition.java  |      205 +
 .../spi/search/SearchInfoDefinitionFactory.java    |      260 +
 .../netbeans/spi/search/SearchScopeDefinition.java |      189 +
 .../spi/search/SearchScopeDefinitionProvider.java  |       57 +
 .../netbeans/spi/search/SubTreeSearchOptions.java  |       85 +
 .../search/impl/CompoundSearchInfoDefinition.java  |      168 +
 .../spi/search/impl/FlatSearchInfoDefinition.java  |       95 +
 .../spi/search/impl/SearchInfoDefinitionUtils.java |      167 +
 .../spi/search/impl/SharabilityFilter.java         |      136 +
 .../search/impl/SimpleSearchInfoDefinition.java    |      221 +
 .../search/impl/SubnodesSearchInfoDefinition.java  |      146 +
 .../netbeans/spi/search/impl/VisibilityFilter.java |      123 +
 .../src/org/netbeans/spi/search/package.html       |       61 +
 .../provider/DefaultSearchResultsDisplayer.java    |      234 +
 .../spi/search/provider/SearchComposition.java     |       81 +
 .../spi/search/provider/SearchProvider.java        |      297 +
 .../search/provider/SearchResultsDisplayer.java    |      144 +
 .../org/netbeans/spi/search/provider/package.html  |       55 +
 .../data/projects/UtilitiesTestProject/build.xml   |        0
 .../projects/UtilitiesTestProject}/manifest.mf     |        0
 .../UtilitiesTestProject/nbproject/build-impl.xml  |        0
 .../nbproject/genfiles.properties                  |        0
 .../nbproject/project.properties                   |        0
 .../UtilitiesTestProject/nbproject/project.xml     |        0
 .../test/utilities/basicsearch/TopLevelFile.java   |       55 +
 .../test/utilities/basicsearch/p1/P1File.java      |       55 +
 .../test/utilities/basicsearch/p2/P2File.java      |       55 +
 .../modules/search/BasicSearchAndReplaceTest.java  |      185 +
 .../test/modules/search/BasicSearchTest.java       |      150 +
 .../utilities/actions/SearchResultsViewAction.java |        0
 .../utilities/operators/SearchResultsOperator.java |        0
 .../test/utilities/testcase/Utilities.java         |        0
 .../testNonRecursiveSearchInfo.pass                |        1 +
 .../SearchIteratorTest/testPlainSearchInfo.pass    |        8 +
 .../testSharabilitySearchInfo.pass                 |        6 +
 .../testVisibSharSearchInfo.pass                   |        4 +
 .../testVisibilitySearchInfo.pass                  |        6 +
 .../test/unit/data/projects/Project1/build.xml     |       69 +
 .../test/unit/data/projects/Project1}/manifest.mf  |        0
 .../projects/Project1/nbproject/build-impl.xml     |      468 +
 .../Project1/nbproject/genfiles.properties         |        6 +
 .../projects/Project1/nbproject/project.properties |       50 +
 .../data/projects/Project1/nbproject/project.xml   |       10 +
 .../unit/data/projects/Project1/src/RootClass.java |       53 +
 .../Project1/src/foo/bar/baz/SampleClass.java      |       55 +
 .../src/foo/bar/baz/SampleClass_invisible.java     |       55 +
 .../src/foo/bar/baz/SampleClass_unsharable.java    |       55 +
 .../src/foo/bar/baz_unsharable/SomeClass.java      |       51 +
 .../src/foo/bar_invisible/AnotherClass.java        |       51 +
 .../src/foo_sharable/DummyClass_unsharable.java    |       51 +
 .../projects/Project1/test/abc/xyz/SimpleTest.java |       67 +
 api.search/test/unit/data/textFiles/latin2file.txt |        1 +
 api.search/test/unit/data/textFiles/utf8file.txt   |      128 +
 .../org/netbeans/api/search/RegexpUtilTest.java    |      191 +
 .../netbeans/api/search/ReplacePatternTest.java    |       73 +
 .../org/netbeans/api/search/SearchHistoryTest.java |      272 +
 .../org/netbeans/api/search/SearchPatternTest.java |      123 +
 .../search/provider/impl/FileNameMatcherTest.java  |      123 +
 .../search/provider/impl/SearchIteratorTest.java   |      207 +
 .../search/provider/impl/SharabilityQueryImpl.java |       80 +
 .../search/provider/impl/VisibilityQueryImpl.java  |       70 +
 .../api/search/ui/SearchPatternControllerTest.java |      171 +
 .../modules/search/BasicSearchCriteriaTest.java    |       72 +
 .../modules/search/BasicSearchFormTest.java        |        0
 .../modules/search/FindDialogMemoryTest.java       |      177 +
 .../modules/search/MatchingObjectTest.java         |      416 +
 .../modules/search/SearchScopeListTest.java        |      228 +
 .../netbeans/modules/search/SearchTestUtils.java   |       99 +
 .../modules/search/SpecialSearchGroupTest.java     |      153 +
 .../netbeans/modules/search/TextDetailTest.java    |      229 +
 .../modules/search/TextRegexpUtilTest.java         |      358 +
 .../src/org/netbeans/modules/search/data/0_bytes   |        0
 .../src/org/netbeans/modules/search/data/10_bytes  |        0
 .../src/org/netbeans/modules/search/data/1_byte    |        0
 .../org/netbeans/modules/search/data/matches_2.txt |        7 +
 .../netbeans/modules/search/data/more_than_4KB.txt |        0
 .../search/matcher/AbstractMatcherTest.java        |      133 +
 .../search/matcher/BufferedCharSequenceTest.java   |      454 +
 .../modules/search/matcher/Bundle.properties       |       13 +
 .../modules/search/matcher/DefaultMatcherTest.java |      115 +
 .../modules/search/matcher/LineReaderTest.java     |      126 +
 .../modules/search/matcher/MatcherTestUtils.java   |       66 +
 .../modules/search/matcher/MatchersTest.java       |      120 +
 .../modules/search/matcher/ReadLineBufferTest.java |       74 +
 .../matcher/SearchPerformanceComparator.form       |      215 +
 .../matcher/SearchPerformanceComparator.java       |      419 +
 .../search/ui/BasicSearchResultsPanelTest.java     |      183 +
 .../modules/search/ui/MatchingObjectNodeTest.java  |      144 +
 .../search/ui/ResultsOutlineSupportTest.java       |      291 +
 .../spi/search/SearchScopeDefinitionTest.java      |      165 +
 .../impl/SimpleSearchInfoDefinitionTest.java       |      128 +
 api.visual/apichanges.xml                          |       32 +
 api.visual/manifest.mf                             |        2 +-
 api.visual/nbproject/org-netbeans-api-visual.sig   |       33 +-
 api.visual/nbproject/project.properties            |        6 +
 api.visual/nbproject/project.xml                   |       13 +-
 .../api/visual/animator/SceneAnimator.java         |        8 +-
 .../api/visual/graph/layout/GraphLayout.java       |        4 +-
 .../org/netbeans/api/visual/laf/InputBindings.java |       20 +
 .../src/org/netbeans/api/visual/widget/Widget.java |        9 +-
 .../modules/visual/action/AlignWithSupport.java    |       20 +
 .../netbeans/modules/visual/action/PanAction.java  |        9 +-
 .../visual/graph/layout/HierarchicalLayout.java    |       44 +-
 .../BarycenterCrossingMinimizer.java               |       43 +-
 .../BarycenterXCoordinateAssigner.java             |       43 +-
 .../visual/apichanges/AnchorNotificationTest.java  |        6 +
 .../ConnectionWidgetCollisionsCollectorTest.java   |        6 +
 .../visual/apichanges/LabelOrientationTest.java    |        6 +
 .../visual/apichanges/OffscreenRenderingTest.java  |        6 +
 .../visual/apichanges/WidgetPaintBorderTest.java   |        7 +
 .../netbeans/modules/visual/basic/BasicTest.java   |        5 +
 .../bugs/FlowLayoutWeightOverflow108052Test.java   |        6 +
 .../bugs/GraphLayoutListenerRemoval197502Test.java |      179 +
 .../modules/visual/bugs/LayerWidget103528Test.java |        6 +
 api.web.webmodule/apichanges.xml                   |       15 +
 api.web.webmodule/manifest.mf                      |        2 +-
 .../nbproject/org-netbeans-api-web-webmodule.sig   |      370 +-
 api.web.webmodule/nbproject/project.properties     |        2 +
 api.web.webmodule/nbproject/project.xml            |       38 +-
 .../web/spi/webmodule/WebModuleExtender.java       |       22 +-
 api.xml/manifest.mf                                |        2 +-
 api.xml/nbproject/org-netbeans-api-xml.sig         |       16 +-
 api.xml/nbproject/project.properties               |        4 +
 api.xml/nbproject/project.xml                      |       52 +-
 .../api/xml/parsers/DocumentInputSource.java       |        8 +-
 .../spi/xml/cookies/DataObjectAdapters.java        |       24 +-
 .../netbeans/spi/xml/cookies/SharedXMLSupport.java |        6 -
 apisupport.ant/manifest.mf                         |        5 +-
 apisupport.ant/nbproject/project.properties        |       35 +
 apisupport.ant/nbproject/project.xml               |      399 +-
 .../apisupport/ant/TemplateNames.properties        |       50 -
 .../apisupport/project/ApisupportAntUtils.java     |      898 +
 .../modules/apisupport/project/Bundle.properties   |       52 +
 .../modules/apisupport/project/Evaluator.java      |      867 +
 .../apisupport/project/ModuleDependency.java       |        0
 .../apisupport/project/NbModuleProject.java        |     1159 +
 .../project/NbModuleProjectGenerator.java          |      507 +
 .../apisupport/project/NbModuleProviderImpl.java   |      305 +
 .../modules/apisupport/project/NbModuleType.java   |       50 +
 .../apisupport/project/NbProjectProviderImpl.java  |        1 +
 .../project/NbRefactoringProviderImpl.java         |      233 +
 .../apisupport/project/ProjectXMLManager.java      |     1163 +
 .../modules/apisupport/project/SuiteProvider.java  |        0
 .../java/hints/errors/SearchModuleDependency.java  |      453 +
 .../project/queries/AccessibilityQueryImpl.java    |      102 +
 .../queries/AnnotationProcessingQueryImpl.java     |        0
 .../project/queries/AntArtifactProviderImpl.java   |      127 +
 .../project/queries/BinaryForSourceImpl.java       |      160 +
 .../apisupport/project/queries/Bundle.properties   |        0
 .../project/queries/ClassPathProviderImpl.java     |      637 +
 .../project/queries/FileEncodingQueryImpl.java     |        0
 .../queries/GlobalJavadocForBinaryImpl.java        |      214 +
 .../project/queries/GlobalSourceForBinaryImpl.java |      431 +
 .../project/queries/JavadocForBinaryImpl.java      |      171 +
 .../queries/ModuleProjectClassPathExtender.java    |      213 +
 .../project/queries/OSGiSourceForBinaryImpl.java   |        0
 .../ProjectWhiteListQueryImplementation.java       |      340 +
 .../project/queries/SourceForBinaryImpl.java       |      217 +
 .../project/queries/SourceLevelQueryImpl.java      |        0
 .../project/queries/SubprojectProviderImpl.java    |      192 +
 .../queries/TemplateAttributesProvider.java        |      102 +
 .../queries/UnitTestForSourceQueryImpl.java        |      115 +
 .../queries/UpdateTrackingFileOwnerQuery.java      |      123 +
 .../apisupport/project/resources/build-impl-65.xsl |        0
 .../apisupport/project/resources/build-impl.xsl    |        0
 .../modules/apisupport/project/resources/build.xsl |        0
 .../apisupport/project/resources/bundle.png        |      Bin
 .../apisupport/project/resources/config-badge.gif  |      Bin
 .../apisupport/project/resources/defaultFolder.gif |      Bin
 .../project/resources/defaultFolderOpen.gif        |      Bin
 .../project}/resources/emptyApplication.html       |        0
 .../apisupport/project}/resources/emptyModule.html |        0
 .../apisupport/project}/resources/emptySuite.html  |        0
 .../modules/apisupport/project/resources/layer.xml |      259 +
 .../project}/resources/libraryModule.html          |        0
 .../resources/license-cddl-netbeans-sun.txt        |        0
 .../apisupport/project/resources/module.png        |      Bin
 .../resources/nb-module-project-private.xsd        |        0
 .../project/resources/nb-module-project2.xsd       |        0
 .../project/resources/nb-module-project3.xsd       |        0
 .../project/suite/SuiteBrandingModel.java          |      243 +
 .../project/suite/SuiteBrandingSupport.java        |      152 +
 .../apisupport/project/suite/SuiteProject.java     |      422 +
 .../project/suite/SuiteProjectGenerator.java       |      200 +
 .../apisupport/project/suite/SuiteProjectType.java |        0
 .../project/suite/SuiteSubprojectProviderImpl.java |      129 +
 .../apisupport/project/suite/SuiteType.java        |       52 +
 .../project/suite/resources/build-impl-65.xsl      |        0
 .../project/suite/resources/build-impl.xsl         |      111 +
 .../apisupport/project/suite/resources/build.xsl   |        0
 .../project/suite/resources/module-badge.png       |      Bin
 .../resources/nb-module-suite-project-private.xsd  |        0
 .../suite/resources/nb-module-suite-project.xsd    |        0
 .../project/suite/resources/platform.xsl           |       41 +
 .../apisupport/project/suite/resources/suite.png   |      Bin
 .../apisupport/project/suite/resources/wait.png    |      Bin
 .../apisupport/project/ui/ActionFilterNode.java    |      256 +
 .../apisupport/project/ui/AnnotatedNode.java       |        0
 .../project/ui/ApisupportAntUIUtils.java           |      305 +
 .../apisupport/project/ui/Bundle.properties        |      108 +
 .../project/ui/ImportantFilesNodeFactory.java      |      425 +
 .../apisupport/project/ui/LibrariesNode.java       |      751 +
 .../project/ui/LibrariesNodeFactory.java           |        0
 .../project/ui/LibrariesSourceGroup.java           |      125 +
 .../apisupport/project/ui/ModuleActions.java       |     1002 +
 .../apisupport/project/ui/ModuleLogicalView.java   |      189 +
 .../apisupport/project/ui/ModuleOperations.java    |      222 +
 .../apisupport/project/ui/ModuleUISettings.java    |      150 +
 .../apisupport/project/ui/ModulesNodeFactory.java  |      409 +
 .../apisupport/project/ui/PlatformNode.java        |      335 +
 .../apisupport/project/ui/ShowJavadocAction.java   |      166 +
 .../apisupport/project/ui/SourcesNodeFactory.java  |        0
 .../apisupport/project/ui/SuiteActions.java        |      513 +
 .../apisupport/project/ui/SuiteLogicalView.java    |      185 +
 .../apisupport/project/ui/SuiteOperations.java     |      325 +
 .../project/ui/TestDataDirsNodeFactory.java        |      208 +
 .../project/ui/UnitTestLibrariesNode.java          |      668 +
 .../project/ui/customizer/AddFriendPanel.form      |       63 +
 .../project/ui/customizer/AddFriendPanel.java      |      190 +
 .../project/ui/customizer/AddModuleFilter.java     |      142 +
 .../project/ui/customizer/AddModulePanel.form      |      217 +
 .../project/ui/customizer/AddModulePanel.java      |      732 +
 .../project/ui/customizer/BasicCustomizer.java     |      230 +
 .../project/ui/customizer/Bundle.properties        |      363 +
 .../project/ui/customizer/ClusterInfo.java         |      238 +
 .../project/ui/customizer/Clusterize.java          |      270 +
 .../project/ui/customizer/ClusterizeAction.java    |        0
 .../project/ui/customizer/ClusterizeInfo.java      |      180 +
 .../ui/customizer/ClusterizeVisualPanel1.form      |        0
 .../ui/customizer/ClusterizeVisualPanel1.java      |        0
 .../ui/customizer/ClusterizeVisualPanel2.form      |        0
 .../ui/customizer/ClusterizeVisualPanel2.java      |        0
 .../ui/customizer/ClusterizeVisualPanel3.form      |        0
 .../ui/customizer/ClusterizeVisualPanel3.java      |        0
 .../ui/customizer/ClusterizeWizardPanel1.java      |      109 +
 .../ui/customizer/ClusterizeWizardPanel2.java      |      130 +
 .../ui/customizer/ClusterizeWizardPanel3.java      |       91 +
 .../project/ui/customizer/CustomizerCompiling.form |        0
 .../project/ui/customizer/CustomizerCompiling.java |        0
 .../ui/customizer/CustomizerCompilingFactory.java  |        0
 .../ui/customizer/CustomizerComponentFactory.java  |      506 +
 .../project/ui/customizer/CustomizerDisplay.form   |      151 +
 .../project/ui/customizer/CustomizerDisplay.java   |      338 +
 .../ui/customizer/CustomizerDisplayFactory.java    |        0
 .../project/ui/customizer/CustomizerLibraries.form |      460 +
 .../project/ui/customizer/CustomizerLibraries.java |      954 +
 .../ui/customizer/CustomizerLibrariesFactory.java  |       83 +
 .../project/ui/customizer/CustomizerPackaging.form |        0
 .../project/ui/customizer/CustomizerPackaging.java |      313 +
 .../ui/customizer/CustomizerPackagingFactory.java  |        0
 .../ui/customizer/CustomizerProviderImpl.java      |      103 +
 .../project/ui/customizer/CustomizerSources.form   |        0
 .../project/ui/customizer/CustomizerSources.java   |      232 +
 .../ui/customizer/CustomizerSourcesFactory.java    |        0
 .../ui/customizer/CustomizerVersioning.form        |      448 +
 .../ui/customizer/CustomizerVersioning.java        |      822 +
 .../ui/customizer/CustomizerVersioningFactory.java |        0
 .../project/ui/customizer/EditClusterPanel.form    |        0
 .../project/ui/customizer/EditClusterPanel.java    |      295 +
 .../project/ui/customizer/EditDependencyPanel.form |      259 +
 .../project/ui/customizer/EditDependencyPanel.java |      350 +
 .../ui/customizer/EditTestDependencyPanel.form     |        0
 .../ui/customizer/EditTestDependencyPanel.java     |        0
 .../customizer/JavaPlatformComponentFactory.java   |        0
 .../project/ui/customizer/ModuleProperties.java    |      405 +
 .../NbModulePackageModifierImplementation.java     |      113 +
 .../project/ui/customizer/NbPropertyPanel.form     |        0
 .../project/ui/customizer/NbPropertyPanel.java     |        0
 .../ui/customizer/SingleModuleProperties.java      |     1271 +
 .../project/ui/customizer/SuiteCustomizer.java     |        0
 .../customizer/SuiteCustomizerBasicBranding.form   |      120 +
 .../customizer/SuiteCustomizerBasicBranding.java   |      254 +
 .../SuiteCustomizerBasicBrandingFactory.java       |       81 +
 .../ui/customizer/SuiteCustomizerLibraries.form    |      247 +
 .../ui/customizer/SuiteCustomizerLibraries.java    |     1839 +
 .../SuiteCustomizerLibrariesFactory.java           |        0
 .../ui/customizer/SuiteCustomizerSources.form      |        0
 .../ui/customizer/SuiteCustomizerSources.java      |      237 +
 .../customizer/SuiteCustomizerSourcesFactory.java  |        0
 .../project/ui/customizer/SuiteProperties.java     |      454 +
 .../project/ui/customizer/SuiteUtils.java          |      563 +
 .../project/ui/customizer/package-info.java        |        0
 .../project/ui/platform/Bundle.properties          |      115 +
 .../project/ui/platform/HarnessUpgrader.java       |      123 +
 .../project/ui/platform/NbPlatformCustomizer.form  |      193 +
 .../project/ui/platform/NbPlatformCustomizer.java  |      401 +
 .../ui/platform/NbPlatformCustomizerHarness.form   |        0
 .../ui/platform/NbPlatformCustomizerHarness.java   |      290 +
 .../ui/platform/NbPlatformCustomizerJavadoc.form   |        0
 .../ui/platform/NbPlatformCustomizerJavadoc.java   |      309 +
 .../ui/platform/NbPlatformCustomizerModules.form   |        0
 .../ui/platform/NbPlatformCustomizerModules.java   |        0
 .../ui/platform/NbPlatformCustomizerSources.form   |        0
 .../ui/platform/NbPlatformCustomizerSources.java   |        0
 .../ui/platform/PlatformChooserVisualPanel.form    |      625 +
 .../ui/platform/PlatformChooserVisualPanel.java    |      273 +
 .../ui/platform/PlatformChooserWizardPanel.java    |       89 +
 .../ui/platform/PlatformComponentFactory.java      |      539 +
 .../ui/platform/PlatformInfoVisualPanel.form       |        0
 .../ui/platform/PlatformInfoVisualPanel.java       |      157 +
 .../ui/platform/PlatformInfoWizardPanel.java       |       88 +
 .../project/ui/wizard/BasicConfVisualPanel.form    |      153 +
 .../project/ui/wizard/BasicConfVisualPanel.java    |      372 +
 .../project/ui/wizard/BasicConfWizardPanel.java    |      103 +
 .../project/ui/wizard/BasicInfoVisualPanel.form    |      255 +
 .../project/ui/wizard/BasicInfoVisualPanel.java    |      628 +
 .../project/ui/wizard/BasicInfoWizardPanel.java    |      140 +
 .../apisupport/project/ui/wizard/Bundle.properties |      156 +
 .../ui/wizard/DefaultSuiteProjectDeletePanel.form  |      157 +
 .../ui/wizard/DefaultSuiteProjectDeletePanel.java  |      268 +
 .../ui/wizard/DefaultSuiteProjectOperations.java   |       90 +
 ...efaultSuiteProjectOperationsImplementation.java |      511 +
 .../project/ui/wizard/LibraryConfWizardPanel.java  |      103 +
 .../project/ui/wizard/LibraryStartVisualPanel.form |      113 +
 .../project/ui/wizard/LibraryStartVisualPanel.java |      465 +
 .../project/ui/wizard/LibraryStartWizardPanel.java |       86 +
 .../project/ui/wizard/NewModuleProjectData.java    |      212 +
 .../ui/wizard/NewNbModuleWizardIterator.java       |      384 +
 .../project/ui/wizard/NewTemplatePanel.java        |       94 +
 .../project/ui/wizard/NewTemplateVisualPanel.java  |       94 +
 .../project/ui/wizard/TypeChooserPanelImpl.form    |      231 +
 .../project/ui/wizard/TypeChooserPanelImpl.java    |      672 +
 .../project/ui/wizard/spi/Bundle.properties        |        0
 .../project/ui/wizard/spi/ModuleTypePanel.java     |        0
 .../project/universe/AbstractBinaryEntry.java      |      178 +
 .../apisupport/project/universe/AbstractEntry.java |      257 +
 .../project/universe/AbstractEntryWithSources.java |      176 +
 .../project/universe/BinaryClusterEntry.java       |       86 +
 .../apisupport/project/universe/BinaryEntry.java   |       87 +
 .../apisupport/project/universe/Bundle.properties  |       62 +
 .../apisupport/project/universe/ClusterUtils.java  |      213 +
 .../project/universe/DestDirProvider.java          |       81 +
 .../apisupport/project/universe/ExternalEntry.java |      135 +
 .../project/universe/HarnessVersion.java           |      152 +
 .../project/universe/JavadocRootsProvider.java     |        0
 .../project/universe/JavadocRootsSupport.java      |        0
 .../project/universe/LocalizedBundleInfo.java      |      323 +
 .../apisupport/project/universe/ModuleEntry.java   |      186 +
 .../apisupport/project/universe/ModuleList.java    |     1445 +
 .../apisupport/project/universe/NbPlatform.java    |     1048 +
 .../project/universe/NetBeansOrgEntry.java         |      167 +
 .../project/universe/NonexistentModuleEntry.java   |      104 +
 .../universe/PlatformLayersCacheManager.java       |      614 +
 .../project/universe/SourceRootsProvider.java      |        0
 .../project/universe/SourceRootsSupport.java       |      253 +
 .../apisupport/project/universe/TestEntry.java     |      227 +
 .../project/universe/TestModuleDependency.java     |        0
 .../unit/data/example-external-projects/README     |        0
 .../example-external-projects/javafx/build.xml     |        8 +
 .../example-external-projects/javafx/manifest.mf   |        5 +
 .../javafx/nbproject/build-impl.xml                |       42 +
 .../javafx/nbproject/genfiles.properties           |        8 +
 .../javafx/nbproject/platform.properties           |       23 +
 .../javafx}/nbproject/project.properties           |        0
 .../javafx/nbproject/project.xml                   |      102 +
 .../javafx/src/org/netbeans/test/fx/UseFx.java     |       52 +
 .../suite1/action-project/build.xml                |        0
 .../suite1/action-project/manifest.mf              |        0
 .../suite1/action-project/nbproject/build-impl.xml |        0
 .../action-project/nbproject/genfiles.properties   |        0
 .../action-project/nbproject/project.properties    |        0
 .../suite1/action-project/nbproject/project.xml    |        0
 .../action-project/nbproject/suite.properties      |        0
 .../examples/modules/action/Bundle.properties      |        0
 .../examples/modules/action/MagicAction.java       |       55 +
 .../org/netbeans/examples/modules/action/layer.xml |        0
 .../action-project/test/qa-functional/src/.exists  |        0
 .../example-external-projects/suite1/build.xml     |        0
 .../suite1/nbproject/build-impl.xml                |        0
 .../suite1/nbproject/genfiles.properties           |        0
 .../suite1/nbproject/platform.properties           |        0
 .../suite1/nbproject/project.properties            |        0
 .../suite1/nbproject/project.xml                   |        0
 .../suite1/support/lib-project/build.xml           |        0
 .../suite1/support/lib-project/manifest.mf         |        0
 .../support/lib-project/nbproject/build-impl.xml   |       30 +
 .../lib-project/nbproject/genfiles.properties      |        8 +
 .../lib-project/nbproject/project.properties       |        0
 .../support/lib-project/nbproject/project.xml      |        0
 .../support/lib-project/nbproject/suite.properties |        0
 .../examples/modules/lib/Bundle.properties         |        0
 .../netbeans/examples/modules/lib/LibClass.java    |       47 +
 .../examples/modules/lib/LibClassTest.java         |       52 +
 .../example-external-projects/suite2/build.xml     |        0
 .../suite2/misc-project/build.xml                  |        0
 .../suite2/misc-project/manifest.mf                |        0
 .../suite2/misc-project/nbproject/build-impl.xml   |        0
 .../misc-project/nbproject/genfiles.properties     |        0
 .../misc-project/nbproject/project.properties      |        0
 .../suite2/misc-project/nbproject/project.xml      |        0
 .../suite2/misc-project/nbproject/suite.properties |        0
 .../examples/modules/misc/Bundle.properties        |        0
 .../org/netbeans/examples/modules/misc/Misc.java   |       47 +
 .../netbeans/examples/modules/misc/MiscTest.java   |       51 +
 .../suite2/nbproject/build-impl.xml                |        0
 .../suite2/nbproject/genfiles.properties           |        0
 .../suite2/nbproject/platform.properties           |        0
 .../suite2/nbproject/project.properties            |        0
 .../suite2/nbproject/project.xml                   |        0
 .../suite3/dummy-project/build.xml                 |        0
 .../suite3/dummy-project/nbproject/build-impl.xml  |        0
 .../dummy-project/nbproject/genfiles.properties    |        0
 .../dummy-project/nbproject/platform.properties    |        0
 .../dummy-project/nbproject/project.properties     |        0
 .../suite3/dummy-project/nbproject/project.xml     |        0
 .../suite3/dummy-project/src/.placeholder          |        0
 .../dummy-project/test/unit/src/.placeholder       |        0
 .../example-external-projects/suite4/build.xml     |        0
 .../suite4/module1/build.xml                       |        0
 .../suite4/module1/manifest.mf                     |        0
 .../suite4/module1/nbproject/build-impl.xml        |        0
 .../suite4/module1/nbproject/genfiles.properties   |        0
 .../suite4/module1/nbproject/project.xml           |        0
 .../suite4/module1/nbproject/suite.properties      |        0
 .../suite4/module1/src/module1/Bundle.properties   |        0
 .../suite4/module1/src/module1/layer.xml           |        0
 .../suite4/module1/test/unit/src/aa/ATest.java     |        0
 .../suite4/module2/build.xml                       |        0
 .../suite4/module2/manifest.mf                     |        0
 .../suite4/module2/nbproject/build-impl.xml        |        0
 .../suite4/module2/nbproject/genfiles.properties   |        0
 .../suite4/module2/nbproject/project.xml           |        0
 .../suite4/module2/nbproject/suite.properties      |        0
 .../suite4/module2/src/module2/Bundle.properties   |        0
 .../suite4/module2/src/module2/layer.xml           |        0
 .../suite4/module2/test/unit/src/a/DepsTest.java   |        0
 .../suite4/nbproject/build-impl.xml                |        0
 .../suite4/nbproject/genfiles.properties           |        0
 .../suite4/nbproject/platform.properties           |        0
 .../suite4/nbproject/project.properties            |        0
 .../suite4/nbproject/project.xml                   |        0
 .../test/unit/data/layers/a-layer.xml              |        0
 .../test/unit/data/layers/b-layer.xml              |        0
 .../apisupport/project/ApisupportAntUtilsTest.java |      275 +
 .../AvoidModuleListInProjectConstructorTest.java   |       78 +
 .../project/BrokenPlatformReferenceTest.java       |      219 +
 .../project/CompilationDependencyTest.java         |      185 +
 .../modules/apisupport/project/EvaluatorTest.java  |      378 +
 .../apisupport/project/ExternalBuildDirTest.java   |        0
 .../apisupport/project/ModuleDependencyTest.java   |      183 +
 .../project/NbModuleProjectGeneratorTest.java      |      239 +
 .../apisupport/project/NbModuleProjectTest.java    |      246 +
 .../project/NbModuleProviderImplTest.java          |      111 +
 .../apisupport/project/NbModuleTestingTest.java    |      138 +
 .../apisupport/project/ProjectXMLManagerTest.java  |      800 +
 .../modules/apisupport/project/TestBase.java       |      480 +
 .../modules/apisupport/project/UseFxTest.java      |       99 +
 .../apisupport/project/api/LayerHandleTest.java    |        0
 .../project/jnlp/GenerateJNLPApplicationTest.java  |      616 +
 .../project/jnlp/GenerateJNLPApplicationTest.xsl   |        0
 .../apisupport/project/layers/LayerUtilsTest.java  |      666 +
 .../project/layers/TestBundle.properties           |        0
 .../modules/apisupport/project/layers/icon.png     |      Bin
 .../queries/AccessibilityQueryImplTest.java        |       81 +
 .../queries/AntArtifactProviderImplTest.java       |        0
 .../project/queries/BinaryForSourceImplTest.java   |       89 +
 .../project/queries/ClassPathProviderImplTest.java |     1130 +
 .../queries/GlobalJavadocForBinaryImplTest.java    |       88 +
 .../queries/GlobalSourceForBinaryImplTest.java     |      186 +
 .../project/queries/JavadocForBinaryImplTest.java  |        0
 .../ModuleProjectClassPathExtenderTest.java        |      190 +
 .../queries/OSGiSourceForBinaryImplTest.java       |        0
 .../project/queries/SourceForBinaryImplTest.java   |      177 +
 .../project/queries/SourceLevelQueryImplTest.java  |        0
 .../queries/SubprojectProviderImplTest.java        |      187 +
 .../queries/UnitTestForSourceQueryImplTest.java    |      115 +
 .../queries/UpdateTrackingFileOwnerQueryTest.java  |      107 +
 .../project/spi/BrandingSupportTest.java           |      226 +
 .../apisupport/project/suite/BuildNBMSTest.java    |        0
 .../project/suite/BuildZipDistributionTest.java    |      332 +
 .../apisupport/project/suite/MainCallback.java     |        0
 .../project/suite/SuiteBrandingModelTest.java      |      119 +
 .../project/suite/SuiteProjectGeneratorTest.java   |        0
 .../apisupport/project/suite/SuiteProjectTest.java |      177 +
 .../suite/SuiteSubprojectProviderImplTest.java     |        0
 .../apisupport/project/ui/LibrariesNodeTest.java   |        0
 .../apisupport/project/ui/ModuleActionsTest.java   |      166 +
 .../project/ui/ModuleLogicalViewTest.java          |      154 +
 .../project/ui/ModuleOperationsTest.java           |      172 +
 .../project/ui/SuiteLogicalViewTest.java           |      174 +
 .../apisupport/project/ui/SuiteOperationsTest.java |      179 +
 .../project/ui/UnitTestLibrariesNodeTest.java      |      291 +
 .../project/ui/customizer/AddModuleFilterTest.java |      131 +
 .../project/ui/customizer/AddModulePanelTest.java  |        0
 .../project/ui/customizer/ClusterUtilsTest.java    |      168 +
 .../ui/customizer/CustomizerLibrariesTest.java     |       81 +
 .../ui/customizer/SingleModulePropertiesTest.java  |      683 +
 .../customizer/SuiteCustomizerLibrariesTest.java   |      332 +
 .../customizer/SuiteCustomizerModuleListTest.java  |        0
 .../project/ui/customizer/SuitePropertiesTest.java |      332 +
 .../project/ui/customizer/SuiteUtilsTest.java      |      226 +
 .../platform/PlatformChooserVisualPanelTest.java   |       56 +
 .../ui/platform/PlatformComponentFactoryTest.java  |       97 +
 .../ui/wizard/LibraryStartVisualPanelTest.java     |        0
 .../ui/wizard/common/CreatedModifiedFilesTest.java |      704 +
 .../project/ui/wizard/spi/ModuleTypePanelTest.java |      194 +
 .../project/universe/ClusterUtilsTest.java         |        0
 .../project/universe/Issue167725DeadlockTest.java  |        0
 .../project/universe/LocalizedBundleInfoTest.java  |        0
 .../project/universe/ModuleListTest.java           |      459 +
 .../project/universe/NbPlatformTest.java           |       82 +
 .../project/universe/NetigsoModuleListTest.java    |        0
 .../universe/PlatformLayersCacheManagerTest.java   |      248 +
 .../apisupport/project/universe/TestEntryTest.java |       91 +
 .../project/universe/TestModuleDependencyTest.java |        0
 .../CustomerDBAccess/nbproject/project.properties  |        4 +-
 .../CustomerDBAccess/src/META-INF/eclipselink.xml  |        1 +
 .../CustomerDBAccess/src/META-INF/toplink.xml      |        1 +
 .../nbproject/genfiles.properties                  |        4 +-
 .../CustomerEditor/nbproject/genfiles.properties   |        4 +-
 .../modules/customereditor/EditorTopComponent.java |        6 +-
 .../org/netbeans/core/startup/Bundle.properties    |        3 +
 .../nbproject/build-impl.xml                       |        5 +-
 .../nbproject/genfiles.properties                  |        9 +-
 .../crud-sample-application/nbproject/platform.xml |       34 +
 apisupport.crudsample/manifest.mf                  |        2 +-
 apisupport.crudsample/nbproject/project.properties |        4 +-
 apisupport.crudsample/nbproject/project.xml        |       24 +-
 .../crudsample/SampleAppWizardExtraVisual.java     |        2 +-
 .../crudsample/SampleAppWizardPanel.java           |        6 +-
 apisupport.facebooksample/build.xml                |       18 -
 .../facebook-module/build.xml                      |       77 -
 .../facebook-module/manifest.mf                    |        6 -
 .../facebook-module/nbproject/build-impl.xml       |       42 -
 .../facebook-module/nbproject/genfiles.properties  |        8 -
 .../facebook-module/nbproject/platform.properties  |       52 -
 .../facebook-module/nbproject/project.properties   |       43 -
 .../facebook-module/nbproject/project.xml          |      132 -
 .../org/netbeans/modules/fcb/win/Bundle.properties |       71 -
 .../netbeans/modules/fcb/win/FcbTopComponent.form  |       33 -
 .../netbeans/modules/fcb/win/FcbTopComponent.java  |      209 -
 .../modules/fcb/win/FcbTopComponentSettings.xml    |       51 -
 .../modules/fcb/win/FcbTopComponentWstcref.xml     |       50 -
 .../org/netbeans/modules/fcb/win/LoginPanel.form   |       39 -
 .../org/netbeans/modules/fcb/win/LoginPanel.java   |      144 -
 .../org/netbeans/modules/fcb/win/UserPanel.form    |      183 -
 .../org/netbeans/modules/fcb/win/UserPanel.java    |      303 -
 .../src/org/netbeans/modules/fcb/win/layer.xml     |       76 -
 .../src/org/netbeans/saas/RestConnection.java      |      297 -
 .../src/org/netbeans/saas/RestResponse.java        |      162 -
 .../org/netbeans/saas/facebook/Bundle.properties   |       43 -
 .../facebook/FacebookSocialNetworkingService.java  |      237 -
 ...cebookSocialNetworkingServiceAuthenticator.java |      255 -
 ...socialnetworkingserviceauthenticator.properties |       43 -
 .../netbeans/saas/resources/FacebookResponse.xsd   |     1733 -
 apisupport.facebooksample/manifest.mf              |        7 -
 apisupport.facebooksample/nbproject/project.xml    |       95 -
 .../apisupport/facebooksample/Bundle.properties    |        8 -
 .../facebooksample/FcbModuleDescription.html       |       46 -
 .../facebooksample/FcbModulePanelVisual.form       |      122 -
 .../facebooksample/FcbModulePanelVisual.java       |      300 -
 .../facebooksample/FcbModuleWizardIterator.java    |      233 -
 .../facebooksample/FcbModuleWizardPanel.java       |      134 -
 .../apisupport/facebooksample/facebook_16.png      |      Bin 3322 -> 0 bytes
 .../modules/apisupport/facebooksample/layer.xml    |       64 -
 .../src/org/netbeans/feedreader/Bundle.properties  |        1 +
 .../feedreader/nodes/RssFolderChildren.java        |       14 +-
 .../org/netbeans/core/startup/Bundle.properties    |        4 +
 .../feedreader-suite/nbproject/platform.properties |        2 +-
 apisupport.feedreader/manifest.mf                  |        2 +-
 apisupport.feedreader/nbproject/project.properties |        2 +
 apisupport.feedreader/nbproject/project.xml        |       28 +-
 .../feedreader/FeedReaderWizardPanel.java          |       10 +-
 .../apisupport/project/BuildFeedreaderTest.java    |        6 +-
 apisupport.harness/build.xml                       |       10 +-
 apisupport.harness/external/binaries-list          |        2 +
 .../external/jnlp-servlet-license.txt              |       38 +
 .../external/jsearch-2.0_05-license.txt            |        2 +-
 .../jnlplauncher/InstalledFileLocatorImpl.java     |        3 +-
 .../modules/apisupport/jnlplauncher/Main.java      |        3 +
 apisupport.harness/manifest.mf                     |        2 +-
 apisupport.harness/nbproject/project.properties    |        5 +
 apisupport.harness/nbproject/project.xml           |        2 +-
 apisupport.harness/release/README                  |      183 +-
 apisupport.harness/release/build.xml               |       58 +-
 apisupport.harness/release/jnlp.xml                |       79 +-
 apisupport.harness/release/launchers/app.sh        |       12 +-
 apisupport.harness/release/osgi.xml                |       30 +-
 apisupport.harness/release/run.xml                 |       58 +-
 apisupport.harness/release/suite.xml               |       15 +-
 apisupport.harness/taskdefs.properties             |        2 +
 apisupport.harness/windows-launcher-src/Makefile   |       36 +-
 apisupport.harness/windows-launcher-src/app.rc     |        2 +-
 .../windows-launcher-src/applauncher.cpp           |       37 +-
 .../windows-launcher-src/applauncher.h             |        4 +
 .../nbproject/Makefile-Release.mk                  |       95 -
 .../nbproject/Makefile-app.exe.mk                  |      102 +
 .../nbproject/Makefile-app64.exe.mk                |      102 +
 .../nbproject/Makefile-impl.mk                     |       22 +-
 .../nbproject/Makefile-variables.mk                |       35 +
 .../nbproject/Package-Release.bash                 |       72 -
 .../nbproject/Package-app.exe.bash                 |       75 +
 .../nbproject/Package-app64.exe.bash               |       75 +
 .../nbproject/configurations.xml                   |       78 +-
 .../windows-launcher-src/nbproject/project.xml     |       11 +
 apisupport.installer.maven/manifest.mf             |        2 +-
 apisupport.installer.maven/nbproject/project.xml   |       32 +-
 .../apisupport/installer/maven/Bundle.properties   |        4 +-
 .../maven/actions/BuildInstallersAction.java       |       21 +-
 .../installer/maven/ui/Bundle.properties           |        1 -
 .../apisupport/installer/maven/ui/ExtraPanel.java  |       14 +-
 apisupport.installer/manifest.mf                   |        2 +-
 apisupport.installer/nbproject/project.xml         |       34 +-
 .../installer/actions/BuildInstallersAction.java   |        9 +-
 .../ui/SuiteInstallerProjectProperties.java        |       38 +
 apisupport.kit/manifest.mf                         |        2 +-
 apisupport.kit/nbproject/project.xml               |       26 +-
 apisupport.kit/release/VERSION.txt                 |        2 +-
 .../modules/apisupport/kit/Bundle.properties       |        1 +
 .../apisupport/project/docs/about/about-nbm.html   |        4 +-
 .../docs/about/about-netbeans-platform.html        |        4 +-
 .../project/docs/about/about-open-apis.html        |        4 +-
 .../project/docs/about/about-sfs-browser.html      |        4 +-
 .../project/docs/about/about-xml-layers.html       |       19 +-
 .../project/docs/about/modules_process.html        |        7 +-
 .../project/docs/about/modules_quickref.html       |       15 +-
 .../about/nbmodule-about-system-filesystem.html    |        4 +-
 .../project/docs/about/nbmodule-about.html         |        4 +-
 .../project/docs/about/richclientapp_process.html  |        2 +-
 .../project/docs/build_plugin/building_jnlp.html   |        4 +-
 .../project/docs/build_plugin/building_nbm.html    |        4 +-
 .../docs/build_plugin/building_plugins.html        |        4 +-
 .../project/docs/build_plugin/building_zip.html    |        4 +-
 .../docs/communicate_plugin/about_communicate.html |        2 +-
 .../about_service_providers.html                   |        4 +-
 .../project/docs/create_plugin/about_create.html   |       35 +-
 .../apisupport_codetemplates_apis.html             |        2 +-
 .../apisupport_extending_skeletons.html            |        4 +-
 .../create_plugin/apisupport_searching_apis.html   |        4 +-
 .../filelevel_create/about_actions.html            |        4 +-
 .../filelevel_create/about_code_generators.html    |        4 +-
 .../filelevel_create/about_file_types.html         |        4 +-
 .../filelevel_create/about_file_wizards.html       |       41 +-
 .../filelevel_create/about_j2se_library_descs.html |       12 +-
 .../filelevel_create/about_module_installers.html  |        4 +-
 .../filelevel_create/about_options_panels.html     |        4 +-
 .../filelevel_create/about_project_templates.html  |        6 +-
 .../about_quick_search_providers.html              |        4 +-
 .../filelevel_create/about_update_centers.html     |        4 +-
 .../filelevel_create/about_window_components.html  |       50 +-
 .../filelevel_create/about_wizards.html            |       66 +-
 .../filelevel_create/create_action.html            |      119 +-
 .../filelevel_create/create_code_generator.html    |        4 +-
 .../filelevel_create/create_file_type.html         |        7 +-
 .../filelevel_create/create_j2se_library_desc.html |       12 +-
 .../filelevel_create/create_javahelp.html          |        2 +-
 .../filelevel_create/create_license.html           |        4 +-
 .../filelevel_create/create_module_installers.html |        4 +-
 .../filelevel_create/create_options_panels.html    |        4 +-
 .../filelevel_create/create_project_template.html  |        4 +-
 .../create_quick_search_provider.html              |        4 +-
 .../filelevel_create/create_uc_manually.html       |        4 +-
 .../filelevel_create/create_update_centers.html    |        4 +-
 .../filelevel_create/create_window_component.html  |       10 +-
 .../filelevel_create/create_wizard.html            |       43 +-
 .../create_plugin/libs_jhelp/about_libs_jhelp.html |       40 +-
 .../docs/create_plugin/netbeans_api_javadoc.html   |        4 +-
 .../projectlevel_create/about_project_wizards.html |        4 +-
 .../create_library_wrapper.html                    |        4 +-
 .../projectlevel_create/create_module.html         |       32 +-
 .../projectlevel_create/create_module_suite.html   |       10 +-
 .../projectlevel_create/create_platform_app.html   |       20 +-
 .../create_plugin/using_netbeans_api_javadoc.html  |        4 +-
 .../modules/apisupport/project/docs/credits.html   |        4 +-
 .../project/docs/csh/ActionTypePanel.html          |        2 +-
 .../docs/csh/Action_NameAndLocationPanel.html      |        2 +-
 .../project/docs/csh/AddModulePanel.html           |        2 +-
 .../project/docs/csh/AddNewFriendModule.html       |       10 +-
 .../project/docs/csh/BasicConfWizardPanel.html     |       18 +-
 .../project/docs/csh/BasicInfoWizardPanel.html     |       19 +-
 .../docs/csh/BasicInfoWizardPanel_application.html |       14 +-
 .../docs/csh/BasicInfoWizardPanel_library.html     |       11 +-
 .../docs/csh/BasicInfoWizardPanel_suite.html       |       14 +-
 .../project/docs/csh/BasicSettingsPanel.html       |       50 +-
 .../project/docs/csh/CodeGeneratorPanel.html       |       18 +-
 .../project/docs/csh/FeedReaderWizardPanel.html    |        2 +-
 .../project/docs/csh/FileRecognitionPanel.html     |        2 +-
 .../project/docs/csh/GUIRegistrationPanel.html     |        2 +-
 .../apisupport/project/docs/csh/JavaHelpPanel.html |        2 +-
 .../docs/csh/LibDesc_NameAndLocationPanel.html     |        2 +-
 .../project/docs/csh/LibraryConfWizardPanel.html   |        2 +-
 .../project/docs/csh/LibraryStartWizardPanel.html  |        2 +-
 .../docs/csh/Loader_NameAndLocationPanel.html      |        7 +-
 .../project/docs/csh/ModuleInstallPanel.html       |        2 +-
 .../project/docs/csh/NbPlatformCustomizer.html     |        2 +-
 .../apisupport/project/docs/csh/OptionsPanel.html  |        2 +-
 .../apisupport/project/docs/csh/OptionsPanel0.html |        2 +-
 .../docs/csh/Project_NameAndLocationPanel.html     |       20 +-
 .../project/docs/csh/QuickSearchPanel.html         |        2 +-
 .../project/docs/csh/SelectLibraryPanel.html       |       12 +-
 .../project/docs/csh/SelectProjectPanel.html       |        2 +-
 .../apisupport/project/docs/csh/UpdateCenter.html  |        2 +-
 .../docs/csh/WinSys_NameAndLocationPanel.html      |       10 +-
 .../project/docs/csh/WizardTypePanel.html          |        2 +-
 .../docs/csh/Wizard_NameAndLocationPanel.html      |       24 +-
 .../docs/csh/proj_props/CustomizerCompiling.html   |        2 +-
 .../docs/csh/proj_props/CustomizerDisplay.html     |        2 +-
 .../docs/csh/proj_props/CustomizerDocumenting.html |        2 +-
 .../docs/csh/proj_props/CustomizerLibraries.html   |        2 +-
 .../docs/csh/proj_props/CustomizerPackaging.html   |        2 +-
 .../docs/csh/proj_props/CustomizerSources.html     |        2 +-
 .../docs/csh/proj_props/CustomizerVersioning.html  |        2 +-
 .../docs/csh/proj_props/EditDependencyPanel.html   |        2 +-
 .../proj_props/SuiteCustomizerBasicBranding.html   |        2 +-
 .../csh/proj_props/SuiteCustomizerLibraries.html   |       16 +-
 .../csh/proj_props/SuiteCustomizerModuleList.html  |        2 +-
 .../csh/proj_props/SuiteCustomizerSources.html     |        2 +-
 .../proj_props/SuiteCustomizerSplashBranding.html  |        2 +-
 .../SuiteCustomizerWindowSystemBranding.html       |        2 +-
 .../distribute_plugin/about_distributing_rich.html |        5 +-
 .../apisupport_register_nbm_file.html              |        4 +-
 .../apisupport_using_shared_jnlp_repository.html   |        4 +-
 .../docs/distribute_plugin/branding_plugins.html   |        4 +-
 .../distribute_plugin/branding_window_system.html  |        4 +-
 .../distribute_plugin/creating_splash_screen.html  |        4 +-
 .../docs/distribute_plugin/deploying_plugins.html  |        4 +-
 .../distribute_plugin/distributing_plugins.html    |        4 +-
 .../generate_autoupdate_descriptor.html            |        4 +-
 .../docs/distribute_plugin/install_devide.html     |        4 +-
 .../distribute_plugin/install_targetplatform.html  |        4 +-
 .../docs/distribute_plugin/installing_plugins.html |        4 +-
 .../distribute_plugin/remove_unwanted_modules.html |        4 +-
 .../docs/distribute_plugin/run_rich_client.html    |        4 +-
 .../apisupport/project/docs/nbmodule-map.xml       |        2 +-
 .../apisupport/project/docs/nbmodule-toc.xml       |       26 +-
 .../apisupport_editing_xml_layer.html              |        4 +-
 .../modules/apisupport/project/docs/tbd.html       |        4 +-
 apisupport.osgidemo/manifest.mf                    |        2 +-
 apisupport.osgidemo/nbproject/project.xml          |       38 +-
 .../org/netbeans/core/startup/Bundle.properties    |        2 +
 .../osgidemo/nbproject/platform.properties         |        7 +-
 .../osgidemo/nbproject/project.properties          |        7 +-
 .../osgidemo/showbundles/manifest.mf               |        1 +
 .../demo/osgi/showbundles/InstallerTest.java       |        2 +-
 .../modules/apisupport/osgidemo/Bundle.properties  |       25 +-
 .../apisupport/osgidemo/SampleAppWarningPanel.java |      124 -
 .../osgidemo/SampleAppWarningVisual.form           |       79 -
 .../osgidemo/SampleAppWarningVisual.java           |      148 -
 .../osgidemo/SampleAppWizardIterator.java          |       29 +-
 .../apisupport/osgidemo/SampleAppWizardPanel.java  |        5 +-
 .../BuildEquinoxSampleApplicationTest.java         |        3 -
 .../osgidemo/BuildSampleApplicationBase.java       |        4 +-
 .../org/netbeans/core/startup/Bundle.properties    |        8 +
 .../PaintApp-suite/nbproject/build-impl.xml        |        5 +-
 .../PaintApp-suite/nbproject/genfiles.properties   |        9 +-
 .../PaintApp-suite/nbproject/platform.properties   |        7 +
 .../PaintApp-suite/nbproject/platform.xml          |       34 +
 apisupport.paintapp/manifest.mf                    |        2 +-
 apisupport.paintapp/nbproject/project.properties   |        2 +
 apisupport.paintapp/nbproject/project.xml          |       28 +-
 .../modules/apisupport/paintapp/Bundle.properties  |        1 +
 .../apisupport/paintapp/PaintAppWizardPanel.java   |        6 +-
 .../project/BuildPaintapplicationTest.java         |        7 +-
 apisupport.project/apichanges.xml                  |      111 +
 apisupport.project/manifest.mf                     |        4 +-
 apisupport.project/nbproject/project.properties    |        8 +-
 apisupport.project/nbproject/project.xml           |      280 +-
 .../modules/apisupport/project/Bundle.properties   |       51 -
 .../apisupport/project/CreatedModifiedFiles.java   |     1277 -
 .../modules/apisupport/project/Evaluator.java      |      853 -
 .../apisupport/project/ManifestManager.java        |      574 -
 .../apisupport/project/NbModuleProject.java        |     1198 -
 .../project/NbModuleProjectGenerator.java          |      497 -
 .../apisupport/project/ProjectXMLManager.java      |     1140 -
 .../netbeans/modules/apisupport/project/Util.java  |      909 -
 .../apisupport/project/api/BasicVisualPanel.java   |      136 +
 .../apisupport/project/api/BasicWizardPanel.java   |      117 +
 .../apisupport/project/api/BrandingUtils.java      |       42 +-
 .../apisupport/project/api/Bundle.properties       |        8 +-
 .../apisupport/project/api/LayerHandle.java        |      165 +-
 .../apisupport/project/api/ManifestManager.java    |      724 +
 .../apisupport/project/api/NodeFactoryUtils.java   |      100 +-
 .../modules/apisupport/project/api/UIUtil.java     |      267 +
 .../modules/apisupport/project/api/Util.java       |      243 +
 .../project/{ui/resources => api}/libraries.gif    |      Bin
 .../hyperlink/ApisupportHyperlinkProvider.java     |       25 +-
 .../hyperlink/ManifestHyperlinkProvider.java       |        9 +-
 .../apisupport/project/layers/BadgingSupport.java  |        2 +-
 .../apisupport/project/layers/Bundle.properties    |        8 -
 .../apisupport/project/layers/LayerDataObject.java |       52 +-
 .../apisupport/project/layers/LayerFileSystem.java |       43 +-
 .../apisupport/project/layers/LayerFilterNode.java |       78 +
 .../apisupport/project/layers/LayerNode.java       |      172 +-
 .../apisupport/project/layers/LayerUtils.java      |      300 +-
 .../project/layers/OpenLayerFilesAction.java       |       13 +-
 .../apisupport/project/layers/PathCompletions.java |       14 +-
 .../apisupport/project/layers/PickIconAction.java  |        6 +-
 .../apisupport/project/layers/PickNameAction.java  |        7 +-
 .../project/layers/PlatformLayersCacheManager.java |      638 -
 .../project/layers/WritableXMLFileSystem.java      |       18 +-
 .../project/queries/AccessibilityQueryImpl.java    |      101 -
 .../project/queries/AntArtifactProviderImpl.java   |      126 -
 .../project/queries/ClassPathProviderImpl.java     |      444 -
 .../queries/GlobalJavadocForBinaryImpl.java        |      213 -
 .../project/queries/GlobalSourceForBinaryImpl.java |      430 -
 .../project/queries/JavadocForBinaryImpl.java      |      174 -
 .../queries/ModuleProjectClassPathExtender.java    |      212 -
 .../project/queries/SourceForBinaryImpl.java       |      218 -
 .../project/queries/SubprojectProviderImpl.java    |      183 -
 .../queries/TemplateAttributesProvider.java        |      104 -
 .../queries/UnitTestForSourceQueryImpl.java        |      114 -
 .../queries/UpdateTrackingFileOwnerQuery.java      |      122 -
 .../apisupport/project/spi/BrandingModel.java      |      994 +
 .../apisupport/project/spi/BrandingSupport.java    |      706 +
 .../apisupport/project/spi/ExecProject.java        |       60 +
 .../modules/apisupport/project/spi/LayerUtil.java  |      208 +
 .../apisupport/project/spi/NbModuleProvider.java   |      143 +-
 .../apisupport/project/spi/NbProjectProvider.java  |       64 +
 .../project/spi/NbRefactoringContext.java          |       78 +
 .../project/spi/NbRefactoringProvider.java         |       81 +
 .../project/spi/PlatformJarProvider.java           |       64 +
 .../project/{ui/resources => spi}/layerObject.gif  |      Bin
 .../apisupport/project/suite/BrandingSupport.java  |      687 -
 .../apisupport/project/suite/SuiteProject.java     |      406 -
 .../project/suite/SuiteProjectGenerator.java       |      200 -
 .../project/suite/SuiteSubprojectProviderImpl.java |      129 -
 .../project/suite/resources/build-impl.xsl         |      109 -
 .../apisupport/project/ui/ActionFilterNode.java    |      241 -
 .../apisupport/project/ui/Bundle.properties        |      182 -
 .../project/ui/ImportantFilesNodeFactory.java      |      510 -
 .../apisupport/project/ui/LibrariesNode.java       |      623 -
 .../project/ui/LibrariesSourceGroup.java           |      132 -
 .../apisupport/project/ui/ModuleActions.java       |      763 -
 .../apisupport/project/ui/ModuleLogicalView.java   |      185 -
 .../apisupport/project/ui/ModuleOperations.java    |      235 -
 .../apisupport/project/ui/ModuleUISettings.java    |      150 -
 .../apisupport/project/ui/ModulesNodeFactory.java  |      395 -
 .../apisupport/project/ui/PlatformNode.java        |      328 -
 .../apisupport/project/ui/ShowJavadocAction.java   |      166 -
 .../apisupport/project/ui/SuiteActions.java        |      386 -
 .../apisupport/project/ui/SuiteLogicalView.java    |      183 -
 .../apisupport/project/ui/SuiteOperations.java     |      338 -
 .../project/ui/TestDataDirsNodeFactory.java        |      125 -
 .../modules/apisupport/project/ui/UIUtil.java      |      917 -
 .../project/ui/UnitTestLibrariesNode.java          |      682 -
 .../project/ui/branding/AbstractBrandingPanel.java |        7 +-
 .../project/ui/branding/BasicBrandingModel.java    |      800 -
 .../project/ui/branding/BasicBrandingPanel.java    |       12 +-
 .../project/ui/branding/BrandingEditor.java        |      110 -
 .../project/ui/branding/BrandingEditorPanel.java   |       50 +-
 .../project/ui/branding/Bundle.properties          |       23 +-
 ...nationalizationResourceBundleBrandingPanel.form |      106 +
 ...nationalizationResourceBundleBrandingPanel.java |      866 +
 .../ui/branding/ResourceBundleBrandingPanel.form   |        1 -
 .../ui/branding/ResourceBundleBrandingPanel.java   |       40 +-
 .../project/ui/branding/SplashBrandingPanel.java   |       23 +-
 .../project/ui/branding/SplashUISupport.java       |        2 +-
 .../ui/branding/SuiteCustomizerBasicBranding.form  |      119 -
 .../ui/branding/SuiteCustomizerBasicBranding.java  |      252 -
 .../SuiteCustomizerBasicBrandingFactory.java       |       82 -
 .../ui/branding/WindowSystemBrandingPanel.form     |       74 +-
 .../ui/branding/WindowSystemBrandingPanel.java     |       90 +-
 .../project/ui/customizer/AddFriendPanel.form      |       59 -
 .../project/ui/customizer/AddFriendPanel.java      |      188 -
 .../project/ui/customizer/AddModuleFilter.java     |      136 -
 .../project/ui/customizer/AddModulePanel.form      |      168 -
 .../project/ui/customizer/AddModulePanel.java      |      520 -
 .../project/ui/customizer/BasicCustomizer.java     |      233 -
 .../project/ui/customizer/Bundle.properties        |      366 -
 .../project/ui/customizer/ClusterInfo.java         |      235 -
 .../project/ui/customizer/Clusterize.java          |      269 -
 .../project/ui/customizer/ClusterizeInfo.java      |      180 -
 .../ui/customizer/ClusterizeWizardPanel1.java      |      109 -
 .../ui/customizer/ClusterizeWizardPanel2.java      |      130 -
 .../ui/customizer/ClusterizeWizardPanel3.java      |       91 -
 .../ui/customizer/CustomizerComponentFactory.java  |      561 -
 .../project/ui/customizer/CustomizerDisplay.form   |      149 -
 .../project/ui/customizer/CustomizerDisplay.java   |      336 -
 .../project/ui/customizer/CustomizerLibraries.form |      394 -
 .../project/ui/customizer/CustomizerLibraries.java |      937 -
 .../ui/customizer/CustomizerLibrariesFactory.java  |       76 -
 .../project/ui/customizer/CustomizerPackaging.java |      312 -
 .../ui/customizer/CustomizerProviderImpl.java      |      104 -
 .../project/ui/customizer/CustomizerSources.java   |      232 -
 .../ui/customizer/CustomizerVersioning.form        |      396 -
 .../ui/customizer/CustomizerVersioning.java        |      688 -
 .../project/ui/customizer/EditClusterPanel.java    |      295 -
 .../project/ui/customizer/EditDependencyPanel.form |      258 -
 .../project/ui/customizer/EditDependencyPanel.java |      350 -
 .../project/ui/customizer/ModuleProperties.java    |      389 -
 .../ui/customizer/SingleModuleProperties.java      |     1204 -
 .../ui/customizer/SuiteCustomizerLibraries.form    |      247 -
 .../ui/customizer/SuiteCustomizerLibraries.java    |     1823 -
 .../ui/customizer/SuiteCustomizerSources.java      |      237 -
 .../project/ui/customizer/SuiteProperties.java     |      428 -
 .../project/ui/customizer/SuiteUtils.java          |      564 -
 .../project/ui/platform/Bundle.properties          |      127 -
 .../project/ui/platform/HarnessUpgrader.java       |      123 -
 .../project/ui/platform/NbPlatformCustomizer.form  |      159 -
 .../project/ui/platform/NbPlatformCustomizer.java  |      386 -
 .../ui/platform/NbPlatformCustomizerHarness.java   |      290 -
 .../ui/platform/NbPlatformCustomizerJavadoc.java   |      297 -
 .../ui/platform/PlatformChooserVisualPanel.form    |       67 -
 .../ui/platform/PlatformChooserVisualPanel.java    |      207 -
 .../ui/platform/PlatformChooserWizardPanel.java    |       89 -
 .../ui/platform/PlatformComponentFactory.java      |      524 -
 .../ui/platform/PlatformInfoVisualPanel.java       |      164 -
 .../ui/platform/PlatformInfoWizardPanel.java       |       88 -
 .../project/ui/resources/GLFTemplate.html          |       10 -
 .../project/ui/resources/LayerResolver.xml         |       28 -
 .../project/ui/resources/NBSTemplate.nbs           |       52 -
 .../project/{ => ui}/resources/code-templates.xml  |        0
 .../apisupport/project/ui/resources/glfIcon.png    |      Bin 684 -> 0 bytes
 .../apisupport/project/ui/resources/layer.xml      |      261 +-
 .../apisupport/project/ui/resources/save.png       |      Bin 571 -> 0 bytes
 .../project/ui/wizard/BasicConfVisualPanel.form    |      197 -
 .../project/ui/wizard/BasicConfVisualPanel.java    |      454 -
 .../project/ui/wizard/BasicConfWizardPanel.java    |      103 -
 .../project/ui/wizard/BasicInfoVisualPanel.form    |      278 -
 .../project/ui/wizard/BasicInfoVisualPanel.java    |      653 -
 .../project/ui/wizard/BasicInfoWizardPanel.java    |      139 -
 .../project/ui/wizard/BasicVisualPanel.java        |      185 -
 .../project/ui/wizard/BasicWizardIterator.java     |      471 -
 .../project/ui/wizard/BasicWizardPanel.java        |      173 -
 .../apisupport/project/ui/wizard/Bundle.properties |      143 -
 .../project/ui/wizard/LibraryConfWizardPanel.java  |      103 -
 .../project/ui/wizard/LibraryStartVisualPanel.form |      113 -
 .../project/ui/wizard/LibraryStartVisualPanel.java |      444 -
 .../project/ui/wizard/LibraryStartWizardPanel.java |       85 -
 .../project/ui/wizard/NewModuleProjectData.java    |      221 -
 .../ui/wizard/NewNbModuleWizardIterator.java       |      374 -
 .../project/ui/wizard/TypeChooserPanelImpl.form    |      231 -
 .../project/ui/wizard/TypeChooserPanelImpl.java    |      666 -
 .../project/ui/wizard/action/ActionTypePanel.java  |      281 -
 .../project/ui/wizard/action/Bundle.properties     |      138 -
 .../project/ui/wizard/action/DataModel.java        |      844 -
 .../ui/wizard/action/GUIRegistrationPanel.java     |      990 -
 .../ui/wizard/action/NameIconLocationPanel.java    |      505 -
 .../ui/wizard/action/NewActionIterator.java        |       88 -
 .../ui/wizard/action/ShortcutEnterPanel.java       |      260 -
 .../project/ui/wizard/action/actionListener.javx   |       42 -
 .../ui/wizard/action/callableSystemAction.javx     |       32 -
 .../project/ui/wizard/action/contextAction.javx    |       49 -
 .../project/ui/wizard/action/cookieAction.javx     |       38 -
 .../ui/wizard/codegenerator/Bundle.properties      |       73 -
 .../wizard/codegenerator/CodeGeneratorPanel.java   |      302 -
 .../codegenerator/NewCodeGeneratorIterator.java    |      246 -
 .../ui/wizard/codegenerator/codeGenerator.javx     |       43 -
 .../ui/wizard/codegenerator/contextProvider.javx   |       35 -
 .../project/ui/wizard/javahelp/JavaHelpPanel.java  |      212 -
 .../ui/wizard/javahelp/NewJavaHelpIterator.java    |      184 -
 .../wizard/javahelp/template_myplugin-about.html   |       29 -
 .../wizard/javahelp/template_myplugin-helpset.xml  |        7 -
 .../ui/wizard/javahelp/template_myplugin-idx.xml   |        9 -
 .../ui/wizard/javahelp/template_myplugin-map.jhm   |        9 -
 .../ui/wizard/javahelp/template_myplugin-toc.xml   |       11 -
 .../ui/wizard/javahelp/template_myplugin.hs        |       31 -
 .../CreatedModifiedFilesProvider.java              |      261 -
 .../librarydescriptor/NameAndLocationPanel.java    |      307 -
 .../librarydescriptor/NewLibraryDescriptor.java    |      180 -
 .../librarydescriptor/SelectLibraryPanel.java      |      116 -
 .../librarydescriptor/libdescriptemplate.xml       |       20 -
 .../project/ui/wizard/loader/Bundle.properties     |       95 -
 .../ui/wizard/loader/FileRecognitionPanel.java     |      345 -
 .../ui/wizard/loader/NameAndLocationPanel.form     |      210 -
 .../ui/wizard/loader/NameAndLocationPanel.java     |      377 -
 .../ui/wizard/loader/NewLoaderIterator.java        |      461 -
 .../ui/wizard/loader/templateDataLoader.javx       |       45 -
 .../wizard/loader/templateDataLoaderBeanInfo.javx  |       32 -
 .../project/ui/wizard/loader/templateDataNode.javx |       38 -
 .../ui/wizard/loader/templateDataObject.javx       |       28 -
 .../wizard/loader/templateDataObjectInLayer.javx   |       36 -
 .../loader/templateDataObjectWithLookup.javx       |       33 -
 .../project/ui/wizard/loader/templateresolver.xml  |       11 -
 .../project/ui/wizard/moduleinstall/DataModel.java |      140 -
 .../wizard/moduleinstall/ModuleInstallPanel.java   |      304 -
 .../moduleinstall/NewModuleInstallIterator.java    |       87 -
 .../ui/wizard/moduleinstall/moduleActivator.javx   |       22 -
 .../ui/wizard/moduleinstall/moduleInstall.javx     |       17 -
 .../project/ui/wizard/options/Bundle.properties    |      144 -
 .../ui/wizard/options/NewOptionsIterator.java      |      594 -
 .../project/ui/wizard/options/OptionsPanel.java    |      360 -
 .../project/ui/wizard/options/OptionsPanel0.form   |      382 -
 .../project/ui/wizard/options/OptionsPanel0.java   |      520 -
 .../template_mypluginOptionsPanelController        |       74 -
 .../ui/wizard/options/template_mypluginPanel       |       66 -
 .../project/ui/wizard/project/Bundle.properties    |       40 -
 .../ui/wizard/project/NameAndLocationPanel.java    |      410 -
 .../ui/wizard/project/NewProjectIterator.java      |      367 -
 .../ui/wizard/project/SelectProjectPanel.java      |      236 -
 .../ui/wizard/project/templateDescription.html     |       12 -
 .../ui/wizard/project/templatePanelVisual.javx     |      266 -
 .../ui/wizard/project/templateWizardIterator.javx  |      220 -
 .../ui/wizard/project/templateWizardPanel.javx     |       88 -
 .../ui/wizard/quicksearch/Bundle.properties        |       77 -
 .../wizard/quicksearch/NewQuickSearchIterator.java |      190 -
 .../ui/wizard/quicksearch/QuickSearchPanel.java    |      308 -
 .../project/ui/wizard/quicksearch/quickSearch.javx |       33 -
 .../ui/wizard/updatecenter/Bundle.properties       |       73 -
 .../project/ui/wizard/updatecenter/DataModel.java  |      165 -
 .../updatecenter/NewUpdateCenterIterator.java      |       86 -
 .../UpdateCenterRegistrationPanel.java             |      316 -
 .../ui/wizard/updatecenter/update_center.xml       |       13 -
 .../ui/wizard/winsys/BasicSettingsPanel.form       |      171 -
 .../ui/wizard/winsys/BasicSettingsPanel.java       |      353 -
 .../project/ui/wizard/winsys/Bundle.properties     |       86 -
 .../ui/wizard/winsys/NameAndLocationPanel.form     |      210 -
 .../ui/wizard/winsys/NameAndLocationPanel.java     |      370 -
 .../project/ui/wizard/winsys/NewTCIterator.java    |      441 -
 .../project/ui/wizard/winsys/templateAction.javx   |       31 -
 .../project/ui/wizard/winsys/templateSettings.xml  |       12 -
 .../ui/wizard/winsys/templateTopComponent.javx     |      122 -
 .../ui/wizard/winsys/templateTopComponent637.javx  |       87 -
 .../ui/wizard/winsys/templateTopComponentAnno.javx |      131 -
 .../project/ui/wizard/winsys/templateWstcref.xml   |       11 -
 .../project/ui/wizard/wizard/Bundle.properties     |       92 -
 .../project/ui/wizard/wizard/DataModel.java        |      232 -
 .../ui/wizard/wizard/NameIconLocationPanel.java    |      476 -
 .../ui/wizard/wizard/NewWizardIterator.java        |       87 -
 .../project/ui/wizard/wizard/WizardTypePanel.java  |      288 -
 .../ui/wizard/wizard/instantiatingIterator.javx    |      160 -
 .../project/ui/wizard/wizard/sampleAction.javx     |       75 -
 .../project/ui/wizard/wizard/visualPanel.javx      |       47 -
 .../ui/wizard/wizard/wizardDescription.html        |       13 -
 .../project/ui/wizard/wizard/wizardIterator.javx   |      132 -
 .../project/ui/wizard/wizard/wizardPanel.javx      |       83 -
 .../project/universe/AbstractBinaryEntry.java      |      177 -
 .../apisupport/project/universe/AbstractEntry.java |      256 -
 .../project/universe/AbstractEntryWithSources.java |      175 -
 .../project/universe/BinaryClusterEntry.java       |       86 -
 .../apisupport/project/universe/BinaryEntry.java   |       86 -
 .../apisupport/project/universe/Bundle.properties  |       65 -
 .../apisupport/project/universe/ClusterUtils.java  |      211 -
 .../apisupport/project/universe/ExternalEntry.java |      135 -
 .../project/universe/HarnessVersion.java           |      127 -
 .../project/universe/LocalizedBundleInfo.java      |      323 -
 .../apisupport/project/universe/ModuleEntry.java   |      186 -
 .../apisupport/project/universe/ModuleList.java    |     1408 -
 .../apisupport/project/universe/NbPlatform.java    |     1016 -
 .../project/universe/NetBeansOrgEntry.java         |      167 -
 .../project/universe/NonexistentModuleEntry.java   |      104 -
 .../project/universe/SourceRootsSupport.java       |      252 -
 .../apisupport/project/universe/TestEntry.java     |      226 -
 .../examples/modules/action/MagicAction.java       |       14 -
 .../support/lib-project/nbproject/build-impl.xml   |       30 -
 .../lib-project/nbproject/genfiles.properties      |        8 -
 .../netbeans/examples/modules/lib/LibClass.java    |        6 -
 .../examples/modules/lib/LibClassTest.java         |       11 -
 .../org/netbeans/examples/modules/misc/Misc.java   |        6 -
 .../netbeans/examples/modules/misc/MiscTest.java   |       10 -
 .../AvoidModuleListInProjectConstructorTest.java   |       78 -
 .../project/BrokenPlatformReferenceTest.java       |      218 -
 .../project/CompilationDependencyTest.java         |      185 -
 .../project/CreatedModifiedFilesTest.java          |      671 -
 .../apisupport/project/DialogDisplayerImpl.java    |        2 -
 .../modules/apisupport/project/EvaluatorTest.java  |      375 -
 .../apisupport/project/ManifestManagerTest.java    |      142 -
 .../apisupport/project/ModuleDependencyTest.java   |      181 -
 .../project/NbModuleProjectGeneratorTest.java      |      237 -
 .../apisupport/project/NbModuleProjectTest.java    |      203 -
 .../apisupport/project/NbModuleProviderTest.java   |       86 -
 .../apisupport/project/NbModuleTestingTest.java    |      146 -
 .../project/NetigsoManifestManagerTest.java        |       49 +-
 .../apisupport/project/ProjectXMLManagerTest.java  |      798 -
 .../modules/apisupport/project/TestBase.java       |      580 -
 .../modules/apisupport/project/TestUtil.java       |      160 +
 .../modules/apisupport/project/UtilTest.java       |      334 -
 .../project/api/ManifestManagerTest.java           |      149 +
 .../modules/apisupport/project/api/UtilTest.java   |      114 +
 .../project/jnlp/GenerateJNLPApplicationTest.java  |      633 -
 .../apisupport/project/layers/LayerTestBase.java   |        3 +-
 .../apisupport/project/layers/LayerUtilsTest.java  |      661 -
 .../layers/PlatformLayersCacheManagerTest.java     |      250 -
 .../project/layers/WritableXMLFileSystemTest.java  |       76 +-
 .../queries/AccessibilityQueryImplTest.java        |       81 -
 .../project/queries/ClassPathProviderImplTest.java |     1130 -
 .../queries/GlobalJavadocForBinaryImplTest.java    |       85 -
 .../queries/GlobalSourceForBinaryImplTest.java     |      176 -
 .../ModuleProjectClassPathExtenderTest.java        |      176 -
 .../project/queries/SourceForBinaryImplTest.java   |      176 -
 .../queries/SubprojectProviderImplTest.java        |      184 -
 .../queries/UnitTestForSourceQueryImplTest.java    |      114 -
 .../queries/UpdateTrackingFileOwnerQueryTest.java  |      106 -
 .../project/suite/BrandingSupportTest.java         |      219 -
 .../project/suite/BuildZipDistributionTest.java    |      341 -
 .../apisupport/project/suite/SuiteProjectTest.java |      147 -
 .../apisupport/project/ui/ModuleActionsTest.java   |       80 -
 .../project/ui/ModuleLogicalViewTest.java          |      152 -
 .../project/ui/ModuleOperationsTest.java           |      167 -
 .../project/ui/SuiteLogicalViewTest.java           |      172 -
 .../apisupport/project/ui/SuiteOperationsTest.java |      178 -
 .../modules/apisupport/project/ui/UIUtilTest.java  |      117 -
 .../project/ui/UnitTestLibrariesNodeTest.java      |      289 -
 .../project/ui/customizer/AddModuleFilterTest.java |      131 -
 .../project/ui/customizer/ClusterUtilsTest.java    |      170 -
 .../ui/customizer/CustomizerLibrariesTest.java     |       81 -
 .../ui/customizer/SingleModulePropertiesTest.java  |      646 -
 .../customizer/SuiteCustomizerLibrariesTest.java   |      319 -
 .../project/ui/customizer/SuitePropertiesTest.java |      337 -
 .../project/ui/customizer/SuiteUtilsTest.java      |      226 -
 .../ui/platform/PlatformComponentFactoryTest.java  |       97 -
 .../project/ui/wizard/action/DataModelTest.java    |      298 -
 .../ui/wizard/librarydescriptor/DataModelTest.java |      107 -
 .../ui/wizard/loader/GenerateLoaderCodeTest.java   |      216 -
 .../ui/wizard/spi/ModuleTypePanelCreatorTest.java  |      194 -
 .../ui/wizard/updatecenter/DataModelTest.java      |      156 -
 .../project/ui/wizard/wizard/DataModelTest.java    |      216 -
 .../project/universe/ModuleListTest.java           |      446 -
 .../apisupport/project/universe/TestEntryTest.java |       91 -
 apisupport.refactoring/manifest.mf                 |        3 +-
 .../nbproject/project.properties                   |        2 +-
 apisupport.refactoring/nbproject/project.xml       |       85 +-
 .../apisupport/hints/ActionRegistrationHinter.java |       78 +-
 .../hints/DataObjectRegistrationHinter.java        |      494 +
 .../modules/apisupport/hints/HelpCtxHint.java      |      105 +
 .../modules/apisupport/hints/HelpSetHinter.java    |       57 +
 .../netbeans/modules/apisupport/hints/Hinter.java  |      105 +-
 .../modules/apisupport/hints/LayerHints.java       |       27 +-
 .../modules/apisupport/hints/NavigatorHinter.java  |       97 +
 .../modules/apisupport/hints/TemplateHinter.java   |      180 +
 .../apisupport/hints/UseNbBundleMessages.java      |      516 +-
 .../netbeans/modules/apisupport/hints/layer.xml    |       13 -
 .../hints/projectbridge/ProjectConfiguration.java  |      243 +
 .../hints/projectbridge/SuiteConfiguration.java    |       65 +
 .../refactoring/AbstractRefactoringPlugin.java     |      127 +-
 .../apisupport/refactoring/Bundle.properties       |        1 +
 .../refactoring/NbMoveRefactoringPlugin.java       |      236 +-
 .../refactoring/NbRefactoringFactory.java          |        7 +-
 .../refactoring/NbWhereUsedRefactoringPlugin.java  |        2 +-
 .../apisupport/refactoring/RetoucheUtils.java      |        3 +-
 .../data/testRename/src/testRename/MyAction.java   |       41 +
 .../testRename/src/testRename/MyDataLoader.java    |       41 +
 .../src/testRename/MyDataLoaderBeanInfo.java       |       41 +
 .../data/testRename/src/testRename/MyDataNode.java |       41 +
 .../testRename/src/testRename/MyDataObject.java    |       41 +
 .../testRename/src/testRename/WhereUsedAction.java |       41 +
 .../src/testRename/WhereUsedDataLoader.java        |       41 +
 .../testRename/WhereUsedDataLoaderBeanInfo.java    |       41 +
 .../src/testRename/WhereUsedDataNode.java          |       41 +
 .../src/testRename/WhereUsedDataObject.java        |       41 +
 .../apisupport/refactoring/TestUtility.java        |        3 +-
 .../modules/apisupport/hints/HelpCtxHintTest.java  |      162 +
 .../apisupport/hints/UseNbBundleMessagesTest.java  |      569 +
 apisupport.restsample/manifest.mf                  |        2 +-
 apisupport.restsample/nbproject/project.xml        |       16 +-
 .../nbproject/platform.properties                  |        4 +-
 .../nbproject/platform.properties                  |        4 +-
 .../rest-sample-module/nbproject/project.xml       |        4 +-
 .../rest-sample-module/src/demo/rest/Message.java  |       62 +-
 .../src/demo/rest/client/MessageBoardClient.java   |       56 +-
 .../apisupport/restsample/Bundle.properties        |        1 -
 .../restsample/RESTSamplePanelVisual.form          |        4 +-
 .../restsample/RESTSamplePanelVisual.java          |        2 +-
 .../restsample/RESTSampleWizardPanel.java          |        6 +-
 apisupport.wizards/build.xml                       |        5 +
 apisupport.wizards/manifest.mf                     |        7 +
 .../nbproject/project.properties                   |        0
 apisupport.wizards/nbproject/project.xml           |      246 +
 .../project/ui/wizard/action/ActionTypePanel.form  |        0
 .../project/ui/wizard/action/ActionTypePanel.java  |      281 +
 .../project/ui/wizard/action/Bundle.properties     |      138 +
 .../project/ui/wizard/action/DataModel.java        |      847 +
 .../ui/wizard/action/GUIRegistrationPanel.form     |        0
 .../ui/wizard/action/GUIRegistrationPanel.java     |      995 +
 .../ui/wizard/action/NameIconLocationPanel.form    |        0
 .../ui/wizard/action/NameIconLocationPanel.java    |      506 +
 .../ui/wizard/action/NewActionIterator.java        |       95 +
 .../ui/wizard/action/ShortcutEnterPanel.form       |        0
 .../ui/wizard/action/ShortcutEnterPanel.java       |      292 +
 .../project/ui/wizard/action/actionListener.javx   |       42 +
 .../ui/wizard/action/callableSystemAction.javx     |       32 +
 .../project/ui/wizard/action/contextAction.javx    |       47 +
 .../project/ui/wizard/action/cookieAction.javx     |       38 +
 .../project/ui/wizard/action}/newAction.html       |        0
 .../project/ui/wizard/action}/newAction.png        |      Bin
 .../ui/wizard/codegenerator/Bundle.properties      |       73 +
 .../wizard/codegenerator/CodeGeneratorPanel.form   |        0
 .../wizard/codegenerator/CodeGeneratorPanel.java   |      303 +
 .../codegenerator/NewCodeGeneratorIterator.java    |      226 +
 .../ui/wizard/codegenerator/codeGenerator.javx     |       44 +
 .../ui/wizard/codegenerator/contextProvider.javx   |       36 +
 .../ui/wizard/codegenerator}/newCodeGenerator.html |        0
 .../ui/wizard/codegenerator}/newCodeGenerator.png  |      Bin
 .../ui/wizard/common/BasicWizardIterator.java      |      467 +
 .../project/ui/wizard/common/Bundle.properties     |       46 +
 .../ui/wizard/common/CreatedModifiedFiles.java     |     1556 +
 .../project/ui/wizard/common/WizardUtils.java      |      567 +
 .../apisupport/project/ui/wizard/common/layer.xml  |      113 +
 .../project/ui/wizard/javahelp/Bundle.properties   |        0
 .../project/ui/wizard/javahelp/JavaHelpPanel.form  |        0
 .../project/ui/wizard/javahelp/JavaHelpPanel.java  |      212 +
 .../ui/wizard/javahelp/NewJavaHelpIterator.java    |      182 +
 .../project/ui/wizard/javahelp}/newJavaHelp.html   |        0
 .../project/ui/wizard/javahelp}/newJavaHelp.png    |      Bin
 .../wizard/javahelp/template_myplugin-about.html   |       29 +
 .../wizard/javahelp/template_myplugin-helpset.xml  |        7 +
 .../ui/wizard/javahelp/template_myplugin-idx.xml   |        9 +
 .../ui/wizard/javahelp/template_myplugin-map.jhm   |        9 +
 .../ui/wizard/javahelp/template_myplugin-toc.xml   |       11 +
 .../ui/wizard/javahelp/template_myplugin.hs        |       31 +
 .../project/ui/wizard/javahint/Bundle.properties   |       11 +
 .../ui/wizard/javahint/JavaHintDataPanel.form      |      138 +
 .../ui/wizard/javahint/JavaHintDataPanel.java      |      231 +
 .../ui/wizard/javahint/JavaHintLocationPanel.form  |      152 +
 .../ui/wizard/javahint/JavaHintLocationPanel.java  |      246 +
 .../ui/wizard/javahint/NewJavaHintIterator.java    |      306 +
 .../project/ui/wizard/javahint/javaHint.html       |       47 +
 .../project/ui/wizard/javahint/javaHint.javx       |       64 +
 .../project/ui/wizard/javahint/javaHintTest.javx   |       58 +
 .../ui/wizard/javahint/javaHintTestApp.javx        |       59 +
 .../project/ui/wizard/javahint}/suggestion.png     |      Bin
 .../project/ui/wizard/layer/Bundle.properties      |       45 +
 .../project/ui/wizard/layer/LayerPanel.form        |      117 +
 .../project/ui/wizard/layer/LayerPanel.java        |      196 +
 .../project/ui/wizard/layer/NewLayerIterator.java  |       82 +
 .../project/ui/wizard/layer/newLayer.html          |        7 +
 .../ui/wizard/librarydescriptor/Bundle.properties  |        0
 .../CreatedModifiedFilesProvider.java              |      277 +
 .../librarydescriptor/NameAndLocationPanel.form    |        0
 .../librarydescriptor/NameAndLocationPanel.java    |      308 +
 .../librarydescriptor/NewLibraryDescriptor.java    |      179 +
 .../librarydescriptor/SelectLibraryPanel.java      |      116 +
 .../librarydescriptor}/emptyLibraryDescriptor.html |        0
 .../librarydescriptor/libdescriptemplate.xml       |       20 +
 .../project/ui/wizard/loader/Bundle.properties     |       97 +
 .../ui/wizard/loader/FileRecognitionPanel.form     |        0
 .../ui/wizard/loader/FileRecognitionPanel.java     |      416 +
 .../ui/wizard/loader/NameAndLocationPanel.form     |      221 +
 .../ui/wizard/loader/NameAndLocationPanel.java     |      408 +
 .../ui/wizard/loader/NewLoaderIterator.java        |      575 +
 .../project/ui/wizard/loader}/newLoader.html       |        0
 .../project/ui/wizard/loader}/newLoader.png        |      Bin
 .../ui/wizard/loader/templateDataLoader.javx       |       45 +
 .../wizard/loader/templateDataLoaderBeanInfo.javx  |       32 +
 .../project/ui/wizard/loader/templateDataNode.javx |       38 +
 .../ui/wizard/loader/templateDataObject.javx       |       29 +
 .../ui/wizard/loader/templateDataObjectAnno.javx   |      127 +
 .../wizard/loader/templateDataObjectInLayer.javx   |       37 +
 .../ui/wizard/loader/templateDataObjectMulti.javx  |       43 +
 .../loader/templateDataObjectMultiVisual.forx      |        0
 .../loader/templateDataObjectMultiVisual.javx      |      130 +
 .../loader/templateDataObjectWithLookup.javx       |       34 +
 .../project/ui/wizard/loader/templateNew1          |        0
 .../project/ui/wizard/loader/templateNew2          |        0
 .../project/ui/wizard/loader/templateresolver.xml  |       11 +
 .../ui/wizard/moduleinstall/Bundle.properties      |        0
 .../project/ui/wizard/moduleinstall/DataModel.java |      140 +
 .../wizard/moduleinstall/ModuleInstallPanel.form   |        0
 .../wizard/moduleinstall/ModuleInstallPanel.java   |      311 +
 .../moduleinstall/NewModuleInstallIterator.java    |       84 +
 .../project/ui/wizard/moduleinstall}/module.png    |      Bin
 .../ui/wizard/moduleinstall/moduleActivator.javx   |       24 +
 .../ui/wizard/moduleinstall/moduleInstall.javx     |       17 +
 .../ui/wizard/moduleinstall}/newModuleInstall.html |        0
 .../project/ui/wizard/options/Bundle.properties    |      143 +
 .../ui/wizard/options/NewOptionsIterator.java      |      617 +
 .../project/ui/wizard/options/OptionsPanel.form    |        0
 .../project/ui/wizard/options/OptionsPanel.java    |      361 +
 .../project/ui/wizard/options/OptionsPanel0.form   |      375 +
 .../project/ui/wizard/options/OptionsPanel0.java   |      523 +
 .../project/ui/wizard/options}/newOptions.html     |        0
 .../project/ui/wizard/options}/newOptions.png      |      Bin
 .../template_mypluginOptionsPanelController        |       80 +
 .../ui/wizard/options/template_mypluginPanel       |       66 +
 .../ui/wizard/options/template_myplugin_formPanel  |        0
 .../project/ui/wizard/project/Bundle.properties    |       40 +
 .../ui/wizard/project/NameAndLocationPanel.form    |        0
 .../ui/wizard/project/NameAndLocationPanel.java    |      423 +
 .../ui/wizard/project/NewProjectIterator.java      |      425 +
 .../ui/wizard/project/SelectProjectPanel.form      |        0
 .../ui/wizard/project/SelectProjectPanel.java      |      236 +
 .../project/ui/wizard/project}/newProject.html     |        0
 .../project/ui/wizard/project}/newProject.png      |      Bin
 .../ui/wizard/project/templateDescription.html     |       12 +
 .../ui/wizard/project/templatePanelVisual.frmx     |        0
 .../ui/wizard/project/templatePanelVisual.javx     |      266 +
 .../ui/wizard/project/templateWizardIterator.javx  |      230 +
 .../ui/wizard/project/templateWizardPanel.javx     |       88 +
 .../ui/wizard/quicksearch/Bundle.properties        |       77 +
 .../wizard/quicksearch/NewQuickSearchIterator.java |      185 +
 .../ui/wizard/quicksearch/QuickSearchPanel.form    |        0
 .../ui/wizard/quicksearch/QuickSearchPanel.java    |      309 +
 .../ui/wizard/quicksearch}/newQuickSearch.html     |        0
 .../ui/wizard/quicksearch}/newQuickSearch.png      |      Bin
 .../project/ui/wizard/quicksearch/quickSearch.javx |       25 +
 .../ui/wizard/updatecenter/Bundle.properties       |       73 +
 .../project/ui/wizard/updatecenter/DataModel.java  |      172 +
 .../updatecenter/NewUpdateCenterIterator.java      |       94 +
 .../UpdateCenterRegistrationPanel.form             |        0
 .../UpdateCenterRegistrationPanel.java             |      317 +
 .../ui/wizard/updatecenter}/newUpdateCenter.html   |        0
 .../ui/wizard/updatecenter}/newUpdateCenter.png    |      Bin
 .../ui/wizard/updatecenter/update_center.xml       |       13 +
 .../ui/wizard/winsys/BasicSettingsPanel.form       |      186 +
 .../ui/wizard/winsys/BasicSettingsPanel.java       |      425 +
 .../project/ui/wizard/winsys/Bundle.properties     |       98 +
 .../project/ui/wizard/winsys/DesignSupport.java    |      249 +
 .../project/ui/wizard/winsys/LayoutIterator.java   |      368 +
 .../ui/wizard/winsys/LayoutLaunchingPanel.form     |       37 +
 .../ui/wizard/winsys/LayoutLaunchingPanel.java     |      318 +
 .../ui/wizard/winsys/LayoutSummaryPanel.form       |       93 +
 .../ui/wizard/winsys/LayoutSummaryPanel.java       |      194 +
 .../ui/wizard/winsys/LayoutWarningPanel.form       |       52 +
 .../ui/wizard/winsys/LayoutWarningPanel.java       |      149 +
 .../ui/wizard/winsys/NameAndLocationPanel.form     |      211 +
 .../ui/wizard/winsys/NameAndLocationPanel.java     |      377 +
 .../project/ui/wizard/winsys/NewTCIterator.java    |      520 +
 .../project/ui/wizard/winsys/newLayout.html        |       46 +
 .../project/ui/wizard/winsys/newLayout.png         |      Bin
 .../project/ui/wizard/winsys}/newTC.html           |        0
 .../apisupport/project/ui/wizard/winsys}/newTC.png |      Bin
 .../project/ui/wizard/winsys/polishing.xsl         |       20 +
 .../project/ui/wizard/winsys/templateAction.javx   |       31 +
 .../project/ui/wizard/winsys/templateSettings.xml  |       12 +
 .../ui/wizard/winsys/templateTopComponent.frmx     |        0
 .../ui/wizard/winsys/templateTopComponent.javx     |      122 +
 .../ui/wizard/winsys/templateTopComponent637.javx  |       92 +
 .../ui/wizard/winsys/templateTopComponentAnno.javx |      131 +
 .../project/ui/wizard/winsys/templateWstcref.xml   |       11 +
 .../project/ui/wizard/wizard/Bundle.properties     |       91 +
 .../project/ui/wizard/wizard/DataModel.java        |      251 +
 .../ui/wizard/wizard/NameIconLocationPanel.form    |        0
 .../ui/wizard/wizard/NameIconLocationPanel.java    |      490 +
 .../ui/wizard/wizard/NewWizardIterator.java        |       93 +
 .../project/ui/wizard/wizard/WizardTypePanel.form  |        0
 .../project/ui/wizard/wizard/WizardTypePanel.java  |      288 +
 .../ui/wizard/wizard/instantiatingIterator.javx    |      134 +
 .../project/ui/wizard/wizard}/newWizard.html       |        0
 .../project/ui/wizard/wizard}/newWizard.png        |      Bin
 .../project/ui/wizard/wizard/sampleAction.javx     |       53 +
 .../project/ui/wizard/wizard/visualPanel.forx      |        0
 .../project/ui/wizard/wizard/visualPanel.javx      |       47 +
 .../ui/wizard/wizard/wizardDescription.html        |       15 +
 .../project/ui/wizard/wizard/wizardIterator.javx   |      103 +
 .../project/ui/wizard/wizard/wizardPanel.javx      |       58 +
 .../project/ui/wizard/action/DataModelTest.java    |      283 +
 .../project/ui/wizard/common/WizardUtilsTest.java  |      119 +
 .../ui/wizard/librarydescriptor/DataModelTest.java |       93 +
 .../ui/wizard/loader/FileRecognitionPanelTest.java |        0
 .../ui/wizard/updatecenter/DataModelTest.java      |      143 +
 .../ui/wizard/winsys/DesignSupportTest.java        |       76 +
 .../project/ui/wizard/winsys/testWsmode.xml        |       15 +
 .../project/ui/wizard/wizard/DataModelTest.java    |      207 +
 applemenu/build.xml                                |       10 +-
 applemenu/eawtstub/build.xml                       |       74 -
 applemenu/eawtstub/manifest.mf                     |        1 -
 applemenu/eawtstub/nbproject/build-impl.xml        |      655 -
 applemenu/eawtstub/nbproject/genfiles.properties   |        6 -
 applemenu/eawtstub/nbproject/project.properties    |       48 -
 applemenu/eawtstub/nbproject/project.xml           |       16 -
 applemenu/manifest.mf                              |        3 +-
 applemenu/nbproject/project.properties             |        1 -
 applemenu/nbproject/project.xml                    |       14 +-
 .../src/com/apple/eawt/Application.java            |        0
 .../src/com/apple/eawt/ApplicationAdapter.java     |        0
 .../src/com/apple/eawt/ApplicationBeanInfo.java    |        0
 .../src/com/apple/eawt/ApplicationEvent.java       |        0
 .../src/com/apple/eawt/ApplicationListener.java    |        0
 .../src/com/apple/eawt/CocoaComponent.java         |        0
 .../src/com/apple/eawt/FullScreenUtilities.java    |       54 +
 .../netbeans/modules/applemenu/Bundle.properties   |        1 -
 .../modules/applemenu/FontReferenceQueue.java      |      137 -
 .../org/netbeans/modules/applemenu/Install.java    |        4 +-
 .../modules/applemenu/MinimizeWindowAction.java    |        8 +
 .../modules/applemenu/NbApplicationAdapter.java    |       99 +-
 .../netbeans/modules/applemenu/ShowInFinder.java   |      124 +-
 .../src/org/netbeans/modules/applemenu/layer.xml   |       29 +-
 .../modules/applemenu/resources/select_file.scpt   |       10 -
 autoupdate.cli/build.xml                           |       47 +
 autoupdate.cli/manifest.mf                         |        6 +
 autoupdate.cli/nbproject/project.properties        |       46 +
 autoupdate.cli/nbproject/project.xml               |      125 +
 .../modules/autoupdate/cli/Bundle.properties       |       75 +
 .../modules/autoupdate/cli/ModuleOptions.java      |      540 +
 .../modules/autoupdate/cli/PrintTable.java         |      130 +
 .../netbeans/modules/autoupdate/cli/Status.java    |      132 +
 .../modules/autoupdate/cli/EnableDisableTest.java  |      189 +
 .../modules/autoupdate/cli/ListModulesTest.java    |      204 +
 autoupdate.pluginimporter/manifest.mf              |        2 +-
 autoupdate.pluginimporter/nbproject/project.xml    |        2 +-
 .../autoupdate/pluginimporter/Bundle.properties    |        2 +
 .../autoupdate/pluginimporter/ImportManager.form   |        2 +-
 .../autoupdate/pluginimporter/ImportManager.java   |       55 +-
 .../autoupdate/pluginimporter/Installer.java       |       46 +-
 .../autoupdate/pluginimporter/PluginImporter.java  |       60 +-
 .../libinstaller/InstallLibraryTask.java           |       17 +-
 .../libinstaller/JUnitLibraryInstaller.java        |      110 +-
 .../pluginimporter}/resources/warning.gif          |      Bin
 autoupdate.services/apichanges.xml                 |      112 +-
 autoupdate.services/build.xml                      |       14 +-
 .../libsrc/org/netbeans/updater/Bundle.properties  |        3 +-
 .../org/netbeans/updater/ModuleDeactivator.java    |       16 +-
 .../libsrc/org/netbeans/updater/ModuleUpdate.java  |       29 +-
 .../libsrc/org/netbeans/updater/ModuleUpdater.java |      315 +-
 .../org/netbeans/updater/UpdateTracking.java       |      257 +-
 .../libsrc/org/netbeans/updater/UpdaterFrame.form  |        5 +-
 .../libsrc/org/netbeans/updater/UpdaterFrame.java  |      122 +-
 .../org/netbeans/updater/UpdaterInternal.java      |        4 +-
 .../libsrc/org/netbeans/updater/XMLUtil.java       |       64 +-
 .../updater/resources/autoupdate-catalog-2_7.dtd   |       71 +
 .../updater/resources/autoupdate-info-2_7.dtd      |       57 +
 .../org/netbeans/updater/resources/frame.gif       |      Bin 0 -> 733 bytes
 .../org/netbeans/updater/resources/frame32.gif     |      Bin 0 -> 1944 bytes
 .../org/netbeans/updater/resources/frame48.gif     |      Bin 0 -> 3417 bytes
 autoupdate.services/manifest.mf                    |        2 +-
 .../org-netbeans-modules-autoupdate-services.sig   |       26 +-
 autoupdate.services/nbproject/project.properties   |        8 +
 autoupdate.services/nbproject/project.xml          |       16 +-
 .../netbeans/api/autoupdate/InstallSupport.java    |       31 +-
 .../api/autoupdate/OperationContainer.java         |       43 +-
 .../api/autoupdate/OperationException.java         |       15 +-
 .../netbeans/api/autoupdate/OperationSupport.java  |        4 +-
 .../org/netbeans/api/autoupdate/TrampolineAPI.java |       20 +-
 .../org/netbeans/api/autoupdate/UpdateElement.java |       26 +-
 .../org/netbeans/api/autoupdate/UpdateUnit.java    |       23 +-
 .../api/autoupdate/UpdateUnitProvider.java         |       14 +-
 .../modules/autoupdate/services/Bundle.properties  |       12 +-
 .../autoupdate/services/DependencyAggregator.java  |       58 +-
 .../autoupdate/services/DependencyChecker.java     |       10 +-
 .../services/FeatureUpdateElementImpl.java         |      229 +-
 .../autoupdate/services/FeatureUpdateUnitImpl.java |       95 +-
 .../autoupdate/services/InstallManager.java        |      135 +-
 .../autoupdate/services/InstallSupportImpl.java    |      492 +-
 .../services/KitModuleUpdateUnitImpl.java          |        8 +-
 .../services/LocalizationUpdateElementImpl.java    |       36 +-
 .../services/LocalizationUpdateUnitImpl.java       |        6 +
 .../autoupdate/services/ModuleDeleterImpl.java     |       32 +-
 .../services/ModuleUpdateElementImpl.java          |      147 +-
 .../autoupdate/services/ModuleUpdateUnitImpl.java  |      112 +
 .../services/NativeComponentUpdateElementImpl.java |       36 +-
 .../services/NativeComponentUpdateUnitImpl.java    |        6 +
 .../services/OperationContainerImpl.java           |      108 +-
 .../autoupdate/services/OperationSupportImpl.java  |      100 +-
 .../autoupdate/services/OperationValidator.java    |       95 +-
 .../modules/autoupdate/services/Trampoline.java    |        8 +-
 .../autoupdate/services/UpdateElementImpl.java     |       13 +-
 .../autoupdate/services/UpdateManagerImpl.java     |       97 +-
 .../autoupdate/services/UpdateUnitImpl.java        |       35 +-
 .../services/UpdateUnitProviderImpl.java           |       38 +-
 .../modules/autoupdate/services/Utilities.java     |      459 +-
 .../updateprovider/ArtificialFeaturesProvider.java |       26 +-
 .../updateprovider/AutoupdateCatalogCache.java     |       56 +-
 .../updateprovider/AutoupdateCatalogFactory.java   |       16 +-
 .../updateprovider/AutoupdateCatalogParser.java    |      102 +-
 .../updateprovider/AutoupdateCatalogProvider.java  |       19 +-
 .../updateprovider/AutoupdateInfoParser.java       |      449 +-
 .../autoupdate/updateprovider/DummyModuleInfo.java |        7 +-
 .../autoupdate/updateprovider/FeatureItem.java     |       10 +-
 .../autoupdate/updateprovider/ModuleItem.java      |       26 +-
 .../autoupdate/updateprovider/NetworkAccess.java   |       81 +-
 .../org/netbeans/spi/autoupdate/TrampolineSPI.java |       22 +-
 .../org/netbeans/spi/autoupdate/UpdateItem.java    |       65 +-
 .../netbeans/api/autoupdate/DefaultTestCase.java   |        2 +-
 .../autoupdate/DifferentReleaseVersionsTest.java   |        5 +-
 .../api/autoupdate/InternalUpdatesTest.java        |        5 +-
 .../UpdateProviderFactoryCreateTest.java           |      108 +
 .../api/autoupdate/UpdateProviderFactoryTest.java  |       23 -
 .../src/org/netbeans/api/autoupdate/data/foo.jks   |      Bin 0 -> 2237 bytes
 .../autoupdate/services/CrossDependencyTest.java   |       11 +-
 .../services/FeatureDependsOnFeatureTest.java      |      266 +
 .../autoupdate/services/FeatureIncompleteTest.java |      174 +
 .../services/FeatureNotUpToDateTest.java           |        6 +-
 .../autoupdate/services/FeatureUncompleteTest.java |      170 -
 .../services/InstallDisabledModuleTest.java        |        4 +
 .../autoupdate/services/InstallOSGiBundleTest.java |        5 +-
 .../autoupdate/services/NbmAdvancedTestCase.java   |        5 +-
 .../autoupdate/services/NbmExternalTest.java       |        7 +-
 .../autoupdate/services/NbmPack200Test.java        |      342 -
 .../autoupdate/services/NewClustersRebootTest.java |        5 +-
 .../autoupdate/services/OperationsTestImpl.java    |       46 +-
 .../services/RequiresDependencyTest.java           |      205 -
 .../autoupdate/services/TargetClusterTest.java     |       53 +-
 .../autoupdate/services/TargetClusterTestCase.java |       13 +-
 .../TargetClusterWhenGlobalUndeclaredTest.java     |        5 +-
 ...TargetClusterWhenTargerClusterDeclaredTest.java |        5 +-
 .../TargetClusterWhenUpdateGloballyTest.java       |        9 +-
 .../TargetClusterWhenUpdateLocallyTest.java        |       11 +-
 .../autoupdate/services/UpdateUnitFactoryTest.java |        3 +-
 .../autoupdate/services/VerifyFileTest.java        |      142 +
 .../updateprovider/AutoupdateInfoParserTest.java   |        3 +-
 .../netbeans/updater/ModuleUpdaterConfigTest.java  |       88 +
 autoupdate.ui/apichanges.xml                       |       21 +
 autoupdate.ui/manifest.mf                          |        2 +-
 .../org-netbeans-modules-autoupdate-ui.sig         |       12 +-
 autoupdate.ui/nbproject/project.properties         |        3 +
 autoupdate.ui/nbproject/project.xml                |       29 +-
 .../modules/autoupdate/ui/AvailableTableModel.java |       35 +-
 .../modules/autoupdate/ui/Bundle.properties        |       36 +-
 .../modules/autoupdate/ui/DetailsPanel.java        |       15 +-
 .../modules/autoupdate/ui/HeaderPanel.form         |        8 +-
 .../modules/autoupdate/ui/HeaderPanel.java         |        2 +-
 .../modules/autoupdate/ui/InstalledTableModel.java |        3 +
 .../autoupdate/ui/LocalDownloadSupport.java        |       94 +-
 .../modules/autoupdate/ui/LocallDownloadDnD.java   |        3 +-
 .../autoupdate/ui/LocallyDownloadedTableModel.java |       16 +-
 .../autoupdate/ui/ModuleInstallerSupport.java      |      417 +
 .../modules/autoupdate/ui/NetworkProblemPanel.form |      121 -
 .../modules/autoupdate/ui/NetworkProblemPanel.java |      207 -
 .../modules/autoupdate/ui/PluginManagerUI.java     |      225 +-
 .../modules/autoupdate/ui/ProblemPanel.form        |       90 +
 .../modules/autoupdate/ui/ProblemPanel.java        |      323 +
 .../modules/autoupdate/ui/SettingsTab.form         |       61 +-
 .../modules/autoupdate/ui/SettingsTab.java         |      284 +-
 .../modules/autoupdate/ui/SettingsTableModel.java  |       27 +-
 .../autoupdate/ui/SortColumnHeaderRenderer.java    |      137 -
 .../org/netbeans/modules/autoupdate/ui/Unit.java   |      118 +-
 .../modules/autoupdate/ui/UnitCategory.java        |       56 +-
 .../modules/autoupdate/ui/UnitDetails.java         |      207 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.form    |       17 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.java    |      715 +-
 .../netbeans/modules/autoupdate/ui/UnitTable.java  |       89 +-
 .../modules/autoupdate/ui/UpdateTableModel.java    |        5 +-
 .../autoupdate/ui/UpdateUnitProviderPanel.java     |       20 +-
 .../netbeans/modules/autoupdate/ui/Utilities.java  |      450 +-
 .../ui/actions/AutoupdateCheckScheduler.java       |       80 +-
 .../autoupdate/ui/actions/AutoupdateSettings.java  |      138 +-
 .../ui/actions/CheckForUpdatesAction.java          |       40 +-
 .../ui/actions/CheckForUpdatesProviderImpl.java    |      115 +
 .../modules/autoupdate/ui/actions/Installer.java   |        4 +-
 .../modules/autoupdate/ui/api/PluginManager.java   |      126 +-
 .../autoupdate/ui/wizards/Bundle.properties        |       42 +-
 .../modules/autoupdate/ui/wizards/InstallStep.java |      279 +-
 .../autoupdate/ui/wizards/InstallUnitWizard.java   |       11 +-
 .../ui/wizards/InstallUnitWizardIterator.java      |       24 +-
 .../ui/wizards/InstallUnitWizardModel.java         |       78 +-
 .../ui/wizards/LazyInstallUnitWizardIterator.java  |       10 +-
 .../ui/wizards/LazyOperationDescriptionStep.java   |       34 +-
 .../ui/wizards/LicenseApprovalPanel.form           |       90 +-
 .../ui/wizards/LicenseApprovalPanel.java           |      201 +-
 .../autoupdate/ui/wizards/LicenseApprovalStep.java |       23 +-
 .../ui/wizards/OperationDescriptionPanel.form      |        2 +-
 .../ui/wizards/OperationDescriptionPanel.java      |       10 +
 .../ui/wizards/OperationDescriptionStep.java       |      253 +-
 .../autoupdate/ui/wizards/OperationPanel.form      |        5 +-
 .../autoupdate/ui/wizards/OperationPanel.java      |       37 +-
 .../ui/wizards/OperationWizardModel.java           |      103 +-
 .../autoupdate/ui/wizards/PanelBodyContainer.form  |       10 +-
 .../autoupdate/ui/wizards/PanelBodyContainer.java  |      107 +-
 .../autoupdate/ui/wizards/UninstallStep.java       |      194 +-
 .../ui/wizards/ValidationWarningPanel.form         |        2 +-
 .../ui/wizards/ValidationWarningPanel.java         |       12 +-
 .../modules/autoupdate/ui/InitialTabTest.java      |       13 +-
 .../modules/autoupdate/ui/UtilitiesTest.java       |       86 +-
 .../ui/actions/PluginManagerActionTest.java        |        7 +-
 beans/nbproject/project.properties                 |       15 +-
 beans/nbproject/project.xml                        |      129 +-
 .../beans/BeanNavigatorJavaSourceFactory.java      |       47 +-
 .../src/org/netbeans/modules/beans/BeanPanel.java  |       49 +-
 .../org/netbeans/modules/beans/BeanPanelUI.form    |        8 +-
 .../org/netbeans/modules/beans/BeanPanelUI.java    |       43 +-
 .../netbeans/modules/beans/BeanScanningTask.java   |       41 +
 .../src/org/netbeans/modules/beans/BeanUtils.java  |       47 +-
 .../org/netbeans/modules/beans/ClassPattern.java   |       48 +-
 .../netbeans/modules/beans/PatternAnalyser.java    |       11 +-
 .../src/org/netbeans/modules/beans/TmpPattern.java |       53 +-
 .../addproperty/AddPropertyCodeGenerator.java      |      271 +-
 .../beans/addproperty/AddPropertyGenerator.java    |       41 +-
 .../beans/addproperty/AddPropertyPanel.form        |       56 +-
 .../beans/addproperty/AddPropertyPanel.java        |      255 +-
 .../modules/beans/addproperty/GeneratorUtils.java  |      121 +
 .../modules/beans/beaninfo/BIDataLoader.java       |        3 +-
 .../modules/beans/beaninfo/BIEditorSupport.java    |      207 +-
 .../modules/beans/beaninfo/BiAnalyser.java         |        7 +-
 .../netbeans/modules/beans/beaninfo/BiFeature.java |        2 +-
 .../modules/beans/beaninfo/Bundle.properties       |        1 +
 .../beans/beaninfo/GenerateBeanInfoAction.java     |       10 +-
 .../netbeans/modules/beans/resources/mf-layer.xml  |      104 +-
 .../resources/templates/AddProperty.freemarker     |       42 +-
 .../beans/resources/{ => templates}/Bean.html      |        0
 .../beans/resources/templates/Bean.java.template   |       49 +
 .../beans/resources/templates/Bean.template        |       49 -
 .../beans/resources/{ => templates}/BeanInfo.html  |        0
 .../resources/templates/BeanInfo.java.template     |      228 +
 .../beans/resources/templates/BeanInfo.template    |      207 -
 .../resources/templates/BeanInfoNoIcon.template    |      139 -
 .../beans/resources/{ => templates}/Beans.html     |        0
 .../resources/{ => templates}/Customizer.html      |        0
 .../resources/templates/Customizer.java.template   |       43 +
 .../beans/resources/templates/Customizer.template  |       43 -
 .../templates/NoIconBeanInfo.java.template         |      157 +
 .../resources/{ => templates}/PropertyEditor.html  |        0
 .../templates/PropertyEditor.java.template         |       22 +
 .../resources/templates/PropertyEditor.template    |       22 -
 .../beans/resources/templates/Templates.java       |       61 +
 .../beans/BeanInfoEditorTest/testBeanInfoNode.pass |      253 +
 .../beans/BeanInfoEditorTest/testBeanNode.pass     |      253 +
 .../BeanInfoEditorTest/testBeansSourceNode.pass    |      254 +
 .../BeanInfoEditorTest/testChangeListenerNode.pass |      253 +
 .../BeanInfoEditorTest/testEventSourcesNode.pass   |      252 +
 .../testGetFromIntrospection.pass                  |      211 +
 .../BeanInfoEditorTest/testMethodExcludeNode.pass  |      242 +
 .../beans/BeanInfoEditorTest/testMethodNode.pass   |      253 +
 .../beans/BeanInfoEditorTest/testMethodsNode.pass  |      252 +
 .../BeanInfoEditorTest/testPropertiesNode.pass     |      252 +
 .../beans/BeanInfoEditorTest/testPropertyNode.pass |      255 +
 .../test/beans/PropertyGeneration/testBound.pass   |       54 +
 .../test/beans/PropertyGeneration/testCancel.pass  |        7 +
 .../beans/PropertyGeneration/testChangeName.pass   |       27 +
 .../test/beans/PropertyGeneration/testDefault.pass |       27 +
 .../beans/PropertyGeneration/testDefaultValue.pass |       27 +
 .../test/beans/PropertyGeneration/testFinal.pass   |       18 +
 .../PropertyGeneration/testGenerateJavadoc.pass    |       17 +
 .../test/beans/PropertyGeneration/testIndexed.pass |       47 +
 .../PropertyGeneration/testModifierPackage.pass    |       27 +
 .../PropertyGeneration/testModifierProtected.pass  |       27 +
 .../PropertyGeneration/testModifierPublic.pass     |       27 +
 .../test/beans/PropertyGeneration/testStatic.pass  |       27 +
 .../beans/PropertyGeneration/testTypeManual.pass   |       27 +
 .../beans/PropertyGeneration/testTypeSelect.pass   |       27 +
 .../beans/PropertyGeneration/testVetoable.pass     |       79 +
 .../PropertyGeneration/testVetoableIndexed.pass    |      103 +
 .../qa-functional/data/projects/Beans/build.xml    |       73 +
 .../qa-functional/data/projects/Beans}/manifest.mf |        0
 .../data/projects/Beans/nbproject/build-impl.xml   |     1413 +
 .../projects/Beans/nbproject/genfiles.properties   |        8 +
 .../projects/Beans/nbproject/project.properties    |       75 +
 .../data/projects/Beans/nbproject/project.xml      |       15 +
 .../data/projects/Beans/src/beans/Add.java         |        6 +
 .../data/projects/Beans/src/beans/AddBeanInfo.java |      220 +
 .../data/projects/Beans/src/beans/Beans.java       |        6 +
 .../data/projects/Beans/src/beans/Generate.java    |       16 +
 .../data/projects/Beans/src/beans/Source.java      |       23 +
 .../projects/Beans/src/beans/SourceBeanInfo.java   |      248 +
 .../data/projects/Beans/src/members/Test_A_A.java  |       64 +
 .../netbeans/test/beans/BeanInfoEditorTest.java    |      402 +
 .../src/org/netbeans/test/beans/BeansTestCase.java |      171 +
 .../src/org/netbeans/test/beans/PatternsTest.java  |      176 +
 .../netbeans/test/beans/PropertyGeneration.java    |      403 +
 .../netbeans/test/beans/operators/AddProperty.java |      598 +
 .../test/beans/operators/BeanInfoOperator.java     |      138 +
 .../netbeans/test/beans/operators/Navigator.java   |      177 +
 .../netbeans/test/beans/suites/StableSuite.java    |       65 +
 bugtracking.bridge/manifest.mf                     |        3 +-
 bugtracking.bridge/nbproject/project.properties    |        5 +
 bugtracking.bridge/nbproject/project.xml           |       58 +-
 .../modules/bugtracking/bridge/Bundle.properties   |        4 +-
 .../bugtracking/bridge/exportdiff/AttachPanel.form |      122 +-
 .../bugtracking/bridge/exportdiff/AttachPanel.java |      198 +-
 .../bridge/exportdiff/Bundle.properties            |       24 +-
 .../bridge/exportdiff/ExportDiffProviderImpl.java  |       51 +-
 .../bridge/nodes/BugtrackingRootNode.java          |      171 +
 .../bugtracking/bridge/nodes/Bundle.properties     |       51 +
 .../bugtracking/bridge/nodes/RepositoryNode.java   |      128 +
 .../bugtracking/bridge/resources/bugtracking.png   |      Bin
 .../bugtracking/hyperlink/Bundle.properties        |        2 +-
 .../hyperlink/EditorHyperlinkProviderImpl.java     |      162 +-
 .../hyperlink/VcsHyperlinkProviderImpl.java        |       22 +-
 .../modules/bugtracking/vcs/Bundle.properties      |       35 +-
 .../modules/bugtracking/vcs/FormatPanel.form       |       15 +-
 .../modules/bugtracking/vcs/FormatPanel.java       |      106 +-
 .../modules/bugtracking/vcs/GitHookImpl.java       |        6 +
 .../modules/bugtracking/vcs/HgHookImpl.java        |        6 +
 .../bugtracking/vcs/HgQueueHookFactoryImpl.java    |       58 +
 .../modules/bugtracking/vcs/HgQueueHookImpl.java   |      388 +
 .../modules/bugtracking/vcs/HgQueueHookPanel.form  |      161 +
 .../modules/bugtracking/vcs/HgQueueHookPanel.java  |      262 +
 .../netbeans/modules/bugtracking/vcs/HookImpl.java |       79 +-
 .../modules/bugtracking/vcs/HookPanel.form         |      113 +-
 .../modules/bugtracking/vcs/HookPanel.java         |      209 +-
 .../modules/bugtracking/vcs/HookUtils.java         |       23 +
 .../modules/bugtracking/vcs/SvnHookImpl.java       |       14 +-
 .../modules/bugtracking/vcs/VCSAccessorImpl.java   |       74 -
 .../bugtracking/vcs/VCSBugtrackingSupportImpl.java |       43 +-
 .../modules/bugtracking/vcs/VCSHooksConfig.java    |        7 +-
 .../bugtracking/vcs/VCSQueueHooksConfig.java       |      173 +
 .../modules/bugtracking/vcs/HgHookTest.java        |       80 +-
 .../modules/bugtracking/vcs/HookConnector.java     |       92 +
 .../modules/bugtracking/vcs/HookIssue.java         |       38 +-
 .../modules/bugtracking/vcs/HookRepository.java    |       80 +-
 .../modules/bugtracking/vcs/SvnHookTest.java       |       75 +-
 bugtracking.commons/build.xml                      |        5 +
 bugtracking.commons/manifest.mf                    |        5 +
 bugtracking.commons/nbproject/project.properties   |        4 +
 bugtracking.commons/nbproject/project.xml          |      130 +
 .../modules/bugtracking/commons/Bundle.properties  |       44 +
 .../bugtracking/commons}/resources/columns_16.png  |      Bin
 .../bugtracking/commons/resources/find_close.png   |      Bin 0 -> 508 bytes
 .../bugtracking/commons}/resources/seen-header.png |      Bin
 .../bugtracking/commons}/resources/seen-value.png  |      Bin
 .../bugtracking/issuetable/Bundle.properties       |       89 +
 .../bugtracking/issuetable/ColumnDescriptor.java   |       97 +
 .../modules/bugtracking/issuetable/Filter.java     |      118 +
 .../bugtracking/issuetable/FindInQueryBar.form     |      130 +
 .../bugtracking/issuetable/FindInQueryBar.java     |      318 +
 .../bugtracking/issuetable/FindInQuerySupport.java |      160 +
 .../modules/bugtracking/issuetable/IssueNode.java  |      384 +
 .../modules/bugtracking/issuetable/IssueTable.java |      941 +
 .../bugtracking/issuetable/NodeTableModel.java     |      862 +
 .../issuetable/QueryTableCellRenderer.java         |      401 +
 .../issuetable/QueryTableHeaderRenderer.java       |       90 +
 .../bugtracking/issuetable/SummaryTextFilter.java  |      103 +
 .../bugtracking/issuetable/TableSorter.java        |        0
 .../bugtracking/issuetable/IssueTableTestCase.java |       96 +
 .../issuetable/IssuetableTestFactory.java          |      118 +
 .../issuetable/QueryTableCellRendererTest.java     |      384 +
 bugtracking.commons/var/bugtracking/storage        |      Bin 0 -> 10 bytes
 bugtracking/arch.xml                               |     1189 +
 bugtracking/manifest.mf                            |        4 +-
 .../nbproject/org-netbeans-modules-bugtracking.sig |      403 +
 bugtracking/nbproject/project.properties           |        9 +
 bugtracking/nbproject/project.xml                  |      148 +-
 .../netbeans/modules/bugtracking/APIAccessor.java  |       84 +
 .../modules/bugtracking/BugtrackingConfig.java     |      124 -
 .../modules/bugtracking/BugtrackingManager.java    |      247 +-
 .../bugtracking/BugtrackingOwnerSupport.java       |      435 +
 .../BugtrackingRegistrationProcessor.java          |       95 +
 .../BugtrackingRepositoryOwnerImpl.java            |       43 +
 .../netbeans/modules/bugtracking/Bundle.properties |        7 +-
 .../modules/bugtracking/ConnectorPanel.form        |        2 +-
 .../modules/bugtracking/ConnectorPanel.java        |       27 +-
 .../modules/bugtracking/DelegatingConnector.java   |      140 +
 .../modules/bugtracking/IssueContainerImpl.java    |       57 +
 .../netbeans/modules/bugtracking/IssueImpl.java    |      315 +
 .../modules/bugtracking/IssuePrioritySupport.java  |      116 +
 .../netbeans/modules/bugtracking/QueryImpl.java    |      252 +
 .../modules/bugtracking/RepositoryImpl.java        |      521 +
 .../modules/bugtracking/RepositoryRegistry.java    |      523 +
 .../netbeans/modules/bugtracking/SPIAccessor.java  |       71 +
 .../modules/bugtracking/api/APIAccessorImpl.java   |       90 +
 .../netbeans/modules/bugtracking/api/Issue.java    |      316 +
 .../modules/bugtracking/api/IssueQuickSearch.java  |      214 +
 .../netbeans/modules/bugtracking/api/Query.java    |      150 +
 .../modules/bugtracking/api/Repository.java        |      235 +
 .../modules/bugtracking/api/RepositoryManager.java |      181 +
 .../modules/bugtracking/api/RepositoryQuery.java   |      125 +
 .../org/netbeans/modules/bugtracking/api/Util.java |      294 +
 .../netbeans/modules/bugtracking/api/package.html  |       49 +
 .../bugtracking/issuetable/Bundle.properties       |       65 -
 .../bugtracking/issuetable/ColumnDescriptor.java   |       54 -
 .../modules/bugtracking/issuetable/Filter.java     |      139 -
 .../modules/bugtracking/issuetable/IssueNode.java  |      285 -
 .../modules/bugtracking/issuetable/IssueTable.java |      835 -
 .../bugtracking/issuetable/NodeTableModel.java     |      852 -
 .../issuetable/QueryTableCellRenderer.java         |      351 -
 .../issuetable/QueryTableHeaderRenderer.java       |       44 -
 .../bugtracking/issuetable/SummaryTextFilter.java  |      105 -
 .../modules/bugtracking/jira/Bundle.properties     |       43 +-
 .../modules/bugtracking/jira/DownloadPanel.java    |      188 -
 .../modules/bugtracking/jira/DownloadPlugin.java   |      277 -
 .../bugtracking/jira/FakeJiraConnector.java        |      222 +
 .../modules/bugtracking/jira/JiraUpdater.java      |      352 -
 .../bugtracking/jira/MissingJiraSupportPanel.java  |      110 -
 .../bugtracking/kenai/spi/KenaiAccessor.java       |      219 -
 .../bugtracking/kenai/spi/KenaiProject.java        |       92 -
 .../bugtracking/kenai/spi/KenaiRepositories.java   |      328 -
 .../bugtracking/kenai/spi/KenaiSupport.java        |      116 -
 .../modules/bugtracking/kenai/spi/KenaiUtil.java   |      260 -
 .../modules/bugtracking/kenai/spi/OwnerInfo.java   |       65 -
 .../modules/bugtracking/kenai/spi/RecentIssue.java |       75 -
 .../src/org/netbeans/modules/bugtracking/layer.xml |       75 +-
 .../bugtracking/settings/BugtrackingOptions.java   |      191 +
 .../settings/BugtrackingOptionsPanel.form          |      140 +
 .../settings/BugtrackingOptionsPanel.java          |      190 +
 .../modules/bugtracking/settings/Bundle.properties |       21 +
 .../bugtracking/settings/DashboardOptions.form     |      192 +
 .../bugtracking/settings/DashboardOptions.java     |      325 +
 .../bugtracking/settings/DashboardSettings.java    |      218 +
 .../bugtracking/spi/BugtrackingConnector.java      |      216 +-
 .../bugtracking/spi/BugtrackingController.java     |      136 -
 .../bugtracking/spi/BugtrackingSupport.java        |      235 +
 .../modules/bugtracking/spi/Bundle.properties      |       54 -
 .../netbeans/modules/bugtracking/spi/Issue.java    |      240 -
 .../modules/bugtracking/spi/IssueAccessorImpl.java |       67 -
 .../modules/bugtracking/spi/IssueController.java   |      148 +
 .../modules/bugtracking/spi/IssueFinder.java       |       27 +-
 .../modules/bugtracking/spi/IssuePriorityInfo.java |      120 +
 .../bugtracking/spi/IssuePriorityProvider.java     |       86 +
 .../modules/bugtracking/spi/IssueProvider.java     |      287 +-
 .../modules/bugtracking/spi/IssueScheduleInfo.java |      152 +
 .../bugtracking/spi/IssueScheduleProvider.java     |      124 +
 .../bugtracking/spi/IssueStatusProvider.java       |      304 +
 .../netbeans/modules/bugtracking/spi/Query.java    |      318 -
 .../modules/bugtracking/spi/QueryAccessorImpl.java |       67 -
 .../modules/bugtracking/spi/QueryController.java   |      186 +
 .../bugtracking/spi/QueryNotifyListener.java       |       67 -
 .../modules/bugtracking/spi/QueryProvider.java     |      218 +
 .../modules/bugtracking/spi/Repository.java        |      207 -
 .../bugtracking/spi/RepositoryController.java      |      129 +
 .../modules/bugtracking/spi/RepositoryInfo.java    |      362 +
 .../bugtracking/spi/RepositoryProvider.java        |      223 +
 .../spi/RepositoryQueryImplementation.java         |       66 +
 .../modules/bugtracking/spi/RepositoryUser.java    |       85 -
 .../modules/bugtracking/spi/SPIAccessorImpl.java   |       77 +
 .../modules/bugtracking/spi/SchedulePicker.java    |      115 +
 .../modules/bugtracking/spi/VCSAccessor.java       |       68 -
 .../netbeans/modules/bugtracking/spi/package.html  |       49 +
 .../modules/bugtracking/tasklist/Bundle.properties |       50 -
 .../bugtracking/tasklist/TaskListProvider.java     |      492 -
 .../modules/bugtracking/tasks/ActiveTaskPanel.form |       18 +
 .../modules/bugtracking/tasks/ActiveTaskPanel.java |      219 +
 .../modules/bugtracking/tasks/Bundle.properties    |      112 +
 .../modules/bugtracking/tasks/Category.java        |      175 +
 .../bugtracking/tasks/CategoryNamePanel.form       |       75 +
 .../bugtracking/tasks/CategoryNamePanel.java       |      138 +
 .../modules/bugtracking/tasks/CategoryPicker.form  |       65 +
 .../modules/bugtracking/tasks/CategoryPicker.java  |      194 +
 .../bugtracking/tasks/DashboardToolbar.java        |       68 +
 .../bugtracking/tasks/DashboardTopComponent.form   |       23 +
 .../bugtracking/tasks/DashboardTopComponent.java   |      508 +
 .../tasks/DashboardTransferHandler.java            |      160 +
 .../bugtracking/tasks/DashboardTransferable.java   |       81 +
 .../modules/bugtracking/tasks/DashboardUtils.java  |      743 +
 .../modules/bugtracking/tasks/FilterPanel.form     |       18 +
 .../modules/bugtracking/tasks/FilterPanel.java     |      397 +
 .../modules/bugtracking/tasks/LinkLabel.java       |      123 +
 .../bugtracking/tasks/NotificationManager.java     |      180 +
 .../bugtracking/tasks/QuickSearchPanel.form        |      107 +
 .../bugtracking/tasks/QuickSearchPanel.java        |      178 +
 .../modules/bugtracking/tasks/RecentCategory.java  |      100 +
 .../bugtracking/tasks/ScheduleCategory.java        |       99 +
 .../bugtracking/tasks/SchedulingPickerImpl.form    |       67 +
 .../bugtracking/tasks/SchedulingPickerImpl.java    |      324 +
 .../bugtracking/tasks/SortAttributePanel.form      |       71 +
 .../bugtracking/tasks/SortAttributePanel.java      |      221 +
 .../modules/bugtracking/tasks/SortPanel.form       |       68 +
 .../modules/bugtracking/tasks/SortPanel.java       |      177 +
 .../modules/bugtracking/tasks/TaskAttribute.java   |      120 +
 .../bugtracking/tasks/TaskNotificationPanel.form   |       71 +
 .../bugtracking/tasks/TaskNotificationPanel.java   |      152 +
 .../bugtracking/tasks/TaskSchedulingManager.java   |      435 +
 .../modules/bugtracking/tasks/TaskSorter.java      |      187 +
 .../bugtracking/tasks/UnsubmittedCategory.java     |       83 +
 .../modules/bugtracking/tasks/actions/Actions.java |     1136 +
 .../bugtracking/tasks/actions/Bundle.properties    |       90 +
 .../bugtracking/tasks/actions/CategoryAction.java  |       73 +
 .../bugtracking/tasks/actions/DummyAction.java     |       61 +
 .../bugtracking/tasks/actions/QueryAction.java     |       63 +
 .../tasks/actions/RepositoryAction.java            |       73 +
 .../bugtracking/tasks/actions/TaskAction.java      |       63 +
 .../bugtracking/tasks/cache/CategoryEntry.java     |       67 +
 .../bugtracking/tasks/cache/DashboardStorage.java  |      434 +
 .../bugtracking/tasks/cache/StorageUtils.java      |      102 +
 .../modules/bugtracking/tasks/cache/TaskEntry.java |       99 +
 .../bugtracking/tasks/dashboard/Bundle.properties  |       89 +
 .../bugtracking/tasks/dashboard/CategoryNode.java  |      331 +
 .../tasks/dashboard/ClosedCategoryNode.java        |      132 +
 .../tasks/dashboard/ClosedRepositoryNode.java      |       80 +
 .../tasks/dashboard/DashboardRefresher.java        |      156 +
 .../tasks/dashboard/DashboardViewer.java           |     1380 +
 .../tasks/dashboard/EmptyContentNode.java          |      110 +
 .../bugtracking/tasks/dashboard/EmptyNode.java     |      117 +
 .../bugtracking/tasks/dashboard/ErrorNode.java     |      103 +
 .../bugtracking/tasks/dashboard/QueryNode.java     |      335 +
 .../tasks/dashboard/RecentCategoryNode.java        |      113 +
 .../bugtracking/tasks/dashboard/Refreshable.java   |       52 +
 .../tasks/dashboard/RepositoryNode.java            |      398 +
 .../tasks/dashboard/ScheduleCategoryNode.java      |      117 +
 .../bugtracking/tasks/dashboard/ShowNextNode.java  |       99 +
 .../bugtracking/tasks/dashboard/Submitable.java    |       57 +
 .../tasks/dashboard/TaskContainerNode.java         |      412 +
 .../bugtracking/tasks/dashboard/TaskNode.java      |      333 +
 .../bugtracking/tasks/dashboard/TitleNode.java     |      126 +
 .../tasks/dashboard/UnsubmittedCategoryNode.java   |      127 +
 .../bugtracking/tasks/filter/AppliedFilters.java   |      107 +
 .../bugtracking/tasks/filter/DashboardFilter.java  |       68 +
 .../tasks/filter/DisplayTextTaskFilter.java        |       72 +
 .../bugtracking/tasks/filter/EmptyTaskFilter.java  |       66 +
 .../tasks/filter/OpenedCategorizedTaskFilter.java  |       67 +
 .../tasks/filter/OpenedCategoryFilter.java         |       66 +
 .../tasks/filter/OpenedRepositoryFilter.java       |       66 +
 .../tasks/filter/ScheduleCategoryFilter.java       |       97 +
 .../tasks/filter/UnsubmittedCategoryFilter.java    |       73 +
 .../bugtracking/tasks/resources/add_category.png   |      Bin 0 -> 596 bytes
 .../bugtracking/tasks/resources/add_query.png      |      Bin 0 -> 602 bytes
 .../bugtracking/tasks/resources/add_repo.png       |      Bin 0 -> 718 bytes
 .../bugtracking/tasks/resources/add_task.png       |      Bin 0 -> 573 bytes
 .../bugtracking/tasks/resources/arrow-down.png     |      Bin 0 -> 227 bytes
 .../bugtracking/tasks/resources/arrow-right.png    |      Bin 0 -> 228 bytes
 .../bugtracking/tasks/resources/arrow-up.png       |      Bin 0 -> 217 bytes
 .../bugtracking/tasks/resources/category.png       |      Bin 0 -> 490 bytes
 .../tasks/resources/category_recent.png            |      Bin 0 -> 611 bytes
 .../tasks/resources/category_schedule.png          |      Bin 0 -> 713 bytes
 .../tasks/resources/category_unsubmitted.png       |      Bin 0 -> 624 bytes
 .../modules/bugtracking/tasks/resources/clear.png  |      Bin 0 -> 746 bytes
 .../bugtracking/tasks/resources/dashboard.png      |      Bin 0 -> 560 bytes
 .../modules/bugtracking/tasks/resources/error.png  |      Bin 0 -> 565 bytes
 .../modules/bugtracking/tasks/resources/filter.png |      Bin 0 -> 700 bytes
 .../modules/bugtracking/tasks/resources/find.png   |      Bin 0 -> 801 bytes
 .../modules/bugtracking/tasks/resources/groups.png |      Bin 0 -> 453 bytes
 .../modules/bugtracking/tasks/resources/query.png  |      Bin 0 -> 507 bytes
 .../bugtracking/tasks}/resources/refresh.png       |      Bin
 .../bugtracking/tasks/resources/remote_repo.png    |      Bin 0 -> 675 bytes
 .../bugtracking/tasks/resources/schedule.png       |      Bin 0 -> 418 bytes
 .../bugtracking/tasks/resources/schedule_alarm.png |      Bin 0 -> 408 bytes
 .../bugtracking/tasks/resources/search_repo.png    |      Bin 0 -> 859 bytes
 .../modules/bugtracking/tasks/resources/sort.png   |      Bin 0 -> 595 bytes
 .../modules/bugtracking/tasks/resources/task.png   |      Bin 0 -> 470 bytes
 .../modules/bugtracking/tasks/resources/taskP1.png |      Bin 0 -> 665 bytes
 .../modules/bugtracking/tasks/resources/taskP2.png |      Bin 0 -> 586 bytes
 .../modules/bugtracking/tasks/resources/taskP3.png |      Bin 0 -> 626 bytes
 .../modules/bugtracking/tasks/resources/taskP4.png |      Bin 0 -> 628 bytes
 .../modules/bugtracking/tasks/resources/taskP5.png |      Bin 0 -> 651 bytes
 .../modules/bugtracking/team/Bundle.properties     |       46 +
 .../modules/bugtracking/team/TeamRepositories.java |      420 +
 .../bugtracking/team/TeamRepositoryPanel.form      |      105 +
 .../bugtracking/team/TeamRepositoryPanel.java      |      125 +
 .../modules/bugtracking/ui/issue/Bundle.properties |       32 +-
 .../modules/bugtracking/ui/issue/FindBar.form      |      174 +
 .../modules/bugtracking/ui/issue/FindBar.java      |      390 +
 .../modules/bugtracking/ui/issue/FindSupport.java  |      381 +
 .../bugtracking/ui/issue/IssueAccessor.java        |       59 -
 .../modules/bugtracking/ui/issue/IssueAction.java  |      112 +-
 .../bugtracking/ui/issue/IssueTopComponent.form    |       42 +-
 .../bugtracking/ui/issue/IssueTopComponent.java    |      569 +-
 .../bugtracking/ui/issue/PatchContextChooser.form  |       83 -
 .../bugtracking/ui/issue/PatchContextChooser.java  |      211 -
 .../bugtracking/ui/issue/cache/Bundle.properties   |       43 -
 .../bugtracking/ui/issue/cache/IssueCache.java     |      664 -
 .../ui/issue/cache/IssueCacheUtils.java            |      140 -
 .../bugtracking/ui/issue/cache/IssueStorage.java   |      741 -
 .../bugtracking/ui/nodes/BugtrackingRootNode.java  |      185 -
 .../modules/bugtracking/ui/nodes/Bundle.properties |       49 -
 .../bugtracking/ui/nodes/RepositoryNode.java       |      116 -
 .../modules/bugtracking/ui/nodes/WaitNode.java     |       61 -
 .../modules/bugtracking/ui/query/Bundle.properties |       23 +-
 .../bugtracking/ui/query/FindInQueryBar.form       |      131 -
 .../bugtracking/ui/query/FindInQueryBar.java       |      321 -
 .../bugtracking/ui/query/FindInQuerySupport.java   |      120 -
 .../bugtracking/ui/query/IssueTableSupport.java    |       77 -
 .../modules/bugtracking/ui/query/QueriesPanel.java |      272 -
 .../bugtracking/ui/query/QueryAccessor.java        |       59 -
 .../modules/bugtracking/ui/query/QueryAction.java  |       88 +-
 .../bugtracking/ui/query/QueryLinksPanel.java      |      385 -
 .../bugtracking/ui/query/QueryTopComponent.form    |      116 +
 .../bugtracking/ui/query/QueryTopComponent.java    |      696 +-
 .../ui/query/QueryTopComponentScrollPane.java      |       72 -
 .../query/QueryTopComponentScrollPaneLayout.java   |      386 -
 .../ui/query/QueryTopComponentViewport.java        |       75 -
 .../ui/query/QueryTopComponentViewportLayout.java  |      121 -
 .../modules/bugtracking/ui/query/RepoPanel.java    |      201 -
 .../bugtracking/ui/query/RepoSelectorPanel.java    |       64 +-
 .../ui/query/ViewportWidthAwarePanel.java          |       82 -
 .../bugtracking/ui/repository/Bundle.properties    |       43 +
 .../ui/repository/RepositoryComboModel.java        |      293 +
 .../ui/repository/RepositoryComboRenderer.java     |      120 +
 .../ui/repository/RepositoryComboSupport.java      |      800 +
 .../ui/repository/RepositoryComparator.java        |       58 +
 .../bugtracking/ui/search/Bundle.properties        |       30 +-
 .../modules/bugtracking/ui/search/FindBar.form     |      177 -
 .../modules/bugtracking/ui/search/FindBar.java     |      393 -
 .../modules/bugtracking/ui/search/FindSupport.java |      375 -
 .../modules/bugtracking/ui/search/PopupItem.java   |       16 +-
 .../bugtracking/ui/search/QuickSearchComboBar.form |        5 +-
 .../bugtracking/ui/search/QuickSearchComboBar.java |      162 +-
 .../bugtracking/ui/search/QuickSearchPanel.form    |      127 +
 .../bugtracking/ui/search/QuickSearchPanel.java    |      315 +
 .../bugtracking/ui/search/QuickSearchPopup.form    |        4 +-
 .../bugtracking/ui/search/QuickSearchPopup.java    |      123 +-
 .../bugtracking/ui/search/ResultsModel.java        |       43 +-
 .../ui/search/SearchResultRenderer.java            |        8 +-
 .../bugtracking/ui/selectors/Bundle.properties     |        6 +-
 .../ui/selectors/ConnectorComparator.java          |       68 +
 .../ui/selectors/RepositoryFormPanel.java          |      112 +-
 .../ui/selectors/RepositorySelector.java           |       80 +-
 .../ui/selectors/RepositorySelectorBuilder.java    |      137 +-
 .../bugtracking/ui/selectors/SelectorPanel.java    |       28 +-
 .../bugtracking/util/BugtrackingOptions.java       |      155 -
 .../bugtracking/util/BugtrackingOptionsPanel.form  |       97 -
 .../bugtracking/util/BugtrackingOptionsPanel.java  |       99 -
 .../bugtracking/util/BugtrackingOwnerSupport.java  |      631 -
 .../modules/bugtracking/util/BugtrackingUtil.java  |      593 +-
 .../modules/bugtracking/util/Bundle.properties     |       33 -
 .../bugtracking/util/ConnectorComparator.java      |       68 -
 .../bugtracking/util/FileToRepoMappingStorage.java |      220 -
 .../modules/bugtracking/util/IssueFinderUtils.java |       91 +-
 .../modules/bugtracking/util/LinkButton.java       |      227 -
 .../modules/bugtracking/util/NoContentPanel.form   |       53 -
 .../modules/bugtracking/util/NoContentPanel.java   |      106 -
 .../modules/bugtracking/util/PlaceholderPanel.java |      180 -
 .../bugtracking/util/RepositoryComboModel.java     |      293 -
 .../bugtracking/util/RepositoryComboRenderer.java  |      108 -
 .../bugtracking/util/RepositoryComboSupport.java   |      714 -
 .../bugtracking/util/RepositoryUserRenderer.java   |       73 -
 .../modules/bugtracking/util/SaveQueryPanel.form   |       78 -
 .../modules/bugtracking/util/SaveQueryPanel.java   |      192 -
 .../modules/bugtracking/util/Scrambler.java        |      440 -
 .../bugtracking/util/StackTraceSupport.java        |      575 -
 .../modules/bugtracking/util/TextUtils.java        |      231 -
 .../netbeans/modules/bugtracking/util/UIUtils.java |      194 -
 .../bugtracking/util/WebUrlHyperlinkSupport.java   |      932 -
 .../netbeans/modules/bugtracking/ManagerTest.java  |       41 +-
 .../modules/bugtracking/RecentIssuesTest.java      |      229 +-
 .../bugtracking/RepositoryRegistryTest.java        |      273 +
 .../modules/bugtracking/StackTraceFinderTest.java  |       91 -
 .../netbeans/modules/bugtracking/TestIssue.java    |      120 +
 .../modules/bugtracking/TestIssueProvider.java     |      120 +
 .../org/netbeans/modules/bugtracking/TestKit.java  |       80 +
 .../netbeans/modules/bugtracking/TestQuery.java    |      155 +
 .../modules/bugtracking/TestQueryProvider.java     |      102 +
 .../modules/bugtracking/TestRepository.java        |      115 +
 .../bugtracking/TestRepositoryProvider.java        |      123 +
 .../modules/bugtracking/TestStatusProvider.java    |       91 +
 .../modules/bugtracking/api/APITestConnector.java  |      318 +
 .../modules/bugtracking/api/APITestIssue.java      |      207 +
 .../modules/bugtracking/api/APITestKit.java        |       66 +
 .../modules/bugtracking/api/APITestQuery.java      |      171 +
 .../modules/bugtracking/api/APITestRepository.java |      259 +
 .../bugtracking/api/BugtrackingViewsTest.java      |       83 +
 .../modules/bugtracking/api/IssueTest.java         |      240 +
 .../modules/bugtracking/api/QueryTest.java         |      160 +
 .../bugtracking/api/RepositoryManagerTest.java     |      187 +
 .../bugtracking/api/RepositoryQueryTest.java       |      129 +
 .../modules/bugtracking/api/RepositoryTest.java    |      211 +
 .../modules/bugtracking/api/UtilTestCase.java      |      190 +
 .../dummies/DummyBugtrackingConnector.java         |       75 +-
 .../dummies/DummyBugtrackingOwnerSupport.java      |       40 +-
 .../modules/bugtracking/dummies/DummyNode.java     |       37 +-
 .../bugtracking/dummies/DummyProjectServices.java  |      144 +
 .../bugtracking/dummies/DummyRepository.java       |      107 +-
 .../bugtracking/issuetable/IssueTableTestCase.java |      102 -
 .../issuetable/IssuetableTestFactory.java          |      117 -
 .../issuetable/QueryTableCellRendererTest.java     |      462 -
 .../bugtracking/kenai/DummyKenaiRepositories.java  |       62 +
 .../kenai/spi/DummyKenaiRepositories.java          |       61 -
 .../modules/bugtracking/spi/QueryAccessor.java     |       59 -
 .../bugtracking/spi/RepositoryInfoTest.java        |      178 +
 .../bugtracking/spi/SchedulingPickerTest.java      |       78 +
 .../tasks/cache/DashboardStorageTest.java          |      165 +
 .../bugtracking/ui/issue/cache/CacheTest.java      |      503 -
 .../bugtracking/ui/issue/cache/StorageTest.java    |      323 -
 .../bugtracking/ui/query/KenaiTestHidden.java      |       65 +-
 .../bugtracking/ui/query/QTCTestHidden.java        |      189 +-
 .../ui/repository/RepositoryComboModelTest.java    |      454 +
 .../ui/repository/RepositoryComboSupportTest.java  |     1048 +
 .../ui/selectors/RepositorySelectorTest.java       |      119 +-
 .../bugtracking/util/BugtrackingUtilTest.java      |       70 +-
 .../bugtracking/util/RepositoryComboModelTest.java |      453 -
 .../util/RepositoryComboSupportTest.java           |     1299 -
 .../modules/bugtracking/util/TextUtilsTest.java    |      219 -
 bugtracking/var/bugtracking/storage                |      Bin 0 -> 10 bytes
 bugzilla.exceptionreporter/manifest.mf             |        2 +-
 .../nbproject/project.properties                   |        1 +
 bugzilla.exceptionreporter/nbproject/project.xml   |       14 +-
 .../bugzilla/exceptionreporter/Bundle.properties   |        2 +
 .../exceptionreporter/NBBugzillaAccessorImpl.java  |       14 +-
 .../exceptionreporter/ReportNBIssueAction.java     |       84 +
 bugzilla/manifest.mf                               |        4 +-
 bugzilla/nbproject/project.properties              |       14 +-
 bugzilla/nbproject/project.xml                     |      114 +-
 .../org/netbeans/modules/bugzilla/Bugzilla.java    |      254 +-
 .../netbeans/modules/bugzilla/BugzillaConfig.java  |      302 +-
 .../modules/bugzilla/BugzillaConnector.java        |      140 +-
 .../modules/bugzilla/BugzillaIssueProvider.java    |      118 +
 .../modules/bugzilla/BugzillaQueryProvider.java    |      121 +
 .../bugzilla/BugzillaRepositoryProvider.java       |      136 +
 .../netbeans/modules/bugzilla/Bundle.properties    |       22 +-
 .../modules/bugzilla/ModuleLifecycleManager.java   |       68 -
 .../bugzilla/MylynRepositoryConnectorProvider.java |       80 +
 .../netbeans/modules/bugzilla/NBLoginPanel.form    |      139 -
 .../netbeans/modules/bugzilla/NBLoginPanel.java    |      249 -
 .../modules/bugzilla/ReportNBIssueAction.java      |      130 -
 .../modules/bugzilla/api/Bundle.properties         |       43 -
 .../modules/bugzilla/api/NBBugzillaUtils.java      |      101 +-
 .../bugzilla/autoupdate/AutoupdatePanel.form       |       85 -
 .../bugzilla/autoupdate/AutoupdatePanel.java       |      128 -
 .../bugzilla/autoupdate/BugzillaAutoupdate.java    |      178 +-
 .../modules/bugzilla/autoupdate/Bundle.properties  |        4 -
 .../bugzilla/commands/AddAttachmentCommand.java    |        3 +-
 .../modules/bugzilla/commands/BugzillaCommand.java |       75 -
 .../bugzilla/commands/BugzillaExecutor.java        |      234 +-
 .../modules/bugzilla/commands/Bundle.properties    |        8 +-
 .../bugzilla/commands/GetAttachmentCommand.java    |        8 +-
 .../bugzilla/commands/GetConfigurationCommand.java |        3 +-
 .../bugzilla/commands/GetMultiTaskDataCommand.java |      103 -
 .../bugzilla/commands/GetTaskDataCommand.java      |       89 -
 .../modules/bugzilla/commands/HtmlPanel.form       |       14 +-
 .../modules/bugzilla/commands/HtmlPanel.java       |       25 +-
 .../bugzilla/commands/PerformQueryCommand.java     |      100 -
 .../modules/bugzilla/commands/SubmitCommand.java   |      102 -
 .../modules/bugzilla/commands/ValidateCommand.java |       15 +-
 .../bugzilla/issue/AttachmentHyperlinkSupport.java |      108 +-
 .../modules/bugzilla/issue/AttachmentPanel.form    |      189 -
 .../modules/bugzilla/issue/AttachmentPanel.java    |      273 -
 .../modules/bugzilla/issue/AttachmentsPanel.java   |      375 -
 .../modules/bugzilla/issue/BugzillaIssue.java      |     1670 +-
 .../bugzilla/issue/BugzillaIssueController.java    |      126 +
 .../bugzilla/issue/BugzillaIssueFinder.java        |      444 -
 .../modules/bugzilla/issue/BugzillaIssueNode.java  |       81 +-
 .../bugzilla/issue/BugzillaIssueProvider.java      |      847 -
 .../modules/bugzilla/issue/Bundle.properties       |      251 +-
 .../modules/bugzilla/issue/CommentsPanel.java      |      621 +-
 .../modules/bugzilla/issue/IssueController.java    |      119 -
 .../modules/bugzilla/issue/IssuePanel.form         |     2834 +-
 .../modules/bugzilla/issue/IssuePanel.java         |     4256 +-
 .../modules/bugzilla/issue/ResolveIssuePanel.form  |        2 +-
 .../modules/bugzilla/issue/ResolveIssuePanel.java  |       91 +-
 .../modules/bugzilla/kenai/Bundle.properties       |        5 +-
 .../modules/bugzilla/kenai/KenaiQuery.java         |       17 +-
 .../bugzilla/kenai/KenaiQueryController.java       |       47 +-
 .../modules/bugzilla/kenai/KenaiRepository.java    |      193 +-
 .../modules/bugzilla/kenai/KenaiSupportImpl.java   |      159 -
 .../src/org/netbeans/modules/bugzilla/layer.xml    |       24 -
 .../modules/bugzilla/options/BugzillaOptions.java  |       68 -
 .../options/BugzillaOptionsController.java         |      162 -
 .../bugzilla/options/BugzillaOptionsPanel.form     |      147 -
 .../bugzilla/options/BugzillaOptionsPanel.java     |      171 -
 .../modules/bugzilla/options/Bundle.properties     |       12 -
 .../modules/bugzilla/query/BugzillaQuery.java      |      369 +-
 .../bugzilla/query/BugzillaQueryCellRenderer.java  |       43 +
 .../modules/bugzilla/query/Bundle.properties       |       83 +-
 .../modules/bugzilla/query/QueryController.java    |      624 +-
 .../bugzilla/query/QueryNotifyListener.java        |       75 +
 .../modules/bugzilla/query/QueryPanel.form         |      320 +-
 .../modules/bugzilla/query/QueryPanel.java         |     1269 +-
 .../modules/bugzilla/query/QueryParameter.java     |      285 +-
 .../bugzilla/repository/BugzillaConfiguration.java |        9 +-
 .../bugzilla/repository/BugzillaRepository.java    |      820 +-
 .../repository/BugzillaRepositoryController.java   |      490 +
 .../modules/bugzilla/repository/Bundle.properties  |       43 +-
 .../modules/bugzilla/repository/IssueField.java    |       11 +
 .../modules/bugzilla/repository/NBLoginPanel.form  |      139 +
 .../modules/bugzilla/repository/NBLoginPanel.java  |      252 +
 .../bugzilla/repository/NBRepositorySupport.java   |      146 +-
 .../bugzilla/repository/RepositoryController.java  |      448 -
 .../bugzilla/repository/RepositoryPanel.form       |        4 +-
 .../bugzilla/repository/RepositoryPanel.java       |      190 +-
 .../modules/bugzilla/resources/conflict.png        |      Bin 0 -> 746 bytes
 .../netbeans/modules/bugzilla/resources/remote.png |      Bin 0 -> 723 bytes
 .../modules/bugzilla/resources/repository.png      |      Bin 0 -> 597 bytes
 .../modules/bugzilla/resources/unsubmitted.png     |      Bin 0 -> 748 bytes
 .../modules/bugzilla/util/BugzillaUtil.java        |      143 +-
 .../modules/bugzilla/util/Bundle.properties        |        7 +-
 .../netbeans/modules/bugzilla/util/FileUtils.java  |       18 +-
 .../modules/bugzilla/util/KeywordsPanel.form       |       87 -
 .../modules/bugzilla/util/KeywordsPanel.java       |      145 -
 .../modules/bugzilla/util/NbBugzillaConstants.java |       52 +
 .../netbeans/modules/bugzilla/BugzillaTest.java    |      117 +-
 .../org/netbeans/modules/bugzilla/HtmlPanel.form   |        4 +-
 .../org/netbeans/modules/bugzilla/HtmlPanel.java   |       10 +-
 .../org/netbeans/modules/bugzilla/LogHandler.java  |       33 +-
 .../modules/bugzilla/MylynStorageTest.java         |     1246 +
 .../modules/bugzilla/TestQueryNotifyListener.java  |       23 +-
 .../org/netbeans/modules/bugzilla/TestUtil.java    |       38 +-
 .../autoupdate/BugzillaNotSupportedTest.java       |       12 +-
 .../bugzilla/autoupdate/BugzillaPluginUCTest.java  |       76 +-
 .../autoupdate/BugzillaPluginUCTestCase.java       |       90 -
 .../bugzilla/autoupdate/BugzillaSupportedTest.java |       11 +-
 .../bugzilla/commands/ExceptionHandlerTest.java    |      102 +-
 .../issue/AttachmentHyperlinkSupportTest.java      |       94 +-
 .../bugzilla/issue/BugzillaIssueFinderTest.java    |      397 -
 .../netbeans/modules/bugzilla/issue/IssueTest.java |      161 +-
 .../modules/bugzilla/issue/IssueTestUtils.java     |       55 +
 .../modules/bugzilla/issue/OpenIssueTest.java      |       13 +-
 .../modules/bugzilla/issue/ShowLogActionTest.java  |       78 +
 .../modules/bugzilla/query/ControllerTest.java     |       63 +-
 .../modules/bugzilla/query/IssueTableTest.java     |       46 +-
 .../modules/bugzilla/query/QueryParameterTest.java |      158 +-
 .../modules/bugzilla/query/QueryRefreshTest.java   |      106 +-
 .../netbeans/modules/bugzilla/query/QueryTest.java |      203 +-
 .../modules/bugzilla/query/QueryTestUtil.java      |        3 +-
 .../repository/RepositoryControllerTest.java       |      234 +
 .../bugzilla/repository/RepositoryTest.java        |      207 +-
 c.jcraft.jsch/build.xml                            |       60 +
 c.jcraft.jsch/external/binaries-list               |        1 +
 c.jcraft.jsch/external/jsch-0.1.49-license.txt     |       33 +
 c.jcraft.jsch/manifest.mf                          |        3 +
 c.jcraft.jsch/nbproject/project.properties         |       46 +
 c.jcraft.jsch/nbproject/project.xml                |       65 +
 c.jcraft.jzlib/build.xml                           |       58 +
 .../external/binaries-list                         |        0
 .../external/jzlib-1.0.7-license.txt               |        0
 c.jcraft.jzlib/manifest.mf                         |        3 +
 c.jcraft.jzlib/nbproject/project.properties        |       46 +
 c.jcraft.jzlib/nbproject/project.xml               |       59 +
 classfile/apichanges.xml                           |       14 +
 classfile/manifest.mf                              |        2 +-
 classfile/nbproject/project.properties             |        4 +-
 classfile/nbproject/project.xml                    |       14 +-
 .../modules/classfile/BootstrapMethod.java         |      104 +
 .../modules/classfile/CPInvokeDynamicInfo.java     |       87 +
 .../modules/classfile/CPMethodHandleInfo.java      |      113 +
 .../modules/classfile/CPMethodTypeInfo.java        |       80 +
 .../org/netbeans/modules/classfile/ClassFile.java  |       40 +
 .../netbeans/modules/classfile/ConstantPool.java   |       23 +
 .../org/netbeans/modules/classfile/AccessTest.java |       39 +
 .../netbeans/modules/classfile/ClassNameTest.java  |       39 +
 .../modules/classfile/ConstantPoolTest.java        |       40 +-
 .../modules/classfile/JDK8ClassFilesTest.java      |       80 +
 .../netbeans/modules/classfile/ParamNameTest.java  |       39 +-
 .../modules/classfile/datafiles/WithLambda.classx  |      Bin 0 -> 1003 bytes
 .../test/unit/src/regression/Issue219426Test.java  |       40 +
 .../test/unit/src/regression/Issue84411Test.java   |       40 +-
 .../unit/src/regression/datafiles/test91098.java   |       39 +
 cloud.amazon/build.xml                             |        5 +
 cloud.amazon/manifest.mf                           |        8 +
 .../nbproject/project.properties                   |        0
 cloud.amazon/nbproject/project.xml                 |      147 +
 .../modules/cloud/amazon/AmazonInstance.java       |      440 +
 .../cloud/amazon/AmazonInstanceManager.java        |      162 +
 .../amazon/AmazonServerInstanceImplementation.java |       99 +
 .../cloud/amazon/AmazonServerInstanceProvider.java |      107 +
 .../cloud/amazon/AmazonServerWizardProvider.java   |       62 +
 .../modules/cloud/amazon/Bundle.properties         |        7 +
 .../modules/cloud/amazon/resources/layer.xml       |      131 +
 .../modules/cloud/amazon/resources/nbdep.xml       |       59 +
 .../serverplugin/AmazonDeploymentFactory.java      |       95 +
 .../serverplugin/AmazonDeploymentManager.java      |      219 +
 .../amazon/serverplugin/AmazonJ2EEInstance.java    |      154 +
 .../AmazonJ2EEServerInstanceImplementation.java    |       98 +
 .../AmazonJ2EEServerInstanceProvider.java          |      159 +
 .../AmazonJ2EEServerWizardProvider.java            |       62 +
 .../serverplugin/AmazonJ2eePlatformFactory.java    |       58 +
 .../serverplugin/AmazonJ2eePlatformImpl2.java      |      176 +
 .../AmazonOptionalDeploymentManagerFactory.java    |      149 +
 .../cloud/amazon/serverplugin/Bundle.properties    |       43 +
 .../cloud/amazon/ui/AmazonInstanceNode.java        |       95 +
 .../cloud/amazon/ui/AmazonJ2EEInstanceNode.java    |      117 +
 .../cloud/amazon/ui/AmazonWizardComponent.form     |       95 +
 .../cloud/amazon/ui/AmazonWizardComponent.java     |      225 +
 .../cloud/amazon/ui/AmazonWizardIterator.java      |      147 +
 .../modules/cloud/amazon/ui/AmazonWizardPanel.java |      179 +
 .../modules/cloud/amazon/ui/Bundle.properties      |       56 +
 .../modules/cloud/amazon/ui/PropertiesAction.java  |       85 +
 .../amazon/ui/RefreshAmazonInstanceNodeAction.java |       79 +
 .../amazon/ui/RemoteServerPropertiesAction.java    |       85 +
 .../amazon/ui/RemoveAmazonInstanceAction.java      |       82 +
 .../cloud/amazon/ui/ViewAdminConsoleAction.java    |       91 +
 .../modules/cloud/amazon/ui/resources/amazon.png   |      Bin 0 -> 722 bytes
 .../modules/cloud/amazon/ui/resources/running.png  |      Bin 0 -> 231 bytes
 .../cloud/amazon/ui/resources/terminated.png       |      Bin 0 -> 178 bytes
 .../modules/cloud/amazon/ui/resources/tomcat.png   |      Bin 0 -> 915 bytes
 .../modules/cloud/amazon/ui/resources/waiting.png  |      Bin 0 -> 244 bytes
 .../AmazonJ2EEServerWizardComponent.form           |      160 +
 .../AmazonJ2EEServerWizardComponent.java           |      501 +
 .../AmazonJ2EEServerWizardIterator.java            |      123 +
 .../serverplugin/AmazonJ2EEServerWizardPanel.java  |      218 +
 .../cloud/amazon/ui/serverplugin/Bundle.properties |       23 +
 cloud.common/build.xml                             |        5 +
 cloud.common/manifest.mf                           |        5 +
 .../nbproject/project.properties                   |        0
 cloud.common/nbproject/project.xml                 |      127 +
 .../modules/cloud/common/Bundle.properties         |        1 +
 .../spi/support/serverplugin/DeploymentStatus.java |       52 +
 .../support/serverplugin/DeploymentStatusImpl.java |      106 +
 .../spi/support/serverplugin/InstanceState.java    |       54 +
 .../ModuleConfigurationFactoryImpl.java            |       67 +
 .../serverplugin/ModuleConfigurationImpl.java      |       73 +
 .../support/serverplugin/ProgressObjectImpl.java   |      212 +
 .../serverplugin/RegistryNodeFactoryImpl.java      |       69 +
 .../spi/support/serverplugin/TargetImpl.java       |       74 +
 .../cloud/common/spi/support/ui/Bundle.properties  |       43 +
 .../support/ui/CloudResourcesWizardComponent.form  |       56 +
 .../support/ui/CloudResourcesWizardComponent.java  |      188 +
 .../spi/support/ui/CloudResourcesWizardPanel.java  |      108 +
 .../spi/support/ui/ServerResourceDescriptor.java   |       82 +
 cnd.analysis.api/build.xml                         |        5 +
 cnd.analysis.api/manifest.mf                       |        7 +
 .../nbproject/project.properties                   |        0
 cnd.analysis.api/nbproject/project.xml             |      166 +
 .../modules/cnd/analysis/api/AbstractAnalyzer.java |      318 +
 .../analysis/api/AbstractCustomizerProvider.java   |       18 +
 .../cnd/analysis/api/AbstractHintsPanel.java       |       19 +
 .../modules/cnd/analysis/api/AnalyzerRequest.java  |       15 +
 .../modules/cnd/analysis/api/AnalyzerResponse.java |       25 +
 .../modules/cnd/analysis/api/Bundle.properties     |        6 +
 .../cnd/analysis/api/CodeAuditProviderImpl.java    |       41 +
 .../modules/cnd/analysis/api/Line2Offset.java      |      107 +
 .../netbeans/modules/cnd/analysis/api/layer.xml    |       19 +
 .../cnd/analysis/api/options/Bundle.properties     |       40 +
 .../api/options/HintsOptionsPanelController.java   |      132 +
 .../cnd/analysis/api/options/HintsPanel.form       |      280 +
 .../cnd/analysis/api/options/HintsPanel.java       |      939 +
 .../cnd/analysis/api/options/HintsPanelLogic.java  |      463 +
 cnd.analysis.impl/build.xml                        |        5 +
 cnd.analysis.impl/manifest.mf                      |        6 +
 .../nbproject/project.properties                   |        0
 cnd.analysis.impl/nbproject/project.xml            |       80 +
 .../modules/cnd/analysis/impl/ScopeProvider.java   |       51 +
 .../cnd/analysis/impl/resources/Bundle.properties  |        5 +
 cnd.antlr/nbproject/project.properties             |        2 +-
 cnd.antlr/nbproject/project.xml                    |        6 +-
 .../modules/cnd/antlr/ANTLRStringBuffer.java       |        8 +-
 .../org/netbeans/modules/cnd/antlr/LLkParser.java  |        9 +-
 .../netbeans/modules/cnd/antlr/TokenBuffer.java    |       15 +-
 cnd.api.model/nbproject/project.properties         |        5 +-
 cnd.api.model/nbproject/project.xml                |       27 +-
 .../modules/cnd/api/model/CsmChangeEvent.java      |        2 +
 .../cnd/api/model/CsmClassForwardDeclaration.java  |        3 +-
 .../modules/cnd/api/model/CsmClassifier.java       |        3 +
 .../modules/cnd/api/model/CsmDeclaration.java      |        7 +-
 .../netbeans/modules/cnd/api/model/CsmEnum.java    |        4 +
 .../cnd/api/model/CsmEnumForwardDeclaration.java   |       52 +
 .../modules/cnd/api/model/CsmErrorDirective.java   |        2 +-
 .../CsmExpressionBasedSpecializationParameter.java |        9 +
 .../modules/cnd/api/model/CsmFunction.java         |       16 +-
 .../cnd/api/model/CsmFunctionDefinition.java       |       35 +
 .../api/model/CsmFunctionPointerClassifier.java    |       50 +
 .../cnd/api/model/CsmFunctionPointerType.java      |        6 +-
 .../modules/cnd/api/model/CsmFunctional.java       |       66 +
 .../netbeans/modules/cnd/api/model/CsmMacro.java   |        3 +-
 .../netbeans/modules/cnd/api/model/CsmModel.java   |       25 +-
 .../modules/cnd/api/model/CsmModelAccessor.java    |       21 +
 .../modules/cnd/api/model/CsmNamespace.java        |        8 +
 .../cnd/api/model/CsmNamespaceDefinition.java      |        4 +
 .../modules/cnd/api/model/CsmProgressAdapter.java  |       10 +
 .../netbeans/modules/cnd/api/model/CsmProject.java |        4 +
 .../cnd/api/model/CsmSpecializationParameter.java  |        2 +-
 .../cnd/api/model/CsmTemplateParameter.java        |       16 +-
 .../netbeans/modules/cnd/api/model/CsmType.java    |        4 +
 .../modules/cnd/api/model/CsmTypeAlias.java        |       49 +
 .../model/CsmVariadicSpecializationParameter.java  |       53 +
 .../modules/cnd/api/model/deep/CsmExpression.java  |        9 +
 .../cnd/api/model/deep/CsmRangeForStatement.java   |       68 +
 .../modules/cnd/api/model/deep/CsmStatement.java   |        3 +
 .../cnd/api/model/deep/CsmSwitchStatement.java     |        2 +-
 .../api/model/services/CsmClassifierResolver.java  |      169 +-
 .../modules/cnd/api/model/services/CsmTypes.java   |       65 +-
 .../cnd/api/model/util/CsmBaseUtilities.java       |       70 +-
 .../cnd/api/model/util/CsmKindUtilities.java       |       68 +-
 .../modules/cnd/api/model/util/CsmTracer.java      |       70 +-
 .../netbeans/modules/cnd/api/model/util/UIDs.java  |        2 +
 .../cnd/spi/model/CsmBaseUtilitiesProvider.java    |       46 +
 .../modules/cnd/spi/model/TypesProvider.java       |        2 +
 cnd.api.project/manifest.mf                        |        1 +
 cnd.api.project/nbproject/project.properties       |        4 +-
 cnd.api.project/nbproject/project.xml              |       40 +-
 .../modules/cnd/api/project/CodeAssistance.java    |       63 +
 .../cnd/api/project/DefaultSystemSettings.java     |       10 +-
 .../modules/cnd/api/project/NativeExitStatus.java  |       64 -
 .../modules/cnd/api/project/NativeFileItem.java    |       49 +-
 .../modules/cnd/api/project/NativeProject.java     |       36 +-
 .../api/project/NativeProjectChangeSupport.java    |       64 +
 .../cnd/api/project/NativeProjectItemsAdapter.java |       83 +
 .../api/project/NativeProjectItemsListener.java    |       30 +-
 .../cnd/api/project/NativeProjectRegistry.java     |       38 +-
 .../cnd/api/project/NativeProjectSupport.java      |      136 +
 .../cnd/spi/project/NativeFileSearchProvider.java  |       64 +
 .../project/NativeProjectExecutionProvider.java    |       76 +
 .../NativeProjectLayerDescriptorProvider.java      |       54 +
 .../NativeProjectRelocationMapperProvider.java     |       77 +
 cnd.api.remote/manifest.mf                         |        1 +
 cnd.api.remote/nbproject/project.properties        |        3 +-
 cnd.api.remote/nbproject/project.xml               |       48 +-
 .../modules/cnd/api/remote/CommandProvider.java    |       84 -
 .../netbeans/modules/cnd/api/remote/PathMap.java   |        2 +
 .../modules/cnd/api/remote/RemoteFile.java         |      216 -
 .../modules/cnd/api/remote/RemoteFileUtil.java     |      324 +-
 .../modules/cnd/api/remote/RemoteProject.java      |       20 +-
 .../modules/cnd/api/remote/RemoteSyncSupport.java  |       18 +-
 .../modules/cnd/api/remote/ServerList.java         |        8 +
 .../modules/cnd/api/remote/ServerListUI.java       |       23 +-
 .../modules/cnd/api/remote/ServerRecord.java       |        8 +
 .../modules/cnd/spi/remote/RemoteSyncFactory.java  |       30 +-
 .../modules/cnd/spi/remote/RemoteSyncService.java  |        5 +-
 cnd.apt/build.xml                                  |        8 +-
 cnd.apt/nbproject/project.properties               |        3 +-
 cnd.apt/nbproject/project.xml                      |       41 +-
 .../modules/cnd/apt/debug/APTTraceFlags.java       |        4 +
 .../cnd/apt/impl/structure/APTBaseNode.java        |        2 +
 .../cnd/apt/impl/structure/APTBuilderImpl.java     |      319 +-
 .../cnd/apt/impl/structure/APTContainerNode.java   |        4 +
 .../cnd/apt/impl/structure/APTDefineNode.java      |      428 +-
 .../cnd/apt/impl/structure/APTElifNode.java        |        1 +
 .../cnd/apt/impl/structure/APTElseNode.java        |        2 +
 .../cnd/apt/impl/structure/APTEndifNode.java       |       13 +-
 .../cnd/apt/impl/structure/APTErrorNode.java       |        2 +
 .../cnd/apt/impl/structure/APTFileNode.java        |       16 +-
 .../apt/impl/structure/APTIfConditionBaseNode.java |        3 +-
 .../modules/cnd/apt/impl/structure/APTIfNode.java  |        1 +
 .../impl/structure/APTIfdefConditionBaseNode.java  |        1 +
 .../cnd/apt/impl/structure/APTIfdefNode.java       |        8 +-
 .../cnd/apt/impl/structure/APTIfndefNode.java      |        1 +
 .../cnd/apt/impl/structure/APTIncludeBaseNode.java |       14 +-
 .../cnd/apt/impl/structure/APTIncludeNextNode.java |        1 +
 .../cnd/apt/impl/structure/APTIncludeNode.java     |        1 +
 .../cnd/apt/impl/structure/APTMacroBaseNode.java   |       39 +-
 .../cnd/apt/impl/structure/APTNodeBuilder.java     |       54 +
 .../cnd/apt/impl/structure/APTPragmaNode.java      |        6 +
 .../cnd/apt/impl/structure/APTStreamBaseNode.java  |       46 +-
 .../cnd/apt/impl/structure/APTStreamNode.java      |        2 +
 .../impl/structure/APTTokenAndChildBasedNode.java  |        8 +-
 .../cnd/apt/impl/structure/APTTokenBasedNode.java  |        8 +
 .../cnd/apt/impl/structure/APTUndefineNode.java    |       19 +-
 .../cnd/apt/impl/structure/APTUnknownNode.java     |        2 +
 .../cnd/apt/impl/support/APTBaseMacroMap.java      |       14 +-
 .../cnd/apt/impl/support/APTCommentToken.java      |       12 +-
 .../cnd/apt/impl/support/APTConstTextToken.java    |       42 +-
 .../cnd/apt/impl/support/APTDriverImpl.java        |      111 +-
 .../cnd/apt/impl/support/APTFileMacroMap.java      |       55 +-
 .../apt/impl/support/APTHandlersSupportImpl.java   |      114 +-
 .../apt/impl/support/APTIncludeHandlerImpl.java    |      300 +-
 .../apt/impl/support/APTIncludeResolverImpl.java   |       67 +-
 .../cnd/apt/impl/support/APTLiteIdToken.java       |      158 +
 .../cnd/apt/impl/support/APTLiteLiteralToken.java  |      174 +
 .../modules/cnd/apt/impl/support/APTMacroImpl.java |        8 +
 .../cnd/apt/impl/support/APTMacroMapSnapshot.java  |      267 +-
 .../apt/impl/support/APTMacroParamExpansion.java   |        4 +
 .../apt/impl/support/APTPreprocHandlerImpl.java    |      109 +-
 .../cnd/apt/impl/support/APTPreprocessorToken.java |      137 +
 .../cnd/apt/impl/support/APTSystemMacroMap.java    |       21 +-
 .../modules/cnd/apt/impl/support/APTTestToken.java |       15 +
 .../cnd/apt/impl/support/MacroExpandedToken.java   |       28 +-
 .../apt/impl/support/PathsCollectionIterator.java  |       15 +-
 .../cnd/apt/impl/support/ResolverResultsCache.java |       96 +
 .../cnd/apt/impl/support/SnapshotHolderCache.java  |      205 +
 .../impl/support/SplitShiftRightTokenFilter.java   |       91 +
 .../cnd/apt/impl/support/aptBigIntegerExpr.g       |      290 +
 .../modules/cnd/apt/impl/support/aptexpr.g         |       29 +-
 .../modules/cnd/apt/impl/support/aptlexer.g        |      293 +-
 .../modules/cnd/apt/structure/APTElif.java         |        5 +-
 .../modules/cnd/apt/structure/APTFile.java         |        5 +-
 .../netbeans/modules/cnd/apt/structure/APTIf.java  |        5 +-
 .../modules/cnd/apt/structure/APTIfCondition.java  |       52 +
 .../modules/cnd/apt/structure/APTPragma.java       |        8 +
 .../modules/cnd/apt/support/APTAbstractWalker.java |      203 +-
 .../modules/cnd/apt/support/APTBaseToken.java      |       22 +-
 .../cnd/apt/support/APTConditionResolver.java      |       56 +-
 .../modules/cnd/apt/support/APTDriver.java         |       38 +-
 .../modules/cnd/apt/support/APTExpandedStream.java |       75 +-
 .../modules/cnd/apt/support/APTFileCache.java      |       58 +
 .../modules/cnd/apt/support/APTFileCacheEntry.java |        4 +-
 .../cnd/apt/support/APTFileCacheManager.java       |       22 +-
 .../cnd/apt/support/APTHandlersSupport.java        |       46 +-
 .../modules/cnd/apt/support/APTIncludeFake.java    |       23 +-
 .../cnd/apt/support/APTIncludePathStorage.java     |        6 +-
 .../cnd/apt/support/APTMacroExpandedStream.java    |       38 +-
 .../modules/cnd/apt/support/APTPreprocHandler.java |        9 +
 .../modules/cnd/apt/support/APTSystemStorage.java  |        2 +
 .../netbeans/modules/cnd/apt/support/APTToken.java |        2 +
 .../modules/cnd/apt/support/APTTokenAbstact.java   |       25 +
 .../cnd/apt/support/APTTokenStreamBuilder.java     |       20 +-
 .../modules/cnd/apt/support/APTWalker.java         |       71 +-
 .../modules/cnd/apt/support/IncludeDirEntry.java   |       52 +-
 .../modules/cnd/apt/support/PostIncludeData.java   |       22 +
 .../modules/cnd/apt/support/ResolvedPath.java      |       32 +-
 .../modules/cnd/apt/support/StartEntry.java        |       19 +-
 .../apt/support/lang/APTBaseLanguageFilter.java    |      124 +-
 .../cnd/apt/support/lang/APTFortranEOSFilter.java  |      138 +-
 .../cnd/apt/support/lang/APTFortranFilter.java     |       33 +-
 .../cnd/apt/support/lang/APTFortranFilterEx.java   |      195 +
 .../cnd/apt/support/lang/APTGnuCFilter.java        |        4 +
 .../cnd/apt/support/lang/APTGnuCpp11Filter.java    |      235 +
 .../cnd/apt/support/lang/APTGnuCppFilter.java      |       14 +-
 .../cnd/apt/support/lang/APTLanguageSupport.java   |       32 +-
 .../cnd/apt/support/lang/APTStdCFilter.java        |        4 +-
 .../cnd/apt/support/spi/APTIndexFilter.java        |       60 +
 .../modules/cnd/apt/utils/APTCommentsFilter.java   |        1 +
 .../modules/cnd/apt/utils/APTIncludeUtils.java     |        8 +-
 .../modules/cnd/apt/utils/APTPreprocFilter.java    |       88 +
 .../modules/cnd/apt/utils/APTSerializeUtils.java   |      164 +-
 .../modules/cnd/apt/utils/APTTraceFilter.java      |        1 +
 .../modules/cnd/apt/utils/APTTraceUtils.java       |       96 +-
 .../netbeans/modules/cnd/apt/utils/APTUtils.java   |      130 +-
 .../cnd/apt/utils/LinkedListBasedTokenStream.java  |       86 +
 .../cnd/apt/utils/ListBasedTokenStream.java        |       11 +-
 .../cnd/apt/utils/TokenBasedTokenStream.java       |        2 -
 .../cnd/apt/impl/support/APTMacroMapTest.java      |      104 +
 .../cnd/apt/support/APTConditionResolverTest.java  |      216 +
 .../modules/cnd/apt/support/APTFileNodeTest.java   |       64 +
 .../modules/cnd/apt/support/DummyProjectKey.java   |      156 +
 .../cnd/apt/support/GuardDetectorTestCase.java     |      271 +
 cnd.asm/nbproject/project.properties               |        4 +-
 cnd.asm/nbproject/project.xml                      |       43 +-
 .../modules/cnd/asm/base/syntax/AntlrLexer.java    |       13 +
 .../cnd/asm/core/assistance/GoToLabelAction.java   |        8 +-
 .../dataobjects/AsmCreateFromTemplateHandler.java  |       21 +-
 .../cnd/asm/core/dataobjects/AsmDataObject.java    |       50 +-
 .../asm/core/dataobjects/AsmObjectUtilities.java   |        5 +-
 .../cnd/asm/core/dataobjects/Bundle.properties     |        1 +
 .../cnd/asm/core/editor/AsmEditorSupport.java      |       13 +-
 .../cnd/asm/core/editor/AsmModelAccessorImpl.java  |        4 +-
 .../asm/core/hyperlink/AsmHyperlinkProvider.java   |       12 +-
 .../modules/cnd/asm/core/resources/AsmResolver.xml |       13 -
 .../cnd/asm/core/resources/Bundle.properties       |        1 -
 .../core/resources/NetBeans-Asm-fontsColors.xml    |        6 +-
 .../modules/cnd/asm/core/resources/layer.xml       |        9 -
 .../cnd/asm/core/ui/top/InstructionInfoPanel.form  |       10 +-
 .../cnd/asm/core/ui/top/InstructionInfoPanel.java  |        4 +-
 .../cnd/asm/core/ui/top/InstructionListPanel.form  |       10 +-
 .../cnd/asm/core/ui/top/InstructionListPanel.java  |        5 +-
 .../cnd/asm/core/ui/top/NavigatorTopComponent.form |        6 +-
 .../modules/cnd/asm/core/ui/top/NavigatorUI.form   |        5 +-
 .../netbeans/modules/cnd/asm/model/AsmState.java   |        2 +-
 .../modules/cnd/asm/model/util/EmptyAsmState.java  |        1 +
 .../netbeans/modules/cnd/asm/model/util/Pair.java  |       68 -
 .../cnd/asm/model/xml/ModelXMLRootContext.java     |        6 +-
 cnd.callgraph/nbproject/project.properties         |        2 +-
 cnd.callgraph/nbproject/project.xml                |       31 +-
 .../modules/cnd/callgraph/api/CallModel.java       |        5 +
 .../cnd/callgraph/api/ui/CallGraphAction.java      |       81 +
 .../api/ui/CallGraphActionEDTRunnable.java         |       51 +
 .../callgraph/api/ui/CallGraphModelFactory.java    |        5 +-
 .../modules/cnd/callgraph/api/ui/CallGraphUI.java  |       11 +
 .../modules/cnd/callgraph/api/ui/Catalog.java      |       51 +
 .../modules/cnd/callgraph/impl/Bundle.properties   |       15 +-
 .../modules/cnd/callgraph/impl/CallChildren.java   |       42 +-
 .../cnd/callgraph/impl/CallGraphAction.java        |        6 +
 .../modules/cnd/callgraph/impl/CallGraphPanel.form |       93 +-
 .../modules/cnd/callgraph/impl/CallGraphPanel.java |      608 +-
 .../cnd/callgraph/impl/CallGraphPopupAction.java   |        5 +
 .../modules/cnd/callgraph/impl/CallGraphScene.java |       29 +-
 .../modules/cnd/callgraph/impl/CallGraphState.java |        6 +-
 .../cnd/callgraph/impl/CallGraphTopComponent.form  |        4 +-
 .../cnd/callgraph/impl/CallGraphTopComponent.java  |       34 +-
 .../modules/cnd/callgraph/impl/CallNode.java       |       40 +-
 .../modules/cnd/callgraph/impl/DefaultCatalog.java |       58 +
 .../modules/cnd/callgraph/impl/ExportAction.java   |      161 -
 .../cnd/callgraph/impl/FunctionRootNode.java       |       39 +-
 .../impl/HorizontalHierarchicalLayout.java         |     1191 -
 .../modules/cnd/callgraph/impl/LoadingNode.java    |       31 +-
 .../cnd/callgraph/impl/RelativePathRouter.java     |      111 +
 .../org/netbeans/modules/cnd/callgraph/layer.xml   |       15 +-
 .../cnd/callgraph/support/Bundle.properties        |        5 +
 .../cnd/callgraph/support/ExportAction.java        |      165 +
 .../support/HorizontalHierarchicalLayout.java      |     1005 +
 cnd.classview/nbproject/project.properties         |        4 +-
 cnd.classview/nbproject/project.xml                |       46 +-
 .../modules/cnd/classview/ChildrenUpdater.java     |       72 +-
 .../netbeans/modules/cnd/classview/ClassView.java  |        3 +-
 .../modules/cnd/classview/ClassViewInstaller.java  |        5 +-
 .../modules/cnd/classview/ClassViewModel.java      |       63 +-
 .../cnd/classview/ClassViewTopComponent.java       |       21 +-
 .../modules/cnd/classview/ClassifierKeyArray.java  |       17 +-
 .../modules/cnd/classview/HostKeyArray.java        |        7 +-
 .../modules/cnd/classview/NamespaceKeyArray.java   |       21 +-
 .../modules/cnd/classview/PersistentKey.java       |       31 +-
 .../modules/cnd/classview/ProjectsKeyArray.java    |      287 +-
 .../netbeans/modules/cnd/classview/RootNode.java   |        5 +-
 .../modules/cnd/classview/SmartChangeEvent.java    |       60 +-
 .../netbeans/modules/cnd/classview/SortedName.java |       39 +-
 .../cnd/classview/actions/Bundle.properties        |       42 +
 .../cnd/classview/actions/ContextUtils.java        |       12 +-
 .../classview/actions/GoToDeclarationAction.java   |       43 +-
 .../cnd/classview/actions/MoreDeclarations.java    |       27 +-
 .../classview/actions/SelectInClassesAction.java   |       20 +-
 .../classview/actions/ShowHideClassViewAction.java |       24 +-
 .../modules/cnd/classview/model/BaseNode.java      |       19 +
 .../modules/cnd/classview/model/CVUtil.java        |       21 +-
 .../modules/cnd/classview/model/ClassNode.java     |       52 +-
 .../modules/cnd/classview/model/EnumNode.java      |       54 +-
 .../cnd/classview/model/EnumeratorNode.java        |       14 +-
 .../cnd/classview/model/ForwardClassNode.java      |       53 +-
 .../cnd/classview/model/FriendClassNode.java       |       63 +-
 .../cnd/classview/model/FriendFunctionNode.java    |       42 +-
 .../cnd/classview/model/GlobalFuncNode.java        |       45 +-
 .../modules/cnd/classview/model/GlobalVarNode.java |       49 +-
 .../modules/cnd/classview/model/LoadingNode.java   |        1 +
 .../modules/cnd/classview/model/MemberNode.java    |       61 +-
 .../modules/cnd/classview/model/NPNode.java        |        1 +
 .../modules/cnd/classview/model/NamespaceNode.java |       40 +-
 .../modules/cnd/classview/model/ObjectNode.java    |       10 +-
 .../cnd/classview/model/ProjectLibsNode.java       |      113 +
 .../modules/cnd/classview/model/ProjectNode.java   |        9 +-
 .../modules/cnd/classview/model/TypedefNode.java   |       53 +-
 .../cnd/classview/resources/Bundle.properties      |        7 +-
 .../modules/cnd/classview/resources/layer.xml      |       41 -
 .../cnd/classview/resources/libraries_folder.gif   |      Bin 0 -> 554 bytes
 .../cnd/classview/QuoteTestCase/quote.cc.dat       |       15 +-
 .../modules/cnd/classview/QuoteTestCase.java       |        2 +-
 cnd.cncppunit/nbproject/project.properties         |        8 +-
 cnd.cncppunit/nbproject/project.xml                |       41 +-
 .../cnd/cncppunit/CnCppUnitTestHandlerFactory.java |       75 +-
 .../CnCppUnitTestHandlerFactoryProvider.java       |       43 +-
 .../editor/filecreation/Bundle.properties          |        4 +
 .../editor/filecreation/NewTestCUnitPanel.java     |        6 +
 .../editor/filecreation/NewTestCUnitPanelGUI.java  |        5 +-
 .../editor/filecreation/NewTestCppUnitPanel.java   |        6 +
 .../filecreation/NewTestCppUnitPanelGUI.java       |        5 +-
 .../editor/filecreation/TestCUnitIterator.java     |       24 +-
 .../editor/filecreation/TestCppUnitIterator.java   |       25 +-
 .../org/netbeans/modules/cnd/cncppunit/layer.xml   |        8 +-
 .../cnd/cncppunit/templates/c/cunittest-c.template |        2 +-
 .../templates/c/test-cunit-file-c.template         |        2 +-
 cnd.completion/nbproject/project.properties        |        7 +-
 cnd.completion/nbproject/project.xml               |      104 +-
 .../cnd/completion/cplusplus/Bundle.properties     |        2 +-
 .../cplusplus/CCGoToDeclarationAction.java         |       19 +-
 .../cplusplus/CsmCodeTemplateFilter.java           |      138 +-
 .../cplusplus/CsmCompletionProvider.java           |      114 +-
 .../completion/cplusplus/CsmCompletionUtils.java   |       20 +-
 .../cplusplus/CsmExpressionResolverImpl.java       |       78 +
 .../cnd/completion/cplusplus/CsmFinderFactory.java |       13 +-
 .../cnd/completion/cplusplus/CsmFinderImpl.java    |       20 +-
 .../completion/cplusplus/NbCsmCompletionQuery.java |       71 +-
 .../cnd/completion/cplusplus/NbCsmResultItem.java  |       17 +
 .../cplusplus/ext/CompletionSupport.java           |     1254 +-
 .../completion/cplusplus/ext/CsmCompletion.java    |      306 +-
 .../cplusplus/ext/CsmCompletionExpression.java     |       15 +-
 .../cplusplus/ext/CsmCompletionQuery.java          |     2130 +-
 .../cplusplus/ext/CsmCompletionTokenProcessor.java |      677 +-
 .../cplusplus/ext/CsmExpandedTokenProcessor.java   |       19 +-
 .../cnd/completion/cplusplus/ext/CsmFinder.java    |        4 +-
 .../completion/cplusplus/ext/CsmResultItem.java    |      197 +-
 .../cplusplus/hyperlink/Bundle.properties          |        7 +-
 .../hyperlink/CsmAbstractHyperlinkProvider.java    |       21 +-
 .../hyperlink/CsmDefineHyperlinkProvider.java      |      138 +
 .../cplusplus/hyperlink/CsmHyperlinkProvider.java  |      347 +-
 .../hyperlink/CsmIncludeHyperlinkProvider.java     |       58 +-
 .../cplusplus/hyperlink/LineHyperlinkProvider.java |      301 +
 .../cnd/completion/csm/CompletionResolver.java     |        9 +-
 .../cnd/completion/csm/CompletionResolverImpl.java |      221 +-
 .../cnd/completion/csm/CompletionUtilities.java    |      166 +-
 .../modules/cnd/completion/csm/CsmContext.java     |        9 +
 .../cnd/completion/csm/CsmContextUtilities.java    |      414 +-
 .../cnd/completion/csm/CsmDeclarationResolver.java |        5 +-
 .../cnd/completion/csm/CsmOffsetResolver.java      |      150 +-
 .../cnd/completion/csm/CsmOffsetUtilities.java     |       41 +-
 .../completion/csm/CsmProjectContentResolver.java  |      409 +-
 .../cnd/completion/csm/CsmStatementResolver.java   |      110 +-
 .../completion/debugger/CsmAutosProviderImpl.java  |      141 +-
 .../debugger/CsmFunctionCallsProviderImpl.java     |        7 +-
 .../completion/doxygensupport/Bundle.properties    |        1 -
 .../CompletionDocumentationProviderImpl.java       |       25 +-
 .../doxygensupport/DoxygenDocumentation.java       |      260 +-
 .../doxygensupport/ManDocumentation.java           |      107 +-
 .../completion/impl/xref/DocOffsPositionImpl.java  |        3 +
 .../completion/impl/xref/DocOffsetableImpl.java    |        6 +
 .../impl/xref/FileReferencesContext.java           |       31 +-
 .../completion/impl/xref/FileReferencesImpl.java   |       78 +-
 .../completion/impl/xref/ReferenceContextImpl.java |        5 +
 .../cnd/completion/impl/xref/ReferenceImpl.java    |       26 +-
 .../impl/xref/ReferenceResolverImpl.java           |       51 +-
 .../cnd/completion/impl/xref/ReferencesCache.java  |      108 +-
 .../completion/impl/xref/ReferencesSupport.java    |      504 +-
 .../cnd/completion/impl/xref/SymTabCache.java      |       10 +-
 .../includes/CsmIncludeCompletionItem.java         |       29 +-
 .../includes/CsmIncludeCompletionProvider.java     |       22 +-
 .../includes/CsmIncludeCompletionQuery.java        |       57 +-
 .../cnd/completion/options/Bundle.properties       |        2 +-
 .../completion/options/CodeCompletionPanel.form    |       37 +-
 .../completion/options/CodeCompletionPanel.java    |       68 +-
 .../CsmPreprocessorDirectiveCompletionItem.java    |       30 +-
 ...CsmPreprocessorDirectiveCompletionProvider.java |       11 +-
 .../modules/cnd/completion/resources/layer.xml     |       32 +-
 .../services/CsmOverloadingResolverImpl.java       |       66 +
 .../dynhelp/CompletionDocumentationProvider.java   |       66 -
 cnd.completion/test/popular-commands.sh            |        8 +-
 .../completion/AutosTestCase/testAutosArrays.ref   |        5 +
 .../completion/AutosTestCase/testAutosArrays2.ref  |        5 +
 .../completion/AutosTestCase/testAutosInFor.ref    |        1 +
 .../AutosTestCase/testAutosNoCodeModel.ref         |        1 +
 .../CCBasicCompletionTestCase/test142903_1.ref     |       30 +-
 .../CCBasicCompletionTestCase/test142903_2.ref     |       28 +-
 .../CCBasicCompletionTestCase/test208053.ref       |        1 +
 .../CCBasicCompletionTestCase/testBug188804.ref    |        2 +-
 .../CCBasicCompletionTestCase/testBug188804_2.ref  |        2 +-
 .../CCBasicCompletionTestCase/testBug206234.ref    |        1 +
 .../CCBasicCompletionTestCase/testBug214650.ref    |        1 +
 .../testBug235102_cc_1.ref                         |        1 +
 .../testBug235102_cc_2.ref                         |        1 +
 .../CCBasicCompletionTestCase/testCast1.ref        |        2 +-
 .../CCBasicCompletionTestCase/testCast2.ref        |        2 +-
 .../CCBasicCompletionTestCase/testCast3.ref        |        2 +-
 .../CCBasicCompletionTestCase/testCast4.ref        |        2 +-
 .../testCompletionAfterSpace.ref                   |        4 +-
 .../testCompletionAfterSpace2.ref                  |        2 +-
 .../testCompletionForStaticFunctions1.ref          |       26 +-
 .../testCompletionForStaticFunctions2.ref          |        8 +-
 .../testCompletionForStaticFunctions3.ref          |        4 +-
 .../testCompletionForStaticFunctions4.ref          |       26 +-
 .../testCompletionInConstructor.ref                |       24 +-
 .../testCompletionInEmptyFile.ref                  |       16 +-
 .../testCompletionOnEmptyInClassFunction.ref       |       20 +-
 .../testCompletionOnEmptyInGlobFunction.ref        |       16 +-
 .../testCompletionOnEmptyInGlobal.ref              |       16 +-
 .../testEmptyDerefCompletion.ref                   |       12 -
 .../testEmptyDerefCompletion_1.ref                 |       12 +
 .../testEmptyDerefCompletion_2.ref                 |       12 +
 .../testEmptyDerefCompletion_3.ref                 |       12 +
 .../testEmptyPtrCompletion.ref                     |       12 -
 .../testEmptyPtrCompletion_1.ref                   |       12 +
 .../testEmptyPtrCompletion_2.ref                   |       12 +
 .../testEmptyPtrCompletion_3.ref                   |       12 +
 .../testExtraDeclarationOnTypeInsideFun.ref        |        2 +-
 .../testGlobalCompletionInClassFunction.ref        |       16 +-
 .../testGlobalCompletionInGlobFunction.ref         |       16 +-
 .../testGlobalCompletionInGlobal.ref               |       16 +-
 .../testGlobalMethodByScopePrefix.ref              |        4 +-
 .../CCBasicCompletionTestCase/testIZ109010.ref     |       32 +-
 .../CCBasicCompletionTestCase/testIZ119041.ref     |       22 +-
 .../CCBasicCompletionTestCase/testIZ131283.ref     |        2 +-
 .../CCBasicCompletionTestCase/testIZ131568.ref     |        2 +-
 .../CCBasicCompletionTestCase/testIZ159423.ref     |        4 +-
 .../CCBasicCompletionTestCase/testIZ159424.ref     |        1 -
 .../CCBasicCompletionTestCase/testIZ159424_1.ref   |        1 +
 .../CCBasicCompletionTestCase/testIZ159424_2.ref   |        1 +
 .../CCBasicCompletionTestCase/testIZ166620.ref     |       22 +-
 .../CCBasicCompletionTestCase/testIZ173049.ref     |        2 +-
 .../testLocalEnumerators.ref                       |       28 +-
 .../testNoAbbrevInCompletion.ref                   |        2 +-
 .../testProtectedMethodByClassPrefix.ref           |        2 +-
 .../testRecoveryBeforeFoo.ref                      |        2 +-
 .../testRestrictPointers1.ref                      |       24 +-
 .../testRestrictPointers2.ref                      |       26 +-
 .../testSpecializationQualifiers_0.ref             |        1 +
 .../testStringLiteral.ref                          |        2 +-
 ...aseVarsAfterCompoundAndNotCompoundInDefault.ref |       22 +-
 .../testSwitchCaseVarsInCompound.ref               |       20 +-
 .../testSwitchCaseVarsNotIncCompound.ref           |       20 +-
 .../testCompletionAfterNew.ref                     |        6 +-
 .../testCompletionAfterNewWithClassPrefix.ref      |        2 +
 .../testCompletionOnUnfinishedConstructor1.ref     |       14 +-
 .../testCompletionOnUnfinishedConstructor2.ref     |        4 +-
 .../testConstructorDefinition.ref                  |        6 +-
 .../testConstructorDereference.ref                 |        2 +-
 .../testDefaultConstructorWithNew.ref              |       16 +-
 .../testDefaultConstructorWithoutNew.ref           |       16 +-
 .../ClassContentTestCase/testDestructor.ref        |        2 +-
 .../testDestructorByClassPrefix.ref                |        4 +-
 .../testDestructorByClassPrefixAndTilda.ref        |        2 +-
 .../ClassContentTestCase/testDestructorTilda.ref   |        2 +-
 .../ClassContentTestCase/testNewDConstructor.ref   |       18 +-
 .../testStaticUnnamedUnions.ref                    |       14 +-
 .../testUnnamedDefinitions.ref                     |       16 +-
 .../ClassContentTestCase/testUnnamedEnums.ref      |        4 +-
 .../testDotToArrowAutoFix_1.ref                    |        1 +
 .../testDotToArrowAutoFix_2.ref                    |        1 +
 .../testDotToArrowAutoFix_3.ref                    |        4 +
 .../testDotToArrowAutoFix_4.ref                    |        1 +
 .../testDotToArrowAutoFix_5.ref                    |        1 +
 .../testDotToArrowAutoFix_6.ref                    |        5 +
 .../testDotToArrowAutoFix_7.ref                    |        5 +
 .../testDotToArrowAutoFix_8.ref                    |        1 +
 .../completion/EnumTestC_Case/testBug216764.ref    |        1 +
 .../cnd/completion/EnumTestCase/testBug228519.ref  |        3 +
 .../completion/EnumTestCase/testClassAEnumFun.ref  |        6 +-
 .../EnumTestCase/testClassAEnumeratorsInFun.ref    |        6 +-
 .../completion/EnumTestCase/testClassAaPubFun.ref  |        8 +-
 .../cnd/completion/EnumTestCase/testEnumInFun.ref  |       10 +-
 .../completion/EnumTestCase/testVarAaPubFun.ref    |        6 +-
 .../FriendTestCase/testInFriendCClassVarA.ref      |       24 +-
 .../FriendTestCase/testInFriendCClassVarASt.ref    |       12 +-
 .../FriendTestCase/testInFriendCClassVarB.ref      |        8 +-
 .../FriendTestCase/testInFriendCClassVarBSt.ref    |        4 +-
 .../FriendTestCase/testInFriendCClassVarE.ref      |       32 +-
 .../FriendTestCase/testInFriendCClassVarESt.ref    |       16 +-
 .../FriendTestCase/testInFriendFuncVarA.ref        |        8 +-
 .../FriendTestCase/testInFriendFuncVarASt.ref      |        4 +-
 .../FriendTestCase/testInFriendFuncVarB.ref        |       40 +-
 .../FriendTestCase/testInFriendFuncVarBSt.ref      |       20 +-
 .../FriendTestCase/testInFriendFuncVarD.ref        |       48 +-
 .../FriendTestCase/testInFriendFuncVarDSt.ref      |       24 +-
 .../testClassAaPubFunClassA.ref                    |       12 +-
 .../InheritanceTestCase/testClassAaPubFunVarA.ref  |       12 +-
 .../InheritanceTestCase/testClassAaPubFunVarB.ref  |        4 +-
 .../InheritanceTestCase/testClassAaPubFunVarC.ref  |        4 +-
 .../InheritanceTestCase/testClassAaPubFunVarD.ref  |        8 +-
 .../InheritanceTestCase/testClassAaPubFunVarE.ref  |        4 +-
 .../testClassBbProtFunClassA.ref                   |        8 +-
 .../testClassBbProtFunClassB.ref                   |       20 +-
 .../InheritanceTestCase/testClassBbProtFunVarA.ref |        4 +-
 .../InheritanceTestCase/testClassBbProtFunVarB.ref |       20 +-
 .../InheritanceTestCase/testClassBbProtFunVarC.ref |        4 +-
 .../InheritanceTestCase/testClassBbProtFunVarD.ref |       16 +-
 .../InheritanceTestCase/testClassBbProtFunVarE.ref |        4 +-
 .../testClassCcPrivFunClassC.ref                   |       12 +-
 .../InheritanceTestCase/testClassCcPrivFunVarA.ref |        4 +-
 .../InheritanceTestCase/testClassCcPrivFunVarB.ref |        4 +-
 .../InheritanceTestCase/testClassCcPrivFunVarC.ref |       12 +-
 .../InheritanceTestCase/testClassCcPrivFunVarD.ref |        8 +-
 .../InheritanceTestCase/testClassCcPrivFunVarE.ref |        4 +-
 .../testClassDdPubFunClassB.ref                    |        8 +-
 .../testClassDdPubFunClassC.ref                    |        8 +-
 .../testClassDdPubFunClassD.ref                    |       28 +-
 .../InheritanceTestCase/testClassDdPubFunVarA.ref  |        4 +-
 .../InheritanceTestCase/testClassDdPubFunVarB.ref  |        4 +-
 .../InheritanceTestCase/testClassDdPubFunVarC.ref  |        4 +-
 .../InheritanceTestCase/testClassDdPubFunVarD.ref  |       28 +-
 .../InheritanceTestCase/testClassDdPubFunVarE.ref  |        4 +-
 .../testClassEePubFunClassC.ref                    |        8 +-
 .../testClassEePubFunClassE.ref                    |       20 +-
 .../InheritanceTestCase/testClassEePubFunVarA.ref  |        4 +-
 .../InheritanceTestCase/testClassEePubFunVarB.ref  |        4 +-
 .../InheritanceTestCase/testClassEePubFunVarC.ref  |        4 +-
 .../InheritanceTestCase/testClassEePubFunVarD.ref  |        8 +-
 .../InheritanceTestCase/testClassEePubFunVarE.ref  |       20 +-
 .../LibrariesContentTestCase/test202486_NS1.ref    |        3 +
 .../LibrariesContentTestCase/test202486_NS2.ref    |        1 +
 .../LibrariesContentTestCase/test202486_NS3.ref    |        1 +
 .../LibrariesContentTestCase/test202486_NS4.ref    |        2 +
 .../LibrariesContentTestCase/test202486_NS5.ref    |        4 +
 .../LibrariesContentTestCase/test202486_NS51.ref   |        3 +
 .../testGlobalFunsWithPrefix.ref                   |        3 -
 .../testGlobalFunsWithPrefix_1.ref                 |        3 +
 .../testGlobalFunsWithPrefix_2.ref                 |        3 +
 .../testLibraryClassStaticFunctions.ref            |        1 -
 .../testLibraryClassStaticFunctions_1.ref          |        1 +
 .../testLibraryClassStaticFunctions_2.ref          |        1 +
 .../testMergeOfLibrariesNamespaces.ref             |        4 +-
 .../LibrariesContentTestCase/testStdSizeT.ref      |        2 +-
 .../NamespaceUsingTestCase/testInFunc.ref          |       14 +-
 .../NamespaceUsingTestCase/testInUsing.ref         |       14 +-
 .../completion/NamespacesTestCase/test231548.ref   |        1 +
 .../completion/NamespacesTestCase/testIZ146962.ref |        4 +-
 .../NamespacesTestCase/testInFunction.ref          |       26 +-
 .../NamespacesTestCase/testInFunctionAliasesS1.ref |       12 +-
 .../NamespacesTestCase/testInFunctionAliasesS2.ref |        9 +-
 .../testInFunctionNsS1AsPrefix.ref                 |       12 +-
 .../testInFunctionNsS1S2AsPrefix.ref               |        9 +-
 .../NamespacesTestCase/testInnerNSElems1.ref       |       10 +-
 .../NamespacesTestCase/testInnerNSElems2.ref       |        2 +-
 .../NamespacesTestCase/testInnerNSFunc1.ref        |        2 +-
 .../NamespacesTestCase/testInnerNSFunc2.ref        |        6 +-
 .../NamespacesTestCase/testInnerNSFunc3.ref        |        8 +-
 .../NamespacesTestCase/testNs1StructVariable.ref   |        2 +-
 .../cnd/completion/NamespacesTestCase/testNs2.ref  |        2 +-
 .../NamespacesTestCase/testStaticMembers1.ref      |       50 +-
 .../NamespacesTestCase/testStaticMembers2.ref      |       38 +-
 .../NamespacesTestCase/testStaticMembers3.ref      |       22 +-
 .../NamespacesTestCase/testStaticMembers4.ref      |       16 +-
 .../NamespacesTestCase/testStaticMembers5.ref      |       12 +-
 .../NonGlobalCompletionTestCase/testIZ184085.ref   |        8 +-
 .../testCCAfterSemicolon.ref                       |       20 +-
 .../testClassesInParameters.ref                    |       12 +-
 .../testInCpuComputeSupportMetricImplInCase.ref    |        6 +-
 .../testInCpuComputeSupportMetricImplInExpr.ref    |       16 +-
 ...stInCpuComputeSupportMetricImplInMethodCall.ref |       12 +-
 ...puComputeSupportMetricImplInMethodCallParam.ref |       14 +-
 .../testInCpuComputeSupportMetricImplInSwitch.ref  |       16 +-
 .../testInCpuConstructorImpl.ref                   |       74 +-
 .../StaticMembersTestCase/testMainStaticClassA.ref |        4 +-
 .../testStaticClassAaPubFunVarA.ref                |       24 +-
 .../testStaticClassAaPubFunVarB.ref                |        8 +-
 .../testStaticClassAaPubFunVarC.ref                |        8 +-
 .../testStaticClassAaPubFunVarD.ref                |       16 +-
 .../testStaticClassAaPubFunVarE.ref                |        8 +-
 .../testStaticClassDaPubFunClassA.ref              |        4 +-
 .../testStaticClassDaPubFunClassB.ref              |       16 +-
 .../testStaticClassDaPubFunClassC.ref              |       16 +-
 .../testStaticClassDaPubFunClassD.ref              |       56 +-
 .../testStaticClassDaPubFunClassE.ref              |        4 +-
 .../TemplateCompletionTestCase/testIZ150843.ref    |        2 +-
 .../testTemplateFunInstDeref.ref                   |        2 +-
 .../TemplateCompletionTestCase/testTemplates1.ref  |       18 +-
 .../TemplateCompletionTestCase/testTemplates10.ref |        2 +-
 .../TemplateCompletionTestCase/testTemplates2.ref  |        6 +-
 .../TemplateCompletionTestCase/testTemplates3.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates4.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates5.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates6.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates7.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates8.ref  |        2 +-
 .../TemplateCompletionTestCase/testTemplates9.ref  |        2 +-
 .../TemplateInstantiationTestCase/test1.ref        |        4 +-
 .../TemplateInstantiationTestCase/test2.ref        |        2 +-
 .../TemplateInstantiationTestCase/test3.ref        |        2 +-
 .../TemplateInstantiationTestCase/test4.ref        |        2 +-
 .../TemplateInstantiationTestCase/testBoo1.ref     |        1 -
 .../TemplateInstantiationTestCase/testBoo1_1.ref   |        1 +
 .../TemplateInstantiationTestCase/testBoo1_2.ref   |        1 +
 .../TemplateInstantiationTestCase/testFoo1.ref     |        1 -
 .../TemplateInstantiationTestCase/testFoo1_1.ref   |        1 +
 .../TemplateInstantiationTestCase/testFoo1_2.ref   |        1 +
 .../TemplateInstantiationTestCase/testFoo1_3.ref   |        1 +
 .../testPointerDepthInSimpleInstantiation.ref      |        1 +
 .../testDirectIteratorVariableDeref.ref            |        2 +-
 .../testInFunctionAfterUnderscore.ref              |       34 +-
 .../testIteratorVisibilityGlobal.ref               |        2 +-
 .../testTypedefIteratorVariableDeref.ref           |        2 +-
 .../TemplateSubstitutionTestCase/testBug223934.ref |        3 +
 .../cnd/completion/TooltipTestCase/testTooltip.ref |        1 +
 .../completion/TooltipTestCase/testTooltip2.ref    |        1 +
 .../TypedefTestCase/testTypedefInTypedef.ref       |        4 +-
 .../TypedefTestCase/testTypedefMembers.ref         |        8 +-
 .../impl/xref/ReferencesTestCase/testCpuCC.ref     |        8 +-
 .../xref/ReferencesTestCase/testCustomerCC.ref     |        8 +-
 .../impl/xref/ReferencesTestCase/testCustomerH.ref |        6 +-
 .../impl/xref/ReferencesTestCase/testDiskCC.ref    |        8 +-
 .../impl/xref/ReferencesTestCase/testMemoryCC.ref  |        8 +-
 .../impl/xref/ReferencesTestCase/testModuleH.ref   |        6 +-
 .../impl/xref/ReferencesTestCase/testSystemCC.ref  |        2 +-
 .../impl/xref/ReferencesTestCase/testSystemH.ref   |        6 +-
 .../CCIncludesCompletionTestCase/testEmtpy.ref     |        8 +-
 .../CCIncludesCompletionTestCase/testEmtpySys.ref  |        8 +-
 .../CCIncludesCompletionTestCase/testEmtpyUsr.ref  |        8 +-
 .../CCIncludesCompletionTestCase/testInclWoExt.ref |        2 +-
 .../CCIncludesCompletionTestCase/testPrefix1.ref   |        4 +-
 .../CCIncludesCompletionTestCase/testPrefix2.ref   |        2 +-
 .../CCIncludesCompletionTestCase/testSmthSys.ref   |        4 +-
 .../CCIncludesCompletionTestCase/testSmthUsr.ref   |        2 +-
 .../modules/cnd/completion/AutosTestCase/file.cc   |        8 +
 .../CCBasicCompletionTestCase/bug206234.cpp        |       15 +
 .../CCBasicCompletionTestCase/bug214650.cpp        |        8 +
 .../CCBasicCompletionTestCase/bug235102_cc.cpp     |       17 +
 .../CCBasicCompletionTestCase/spec_quals_cc_0.cpp  |       22 +
 .../CCBasicCompletionTestCase/test208053.cpp       |       10 +
 .../DotArrowSubstitutionTestCase/bug230101.cpp     |       41 +
 .../DotArrowSubstitutionTestCase/bug97120.cc       |       34 +
 .../cnd/completion/EnumTestC_Case/bug216764.c      |        9 +
 .../cnd/completion/EnumTestCase/bug228519.cpp      |       38 +
 .../LibrariesContentTestCase/src/iz202486.cc       |       17 +
 .../LibrariesContentTestCase/src/main202486.h      |       15 +
 .../sys_include/ns1ns2_202486.h                    |       24 +
 .../sys_include2/ns1ns3_202486.h                   |       24 +
 .../cnd/completion/NamespacesTestCase/231548.cc    |       26 +
 .../pointerDepthInSimpleInstantiation.cpp          |       18 +
 .../TemplateSubstitutionTestCase/bug223934.cc      |       38 +
 .../cnd/completion/TooltipTestCase/file.cpp        |       16 +
 .../hyperlink/BasicHyperlinkTestCase/bug161749.c   |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug200115.c   |       13 +
 .../hyperlink/BasicHyperlinkTestCase/bug200140.c   |       46 +
 .../hyperlink/BasicHyperlinkTestCase/bug200141.c   |       13 +
 .../hyperlink/BasicHyperlinkTestCase/bug200171.c   |        3 +
 .../hyperlink/BasicHyperlinkTestCase/bug200675.cpp |        5 +
 .../hyperlink/BasicHyperlinkTestCase/bug201237.cpp |       22 +
 .../BasicHyperlinkTestCase/bug201237_2.cpp         |       19 +
 .../hyperlink/BasicHyperlinkTestCase/bug207843.cpp |       14 +
 .../hyperlink/BasicHyperlinkTestCase/bug210186.cpp |        8 +
 .../BasicHyperlinkTestCase/bug210186_2.cpp         |        2 +
 .../hyperlink/BasicHyperlinkTestCase/bug210996.cpp |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug211265.cpp |       23 +
 .../hyperlink/BasicHyperlinkTestCase/bug211534.cpp |      237 +
 .../hyperlink/BasicHyperlinkTestCase/bug211971.cc  |        7 +
 .../hyperlink/BasicHyperlinkTestCase/bug216965.cpp |       10 +
 .../hyperlink/BasicHyperlinkTestCase/bug220310.cpp |        4 +
 .../hyperlink/BasicHyperlinkTestCase/bug220680.c   |        1 +
 .../hyperlink/BasicHyperlinkTestCase/bug223298.c   |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug223298.cpp |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug228953.cpp |        9 +
 .../hyperlink/BasicHyperlinkTestCase/bug233280.c   |       43 +
 .../hyperlink/BasicHyperlinkTestCase/bug233836.cpp |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug235462.cpp |      113 +
 .../hyperlink/BasicHyperlinkTestCase/bug238041.c   |       11 +
 .../hyperlink/BasicHyperlinkTestCase/bug239348.cpp |       14 +
 .../hyperlink/BasicHyperlinkTestCase/bug239348.h   |       15 +
 .../hyperlink/BasicHyperlinkTestCase/bug239739.cpp |       16 +
 .../hyperlink/BasicHyperlinkTestCase/bug240446.cpp |       27 +
 .../hyperlink/BasicHyperlinkTestCase/bug240482.c   |        5 +
 .../hyperlink/BasicHyperlinkTestCase/bug242284.cpp |       18 +
 .../hyperlink/BasicHyperlinkTestCase/bug243594.cpp |       19 +
 .../hyperlink/BasicHyperlinkTestCase/iz229003.cpp  |       20 +
 .../hyperlink/BasicHyperlinkTestCase/iz239814.cpp  |       14 +
 .../parensInFunctionParameters.cpp                 |        7 +
 .../hyperlink/BasicHyperlinkTestCase/twoMacros1.c  |        2 +
 .../hyperlink/BasicHyperlinkTestCase/twoMacros1.h  |        3 +
 .../hyperlink/BasicHyperlinkTestCase/twoMacros2.c  |        2 +
 .../hyperlink/BasicHyperlinkTestCase/twoMacros2.h  |        3 +
 .../ClassMembersHyperlinkTestCase/bug200673.cpp    |       28 +
 .../ClassMembersHyperlinkTestCase/bug203212.cpp    |       30 +
 .../ClassMembersHyperlinkTestCase/bug206220.cpp    |       17 +
 .../ClassMembersHyperlinkTestCase/bug206460.cpp    |       14 +
 .../ClassMembersHyperlinkTestCase/bug207148.cpp    |       10 +
 .../ClassMembersHyperlinkTestCase/bug210299.cpp    |        9 +
 .../ClassMembersHyperlinkTestCase/bug211033.cpp    |       47 +
 .../ClassMembersHyperlinkTestCase/bug212145.cpp    |       11 +
 .../ClassMembersHyperlinkTestCase/bug217994.cpp    |       19 +
 .../ClassMembersHyperlinkTestCase/bug224062.cpp    |       28 +
 .../ClassMembersHyperlinkTestCase/bug232033.cpp    |       17 +
 .../ClassMembersHyperlinkTestCase/bug234667.cpp    |       12 +
 .../ClassMembersHyperlinkTestCase/bug240016.cpp    |       30 +
 .../ClassMembersHyperlinkTestCase/bug242417.cpp    |       68 +
 .../ClassMembersHyperlinkTestCase/bug244524.cpp    |       41 +
 .../ClassMembersHyperlinkTestCase/iz223046.cpp     |       37 +
 .../ClassMembersHyperlinkTestCase/iz231328.cc      |       39 +
 .../ClassMembersHyperlinkTestCase/iz241212.cpp     |       23 +
 .../ClassMembersHyperlinkTestCase/iz241651.cpp     |       22 +
 .../iz_223966_overloads_template_spec.cpp          |       17 +
 .../Cpp11TemplatesTestCase/bug238847_1.cpp         |       79 +
 .../Cpp11TemplatesTestCase/bug238847_3.cpp         |      126 +
 .../hyperlink/Cpp11TemplatesTestCase/bug238889.cpp |       20 +
 .../hyperlink/Cpp11TemplatesTestCase/bug239901.cpp |       27 +
 .../hyperlink/Cpp11TemplatesTestCase/bug246517.cpp |      104 +
 .../Cpp11TemplatesTestCase/bug246517_2.cpp         |      166 +
 .../Cpp11TemplatesTestCase/bug246548_1.cpp         |       20 +
 .../Cpp11TemplatesTestCase/bug246548_2.cpp         |       20 +
 .../hyperlink/Cpp11TemplatesTestCase/bug246683.cpp |       25 +
 .../cplusplus/hyperlink/Cpp11TestCase/auto.cpp     |       15 +
 .../hyperlink/Cpp11TestCase/bug210019.cpp          |        2 +
 .../hyperlink/Cpp11TestCase/bug210191.cpp          |       32 +
 .../hyperlink/Cpp11TestCase/bug210192.cpp          |        6 +
 .../hyperlink/Cpp11TestCase/bug210194.cpp          |       21 +
 .../hyperlink/Cpp11TestCase/bug210257.cpp          |        9 +
 .../hyperlink/Cpp11TestCase/bug210291.cpp          |       14 +
 .../hyperlink/Cpp11TestCase/bug210303.cpp          |       20 +
 .../hyperlink/Cpp11TestCase/bug214111.cpp          |       50 +
 .../hyperlink/Cpp11TestCase/bug215662.cpp          |       10 +
 .../hyperlink/Cpp11TestCase/bug218848.cpp          |      265 +
 .../hyperlink/Cpp11TestCase/bug224031.cpp          |       16 +
 .../hyperlink/Cpp11TestCase/bug224032.cpp          |       19 +
 .../hyperlink/Cpp11TestCase/bug224399.cpp          |       16 +
 .../hyperlink/Cpp11TestCase/bug225611.cpp          |       28 +
 .../hyperlink/Cpp11TestCase/bug229025.cpp          |       12 +
 .../hyperlink/Cpp11TestCase/bug232383.cpp          |       34 +
 .../hyperlink/Cpp11TestCase/bug234640.cpp          |       15 +
 .../hyperlink/Cpp11TestCase/bug235044.cpp          |       52 +
 .../hyperlink/Cpp11TestCase/bug235076.cpp          |       12 +
 .../hyperlink/Cpp11TestCase/bug235120.cpp          |      122 +
 .../hyperlink/Cpp11TestCase/bug235229.cpp          |        3 +
 .../hyperlink/Cpp11TestCase/bug238413.cpp          |       58 +
 .../hyperlink/Cpp11TestCase/bug238688.cpp          |       26 +
 .../hyperlink/Cpp11TestCase/bug238847_2.cpp        |       19 +
 .../hyperlink/Cpp11TestCase/bug238913.cpp          |       35 +
 .../hyperlink/Cpp11TestCase/bug240723_c.cpp        |       30 +
 .../hyperlink/Cpp11TestCase/bug243171.cpp          |       40 +
 .../hyperlink/Cpp11TestCase/bug243598.cpp          |        7 +
 .../hyperlink/Cpp11TestCase/bug243600.cpp          |       21 +
 .../hyperlink/Cpp11TestCase/bug244177.cpp          |       14 +
 .../hyperlink/Cpp11TestCase/bug246349.cpp          |       11 +
 .../hyperlink/Cpp11TestCase/bug247751.cpp          |       19 +
 .../hyperlink/Cpp11TestCase/decltypes1.cpp         |       27 +
 .../hyperlink/Cpp11TestCase/decltypes2.cpp         |       16 +
 .../cplusplus/hyperlink/Cpp11TestCase/enum.cpp     |        8 +
 .../cplusplus/hyperlink/Cpp11TestCase/iz212124.cpp |       28 +
 .../cplusplus/hyperlink/Cpp11TestCase/iz212843.cpp |       15 +
 .../cplusplus/hyperlink/Cpp11TestCase/rangefor.cpp |        6 +
 .../hyperlink/Cpp11TooltipsTestCase/bug247751.cpp  |       86 +
 .../InstantiationHyperlinkTestCase/bug203374.cpp   |       13 +
 .../InstantiationHyperlinkTestCase/bug209746.cpp   |        4 +
 .../InstantiationHyperlinkTestCase/bug209929.cpp   |        3 +
 .../InstantiationHyperlinkTestCase/bug209950.cpp   |        9 +
 .../InstantiationHyperlinkTestCase/bug211983.cpp   |       11 +
 .../InstantiationHyperlinkTestCase/bug213282.cpp   |       63 +
 .../InstantiationHyperlinkTestCase/bug228146.cpp   |       22 +
 .../InstantiationHyperlinkTestCase/bug230079.cpp   |       17 +
 .../InstantiationHyperlinkTestCase/bug230570.cpp   |       82 +
 .../InstantiationHyperlinkTestCase/bug232530.cpp   |       12 +
 .../InstantiationHyperlinkTestCase/bug235447.cpp   |       15 +
 .../InstantiationHyperlinkTestCase/bug243083_1.cpp |       31 +
 .../deepNestedTemplateEntities.cpp                 |       30 +
 .../InstantiationHyperlinkTestCase/iz147518_2.cpp  |       44 +-
 .../src/bug229990.cpp                              |       16 +
 .../src/bug229990.h                                |       18 +
 .../src/bug244777.cpp                              |       19 +
 .../sys_include/bug244777.h                        |       14 +
 .../sys_include/sys_stat_h.h                       |       10 +
 .../MetaprogrammingTestCase/bug172419_5.cpp        |       64 +
 .../MetaprogrammingTestCase/bug240929.cpp          |      204 +
 .../MetaprogrammingTestCase/bug246068.cpp          |      227 +
 .../NamespacesHyperlinkTestCase/231548.cc          |       28 +
 .../NamespacesHyperlinkTestCase/bug199689.cpp      |        6 +
 .../NamespacesHyperlinkTestCase/bug201811.cpp      |       29 +
 .../NamespacesHyperlinkTestCase/bug219546.cpp      |       22 +
 .../NamespacesHyperlinkTestCase/bug220614.cpp      |       23 +
 .../NamespacesHyperlinkTestCase/bug226516.cpp      |       56 +
 .../NamespacesHyperlinkTestCase/bug227045.cpp      |       22 +
 .../NamespacesHyperlinkTestCase/bug228949.cpp      |       30 +
 .../NamespacesHyperlinkTestCase/bug228949.h        |       45 +
 .../bug228949StdHeader.h                           |       29 +
 .../bug228950_Included.h                           |       16 +
 .../bug228950_Not_Included.h                       |       11 +
 .../NamespacesHyperlinkTestCase/bug235102_ns.cpp   |       41 +
 .../NamespacesHyperlinkTestCase/bug235102_ns_2.cpp |       10 +
 .../NamespacesHyperlinkTestCase/bug235102_ns_2.hpp |       28 +
 .../NamespacesHyperlinkTestCase/bug243087.cpp      |        5 +
 .../NamespacesHyperlinkTestCase/iz207841.cpp       |       45 +
 .../NamespacesHyperlinkTestCase/iz228950.cpp       |       20 +
 .../NamespacesHyperlinkTestCase/nsaliasfail.cpp    |       15 +
 .../NamespacesHyperlinkTestCase/typeid.cpp         |       12 +
 .../TemplateSpecializationsTestCase/bug195283.cpp  |        7 +
 .../TemplateSpecializationsTestCase/bug209513.cpp  |        5 +
 .../TemplateSpecializationsTestCase/bug210303.cpp  |        9 +
 .../bug210303_2.cpp                                |        3 +
 .../TemplateSpecializationsTestCase/bug230585.cpp  |       20 +
 .../TemplateSpecializationsTestCase/bug230589.cpp  |       25 +
 .../TemplateSpecializationsTestCase/bug234973.cpp  |       33 +
 .../TemplateSpecializationsTestCase/bug235399.cpp  |       26 +
 .../TemplateSpecializationsTestCase/bug235829.cpp  |       14 +
 .../TemplateSpecializationsTestCase/bug235829.h    |       15 +
 .../TemplateSpecializationsTestCase/bug240123.cpp  |       16 +
 .../TemplateSpecializationsTestCase/bug246332.cpp  |       32 +
 .../bug246332_1.cpp                                |       54 +
 .../TemplateSpecializationsTestCase/bug246463.cpp  |        7 +
 .../TemplateSpecializationsTestCase/bug246803.cpp  |       62 +
 .../doctest.c                                      |       31 +
 .../modules/cnd/completion/AutosTestCase.java      |       31 +-
 .../cnd/completion/CCBasicCompletionTestCase.java  |       61 +-
 .../modules/cnd/completion/CCCompletion2Test.java  |       67 +
 .../modules/cnd/completion/CCCompletion3Test.java  |       67 +
 .../modules/cnd/completion/CCCompletion4Test.java  |       75 +
 .../modules/cnd/completion/CCCompletionTest.java   |       11 +-
 .../cnd/completion/ClassContentTestCase.java       |        5 +
 .../completion/DotArrowSubstitutionTestCase.java   |       87 +
 .../modules/cnd/completion/EnumTestC_Case.java     |       64 +
 .../modules/cnd/completion/EnumTestCase.java       |        4 +
 .../cnd/completion/LibrariesContentTestCase.java   |       49 +-
 .../modules/cnd/completion/NamespacesTestCase.java |        4 +
 .../completion/SmartCompletionInQuoteTestCase.java |        4 +-
 .../completion/TemplateInstantiationTestCase.java  |       19 +-
 .../completion/TemplateSubstitutionTestCase.java   |       63 +
 .../modules/cnd/completion/TooltipTestCase.java    |       69 +
 .../cplusplus/ext/CompletionBaseTestCase.java      |       49 +-
 .../cplusplus/ext/CompletionTestPerformer.java     |       80 +-
 .../cplusplus/ext/CompletionTestResultItem.java    |       70 +
 .../hyperlink/BasicHyperlinkTestCase.java          |      243 +-
 .../hyperlink/ClassMembersHyperlinkTestCase.java   |      157 +-
 .../hyperlink/Cpp11TemplatesTestCase.java          |      152 +
 .../cplusplus/hyperlink/Cpp11TestCase.java         |      360 +
 .../cplusplus/hyperlink/Cpp11TooltipsTestCase.java |       91 +
 .../cplusplus/hyperlink/CsmHyperlink2Test.java     |       72 +
 .../cplusplus/hyperlink/CsmHyperlinkTest.java      |        5 +-
 .../cplusplus/hyperlink/HyperlinkBaseTestCase.java |       79 +-
 .../hyperlink/InstantiationHyperlinkTestCase.java  |      105 +-
 .../LibrariesContentHyperlinkTestCase.java         |       24 +-
 .../hyperlink/MetaprogrammingTestCase.java         |       27 +-
 .../hyperlink/NamespacesHyperlinkTestCase.java     |      153 +-
 .../hyperlink/TemplateSpecializationsTestCase.java |       86 +
 .../cplusplus/hyperlink/TooltipsBaseTestCase.java  |       92 +
 .../BasicDocumentationTextGenerationTestCase.java  |      103 +
 .../doxygensupport/DocumentationTest.java          |       65 +
 .../DocumentationTextGenerationBaseTestCase.java   |       77 +
 .../doxygensupport/DoxygenDocumentationTest.java   |       69 +-
 .../impl/xref/ReferencesBaseTestCase.java          |       31 +-
 .../completion/includes/CCIncludesAuxTestCase.java |        8 +-
 .../includes/IncludesCompletionTestPerformer.java  |        3 +-
 cnd.debugger.common2/nbproject/project.properties  |        6 +-
 cnd.debugger.common2/nbproject/project.xml         |       95 +-
 .../org.netbeans.spi.debugger.ui.BreakpointType    |        3 +
 .../modules/cnd/debugger/common2/APIAccessor.java  |       85 +
 .../cnd/debugger/common2/DbgActionHandler.java     |       22 +-
 .../modules/cnd/debugger/common2/DbgGuiModule.java |        4 +-
 .../common2/capture/CaptureListenAction.java       |       10 +-
 .../cnd/debugger/common2/capture/CapturePanel.java |       14 +-
 .../common2/capture/ExternalStartManager.java      |       12 +-
 .../debugger/common2/debugger/Bundle.properties    |       22 +-
 .../common2/debugger/DebuggerAnnotation.java       |        8 +-
 .../debugger/common2/debugger/DebuggerManager.java |     2192 -
 .../common2/debugger/DebuggerSettingsBridge.java   |      127 +-
 .../debugger/common2/debugger/EditorBridge.java    |       10 +-
 .../common2/debugger/EditorContextBridge.java      |       12 +-
 .../debugger/common2/debugger/EvalAnnotation.java  |       66 +-
 .../common2/debugger/EvaluationWindow.java         |      185 +-
 .../cnd/debugger/common2/debugger/Frame.java       |        8 +-
 .../cnd/debugger/common2/debugger/LocalModel.java  |       67 +-
 .../cnd/debugger/common2/debugger/Location.java    |       45 +-
 .../debugger/common2/debugger/MacroSupport.java    |        2 +
 .../common2/debugger/ModelListenerSupport.java     |        4 +-
 .../debugger/common2/debugger/NativeDebugger.java  |       25 +-
 .../common2/debugger/NativeDebuggerImpl.java       |      258 +-
 .../common2/debugger/NativeDebuggerInfo.java       |       31 +-
 .../common2/debugger/NativeDebuggerManager.java    |     2244 +
 .../debugger/common2/debugger/NativeSession.java   |       14 +-
 .../common2/debugger/NativeSessionProvider.java    |       35 +-
 .../cnd/debugger/common2/debugger/NativeWatch.java |       10 +-
 .../debugger/common2/debugger/ProgressManager.java |        6 +-
 .../debugger/common2/debugger/SessionFilter.java   |        4 +-
 .../debugger/common2/debugger/SignalDialog.java    |       43 +-
 .../cnd/debugger/common2/debugger/StackModel.java  |        4 +-
 .../cnd/debugger/common2/debugger/Thread.java      |       95 +-
 .../cnd/debugger/common2/debugger/ThreadModel.java |        2 +-
 .../cnd/debugger/common2/debugger/ToolTipView.java |      464 +
 .../cnd/debugger/common2/debugger/Variable.java    |       30 +-
 .../debugger/common2/debugger/VariableModel.java   |       96 +-
 .../common2/debugger/VariablesViewButtons.java     |        4 +-
 .../cnd/debugger/common2/debugger/WatchBag.java    |      136 +-
 .../cnd/debugger/common2/debugger/WatchModel.java  |       24 +-
 .../debugger/common2/debugger/WatchesXMLCodec.java |        2 +-
 .../common2/debugger/actions/AddWatchAction.java   |        4 +-
 .../actions/AttachOutputActionProvider.java        |        6 +-
 .../common2/debugger/actions/AttachPanel.java      |      375 +-
 .../common2/debugger/actions/Bundle.properties     |       34 +-
 .../debugger/actions/CompileDebugAction.java       |      151 +
 .../debugger/actions/ConsoleWindowAction.java      |        4 +-
 .../debugger/actions/ContinueActionProvider.java   |        2 +-
 .../common2/debugger/actions/ContinueAtAction.java |       27 +-
 .../common2/debugger/actions/DebugCoreAction.java  |       34 +-
 .../debugger/actions/DebugCoreNodeAction.java      |        4 +
 .../common2/debugger/actions/DebugCorePanel.java   |      642 +-
 .../common2/debugger/actions/DetachAction.java     |        4 +-
 .../debugger/actions/DisassemblerWindowAction.java |        4 +-
 .../common2/debugger/actions/EditWatchPanel.java   |       18 +-
 .../common2/debugger/actions/EvaluateAction.java   |       21 +-
 .../debugger/actions/EvaluationWindowAction.java   |        4 +-
 .../debugger/actions/ExecutableProjectPanel.java   |      270 +-
 .../common2/debugger/actions/GoToSourceAction.java |        4 +-
 .../common2/debugger/actions/MaxFrameAction.java   |        4 +-
 .../common2/debugger/actions/MaxObjectAction.java  |        4 +-
 .../debugger/actions/MemoryWindowAction.java       |        4 +-
 .../debugger/actions/NativeActionsProvider.java    |        8 +-
 .../debugger/actions/NewBreakpointAction.java      |       14 +-
 .../debugger/actions/PauseActionProvider.java      |        8 +-
 .../common2/debugger/actions/PioWindowAction.java  |        4 +-
 .../actions/PopLastDebuggerCallAction.java         |        4 +-
 .../debugger/actions/PopToCurrentFrameAction.java  |        4 +-
 .../common2/debugger/actions/ProjectSupport.java   |       73 +-
 .../debugger/actions/RegistersWindowAction.java    |        4 +-
 .../common2/debugger/actions/RerunAction.java      |        4 +-
 .../debugger/actions/RunToCursorInstAction.java    |        6 +-
 .../debugger/actions/RunToFunctionAction.java      |        6 +-
 .../actions/ShowCurrentDisStatementAction.java     |        4 +-
 .../common2/debugger/actions/StepInstAction.java   |        6 +-
 .../debugger/actions/StepOutInstAction.java        |        6 +-
 .../debugger/actions/StepOverInstAction.java       |        6 +-
 .../debugger/actions/TerminateProcessAction.java   |        4 +-
 .../actions/ToggleBreakpointActionProvider.java    |       12 +-
 .../common2/debugger/api/EngineCapability.java     |        1 +
 .../common2/debugger/assembly/Bundle.properties    |       10 +-
 .../common2/debugger/assembly/DisInfoPanel.java    |       10 +-
 .../common2/debugger/assembly/DisView.java         |        4 +-
 .../common2/debugger/assembly/Disassembly.java     |       66 +-
 .../debugger/assembly/DisassemblyUtils.java        |        2 +-
 .../common2/debugger/assembly/MemoryWindow.java    |        4 +-
 .../common2/debugger/assembly/RegistersWindow.java |      198 +-
 .../debugger/breakpoints/BreakpointBag.java        |       12 +-
 .../debugger/breakpoints/BreakpointFilter.java     |      159 +-
 .../debugger/breakpoints/BreakpointManager.java    |       57 +-
 .../debugger/breakpoints/BreakpointPanel.java      |        2 +-
 .../debugger/breakpoints/BreakpointsXMLCodec.java  |       28 +-
 .../common2/debugger/breakpoints/Bundle.properties |        4 +
 .../common2/debugger/breakpoints/Context.java      |        6 +-
 .../debugger/breakpoints/EditBreakpointPanel.java  |       96 +-
 .../common2/debugger/breakpoints/Handler.java      |       10 +-
 .../debugger/breakpoints/HandlerCommand.java       |       10 +-
 .../debugger/breakpoints/NativeBreakpoint.java     |      124 +-
 .../common2/debugger/breakpoints/SystemInfo.java   |        3 +-
 .../debugger/breakpoints/types/Bundle.properties   |       55 +-
 .../breakpoints/types/ExceptionBreakpoint.java     |       88 +
 .../types/ExceptionBreakpointPanel.java            |      154 +
 .../breakpoints/types/ExceptionBreakpointType.java |       79 +
 .../breakpoints/types/FunctionBreakpoint.java      |        3 +
 .../debugger/breakpoints/types/LineBreakpoint.java |       60 +-
 .../breakpoints/types/LineBreakpointPanel.java     |       21 +-
 .../breakpoints/types/SysCallBreakpoint.java       |      108 +
 .../breakpoints/types/SysCallBreakpointPanel.java  |      228 +
 .../breakpoints/types/SysCallBreakpointType.java   |       79 +
 .../breakpoints/types/VariableBreakpoint.java      |       80 +
 .../breakpoints/types/VariableBreakpointPanel.java |      143 +
 .../breakpoints/types/VariableBreakpointType.java  |       80 +
 .../debugging/DebuggingNodeActionsProvider.java    |       99 +
 .../debugger/debugging/DebuggingNodeModel.java     |      212 +
 .../debugger/debugging/DebuggingViewModel.java     |      118 +
 .../debugger/debugging/NativeDVSupportImpl.java    |      131 +
 .../common2/debugger/debugtarget/DebugTarget.java  |       63 +-
 .../debugger/debugtarget/DebugTargetList.java      |        7 +-
 .../debugger/common2/debugger/io/Bundle.properties |        5 +-
 .../common2/debugger/io/ConsoleTopComponent.java   |        7 +
 .../debugger/io/DebuggerExternalTerminal.java      |        4 +-
 .../cnd/debugger/common2/debugger/io/IOPack.java   |       16 +-
 .../cnd/debugger/common2/debugger/io/IOProxy.java  |      115 +-
 .../common2/debugger/io/InternalTerminalPack.java  |       11 +-
 .../common2/debugger/io/NewTermComponent.java      |        4 +-
 .../debugger/common2/debugger/io/OutputPack.java   |       10 +-
 .../common2/debugger/options/Bundle.properties     |       77 +-
 .../common2/debugger/options/DbgProfile.java       |       74 +-
 .../debugger/options/DbgProfileNodeProvider.java   |       10 +-
 .../common2/debugger/options/DebuggerOption.java   |      176 +-
 .../common2/debugger/options/EngineNodeProp.java   |        4 +-
 .../debugger/options/GlobalAdvancedOption.java     |       27 +-
 .../debugger/options/GlobalOptionsPanel.java       |        6 +-
 .../debugger/options/GlobalOptionsSubPanel.java    |        7 +-
 .../common2/debugger/options/ProfileOptionSet.java |        9 +-
 .../debugger/common2/debugger/options/Signals.java |       12 +
 .../common2/debugger/remote/Bundle.properties      |        8 +-
 .../common2/debugger/remote/CndRemote.java         |      140 +-
 .../common2/debugger/remote/CustomizableHost.java  |        2 +-
 .../debugger/remote/CustomizableHostList.java      |       12 +-
 .../cnd/debugger/common2/debugger/remote/Host.java |        8 +-
 .../common2/debugger/remote/HostOption.java        |       16 +-
 .../debugger/spi/DebuggerToolRecognizer.java       |       54 +
 .../common2/debugger/spi/UserAttachAction.java     |       52 +
 .../common2/debugger/spi/UserDebugCoreAction.java  |       52 +
 .../cnd/debugger/common2/resources/layer.xml       |       36 +-
 .../cnd/debugger/common2/utils/Bundle.properties   |       13 +-
 .../cnd/debugger/common2/utils/CorefileFilter.java |        6 +-
 .../common2/utils/ExecutableFileFilter.java        |        2 +-
 .../cnd/debugger/common2/utils/Executor.java       |       13 +-
 .../cnd/debugger/common2/utils/ExecutorCND.java    |       47 +-
 .../cnd/debugger/common2/utils/FileMapper.java     |       12 +-
 .../cnd/debugger/common2/utils/IpeUtils.java       |       16 +
 .../cnd/debugger/common2/utils/PsProvider.java     |      100 +-
 .../utils/masterdetail/AbstractRecordList.java     |       23 +-
 .../utils/masterdetail/MasterDetailView.java       |       10 +-
 .../common2/utils/masterdetail/MasterView.java     |       35 +-
 .../common2/utils/options/Bundle.properties        |       16 +
 .../cnd/debugger/common2/utils/options/Option.java |      102 +-
 .../utils/options/OptionDirectoriesEditor.java     |      306 +
 .../utils/options/OptionDirectoryEditor.java       |       72 +-
 .../utils/options/OptionPropertySupport.java       |       51 +-
 .../cnd/debugger/common2/values/CountLimit.java    |       12 +-
 .../common2/debugger/EvalAnnotationTest.java       |       68 +
 .../common2/debugger/test/CndBaseTestCase.java     |       11 +
 .../common2/debugger/test/CndCoreTestUtils.java    |        9 +-
 .../cnd/debugger/common2/utils/PsProviderTest.java |      211 +
 cnd.debugger.gdb2/nbproject/project.properties     |        5 +-
 cnd.debugger.gdb2/nbproject/project.xml            |       59 +-
 .../modules/cnd/debugger/gdb2/Bundle.properties    |       15 +-
 .../gdb2/DebuggerToolRecognizerGdbImpl.java        |       71 +
 .../netbeans/modules/cnd/debugger/gdb2/Gdb.java    |      570 +-
 .../modules/cnd/debugger/gdb2/GdbDebuggerImpl.java |     2202 +-
 .../modules/cnd/debugger/gdb2/GdbDebuggerInfo.java |       55 +-
 .../cnd/debugger/gdb2/GdbDebuggerInfoAccessor.java |       79 +
 .../debugger/gdb2/GdbDebuggerSettingsBridge.java   |      140 +-
 .../modules/cnd/debugger/gdb2/GdbDisassembly.java  |       10 +-
 .../debugger/gdb2/GdbEngineCapabilityProvider.java |       19 +-
 .../modules/cnd/debugger/gdb2/GdbFrame.java        |       81 +-
 .../cnd/debugger/gdb2/GdbHandlerCommand.java       |       74 +
 .../cnd/debugger/gdb2/GdbHandlerExpert.java        |      274 +-
 .../modules/cnd/debugger/gdb2/GdbLocal.java        |       16 +-
 .../modules/cnd/debugger/gdb2/GdbLogger.java       |      117 +
 .../modules/cnd/debugger/gdb2/GdbThread.java       |       47 +-
 .../modules/cnd/debugger/gdb2/GdbVariable.java     |      157 +-
 .../cnd/debugger/gdb2/GdbVersionPeculiarity.java   |       41 +-
 .../modules/cnd/debugger/gdb2/GdbWatch.java        |        5 +
 .../modules/cnd/debugger/gdb2/KeyProcessing.java   |      482 +
 .../netbeans/modules/cnd/debugger/gdb2/Tap.java    |      316 +
 .../cnd/debugger/gdb2/actions/GdbAttachType.java   |       36 +-
 .../gdb2/actions/GdbStartActionProvider.java       |        6 +-
 .../debugger/gdb2/debugging/GdbDVSupportImpl.java  |       58 +
 .../debugging/GdbDebuggingNodeActionsProvider.java |       74 +
 .../gdb2/debugging/GdbDebuggingNodeModel.java      |       58 +
 .../gdb2/debugging/GdbDebuggingViewModel.java      |       61 +
 .../modules/cnd/debugger/gdb2/mi/MICommand.java    |        2 +-
 .../cnd/debugger/gdb2/mi/MICommandManager.java     |       66 +-
 .../modules/cnd/debugger/gdb2/mi/MIParser.java     |       51 +-
 .../modules/cnd/debugger/gdb2/mi/MIProxy.java      |       21 +-
 .../modules/cnd/debugger/gdb2/mi/MIRecord.java     |        2 +-
 .../modules/cnd/debugger/gdb2/mi/MITList.java      |       89 +-
 .../gdb2/options/GdbDebuggerInfoFactory.java       |       59 +
 .../cnd/debugger/gdb2/options/GdbProfile.java      |       49 +-
 .../debugger/gdb2/options/GdbProfileProvider.java  |        2 +-
 .../modules/cnd/debugger/gdb2/GdbUnitTest.java     |        2 +
 .../cnd/debugger/gdb2/MemParserTestCase.java       |      107 +
 .../cnd/debugger/gdb2/PidParserTestCase.java       |        6 +
 .../cnd/debugger/gdb2/RedirectionPathTestCase.java |      129 +
 .../cnd/debugger/gdb2/mi/MIParserTestCase.java     |       99 +-
 cnd.discovery/external/binaries-list               |        2 +-
 cnd.discovery/nbproject/project.properties         |       18 +-
 cnd.discovery/nbproject/project.xml                |      101 +-
 .../cnd/discovery/api/BuildTraceSupport.java       |      241 +
 .../modules/cnd/discovery/api/Configuration.java   |        5 +
 .../discovery/api/DiscoveryExtensionInterface.java |        3 +
 .../cnd/discovery/api/DiscoveryProvider.java       |       11 +-
 .../discovery/api/DiscoveryProviderFactory.java    |       77 +
 .../modules/cnd/discovery/api/DiscoveryUtils.java  |      426 +-
 .../modules/cnd/discovery/api/FolderImpl.java      |       30 +-
 .../modules/cnd/discovery/api/ItemProperties.java  |       17 +-
 .../modules/cnd/discovery/api/KnownProject.java    |        2 +-
 .../modules/cnd/discovery/api/ProjectImpl.java     |      195 +-
 .../modules/cnd/discovery/api/ProjectProxy.java    |        9 +
 .../cnd/discovery/api/ProviderProperty.java        |        3 +-
 .../modules/cnd/discovery/api/QtInfoProvider.java  |      235 +-
 .../cnd/discovery/api/SourceFileProperties.java    |       10 +
 .../cnd/discovery/api/SourcesVisibilityQuery.java  |       10 +-
 .../buildsupport/BuildProjectActionHandler.java    |       84 +-
 .../BuildProjectActionHandlerFactory.java          |       27 +-
 .../discovery/buildsupport/BuildTraceSupport.java  |       58 -
 .../cnd/discovery/buildsupport/CompileSupport.java |      219 +
 .../org/netbeans/modules/cnd/discovery/layer.xml   |       28 +-
 .../cnd/discovery/performance/AnalyzeStat.java     |      400 +
 .../cnd/discovery/performance/Bundle.properties    |       19 +
 .../discovery/performance/FileSystemChecker.java   |      372 +
 .../discovery/performance/MakeProjectLifeImpl.java |       76 +
 .../performance/NotifyProjectProblem.form          |       38 +
 .../performance/NotifyProjectProblem.java          |      202 +
 .../performance/PerformanceIssueDetector.java      |      933 +
 .../performance/PerformanceStatisticAction.java    |      110 +
 .../cnd/discovery/performance/StatisticPanel.form  |      621 +
 .../cnd/discovery/performance/StatisticPanel.java  |      937 +
 .../cnd/discovery/performance/exclamation.gif      |      Bin
 .../cnd/discovery/projectimport/Bundle.properties  |        8 +-
 .../projectimport/CreateDependencies.java          |      136 +-
 .../discovery/projectimport/ExecuteCommand.java    |      451 +
 .../cnd/discovery/projectimport/FollowUp.form      |        4 +-
 .../cnd/discovery/projectimport/FollowUp.java      |       19 +-
 .../discovery/projectimport/ImportExecutable.java  |      323 +-
 .../cnd/discovery/projectimport/ImportProject.java |      957 +-
 .../discovery/projectimport/ReconfigureAction.java |      198 +-
 .../ReconfigureActionHandlerFactory.java           |       20 +-
 .../discovery/projectimport/ReconfigurePanel.form  |        4 +-
 .../projectimport/ReconfigureProject.java          |      290 +-
 .../projectimport/ReconfigureProviderImpl.java     |       13 +-
 .../discovery/services/DiscoveryManagerImpl.java   |      265 +-
 .../services/UserOptionsProviderImpl.java          |      177 +-
 .../wizard/AdditionalLibrariesListPanel.java       |       10 +-
 .../discovery/wizard/BuildActionsProviderImpl.java |       31 +-
 .../modules/cnd/discovery/wizard/Bundle.properties |       51 +-
 .../wizard/ConsolidationStrategyPanel.form         |      153 -
 .../wizard/ConsolidationStrategyPanel.java         |      207 -
 .../wizard/ConsolidationStrategyWizard.java        |      136 -
 .../cnd/discovery/wizard/DiscoveryExtension.java   |      234 +-
 .../discovery/wizard/DiscoveryWizardAction.java    |       20 +-
 .../wizard/DiscoveryWizardDescriptor.java          |      129 +-
 .../discovery/wizard/DiscoveryWizardIterator.java  |        8 +-
 .../cnd/discovery/wizard/ProviderControl.java      |       13 +-
 .../discovery/wizard/SelectConfigurationPanel.form |        4 +-
 .../discovery/wizard/SelectConfigurationPanel.java |      134 +-
 .../wizard/SelectConfigurationWizard.java          |        6 +-
 .../cnd/discovery/wizard/SelectModePanel.form      |        4 +-
 .../cnd/discovery/wizard/SelectModePanel.java      |       59 +-
 .../cnd/discovery/wizard/SelectModeWizard.java     |      108 +-
 .../discovery/wizard/SelectObjectFilesPanel.form   |        2 +-
 .../discovery/wizard/SelectObjectFilesPanel.java   |        4 +-
 .../discovery/wizard/SelectObjectFilesWizard.java  |        6 +-
 .../cnd/discovery/wizard/SelectProviderPanel.form  |        4 +-
 .../cnd/discovery/wizard/SelectProviderPanel.java  |       73 +-
 .../cnd/discovery/wizard/SelectProviderWizard.java |       14 +-
 .../discovery/wizard/SimpleConfigurationPanel.form |       37 +-
 .../discovery/wizard/SimpleConfigurationPanel.java |       59 +-
 .../wizard/SimpleConfigurationWizard.java          |        6 +-
 .../discovery/wizard/api/ConfigurationFactory.java |      110 +-
 .../wizard/api/ConsolidationStrategy.java          |       13 +-
 .../discovery/wizard/api/DiscoveryDescriptor.java  |       13 +-
 .../discovery/wizard/api/FileConfiguration.java    |        7 +
 .../discovery/wizard/api/NodeConfiguration.java    |        8 +
 .../discovery/wizard/api/support/Bundle.properties |       37 +
 .../api/support/DiscoveryProjectGenerator.java     |      262 +
 .../wizard/api/support/ProjectBridge.java          |      492 +-
 .../cnd/discovery/wizard/checkedtree/Root.java     |        4 +-
 .../wizard/checkedtree/UnusedFactory.java          |        2 +-
 .../wizard/support/impl/Bundle.properties          |       37 +
 .../impl/DiscoveryProjectGeneratorImpl.java        |      511 +-
 .../discovery/wizard/support/impl/MacroMap.java    |      183 +
 .../wizard/tree/FileConfigurationImpl.java         |       24 +-
 .../wizard/tree/FileConfigurationNode.java         |        2 +-
 .../wizard/tree/FolderConfigurationImpl.java       |       12 +-
 .../wizard/tree/FolderConfigurationNode.java       |        6 +-
 .../discovery/wizard/tree/IncludesListModel.java   |        6 +-
 .../cnd/discovery/wizard/tree/MacrosListModel.java |        8 +-
 .../wizard/tree/NodeConfigurationImpl.java         |      105 +-
 .../wizard/tree/ProjectConfigurationImpl.java      |        6 +-
 .../wizard/tree/ProjectConfigurationNode.java      |        4 +-
 .../cnd/discovery/project/MakeProjectTestBase.java |      115 +-
 .../project/cases/BuildCMakeTestCase.java          |        2 +-
 .../project/cases/CMakeExampleTestCase.java        |        2 +-
 .../discovery/project/cases/LiteSqlTestCase.java   |        6 +-
 .../project/cases/MysqlConnectorTestCase.java      |        6 +-
 .../discovery/project/cases/PkgConfigTestCase.java |        3 +-
 .../discovery/project/cases/QT_QLifeTestCase.java  |       16 +-
 .../project/cases/RemotePkgConfigTestCase.java     |        4 +-
 .../project/cases/SimpleScriptTestCase.java        |      236 +
 .../discovery/project/cases/SimpleTestCase.java    |        2 +-
 .../discovery/project/cases/TesseractTestCase.java |        2 +-
 .../tests/Configure1DiscoverySuiteTest.java        |        2 +
 cnd.discovery/tools/BuildTrace/execint.c           |       88 +-
 .../BuildTrace/nbproject/Makefile-Linux-x86.mk     |        9 +-
 .../BuildTrace/nbproject/Makefile-Linux-x86_64.mk  |        9 +-
 .../BuildTrace/nbproject/Makefile-MacOSX-x86.mk    |       78 +
 .../BuildTrace/nbproject/Makefile-MacOSX-x86_64.mk |       84 +
 .../BuildTrace/nbproject/Makefile-SunOS-sparc.mk   |        9 +-
 .../nbproject/Makefile-SunOS-sparc_64.mk           |        9 +-
 .../BuildTrace/nbproject/Makefile-SunOS-x86.mk     |        9 +-
 .../BuildTrace/nbproject/Makefile-SunOS-x86_64.mk  |        9 +-
 .../tools/BuildTrace/nbproject/Makefile-impl.mk    |        2 +-
 .../BuildTrace/nbproject/Makefile-variables.mk     |       22 +-
 .../BuildTrace/nbproject/Package-Linux-x86.bash    |        5 +-
 .../BuildTrace/nbproject/Package-Linux-x86_64.bash |        5 +-
 .../BuildTrace/nbproject/Package-MacOSX-x86.bash   |       76 +
 .../nbproject/Package-MacOSX-x86_64.bash           |       76 +
 .../BuildTrace/nbproject/Package-SunOS-sparc.bash  |        5 +-
 .../nbproject/Package-SunOS-sparc_64.bash          |        5 +-
 .../BuildTrace/nbproject/Package-SunOS-x86.bash    |       39 +-
 .../BuildTrace/nbproject/Package-SunOS-x86_64.bash |        5 +-
 .../tools/BuildTrace/nbproject/configurations.xml  |      114 +-
 .../tools/BuildTrace/nbproject/project.xml         |       11 +
 cnd.dwarfdiscovery/nbproject/project.properties    |        6 +-
 cnd.dwarfdiscovery/nbproject/project.xml           |       68 +-
 .../modules/cnd/dwarfdiscovery/DwarfAnalyzer.java  |       10 +-
 .../cnd/dwarfdiscovery/RemoteJavaExecution.java    |      389 +
 .../dwarfdiscovery/litemodel/DwarfRenderer.java    |      468 -
 .../cnd/dwarfdiscovery/litemodel/LiteModel.java    |      151 -
 .../dwarfdiscovery/provider/AnalyzeExecLog.java    |      637 +-
 .../dwarfdiscovery/provider/AnalyzeExecutable.java |      132 +-
 .../cnd/dwarfdiscovery/provider/AnalyzeFolder.java |      111 +-
 .../dwarfdiscovery/provider/AnalyzeMakeLog.java    |      111 +-
 .../dwarfdiscovery/provider/BaseDwarfProvider.java |      519 +-
 .../cnd/dwarfdiscovery/provider/Bundle.properties  |        2 +-
 .../provider/CompileLineStorage.java               |      116 +
 .../dwarfdiscovery/provider/CompilerSettings.java  |      168 +
 .../provider/DiscoveryProviderFactoryImpl.java     |       80 +
 .../cnd/dwarfdiscovery/provider/DwarfProvider.java |       23 +-
 .../cnd/dwarfdiscovery/provider/DwarfSource.java   |      504 +-
 .../cnd/dwarfdiscovery/provider/FSImpl.java        |       78 +
 .../cnd/dwarfdiscovery/provider/LogReader.java     |      862 +-
 .../cnd/dwarfdiscovery/provider/Relocatable.java   |       54 +
 .../dwarfdiscovery/provider/RelocatableImpl.java   |      130 +
 .../provider/RelocatablePathMapper.java            |       62 +
 .../provider/RelocatablePathMapperImpl.java        |      494 +
 .../provider/DwarfDiscoveryTest.java               |       39 +-
 .../provider/DwarfSourceReaderTest.java            |      318 +-
 .../dwarfdiscovery/provider/LddServiceTest.java    |      257 +
 .../provider/LiteWeightModelTest.java              |      246 -
 .../cnd/dwarfdiscovery/provider/LogReaderTest.java |      496 +-
 .../dwarfdiscovery/provider/PathMapperTest.java    |      544 +
 .../provider/support/RemoteJarServiceProvider.java |       89 +
 cnd.dwarfdump/nbproject/project.properties         |        4 +-
 cnd.dwarfdump/nbproject/project.xml                |       13 +-
 .../modules/cnd/dwarfdump/CompilationUnit.java     |      120 +-
 .../cnd/dwarfdump/CompilationUnitInterface.java    |       60 +
 .../modules/cnd/dwarfdump/CompilationUnitStab.java |      182 +
 .../modules/cnd/dwarfdump/CompileLineService.java  |      197 +-
 .../org/netbeans/modules/cnd/dwarfdump/Dwarf.java  |      244 +-
 .../netbeans/modules/cnd/dwarfdump/LddService.java |       25 +-
 .../modules/cnd/dwarfdump/Offset2LineService.java  |      141 +-
 .../dwarf/DwarfAbbriviationTableEntry.java         |       10 +-
 .../cnd/dwarfdump/dwarf/DwarfMacinfoTable.java     |       44 +-
 .../modules/cnd/dwarfdump/dwarfconsts/ATTR.java    |       23 +-
 .../modules/cnd/dwarfdump/dwarfconsts/FORM.java    |        7 +-
 .../modules/cnd/dwarfdump/dwarfconsts/LNE.java     |        9 +-
 .../modules/cnd/dwarfdump/dwarfconsts/MACINFO.java |        8 +
 .../cnd/dwarfdump/dwarfconsts/SECTIONS.java        |        6 +-
 .../modules/cnd/dwarfdump/dwarfconsts/STT.java     |       93 +
 .../cnd/dwarfdump/reader/ByteStreamReader.java     |       52 +-
 .../modules/cnd/dwarfdump/reader/DwarfReader.java  |       37 +-
 .../modules/cnd/dwarfdump/reader/ElfReader.java    |      126 +-
 .../cnd/dwarfdump/reader/MyRandomAccessFile.java   |       85 +-
 .../cnd/dwarfdump/section/DwarfArangesSection.java |       21 +-
 .../cnd/dwarfdump/section/DwarfAttribute.java      |       12 +
 .../dwarfdump/section/DwarfDebugInfoSection.java   |       74 +-
 .../dwarfdump/section/DwarfLineInfoSection.java    |       10 +-
 .../dwarfdump/section/DwarfMacroInfoSection.java   |      214 +-
 .../section/DwarfNameLookupTableSection.java       |       23 +-
 .../section/DwarfRelaDebugInfoSection.java         |       63 +-
 .../cnd/dwarfdump/section/StabIndexSection.java    |      172 +
 .../cnd/dwarfdump/section/StabIndexStrSection.java |      132 +
 .../cnd/dwarfdump/section/StringTableSection.java  |       21 +-
 .../cnd/dwarfdump/section/SymTabSection.java       |      138 +
 .../modules/cnd/dwarfdump/trace/TraceDwarf.java    |       31 +-
 cnd.editor/nbproject/project.properties            |        6 +-
 cnd.editor/nbproject/project.xml                   |       71 +-
 .../netbeans/modules/cnd/editor/EditorModule.java  |       50 -
 .../modules/cnd/editor/api/Bundle.properties       |        1 +
 .../netbeans/modules/cnd/editor/api/CodeStyle.java |      135 +-
 .../modules/cnd/editor/api/FormattingSupport.java  |       29 +-
 .../modules/cnd/editor/cos/COSRedirectorImpl.java  |      531 +
 .../cnd/editor/cplusplus/BracketCompletion.java    |      378 +-
 .../modules/cnd/editor/cplusplus/Bundle.properties |        2 +
 .../modules/cnd/editor/cplusplus/CCKit.java        |       77 +-
 .../modules/cnd/editor/cplusplus/CKit.java         |       40 +-
 .../cnd/editor/cplusplus/CamelCaseOperations.java  |       57 +-
 .../cnd/editor/cplusplus/CppBracesMatcher.java     |      188 +-
 .../cnd/editor/cplusplus/CppDTIFactory.java        |       30 +-
 .../cnd/editor/cplusplus/CppTBIFactory.java        |        9 +-
 .../cnd/editor/cplusplus/CppTTIFactory.java        |      136 +-
 .../cnd/editor/cplusplus/CppTypingCompletion.java  |      378 +
 .../modules/cnd/editor/cplusplus/HKit.java         |        8 +
 .../editor/cplusplus/SelectCodeElementAction.java  |      219 +
 .../folding/CppCodeFoldingSideBarFactory.java      |       66 -
 .../modules/cnd/editor/folding/CppFile.java        |       28 +-
 .../modules/cnd/editor/folding/CppFoldManager.java |      118 +-
 .../modules/cnd/editor/folding/CppMetaModel.java   |        2 +-
 .../modules/cnd/editor/fortran/Bundle.properties   |       20 +-
 .../netbeans/modules/cnd/editor/fortran/FKit.java  |       55 +-
 .../fortran/indent/FortranIndentSupport.java       |        3 +-
 .../cnd/editor/fortran/options/Bundle.properties   |        1 +
 .../cnd/editor/fortran/options/FmtOptions.java     |       19 +-
 .../editor/fortran/options/FortranCodeStyle.java   |       28 +-
 .../fortran/reformat/FortranBracesStack.java       |        9 +-
 .../fortran/reformat/FortranContextDetector.java   |        4 +-
 .../reformat/FortranExtendedTokenSequence.java     |       17 +-
 .../reformat/FortranPreprocessorFormatter.java     |       21 +-
 .../fortran/reformat/FortranReformatter.java       |       25 +-
 .../fortran/reformat/FortranReformatterImpl.java   |       32 +-
 .../modules/cnd/editor/indent/CppIndentTask.java   |      138 +-
 .../modules/cnd/editor/indent/IndentSupport.java   |       76 +
 .../modules/cnd/editor/indent/TokenItem.java       |        3 +-
 .../src/org/netbeans/modules/cnd/editor/layer.xml  |       31 +-
 .../modules/cnd/editor/options/Bundle.properties   |       14 +-
 .../options/CodeStylePreferencesProvider.java      |      109 +
 .../modules/cnd/editor/options/EditorOptions.java  |      226 +-
 .../options/EditorOptionsPanelController.java      |       25 +-
 .../cnd/editor/options/EditorPropertySheet.form    |       12 +-
 .../cnd/editor/options/EditorPropertySheet.java    |      137 +-
 .../cnd/editor/options/ManageStylesPanel.form      |        3 +-
 .../cnd/editor/options/ManageStylesPanel.java      |      118 +-
 .../modules/cnd/editor/options/NewStyleName.form   |       78 +
 .../modules/cnd/editor/options/NewStyleName.java   |      120 +
 .../editor/options/PreviewPreferencesModel.java    |        2 +-
 .../modules/cnd/editor/reformat/BracesStack.java   |       38 +-
 .../cnd/editor/reformat/ContextDetector.java       |       75 +-
 .../cnd/editor/reformat/ExtendedTokenSequence.java |       16 +-
 .../cnd/editor/reformat/PreprocessorFormatter.java |        9 +-
 .../modules/cnd/editor/reformat/Reformatter.java   |       56 +-
 .../cnd/editor/reformat/ReformatterImpl.java       |      249 +-
 .../modules/cnd/editor/reformat/StackEntry.java    |      158 +-
 .../modules/cnd/editor/resources/Bundle.properties |        2 +-
 .../editor/resources/cplusplus/Bundle.properties   |        2 +
 .../resources/cplusplus/C-DefaultAbbrevs.xml       |       12 +-
 .../resources/cplusplus/CC-DefaultAbbrevs.xml      |       12 +-
 .../resources/cplusplus/H-DefaultAbbrevs.xml       |       12 +-
 .../cnd/editor/resources/fortran/Bundle.properties |        1 +
 .../cplusplus/BracketCompletionSingleTestCase.java |       16 +-
 .../cplusplus/BracketCompletionTestCase.java       |     1016 +-
 .../modules/cnd/editor/cplusplus/EditorBase.java   |      233 +-
 .../cnd/editor/cplusplus/FormatterTestCase.java    |     1691 +-
 .../cnd/editor/cplusplus/IndentTestCase.java       |      721 +-
 .../cnd/editor/fortran/FortranEditorBase.java      |       69 +-
 .../cnd/test/base/BaseDocumentUnitTestCase.java    |      178 +-
 cnd.folding/nbproject/project.properties           |        4 +-
 cnd.folding/nbproject/project.xml                  |       10 +-
 .../modules/cnd/folding/APTFoldingParser.java      |       14 +-
 cnd.gizmo/build.xml                                |        5 -
 cnd.gizmo/manifest.mf                              |        6 -
 cnd.gizmo/nbproject/project.properties             |        5 -
 cnd.gizmo/nbproject/project.xml                    |      314 -
 cnd.gizmo/readme                                   |        1 -
 .../netbeans/modules/cnd/gizmo/Bundle.properties   |        9 -
 .../modules/cnd/gizmo/CndPathMapperProvider.java   |       81 -
 .../cnd/gizmo/CodeModelSourceFileInfoProvider.java |      194 -
 .../cnd/gizmo/CppSymbolDemanglerFactoryImpl.java   |      112 -
 .../modules/cnd/gizmo/CppSymbolDemanglerImpl.java  |      378 -
 .../modules/cnd/gizmo/DwarfSourceInfoProvider.java |      259 -
 .../cnd/gizmo/GizmoConfigurationOptions.java       |      291 -
 ...izmoIndicatorComponentEmptyContentProvider.java |       60 -
 .../modules/cnd/gizmo/GizmoProjectOptions.java     |      245 -
 .../cnd/gizmo/GizmoServiceInfoAccessor.java        |       79 -
 .../cnd/gizmo/RemoteJarServiceProvider.java        |      137 -
 .../cnd/gizmo/SourceSupportProviderImpl.java       |      260 -
 .../modules/cnd/gizmo/SunStudioLocatorCndImpl.java |       88 -
 .../cnd/gizmo/SunStudioLocatorFactoryCndImpl.java  |       61 -
 .../modules/cnd/gizmo/actions/Bundle.properties    |       55 -
 .../cnd/gizmo/actions/GizmoRunActionHandler.java   |      382 -
 .../actions/GizmoRunActionHandlerFactory.java      |       86 -
 .../cnd/gizmo/api/GizmoOptionsProvider.java        |       57 -
 .../modules/cnd/gizmo/options/Bundle.properties    |       60 -
 .../cnd/gizmo/options/GizmoOptionsImpl.java        |      417 -
 .../gizmo/options/GizmoOptionsNodeProvider.java    |      143 -
 .../cnd/gizmo/options/GizmoOptionsProvider.java    |       61 -
 .../cnd/gizmo/options/GizmoOptionsXMLCodec.java    |      194 -
 .../gizmo/options/GizmoStringConfiguration.java    |      160 -
 .../cnd/gizmo/options/GizmoStringNodeProp.java     |      215 -
 .../modules/cnd/gizmo/resources/Bundle.properties  |        5 -
 .../GizmoIndicatorsTopComponentSettings.xml        |       12 -
 .../GizmoIndicatorsTopComponentWstcref.xml         |       11 -
 .../modules/cnd/gizmo/resources/gimzo_start.png    |      Bin 1401 -> 0 bytes
 .../netbeans/modules/cnd/gizmo/resources/layer.xml |      185 -
 .../modules/cnd/gizmo/spi/GizmoOptions.java        |       88 -
 .../cnd/gizmo/support/GizmoServiceInfo.java        |       85 -
 .../modules/cnd/gizmo/ui/Bundle.properties         |       31 -
 .../cnd/gizmo/ui/GizmoIndicatorDelegator.java      |      173 -
 .../GizmoIndicatorTopComponentActivateAction.java  |       72 -
 .../ui/GizmoIndicatorTopComponentRegsitry.java     |      180 -
 .../cnd/gizmo/ui/GizmoIndicatorsTopComponent.java  |      459 -
 ...GizmoIndicatorsTopComponentActionsProvider.java |       53 -
 .../modules/cnd/gizmo/addr2line/lineinfo.bash      |       22 -
 .../cnd/gizmo/CppSymbolDemanglerImplTestCase.java  |      193 -
 .../org/netbeans/modules/cnd/gizmo/GizmoTest.java  |       61 -
 .../cnd/gizmo/addr2line/EtalonLineNumber.java      |      106 -
 .../modules/cnd/gizmo/addr2line/FindNameTest.java  |      285 -
 .../cnd/gizmo/addr2line/LddServiceTest.java        |       95 -
 .../gizmo/addr2line/Offset2LineServiceTest.java    |      162 -
 .../gizmo/addr2line/dwarf2line/Configuration.java  |       29 -
 .../addr2line/dwarf2line/Dwarf2NameFinder.java     |      641 -
 .../cnd/gizmo/addr2line/dwarf2line/RangeMap.java   |      207 -
 .../gizmo/addr2line/dwarf2line/SectionFinder.java  |      305 -
 cnd.gotodeclaration/nbproject/project.properties   |        4 +-
 cnd.gotodeclaration/nbproject/project.xml          |       49 +-
 .../file/LibraryFileProviderFactory.java           |       50 +-
 .../symbol/CppSymbolDescriptor.java                |       24 +-
 .../gotodeclaration/symbol/CppSymbolProvider.java  |      206 +-
 .../cnd/gotodeclaration/type/Bundle.properties     |        2 +-
 .../gotodeclaration/type/CppTypeDescriptor.java    |       65 +-
 .../cnd/gotodeclaration/type/CppTypeProvider.java  |      387 +-
 .../type/TracingTypeDescriptor.java                |       10 +
 .../cnd/gotodeclaration/util/EmptyIcon.java        |        3 +
 .../element/providers/CppSymbolBaseTestCase.java   |        5 +-
 .../providers/FuncVarElementProviderTestCase.java  |        6 +
 .../SymbolProviderContextAndResultFactory.java     |        4 +-
 cnd.highlight/nbproject/project.properties         |        8 +-
 cnd.highlight/nbproject/project.xml                |      138 +-
 .../modules/cnd/highlight/Bundle.properties        |       42 +
 .../modules/cnd/highlight/CndTodoScanner.java      |      150 +
 .../cnd/highlight/CppHighlightsLayerFactory.java   |        9 +-
 .../modules/cnd/highlight/HighlightInstaller.java  |        1 +
 .../modules/cnd/highlight/InterrupterImpl.java     |       63 -
 .../cnd/highlight/error/BadgeProviderUpdater.java  |       17 +-
 .../cnd/highlight/error/BigFileValidator.java      |       10 +-
 .../modules/cnd/highlight/error/Bundle.properties  |       46 +-
 .../error/CodeAssistanceHintProvider.java          |      206 +
 .../error/CppUpToDateStatusProviderFactory.java    |        1 +
 .../cnd/highlight/error/HighlightProvider.java     |      303 +-
 .../error/HighlightProviderTaskFactory.java        |      204 +-
 .../highlight/error/IdentifierErrorProvider.java   |      222 +-
 .../cnd/highlight/error/IncludeErrorProvider.java  |      266 +-
 .../highlight/error/StandaloneFileValidator.java   |       59 +
 .../highlight/error/includes/ErrorFilesModel.java  |        4 +
 .../error/includes/ErrorIncludeDialog.java         |      444 +-
 .../error/includes/ErrorIncludesModel.java         |        4 +
 .../error/includes/FailedIncludesAction.java       |       17 +-
 .../modules/cnd/highlight/hints/Bundle.properties  |       66 +
 .../cnd/highlight/hints/CsmHintProvider.java       |      207 +
 .../cnd/highlight/hints/DisableHintFix.java        |       82 +
 .../modules/cnd/highlight/hints/ErrorInfoImpl.java |       97 +
 .../modules/cnd/highlight/hints/FixProvider.java   |       65 +
 .../hints/FunctionUsedBeforDeclaration.java        |      160 +
 .../cnd/highlight/hints/HintAnalyzerImpl.java      |      199 +
 .../highlight/hints/MethodDeclarationMissed.java   |      140 +
 .../cnd/highlight/hints/NonVirtualDestructor.java  |      137 +
 .../cnd/highlight/hints/NonVirtualMethod.java      |      181 +
 .../modules/cnd/highlight/resources/bugs.png       |      Bin 0 -> 705 bytes
 .../modules/cnd/highlight/resources/layer.xml      |       25 +-
 .../cnd/highlight/semantic/Bundle.properties       |       26 +
 .../cnd/highlight/semantic/HighlighterBase.java    |       52 +-
 .../semantic/MarkOccurrencesHighlighter.java       |      311 +-
 .../MarkOccurrencesHighlighterFactory.java         |       85 +-
 .../modules/cnd/highlight/semantic/ModelUtils.java |      130 +-
 .../semantic/OccurrencesMarkProvider.java          |        8 +
 .../semantic/OccurrencesMarkProviderCreator.java   |        1 +
 .../cnd/highlight/semantic/ReferenceCollector.java |        2 +
 .../semantic/SemanticEntitiesProvider.java         |      623 +-
 .../cnd/highlight/semantic/SemanticEntity.java     |       15 +-
 .../highlight/semantic/SemanticHighlighter.java    |      366 +-
 .../semantic/SemanticHighlighterFactory.java       |       64 +-
 .../semantic/actions/GotoNextOccurrenceAction.java |        1 +
 .../semantic/actions/GotoPrevOccurrenceAction.java |        1 +
 .../highlight/semantic/actions/SemanticUtils.java  |       12 +-
 .../highlight/semantic/debug/InterrupterImpl.java  |       69 +
 .../semantic/debug/TestSemanticHighlighting.java   |      126 +
 .../highlight/semantic/options/Bundle.properties   |       49 -
 .../options/SemanticHighlightingOptionsPanel.java  |       74 +-
 ...SemanticHighlightingOptionsPanelController.java |       16 +-
 .../fifth_fifth.cpp.dat                            |        1 +
 .../first_first.cpp.dat                            |        0
 .../forth_forth.cpp.dat                            |        0
 .../includedLibrary_lib_header.h.dat               |        0
 .../otherLibrary_other_lib_header.h.dat            |        0
 .../second_second.cpp.dat                          |        0
 .../third_third.cpp.dat                            |        0
 .../bug217470.cpp.dat                              |        2 +
 .../arrow_deref_of_this.cpp.dat                    |        2 +-
 .../UnresolvedIdentifierTest/attributes.cpp.dat    |        2 +-
 .../UnresolvedIdentifierTest/bug186638.cpp.dat     |        8 +-
 .../UnresolvedIdentifierTest/bug201258.cpp.dat     |        4 +
 .../UnresolvedIdentifierTest/bug210983_1.cpp.dat   |        0
 .../UnresolvedIdentifierTest/bug210983_2.cpp.dat   |        0
 .../UnresolvedIdentifierTest/bug211143_1.cpp.dat   |        0
 .../UnresolvedIdentifierTest/bug211143_2.cpp.dat   |        0
 .../UnresolvedIdentifierTest/bug212905.cpp.dat     |        1 +
 .../forward_class_decl.cpp.dat                     |       11 +
 .../UnresolvedIdentifierTest/inc210983_1.h.dat     |        0
 .../UnresolvedIdentifierTest/inc210983_2.h.dat     |        0
 .../error/UnresolvedIdentifierTest/inc211143.h.dat |        0
 .../UnresolvedIdentifierTest/iz143044.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz151054.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz151909.cpp.dat      |        1 +
 .../UnresolvedIdentifierTest/iz155054.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz155112.cpp.dat      |        4 +-
 .../UnresolvedIdentifierTest/iz158280.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz158730.cpp.dat      |        4 +-
 .../UnresolvedIdentifierTest/iz158831.cpp.dat      |        4 +-
 .../UnresolvedIdentifierTest/iz158873.cpp.dat      |        6 +-
 .../UnresolvedIdentifierTest/iz160542.cpp.dat      |        4 +-
 .../UnresolvedIdentifierTest/iz161565.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz163135.cpp.dat      |        2 +-
 .../UnresolvedIdentifierTest/iz171453.cpp.dat      |       12 +-
 .../UnresolvedIdentifierTest/iz172227.cpp.dat      |       10 +-
 .../UnresolvedIdentifierTest/iz175231.cpp.dat      |        2 -
 .../UnresolvedIdentifierTest/iz191515.cpp.dat      |        4 +-
 .../UnresolvedIdentifierTest/iz212841.cpp.dat      |        1 +
 .../UnresolvedIdentifierTest/iz218303.cpp.dat      |        1 +
 .../UnresolvedIdentifierTest/iz_145118.cpp.dat     |        4 +-
 .../error/UnresolvedIdentifierTest/macros.cpp.dat  |        2 +-
 .../error/UnresolvedIdentifierTest/simple.cpp.dat  |       18 +-
 .../template_parameter_ancestor.cpp.dat            |       89 +-
 .../UnresolvedIdentifierTest/templates.cpp.dat     |       14 +-
 .../UnresolvedIdentifierTest/typedef_templ.cpp.dat |        6 +-
 .../testClassFieldsInItsMethodsBody.ref            |       31 +-
 .../testClassFieldsInItsMethodsBody.ref            |       14 +-
 .../semantic/InactiveCodeTest/testDefines.ref      |       16 +-
 .../semantic/InactiveCodeTest/testElifCluster.ref  |       14 +-
 .../semantic/MacroUsagesTest/testMacroUsages.ref   |       45 +-
 .../testMacroUsagesWithKeywords.ref                |       10 +-
 .../semantic/MarkOccurrencesTest/test206416_1.ref  |        2 +
 .../semantic/MarkOccurrencesTest/test206416_2.ref  |        5 +
 .../semantic/MarkOccurrencesTest/test206416_3.ref  |        2 +
 .../semantic/MarkOccurrencesTest/test231272_1.ref  |        2 +
 .../semantic/MarkOccurrencesTest/test231272_2.ref  |        2 +
 .../testAddSymbolMoreParams.ref                    |        6 +-
 .../MarkOccurrencesTest/testAddSymbolOneParam.ref  |        6 +-
 .../MarkOccurrencesTest/testAddSymbolTwoParams.ref |        6 +-
 .../testAddSymbolZeroParams.ref                    |        6 +-
 .../testAddSymbolZeroParams_1.ref                  |        3 -
 .../MarkOccurrencesTest/testCharLiterals.ref       |        6 +-
 .../semantic/MarkOccurrencesTest/testClassName.ref |        8 +-
 .../testConstAndNonConstMethods.ref                |        8 +-
 .../semantic/MarkOccurrencesTest/testCtor.ref      |        4 +-
 .../semantic/MarkOccurrencesTest/testCtor2.ref     |        4 +-
 .../semantic/MarkOccurrencesTest/testField.ref     |        8 +-
 .../MarkOccurrencesTest/testGlobalVariable.ref     |        7 +-
 .../semantic/MarkOccurrencesTest/testIZ175700.ref  |        4 +-
 .../MarkOccurrencesTest/testLocalVariable.ref      |        4 +-
 .../semantic/MarkOccurrencesTest/testMacro.ref     |        6 +-
 .../semantic/MarkOccurrencesTest/testPreproc1.ref  |        8 +-
 .../semantic/MarkOccurrencesTest/testPreproc2.ref  |        4 -
 .../semantic/MarkOccurrencesTest/testPreproc3.ref  |        4 -
 .../semantic/MarkOccurrencesTest/testPreproc4.ref  |        4 -
 .../semantic/MarkOccurrencesTest/testPreproc5.ref  |        4 +-
 .../semantic/MarkOccurrencesTest/testPreproc6.ref  |        4 +-
 .../testSeveralDeclarations.ref                    |        6 +-
 .../MarkOccurrencesTest/testStringLiterals.ref     |        6 +-
 .../semantic/TypedefTest/testTypedefs.ref          |       14 +-
 .../semantic/UnusedVariablesTest/testUnused.ref    |       11 +-
 .../fifth/fifth.cpp                                |       15 +
 .../first/first.cpp                                |       10 +
 .../forth/forth.cpp                                |        9 +
 .../includedLibrary/lib_header.h                   |       20 +
 .../otherLibrary/other_lib_header.h                |       27 +
 .../second/second.cpp                              |        6 +
 .../third/third.cpp                                |        8 +
 .../UnresolvedCpp11IdentifierTest/bug214184.cpp    |        4 +
 .../UnresolvedCpp11IdentifierTest/bug214185.cpp    |        4 +
 .../UnresolvedCpp11IdentifierTest/bug214864.cpp    |        7 +
 .../UnresolvedCpp11IdentifierTest/bug217052.cpp    |        4 +
 .../UnresolvedCpp11IdentifierTest/bug217067.cpp    |        5 +
 .../UnresolvedCpp11IdentifierTest/bug217470.cpp    |        6 +
 .../UnresolvedCpp11IdentifierTest/bug217827.cpp    |        8 +
 .../UnresolvedCpp11IdentifierTest/bug217858.cpp    |        4 +
 .../UnresolvedCpp11IdentifierTest/bug220307.cpp    |        4 +
 .../UnresolvedCpp11IdentifierTest/bug220527.cpp    |        2 +
 .../UnresolvedCpp11IdentifierTest/bug222553.cpp    |        7 +
 .../UnresolvedCpp11IdentifierTest/bug222884.cpp    |       10 +
 .../UnresolvedCpp11IdentifierTest/bug222886.cpp    |        4 +
 .../error/UnresolvedIdentifierTest/bug201258.cpp   |        7 +
 .../error/UnresolvedIdentifierTest/bug210983_1.cpp |       14 +
 .../error/UnresolvedIdentifierTest/bug210983_2.cpp |        9 +
 .../error/UnresolvedIdentifierTest/bug211143_1.cpp |       21 +
 .../error/UnresolvedIdentifierTest/bug211143_2.cpp |       15 +
 .../error/UnresolvedIdentifierTest/bug212905.cpp   |        6 +
 .../error/UnresolvedIdentifierTest/bug215225.cpp   |        2 +
 .../error/UnresolvedIdentifierTest/bug215225_2.cpp |       14 +
 .../error/UnresolvedIdentifierTest/bug217798.cpp   |        5 +
 .../error/UnresolvedIdentifierTest/bug218192.cpp   |        7 +
 .../error/UnresolvedIdentifierTest/bug218759.cpp   |       15 +
 .../error/UnresolvedIdentifierTest/bug222883.cpp   |       10 +
 .../error/UnresolvedIdentifierTest/bug223298.cpp   |       45 +
 .../error/UnresolvedIdentifierTest/bug227266.cpp   |       17 +
 .../error/UnresolvedIdentifierTest/inc210983_1.h   |        7 +
 .../error/UnresolvedIdentifierTest/inc210983_2.h   |        5 +
 .../error/UnresolvedIdentifierTest/inc211143.h     |       22 +
 .../error/UnresolvedIdentifierTest/iz212841.cpp    |        7 +
 .../error/UnresolvedIdentifierTest/iz218303.cpp    |       27 +
 .../UnresolvedIdentifierTest/namespace234573.cpp   |       28 +
 .../UnresolvedIdentifierTest/namespace234573.h     |       20 +
 .../semantic/MarkOccurrencesTest/markocc.cc        |       64 +-
 .../semantic/MarkOccurrencesTest/newfile1.cpp      |       15 +
 .../cnd/highlight/error/BaseErrorMaker.java        |        4 +
 .../error/ErrorHighlightingBaseTestCase.java       |       21 +-
 .../error/MissedSemicolonsInQuoteTestCase.java     |        2 +-
 .../error/MultiProjectsErrorHighlightingTest.java  |      205 +
 .../highlight/error/SimpleDeletingErrorMaker.java  |        2 +
 .../error/UnresolvedCpp11IdentifierTest.java       |      216 +
 .../highlight/error/UnresolvedIdentifierTest.java  |      127 +-
 .../cnd/highlight/semantic/ClassFieldsTest.java    |       19 +-
 .../semantic/FunctionsHighlightingTest.java        |       19 +-
 .../cnd/highlight/semantic/InactiveCodeTest.java   |       13 +-
 .../cnd/highlight/semantic/MacroUsagesTest.java    |       13 +-
 .../highlight/semantic/MarkOccurrencesTest.java    |      131 +-
 .../semantic/SemanticHighlightingNewTestBase.java  |      100 +
 .../semantic/SemanticHighlightingTestBase.java     |        8 +-
 .../cnd/highlight/semantic/TypedefTest.java        |       19 +-
 .../highlight/semantic/UnusedVariablesTest.java    |       19 +-
 cnd.indexing/build.xml                             |        5 +
 cnd.indexing/manifest.mf                           |        6 +
 .../nbproject/project.properties                   |        0
 cnd.indexing/nbproject/project.xml                 |       58 +
 .../modules/cnd/indexing/Bundle.properties         |        2 +
 .../modules/cnd/indexing/api/CndTextIndex.java     |       70 +
 .../modules/cnd/indexing/api/CndTextIndexKey.java  |       95 +
 .../cnd/indexing/impl/CndTextIndexImpl.java        |       86 +
 .../cnd/indexing/impl/DiskTextIndexLayer.java      |      224 +
 .../indexing/impl/DistTextIndexLayerFactory.java   |       88 +
 .../cnd/indexing/impl/TextIndexStorage.java        |      167 +
 .../cnd/indexing/impl/TextIndexStorageManager.java |      151 +
 .../cnd/indexing/impl/TextLayerProvider.java       |       80 +
 .../modules/cnd/indexing/spi/TextIndexLayer.java   |       68 +
 .../cnd/indexing/spi/TextIndexLayerFactory.java    |       55 +
 cnd.kit/findbugs.sh                                |       33 +-
 cnd.kit/hudson/reporter.template                   |        5 +-
 cnd.kit/hudson/transplant.sh                       |        4 +
 cnd.kit/i18n-check-local.sh                        |       41 +
 cnd.kit/i18n-check.sh                              |       12 +-
 cnd.kit/manifest.mf                                |        1 +
 cnd.kit/misc-build.xml                             |       29 +-
 cnd.kit/nbproject/project.properties               |        2 +-
 cnd.kit/nbproject/project.xml                      |      124 +-
 cnd.kit/release/VERSION.txt                        |        2 +-
 .../src/org/netbeans/test/cnd/CNDValidation.java   |      135 +-
 cnd.kit/testdist-runner.sh                         |       12 +-
 cnd.lexer/nbproject/project.properties             |        8 +-
 cnd.lexer/nbproject/project.xml                    |       17 +-
 .../netbeans/cnd/api/lexer/CndLexerUtilities.java  |      200 +-
 .../netbeans/cnd/api/lexer/CndTokenUtilities.java  |       94 +-
 .../netbeans/cnd/api/lexer/CppStringTokenId.java   |       37 +-
 .../src/org/netbeans/cnd/api/lexer/CppTokenId.java |       63 +-
 .../src/org/netbeans/cnd/api/lexer/Filter.java     |       31 +-
 .../spi/lexer/CndLexerLanguageFilterProvider.java  |       65 -
 .../org/netbeans/modules/cnd/lexer/CndLexer.java   |       65 +-
 .../org/netbeans/modules/cnd/lexer/CppLexer.java   |       40 +-
 .../netbeans/modules/cnd/lexer/CppStringLexer.java |      372 +-
 .../netbeans/modules/cnd/lexer/FortranLexer.java   |       12 +-
 .../netbeans/modules/cnd/lexer/PreprocLexer.java   |       16 +-
 .../modules/cnd/lexer/CndLexerUnitTest.java        |       15 +-
 .../modules/cnd/lexer/CppLexerBatchTestCase.java   |      275 +-
 .../cnd/lexer/CppLexerPerformanceTestCase.java     |       38 +-
 .../modules/cnd/lexer/CppStringLexerTestCase.java  |       32 +-
 .../cnd/lexer/FortranFlyTokensTestCase.java        |        3 +-
 .../cnd/lexer/FortranLexerBatchTestCase.java       |       37 +-
 .../cnd/lexer/FortranLexerPerformanceTestCase.java |       27 +-
 .../modules/cnd/lexer/PreprocLexerTestCase.java    |      394 +-
 cnd.litemodel/build.xml                            |        5 -
 cnd.litemodel/manifest.mf                          |        5 -
 cnd.litemodel/nbproject/project.properties         |        4 -
 cnd.litemodel/nbproject/project.xml                |       49 -
 .../modules/cnd/litemodel/Bundle.properties        |        2 -
 .../modules/cnd/litemodel/api/Declaration.java     |       85 -
 .../netbeans/modules/cnd/litemodel/api/Model.java  |       53 -
 .../modules/cnd/litemodel/api/ModelAccessor.java   |       98 -
 cnd.makeproject.source.bridge/build.xml            |        5 +
 cnd.makeproject.source.bridge/manifest.mf          |        6 +
 .../nbproject/project.properties                   |        4 +
 .../nbproject/project.xml                          |      114 +
 .../bridge/DocumentLanguageFlavorProvider.java     |      346 +
 .../source/bridge/resources/Bundle.properties      |        5 +
 cnd.makeproject/build.xml                          |        5 -
 cnd.makeproject/nbproject/project.properties       |        8 +-
 cnd.makeproject/nbproject/project.xml              |      114 +-
 .../freeway/nbproject/private/configurations.xml   |        2 +-
 .../helloapp/main/nbproject/configurations.xml     |        8 +-
 .../helloqt/nbproject/configurations.xml           |        4 +-
 cnd.makeproject/samples_src/helloqt/newmain.cpp    |        2 +-
 cnd.makeproject/samples_src/lexyacc/Makefile       |        3 +-
 .../lexyacc/nbproject/configurations.xml           |        4 +-
 .../samples_src/pi/nbproject/configurations.xml    |        4 -
 cnd.makeproject/samples_src/profiling/Makefile     |      137 -
 cnd.makeproject/samples_src/profiling/barrier.c    |       87 -
 cnd.makeproject/samples_src/profiling/barrier.h    |       47 -
 cnd.makeproject/samples_src/profiling/common.c     |      240 -
 cnd.makeproject/samples_src/profiling/common.h     |      117 -
 cnd.makeproject/samples_src/profiling/join.c       |       79 -
 cnd.makeproject/samples_src/profiling/join.h       |       47 -
 cnd.makeproject/samples_src/profiling/main.c       |       70 -
 cnd.makeproject/samples_src/profiling/mutex.c      |      140 -
 cnd.makeproject/samples_src/profiling/mutex.h      |       47 -
 .../profiling/nbproject/configurations.xml         |       50 -
 .../samples_src/profiling/nbproject/project.xml    |       11 -
 cnd.makeproject/samples_src/profiling/parallel.c   |      100 -
 cnd.makeproject/samples_src/profiling/parallel.h   |       47 -
 cnd.makeproject/samples_src/profiling/rwlock.c     |      121 -
 cnd.makeproject/samples_src/profiling/rwlock.h     |       46 -
 cnd.makeproject/samples_src/profiling/sequential.c |       53 -
 cnd.makeproject/samples_src/profiling/sequential.h |       46 -
 cnd.makeproject/samples_src/profiling/spinlock.c   |      133 -
 cnd.makeproject/samples_src/profiling/spinlock.h   |       47 -
 .../cnd/makeproject/BrokenReferencesSupport.java   |      606 +
 .../modules/cnd/makeproject/Bundle.properties      |        2 +
 .../ConfigurationDescriptorProviderImpl.java       |      100 +
 .../modules/cnd/makeproject/ConfirmExtensions.java |        6 +-
 .../modules/cnd/makeproject/ConnectionHelper.java  |      145 +
 .../cnd/makeproject/DefaultSystemSettingsImpl.java |       72 +-
 .../makeproject/EnvProjectProblemsProvider.java    |      319 +
 .../cnd/makeproject/FileObjectBasedSources.java    |       14 +-
 .../modules/cnd/makeproject/ItemRedirector.java    |      145 +
 .../cnd/makeproject/LaunchersRegistryAccessor.java |       81 +
 .../cnd/makeproject/MakeActionProvider.java        |      609 +-
 .../MakeBasedProjectFactorySingleton.java          |       24 +-
 .../modules/cnd/makeproject/MakeOptions.java       |      136 +-
 .../modules/cnd/makeproject/MakeProject.java       |     1143 +-
 .../makeproject/MakeProjectClassPathProvider.java  |      129 +
 .../MakeProjectConfigurationProvider.java          |       54 +-
 .../makeproject/MakeProjectEncodingQueryImpl.java  |        2 +-
 .../cnd/makeproject/MakeProjectFileOwnerQuery.java |      178 +-
 .../MakeProjectFileProviderFactory.java            |      186 +-
 .../cnd/makeproject/MakeProjectGeneratorImpl.java  |      228 +-
 .../cnd/makeproject/MakeProjectHelperImpl.java     |      189 +-
 .../MakeProjectLayerDescriptorProvider.java        |      216 +
 .../cnd/makeproject/MakeProjectOperations.java     |       64 +-
 .../cnd/makeproject/MakeProjectTypeImpl.java       |       64 +-
 .../modules/cnd/makeproject/MakeProjectUtils.java  |       26 +-
 .../cnd/makeproject/MakeSharabilityQuery.java      |      136 +-
 .../modules/cnd/makeproject/MakeSources.java       |       41 +-
 .../cnd/makeproject/MakeTemplateListener.java      |      166 +-
 .../cnd/makeproject/NativeProjectProvider.java     |      530 +-
 .../NativeProjectRelocationMapperProviderImpl.java |      230 +
 .../cnd/makeproject/NativeProjectSupportImpl.java  |       87 +
 .../PathMapperProjectMetadataFactory.java          |      134 +
 .../modules/cnd/makeproject/SmartOutputStream.java |        8 +-
 .../netbeans/modules/cnd/makeproject/TempEnv.java  |      158 +
 .../actions/AddExistingFolderItemsAction.java      |       14 +-
 .../makeproject/actions/AddExistingItemAction.java |      222 -
 .../cnd/makeproject/actions/BatchBuildAction.java  |        4 +-
 .../cnd/makeproject/actions/Bundle.properties      |      127 +-
 .../cnd/makeproject/actions/DebugDialogAction.java |       84 +-
 .../actions/DefaultProjectCopyPanel.form           |      263 +
 .../actions/DefaultProjectCopyPanel.java           |      469 +
 .../actions/DefaultProjectDeletePanel.form         |      143 +
 .../actions/DefaultProjectDeletePanel.java         |      236 +
 .../DefaultProjectOperationsImplementation.java    |      829 +
 .../actions/DefaultProjectRenamePanel.form         |      202 +
 .../actions/DefaultProjectRenamePanel.java         |      368 +
 .../modules/cnd/makeproject/actions/FileProxy.java |      247 +
 .../cnd/makeproject/actions/NewFolderAction.java   |      118 -
 .../makeproject/actions/NewTestActionFactory.java  |       88 +-
 .../cnd/makeproject/actions/RunDialogAction.java   |      139 +-
 .../cnd/makeproject/api/BuildActionsProvider.java  |        4 +-
 .../modules/cnd/makeproject/api/Bundle.properties  |        9 +-
 .../api/DefaultProjectActionHandler.java           |      195 +-
 .../makeproject/api/LogicalFolderItemsInfo.java    |       51 +
 .../cnd/makeproject/api/LogicalFoldersInfo.java    |       51 +
 .../modules/cnd/makeproject/api/MakeArtifact.java  |       89 +-
 .../makeproject/api/MakeCustomizerProvider.java    |      193 +-
 .../cnd/makeproject/api/MakeProjectCustomizer.java |       70 +
 .../api/MakeProjectCustomizerAdaptor.java          |      123 +
 .../cnd/makeproject/api/MakeProjectOptions.java    |        4 -
 .../cnd/makeproject/api/PackagerManager.java       |        8 +-
 .../cnd/makeproject/api/ProjectActionEvent.java    |       93 +-
 .../cnd/makeproject/api/ProjectActionSupport.java  |      943 +-
 .../cnd/makeproject/api/ProjectGenerator.java      |       85 +-
 .../cnd/makeproject/api/ProjectSupport.java        |       56 +-
 .../cnd/makeproject/api/RunDialogPanel.form        |        2 +-
 .../cnd/makeproject/api/RunDialogPanel.java        |      159 +-
 .../api/actions/AddExistingItemAction.java         |      238 +
 .../cnd/makeproject/api/actions/Bundle.properties  |       54 +
 .../makeproject/api/actions/NewFolderAction.java   |      133 +
 .../api/configurations/ArchiverConfiguration.java  |       16 +-
 .../api/configurations/AssemblerConfiguration.java |       32 +-
 .../configurations/BasicCompilerConfiguration.java |       76 +-
 .../api/configurations/BooleanConfiguration.java   |        2 +-
 .../configurations/BuildPlatformConfiguration.java |        2 +-
 .../api/configurations/Bundle.properties           |       99 +-
 .../configurations/CCCCompilerConfiguration.java   |      241 +-
 .../configurations/CCCompilerConfiguration.java    |      311 +-
 .../api/configurations/CCompilerConfiguration.java |      296 +-
 .../CodeAssistanceConfiguration.java               |      320 +
 .../configurations/ComboStringConfiguration.java   |        2 +-
 .../api/configurations/CompileConfiguration.java   |      133 +
 .../configurations/CompilerSet2Configuration.java  |       18 +-
 .../api/configurations/Configuration.java          |        2 +-
 .../ConfigurationAuxObjectWithDictionary.java      |       65 +
 .../configurations/ConfigurationDescriptor.java    |        4 +-
 .../ConfigurationDescriptorProvider.java           |      471 +-
 .../api/configurations/ConfigurationSupport.java   |        4 +-
 .../api/configurations/Configurations.java         |       42 +-
 .../configurations/CustomToolConfiguration.java    |        2 +-
 .../DebuggerChooserConfiguration.java              |        4 +-
 .../api/configurations/DefaultMakefileWriter.java  |       12 +
 .../DevelopmentHostConfiguration.java              |       12 +-
 .../cnd/makeproject/api/configurations/Folder.java |      666 +-
 .../api/configurations/FolderConfiguration.java    |       25 +-
 .../FortranCompilerConfiguration.java              |       24 +-
 .../InheritedBooleanConfiguration.java             |        2 +-
 .../api/configurations/IntConfiguration.java       |        9 +-
 .../cnd/makeproject/api/configurations/Item.java   |      710 +-
 .../api/configurations/ItemConfiguration.java      |      153 +-
 .../api/configurations/LibrariesConfiguration.java |        4 +-
 .../api/configurations/LibraryItem.java            |      109 +-
 .../api/configurations/LinkerConfiguration.java    |       89 +-
 .../api/configurations/MakeConfiguration.java      |      366 +-
 .../MakeConfigurationDescriptor.java               |     1006 +-
 .../api/configurations/MakefileConfiguration.java  |      185 +-
 .../configurations/NamedBooleanConfiguration.java  |        2 +-
 .../api/configurations/OptionsConfiguration.java   |       14 +-
 .../api/configurations/PackagingConfiguration.java |       32 +-
 .../api/configurations/QmakeConfiguration.java     |       63 +-
 .../RequiredProjectsConfiguration.java             |        4 +-
 .../api/configurations/StringConfiguration.java    |        2 +-
 .../api/configurations/VectorConfiguration.java    |       19 +-
 .../api/configurations/ui/BooleanNodeProp.java     |        6 +-
 .../configurations/ui/BooleanReverseNodeProp.java  |       93 +
 .../api/configurations/ui/ComboStringNodeProp.java |        2 +-
 .../api/configurations/ui/CustomizerNode.java      |        8 +-
 .../ui/CustomizerRootNodeProvider.java             |        8 +-
 .../api/configurations/ui/IntNodeProp.java         |       25 +-
 .../api/configurations/ui/StringPanel.form         |        5 +-
 .../makeproject/api/runprofiles/Bundle.properties  |        2 +-
 .../api/runprofiles/ConsoleIntNodeProp.java        |        4 +-
 .../api/runprofiles/DirectoryChooserPanel.form     |        2 +-
 .../cnd/makeproject/api/runprofiles/Env.java       |        6 +-
 .../makeproject/api/runprofiles/RunProfile.java    |      262 +-
 .../makeproject/api/support/MakePathMatcher.java   |        4 +-
 .../api/support/MakeProjectGenerator.java          |       10 +-
 .../makeproject/api/support/MakeProjectHelper.java |       13 +-
 .../makeproject/api/support/MakeProjectLife.java   |       64 +
 .../api/support/MakeProjectPublicUtils.java        |       60 +
 .../api/ui/LogicalViewNodeProviders.java           |       33 +-
 .../makeproject/api/wizards/CommonUtilities.java   |      159 +-
 .../makeproject/api/wizards/IteratorExtension.java |        7 +
 .../api/wizards/ProjectWizardPanels.java           |      146 +
 .../api/wizards/ReconfigureProvider.java           |        2 +-
 .../makeproject/api/wizards/WizardConstants.java   |        7 +-
 .../configurations/AuxConfigurationXMLCodec.java   |       73 +-
 .../makeproject/configurations/Bundle.properties   |        1 +
 .../CommonConfigurationXMLCodec.java               |      873 +-
 .../ConfigurationMakefileWriter.java               |      672 +-
 .../configurations/ConfigurationXMLCodec.java      |      300 +-
 .../configurations/ConfigurationXMLReader.java     |      164 +-
 .../configurations/ConfigurationXMLWriter.java     |       24 +-
 .../cnd/makeproject/configurations/CppUtils.java   |       13 +-
 .../makeproject/configurations/FolderXMLCodec.java |       33 +-
 .../makeproject/configurations/ItemXMLCodec.java   |       32 +-
 .../configurations/QmakeProjectWriter.java         |       95 +-
 .../configurations/ui/BuildPlatformNodeProp.java   |       73 -
 .../configurations/ui/Bundle.properties            |       22 +-
 .../configurations/ui/CompilerSetNodeProp.java     |       29 +-
 .../configurations/ui/DebuggerChooserNodeProp.java |        2 +-
 .../configurations/ui/DevelopmentHostNodeProp.java |       27 +-
 .../configurations/ui/FormattingPropPanel.form     |      146 +
 .../configurations/ui/FormattingPropPanel.java     |      416 +
 .../configurations/ui/LibrariesNodeProp.java       |       22 +-
 .../configurations/ui/LibrariesPanel.java          |      103 +-
 .../configurations/ui/ListenableIntNodeProp.java   |       76 -
 .../configurations/ui/MakeArtifactChooser.java     |      341 +-
 .../configurations/ui/OptionsEditorPanel.java      |        4 +-
 .../configurations/ui/OptionsNodeProp.java         |       10 +-
 .../ui/PackagingAddingFilesProgressPanel.form      |        2 +-
 .../ui/PackagingAddingFilesProgressPanel.java      |        2 +-
 .../ui/PackagingAdditionalInfoPanel.java           |        2 +-
 .../configurations/ui/PackagingFiles4Panel.java    |        3 +-
 .../ui/PackagingFilesOuterPanel.form               |        4 +-
 .../ui/PackagingFilesOuterPanel.java               |        4 +-
 .../configurations/ui/PackagingFilesPanel.java     |      112 +-
 .../configurations/ui/PackagingInfoPanel.java      |       12 +-
 .../configurations/ui/PackagingNewEntryPanel.form  |        2 +-
 .../configurations/ui/PackagingNewEntryPanel.java  |        2 +-
 .../configurations/ui/PackagingNewLinkPanel.form   |        4 +-
 .../configurations/ui/PackagingNodeProp.java       |        2 +-
 .../configurations/ui/PackagingPanel.form          |        5 +-
 .../configurations/ui/PackagingPanel.java          |       16 +-
 .../configurations/ui/PkgConfigLibrary.java        |       12 +-
 .../configurations/ui/ProjectPropPanel.java        |       17 +-
 .../ui/RemoteSyncFactoryNodeProp.java              |        9 +
 .../ui/RequiredProjectsNodeProp.java               |       22 +-
 .../configurations/ui/RequiredProjectsPanel.java   |       29 +-
 .../cnd/makeproject/configurations/ui/StateCA.java |       92 +
 .../configurations/ui/StateCANodeProp.java         |      174 +
 .../makeproject/configurations/ui/StdLibPanel.java |        2 +-
 .../configurations/ui/StringListNodeProp.java      |       56 +-
 .../configurations/ui/StringNodeProp.java          |        2 +-
 .../configurations/ui/TableEditorPanel.java        |       31 +-
 .../configurations/ui/VectorNodeProp.java          |       64 +-
 .../cnd/makeproject/execution/Bundle.properties    |       61 +
 .../cnd/makeproject/execution/LDErrorParser.java   |      267 +
 .../execution/ResolveConflictParserProvider.java   |       66 +
 .../cnd/makeproject/launchers/Launcher.java        |      173 +
 .../launchers/LauncherActionHadlerFactory.java     |      140 +
 .../makeproject/launchers/LauncherExecutor.java    |      287 +
 .../launchers/LaunchersProjectMetadataFactory.java |      145 +
 .../makeproject/launchers/LaunchersRegistry.java   |      200 +
 .../launchers/LaunchersRegistryFactory.java        |       35 +
 .../launchers/actions/Bundle.properties            |       48 +
 .../launchers/actions/LauncherAction.java          |      254 +
 .../launchers/resources/simple-launcher.template   |       40 +
 .../cnd/makeproject/packaging/DebianPackager.java  |       41 +-
 .../cnd/makeproject/packaging/DummyPackager.java   |        4 +-
 .../cnd/makeproject/packaging/IPSPackager.java     |       18 +-
 .../makeproject/packaging/PackagerProvider.java    |        2 +-
 .../cnd/makeproject/packaging/RPMPackager.java     |       23 +-
 .../cnd/makeproject/packaging/SVR4Packager.java    |       16 +-
 .../cnd/makeproject/packaging/TarPackager.java     |       14 +-
 .../cnd/makeproject/packaging/ZipPackager.java     |       12 +-
 .../modules/cnd/makeproject/platform/Platform.java |       16 +-
 .../cnd/makeproject/platform/PlatformGeneric.java  |       18 +-
 .../cnd/makeproject/platform/PlatformLinux.java    |       19 +-
 .../cnd/makeproject/platform/PlatformMacOSX.java   |       17 +-
 .../cnd/makeproject/platform/PlatformNone.java     |       18 +-
 .../cnd/makeproject/platform/PlatformSolaris.java  |       19 +-
 .../cnd/makeproject/platform/PlatformWindows.java  |       19 +-
 .../cnd/makeproject/platform/Platforms.java        |        4 +-
 .../cnd/makeproject/platform/StdLibraries.java     |        2 +-
 .../cnd/makeproject/resources/MasterMakefile       |        2 +-
 .../runprofiles/RunProfileXMLCodec.java            |        2 +-
 .../makeproject/runprofiles/ui/Bundle.properties   |        5 +
 .../cnd/makeproject/runprofiles/ui/EnvPanel.java   |        8 +-
 .../makeproject/runprofiles/ui/ListTableModel.java |        4 +-
 .../makeproject/runprofiles/ui/RerunArguments.form |       60 +
 .../makeproject/runprofiles/ui/RerunArguments.java |      139 +
 .../makeproject/spi/ProjectMetadataFactory.java    |       69 +
 .../spi/configurations/AllOptionsProvider.java     |        2 +-
 .../spi/configurations/CompileOptionsProvider.java |      121 +
 .../IncludePathExpansionProvider.java              |       55 +
 .../spi/configurations/MakefileWriter.java         |        9 +
 .../spi/configurations/PkgConfigManager.java       |       10 +-
 .../spi/configurations/UserOptionsProvider.java    |        8 +-
 .../cnd/makeproject/ui/AddExternalItemAction.java  |       42 +-
 .../modules/cnd/makeproject/ui/AnnotatedNode.java  |        8 +-
 .../cnd/makeproject/ui/BaseMakeViewChildren.java   |       60 +-
 .../modules/cnd/makeproject/ui/BrokenLinks.java    |        6 +-
 .../cnd/makeproject/ui/BrokenViewItemNode.java     |       45 +-
 .../ui/BrokenViewItemRefreshSupport.java           |       87 +
 .../modules/cnd/makeproject/ui/Bundle.properties   |       49 +-
 .../cnd/makeproject/ui/CompileSingleAction.java    |       99 -
 .../cnd/makeproject/ui/ExternalFilesChildren.java  |        7 +-
 .../cnd/makeproject/ui/FolderSearchInfo.java       |      114 +-
 .../cnd/makeproject/ui/LogicalFolderNode.java      |      265 +-
 .../cnd/makeproject/ui/LogicalViewChildren.java    |      118 +-
 .../makeproject/ui/MakeLogicalViewProvider.java    |      242 +-
 .../makeproject/ui/MakeLogicalViewRootNode.java    |      302 +-
 .../ui/MakeLogicalViewRootNodeBroken.java          |        2 +-
 .../cnd/makeproject/ui/NodeActionFactory.java      |       72 +-
 .../makeproject/ui/ProjectNodesRefreshSupport.java |       87 +
 .../makeproject/ui/RemoteDevelopmentAction.java    |       50 +-
 .../cnd/makeproject/ui/RemoteSyncActions.java      |      150 +-
 .../cnd/makeproject/ui/RemoveFolderAction.java     |        1 +
 .../cnd/makeproject/ui/RemoveItemAction.java       |        5 +-
 .../cnd/makeproject/ui/ResolveEnvVarPanel.form     |       54 +
 .../cnd/makeproject/ui/ResolveEnvVarPanel.java     |      183 +
 .../cnd/makeproject/ui/ResolveReferenceAction.java |       81 -
 .../cnd/makeproject/ui/SelectExecutablePanel.form  |        9 +-
 .../cnd/makeproject/ui/SelectExecutablePanel.java  |      229 +-
 .../cnd/makeproject/ui/SetConfigurationAction.java |        2 +-
 .../cnd/makeproject/ui/ViewFolderPasteType.java    |      232 +
 .../modules/cnd/makeproject/ui/ViewItemNode.java   |      183 +-
 .../cnd/makeproject/ui/ViewItemPasteType.java      |      280 +-
 .../cnd/makeproject/ui/actions/Bundle.properties   |       40 +
 .../ui/actions/ContextAwareWrapperAction.java      |      111 +
 .../ui/actions/MakeProjectActionsSupport.java      |       87 +
 .../ui/actions/MakeProjectBuildHostAction.java     |       67 +
 .../ui/actions/MakeProjectConfigurationAction.java |       67 +
 .../ui/actions/MakeProjectContextAwareAction.java  |       74 +
 .../ui/actions/MoreBuildActionsAction.java         |      150 +
 .../makeproject/ui/customizer/Bundle.properties    |        2 +
 .../ui/customizer/CCCompilerCustomizerNode.java    |        8 +-
 .../ui/customizer/CCompilerCustomizerNode.java     |        8 +-
 .../customizer/CodeAssistanceCustomizerNode.java   |       73 +
 .../ui/customizer/CompileCustomizerNode.java       |       70 +
 .../ui/customizer/DevelopmentHostCustomizer.java   |        4 +-
 .../ui/customizer/FolderNodeFactory.java           |        2 +-
 .../ui/customizer/FormattingCustomizerNode.java    |       81 +
 .../ui/customizer/GeneralItemCustomizerNode.java   |        6 +
 .../cnd/makeproject/ui/customizer/MakeContext.java |        2 +-
 .../makeproject/ui/customizer/MakeCustomizer.form  |        4 +-
 .../makeproject/ui/customizer/MakeCustomizer.java  |       79 +-
 .../ui/customizer/ProjectNodeFactory.java          |       64 +-
 .../ui/customizer/PropertyNodeChildren.java        |        2 +-
 .../ui/customizer/ProxyItemConfiguration.java      |        8 +-
 .../ui/customizer/SharedItemConfiguration.java     |        2 +-
 .../cnd/makeproject/ui/options/Bundle.properties   |        7 +-
 .../makeproject/ui/options/DependencyChecking.java |       81 +
 .../ui/options/FixUnresolvedInclude.java           |       86 +
 .../makeproject/ui/options/FullFileIndexer.java    |       81 +
 .../ui/options/ProjectOptionsPanel.form            |      171 +-
 .../ui/options/ProjectOptionsPanel.java            |      324 +-
 .../ui/options/ProjectOptionsPanelController.java  |       11 +-
 .../ui/options/RebuildPropsChanged.java            |       80 +
 .../ui/options/ResolveSymbolicLinks.java           |       86 +
 .../cnd/makeproject/ui/options/ReuseOutputTab.java |       81 +
 .../ui/options/SaveModifiedBeforBuild.java         |       88 +
 .../ui/options/ShowConfigurationWarning.java       |       80 +
 .../makeproject/ui/options/ViewBinaryFiles.java    |       81 +
 .../modules/cnd/makeproject/ui/resources/layer.xml |      258 +-
 .../cnd/makeproject/ui/resources/rerun-mod.png     |      Bin 0 -> 524 bytes
 .../ui/resources/samples/profiling.html            |       48 -
 .../cnd/makeproject/ui/utils/Bundle.properties     |        2 +
 .../makeproject/ui/utils/ConfSelectorPanel.java    |        8 +-
 .../ui/utils/DirectoryChooserInnerPanel.java       |       24 +-
 .../ui/utils/DirectoryChooserPanel.form            |      111 +-
 .../ui/utils/DirectoryChooserPanel.java            |      109 +-
 .../cnd/makeproject/ui/utils/StringListPanel.form  |      119 +-
 .../cnd/makeproject/ui/utils/StringListPanel.java  |       63 +-
 .../cnd/makeproject/ui/utils/TokenizerFactory.java |      253 +
 .../ui/wizards/BuildActionsDescriptorPanel.java    |       12 +-
 .../makeproject/ui/wizards/BuildActionsPanel.java  |       30 +-
 .../cnd/makeproject/ui/wizards/Bundle.properties   |       24 +-
 .../cnd/makeproject/ui/wizards/ConfigureUtils.java |       19 +-
 .../cnd/makeproject/ui/wizards/FolderEntry.java    |       17 +-
 .../ui/wizards/MakeSampleProjectGenerator.java     |      210 +-
 .../ui/wizards/MakeSampleProjectIterator.java      |       27 +-
 .../MakefileOrConfigureDescriptorPanel.java        |       19 +-
 .../ui/wizards/MakefileOrConfigurePanel.form       |       14 +-
 .../ui/wizards/MakefileOrConfigurePanel.java       |      444 +-
 .../ui/wizards/NewMakeProjectWizardIterator.java   |      225 +-
 .../ui/wizards/NewProjectWizardUtils.java          |       18 +-
 .../ui/wizards/PanelConfigureProject.java          |       34 +-
 .../ui/wizards/PanelConfigureProjectVisual.form    |        8 +-
 .../ui/wizards/PanelConfigureProjectVisual.java    |       14 +-
 .../ui/wizards/PanelProjectLocationVisual.form     |       27 +-
 .../ui/wizards/PanelProjectLocationVisual.java     |      873 +-
 .../ParserConfigurationDescriptorPanel.java        |        9 +-
 .../ui/wizards/ParserConfigurationPanel.form       |      214 +-
 .../ui/wizards/ParserConfigurationPanel.java       |      274 +-
 .../makeproject/ui/wizards/SelectBinaryPanel.java  |       41 +-
 .../ui/wizards/SelectBinaryPanelVisual.form        |       18 +-
 .../ui/wizards/SelectBinaryPanelVisual.java        |      429 +-
 .../ui/wizards/SelectModeDescriptorPanel.java      |      183 +-
 .../makeproject/ui/wizards/SelectModePanel.form    |       90 +-
 .../makeproject/ui/wizards/SelectModePanel.java    |      489 +-
 .../makeproject/ui/wizards/SourceFilesPanel.form   |       20 +-
 .../makeproject/ui/wizards/SourceFilesPanel.java   |       18 +-
 .../ui/wizards/SourceFoldersDescriptorPanel.java   |        7 +-
 .../makeproject/ui/wizards/SourceFoldersPanel.form |        2 +-
 .../makeproject/ui/wizards/SourceFoldersPanel.java |       14 +-
 .../modules/cnd/makeproject/MakeActionTest.java    |       12 +-
 .../modules/cnd/makeproject/Project_65_Test.java   |        7 +-
 .../modules/cnd/makeproject/RunCommandTest.java    |      103 +
 .../api/configurations/ConfigurationTest.java      |      109 +
 .../api/configurations/QmakeConfigurationTest.java |        8 +-
 .../ConfigurationMakefileWriterTest.java           |       55 +-
 .../configurations/QmakeProjectWriterTest.java     |       33 +-
 .../configurations/ui/StringListNodePropTest.java  |      101 +
 .../ui/wizards/MakeSampleProjectIteratorTest.java  |       83 +-
 cnd.model.services/manifest.mf                     |        1 -
 cnd.model.services/nbproject/project.properties    |        3 +-
 cnd.model.services/nbproject/project.xml           |       84 +-
 .../cnd/api/model/services/CsmCacheManager.java    |      341 +
 .../cnd/api/model/services/CsmCacheMap.java        |      276 +
 .../api/model/services/CsmExpressionEvaluator.java |       29 +-
 .../api/model/services/CsmExpressionResolver.java  |      360 +
 .../cnd/api/model/services/CsmFileInfoQuery.java   |       68 +-
 .../cnd/api/model/services/CsmFileReferences.java  |       63 +-
 .../cnd/api/model/services/CsmFriendResolver.java  |        2 +
 .../cnd/api/model/services/CsmIncludeResolver.java |        4 +-
 .../model/services/CsmInheritanceUtilities.java    |      228 +-
 .../model/services/CsmInstantiationProvider.java   |      131 +-
 .../cnd/api/model/services/CsmMacroExpansion.java  |       35 +-
 .../model/services/CsmObjectAttributeQuery.java    |       82 +
 .../model/services/CsmOperatorKindResolver.java    |        1 +
 .../api/model/services/CsmOverloadingResolver.java |      112 +
 .../cnd/api/model/services/CsmResolveContext.java  |       81 +
 .../modules/cnd/api/model/services/CsmSelect.java  |      298 +-
 .../model/services/CsmStatementKindResolver.java   |        1 +
 .../cnd/api/model/services/CsmSymbolResolver.java  |      141 +
 .../cnd/api/model/services/CsmUsingResolver.java   |       14 +
 .../api/model/services/CsmVirtualInfoQuery.java    |      272 +-
 .../cnd/api/model/services/CsmVisibilityQuery.java |       99 +
 .../cnd/api/model/syntaxerr/AbstractCodeAudit.java |      128 +
 .../cnd/api/model/syntaxerr/AuditPreferences.java  |       91 +
 .../modules/cnd/api/model/syntaxerr/CodeAudit.java |       56 +
 .../cnd/api/model/syntaxerr/CodeAuditFactory.java  |       54 +
 .../cnd/api/model/syntaxerr/CodeAuditProvider.java |       55 +
 .../cnd/api/model/syntaxerr/CsmErrorInfo.java      |        6 +-
 .../model/syntaxerr/CsmErrorInfoHintProvider.java  |       90 +
 .../cnd/api/model/syntaxerr/CsmErrorProvider.java  |       91 +-
 .../cnd/api/model/xref/CsmReferenceKind.java       |        1 +
 .../cnd/api/model/xref/CsmReferenceRepository.java |       42 +-
 .../cnd/api/model/xref/CsmReferenceResolver.java   |       13 +-
 .../cnd/api/model/xref/CsmReferenceSupport.java    |       79 +-
 .../model/services/CsmCodeAssistanceProvider.java  |      311 +
 .../cnd/model/services/FakeHighlightsFactory.java  |       65 -
 .../netbeans/modules/cnd/model/services/layer.xml  |       35 -
 .../model/tasks/CaretAwareCsmFileTaskFactory.java  |      154 -
 .../modules/cnd/model/tasks/CndParser.java         |       58 +
 .../cnd/model/tasks/CndParserImplementation.java   |       51 +
 .../cnd/model/tasks/CsmFileTaskFactory.java        |      496 -
 .../cnd/model/tasks/CsmFileTaskFactoryManager.java |      111 -
 .../model/tasks/EditorAwareCsmFileTaskFactory.java |      104 -
 .../modules/cnd/model/tasks/OpenedEditors.java     |      275 -
 .../cnd/spi/model/services/AutosProvider.java      |        6 +
 .../model/services/CodeModelProblemResolver.java   |       97 +
 .../cnd/spi/model/services/CsmDocProvider.java     |       69 +
 .../services/CsmExpressionEvaluatorProvider.java   |       21 +-
 .../CsmExpressionResolverImplementation.java       |       77 +
 .../services/CsmMacroExpansionDocProvider.java     |        7 +-
 .../CsmOverloadingResolverImplementation.java      |       68 +
 .../cnd/spi/model/services/CsmSelectProvider.java  |        5 +
 .../services/CsmSymbolResolverImplementation.java  |       89 +
 .../model/services/CsmVisibilityQueryProvider.java |       74 +
 .../cnd/xref/impl/ReferenceSupportImpl.java        |        6 +-
 cnd.modeldiscovery/nbproject/project.properties    |        3 +-
 cnd.modeldiscovery/nbproject/project.xml           |       41 +-
 .../cnd/modeldiscovery/provider/AnalyzeModel.java  |      103 +-
 .../provider/DiscoveryProviderFactoryImpl.java     |       68 +
 .../cnd/modeldiscovery/provider/ModelSource.java   |       68 +-
 .../cnd/modeldiscovery/provider/PkgConfigImpl.java |      137 +-
 .../provider/PkgConfigManagerImpl.java             |        6 +-
 .../provider/PackageConfigTestCase.java            |        9 +-
 cnd.modelimpl/build.sh                             |        6 +-
 cnd.modelimpl/build.xml                            |       47 +-
 cnd.modelimpl/copy_failed_as_etalons.sh            |        5 +
 cnd.modelimpl/copy_failed_tests_data.sh            |        5 +
 cnd.modelimpl/drd/config/config.xml                |      155 +
 cnd.modelimpl/drd/config/hb-config.xml             |      202 +
 cnd.modelimpl/drd/drd.properties                   |        2 +
 cnd.modelimpl/external/binaries-list               |        3 +-
 cnd.modelimpl/manifest.mf                          |        1 -
 cnd.modelimpl/nbproject/project.properties         |       22 +-
 cnd.modelimpl/nbproject/project.xml                |       95 +-
 cnd.modelimpl/run.sh                               |       44 +-
 .../modules/cnd/modelimpl/Bundle.properties        |       40 +
 .../netbeans/modules/cnd/modelimpl/Installer.java  |       85 +-
 .../accessors/CsmCorePackageAccessor.java          |      145 +
 .../modelimpl/accessors/CsmPackageAccessor.java    |       79 +
 .../cnd/modelimpl/cache/impl/WeakContainer.java    |      126 +
 .../modelimpl/content/file/FakeIncludePair.java    |      126 +
 .../cnd/modelimpl/content/file/FileComponent.java  |       94 +
 .../content/file/FileComponentDeclarations.java    |      610 +
 .../content/file/FileComponentIncludes.java        |      252 +
 .../content/file/FileComponentInstantiations.java  |      161 +
 .../content/file/FileComponentMacros.java          |      284 +
 .../content/file/FileComponentReferences.java      |      609 +
 .../cnd/modelimpl/content/file/FileContent.java    |      641 +
 .../content/file/FileContentSignature.java         |      457 +
 .../modelimpl/content/file/ReferencesIndex.java    |      510 +
 .../content/project/ClassifierContainer.java       |      420 +
 .../content/project/DeclarationContainer.java      |      356 +
 .../project/DeclarationContainerNamespace.java     |       85 +
 .../project/DeclarationContainerProject.java       |      391 +
 .../modelimpl/content/project/FileContainer.java   |     1052 +
 .../modelimpl/content/project/GraphContainer.java  |      688 +
 .../content/project/IncludedFileContainer.java     |      352 +
 .../content/project/ProjectComponent.java          |      129 +
 .../modules/cnd/modelimpl/csm/AccessorImpl.java    |       52 +
 .../cnd/modelimpl/csm/AstRendererException.java    |       67 +-
 .../modules/cnd/modelimpl/csm/BuiltinTypes.java    |       15 +-
 .../modules/cnd/modelimpl/csm/CastUtils.java       |       90 +-
 .../modules/cnd/modelimpl/csm/ClassEnumBase.java   |       74 +-
 .../modelimpl/csm/ClassForwardDeclarationImpl.java |      210 +-
 .../modules/cnd/modelimpl/csm/ClassImpl.java       |     1059 +-
 .../csm/ClassImplFunctionSpecialization.java       |      163 +-
 .../cnd/modelimpl/csm/ClassImplSpecialization.java |      171 +-
 .../cnd/modelimpl/csm/ConstructorDDImpl.java       |      152 +-
 .../modelimpl/csm/ConstructorDefinitionImpl.java   |      104 +-
 .../modules/cnd/modelimpl/csm/ConstructorImpl.java |      113 +-
 .../cnd/modelimpl/csm/CsmObjectBuilder.java        |       48 +
 .../modules/cnd/modelimpl/csm/DeclTypeImpl.java    |      200 +
 .../cnd/modelimpl/csm/DeclarationsContainer.java   |        3 +
 .../cnd/modelimpl/csm/DestructorDDImpl.java        |      154 +-
 .../modelimpl/csm/DestructorDefinitionImpl.java    |      101 +-
 .../modules/cnd/modelimpl/csm/DestructorImpl.java  |      115 +-
 .../modelimpl/csm/EnumForwardDeclarationImpl.java  |      363 +
 .../modules/cnd/modelimpl/csm/EnumImpl.java        |      243 +-
 .../modules/cnd/modelimpl/csm/EnumeratorImpl.java  |       71 +-
 ...ExpressionBasedSpecializationParameterImpl.java |      100 +-
 .../modules/cnd/modelimpl/csm/FieldImpl.java       |      115 +-
 .../modules/cnd/modelimpl/csm/ForwardClass.java    |       62 +-
 .../modules/cnd/modelimpl/csm/ForwardEnum.java     |      137 +
 .../modules/cnd/modelimpl/csm/FriendClassImpl.java |      107 +-
 .../cnd/modelimpl/csm/FriendFunctionDDImpl.java    |      137 +-
 .../csm/FriendFunctionDefinitionImpl.java          |      106 +-
 .../cnd/modelimpl/csm/FriendFunctionImpl.java      |       93 +-
 .../cnd/modelimpl/csm/FriendFunctionImplEx.java    |       81 +-
 .../modules/cnd/modelimpl/csm/FunctionDDImpl.java  |      147 +-
 .../cnd/modelimpl/csm/FunctionDefinitionImpl.java  |      227 +-
 .../modules/cnd/modelimpl/csm/FunctionImpl.java    |      568 +-
 .../modules/cnd/modelimpl/csm/FunctionImplEx.java  |      227 +-
 .../modelimpl/csm/FunctionInstantiationImpl.java   |       48 +-
 .../modelimpl/csm/FunctionParameterListImpl.java   |       61 +-
 .../modules/cnd/modelimpl/csm/IncludeImpl.java     |       23 +-
 .../modules/cnd/modelimpl/csm/InheritanceImpl.java |       79 +-
 .../modules/cnd/modelimpl/csm/Instantiation.java   |     1301 +-
 .../modules/cnd/modelimpl/csm/LambdaFunction.java  |      118 +
 .../modules/cnd/modelimpl/csm/MacroImpl.java       |       11 +-
 .../modules/cnd/modelimpl/csm/MethodDDImpl.java    |      233 +-
 .../modules/cnd/modelimpl/csm/MethodImpl.java      |      156 +-
 .../modelimpl/csm/MethodImplSpecialization.java    |      106 +-
 .../modules/cnd/modelimpl/csm/NameHolder.java      |      104 +-
 .../cnd/modelimpl/csm/NamespaceAliasImpl.java      |      261 +-
 .../cnd/modelimpl/csm/NamespaceDefinitionImpl.java |      217 +-
 .../modules/cnd/modelimpl/csm/NamespaceImpl.java   |      178 +-
 .../modules/cnd/modelimpl/csm/NestedType.java      |       29 +-
 .../netbeans/modules/cnd/modelimpl/csm/NoType.java |       10 +
 .../cnd/modelimpl/csm/ParameterEllipsisImpl.java   |       29 +-
 .../modules/cnd/modelimpl/csm/ParameterImpl.java   |       56 +-
 .../cnd/modelimpl/csm/ParameterListImpl.java       |       63 +-
 .../modelimpl/csm/SpecializationDescriptor.java    |       28 +-
 .../modules/cnd/modelimpl/csm/SystemMacroImpl.java |        4 +-
 .../cnd/modelimpl/csm/TemplateDescriptor.java      |      101 +-
 .../cnd/modelimpl/csm/TemplateParameterImpl.java   |      286 +-
 .../modelimpl/csm/TemplateParameterTypeImpl.java   |       32 +-
 .../modules/cnd/modelimpl/csm/TemplateUtils.java   |      229 +-
 .../modules/cnd/modelimpl/csm/TypeAliasImpl.java   |       95 +
 .../csm/TypeBasedSpecializationParameterImpl.java  |       91 +-
 .../modules/cnd/modelimpl/csm/TypeFactory.java     |      407 +-
 .../modules/cnd/modelimpl/csm/TypeFunPtrImpl.java  |      450 +-
 .../modules/cnd/modelimpl/csm/TypeImpl.java        |      653 +-
 .../modules/cnd/modelimpl/csm/TypedefImpl.java     |      154 +-
 .../cnd/modelimpl/csm/UsingDeclarationImpl.java    |      284 +-
 .../cnd/modelimpl/csm/UsingDirectiveImpl.java      |      238 +-
 .../cnd/modelimpl/csm/VariableDefinitionImpl.java  |       81 +-
 .../modules/cnd/modelimpl/csm/VariableImpl.java    |      175 +-
 .../csm/VariadicSpecializationParameterImpl.java   |      156 +
 .../cnd/modelimpl/csm/core/AbstractFileBuffer.java |       77 +-
 .../cnd/modelimpl/csm/core/AccessorImpl.java       |      165 +
 .../cnd/modelimpl/csm/core/AstRenderer.java        |     1258 +-
 .../modules/cnd/modelimpl/csm/core/AstUtil.java    |      238 +-
 .../cnd/modelimpl/csm/core/ChangeEventImpl.java    |       42 +-
 .../modelimpl/csm/core/ClassifierContainer.java    |      382 -
 .../cnd/modelimpl/csm/core/CreateFilesWorker.java  |      171 +-
 .../cnd/modelimpl/csm/core/CsmObjectFactory.java   |      241 +-
 .../csm/core/CsmStandaloneFileProviderImpl.java    |      232 +-
 .../modelimpl/csm/core/DeclarationContainer.java   |      346 -
 .../csm/core/DeclarationContainerNamespace.java    |       85 -
 .../csm/core/DeclarationContainerProject.java      |      366 -
 .../core/DeclarationContainerProjectStorage.java   |      339 -
 .../cnd/modelimpl/csm/core/DeepReparsingUtils.java |      277 +-
 .../cnd/modelimpl/csm/core/ErrorDirectiveImpl.java |       42 +-
 .../modelimpl/csm/core/FakeRegistrationWorker.java |       13 +-
 .../modules/cnd/modelimpl/csm/core/FileBuffer.java |        4 +
 .../cnd/modelimpl/csm/core/FileBufferFile.java     |       56 +-
 .../cnd/modelimpl/csm/core/FileBufferSnapshot.java |        6 +-
 .../cnd/modelimpl/csm/core/FileComponent.java      |       82 -
 .../csm/core/FileComponentDeclarations.java        |      553 -
 .../modelimpl/csm/core/FileComponentIncludes.java  |      204 -
 .../csm/core/FileComponentInstantiations.java      |      142 -
 .../modelimpl/csm/core/FileComponentMacros.java    |      255 -
 .../csm/core/FileComponentReferences.java          |      433 -
 .../cnd/modelimpl/csm/core/FileContainer.java      |      951 -
 .../modules/cnd/modelimpl/csm/core/FileImpl.java   |     1347 +-
 .../modules/cnd/modelimpl/csm/core/FileModel.java  |       51 -
 .../cnd/modelimpl/csm/core/FileModelProvider.java  |       51 -
 .../csm/core/FilePreprocessorConditionState.java   |       61 +-
 .../cnd/modelimpl/csm/core/FileSnapshot.java       |        8 +-
 .../cnd/modelimpl/csm/core/FileStateCache.java     |       29 +-
 .../modelimpl/csm/core/FileTokenStreamCache.java   |        6 +-
 .../cnd/modelimpl/csm/core/GraphContainer.java     |      687 -
 .../modelimpl/csm/core/LazyOffsPositionImpl.java   |        3 +
 .../cnd/modelimpl/csm/core/LibProjectImpl.java     |       63 +-
 .../cnd/modelimpl/csm/core/LibraryManager.java     |      316 +-
 .../cnd/modelimpl/csm/core/Line2Offset.java        |        2 +-
 .../csm/core/LineColOffsPositionImpl.java          |        4 +
 .../cnd/modelimpl/csm/core/ListenersImpl.java      |        4 +-
 .../modules/cnd/modelimpl/csm/core/ModelImpl.java  |      283 +-
 .../modelimpl/csm/core/NativeFileContainer.java    |        2 +-
 .../csm/core/NativeProjectListenerImpl.java        |      161 +-
 .../cnd/modelimpl/csm/core/Notificator.java        |       26 +-
 .../modules/cnd/modelimpl/csm/core/Offsetable.java |       56 +
 .../cnd/modelimpl/csm/core/OffsetableBase.java     |      112 +-
 .../csm/core/OffsetableDeclarationBase.java        |      461 +-
 .../csm/core/OffsetableIdentifiableBase.java       |      173 +-
 .../modelimpl/csm/core/ParseFinishNotificator.java |        6 +-
 .../cnd/modelimpl/csm/core/ParseStatistics.java    |        6 +-
 .../cnd/modelimpl/csm/core/ParserQueue.java        |      196 +-
 .../cnd/modelimpl/csm/core/ParserThread.java       |       27 +-
 .../modelimpl/csm/core/ParserThreadManager.java    |        5 +-
 .../cnd/modelimpl/csm/core/PersistentKey.java      |        4 +-
 .../cnd/modelimpl/csm/core/PositionManager.java    |       86 +-
 .../modelimpl/csm/core/PositionStorageImpl.java    |      122 -
 .../cnd/modelimpl/csm/core/ProgressSupport.java    |        3 +-
 .../cnd/modelimpl/csm/core/ProjectBase.java        |     2279 +-
 .../cnd/modelimpl/csm/core/ProjectComponent.java   |      129 -
 .../cnd/modelimpl/csm/core/ProjectImpl.java        |      216 +-
 .../csm/core/ProjectSettingsValidator.java         |      285 -
 .../modelimpl/csm/core/SourceRootContainer.java    |       70 +-
 .../modules/cnd/modelimpl/csm/core/Unresolved.java |       14 +-
 .../modules/cnd/modelimpl/csm/core/Utils.java      |      319 +-
 .../cnd/modelimpl/csm/deep/CaseStatementImpl.java  |       28 +
 .../modelimpl/csm/deep/CompoundStatementImpl.java  |       42 +-
 .../csm/deep/ConditionDeclarationImpl.java         |       26 +-
 .../csm/deep/ConditionExpressionImpl.java          |       32 +-
 .../csm/deep/DeclarationStatementImpl.java         |      193 +-
 .../modules/cnd/modelimpl/csm/deep/DeepUtil.java   |       11 +-
 .../modelimpl/csm/deep/ExceptionHandlerImpl.java   |       33 +-
 .../modelimpl/csm/deep/ExpandedExpressionBase.java |      131 +
 .../cnd/modelimpl/csm/deep/ExpressionBase.java     |      198 +-
 .../csm/deep/ExpressionStatementImpl.java          |       33 +-
 .../cnd/modelimpl/csm/deep/ExpressionsFactory.java |       91 +
 .../cnd/modelimpl/csm/deep/ForStatementImpl.java   |      104 +-
 .../cnd/modelimpl/csm/deep/GotoStatementImpl.java  |       24 +
 .../cnd/modelimpl/csm/deep/IfStatementImpl.java    |       60 +
 .../modules/cnd/modelimpl/csm/deep/LabelImpl.java  |       25 +
 .../csm/deep/LazyCompoundStatementImpl.java        |        4 +-
 .../cnd/modelimpl/csm/deep/LazyStatementImpl.java  |       44 +-
 .../csm/deep/LazyTryCatchStatementImpl.java        |        2 +-
 .../cnd/modelimpl/csm/deep/LoopStatementImpl.java  |       54 +-
 .../modelimpl/csm/deep/ReturnStatementImpl.java    |       55 +-
 .../cnd/modelimpl/csm/deep/StatementBase.java      |        9 +
 .../modelimpl/csm/deep/SwitchStatementImpl.java    |       47 +-
 .../modelimpl/csm/deep/TryCatchStatementImpl.java  |       50 +-
 .../cnd/modelimpl/csm/deep/UniversalStatement.java |       21 +
 .../cnd/modelimpl/csm/resolver/Context.java        |       26 +
 .../modelimpl/csm/resolver/FileMapsCollector.java  |      683 +
 .../cnd/modelimpl/csm/resolver/Resolver.java       |        3 +-
 .../cnd/modelimpl/csm/resolver/Resolver3.java      |      948 +-
 .../modelimpl/csm/resolver/ResolverFactory.java    |       16 +-
 .../modules/cnd/modelimpl/debug/Diagnostic.java    |       33 +-
 .../cnd/modelimpl/debug/DiagnosticExceptoins.java  |       21 +-
 .../cnd/modelimpl/debug/DiagnosticUnresolved.java  |       10 +-
 .../debug/IllegalRepositoryStateException.java     |       64 +
 .../modules/cnd/modelimpl/debug/Terminator.java    |        6 +-
 .../modules/cnd/modelimpl/debug/TraceFlags.java    |       85 +-
 .../cnd/modelimpl/fsm/DummyParameterImpl.java      |       49 +-
 .../cnd/modelimpl/fsm/DummyParametersListImpl.java |        9 +-
 .../modules/cnd/modelimpl/fsm/ModuleImpl.java      |       24 +-
 .../modules/cnd/modelimpl/fsm/ProgramImpl.java     |      102 +-
 .../modules/cnd/modelimpl/fsm/SubroutineImpl.java  |        9 +-
 .../cnd/modelimpl/fsm/core/DataRenderer.java       |       24 +-
 .../impl/services/BaseUtilitiesProviderImpl.java   |      104 +-
 .../impl/services/ClassifierResolverImpl.java      |       54 +-
 .../impl/services/CsmCodeBlockProviderImpl.java    |      451 +
 .../services/CsmDisplayUtilitiesProviderImpl.java  |      415 +
 .../impl/services/CsmDocGeneratorProviderImpl.java |        2 +-
 .../impl/services/CsmObjectAttributeQueryImpl.java |       63 +
 .../impl/services/CsmSymbolResolverImpl.java       |      605 +
 .../services/DeclarationReferenceResolverImpl.java |        5 +-
 .../impl/services/ExpressionEvaluator.java         |      133 +-
 .../impl/services/FileElementsCollector.java       |      110 +-
 .../modelimpl/impl/services/FileInfoQueryImpl.java |      217 +-
 .../impl/services/FileSearchProviderImpl.java      |        8 +-
 .../impl/services/FriendResolverImpl.java          |       19 +-
 .../services/FunctionDefinitionResolverImpl.java   |        4 +-
 .../services/IncludeHierarchyResolverImpl.java     |        9 +-
 .../impl/services/IncludeResolverImpl.java         |       37 +-
 .../impl/services/InstantiationProviderImpl.java   |     1987 +-
 .../modelimpl/impl/services/LabelResolverImpl.java |       89 +-
 .../services/MacroExpansionDocProviderImpl.java    |     1724 +
 .../impl/services/MemberResolverImpl.java          |       51 +-
 .../impl/services/ReferenceRepositoryImpl.java     |      191 +-
 .../cnd/modelimpl/impl/services/SelectImpl.java    |      250 +-
 .../impl/services/TypeHierarchyResolverImpl.java   |       51 +-
 .../modelimpl/impl/services/TypesProviderImpl.java |      139 +
 .../modelimpl/impl/services/UsingResolverImpl.java |       87 +-
 .../services/evaluator/ShiftedTokenStream.java     |      196 +
 .../impl/services/evaluator/VariableProvider.java  |      437 +-
 .../impl/services/evaluator/parser/Evaluator.g     |      123 +-
 .../cnd/modelimpl/memory/LowMemoryEvent.java       |        4 +-
 .../cnd/modelimpl/memory/LowMemoryNotifier.java    |        2 +-
 .../modelimpl/memory/LowMemoryNotifierImpl.java    |        8 +-
 .../modules/cnd/modelimpl/parser/CPPParserEx.java  |      223 +-
 .../cnd/modelimpl/parser/CPPStraightParserEx.java  |      153 +
 .../modules/cnd/modelimpl/parser/CXXParser.g       |     3422 +
 .../cnd/modelimpl/parser/CXXParserAction.java      |      522 +
 .../cnd/modelimpl/parser/CXXParserActionEx.java    |       49 +
 .../cnd/modelimpl/parser/CXXParserActionImpl.java  |      642 +
 .../modules/cnd/modelimpl/parser/CXXParserEx.java  |      282 +
 .../cnd/modelimpl/parser/CppParserAction.java      |      521 +
 .../cnd/modelimpl/parser/CppParserActionEx.java    |       50 +
 .../cnd/modelimpl/parser/CppParserActionImpl.java  |     3817 +
 .../modelimpl/parser/CppParserActionTracer.java    |     1734 +
 .../modelimpl/parser/CppParserBuilderContext.java  |      136 +
 .../modelimpl/parser/CppParserEmptyActionImpl.java |      569 +
 .../modules/cnd/modelimpl/parser/CsmAST.java       |        4 +-
 .../modules/cnd/modelimpl/parser/Enum.java         |        3 +-
 .../modules/cnd/modelimpl/parser/FakeAST.java      |       23 +-
 .../cnd/modelimpl/parser/FortranParserEx.java      |      655 +-
 .../modules/cnd/modelimpl/parser/NamedFakeAST.java |        1 +
 .../cnd/modelimpl/parser/OffsetableAST.java        |       57 +
 .../cnd/modelimpl/parser/OffsetableFakeAST.java    |       95 +
 .../cnd/modelimpl/parser/ParserProviderImpl.java   |      717 +-
 .../cnd/modelimpl/parser/PreprocessorAction.java   |       54 +
 .../cnd/modelimpl/parser/TokenBasedAST.java        |       57 +
 .../cnd/modelimpl/parser/TokenBasedFakeAST.java    |       72 +
 .../parser/apt/APTDefinesCollectorWalker.java      |        1 +
 .../modelimpl/parser/apt/APTFindMacrosWalker.java  |        6 +-
 .../parser/apt/APTFindUnusedBlocksWalker.java      |        6 +-
 .../modelimpl/parser/apt/APTIndexingWalker.java    |      216 +
 .../modelimpl/parser/apt/APTParseFileWalker.java   |      313 +-
 .../parser/apt/APTProjectFileBasedWalker.java      |       65 +-
 .../parser/apt/APTRestorePreprocStateWalker.java   |       48 +-
 .../cnd/modelimpl/parser/apt/APTSelfWalker.java    |       45 +-
 .../cnd/modelimpl/parser/apt/GuardBlockWalker.java |        2 +-
 .../modules/cnd/modelimpl/parser/cppparser.g       |     2628 +-
 .../modelimpl/parser/spi/CsmParserProvider.java    |      117 +-
 .../cnd/modelimpl/parser/symtab/CPPDictionary.java |       72 +
 .../cnd/modelimpl/parser/symtab/CPPSymbol.java     |       98 +
 .../cnd/modelimpl/parser/symtab/Dictionary.java    |      351 +
 .../modelimpl/parser/symtab/DictionaryEntry.java   |      113 +
 .../cnd/modelimpl/parser/symtab/SymTab.java        |      113 +
 .../cnd/modelimpl/parser/symtab/SymTabEntry.java   |       82 +
 .../modelimpl/parser/symtab/SymTabEntryKey.java    |       51 +
 .../cnd/modelimpl/parser/symtab/SymTabStack.java   |      141 +
 .../cnd/modelimpl/platform/Bundle.properties       |        7 +-
 .../modules/cnd/modelimpl/platform/CndIndexer.java |      144 +
 .../cnd/modelimpl/platform/CndParserFactory.java   |      350 +
 .../cnd/modelimpl/platform/CndParserImpl.java      |       59 +
 .../cnd/modelimpl/platform/CndParserResult.java    |       81 +
 .../modules/cnd/modelimpl/platform/CsmEvent.java   |      191 +
 .../cnd/modelimpl/platform/CsmEventDispatcher.java |      537 +
 .../cnd/modelimpl/platform/CsmEventListener.java   |      697 +
 .../modelimpl/platform/ExternalUpdateListener.java |      259 +
 .../cnd/modelimpl/platform/FileBufferDoc.java      |        2 +-
 .../cnd/modelimpl/platform/FileBufferImpl.java     |       45 +-
 .../modelimpl/platform/FileBufferSnapshot2.java    |       94 +
 .../cnd/modelimpl/platform/ModelSupport.java       |      382 +-
 .../cnd/modelimpl/platform/ParsingProgress.java    |       66 +-
 .../modelimpl/platform/ProgressListenerImpl.java   |       52 +-
 .../cnd/modelimpl/repository/AbstractKey.java      |       25 +-
 .../repository/ClassifierContainerKey.java         |       23 +-
 .../cnd/modelimpl/repository/FileContainerKey.java |       20 +-
 .../modelimpl/repository/FileDeclarationsKey.java  |       19 +-
 .../cnd/modelimpl/repository/FileIncludesKey.java  |       17 +-
 .../repository/FileInstantiationsKey.java          |       17 +-
 .../modules/cnd/modelimpl/repository/FileKey.java  |       13 +-
 .../cnd/modelimpl/repository/FileMacrosKey.java    |       17 +-
 .../modelimpl/repository/FileReferencesKey.java    |       17 +-
 .../modelimpl/repository/GraphContainerKey.java    |       17 +-
 .../cnd/modelimpl/repository/IncludeKey.java       |       14 +-
 .../repository/IncludedFileStorageKey.java         |      106 +
 .../cnd/modelimpl/repository/InheritanceKey.java   |       58 +-
 .../cnd/modelimpl/repository/InstantiationKey.java |       18 +-
 .../cnd/modelimpl/repository/KeyManager.java       |        4 +-
 .../cnd/modelimpl/repository/KeyObjectFactory.java |      264 +-
 .../repository/KeyPresentationFactoryImpl.java     |      119 +-
 .../cnd/modelimpl/repository/KeyUtilities.java     |      102 +-
 .../cnd/modelimpl/repository/Kind2Factory.java     |       63 -
 .../repository/LayerDescriptorProviderImpl.java    |      103 +
 .../modules/cnd/modelimpl/repository/MacroKey.java |       15 +-
 .../cnd/modelimpl/repository/NamespaceBaseKey.java |      142 +
 .../NamespaceDeclarationContainerKey.java          |       26 +-
 .../cnd/modelimpl/repository/NamespaceKey.java     |       98 +-
 .../repository/OffsetableDeclarationKey.java       |      396 +-
 .../cnd/modelimpl/repository/OffsetableKey.java    |       76 +-
 .../cnd/modelimpl/repository/ParamListKey.java     |       14 +-
 .../cnd/modelimpl/repository/PersistentUtils.java  |      409 +-
 .../modelimpl/repository/ProjectContainerKey.java  |       71 +
 .../repository/ProjectDeclarationContainerKey.java |       21 +-
 .../repository/ProjectFileNameBasedKey.java        |       56 +-
 .../cnd/modelimpl/repository/ProjectKey.java       |       25 +-
 .../modelimpl/repository/ProjectNameBasedKey.java  |       61 +-
 .../repository/ProjectSettingsValidatorKey.java    |      100 -
 .../modelimpl/repository/ReferencesIndexKey.java   |      114 +
 .../repository/RepositoryListenerImpl.java         |      114 +-
 .../repository/RepositoryMapperProvider.java       |      148 +
 .../cnd/modelimpl/repository/RepositoryUtils.java  |      223 +-
 .../modelimpl/syntaxerr/BaseParserErrorFilter.java |       23 +-
 .../cnd/modelimpl/syntaxerr/Bundle.properties      |        5 +
 .../modelimpl/syntaxerr/ParserErrorProvider.java   |       49 +-
 .../cnd/modelimpl/syntaxerr/SimpleErrorInfo.java   |        4 +
 .../syntaxerr/TransparentParserErrorFilter.java    |        4 +-
 .../modelimpl/syntaxerr/spi/ParserErrorFilter.java |        6 +-
 .../cnd/modelimpl/textcache/DefaultCache.java      |        2 +
 .../cnd/modelimpl/textcache/FileNameCache.java     |        2 +
 .../modules/cnd/modelimpl/textcache/NameCache.java |        2 +
 .../cnd/modelimpl/textcache/ProjectNameCache.java  |        2 +
 .../modelimpl/textcache/QualifiedNameCache.java    |        2 +
 .../cnd/modelimpl/textcache/UniqueNameCache.java   |        2 +
 .../modules/cnd/modelimpl/trace/APTWalkerTest.java |       35 +-
 .../modules/cnd/modelimpl/trace/ASTFrameEx.java    |        5 +-
 .../cnd/modelimpl/trace/CodeModelDiagnostic.java   |      272 +-
 .../modules/cnd/modelimpl/trace/LineDiff.java      |      389 +
 .../cnd/modelimpl/trace/NativeProjectProvider.java |      205 +-
 .../modules/cnd/modelimpl/trace/TraceFactory.java  |      445 +
 .../modules/cnd/modelimpl/trace/TraceModel.java    |      133 +-
 .../cnd/modelimpl/trace/TraceModelBase.java        |      162 +-
 .../trace/TraceProjectLookupProvider.java          |       55 +
 .../modules/cnd/modelimpl/trace/TraceUtils.java    |       24 +
 .../modules/cnd/modelimpl/trace/TraceXRef.java     |      323 +-
 .../modules/cnd/modelimpl/trace/XRefResultSet.java |       53 +-
 .../modules/cnd/modelimpl/uid/KeyBasedUID.java     |        6 +-
 .../modules/cnd/modelimpl/uid/UIDCsmConverter.java |       43 +-
 .../modules/cnd/modelimpl/uid/UIDManager.java      |       16 +-
 .../cnd/modelimpl/uid/UIDObjectFactory.java        |       98 +-
 .../modules/cnd/modelimpl/uid/UIDProviderIml.java  |       20 +-
 .../modules/cnd/modelimpl/uid/UIDUtilities.java    |      215 +-
 .../modules/cnd/modelimpl/util/MapHierarchy.java   |      316 +
 .../modules/cnd/modelimpl/util/WeakList.java       |       11 +-
 cnd.modelimpl/test/popular-commands.sh             |        7 +-
 .../test/unit/data/common/recovery/class/class.cc  |       13 +
 .../common/recovery/declarations/undefined_type.cc |        2 +
 .../unit/data/common/recovery/friend/friend.cc     |       25 +
 .../unit/data/common/recovery/member/customer.cc   |       27 +
 .../unit/data/common/recovery/member/customer.h    |        2 +
 .../data/common/recovery/namespace/namespace.cc    |       21 +
 .../unit/data/common/recovery/template/template.cc |        9 +
 .../unit/data/common/recovery/typedef/typedef.cc   |       20 +
 .../MacroExpansionExpandTestCase/testCodeExpansion |        0
 .../testCodeWithCommentExpansion                   |        0
 .../services/MacroExpansionExpandTestCase/testDoc1 |        0
 .../MacroExpansionExpandTestCase/testDoc1_2        |        0
 .../MacroExpansionExpandTestCase/testFile1         |        0
 .../MacroExpansionExpandTestCase/testFile1_2       |        0
 .../MacroExpansionExpandTestCase/testIZ175801      |        0
 .../MacroExpansionNextPrevMacroTestCase/testFile1  |        0
 .../testFile1_2                                    |        0
 .../MacroExpansionOffsetsTestCase/testFile1        |        0
 .../MacroExpansionOffsetsTestCase/testFile1_2      |        0
 .../services/MacroExpansionSpanTestCase/testFile1  |        0
 .../MacroExpansionTablesTestCase/testFile1         |        0
 .../MacroExpansionTablesTestCase/testFile1_2       |        0
 .../MacroExpansionUsagesTestCase/testFile1         |        0
 .../macro_refs_headers_parse.h.dat                 |        6 +
 .../MacroUsagesTestCase/macro_refs_simple.cc.dat   |        5 +
 .../trace/FileModel2Test/bug204497.cpp.dat         |       86 +
 .../trace/FileModel2Test/bug204497.cpp.err         |        0
 .../trace/FileModel2Test/bug205292.cpp.dat         |       19 +
 .../trace/FileModel2Test/bug205292.cpp.err         |        0
 .../trace/FileModel2Test/bug209947.cpp.dat         |      129 +
 .../trace/FileModel2Test/bug209947.cpp.err         |        0
 .../trace/FileModel2Test/bug215605.cpp.dat         |      100 +
 .../trace/FileModel2Test/bug215605.cpp.err         |        0
 .../trace/FileModel2Test/bug217390.cpp.dat         |       32 +
 .../trace/FileModel2Test/bug217390.cpp.err         |        0
 .../trace/FileModel2Test/bug224027.cpp.dat         |       78 +
 .../trace/FileModel2Test/bug224027.cpp.err         |        0
 .../modelimpl/trace/FileModel2Test/bug229069.c.dat |     2360 +
 .../modelimpl/trace/FileModel2Test/bug229069.c.err |        0
 .../modelimpl/trace/FileModel2Test/bug238041.c.dat |       76 +
 .../trace/FileModel2Test/bug243262.cpp.dat         |       82 +
 .../trace/FileModel2Test/bug243508.cpp.dat         |       81 +
 .../trace/FileModel2Test/bug243560.cpp.dat         |      116 +
 .../trace/FileModel2Test/bug245802.cpp.dat         |       49 +
 .../trace/FileModel2Test/c_namespaces.c.dat        |       58 +
 .../trace/FileModel2Test/c_namespaces.c.err        |        0
 .../FileModel2Test/function_returning_enum.cpp.dat |       34 +
 .../modelimpl/trace/FileModel2Test/iz142674.cc.dat |       18 +-
 .../trace/FileModel2Test/iz143977_1.cc.dat         |        8 +-
 .../trace/FileModel2Test/iz143977_3.cc.dat         |        8 +-
 .../modelimpl/trace/FileModel2Test/iz145280.cc.dat |        2 +-
 .../modelimpl/trace/FileModel2Test/iz146560.cc.dat |       12 +-
 .../modelimpl/trace/FileModel2Test/iz149225.c.dat  |        8 +-
 .../modelimpl/trace/FileModel2Test/iz156004.cc.dat |        4 +-
 .../modelimpl/trace/FileModel2Test/iz158684.cc.dat |        4 +-
 .../modelimpl/trace/FileModel2Test/iz159238.cc.dat |       12 +-
 .../modelimpl/trace/FileModel2Test/iz159324.cc.dat |       16 +-
 .../FileModel2Test/iz162280_friend_fwd_cls.cpp.dat |        4 +-
 .../modelimpl/trace/FileModel2Test/iz165038.cc.dat |        7 +-
 .../modelimpl/trace/FileModel2Test/iz167547.cc.dat |        4 +-
 .../modelimpl/trace/FileModel2Test/iz168253.cc.dat |        8 +-
 .../modelimpl/trace/FileModel2Test/iz175324.cc.dat |        4 +-
 .../modelimpl/trace/FileModel2Test/iz176530.cc.dat |        8 +-
 .../modelimpl/trace/FileModel2Test/iz190821.cc.dat |        6 +-
 .../modelimpl/trace/FileModel2Test/iz199899.c.dat  |      157 +
 .../modelimpl/trace/FileModel2Test/iz199899.c.err  |        0
 .../modelimpl/trace/FileModel2Test/iz205270.cc.dat |       98 +
 .../modelimpl/trace/FileModel2Test/iz205270.cc.err |        0
 .../trace/FileModel2Test/iz215640.cpp.dat          |       22 +
 .../modelimpl/trace/FileModel2Test/iz217089.c.dat  |       23 +
 .../modelimpl/trace/FileModel2Test/iz217711.h.dat  |       25 +
 .../modelimpl/trace/FileModel2Test/iz222800.cc.dat |       32 +
 .../modelimpl/trace/FileModel2Test/iz227479.pc.dat |       48 +
 .../trace/FileModel2Test/iz229003.cpp.dat          |       84 +
 .../modelimpl/trace/FileModel2Test/iz231216.cc.dat |       74 +
 .../trace/FileModel2Test/preproc_directives.cc.dat |       29 +
 .../FileModel2Test/sharp_pp_directives.cc.dat      |       50 +
 .../trace/FileModelCpp11Test/bug216084.cpp.dat     |       96 +
 .../trace/FileModelCpp11Test/bug224666.cpp.dat     |       58 +
 .../trace/FileModelCpp11Test/bug224666.cpp.err     |        0
 .../trace/FileModelCpp11Test/bug225045.cpp.dat     |       65 +
 .../trace/FileModelCpp11Test/bug225102.cpp.dat     |       66 +
 .../trace/FileModelCpp11Test/bug226562.cpp.dat     |       38 +
 .../trace/FileModelCpp11Test/bug235968.cpp.dat     |       74 +
 .../trace/FileModelCpp11Test/bug236535.cpp.dat     |       54 +
 .../trace/FileModelCpp11Test/bug240723_m.cpp.dat   |      126 +
 .../trace/FileModelCpp11Test/bug241017.cpp.dat     |       66 +
 .../trace/FileModelCpp11Test/bug242729.cpp.dat     |       92 +
 .../trace/FileModelCpp11Test/bug243510.cpp.dat     |       86 +
 .../trace/FileModelCpp11Test/bug243513.cpp.dat     |       82 +
 .../trace/FileModelCpp11Test/bug243514.cpp.dat     |      102 +
 .../trace/FileModelCpp11Test/bug243515.cpp.dat     |      204 +
 .../trace/FileModelCpp11Test/bug243518.cpp.dat     |       60 +
 .../trace/FileModelCpp11Test/bug243522.cpp.dat     |       60 +
 .../trace/FileModelCpp11Test/bug243523.cpp.dat     |       46 +
 .../trace/FileModelCpp11Test/bug243524.cpp.dat     |       54 +
 .../trace/FileModelCpp11Test/bug243525.cpp.dat     |       37 +
 .../trace/FileModelCpp11Test/bug243527.cpp.dat     |      138 +
 .../trace/FileModelCpp11Test/bug243528.cpp.dat     |      125 +
 .../trace/FileModelCpp11Test/bug243940.cpp.dat     |       44 +
 .../trace/FileModelCpp11Test/bug244199.cpp.dat     |       36 +
 .../trace/FileModelCpp11Test/bug246170.cpp.dat     |       54 +
 .../trace/FileModelCpp11Test/bug246534.cpp.dat     |       74 +
 .../FileModelCpp11Test/classMemberFwdEnum.cpp.dat  |       70 +
 .../FileModelCpp11Test/classMemberFwdEnum.cpp.err  |        0
 .../trace/FileModelCpp11Test/cpp11.cpp.dat         |      723 +
 .../trace/FileModelCpp11Test/cpp11.cpp.err         |        0
 .../FileModelIncludeBodyTest/includer_file.cpp.dat |      128 +-
 .../FileModelIncludeBodyTest/includer_file.cpp.err |        1 -
 .../accessModifiers.cpp.dat                        |       44 +
 .../accessModifiers.cpp.err                        |        0
 .../FileModelNewGrammarTest/bitFields.cpp.dat      |       26 +
 .../FileModelNewGrammarTest/bitFields.cpp.err      |        0
 .../classForwardScope.cpp.dat                      |       38 +
 .../classForwardScope.cpp.err                      |        0
 .../clearingImportedSymbols.cpp.dat                |       52 +
 .../clearingImportedSymbols.cpp.err                |        0
 .../FileModelNewGrammarTest/constMethod.cpp.dat    |       48 +
 .../FileModelNewGrammarTest/constMethod.cpp.err    |        0
 .../constructorImportSymbols.cpp.dat               |       82 +
 .../constructorImportSymbols.cpp.err               |        0
 .../constructorInitializerListScope.cpp.dat        |       58 +
 .../constructorInitializerListScope.cpp.err        |        0
 .../FileModelNewGrammarTest/destructor.cpp.dat     |       46 +
 .../FileModelNewGrammarTest/destructor.cpp.err     |        0
 .../FileModelNewGrammarTest/friendFunction.cpp.dat |       59 +
 .../FileModelNewGrammarTest/friendFunction.cpp.err |        0
 .../functionParametersInFunctionBody.cpp.dat       |       36 +
 .../functionParametersInFunctionBody.cpp.err       |        0
 .../multipleDeclarativeRegions.cpp.dat             |       58 +
 .../multipleDeclarativeRegions.cpp.err             |        0
 .../nestedClassScope.cpp.dat                       |       42 +
 .../nestedClassScope.cpp.err                       |        0
 .../FileModelNewGrammarTest/parameters.cpp.dat     |       36 +
 .../FileModelNewGrammarTest/parameters.cpp.err     |        0
 .../FileModelNewGrammarTest/typedefEnum.cpp.dat    |       24 +
 .../FileModelNewGrammarTest/typedefEnum.cpp.err    |        0
 .../cnd/modelimpl/trace/FileModelTest/array.cc.dat |       10 +-
 .../trace/FileModelTest/bug233263.cpp.dat          |       52 +
 .../trace/FileModelTest/bug234768.cpp.dat          |      130 +
 .../trace/FileModelTest/bug242674.cpp.dat          |       34 +
 .../trace/FileModelTest/bug242861.cpp.dat          |       41 +
 .../trace/FileModelTest/bug243546.cpp.dat          |       87 +
 .../trace/FileModelTest/class_body_included.cc.dat |       24 +-
 .../trace/FileModelTest/conversion_operator.cc.dat |        4 +-
 .../FileModelTest/elaboratedTypeForwards.cpp.dat   |       99 +
 .../FileModelTest/elaboratedTypeForwards.cpp.err   |        0
 .../FileModelTest/empty_array_initializer.cc.dat   |        3 +-
 .../trace/FileModelTest/expand_dollar.cc.dat       |       73 +
 .../modelimpl/trace/FileModelTest/friend.cc.dat    |        4 +-
 .../function_declaration_as_parameter.cc.dat       |        2 +-
 .../function_expanded_unnamed_params.cc.dat        |        4 +-
 .../function_pointer_as_param_type.cc.dat          |        4 +-
 .../function_pointer_as_return_type.cc.dat         |       20 +-
 .../function_pointer_as_type_cast.cc.dat           |       12 +-
 .../function_pointer_as_var_type.cc.dat            |       24 +-
 .../FileModelTest/function_pointer_misc.cc.dat     |       76 +-
 .../FileModelTest/functions_and_variables.cc.dat   |        8 +-
 .../trace/FileModelTest/gcc_attribute.c.dat        |        8 +-
 .../modelimpl/trace/FileModelTest/infinite3.cc.dat |        8 +-
 .../modelimpl/trace/FileModelTest/iz201806.cc.dat  |       16 +
 .../modelimpl/trace/FileModelTest/iz201806.cc.err  |        6 +
 .../methods_with_function_as_return_type.cc.dat    |       12 +-
 .../FileModelTest/named_member_enum_typedef.cc.dat |        8 +-
 .../trace/FileModelTest/parser_recover.cc.dat      |        6 +-
 .../trace/FileModelTest/parser_recover.cc.err      |        2 +-
 .../resolver_using_declaration_in_class.cc.dat     |        4 +-
 .../trace/FileModelTest/static_function.cc.dat     |       33 +
 .../trace/FileModelTest/templateParams.h.dat       |       38 +-
 .../template_pointer_to_method.cc.dat              |        8 +-
 .../template_type_cast_operators.cc.dat            |       20 +-
 .../trace/FileModelTest/throw_const.cc.dat         |       10 +-
 .../typedef_enum_in_class_scope.cc.dat             |       24 +-
 .../trace/FileModelTest/typedef_inside_func.cc.dat |       12 +-
 .../trace/FortranFileModelTest/bug182702.f.dat     |       20 +-
 .../trace/FortranFileModelTest/bug182945.f.dat     |       20 +-
 .../trace/FortranFileModelTest/bug183073.f.dat     |       16 +-
 .../trace/FortranFileModelTest/bug183086.f.dat     |       46 +
 .../trace/FortranFileModelTest/bug183086.f.err     |        0
 .../trace/FortranFileModelTest/bug184997.f.dat     |       34 +
 .../trace/FortranFileModelTest/bug184997.f.err     |        0
 .../trace/FortranFileModelTest/bug185624.f.dat     |       36 +
 .../trace/FortranFileModelTest/bug185624.f.err     |        0
 .../trace/FortranFileModelTest/bug186251.f.dat     |      362 +
 .../trace/FortranFileModelTest/bug186251.f.err     |        1 +
 .../trace/FortranFileModelTest/bug205526.f.dat     |       18 +
 .../trace/FortranFileModelTest/bug205526.f.err     |        0
 .../trace/FortranFileModelTest/bug207573.f.dat     |       22 +
 .../trace/FortranFileModelTest/bug207573.f.err     |        1 +
 .../trace/FortranFileModelTest/bug207681.f.dat     |      188 +
 .../trace/FortranFileModelTest/bug207681.f.err     |        0
 .../trace/FortranFileModelTest/bug208927.f.dat     |       36 +
 .../trace/FortranFileModelTest/bug208927.f.err     |        0
 .../trace/FortranFileModelTest/bug212602.f.dat     |       58 +
 .../trace/FortranFileModelTest/bug212602.f.err     |        0
 .../trace/FortranFileModelTest/bug228631.f.dat     |       36 +
 .../trace/FortranFileModelTest/bug228631.f.err     |        0
 .../trace/FortranFileModelTest/file1.f.dat         |       28 +-
 .../trace/FortranFileModelTest/file2.f.dat         |      156 +-
 ...ification_testOwnIncludedStorageInvalidation.cc |        4 +
 .../testOwnIncludedStorageInvalidation.h           |        4 +
 .../fileToBeChecked.cc                             |        5 +
 .../headerForModification.h                        |        1 +
 .../nbproject/configurations.xml                   |       73 +
 .../nbproject/project.xml                          |       25 +
 .../nbproject/configurations.xml                   |       73 +
 .../nbproject/project.xml                          |       25 +
 .../libraryFolder/hello1.cpp                       |        9 +
 .../libraryFolder/hello1.h                         |       10 +
 .../mainSources/main.cpp                           |       10 +
 .../secondLibrary/secondLib.h                      |       23 +
 .../secondLibrary/secondLibImpl1.cpp               |       11 +
 .../secondLibrary/secondLibImpl2.cpp               |        8 +
 .../secondProject/secondMain.cpp                   |       11 +
 .../nbproject/configurations.xml                   |       74 +
 .../core/ModifyUndoTestCase/nbproject/project.xml  |       25 +
 .../simple_symbol_resolver_test.cpp                |       49 +
 .../solaris_test_case.cpp                          |        6 +
 .../templates_symbol_resolver_test.cpp             |       56 +
 .../services/MacroExpansionExpandTestCase/file1.cc |        0
 .../services/MacroExpansionExpandTestCase/file1.h  |        0
 .../MacroExpansionExpandTestCase/iz175801.cc       |        0
 .../MacroExpansionNextPrevMacroTestCase/file1.cc   |        0
 .../MacroExpansionNextPrevMacroTestCase/file1.h    |        0
 .../MacroExpansionOffsetsTestCase/file1.cc         |        0
 .../services/MacroExpansionOffsetsTestCase/file1.h |        0
 .../services/MacroExpansionSpanTestCase/file1.cc   |        0
 .../services/MacroExpansionSpanTestCase/file1.h    |        0
 .../services/MacroExpansionTablesTestCase/file1.cc |        0
 .../services/MacroExpansionTablesTestCase/file1.h  |        0
 .../services/MacroExpansionUsagesTestCase/file1.cc |        0
 .../services/MacroExpansionUsagesTestCase/file1.h  |        0
 .../MacroUsagesTestCase/macro_refs_headers_parse.h |        9 +
 .../MacroUsagesTestCase/macro_refs_parse_1.cc      |        8 +
 .../MacroUsagesTestCase/macro_refs_parse_2.cc      |        9 +
 .../MacroUsagesTestCase/macro_refs_simple.cc       |       17 +
 .../modelimpl/trace/FileModel2Test/bug204497.cpp   |       13 +
 .../modelimpl/trace/FileModel2Test/bug205292.cpp   |        2 +
 .../modelimpl/trace/FileModel2Test/bug209947.cpp   |       29 +
 .../modelimpl/trace/FileModel2Test/bug215605.cpp   |      230 +
 .../modelimpl/trace/FileModel2Test/bug217390.cpp   |        2 +
 .../modelimpl/trace/FileModel2Test/bug224027.cpp   |       11 +
 .../cnd/modelimpl/trace/FileModel2Test/bug229069.c |        4 +
 .../cnd/modelimpl/trace/FileModel2Test/bug238041.c |       11 +
 .../modelimpl/trace/FileModel2Test/bug243262.cpp   |       12 +
 .../modelimpl/trace/FileModel2Test/bug243508.cpp   |       26 +
 .../modelimpl/trace/FileModel2Test/bug243560.cpp   |       60 +
 .../modelimpl/trace/FileModel2Test/bug245802.cpp   |        9 +
 .../modelimpl/trace/FileModel2Test/c_namespaces.c  |       15 +
 .../FileModel2Test/function_returning_enum.cpp     |       10 +
 .../cnd/modelimpl/trace/FileModel2Test/iz190821.cc |        4 +
 .../cnd/modelimpl/trace/FileModel2Test/iz199899.c  |       24 +
 .../cnd/modelimpl/trace/FileModel2Test/iz205270.cc |       32 +
 .../modelimpl/trace/FileModel2Test/iz215640.cpp    |        9 +
 .../cnd/modelimpl/trace/FileModel2Test/iz217089.c  |        7 +
 .../cnd/modelimpl/trace/FileModel2Test/iz217711.h  |        8 +
 .../cnd/modelimpl/trace/FileModel2Test/iz222800.cc |        2 +
 .../cnd/modelimpl/trace/FileModel2Test/iz227479.pc |       16 +
 .../modelimpl/trace/FileModel2Test/iz229003.cpp    |       22 +
 .../cnd/modelimpl/trace/FileModel2Test/iz231216.cc |        7 +
 .../trace/FileModel2Test/preproc_directives.cc     |       15 +
 .../trace/FileModel2Test/sharp_pp_directives.cc    |       15 +
 .../trace/FileModelCpp11Test/bug216084.cpp         |       16 +
 .../trace/FileModelCpp11Test/bug224666.cpp         |       13 +
 .../trace/FileModelCpp11Test/bug225045.cpp         |       13 +
 .../trace/FileModelCpp11Test/bug225102.cpp         |       14 +
 .../trace/FileModelCpp11Test/bug226562.cpp         |        8 +
 .../trace/FileModelCpp11Test/bug235968.cpp         |       12 +
 .../trace/FileModelCpp11Test/bug236535.cpp         |        8 +
 .../trace/FileModelCpp11Test/bug240723_m.cpp       |       30 +
 .../trace/FileModelCpp11Test/bug241017.cpp         |       11 +
 .../trace/FileModelCpp11Test/bug242729.cpp         |       23 +
 .../trace/FileModelCpp11Test/bug243510.cpp         |       13 +
 .../trace/FileModelCpp11Test/bug243513.cpp         |       12 +
 .../trace/FileModelCpp11Test/bug243514.cpp         |       14 +
 .../trace/FileModelCpp11Test/bug243515.cpp         |       29 +
 .../trace/FileModelCpp11Test/bug243518.cpp         |        7 +
 .../trace/FileModelCpp11Test/bug243522.cpp         |       11 +
 .../trace/FileModelCpp11Test/bug243523.cpp         |        4 +
 .../trace/FileModelCpp11Test/bug243524.cpp         |        9 +
 .../trace/FileModelCpp11Test/bug243525.cpp         |        6 +
 .../trace/FileModelCpp11Test/bug243527.cpp         |       18 +
 .../trace/FileModelCpp11Test/bug243528.cpp         |       17 +
 .../trace/FileModelCpp11Test/bug243940.cpp         |       16 +
 .../trace/FileModelCpp11Test/bug244199.cpp         |        4 +
 .../trace/FileModelCpp11Test/bug246170.cpp         |        8 +
 .../trace/FileModelCpp11Test/bug246534.cpp         |       18 +
 .../FileModelCpp11Test/classMemberFwdEnum.cpp      |       28 +
 .../modelimpl/trace/FileModelCpp11Test/cpp11.cpp   |      303 +
 .../trace/FileModelIncludeBodyTest/enumbody.h      |        8 +
 .../FileModelIncludeBodyTest/includer_file.cpp     |       33 +-
 .../FileModelNewGrammarTest/accessModifiers.cpp    |       19 +
 .../trace/FileModelNewGrammarTest/bitFields.cpp    |        6 +
 .../FileModelNewGrammarTest/classForwardScope.cpp  |       11 +
 .../clearingImportedSymbols.cpp                    |       19 +
 .../trace/FileModelNewGrammarTest/constMethod.cpp  |        6 +
 .../constructorImportSymbols.cpp                   |       23 +
 .../constructorInitializerListScope.cpp            |       11 +
 .../trace/FileModelNewGrammarTest/destructor.cpp   |        4 +
 .../FileModelNewGrammarTest/friendFunction.cpp     |        6 +
 .../functionParametersInFunctionBody.cpp           |        6 +
 .../multipleDeclarativeRegions.cpp                 |       26 +
 .../FileModelNewGrammarTest/nestedClassScope.cpp   |       13 +
 .../trace/FileModelNewGrammarTest/parameters.cpp   |        2 +
 .../trace/FileModelNewGrammarTest/typedefEnum.cpp  |        2 +
 .../modelimpl/trace/FileModelTest/bug233263.cpp    |       14 +
 .../modelimpl/trace/FileModelTest/bug234768.cpp    |       36 +
 .../modelimpl/trace/FileModelTest/bug242674.cpp    |        5 +
 .../modelimpl/trace/FileModelTest/bug242861.cpp    |        8 +
 .../modelimpl/trace/FileModelTest/bug243546.cpp    |       15 +
 .../trace/FileModelTest/elaboratedTypeForwards.cpp |       34 +
 .../modelimpl/trace/FileModelTest/expand_dollar.cc |       13 +
 .../cnd/modelimpl/trace/FileModelTest/iz201806.cc  |       20 +
 .../FileModelTest/ppExpressionAndEmptyBodyMacro.cc |        2 +-
 .../trace/FortranFileModelTest/bug183086.f         |        7 +
 .../trace/FortranFileModelTest/bug184997.f         |       24 +
 .../trace/FortranFileModelTest/bug185624.f         |       26 +
 .../trace/FortranFileModelTest/bug186251.f         |     1043 +
 .../trace/FortranFileModelTest/bug205526.f         |       15 +
 .../trace/FortranFileModelTest/bug207573.f         |       17 +
 .../trace/FortranFileModelTest/bug207681.f         |      239 +
 .../trace/FortranFileModelTest/bug208927.f         |       15 +
 .../trace/FortranFileModelTest/bug212602.f         |       20 +
 .../trace/FortranFileModelTest/bug228631.f         |        4 +
 .../modelimpl/csm/container/FriendTestCase.java    |       37 +-
 .../csm/core/DocumentModificationTest.java         |       13 +-
 .../csm/core/ExternalModificationTest.java         |       20 +-
 .../FilePreprocessorDeadConditionStateTest.java    |       18 +-
 .../csm/core/IncludeStorageValidationTestCase.java |      126 +
 .../cnd/modelimpl/csm/core/ModelImplTest.java      |       48 +-
 .../csm/core/ModifyDocumentTestCaseBase.java       |      183 +-
 .../csm/core/ModifyIncludedHeaderTestCase.java     |       71 +
 .../core/ModifyMultiIncludedHeaderTestCase.java    |       46 +-
 .../ModifyMultiIncludedLibraryHeaderTestCase.java  |      218 +
 .../csm/core/ModifyUndo191307TestCase.java         |       79 +
 .../csm/core/ModifyUndoRedo190950TestCase.java     |       78 +
 .../cnd/modelimpl/csm/core/ModifyUndoTestCase.java |       83 -
 .../cnd/modelimpl/csm/core/ParserQueueTest.java    |        2 +-
 .../modelimpl/csm/core/SmartParseHeaderTest.java   |       22 +-
 .../csm/core/TypeSafeLazyCollectionsTest.java      |        2 +-
 .../modules/cnd/modelimpl/csm/core/UtilTest.java   |      200 +-
 .../modelimpl/csm/guard/GuardNotDefTestCase.java   |        1 -
 .../modelimpl/csm/typehierarchy/TypeTestCase.java  |       24 +-
 .../impl/services/CsmSymbolResolverTestCase.java   |      157 +
 .../impl/services/IncludeResolverImplTestCase.java |        7 +-
 .../MacroExpansionDocProviderImplBaseTestCase.java |      167 +
 .../services/MacroExpansionExpandTestCase.java     |      253 +
 .../MacroExpansionNextPrevMacroTestCase.java       |      146 +
 .../services/MacroExpansionOffsetsTestCase.java    |      148 +
 .../impl/services/MacroExpansionSpanTestCase.java  |      127 +
 .../services/MacroExpansionTablesTestCase.java     |      165 +
 .../services/MacroExpansionUsagesTestCase.java     |      134 +
 .../impl/services/MacroUsagesTestCase.java         |      105 +
 .../services/ReferenceRepositoryImplTestCase.java  |        7 +-
 .../impl/services/SelectModelTestCase.java         |        7 +
 .../modelimpl/impl/services/SelectTestBase.java    |      214 +-
 .../cnd/modelimpl/impl/services/ServicesTest.java  |        8 +
 .../impl/services/UnusedCodeBlocksTestCase.java    |        3 +-
 .../cnd/modelimpl/recovery/ClassTestCase.java      |      154 +
 .../modelimpl/recovery/DeclarationsTestCase.java   |      118 +
 .../cnd/modelimpl/recovery/FriendTestCase.java     |      105 +
 .../cnd/modelimpl/recovery/MemberTestCase.java     |      135 +
 .../cnd/modelimpl/recovery/NamespaceTestCase.java  |      131 +
 .../cnd/modelimpl/recovery/RecoverySuiteTest.java  |       69 +
 .../cnd/modelimpl/recovery/TemplateTestCase.java   |      103 +
 .../cnd/modelimpl/recovery/TypedefTestCase.java    |      123 +
 .../modules/cnd/modelimpl/recovery/base/Diff.java  |       62 +
 .../modules/cnd/modelimpl/recovery/base/Diffs.java |       57 +
 .../cnd/modelimpl/recovery/base/Golden.java        |       57 +
 .../cnd/modelimpl/recovery/base/Grammar.java       |       59 +
 .../cnd/modelimpl/recovery/base/Grammars.java      |       57 +
 .../recovery/base/RecoverySuiteTestBase.java       |      334 +
 .../recovery/base/RecoveryTestCaseBase.java        |      311 +
 .../cnd/modelimpl/test/ModelBasedTestCase.java     |       13 +-
 .../cnd/modelimpl/test/ModelImplBaseTestCase.java  |       12 +
 .../cnd/modelimpl/test/ProjectBasedTestCase.java   |      260 +-
 .../cnd/modelimpl/trace/FileModel2Test.java        |      128 +-
 .../cnd/modelimpl/trace/FileModelCpp11Test.java    |      210 +
 .../modelimpl/trace/FileModelIncludeBodyTest.java  |        3 +-
 .../modelimpl/trace/FileModelNewGrammarTest.java   |      137 +
 .../modules/cnd/modelimpl/trace/FileModelTest.java |       55 +-
 .../cnd/modelimpl/trace/FileModelTest3.java        |       13 +
 .../cnd/modelimpl/trace/FortranFileModelTest.java  |       52 +-
 .../modules/cnd/modelimpl/trace/IOTestCase.java    |        1 -
 .../cnd/modelimpl/trace/MultiParseModelTest.java   |        1 +
 .../modules/cnd/modelimpl/trace/TestEndless.java   |        1 +
 .../cnd/modelimpl/trace/TestModelHelper.java       |       69 +-
 .../cnd/modelimpl/trace/TraceModelTestBase.java    |       15 +-
 .../scripts/analyze-test-results-for-project.sh    |        4 +
 .../scripts/generate-golden-data-for-files.sh      |        4 +
 .../scripts/generate-golden-data-for-pp-files.sh   |        4 +
 .../scripts/generate-golden-data-for-pp-project.sh |        4 +
 .../scripts/generate-golden-data-for-project.sh    |        4 +
 .../preprocessor-for-project/preprocess-project.sh |        4 +
 .../preprocess-project2.sh                         |        4 +
 cnd.modelimpl/tracemodel.sh                        |       32 +-
 cnd.modelui/nbproject/project.properties           |        4 +-
 cnd.modelui/nbproject/project.xml                  |       76 +-
 .../modelui/actions/CodeModelDiagnosticAction.java |       16 +-
 .../cnd/modelui/actions/ProjectActionBase.java     |        5 +-
 .../services/MacroExpansionDocProviderImpl.java    |     1310 -
 .../src/org/netbeans/modules/cnd/modelui/layer.xml |       59 +-
 .../modules/cnd/modelui/parsing/Bundle.properties  |       52 +
 .../parsing/CodeModelProblemResolverImpl.java      |       64 +
 .../parsing/ParsingProblemDetectorImpl.java        |      274 +
 .../modelui/parsing/ParsingProblemResolver.form    |       84 +
 .../modelui/parsing/ParsingProblemResolver.java    |      284 +
 .../modules/cnd/modelui/parsing/exclamation.gif    |      Bin
 .../modules/cnd/modelui/switcher/Bundle.properties |        1 +
 .../switcher/CodeAssistanceSubmenuAction.java      |       53 +-
 .../cnd/modelui/switcher/SwitchProjectAction.java  |       87 +-
 .../modules/cnd/modelui/trace/Bundle.properties    |       22 +
 .../modules/cnd/modelui/trace/ParserOptions.form   |      117 +
 .../modules/cnd/modelui/trace/ParserOptions.java   |      180 +
 .../cnd/modelui/trace/SwitchIndexAction.java       |      126 +
 .../modelui/trace/SwitchTraceGramaRulesAction.java |      115 +
 .../modelui/trace/TestErrorHighlightingAction.java |       37 +-
 .../cnd/modelui/trace/TestFileContainerAction.java |       12 +-
 .../modelui/trace/TestGraphContainerAction.java    |       95 +
 .../modelui/trace/TestProjectReferencesAction.java |       39 +-
 .../cnd/modelui/trace/TestReparseAction.java       |       83 +-
 .../trace/TestRepositoryDistributionAction.java    |        4 +-
 .../trace/TestRepositoryStatisticsAction.java      |       91 +
 .../trace/TestSemanticHighlightingAction.java      |      179 +
 .../modelui/trace/TraceAPTDiagnosticAction.java    |       75 +
 .../MacroExpansionDocProviderImplBaseTestCase.java |      167 -
 .../services/MacroExpansionExpandTestCase.java     |      243 -
 .../MacroExpansionNextPrevMacroTestCase.java       |      142 -
 .../services/MacroExpansionOffsetsTestCase.java    |      144 -
 .../impl/services/MacroExpansionSpanTestCase.java  |      123 -
 .../services/MacroExpansionTablesTestCase.java     |      160 -
 .../services/MacroExpansionUsagesTestCase.java     |      129 -
 .../cnd/modelui/impl/services/ServicesTest.java    |        7 -
 cnd.modelutil/nbproject/project.properties         |        5 +-
 cnd.modelutil/nbproject/project.xml                |       76 +-
 .../modules/cnd/modelutil/AbstractCsmNode.java     |       15 +-
 .../netbeans/modules/cnd/modelutil/AntiLoop.java   |      103 -
 .../modules/cnd/modelutil/Bundle.properties        |        1 +
 .../modules/cnd/modelutil/ClassifiersAntiLoop.java |      116 +
 .../modules/cnd/modelutil/CsmDisplayUtilities.java |      195 +-
 .../modules/cnd/modelutil/CsmFontColorManager.java |       58 +-
 .../modules/cnd/modelutil/CsmImageLoader.java      |      410 +-
 .../modules/cnd/modelutil/CsmImageName.java        |        5 +
 .../netbeans/modules/cnd/modelutil/CsmNode.java    |        1 +
 .../modules/cnd/modelutil/CsmPaintComponent.java   |      135 +-
 .../modules/cnd/modelutil/CsmUtilities.java        |      584 +-
 .../modules/cnd/modelutil/FontColorProvider.java   |        1 +
 .../modules/cnd/modelutil/NamedEntity.java         |       53 -
 .../modules/cnd/modelutil/NamedEntityOptions.java  |       72 -
 .../modules/cnd/modelutil/NbCsmPaintComponent.java |        2 +-
 .../modules/cnd/modelutil/OverridesPopup.java      |       61 +-
 .../netbeans/modules/cnd/modelutil/ParamStr.java   |       13 +-
 .../org/netbeans/modules/cnd/modelutil/Tracer.java |        1 +
 .../resources/Norway-CCHL-fontsColors.xml          |       51 +
 .../resources/is-overridden-badge-pseudo.png       |      Bin 0 -> 247 bytes
 .../modules/cnd/modelutil/resources/layer.xml      |       21 +
 .../modelutil/resources/overrides-badge-pseudo.png |      Bin 0 -> 375 bytes
 .../resources/types16x16/code_error_16.png         |      Bin 0 -> 730 bytes
 .../resources/types16x16/declaration_filter.png    |      Bin 0 -> 543 bytes
 .../resources/types16x16/enumeration_fwd_16.png    |      Bin 0 -> 569 bytes
 .../resources/types16x16/scope_filter.png          |      Bin 0 -> 246 bytes
 .../modelutil/spi/CsmDisplayUtilitiesProvider.java |       99 +
 .../modules/cnd/modelutil/ui/CheckRenderer.java    |       19 +-
 .../modules/cnd/modelutil/ui/ElementNode.java      |       14 +-
 cnd.navigation/manifest.mf                         |        1 +
 cnd.navigation/nbproject/project.properties        |        6 +-
 cnd.navigation/nbproject/project.xml               |       78 +-
 .../callgraph/CallGraphModelFactoryImpl.java       |       25 +-
 .../modules/cnd/navigation/callgraph/CallImpl.java |       39 +-
 .../cnd/navigation/callgraph/CallModelImpl.java    |      214 +-
 .../cnd/navigation/callgraph/FunctionImpl.java     |       69 +-
 .../classhierarchy/ClassHierarchyPanel.form        |        4 +-
 .../classhierarchy/ClassHierarchyPanel.java        |       61 +-
 .../navigation/classhierarchy/GoToClassAction.java |       12 +-
 .../classhierarchy/HierarchyChildren.java          |      152 +-
 .../navigation/classhierarchy/HierarchyNode.java   |        8 +
 .../cnd/navigation/docview/DocViewAction.java      |       65 +
 .../docview/DocViewCaretAwareFactory.java          |      252 +
 .../cnd/navigation/docview/DocViewPanel.form       |       35 +
 .../cnd/navigation/docview/DocViewPanel.java       |       86 +
 .../navigation/docview/DocViewTopComponent.form    |       18 +
 .../navigation/docview/DocViewTopComponent.java    |      156 +
 .../cnd/navigation/hierarchy/Bundle.properties     |        3 +
 .../cnd/navigation/hierarchy/ContextUtils.java     |       14 +-
 .../cnd/navigation/hierarchy/HierarchyAction.java  |       18 +-
 .../hierarchy/HierarchyTopComponent.form           |        3 +-
 .../hierarchy/HierarchyTopComponent.java           |      141 +-
 .../cnd/navigation/hierarchy/LoadingNode.java      |       63 +
 .../hierarchy/ShowClassHierarchyAction.java        |       34 +-
 .../hierarchy/ShowIncludeHierarchyAction.java      |       37 +-
 .../cnd/navigation/includeview/GoToFileAction.java |       12 +-
 .../includeview/IncludeHierarchyPanel.form         |        2 +-
 .../includeview/IncludeHierarchyPanel.java         |      306 +-
 .../cnd/navigation/includeview/IncludeNode.java    |       38 +-
 .../navigation/includeview/IncludedChildren.java   |        6 +-
 .../navigation/includeview/resources/waitNode.gif  |      Bin 0 -> 881 bytes
 .../cnd/navigation/macroview/Bundle.properties     |        1 +
 .../navigation/macroview/MacroExpansionAction.java |       24 +-
 .../macroview/MacroExpansionCaretAwareFactory.java |      243 +-
 .../navigation/macroview/MacroExpansionPanel.form  |        4 +-
 .../navigation/macroview/MacroExpansionPanel.java  |       88 +-
 .../macroview/MacroExpansionTopComponent.form      |        2 +-
 .../macroview/MacroExpansionTopComponent.java      |       46 +-
 .../macroview/MacroExpansionViewUtils.java         |       98 +-
 .../macroview/ShowMacroExpansionAction.java        |       16 +-
 .../services/MacroExpansionViewProviderImpl.java   |      105 +-
 .../navigation/overrides/AnnotationsHolder.java    |       70 +-
 .../cnd/navigation/overrides/BaseAnnotation.java   |      216 +-
 .../cnd/navigation/overrides/Bundle.properties     |        4 +
 .../navigation/overrides/ComputeAnnotations.java   |       82 +-
 .../navigation/overrides/OverrideAnnotation.java   |       26 +-
 .../overrides/OverrideAnnotationAction.java        |       19 +-
 .../navigation/overrides/OverrideTaskFactory.java  |      227 +-
 .../resources/HierarchyTopComponentWstcref.xml     |        2 +-
 .../MacroExpansionTopComponentWstcref.xml          |        2 +-
 .../cnd/navigation/resources/cnd_navigation.wsgrp  |       11 +
 .../cnd/navigation/resources/cnd_navigation.wsmode |       25 +
 .../modules/cnd/navigation/resources/layer.xml     |       99 +-
 ...-annotation.xml => extended-is-specialized.xml} |        0
 ...zes-annotation.xml => extended-specializes.xml} |        0
 .../resources/overrides/is-overridden-pseudo.png   |      Bin 0 -> 593 bytes
 .../resources/overrides/is-overridden-pseudo.xml   |       59 +
 .../resources/overrides/is-overridden.png          |      Bin 0 -> 526 bytes
 .../resources/overrides/is-overridden.xml          |       54 +
 ...ecialized-annotation.xml => is-specialized.xml} |        0
 .../override-is-overridden-combined-pseudo.png     |      Bin 0 -> 587 bytes
 .../override-is-overridden-combined-pseudo.xml     |       61 +
 .../overrides/override-is-overridden-combined.png  |      Bin 0 -> 476 bytes
 .../overrides/override-is-overridden-combined.xml  |       59 +
 .../resources/overrides/overrides-pseudo.png       |      Bin 0 -> 612 bytes
 .../resources/overrides/overrides-pseudo.xml       |       59 +
 .../navigation/resources/overrides/overrides.png   |      Bin 0 -> 638 bytes
 .../navigation/resources/overrides/overrides.xml   |       53 +
 ...{specializes-annotation.xml => specializes.xml} |        0
 .../navigation/services/HierarchyModelImpl.java    |       21 +-
 .../cnd/navigation/services/IncludedModelImpl.java |        5 +
 .../navigation/switchfiles/CppSwitchAction.java    |      111 +-
 .../primitive.cc.overrides.ref                     |        6 +
 .../proper_parent_multy.cc.overrides.ref           |        2 +-
 .../proper_parent_single.cc.overrides.ref          |        4 +-
 .../romb_half_virtual.cc.extends.ref               |        3 +
 .../romb_half_virtual.cc.overrides.ref             |       15 +
 .../single_inh_tree.cc.overrides.ref               |        5 +
 .../OverrideAnnotationsTest/romb_half_virtual.cc   |       26 +
 .../overrides/OverrideAnnotationsTest.java         |       29 +-
 .../cnd/navigation/switchfiles/CppSwitchTest.java  |        9 +-
 cnd.qnavigator/nbproject/project.properties        |        2 +-
 cnd.qnavigator/nbproject/project.xml               |      104 +-
 .../org/netbeans/modules/cnd/qnavigator/layer.xml  |       49 +-
 .../qnavigator/navigator/BreadCrumbsFactory.java   |      173 +
 .../navigator/BreadcrumbsElementImpl.java          |      226 +
 .../cnd/qnavigator/navigator/Bundle.properties     |       14 +-
 .../qnavigator/navigator/CppDeclarationNode.java   |      237 +-
 .../cnd/qnavigator/navigator/CsmFileFilter.java    |       24 +-
 .../cnd/qnavigator/navigator/CsmFileModel.java     |      144 +-
 .../navigator/EnableCodeAssistanceAction.java      |       73 +
 .../navigator/GoToDeclarationAction.java           |        2 +-
 .../cnd/qnavigator/navigator/IndexOffsetNode.java  |        2 +-
 .../cnd/qnavigator/navigator/ItemEvent.java        |       57 -
 .../cnd/qnavigator/navigator/LoadingNode.java      |       80 +
 .../qnavigator/navigator/NavigatorChildren.java    |       50 +-
 .../qnavigator/navigator/NavigatorComponent.java   |      182 +-
 .../cnd/qnavigator/navigator/NavigatorContent.java |       17 +-
 .../cnd/qnavigator/navigator/NavigatorModel.java   |      491 +-
 .../navigator/NavigatorNodeFactoryTask.java        |      188 +
 .../cnd/qnavigator/navigator/NavigatorPanelUI.form |        2 +-
 .../cnd/qnavigator/navigator/NavigatorPanelUI.java |       65 +-
 .../navigator/NavigatorSourceFactoryTask.java      |      150 +
 .../navigator/OpenContainingProjectAction.java     |       69 +
 .../cnd/qnavigator/navigator/StatementNode.java    |      580 +
 .../modules/cnd/qnavigator/resources/waitNode.gif  |      Bin 0 -> 881 bytes
 cnd.refactoring/nbproject/project.properties       |        6 +-
 cnd.refactoring/nbproject/project.xml              |       96 +-
 .../actions/ChangeParametersAction.java            |        2 +
 .../actions/CsmRefactoringActionsProvider.java     |        4 +-
 .../actions/CsmRefactoringGlobalAction.java        |       13 +
 .../actions/EncapsulateFieldsAction.java           |        2 +
 .../refactoring/actions/InstantRenameAction.java   |        1 +
 .../actions/InstantRenamePerformer.java            |      225 +-
 .../actions/RefactoringActionsProvider.java        |       77 +-
 .../refactoring/actions/SyncDocumentRegion.java    |       29 +-
 .../api/ChangeParametersRefactoring.java           |        1 -
 .../modules/cnd/refactoring/api/CsmContext.java    |      318 +
 .../api/EncapsulateFieldsRefactoring.java          |        1 -
 .../cnd/refactoring/codegen/Bundle.properties      |      116 +-
 .../refactoring/codegen/ConstructorGenerator.java  |      181 +-
 .../cnd/refactoring/codegen/ContextProvider.java   |        3 +-
 .../codegen/CopyConstructorGenerator.java          |      182 +
 .../refactoring/codegen/GetterSetterGenerator.java |        7 +-
 .../cnd/refactoring/codegen/OperatorGenerator.java |      949 +
 .../refactoring/codegen/ui/ConstructorPanel.form   |        6 +-
 .../refactoring/codegen/ui/ConstructorPanel.java   |       44 +-
 .../codegen/ui/ElementSelectorPanel.java           |        1 -
 .../refactoring/codegen/ui/GetterSetterPanel.form  |        2 +-
 .../codegen/ui/ImplementOverridePanel.form         |        8 +-
 .../codegen/ui/ImplementOverridePanel.java         |        3 +-
 .../cnd/refactoring/codegen/ui/OperatorsPanel.form |       17 +
 .../cnd/refactoring/codegen/ui/OperatorsPanel.java |      114 +
 .../codegen/ui/SuperConstructorSelectorPanel.java  |      122 +
 .../completion/delegate/Bundle.properties          |        2 +
 .../delegate/PopupDelegateCompletionItem.java      |      243 +
 .../delegate/PopupDelegateCompletionProvider.java  |      206 +
 .../completion/implmethod/Bundle.properties        |        2 +
 .../CsmImplementsMethodCompletionItem.java         |      547 +
 .../CsmImplementsMethodCompletionProvider.java     |      338 +
 .../completion/overridemethod/Bundle.properties    |        2 +
 .../CsmOverrideMethodCompletionItem.java           |      365 +
 .../CsmOverrideMethodCompletionProvider.java       |      355 +
 .../editor/HighlightsLayerFactoryImpl.java         |        1 +
 .../elements/CsmRefactoringElementImpl.java        |       94 +-
 .../cnd/refactoring/elements/DiffElement.java      |        6 +
 .../cnd/refactoring/hints/Bundle.properties        |       13 +
 .../cnd/refactoring/hints/LineFactoryTask.java     |     1015 +
 .../cnd/refactoring/hints/SuggestionProvider.java  |      146 +
 .../hints/infrastructure/HintAction.java           |       17 +-
 .../hints/infrastructure/Utilities.java            |        6 +-
 .../cnd/refactoring/introduce/ErrorLabel.java      |        3 +
 .../cnd/refactoring/introduce/IntroduceAction.java |        3 +-
 .../refactoring/introduce/IntroduceFieldPanel.java |        2 +
 .../cnd/refactoring/introduce/IntroduceHint.java   |       10 +-
 .../introduce/IntroduceMethodPanel.java            |        2 +
 .../introduce/IntroduceVariablePanel.java          |        2 +
 .../org/netbeans/modules/cnd/refactoring/layer.xml |       41 +-
 .../cnd/refactoring/plugins/Bundle.properties      |       16 +-
 .../plugins/ChangeParametersPlugin.java            |      105 +-
 .../plugins/CsmModificationRefactoringPlugin.java  |       80 +-
 .../refactoring/plugins/CsmRefactoringPlugin.java  |      138 +-
 .../plugins/CsmRefactoringsFactory.java            |        2 +-
 .../plugins/CsmRenameRefactoringPlugin.java        |      171 +-
 .../refactoring/plugins/CsmWhereUsedFilters.java   |       66 +
 .../plugins/CsmWhereUsedQueryPlugin.java           |      418 +-
 .../plugins/EncapsulateFieldRefactoringPlugin.java |       21 +-
 .../plugins/EncapsulateFieldsPlugin.java           |        6 +-
 .../query/CsmRefactoringQuerySupport.java          |      114 +
 .../refactoring/resources/delegate_generate.png    |      Bin 0 -> 397 bytes
 .../refactoring/resources/found_item_comment.png   |      Bin 0 -> 410 bytes
 .../cnd/refactoring/resources/found_item_dead.png  |      Bin 0 -> 344 bytes
 .../modules/cnd/refactoring/resources/generate.png |      Bin 0 -> 390 bytes
 .../cnd/refactoring/spi/CheckModificationHook.java |      133 +
 .../CsmChangeParametersExtraObjectsProvider.java   |       58 +
 .../spi/CsmRefactoringNameProvider.java            |       78 +
 .../spi/CsmRenameExtraObjectsProvider.java         |       84 +
 .../spi/CsmWhereUsedExtraObjectsProvider.java      |       58 +
 .../cnd/refactoring/support/Bundle.properties      |        4 +
 .../cnd/refactoring/support/CsmContext.java        |      284 -
 .../refactoring/support/CsmRefactoringUtils.java   |      243 +-
 .../refactoring/support/DeclarationGenerator.java  |       26 +-
 .../cnd/refactoring/support/ElementGrip.java       |       18 +-
 .../refactoring/support/ElementGripFactory.java    |       37 +-
 .../cnd/refactoring/support/GeneratorUtils.java    |      294 +-
 .../refactoring/support/ModificationResult.java    |       51 +-
 .../cnd/refactoring/support/RefactoringCommit.java |      122 -
 .../cnd/refactoring/support/RefactoringModule.java |        3 +
 .../cnd/refactoring/support/RenameHandlerImpl.java |       94 +
 .../modules/cnd/refactoring/ui/Bundle.properties   |       14 +-
 .../cnd/refactoring/ui/ChangeParametersPanel.form  |        2 +-
 .../cnd/refactoring/ui/ChangeParametersPanel.java  |       16 +-
 .../cnd/refactoring/ui/ChangeParametersUI.java     |       13 +-
 .../cnd/refactoring/ui/EncapsulateFieldPanel.java  |        8 +-
 .../cnd/refactoring/ui/EncapsulateFieldUI.java     |       13 +-
 .../modules/cnd/refactoring/ui/RenamePanel.form    |        1 +
 .../modules/cnd/refactoring/ui/RenamePanel.java    |       43 +-
 .../cnd/refactoring/ui/RenameRefactoringUI.java    |       51 +-
 .../modules/cnd/refactoring/ui/UIUtilities.java    |        1 +
 .../modules/cnd/refactoring/ui/WhereUsedPanel.form |        3 +-
 .../modules/cnd/refactoring/ui/WhereUsedPanel.java |       23 +-
 .../cnd/refactoring/ui/WhereUsedQueryUI.java       |       10 +
 .../ui/tree/ElementGripTreeElement.java            |        4 +
 .../cnd/refactoring/ui/tree/FileTreeElement.java   |        4 +
 .../cnd/refactoring/ui/tree/ParentTreeElement.java |        4 +
 .../refactoring/ui/tree/ProjectTreeElement.java    |        4 +
 .../ui/tree/RefactoringTreeElement.java            |       14 +-
 .../ui/tree/TreeElementFactoryImpl.java            |        4 +-
 .../testRenameOfModuleClass.ref                    |       45 +
 .../testCommentsFilterDeselected.ref               |        2 +
 .../testCommentsFilterSelected.ref                 |        3 +
 .../testDeadcodeFilterDeselected.ref               |        2 +
 .../testDeadcodeFilterSelected.ref                 |        3 +
 .../testDeclarationsFilterDefault.ref              |        2 +
 .../testDeclarationsFilterDeselected.ref           |        2 +
 .../testDeclarationsFilterSelected.ref             |        7 +
 .../testMacrosFilterDeselected.ref                 |        3 +
 .../testMacrosFilterSelected.ref                   |        3 +
 .../WhereUsedInQuoteTestCase/testClassCustomer.ref |       23 +-
 .../testComputeSupportMetric.ref                   |       20 +-
 .../testCustomerGetName.ref                        |        4 +-
 .../WhereUsedInQuoteTestCase/testIZ175700.ref      |        2 +-
 .../testIncludeModuleH.ref                         |       10 +-
 .../testMemoryGetTypeNoOverriden.ref               |        2 +-
 .../testModuleAllSubtypes.ref                      |        6 +-
 .../testModuleDirectSubtypes.ref                   |        6 +
 .../WhereUsedInQuoteTestCase/testModuleGetType.ref |        2 +
 .../testModuleGetTypeNoOverriden.ref               |        2 +-
 .../testModuleGetTypeOverriden.ref                 |       14 +-
 .../plugins/WhereUsedTestCase/test216130_1.ref     |        4 +
 .../plugins/WhereUsedTestCase/test216130_2.ref     |        4 +
 .../plugins/WhereUsedTestCase/test216130_3.ref     |        4 +
 .../plugins/WhereUsedTestCase/test216130_4.ref     |        4 +
 .../plugins/WhereUsedTestCase/test219526_1.ref     |        2 +
 .../plugins/WhereUsedTestCase/test219526_2.ref     |        2 +
 .../plugins/WhereUsedTestCase/test228094.ref       |        2 +
 .../plugins/WhereUsedTestCase/testIZ211703_1.ref   |        4 +
 .../plugins/WhereUsedTestCase/testIZ211703_2.ref   |        4 +
 .../WhereUsedFiltersTestCase/testFUFilters.c       |       30 +
 .../plugins/WhereUsedTestCase/iz211703_1.c         |       17 +
 .../plugins/WhereUsedTestCase/iz211703_2.c         |        9 +
 .../plugins/WhereUsedTestCase/iz216130.h           |        9 +
 .../plugins/WhereUsedTestCase/iz216130_1.c         |       13 +
 .../plugins/WhereUsedTestCase/iz216130_2.c         |       16 +
 .../plugins/WhereUsedTestCase/iz219526_1.cpp       |       11 +
 .../plugins/WhereUsedTestCase/iz219526_2.cpp       |       11 +
 .../plugins/WhereUsedTestCase/iz228094.cpp         |        4 +
 .../modules/cnd/refactoring/RefactoringTest.java   |        8 +-
 .../actions/GlobalRenamePerformerTestCase.java     |      138 +
 .../CsmWhereUsedQueryPluginTestCaseBase.java       |       92 +-
 .../plugins/WhereUsedFiltersTestCase.java          |      104 +
 .../plugins/WhereUsedInQuoteTestCase.java          |       13 +
 .../cnd/refactoring/plugins/WhereUsedTestCase.java |      126 +
 .../refactoring/test/RefactoringBaseTestCase.java  |        2 +-
 cnd.remote.projectui/build.xml                     |        5 +
 cnd.remote.projectui/manifest.mf                   |        6 +
 cnd.remote.projectui/nbproject/project.properties  |        4 +
 cnd.remote.projectui/nbproject/project.xml         |      238 +
 .../modules/cnd/remote/projectui/Bundle.properties |        5 +
 .../cnd/remote/projectui/actions/Bundle.properties |       26 +
 .../projectui/actions/ConnectionStatusAction.java  |      109 +
 .../actions/ConnectionStatusActionPerformer.java   |      193 +
 .../projectui/actions/NewRemoteProjectAction.java  |       91 +
 .../actions/NewRemoteProjectPerformer.java         |      251 +
 .../cnd/remote/projectui/resources/connected.png   |      Bin 0 -> 363 bytes
 .../cnd/remote/projectui/resources/connected24.png |      Bin 0 -> 514 bytes
 .../remote/projectui/resources/disconnected.png    |      Bin 0 -> 363 bytes
 .../remote/projectui/resources/disconnected24.png  |      Bin 0 -> 521 bytes
 .../cnd/remote/projectui/resources/layer.xml       |      212 +
 .../cnd/remote/projectui/resources/not_set_up.png  |      Bin 0 -> 354 bytes
 .../remote/projectui/resources/not_set_up24.png    |      Bin 0 -> 541 bytes
 .../cnd/remote/projectui/toolbar/Bundle.properties |        2 +
 .../remote/projectui/toolbar/RemoteHostAction.java |      165 +
 .../toolbar/RemoteHostActionPerformer.java         |      346 +
 .../remote/projectui/wizard/cnd/Bundle.properties  |       98 +
 .../wizard/cnd/CreateProjectFromBinary.java        |      254 +
 .../projectui/wizard/cnd/ImportRemoteProject.java  |     1207 +
 .../wizard/cnd/NewMakeProjectWizardIterator.java   |      610 +
 .../remote/projectui/wizard/ide/Bundle.properties  |      151 +
 .../cnd/remote/projectui/wizard/ide/ExtIcon.java   |      114 +
 .../projectui/wizard/ide/NewProjectWizard.java     |      104 +
 .../projectui/wizard/ide/OpenProjectList.java      |       84 +
 .../wizard/ide/OpenProjectListSettings.java        |      373 +
 .../projectui/wizard/ide/ProjectTemplatePanel.java |      360 +
 .../projectui/wizard/ide/ProjectUtilities.java     |      210 +
 .../projectui/wizard/ide/TemplatesPanelGUI.form    |      124 +
 .../projectui/wizard/ide/TemplatesPanelGUI.java    |      776 +
 cnd.remote/external/binaries-list                  |        2 +-
 cnd.remote/nbproject/project.properties            |        6 +-
 cnd.remote/nbproject/project.xml                   |      115 +-
 cnd.remote/release/bin/rfs_test_env.sh             |        4 +
 .../modules/cnd/remote/actions/Bundle.properties   |       21 +-
 .../cnd/remote/actions/OpenRemoteFileAction.java   |      101 +
 .../remote/actions/OpenRemoteFilePerformer.java    |       70 +
 .../remote/actions/OpenRemoteProjectAction.java    |       94 +
 .../remote/actions/OpenRemoteProjectPerformer.java |       69 +
 .../cnd/remote/actions/RemoteHelpAction.java       |       69 +
 .../cnd/remote/actions/RemoteOpenHelper.java       |      406 +
 .../cnd/remote/actions/base/Bundle.properties      |        1 +
 .../remote/actions/base/RemoteActionPerformer.java |      136 +
 .../remote/actions/base/RemoteOpenActionBase.java  |      152 +
 .../remote/compilers/CompilerSetScriptManager.java |        2 +-
 .../compilers/RemoteCompilerSetProvider.java       |        4 +-
 .../cnd/remote/fs/CndFileSystemProviderImpl.java   |       89 +-
 .../mapper/HostMappingProviderUnixAbstract.java    |       43 +-
 .../remote/mapper/HostMappingProviderWindows.java  |       97 +-
 .../mapper/HostMappingProviderWindowsUnixNFS.java  |       75 +
 .../cnd/remote/mapper/HostMappingsAnalyzer.java    |       52 +-
 .../remote/mapper/RemoteMirrorPathProvider.java    |       17 +-
 .../modules/cnd/remote/mapper/RemotePathMap.java   |      107 +-
 .../modules/cnd/remote/mapper/WindowsSupport.java  |      395 +
 .../cnd/remote/resources/connected_host.png        |      Bin 0 -> 363 bytes
 .../modules/cnd/remote/resources/host_no_ssh.png   |      Bin 0 -> 799 bytes
 .../modules/cnd/remote/resources/host_with_ssh.png |      Bin 0 -> 713 bytes
 .../modules/cnd/remote/resources/newProject.png    |      Bin 0 -> 608 bytes
 .../modules/cnd/remote/resources/newProject24.png  |      Bin 0 -> 718 bytes
 .../modules/cnd/remote/resources/openFile.png      |      Bin 0 -> 669 bytes
 .../modules/cnd/remote/resources/openFile24.png    |      Bin 0 -> 870 bytes
 .../modules/cnd/remote/resources/openProject.png   |      Bin 0 -> 705 bytes
 .../modules/cnd/remote/resources/openProject24.png |      Bin 0 -> 870 bytes
 .../modules/cnd/remote/resources/sshClosed.gif     |      Bin 0 -> 609 bytes
 .../modules/cnd/remote/resources/sshOpen.gif       |      Bin 0 -> 650 bytes
 .../modules/cnd/remote/server/Bundle.properties    |        2 +
 .../cnd/remote/server/RemoteServerList.java        |      322 +-
 .../cnd/remote/server/RemoteServerListUI.java      |       23 +-
 .../cnd/remote/server/RemoteServerRecord.java      |       60 +-
 .../cnd/remote/server/RemoteServerSetup.java       |        4 +-
 .../cnd/remote/server/X11ForwardingChecker.java    |        4 +-
 .../modules/cnd/remote/support/Bundle.properties   |        5 -
 .../cnd/remote/support/RemoteCommandProvider.java  |       82 -
 .../modules/cnd/remote/support/RemoteLogger.java   |       93 +
 .../support/RemoteNativeExecutionSupport.java      |      277 -
 .../cnd/remote/support/RemoteProjectSupport.java   |      177 +-
 .../modules/cnd/remote/support/RemoteUtil.java     |       66 +-
 .../modules/cnd/remote/sync/BaseSyncFactory.java   |       23 +-
 .../modules/cnd/remote/sync/BaseSyncWorker.java    |       18 +-
 .../modules/cnd/remote/sync/Bundle.properties      |       66 +
 .../modules/cnd/remote/sync/FileCollector.java     |      616 +
 .../netbeans/modules/cnd/remote/sync/FileData.java |       94 +-
 .../modules/cnd/remote/sync/FsSkewNotifier.java    |      157 +
 .../modules/cnd/remote/sync/FtpSyncFactory.java    |       17 +-
 .../modules/cnd/remote/sync/FtpSyncWorker.java     |      785 +-
 .../cnd/remote/sync/FullRemoteSyncFactory.java     |       33 +-
 .../cnd/remote/sync/FullRemoteSyncWorker.java      |       22 +-
 .../cnd/remote/sync/RemoteBinaryServiceImpl.java   |       10 +-
 .../sync/RemoteBuildProjectActionHandler.java      |       12 +-
 .../cnd/remote/sync/RemoteSyncServiceImpl.java     |       32 +-
 .../cnd/remote/sync/RfsLocalController.java        |      619 +-
 .../modules/cnd/remote/sync/RfsSyncFactory.java    |       19 +-
 .../modules/cnd/remote/sync/RfsSyncWorker.java     |       70 +-
 .../modules/cnd/remote/sync/SharabilityFilter.java |       46 +-
 .../modules/cnd/remote/sync/SharedSyncFactory.java |       15 +-
 .../modules/cnd/remote/sync/SharedSyncWorker.java  |       43 +-
 .../modules/cnd/remote/sync/SyncUtils.java         |       62 +
 .../modules/cnd/remote/sync/ZipSyncFactory.java    |       99 -
 .../modules/cnd/remote/sync/ZipSyncWorker.java     |      384 -
 .../netbeans/modules/cnd/remote/sync/Zipper.java   |       20 +-
 .../cnd/remote/sync/download/Bundle.properties     |        1 +
 .../cnd/remote/sync/download/HostUpdates.java      |       37 +-
 .../sync/download/HostUpdatesPersistence.java      |       79 +-
 .../modules/cnd/remote/sync/exclamation.gif        |      Bin
 .../modules/cnd/remote/ui/Bundle.properties        |        8 +-
 .../modules/cnd/remote/ui/EditPathMapDialog.java   |       28 +-
 .../cnd/remote/ui/EditServerListDialog.form        |        2 +-
 .../cnd/remote/ui/EditServerListDialog.java        |        6 +-
 .../remote/ui/networkneighbour/Bundle.properties   |       52 +
 .../ui/networkneighbour/HostSelectionPanel.form    |       83 +
 .../ui/networkneighbour/HostSelectionPanel.java    |      214 +
 .../remote/ui/networkneighbour/NeighbourHost.java  |       65 +
 .../ui/networkneighbour/NeighbourHostNode.java     |      150 +
 .../ui/networkneighbour/NeighbourhoodRootNode.java |      116 +
 .../networkneighbour/NetworkNeighbourhoodList.java |      136 +
 .../ui/networkneighbour/NetworkRegistry.java       |      367 +
 .../remote/ui/networkneighbour/PortTextField.java  |       81 +
 .../cnd/remote/ui/proxysettings/Bundle.properties  |       44 +
 .../ui/proxysettings/ProxySettingsPanel.form       |       56 +
 .../ui/proxysettings/ProxySettingsPanel.java       |      215 +
 .../modules/cnd/remote/ui/setup/Bundle.properties  |        2 +-
 .../modules/cnd/remote/ui/wizard/Bundle.properties |       14 +-
 .../cnd/remote/ui/wizard/CreateHostData.java       |        2 +-
 .../remote/ui/wizard/CreateHostVisualPanel1.form   |      159 +-
 .../remote/ui/wizard/CreateHostVisualPanel1.java   |      271 +-
 .../remote/ui/wizard/CreateHostVisualPanel2.java   |       15 +
 .../remote/ui/wizard/CreateHostWizardPanel1.java   |      107 +-
 .../remote/ui/wizard/CreateHostWizardPanel2.java   |       22 +-
 .../cnd/remote/ui/wizard/HostValidatorImpl.java    |        3 +
 .../cnd/remote/ui/wizard/HostsListTableModel.java  |      250 -
 .../cnd/remote/ui/wizard/PortTextField.java        |       81 -
 .../RemoteSyncFactoryDefaultProviderImpl.java      |        4 +-
 .../cnd/spi/remote/setup/MirrorPathProvider.java   |        5 +-
 .../modules/remote/ui/AddToFavoritesAction.java    |      213 +-
 .../netbeans/modules/remote/ui/Bundle.properties   |       10 +-
 .../netbeans/modules/remote/ui/ConnectAction.java  |       27 +-
 .../modules/remote/ui/DisconnectAction.java        |        4 +-
 .../modules/remote/ui/FileSystemRootNode.java      |       23 +-
 .../netbeans/modules/remote/ui/FsTestActions.java  |      139 +
 .../org/netbeans/modules/remote/ui/FsTests.java    |      220 +
 .../modules/remote/ui/HostListRootNode.java        |       75 +-
 .../org/netbeans/modules/remote/ui/HostNode.java   |       49 +-
 .../modules/remote/ui/HostPropertiesAction.java    |        3 -
 .../modules/remote/ui/NotConnectedNode.java        |        2 +-
 .../modules/remote/ui/OpenRemoteProjectAction.java |       52 +-
 .../modules/remote/ui/OpenTerminalAction.java      |      158 +-
 .../netbeans/modules/remote/ui/RefreshAction.java  |       98 +
 .../modules/remote/ui/SetDefaultHostAction.java    |        8 +-
 .../modules/remote/ui/SingleHostAction.java        |        2 +-
 .../modules/remote/ui/StatisticsActions.java       |      116 +
 .../netbeans/modules/remote/ui/not_set_up_host.png |      Bin 0 -> 354 bytes
 .../A/nbproject/Makefile-Debug.mk                  |       10 +-
 .../A/nbproject/Makefile-Release.mk                |       10 +-
 .../A/nbproject/Makefile-variables.mk              |       14 +-
 .../B/nbproject/Makefile-Debug.mk                  |       10 +-
 .../B/nbproject/Makefile-Release.mk                |       10 +-
 .../B/nbproject/Makefile-variables.mk              |       14 +-
 .../modules/cnd/api/remote/RemoteFileTestCase.java |      154 -
 .../cnd/remote/fs/RemoteCodeModelTestCase.java     |       24 +-
 .../modules/cnd/remote/fs/RemoteFileTestSuite.java |        3 +-
 .../cnd/remote/full/FullRemoteBuildTestCase.java   |        1 +
 .../cnd/remote/mapper/MappingsTestCase.java        |      327 +-
 .../remote/pbuild/RemoteBuildMakefileTestCase.java |       12 +-
 .../remote/pbuild/RemoteBuildSharedTestCase.java   |      140 +
 .../RfsGnuParameterizedRemoteBuildTestCase.java    |       10 -
 .../cnd/remote/support/DownloadSpeedTestCase.java  |        4 +-
 .../cnd/remote/support/RemoteUtilTestCase.java     |      118 -
 .../cnd/remote/support/ServerListTestCase.java     |       24 +-
 .../remote/sync/AbstractSyncWorkerTestCase.java    |        5 +-
 .../cnd/remote/sync/FtpSyncWorkerTestCase.java     |       10 +-
 .../cnd/remote/sync/MeasurementTestCase.java       |       26 +-
 .../sync/RfsRemoteControllerSkewTestCase.java      |      147 +
 .../cnd/remote/sync/ZipSyncWorkerTestCase.java     |       76 -
 .../RemoteBuildUpdatesDownloadTestCase.java        |       18 +-
 .../cnd/remote/test/RemoteBuildTestBase.java       |       38 +-
 .../cnd/remote/test/RemoteDevelopment2Test.java    |       70 +
 .../cnd/remote/test/RemoteDevelopment3Test.java    |       76 +
 .../cnd/remote/test/RemoteDevelopment4Test.java    |       84 +
 .../cnd/remote/test/RemoteDevelopmentTest.java     |       28 +-
 .../modules/cnd/remote/test/RemoteTestBase.java    |       49 +-
 .../cnd/remote/ui/wizard/HostSetupTestCase.java    |       20 +-
 cnd.remote/tools/.hgignore                         |        8 -
 cnd.remote/tools/build.sh                          |       11 +-
 cnd.remote/tools/nbproject/configurations.xml      |      233 +-
 cnd.remote/tools/nbproject/project.xml             |        3 +
 cnd.remote/tools/rfs_controller.c                  |      112 +-
 cnd.remote/tools/test/test1.sh                     |        5 +
 cnd.remote/tools/test/test_pkg_client.c            |        4 +
 cnd.remote/tools/test/test_rfs_filedata.c          |        4 +
 cnd.repository.api/nbproject/project.properties    |        3 +-
 cnd.repository.api/nbproject/project.xml           |       39 +-
 .../modules/cnd/repository/api/DatabaseTable.java  |       50 -
 .../modules/cnd/repository/api/FilePath.java       |       69 +
 .../modules/cnd/repository/api/Repository.java     |      274 +-
 .../cnd/repository/api/RepositoryAccessor.java     |      104 -
 .../cnd/repository/api/RepositoryException.java    |        2 -
 .../api/RepositoryExceptionListener.java           |       53 +
 .../cnd/repository/api/RepositoryExceptions.java   |       83 +
 .../cnd/repository/api/RepositoryListener.java     |       79 +
 .../repository/api/RepositoryListenersManager.java |       97 +
 .../cnd/repository/api/RepositoryTranslation.java  |       61 -
 .../modules/cnd/repository/api/UnitDescriptor.java |      100 +
 .../repository/impl/ShuttedDownRepositoryImpl.java |      143 +
 .../impl/UninitializedRepositoryImpl.java          |      151 +
 .../modules/cnd/repository/impl/spi/Layer.java     |       89 +
 .../cnd/repository/impl/spi/LayerCapability.java   |       50 +
 .../cnd/repository/impl/spi/LayerDescriptor.java   |      119 +
 .../impl/spi/LayerDescriptorProvider.java          |       54 +
 .../cnd/repository/impl/spi/LayerFactory.java      |       59 +
 .../modules/cnd/repository/impl/spi/LayerKey.java  |      171 +
 .../cnd/repository/impl/spi/LayerListener.java     |       68 +
 .../cnd/repository/impl/spi/LayeringSupport.java   |       62 +
 .../repository/impl/spi/ReadLayerCapability.java   |       56 +
 .../impl/spi/RepositoryImplementation.java         |      111 +
 .../impl/spi/RepositoryImplementationFactory.java  |       51 +
 .../cnd/repository/impl/spi/UnitsConverter.java    |       61 +
 .../repository/impl/spi/WriteLayerCapability.java  |       81 +
 .../cnd/repository/spi/DatabaseStorage.java        |       59 -
 .../repository/spi/DatabaseTableDescription.java   |       61 -
 .../netbeans/modules/cnd/repository/spi/Key.java   |       45 +-
 .../cnd/repository/spi/KeyDataPresentation.java    |        4 +-
 .../modules/cnd/repository/spi/MapBasedTable.java  |       59 -
 .../cnd/repository/spi/RepositoryDataInput.java    |        3 +
 .../cnd/repository/spi/RepositoryDataOutput.java   |        8 +
 .../cnd/repository/spi/RepositoryListener.java     |       68 -
 .../spi/RepositoryPathMapperImplementation.java    |       54 +
 .../spi/UnitDescriptorsMatcherImplementation.java  |       79 +
 .../repository/support/AbstractObjectFactory.java  |       10 +-
 .../repository/support/RepositoryTestUtils.java    |       99 +
 cnd.repository/manifest.mf                         |        2 +-
 cnd.repository/nbproject/project.properties        |        3 +-
 cnd.repository/nbproject/project.xml               |       16 +-
 .../cnd/repository/AsyncRepositoryWriter.java      |       65 +
 .../cnd/repository/AsyncRepositoryWriterImpl.java  |      378 +
 .../netbeans/modules/cnd/repository/Logger.java    |      148 +
 .../modules/cnd/repository/RemoveKeySupport.java   |       53 +
 .../modules/cnd/repository/RepositoryCache.java    |      510 +
 .../modules/cnd/repository/RepositoryImpl.java     |      357 +
 .../cnd/repository/RepositoryImplFactory.java      |       59 +
 .../cnd/repository/disk/BufferedRWAccess.java      |      193 +
 .../modules/cnd/repository/disk/Bundle.properties  |        7 +
 .../modules/cnd/repository/disk/DiskLayerImpl.java |      143 +
 .../cnd/repository/disk/DiskLayerImplDelegate.java |      147 +
 .../cnd/repository/disk/DiskLayerImplFactory.java  |       82 +
 .../cnd/repository/disk/DiskRepositoryManager.java |      504 -
 .../cnd/repository/disk/DoubleFileStorage.java     |      432 +
 .../modules/cnd/repository/disk/FileRWAccess.java  |       78 +
 .../modules/cnd/repository/disk/FileStorage.java   |       95 +
 .../cnd/repository/disk/FilesAccessStrategy.java   |       77 -
 .../repository/disk/FilesAccessStrategyImpl.java   |      738 +-
 .../cnd/repository/disk/IndexedStorageFile.java    |      491 +
 .../modules/cnd/repository/disk/LayerIndex.java    |      252 +
 .../modules/cnd/repository/disk/MemoryCache.java   |      373 -
 .../cnd/repository/disk/MultyFileStorage.java      |      123 -
 .../cnd/repository/disk/RepositoryCacheMap.java    |      157 +-
 .../cnd/repository/disk/RepositoryImplUtil.java    |      118 +
 .../cnd/repository/disk/SingleFileStorage.java     |      201 +
 .../modules/cnd/repository/disk/Storage.java       |       80 -
 .../cnd/repository/disk/StorageAllocator.java      |      177 -
 .../netbeans/modules/cnd/repository/disk/Unit.java |      154 -
 .../modules/cnd/repository/disk/UnitImpl.java      |      225 -
 .../cnd/repository/disk/index/ChunkInfo.java       |       68 +
 .../repository/disk/index/CompactFileIndex.java    |      228 +
 .../cnd/repository/disk/index/FileIndex.java       |       91 +
 .../repository/disk/index/FileIndexFactory.java    |      123 +
 .../cnd/repository/disk/index/KeysListFile.java    |      105 +
 .../cnd/repository/disk/index/SimpleFileIndex.java |      185 +
 .../disk/index/SynchronizedFileIndex.java          |      152 +
 .../cnd/repository/impl/DelegateRepository.java    |      185 -
 .../cnd/repository/impl/HashMapRepository.java     |      205 -
 .../repository/impl/KeyValidatorRepository.java    |       80 -
 .../modules/cnd/repository/queue/BaseQueue.java    |      172 -
 .../cnd/repository/queue/KeyValueQueue.java        |      272 -
 .../modules/cnd/repository/queue/Maintainer.java   |       59 -
 .../cnd/repository/queue/RepositoryQueue.java      |      134 -
 .../repository/queue/RepositoryThreadManager.java  |      153 -
 .../cnd/repository/queue/RepositoryWriter.java     |       68 -
 .../repository/queue/RepositoryWritingThread.java  |      149 -
 .../modules/cnd/repository/queue/StopWatch.java    |       92 -
 .../repository/queue/TickingRepositoryQueue.java   |      135 -
 .../repository/{ => resources}/Bundle.properties   |        0
 .../cnd/repository/sfs/BufferDataInput.java        |      185 -
 .../cnd/repository/sfs/BufferedRWAccess.java       |      198 -
 .../cnd/repository/sfs/DoubleFileStorage.java      |      301 -
 .../modules/cnd/repository/sfs/FileRWAccess.java   |       75 -
 .../modules/cnd/repository/sfs/FileStorage.java    |       69 -
 .../cnd/repository/sfs/IndexedStorageFile.java     |      460 -
 .../repository/sfs/RepositoryDataInputStream.java  |       82 -
 .../repository/sfs/RepositoryDataOutputStream.java |       81 -
 .../repository/sfs/RepositoryRandomAccessFile.java |       88 -
 .../cnd/repository/sfs/SharedStringBuffer.java     |       52 -
 .../modules/cnd/repository/sfs/SimpleRWAccess.java |      127 -
 .../netbeans/modules/cnd/repository/sfs/UTF.java   |      228 -
 .../cnd/repository/sfs/WriteStatistics.java        |       99 -
 .../cnd/repository/sfs/index/ChunkInfo.java        |       67 -
 .../cnd/repository/sfs/index/CompactFileIndex.java |      226 -
 .../cnd/repository/sfs/index/FileIndex.java        |       91 -
 .../cnd/repository/sfs/index/FileIndexFactory.java |      123 -
 .../cnd/repository/sfs/index/SimpleFileIndex.java  |      190 -
 .../sfs/index/SynchronizedFileIndex.java           |      143 -
 .../repository/sfs/statistics/BaseStatistics.java  |      134 -
 .../repository/sfs/statistics/FileStatistics.java  |      111 -
 .../repository/sfs/statistics/RangeStatistics.java |      194 -
 .../sfs/statistics/SimpleStatistics.java           |       73 -
 .../cnd/repository/storage/FSConverter.java        |       55 +
 .../repository/storage/FilePathsDictionary.java    |      144 +
 .../repository/storage/FilePathsDictionaryKey.java |      148 +
 .../FilePathsDictionaryPersistentFactory.java      |       82 +
 .../repository/storage/FileSystemsDictionary.java  |       88 +
 .../cnd/repository/storage/RepositoryMapper.java   |      146 +
 .../modules/cnd/repository/storage/Storage.java    |     1066 +
 .../cnd/repository/storage/StorageManager.java     |      335 +
 .../storage/UnitDescriptorsDictionary.java         |      124 +
 .../storage/data/RepositoryDataInputStream.java    |      111 +
 .../storage/data/RepositoryDataOutputStream.java   |      169 +
 .../modules/cnd/repository/storage/data/UTF.java   |      224 +
 .../cnd/repository/testbench/BaseStatistics.java   |      136 +
 .../cnd/repository/testbench/FileStatistics.java   |      110 +
 .../cnd/repository/testbench/RangeStatistics.java  |      197 +
 .../cnd/repository/testbench/SimpleStatistics.java |       74 +
 .../modules/cnd/repository/testbench/Stats.java    |       73 +-
 .../cnd/repository/testbench/WriteStatistics.java  |      223 +
 .../translator/RepositoryTranslatorImpl.java       |      819 -
 .../modules/cnd/repository/util/Filter.java        |       50 -
 .../cnd/repository/util/IntToStringCache.java      |      184 -
 .../cnd/repository/util/IntToValueList.java        |      235 +
 .../modules/cnd/repository/util/LongHashMap.java   |       44 +-
 .../netbeans/modules/cnd/repository/util/Pair.java |       59 -
 .../util/RepositoryListenersManager.java           |      126 -
 .../cnd/repository/util/SlicedLongHashMap.java     |       45 +-
 cnd.repository/test/sfs/_run.sh                    |      175 -
 cnd.repository/test/sfs/build.xml                  |      108 -
 cnd.repository/test/sfs/nbproject/build-impl.xml   |      637 -
 .../test/sfs/nbproject/genfiles.properties         |        8 -
 .../test/sfs/nbproject/project.properties          |       69 -
 cnd.repository/test/sfs/nbproject/project.xml      |       42 -
 cnd.repository/test/sfs/readme.txt                 |       62 -
 cnd.repository/test/sfs/run-correctness.sh         |       46 -
 cnd.repository/test/sfs/run-threading.sh           |       46 -
 ...beans.modules.cnd.repository.support.KeyFactory |        1 -
 .../cnd/repository/testbench/sfs/BaseTest.java     |       59 -
 .../testbench/sfs/TestDataInputOutput.java         |      327 -
 .../cnd/repository/testbench/sfs/TestFactory.java  |       80 -
 .../repository/testbench/sfs/TestIndexSize.java    |       87 -
 .../cnd/repository/testbench/sfs/TestKey.java      |      115 -
 .../repository/testbench/sfs/TestKeyFactory.java   |       57 -
 .../repository/testbench/sfs/TestLongHashMap.java  |      194 -
 .../cnd/repository/testbench/sfs/TestObject.java   |      198 -
 .../testbench/sfs/TestObjectCreator.java           |       81 -
 .../testbench/sfs/TestSingleFileStorage.java       |      265 -
 .../repository/testbench/sfs/ThreadingStress.java  |      279 -
 cnd.repository/test/sfs/src/test/sfs/TestMain.java |      110 -
 .../modules/cnd/modelimpl/csm/core/Tracer.java     |      199 -
 .../access/CloseProjectWhenParsingLib.java         |        7 +-
 .../access/FindFileWhileClosingProject.java        |        1 +
 .../access/RepositoryAccessTestBase.java           |       11 +-
 .../cnd/repository/disk/DefragmentationTest.java   |      147 +
 .../repository/disk/FilesAccessStrategyTest.java   |      114 +-
 .../disk/FilesAccessStrategyUnitClosureTest.java   |      166 -
 .../cnd/repository/disk/MemoryCacheTest.java       |       55 +-
 .../disk/RepositoryFilesCacheStress.java           |       12 +-
 .../repository/impl/CheckGetAfterRemoveTest.java   |      170 +
 .../cnd/repository/impl/CloseAndOpenTest.java      |       10 +-
 .../cnd/repository/impl/GetPutTestBase.java        |       89 +
 .../IncrementalParseRepositoryValidationFinal.java |       71 +
 .../IncrementalParseRepositoryValidationTest.java  |       82 +
 .../impl/KeyValidatorRepositoryTest.java           |        2 +-
 .../ReopenBrokenRepositoryValidationFinal.java     |       60 +
 ...ReopenBrokenRepositoryValidationFirstParse.java |       50 +
 .../impl/ReopenBrokenRepositoryValidationTest.java |       73 +
 .../impl/ReopenRepositoryValidationFinal.java      |       62 +
 .../impl/ReopenRepositoryValidationTest.java       |       76 +
 .../cnd/repository/impl/RepositoryValidation.java  |       68 -
 .../cnd/repository/impl/RepositoryValidation2.java |       74 -
 .../repository/impl/RepositoryValidationBase.java  |       91 +-
 .../repository/impl/RepositoryValidationFinal.java |       65 +
 .../impl/RepositoryValidationFirstParse.java       |       68 +
 .../impl/RepositoryValidationGoldens.java          |        4 +-
 .../impl/RepositoryValidationInterruptedParse.java |      122 +
 .../repository/impl/RepositoryValidationTest.java  |       76 -
 .../modules/cnd/repository/impl/TryGetTest.java    |      204 +-
 .../repository/keys/PersistentFactoryListener.java |       55 +
 .../cnd/repository/keys/TestAbstractKey.java       |      151 +
 .../cnd/repository/keys/TestBaseKeyFactory.java    |       80 +
 .../modules/cnd/repository/keys/TestLargeKey.java  |       77 +
 .../modules/cnd/repository/keys/TestSmallKey.java  |       78 +
 .../modules/cnd/repository/keys/TestValue.java     |       79 +
 .../keys/TestValuePersistentFactory.java           |      103 +
 .../layering/RepositoryLayeringTest.java           |      202 +
 .../layering/RepositoryRelocationTest.java         |      247 +
 .../cnd/repository/sfs/DefragmentationTest.java    |      144 -
 .../modules/cnd/repository/test/TestKey.java       |       64 +-
 .../modules/cnd/repository/test/TestObject.java    |        9 +-
 .../cnd/repository/test/TestObjectCreator.java     |       16 +-
 .../repository/util/RepositoryCacheMapTest.java    |       27 +-
 .../cnd/repository/util/RepositoryTestSupport.java |      114 +
 cnd.script/nbproject/project.properties            |        6 +-
 cnd.script/nbproject/project.xml                   |       53 +-
 .../modules/cnd/api/script/CMakeTokenId.java       |       88 +
 .../modules/cnd/cmake/editor/Bundle.properties     |       52 +
 .../modules/cnd/cmake/editor/CMakeIncKit.java      |       82 +
 .../modules/cnd/cmake/editor/CMakeKit.java         |       82 +
 .../makefile/editor/ShellEmbeddingProvider.java    |        2 +-
 .../modules/cnd/makefile/loaders/Bundle.properties |        2 +
 .../cnd/makefile/loaders/MakefileDataObject.java   |       32 +-
 .../cnd/makefile/utils/IpeFileSystemView.java      |        6 +-
 .../cnd/makefile/wizard/BaseDirectoryPanel.java    |       17 +-
 .../cnd/makefile/wizard/BuildOutputPanel.java      |       37 +-
 .../modules/cnd/makefile/wizard/Bundle.properties  |        1 +
 .../cnd/makefile/wizard/CreateTargetsPanel.java    |        6 +-
 .../cnd/makefile/wizard/CustomTargetPanel.java     |       16 +-
 .../cnd/makefile/wizard/EnterItemsPanel.java       |       32 +-
 .../cnd/makefile/wizard/FileChooserPanel.java      |        4 +-
 .../modules/cnd/makefile/wizard/ItemChooser.java   |        4 +-
 .../modules/cnd/makefile/wizard/MakefileData.java  |        6 +-
 .../cnd/makefile/wizard/MakefileGenerator.java     |        6 +-
 .../cnd/makefile/wizard/MakefileReviewPanel.java   |       10 +-
 .../cnd/makefile/wizard/MakefileWizard.java        |       13 +-
 .../cnd/makefile/wizard/TargetNamePanel.java       |        6 +-
 .../modules/cnd/script/editor/ShellKit.java        |       21 +
 .../modules/cnd/script/lexer/BatLexer.java         |       11 +-
 .../cnd/script/lexer/CMakeLanguageHierarchy.java   |       78 +
 .../modules/cnd/script/lexer/CMakeLexer.java       |      416 +
 .../netbeans/modules/cnd/script/lexer/ShLexer.java |      118 +-
 .../cnd/script/loaders/ShellDataObject.java        |       32 +-
 .../cnd/script/resources/cmakeFontsColors.xml      |       15 +
 .../cnd/script/resources/cmakeIncFontsColors.xml   |       15 +
 .../modules/cnd/script/resources/layer.xml         |       52 +-
 .../cnd/script/resources/mime-resolver-make.xml    |       26 +
 .../modules/cnd/script/resources/mime-resolver.xml |       21 -
 .../editor/ShellEmbeddingProviderTest.java         |        5 +
 .../cnd/makefile/parser/MakefileParserTest.java    |        5 +
 .../modules/cnd/script/lexer/ShLexerTest.java      |        2 +-
 cnd.search/build.xml                               |        5 +
 cnd.search/manifest.mf                             |        6 +
 .../nbproject/project.properties                   |        0
 cnd.search/nbproject/project.xml                   |      124 +
 .../netbeans/modules/cnd/search/IconsCache.java    |      123 +
 .../modules/cnd/search/MatchingFileData.java       |      115 +
 .../netbeans/modules/cnd/search/SearchParams.java  |       76 +
 .../netbeans/modules/cnd/search/SearchResult.java  |       69 +
 .../org/netbeans/modules/cnd/search/Searcher.java  |       55 +
 .../modules/cnd/search/impl/Bundle.properties      |       43 +
 .../cnd/search/impl/SearchBrowseHostScope.java     |      207 +
 .../cnd/search/impl/UnixFindBasedSearcher.java     |      157 +
 .../modules/cnd/search/impl/spi/Bundle.properties  |       41 +
 .../cnd/search/impl/spi/CNDSearchComposition.java  |      243 +
 .../cnd/search/impl/spi/CNDSearchPresenter.java    |      128 +
 .../cnd/search/impl/spi/CNDSearchProvider.java     |       75 +
 .../modules/cnd/search/resources/Bundle.properties |        5 +
 .../modules/cnd/search/ui/Bundle.properties        |       18 +
 .../modules/cnd/search/ui/CNDSearchPanel.form      |      140 +
 .../modules/cnd/search/ui/CNDSearchPanel.java      |      297 +
 .../modules/cnd/search/ui/DirectoryChooser.form    |       42 +
 .../modules/cnd/search/ui/DirectoryChooser.java    |      208 +
 .../modules/cnd/search/ui/SearchResultNode.java    |      306 +
 .../cnd/search/ui/SearchResultPropertySet.java     |      105 +
 .../modules/cnd/search/util/OutlineSupport.java    |      170 +
 .../cnd/search/util/SearchScopeValidator.java      |      100 +
 cnd.simpleunit/nbproject/project.properties        |        5 +-
 cnd.simpleunit/nbproject/project.xml               |       40 +-
 .../editor/filecreation/Bundle.properties          |        5 +-
 .../editor/filecreation/NewTestSimplePanel.java    |        6 +
 .../editor/filecreation/NewTestSimplePanelGUI.form |        6 +-
 .../editor/filecreation/NewTestSimplePanelGUI.java |        5 +-
 .../editor/filecreation/TestSimpleIterator.java    |       30 +-
 .../org/netbeans/modules/cnd/simpleunit/layer.xml  |       16 +-
 .../spi/wizard/AbstractUnitTestIterator.java       |        6 +-
 .../cnd/simpleunit/utils/CodeGenerationUtils.java  |       23 +-
 .../cnd/simpleunit/utils/MakefileUtils.java        |       16 +-
 .../simpleunit/wizard/FunctionSelectorPanel.java   |        1 -
 .../GenerateTestChooseElementsWizardPanel.java     |        2 +-
 cnd.source/nbproject/project.properties            |        4 +-
 cnd.source/nbproject/project.xml                   |       83 +-
 .../netbeans/modules/cnd/source/Bundle.properties  |       13 +
 .../netbeans/modules/cnd/source/CCDataNode.java    |        2 +-
 .../netbeans/modules/cnd/source/CCDataObject.java  |       28 +-
 .../org/netbeans/modules/cnd/source/CDataNode.java |        2 +-
 .../netbeans/modules/cnd/source/CDataObject.java   |       19 +-
 .../modules/cnd/source/CppEditorSupport.java       |      222 +-
 .../cnd/source/CppEditorSupportProvider.java       |        7 +-
 .../modules/cnd/source/FortranDataNode.java        |        2 +-
 .../modules/cnd/source/FortranDataObject.java      |       19 +-
 .../org/netbeans/modules/cnd/source/HDataNode.java |        2 +-
 .../netbeans/modules/cnd/source/HDataObject.java   |       22 +-
 .../cnd/source/SourceAbstractDataLoader.java       |       63 +-
 .../modules/cnd/source/SourceDataNode.java         |       50 +-
 .../modules/cnd/source/resources/Bundle.properties |        2 -
 .../modules/cnd/source/resources/layer.xml         |       14 -
 .../source/resources/mime-resolver-ext-based-c.xml |       55 +
 .../resources/mime-resolver-ext-based-cpp.xml      |       58 +
 .../resources/mime-resolver-ext-based-fortran.xml  |       62 +
 .../source/resources/mime-resolver-ext-based-h.xml |       58 +
 .../source/resources/mime-resolver-ext-based.xml   |       86 -
 .../source/spi/CndDocumentCodeStyleProvider.java   |       54 +
 .../modules/cnd/source/spi/CndPaneProvider.java    |       63 +
 .../cnd/source/spi/CndPropertiesProvider.java      |       82 +
 .../source/spi/CndSourcePropertiesProvider.java    |       72 +
 .../modules/cnd/source/spi/RenameHandler.java      |       65 +
 cnd.spellchecker.bindings/manifest.mf              |        1 +
 .../nbproject/project.properties                   |        5 +-
 cnd.spellchecker.bindings/nbproject/project.xml    |       27 +-
 .../cnd/spellchecker/bindings/CndTokenList.java    |       91 +-
 .../bindings/CndTokenListProvider.java             |        5 +-
 .../bindings/ScriptAndMakeTokenList.java           |        9 +-
 .../cnd/spellchecker/bindings/resources/layer.xml  |        7 +
 .../spellchecker/bindings/CndTokenListTest.java    |       10 +
 cnd.testrunner/nbproject/project.properties        |        2 +-
 cnd.testrunner/nbproject/project.xml               |      133 +-
 .../cnd/testrunner/TestRunnerActionHandler.java    |       17 +-
 .../cnd/testrunner/spi/TestRecognizerHandler.java  |       18 +-
 .../modules/cnd/testrunner/ui/Bundle.properties    |       10 +
 .../cnd/testrunner/ui/CndTestMethodNode.java       |        8 +-
 .../cnd/testrunner/ui/CndUnitHandlerFactory.java   |       15 +-
 .../cnd/testrunner/ui/TestRunnerLineConvertor.java |        4 +
 cnd.toolchain/manifest.mf                          |        2 +
 cnd.toolchain/nbproject/project.properties         |        5 +-
 cnd.toolchain/nbproject/project.xml                |      101 +-
 .../cnd/api/toolchain/AbstractCompiler.java        |       27 +-
 .../modules/cnd/api/toolchain/Bundle.properties    |        1 -
 .../netbeans/modules/cnd/api/toolchain/Tool.java   |        3 +
 .../cnd/api/toolchain/ToolchainManager.java        |       24 +-
 .../cnd/api/toolchain/ui/BuildToolsAction.java     |        2 +-
 .../modules/cnd/api/toolchain/ui/Bundle.properties |        2 +
 .../cnd/api/toolchain/ui/ToolsPanelSupport.java    |       38 +-
 .../modules/cnd/spi/toolchain/Bundle.properties    |       59 -
 .../cnd/spi/toolchain/CompilerLineConvertor.java   |       78 +-
 .../cnd/spi/toolchain/CompilerSetFactory.java      |       54 +-
 .../cnd/spi/toolchain/ErrorParserProvider.java     |       84 +-
 .../spi/toolchain/ToolchainScriptGenerator.java    |      143 +-
 .../modules/cnd/toolchain/Bundle.properties        |       62 +-
 .../netbeans/modules/cnd/toolchain/Installer.java  |       58 +
 .../cnd/toolchain/compilers/CCCCompiler.java       |      987 +-
 .../toolchain/compilers/FingerprintScanner.java    |      118 +
 .../cnd/toolchain/compilers/GNUCCCCompiler.java    |       64 +-
 .../compilers/MakeProjectCompilerProvider.java     |       18 +-
 .../cnd/toolchain/compilers/MsvcCompiler.java      |       12 +-
 .../cnd/toolchain/compilers/OracleCCompiler.java   |       79 +
 .../toolchain/compilers/OracleCCppCompiler.java    |      175 +
 .../cnd/toolchain/compilers/OracleCppCompiler.java |       79 +
 .../cnd/toolchain/compilers/SunCCCCompiler.java    |       35 +-
 .../cnd/toolchain/compilers/SunCCCompiler.java     |       27 +-
 .../cnd/toolchain/compilers/SunCCompiler.java      |        5 -
 .../cnd/toolchain/compilerset/Bundle.properties    |        3 +-
 .../toolchain/compilerset/CompilerFlavorImpl.java  |       30 +-
 .../cnd/toolchain/compilerset/CompilerSetImpl.java |      825 +-
 .../CompilerSetManagerAccessorImpl.java            |       45 +-
 .../compilerset/CompilerSetManagerImpl.java        |      287 +-
 .../compilerset/CompilerSetPreferences.java        |       13 +-
 .../compilerset/FixCodeAssistancePanel.java        |        2 +-
 .../toolchain/compilerset/NoCompilersPanel.form    |        4 +-
 .../cnd/toolchain/compilerset/ToolUtils.java       |      195 +-
 .../compilerset/ToolchainManagerImpl.java          |      609 +-
 .../toolchain/compilerset/ToolchainValidator.java  |      128 +-
 .../cnd/toolchain/execution/Bundle.properties      |        4 +
 .../toolchain/execution/CompileErrorScanner.java   |      247 +
 .../cnd/toolchain/execution/ErrorParser.java       |       25 +-
 .../cnd/toolchain/execution/GCCErrorParser.java    |      173 +-
 .../toolchain/execution/OutputListenerFactory.java |       74 -
 .../toolchain/execution/OutputListenerImpl.java    |      132 +-
 .../cnd/toolchain/execution/SUNErrorParser.java    |       19 +-
 .../org/netbeans/modules/cnd/toolchain/layer.xml   |      573 +-
 .../resources/toolchaindefinition/CLang_c.xml      |       51 +
 .../resources/toolchaindefinition/CLang_cpp.xml    |       51 +
 .../resources/toolchaindefinition/CLang_flavor.xml |       50 +
 .../toolchaindefinition/CLang_mac_flavor.xml       |       50 +
 .../toolchaindefinition/CLang_solaris_flavor.xml   |       50 +
 .../resources/toolchaindefinition/Cygwin_4.x_c.xml |        2 +-
 .../toolchaindefinition/Cygwin_4.x_cpp.xml         |        2 +-
 .../toolchaindefinition/Cygwin_4.x_flavor.xml      |        2 +-
 .../toolchaindefinition/Cygwin_flavor.xml          |        2 +-
 .../resources/toolchaindefinition/GNU_c.xml        |       16 +-
 .../resources/toolchaindefinition/GNU_cpp.xml      |       15 +-
 .../resources/toolchaindefinition/GNU_flavor.xml   |        2 +-
 .../resources/toolchaindefinition/GNU_linker.xml   |        2 +-
 .../toolchaindefinition/GNU_mac_flavor.xml         |        2 +-
 .../resources/toolchaindefinition/GNU_scanner.xml  |       10 +-
 .../toolchaindefinition/GNU_solaris_flavor.xml     |        2 +-
 .../resources/toolchaindefinition/Intel_c.xml      |       58 +
 .../resources/toolchaindefinition/Intel_cpp.xml    |       58 +
 .../resources/toolchaindefinition/Intel_flavor.xml |       50 +
 .../toolchaindefinition/Intel_fortran.xml          |       51 +
 .../toolchaindefinition/Interix_flavor.xml         |        2 +-
 .../toolchaindefinition/MinGW_TDM_assembler.xml    |        2 +-
 .../resources/toolchaindefinition/MinGW_TDM_c.xml  |        2 +-
 .../toolchaindefinition/MinGW_TDM_cpp.xml          |        2 +-
 .../toolchaindefinition/MinGW_TDM_flavor.xml       |        2 +-
 .../toolchaindefinition/MinGW_TDM_fortran.xml      |        2 +-
 .../resources/toolchaindefinition/MinGW_c.xml      |        2 +-
 .../resources/toolchaindefinition/MinGW_cpp.xml    |        2 +-
 .../resources/toolchaindefinition/MinGW_flavor.xml |        2 +-
 .../toolchaindefinition/MinGW_fortran.xml          |        2 +-
 .../toolchaindefinition/OSS_linuxGNU_cpp.xml       |      117 +
 .../toolchaindefinition/OSS_linuxGNU_flavor.xml    |       52 +
 ...linuxGNU_linker.xml => OSS_linuxGNU_linker.xml} |        0
 .../toolchaindefinition/OSS_solaris-sparc_c.xml    |      109 +
 .../toolchaindefinition/OSS_solaris-sparc_cpp.xml  |      114 +
 .../OSS_solaris-sparc_flavor.xml                   |       53 +
 .../OSS_solaris-sparc_fortran.xml                  |       80 +
 .../OSS_solaris-x86_linux_c.xml                    |      109 +
 .../OSS_solaris-x86_linux_cpp.xml                  |      114 +
 .../OSS_solaris-x86_linux_flavor.xml               |       54 +
 .../OSS_solaris-x86_linux_fortran.xml              |       80 +
 .../OracleSolarisStudio_flavor.xml                 |        2 +-
 .../SunStudioExpressAten_linuxGNU_cpp.xml          |       61 -
 .../SunStudioExpressAten_linuxGNU_flavor.xml       |       53 -
 .../SunStudioExpressAten_solaris-sparc_c.xml       |       52 -
 .../SunStudioExpressAten_solaris-sparc_cpp.xml     |       52 -
 .../SunStudioExpressAten_solaris-sparc_flavor.xml  |       53 -
 .../SunStudioExpressAten_solaris-sparc_fortran.xml |       52 -
 .../SunStudioExpressAten_solaris-x86_linux_c.xml   |       55 -
 .../SunStudioExpressAten_solaris-x86_linux_cpp.xml |       55 -
 ...nStudioExpressAten_solaris-x86_linux_flavor.xml |       54 -
 ...StudioExpressAten_solaris-x86_linux_fortran.xml |       55 -
 .../SunStudioExpressCeres_c.xml                    |       52 -
 .../SunStudioExpressCeres_cpp.xml                  |       52 -
 .../SunStudioExpressCeres_flavor.xml               |       56 -
 .../SunStudioExpressCeres_fortran.xml              |       52 -
 .../SunStudioExpressSpica_linuxGNU_cpp.xml         |       61 -
 .../SunStudioExpressSpica_linuxGNU_flavor.xml      |       53 -
 .../SunStudioExpressSpica_linuxGNU_linker.xml      |       52 -
 .../SunStudioExpressSpica_solaris-sparc_c.xml      |       52 -
 .../SunStudioExpressSpica_solaris-sparc_cpp.xml    |       52 -
 .../SunStudioExpressSpica_solaris-sparc_flavor.xml |       53 -
 ...SunStudioExpressSpica_solaris-sparc_fortran.xml |       52 -
 .../SunStudioExpressSpica_solaris-x86_linux_c.xml  |       55 -
 ...SunStudioExpressSpica_solaris-x86_linux_cpp.xml |       55 -
 ...StudioExpressSpica_solaris-x86_linux_flavor.xml |       54 -
 ...tudioExpressSpica_solaris-x86_linux_fortran.xml |       55 -
 .../toolchaindefinition/SunStudio_10_flavor.xml    |        2 +-
 .../toolchaindefinition/SunStudio_11_flavor.xml    |        2 +-
 .../toolchaindefinition/SunStudio_11_sparc_c.xml   |       51 +
 .../toolchaindefinition/SunStudio_11_sparc_cpp.xml |       51 +
 .../SunStudio_12.1_solaris-sparc_c.xml             |        2 +-
 .../SunStudio_12.1_solaris-sparc_cpp.xml           |        2 +-
 .../SunStudio_12.1_solaris-sparc_flavor.xml        |        2 +-
 .../SunStudio_12.1_solaris-sparc_fortran.xml       |        2 +-
 .../SunStudio_12.1_solaris-x86_linux_c.xml         |        2 +-
 .../SunStudio_12.1_solaris-x86_linux_cpp.xml       |        2 +-
 .../SunStudio_12.1_solaris-x86_linux_flavor.xml    |        2 +-
 .../SunStudio_12.1_solaris-x86_linux_fortran.xml   |        2 +-
 .../SunStudio_12.2_linuxGNU_cpp.xml                |        1 +
 .../SunStudio_12.2_linuxGNU_flavor.xml             |        2 +-
 .../SunStudio_12.2_solaris-sparc_c.xml             |        2 +-
 .../SunStudio_12.2_solaris-sparc_cpp.xml           |        2 +-
 .../SunStudio_12.2_solaris-sparc_flavor.xml        |        2 +-
 .../SunStudio_12.2_solaris-sparc_fortran.xml       |        2 +-
 .../SunStudio_12.2_solaris-x86_linux_c.xml         |        2 +-
 .../SunStudio_12.2_solaris-x86_linux_cpp.xml       |        2 +-
 .../SunStudio_12.2_solaris-x86_linux_flavor.xml    |        2 +-
 .../SunStudio_12.2_solaris-x86_linux_fortran.xml   |        2 +-
 .../SunStudio_12.3_linuxGNU_cpp.xml                |        1 +
 .../SunStudio_12.3_linuxGNU_flavor.xml             |        4 +-
 .../SunStudio_12.3_solaris-sparc_c.xml             |        2 +-
 .../SunStudio_12.3_solaris-sparc_cpp.xml           |        2 +-
 .../SunStudio_12.3_solaris-sparc_flavor.xml        |        4 +-
 .../SunStudio_12.3_solaris-sparc_fortran.xml       |        2 +-
 .../SunStudio_12.3_solaris-x86_linux_c.xml         |        2 +-
 .../SunStudio_12.3_solaris-x86_linux_cpp.xml       |        2 +-
 .../SunStudio_12.3_solaris-x86_linux_flavor.xml    |        6 +-
 .../SunStudio_12.3_solaris-x86_linux_fortran.xml   |        2 +-
 .../toolchaindefinition/SunStudio_12_flavor.xml    |        2 +-
 .../toolchaindefinition/SunStudio_12_sparc_c.xml   |       54 +
 .../toolchaindefinition/SunStudio_12_sparc_cpp.xml |       54 +
 .../toolchaindefinition/SunStudio_8_flavor.xml     |        2 +-
 .../toolchaindefinition/SunStudio_9_flavor.xml     |        2 +-
 .../resources/toolchaindefinition/SunStudio_c.xml  |       11 +-
 .../toolchaindefinition/SunStudio_cpp.xml          |       12 +-
 .../toolchaindefinition/SunStudio_flavor.xml       |        2 +-
 .../toolchaindefinition/SunStudio_scanner.xml      |        5 +-
 .../toolchaindefinition/WinAVR_flavor.xml          |        2 +-
 .../cnd/toolchain/ui/compiler/Bundle.properties    |       23 +-
 .../toolchain/ui/compiler/ParserSettingsPanel.form |       99 +-
 .../toolchain/ui/compiler/ParserSettingsPanel.java |       90 +-
 .../cnd/toolchain/ui/compiler/PredefinedPanel.form |       78 +-
 .../cnd/toolchain/ui/compiler/PredefinedPanel.java |      165 +-
 .../toolchain/ui/options/AddCompilerSetPanel.form  |        2 +-
 .../toolchain/ui/options/AddCompilerSetPanel.java  |      360 +-
 .../cnd/toolchain/ui/options/Bundle.properties     |       46 +-
 .../ui/options/DuplicateCompilerSetPanel.form      |        2 +-
 .../toolchain/ui/options/ToolCollectionPanel.form  |       54 +-
 .../toolchain/ui/options/ToolCollectionPanel.java  |      194 +-
 .../ui/options/ToolsCacheManagerImpl.java          |       62 +-
 .../cnd/toolchain/ui/options/ToolsPanel.form       |        6 +-
 .../cnd/toolchain/ui/options/ToolsPanel.java       |      274 +-
 .../cnd/toolchain/ui/options/ToolsUtils.java       |       21 +
 .../cnd/toolchain/ui/options/VersionCommand.java   |       40 +-
 .../toolchain/api/ScannerTestCase/testArmLogs.pass |        5 +
 .../toolchain/api/ScannerTestCase/testArmLogs.dat  |       14 +
 .../modules/cnd/toolchain/api/CompilerTest.java    |        1 +
 .../cnd/toolchain/api/ReadRegistryTestCase.java    |       14 +-
 .../modules/cnd/toolchain/api/ScannerTestCase.java |      139 +-
 .../cnd/toolchain/api/ScriptGeneratorTestCase.java |      133 +-
 .../cnd/toolchain/api/toolchaindefinition.xsd      |      200 +-
 .../cnd/toolchain/compilers/DiscoverFlagsTest.java |      491 +
 .../toolchain/compilers/GNUCCCCompilerTest.java    |      368 +-
 .../cnd/toolchain/compilers/MacroNameTest.java     |      128 +
 .../compilerset/SplitRegistryTestCase.java         |        2 +-
 .../compilerset/WriteRegistryTestCase.java         |       72 +-
 cnd.utils/manifest.mf                              |        2 +-
 cnd.utils/nbproject/project.properties             |        6 +-
 cnd.utils/nbproject/project.xml                    |      102 +-
 .../netbeans/modules/cnd/debug/CndTraceFlags.java  |       17 +
 .../cnd/spi/editor/CsmCodeBlockProvider.java       |       91 +
 .../cnd/spi/utils/CndFileSystemProvider.java       |      144 +-
 .../cnd/spi/utils/ComponentVersionProvider.java    |       52 +
 .../cnd/spi/utils/FileObjectRedirector.java        |       52 +
 .../cnd/spi/utils/UsagesCounterProvider.java       |       58 +
 .../netbeans/modules/cnd/support/Interrupter.java  |       59 +
 .../org/netbeans/modules/cnd/utils/Antiloop.java   |       79 +
 .../modules/cnd/utils/CndCollectionUtils.java      |      145 +
 .../modules/cnd/utils/CndPathUtilities.java        |      784 +
 .../modules/cnd/utils/CndPathUtilitities.java      |      760 -
 .../org/netbeans/modules/cnd/utils/CndUtils.java   |       74 +-
 .../netbeans/modules/cnd/utils/ComponentType.java  |      103 +
 .../modules/cnd/utils/FileFilterFactory.java       |       25 +-
 .../netbeans/modules/cnd/utils/MIMEExtensions.java |        6 +
 .../org/netbeans/modules/cnd/utils/MIMENames.java  |       22 +-
 .../netbeans/modules/cnd/utils/MIMESupport.java    |        6 +-
 .../netbeans/modules/cnd/utils/MutableObject.java  |       58 +
 .../modules/cnd/utils/OSSComponentUsages.java      |      130 +
 .../cnd/utils/SuspendableFileChangeListener.java   |      377 +
 .../modules/cnd/utils/cache/APTStringManager.java  |        4 +
 .../modules/cnd/utils/cache/CharSequenceUtils.java |      199 +
 .../modules/cnd/utils/cache/CndFileUtils.java      |      232 +-
 .../modules/cnd/utils/cache/FilePathCache.java     |        2 +
 .../modules/cnd/utils/cache/MapSnapshot.java       |      382 +
 .../modules/cnd/utils/cache/TextCache.java         |        4 +-
 .../modules/cnd/utils/cache/TinyArrayMap.java      |      352 +
 .../netbeans/modules/cnd/utils/cache/TinyMaps.java |      269 +
 .../modules/cnd/utils/cache/TinySingletonMap.java  |       63 +-
 .../modules/cnd/utils/cache/TinyTwoValuesMap.java  |      433 +
 .../cnd/utils/filters/AllLibraryFileFilter.java    |        2 +-
 .../modules/cnd/utils/filters/Bundle.properties    |        1 +
 .../cnd/utils/filters/CndOpenFileDialogFilter.java |      143 -
 .../modules/cnd/utils/filters/CoreFileFilter.java  |      162 +
 .../utils/filters/PeDynamicLibraryFileFilter.java  |        2 +-
 .../modules/cnd/utils/ui/Bundle.properties         |        2 +-
 .../modules/cnd/utils/ui/CndUIConstants.java       |        2 +
 .../netbeans/modules/cnd/utils/ui/FileChooser.java |      154 +-
 .../modules/cnd/utils/ui/ListEditorPanel.form      |        2 +-
 .../modules/cnd/utils/ui/ListEditorPanel.java      |      155 +-
 .../modules/cnd/utils/ui/ModalMessageDlg.java      |      296 +-
 .../utils/ui/ModalMessageDlgCancellablePane.form   |       60 -
 .../utils/ui/ModalMessageDlgCancellablePane.java   |      135 -
 .../modules/cnd/utils/ui/ModalMessageDlgPane.form  |       41 +-
 .../modules/cnd/utils/ui/ModalMessageDlgPane.java  |       37 +-
 .../netbeans/modules/cnd/utils/ui/NamedOption.java |      158 +
 .../netbeans/modules/cnd/utils/ui/PopupUtil.java   |        5 +
 .../modules/cnd/utils/CndFileUtilsTest.java        |      144 +
 .../modules/cnd/utils/CndPathUtilitiesTest.java    |      194 +
 .../modules/cnd/utils/CndPathUtilititiesTest.java  |      132 -
 .../utils/SuspendableFileChangeListenerTest.java   |      316 +
 .../modules/cnd/utils/cache/TinyMapsTest.java      |      105 +
 .../cnd/utils/ui/ModalMessageDlgTestCase.java      |       98 -
 cnd/build.xml                                      |        2 +-
 .../AddtlIncludeDirectories.html                   |       71 +-
 .../AddtlLibraryDirectories.html                   |        4 +-
 .../help/CandC++ProjectBasics/ArchiverOptions.html |        4 +-
 .../cnd/help/CandC++ProjectBasics/Attaching.html   |       14 +-
 .../CandC++ProjectBasics/BalloonEvaluation.html    |        4 +-
 .../BuildingCorC++Project.html                     |       18 +-
 .../CandC++ProjectBasics/CandC++Breakpoints.html   |       16 +-
 .../CandC++BreakpointsWindow.html                  |       28 +-
 .../CandC++ProjectBasics/CandC++BuildingTasks.html |       29 +-
 .../CandC++CallStackWindow.html                    |        4 +-
 .../CandC++DebuggerContext.html                    |      157 +-
 .../CandC++DebuggingTasks.html                     |       22 +-
 .../CandC++DisassemblyWIndow.html                  |        4 +-
 .../CandC++EvaluationWindow.html                   |        7 +-
 .../CandC++LocalVariablesWindow.html               |        8 +-
 .../CandC++ProjectBasics/CandC++MemoryWindow.html  |        4 +-
 .../help/CandC++ProjectBasics/CandC++Options.html  |      194 +-
 .../CandC++RegistersWindow.html                    |        4 +-
 .../CandC++SessionsWindow.html                     |        6 +-
 .../CandC++ProjectBasics/CandC++ThreadsWindow.html |        4 +-
 .../CandC++ProjectBasics/CandC++WatchesWindow.html |        4 +-
 .../help/CandC++ProjectBasics/CodeAssistance.html  |       76 -
 .../help/CandC++ProjectBasics/CompilerOptions.html |      140 +-
 .../CompilingSingleCandC++File.html                |        4 +-
 .../CorC++VariablesandExpressions.html             |        9 +-
 .../CandC++ProjectBasics/CreatingCorC++Watch.html  |        6 +-
 .../CandC++ProjectBasics/CreatingDependencies.html |       18 +-
 .../help/CandC++ProjectBasics/DebuggerConsole.html |        4 +-
 .../help/CandC++ProjectBasics/DebuggerWindows.html |        4 +-
 .../DebuggingCorC++Project.html                    |        4 +-
 .../CandC++ProjectBasics/DebuggingCoreFile.html    |        8 +-
 .../CandC++ProjectBasics/DebuggingOptions.html     |       57 +
 .../cnd/help/CandC++ProjectBasics/Environment.html |       76 +-
 .../CandC++ProjectBasics/EvaluatingExpression.html |        4 +-
 .../FinishingCorC++DebugSession.html               |        4 +-
 .../GlobalDebuggingOptions.html                    |       99 +
 .../CandC++ProjectBasics/GroupingBreakpoints.html  |       78 +
 .../cnd/help/CandC++ProjectBasics/Libraries.html   |        4 +-
 .../help/CandC++ProjectBasics/LinkerOptions.html   |        4 +-
 .../cnd/help/CandC++ProjectBasics/Packaging.html   |        4 +-
 .../help/CandC++ProjectBasics/PackagingFiles.html  |        4 +-
 .../CandC++ProjectBasics/PoppingCorC++Stack.html   |        4 +-
 .../cnd/help/CandC++ProjectBasics/Projects.html    |       18 +-
 .../CandC++ProjectBasics/ResolveBuildTools.html    |       26 +-
 .../cnd/help/CandC++ProjectBasics/RunToCursor.html |        4 +-
 .../CandC++ProjectBasics/RunningCorC++Project.html |       14 +-
 .../RuntimeSearchDirectories.html                  |       11 +-
 .../SettingCorC++Breakpoint.html                   |        8 +-
 .../StartingLocalDebuggingSession.html             |       21 +-
 .../SteppingThroughCorC++.html                     |        4 +-
 .../cnd/help/CandC++ProjectBasics/Threads.html     |        4 +-
 .../CandC++ProjectBasics/UsingCorC++CallStack.html |        4 +-
 .../cnd/help/CandC++ProjectBasics/Watch.html       |        4 +-
 .../CandC++ProjectBasics/WorkingWithDebugging.html |      219 +-
 .../preprocessor-definitions.html                  |        4 +-
 .../preprocessor-undefine.html                     |       33 +
 .../help/CreatingMakefile/CreatingMakefile.html    |        4 +-
 .../help/CreatingMakefile/advanced_options.html    |       10 +-
 .../cnd/help/CreatingMakefile/base_directory.html  |      159 +-
 .../cnd/help/CreatingMakefile/basic_options.html   |      170 +-
 .../CreatingMakefile/build_output_directory.html   |        4 +-
 .../cnd/help/CreatingMakefile/compiler_paths.html  |      150 +-
 .../CreatingMakefile/compiling_preference.html     |        4 +-
 .../cnd/help/CreatingMakefile/custom_make.html     |        4 +-
 .../help/CreatingMakefile/include_directories.html |        4 +-
 .../cnd/help/CreatingMakefile/libraries.html       |        4 +-
 .../cnd/help/CreatingMakefile/list_of_targets.html |        4 +-
 .../cnd/help/CreatingMakefile/recursive_make.html  |        4 +-
 .../cnd/help/CreatingMakefile/review_makefile.html |        4 +-
 .../cnd/help/CreatingMakefile/source_files.html    |        4 +-
 .../help/CreatingMakefile/standard_libraries.html  |        4 +-
 .../cnd/help/CreatingMakefile/target_location.html |        4 +-
 .../cnd/help/CreatingMakefile/target_name.html     |        4 +-
 .../help/CreatingMakefile/type_and_platform.html   |        4 +-
 .../EditingSourceFiles/AbbreviationsQuickRef.html  |        4 +-
 .../EditingSourceFiles/CandC++CodeFolding.html     |        8 +-
 .../ChangeFunctionParameters.html                  |       67 +
 .../cnd/help/EditingSourceFiles/Commenting.html    |        4 +-
 .../help/EditingSourceFiles/CppDocumentation.html  |       33 +
 .../EditingSourceFiles/CreatingCodeTemplates.html  |        4 +-
 .../DisablingAutoCodeCompletion.html               |        7 +-
 .../cnd/help/EditingSourceFiles/Documenting.html   |      128 +-
 .../EditingFortranSourceFiles.html                 |        4 +-
 .../EditingSourceFiles/EditingSourceFiles.html     |        4 +-
 .../help/EditingSourceFiles/EncapsulateFields.html |      142 +
 .../help/EditingSourceFiles/ErrorHighlighting.html |        4 +-
 .../help/EditingSourceFiles/FindUsagesDialog.html  |       37 +-
 .../cnd/help/EditingSourceFiles/FindinProject.html |      158 +
 .../cnd/help/EditingSourceFiles/FindingUsages.html |        4 +-
 .../help/EditingSourceFiles/GoToDeclaration.html   |        4 +-
 .../cnd/help/EditingSourceFiles/GoToFunction.html  |        4 +-
 .../cnd/help/EditingSourceFiles/GoToInclude.html   |        4 +-
 .../cnd/help/EditingSourceFiles/GoToOverride.html  |        4 +-
 .../cnd/help/EditingSourceFiles/GoToType.html      |        4 +-
 .../modules/cnd/help/EditingSourceFiles/Icons.html |      826 +-
 .../cnd/help/EditingSourceFiles/IncludeView.html   |        6 +-
 .../EditingSourceFiles/MacroExpansionWindow.html   |       92 +
 .../cnd/help/EditingSourceFiles/Refactoring.html   |        6 +-
 .../help/EditingSourceFiles/RefactoringWindow.html |        6 +-
 .../SettingCompletionBoxDelay.html                 |        4 +-
 .../EditingSourceFiles/SourceHeaderSwitch.html     |        4 +-
 .../cnd/help/EditingSourceFiles/TypeView.html      |        4 +-
 .../cnd/help/EditingSourceFiles/UsagesWindow.html  |       16 +-
 .../EditingSourceFiles/UsingAbbreviations.html     |        4 +-
 .../help/EditingSourceFiles/UsingBreadcrumbs.html  |       81 +
 .../help/EditingSourceFiles/UsingCallGraph.html    |      227 +-
 .../help/EditingSourceFiles/UsingClassView.html    |        4 +-
 .../EditingSourceFiles/UsingCodeCompletion.html    |      227 +-
 .../help/EditingSourceFiles/UsingHyperlinks.html   |        4 +-
 .../help/EditingSourceFiles/UsingNavigator.html    |      222 +-
 .../EditingSourceFiles/UsingPairCompletion.html    |        4 +-
 .../cnd/help/GettingStarted/CandC++Overview.html   |       19 +-
 .../GettingStarted/CandC++ProjectsMakefiles.html   |        4 +-
 .../cnd/help/GettingStarted/FilesWindow.html       |       15 +-
 .../GettingStarted/IDEToolsCandC++Development.html |       28 +-
 .../help/GettingStarted/KeyCandC++Concepts.html    |        4 +-
 .../modules/cnd/help/GettingStarted/Memory.html    |       46 +-
 .../cnd/help/GettingStarted/ProjectsWindow.html    |       19 +-
 .../AnalyzingCPUUsageCandC++FortanApps.html        |      104 -
 .../AnalyzingIOUsageCandC++FortranApps.html        |      101 -
 .../AnalyzingMemoryUsageCandC++FortranApps.html    |      104 -
 ...alyzingThreadMicrostatesCandC++FortranApps.html |      115 -
 .../AnalyzingThreadUsageCandC++FortranApps.html    |      110 -
 ...ablingDTraceForProfilingCandC++FortranApps.html |      106 -
 .../ManagingProfileConfigurations.html             |      102 -
 .../OverviewOfCandC++Profiling.html                |      128 -
 .../ProfilingCandC++Projects.html                  |      103 -
 .../ProfilingThreadedCandC++Apps.html              |       54 -
 .../RunMonitorWindowforCandC++Fort.html            |       96 -
 .../CreateCppUnitTestWizardP1.html                 |       46 +-
 .../CreateCppUnitTestWizardP2.html                 |        4 +-
 .../TestingCandC++Projects/CreateTestWizardP1.html |       54 +-
 .../TestingCandC++Projects/CreateTestWizardP2.html |       66 +-
 .../help/TestingCandC++Projects/c_unit_about.html  |       36 +-
 .../c_unit_creatingtests.html                      |       67 +-
 .../c_unit_debuggingtests.html                     |       59 +-
 .../TestingCandC++Projects/c_unit_overview.html    |       26 +-
 .../TestingCandC++Projects/c_unit_quickref.html    |       66 +-
 .../c_unit_resultswindow.html                      |      114 +-
 .../c_unit_runningtests.html                       |      137 +-
 .../AboutCandC++Projects.html                      |       74 +-
 .../AboutQtProjects.html                           |       95 +-
 .../AddingFilesAndFolders.html                     |      185 +-
 .../AddingUnitTests.html                           |        4 +-
 .../CandC++BuildingTasks.html                      |       19 +-
 .../WorkingWithCandC++Projects/CodeAssistance.html |      104 +-
 .../CodeAssistanceCache.html                       |      167 +
 .../CodeAssistanceWizardP1.html                    |       14 +-
 .../CodeAssistanceWizardP2.html                    |      172 +-
 .../CodeAssistanceWizardP3.html                    |      135 +-
 .../CodeAssistanceWizardP4.html                    |        4 +-
 .../CodeAssistanceWizardP5.html                    |       10 +-
 .../CodeAssistanceWizardP6.html                    |        4 +-
 .../CodeCompletionOptions.html                     |       80 +
 .../CompilingSingleCandC++File.html                |        4 +-
 .../WorkingWithCandC++Projects/Configuring.html    |        4 +-
 .../ConfiguringBuildTools.html                     |      171 +-
 .../ConfiguringCodeStyle.html                      |      338 +-
 .../ConfiguringFileExtensions.html                 |      175 +-
 .../ConfiguringParsingSettings.html                |        4 +-
 .../ConfiguringProjectDefaults.html                |        4 +-
 .../ConfiguringProjectSettings.html                |       28 +-
 .../ConfiguringSemanticHighlighting.html           |       34 +-
 .../WorkingWithCandC++Projects/CreateProject.html  |        4 +-
 .../CreatingCorC++Project.html                     |       15 +-
 .../CreatingCorC++ProjectBinary.html               |       41 +
 .../DeletingCorC++Project.html                     |        4 +-
 .../ManagingProjectConfigurations.html             |       14 +-
 .../MovingCorC++Project.html                       |        4 +-
 .../WorkingWithCandC++Projects/NewAppWizard.html   |       16 +-
 .../NewBinaryWizardP1.html                         |        4 +-
 .../NewBinaryWizardP2.html                         |        8 +-
 .../NewDynamicLibWizard.html                       |       15 +-
 .../NewMakeWizardP0.html                           |       15 +-
 .../NewMakeWizardP1.html                           |        9 +-
 .../NewMakeWizardP2.html                           |       11 +-
 .../NewMakeWizardP3.html                           |       15 +-
 .../NewMakeWizardP4.html                           |       12 +-
 .../NewMakeWizardP5.html                           |       20 +-
 .../NewMakeWizardRemoteHostP1.html                 |       12 +-
 .../NewMakeWizardRemoteHostP2.html                 |        4 +-
 .../NewMakeWizardRemoteHostP3.html                 |        8 +-
 .../NewMakeWizardRemoteHostP4.html                 |       10 +-
 .../NewMakeWizardRemoteHostP5.html                 |        4 +-
 .../NewMakeWizardRemoteHostP6.html                 |        4 +-
 .../NewMakeWizardRemoteHostP7.html                 |        4 +-
 .../NewMakeWizardRemoteHostP8.html                 |        9 +-
 .../NewMakeWizardRemoteHostP9.html                 |        7 +-
 .../NewRemoteDevelopmentHostWizardP1.html          |       18 +-
 .../NewRemoteDevelopmentHostWizardP2.html          |       12 +-
 .../NewRemoteDevelopmentHostWizardP3.html          |       36 +-
 .../NewStaticLibWizard.html                        |       15 +-
 .../ProjectPropsArchiverGeneral.html               |        4 +-
 .../ProjectPropsBuild.html                         |       16 +-
 .../ProjectPropsCompilerGeneral.html               |      212 +-
 .../ProjectPropsDebugging.html                     |      146 +-
 .../ProjectPropsFormatting.html                    |       60 +
 .../ProjectPropsGeneral.html                       |      109 +-
 .../ProjectPropsLinkerGeneral.html                 |       11 +-
 .../ProjectPropsMake.html                          |       38 +-
 .../ProjectPropsPackaging.html                     |       11 +-
 .../ProjectPropsParser.html                        |      221 +-
 .../ProjectPropsProfile.html                       |       78 -
 .../WorkingWithCandC++Projects/ProjectPropsQt.html |      143 +-
 .../ProjectPropsRequired.html                      |       13 +-
 .../ProjectPropsRunning.html                       |      176 +-
 .../WorkingWithCandC++Projects/ProjectTasks.html   |       26 +-
 .../PublicPrivateProperties.html                   |       65 +
 .../RemoteDevelopment.html                         |      181 +-
 .../RemoteDevelopmentConfigureHost.html            |       98 +-
 .../RemoteDevelopmentFileSharing.html              |      131 +-
 .../RemoteDevelopmentHostProperties.html           |      100 +-
 .../RemoteDevelopmentManageHosts.html              |       30 +-
 .../RemoteDevelopmentManaging.html                 |      269 +-
 .../RemoteDevelopmentProjects.html                 |       57 +-
 .../RemoteDevelopmentTerminal.html                 |      177 +-
 .../RemoteDevelopmentToolbar.html                  |      105 +
 .../WorkingWithCandC++Projects/RemoteModes.html    |      206 +
 .../RunningCorC++Project.html                      |       16 +-
 .../SettingCandC++FileProperties.html              |      175 +-
 .../SettingCandC++FolderProperties.html            |      121 +
 .../SettingCandC++ProjectProperties.html           |       10 +-
 .../SettingMainCorC++Project.html                  |       14 +-
 .../UsingCandC++Launchers.html                     |       79 +
 .../WorkingWithCandC++Projects.html                |       18 +-
 .../org/netbeans/modules/cnd/help/cndHelp.jhp      |       51 +-
 .../org/netbeans/modules/cnd/help/cndTOC.xml       |       48 +-
 .../org/netbeans/modules/cnd/help/credits.html     |        4 +-
 cnd/javahelp/org/netbeans/modules/cnd/help/ide.css |        8 +-
 .../help}/images/BreakpointGroups_options_16.png   |      Bin
 .../modules/cnd/help/images/NewBreakpoint.png      |      Bin 0 -> 474 bytes
 .../modules/cnd/help/images/RemoteToolbar.png      |      Bin 0 -> 4749 bytes
 .../modules/cnd/help/images/connected24.png        |      Bin 0 -> 514 bytes
 .../modules/cnd/help/images/dataraceicon.png       |      Bin 1064 -> 0 bytes
 .../modules/cnd/help/images/newProject24.png       |      Bin 0 -> 718 bytes
 .../modules/cnd/help/images/openFile24.png         |      Bin 0 -> 870 bytes
 .../modules/cnd/help/images/openProject24.png      |      Bin 0 -> 870 bytes
 .../netbeans/modules/cnd/help/images/refresh.png   |      Bin 875 -> 915 bytes
 .../org/netbeans/modules/cnd/help/legal_notice.htm |       40 +
 cnd/javahelp/org/netbeans/modules/cnd/help/map.xml |       53 +-
 cnd/nbproject/project.properties                   |        4 +-
 cnd/nbproject/project.xml                          |       87 +-
 .../cnd/actions/AbstractExecutorRunAction.java     |       89 +-
 .../netbeans/modules/cnd/actions/Bundle.properties |       18 +
 .../netbeans/modules/cnd/actions/CMakeAction.java  |       22 +-
 .../modules/cnd/actions/CompileAction.java         |      313 +
 .../modules/cnd/actions/CompileRunAction.java      |      125 +
 .../modules/cnd/actions/CompileRunActionBase.java  |      261 +
 .../modules/cnd/actions/MakeBaseAction.java        |       31 +-
 .../modules/cnd/actions/MakeTargetAction.java      |       36 +-
 .../netbeans/modules/cnd/actions/QMakeAction.java  |       21 +-
 .../modules/cnd/actions/ShellRunAction.java        |       30 +-
 .../cnd/api/utils/CndFileVisibilityQuery.java      |        6 +-
 .../modules/cnd/api/utils/CndVisibilityQuery.java  |       37 +-
 .../modules/cnd/api/utils/PlatformInfo.java        |       30 +-
 .../netbeans/modules/cnd/api/xml/Bundle.properties |        1 +
 .../modules/cnd/api/xml/CancelledException.java    |       55 +
 .../modules/cnd/api/xml/LineSeparatorDetector.java |      183 +
 .../netbeans/modules/cnd/api/xml/XMLDecoder.java   |       21 +-
 .../netbeans/modules/cnd/api/xml/XMLDocReader.java |      147 +-
 .../netbeans/modules/cnd/api/xml/XMLDocWriter.java |       22 +-
 .../modules/cnd/api/xml/XMLEncoderStream.java      |       39 +-
 .../netbeans/modules/cnd/builds/Bundle.properties  |        2 +-
 .../netbeans/modules/cnd/builds/ImportUtils.java   |       87 +-
 .../netbeans/modules/cnd/builds/package-info.java  |        5 +
 .../cnd/editor/filecreation/BrowseFolders.form     |        8 +-
 .../cnd/editor/filecreation/BrowseFolders.java     |       31 +-
 .../cnd/editor/filecreation/Bundle.properties      |        1 +
 .../editor/filecreation/CCFSrcFileIterator.java    |       24 +-
 .../filecreation/CndClassWizardIterator.java       |        5 +-
 .../modules/cnd/editor/filecreation/CndPanel.java  |       31 +-
 .../cnd/editor/filecreation/CndPanelGUI.java       |       23 +-
 .../cnd/editor/filecreation/NewCndClassPanel.java  |        9 +-
 .../editor/filecreation/NewCndClassPanelGUI.java   |       23 +-
 .../filecreation/NewCndFileChooserPanel.java       |        8 +-
 .../filecreation/NewCndFileChooserPanelGUI.form    |        4 +-
 .../filecreation/NewCndFileChooserPanelGUI.java    |       17 +-
 .../cnd/editor/filecreation/NewQtFormPanel.java    |        9 +-
 .../cnd/editor/filecreation/NewQtFormPanelGUI.form |        2 +-
 .../cnd/editor/filecreation/NewQtFormPanelGUI.java |       13 +-
 .../modules/cnd/execution/Bundle.properties        |        6 +
 .../modules/cnd/execution/CompileExecSupport.java  |      291 +
 .../modules/cnd/execution/ExecutionSupport.java    |        3 +
 .../netbeans/modules/cnd/loaders/Bundle.properties |        8 +
 .../modules/cnd/loaders/CMakeDataObject.java       |       39 +-
 .../cnd/loaders/CMakeIncludeDataObject.java        |       34 +-
 .../cnd/loaders/CndCompileSupportProvider.java     |       95 +
 .../cnd/loaders/CndPropertiesProviderImpl.java     |       67 +
 .../netbeans/modules/cnd/loaders/ExeObject.java    |        6 +
 .../cnd/loaders/ExternalProgramOpenCookie.java     |      105 +-
 .../modules/cnd/loaders/QtProjectDataObject.java   |       39 +-
 .../QtResourceCreateFromTemplateHandler.java       |      130 +
 .../modules/cnd/loaders/QtResourceDataObject.java  |       29 +-
 .../cnd/loaders/QtTranslationDataObject.java       |        4 +-
 .../modules/cnd/loaders/QtUiDataLoader.java        |       11 +-
 .../modules/cnd/loaders/QtUiDataObject.java        |        2 +-
 .../modules/cnd/remote/LocalHostInfoProvider.java  |        5 +
 .../netbeans/modules/cnd/resources/mf-layer.xml    |       26 +-
 .../cnd/resources/mime-resolver-ext-based-qt.xml   |       66 +
 .../cnd/resources/mime-resolver-ext-based.xml      |       22 +-
 .../cnd/resources/templates/qt/simple-cc.template  |        2 +-
 .../netbeans/modules/cnd/settings/CppSettings.java |        2 +-
 .../modules/cnd/settings/MakeSettings.java         |       20 +-
 .../modules/cnd/ui/options/Bundle.properties       |        1 +
 .../cnd/ui/options/CndOtherOptionsPanel.form       |       30 +-
 .../cnd/ui/options/CndOtherOptionsPanel.java       |      140 +-
 .../cnd/api/execution/ExecutionSupportTest.java    |       99 +
 .../cnd/loaders/MakeDataObjectTestCase.java        |       87 +
 .../netbeans/modules/cnd/test/CndBaseTestCase.java |      121 +-
 .../modules/cnd/test/CndTestIOProvider.java        |       17 +-
 .../cnd/test/MockOpenProjectsTrampoline.java       |      129 -
 code.analysis/arch.xml                             |     1078 +
 code.analysis/build.xml                            |        5 +
 code.analysis/manifest.mf                          |        6 +
 code.analysis/nbproject/project.properties         |        4 +
 code.analysis/nbproject/project.xml                |      234 +
 .../netbeans/modules/analysis/AnalysisProblem.java |       58 +
 .../netbeans/modules/analysis/AnalysisResult.java  |       71 +
 .../netbeans/modules/analysis/Bundle.properties    |       10 +
 .../netbeans/modules/analysis/Configuration.java   |       89 +
 .../modules/analysis/ConfigurationsManager.java    |      189 +
 .../modules/analysis/DescriptionReader.java        |       52 +
 .../modules/analysis/RequiredPluginsPanel.form     |       54 +
 .../modules/analysis/RequiredPluginsPanel.java     |      134 +
 .../org/netbeans/modules/analysis/RunAnalysis.java |      315 +
 .../modules/analysis/RunAnalysisAction.java        |       65 +
 .../modules/analysis/RunAnalysisPanel.form         |      156 +
 .../modules/analysis/RunAnalysisPanel.java         |     1153 +
 .../org/netbeans/modules/analysis/SPIAccessor.java |      100 +
 .../src/org/netbeans/modules/analysis/Utils.java   |       63 +
 .../modules/analysis/api/CodeAnalysis.java         |       58 +
 .../analysis/spi/AnalysisScopeProvider.java        |       63 +
 .../netbeans/modules/analysis/spi/Analyzer.java    |      432 +
 .../modules/analysis/ui/AbstractErrorAction.java   |      183 +
 .../analysis/ui/AdjustConfigurationPanel.form      |       93 +
 .../analysis/ui/AdjustConfigurationPanel.java      |      448 +
 .../modules/analysis/ui/AnalysisProblemNode.java   |       71 +
 .../analysis/ui/AnalysisResultTopComponent.form    |      220 +
 .../analysis/ui/AnalysisResultTopComponent.java    |      519 +
 .../netbeans/modules/analysis/ui/Bundle.properties |       53 +
 .../analysis/ui/ConfigurationsComboModel.java      |      341 +
 .../netbeans/modules/analysis/ui/NextError.java    |      105 +
 .../org/netbeans/modules/analysis/ui/Nodes.java    |      739 +
 .../modules/analysis/ui/PreviousError.java         |       99 +
 .../modules/analysis/ui/RequiredPluginsNode.java   |      109 +
 .../modules/analysis/ui/resources/categorize.png   |      Bin 0 -> 415 bytes
 .../modules/analysis/ui/resources/nextmatch.png    |      Bin
 .../modules/analysis/ui/resources/package.gif      |      Bin 0 -> 481 bytes
 .../modules/analysis/ui/resources/prevmatch.png    |      Bin
 .../modules/analysis/ui/resources/refresh.png      |      Bin 0 -> 926 bytes
 .../modules/analysis/ui/resources/warning.gif      |      Bin 0 -> 547 bytes
 .../modules/analysis/spi/AnalyzerTest.java         |       72 +
 cordova.platforms.android/build.xml                |        5 +
 cordova.platforms.android/manifest.mf              |        6 +
 .../nbproject/project.properties                   |        2 +
 cordova.platforms.android/nbproject/project.xml    |      153 +
 .../modules/cordova/platforms/android/AVD.java     |      178 +
 .../platforms/android/AndroidActionProvider.java   |      237 +
 .../cordova/platforms/android/AndroidBrowser.java  |      315 +
 .../android/AndroidBrowserActionProvider.java      |       81 +
 .../platforms/android/AndroidBrowserFactory.java   |      182 +
 .../android/AndroidConfigurationPanel.form         |      154 +
 .../android/AndroidConfigurationPanel.java         |      366 +
 .../platforms/android/AndroidDebugTransport.java   |      233 +
 .../cordova/platforms/android/AndroidDevice.java   |      210 +
 .../cordova/platforms/android/AndroidPlatform.java |      399 +
 .../modules/cordova/platforms/android/Browser.java |       69 +
 .../cordova/platforms/android/Bundle.properties    |       55 +
 .../android/EnhancedBrowserProviderImpl.java       |       89 +
 .../cordova/platforms/android/RefreshListener.java |       64 +
 .../modules/cordova/platforms/android/Target.java  |      122 +
 .../cordova/platforms/android/androiddevice.png    |      Bin 0 -> 357 bytes
 .../cordova/platforms/android/androiddevice16.png  |      Bin 0 -> 354 bytes
 .../cordova/platforms/android/androidemulator.png  |      Bin 0 -> 841 bytes
 .../platforms/android/androidemulator16.png        |      Bin 0 -> 516 bytes
 cordova.platforms.ios/build.xml                    |        5 +
 cordova.platforms.ios/external/binaries-list       |        5 +
 cordova.platforms.ios/external/ios-sim-license.txt |       37 +
 .../external/libimobiledevice-license.txt          |      509 +
 .../external/libplist-license.txt                  |      509 +
 .../external/libusbmuxd-license.txt                |      509 +
 .../iDeviceNativeBinding/Makefile                  |      128 +
 .../nbproject/Makefile-Debug.mk                    |       86 +
 .../nbproject/Makefile-Release.mk                  |       86 +
 .../nbproject/Makefile-impl.mk                     |      133 +
 .../nbproject/Makefile-variables.mk                |       35 +
 .../nbproject/Package-Debug.bash                   |       76 +
 .../nbproject/Package-Release.bash                 |       76 +
 .../nbproject/configurations.xml                   |       94 +
 .../iDeviceNativeBinding/nbproject/project.xml     |       25 +
 .../iDeviceNativeBinding/webinspectorjni.c         |      149 +
 cordova.platforms.ios/manifest.mf                  |        6 +
 cordova.platforms.ios/nbproject/project.properties |        9 +
 cordova.platforms.ios/nbproject/project.xml        |      161 +
 .../cordova/platforms/ios/Bundle.properties        |       49 +
 .../cordova/platforms/ios/Command.properties       |       68 +
 .../platforms/ios/DeviceDebugTransport.java        |      112 +
 .../platforms/ios/EnhancedBrowserProviderImpl.java |       89 +
 .../cordova/platforms/ios/IOSActionProvider.java   |      145 +
 .../modules/cordova/platforms/ios/IOSBrowser.java  |      265 +
 .../platforms/ios/IOSBrowserActionProvider.java    |       96 +
 .../cordova/platforms/ios/IOSBrowserFactory.java   |      146 +
 .../platforms/ios/IOSConfigurationPanel.form       |      126 +
 .../platforms/ios/IOSConfigurationPanel.java       |      328 +
 .../cordova/platforms/ios/IOSDebugTransport.java   |      435 +
 .../modules/cordova/platforms/ios/IOSDevice.java   |      163 +
 .../modules/cordova/platforms/ios/IOSPlatform.java |      272 +
 .../platforms/ios/IOSProvisioningProfile.java      |      125 +
 .../modules/cordova/platforms/ios/IOSSDK.java      |      115 +
 .../cordova/platforms/ios/RefreshListener.java     |       64 +
 .../platforms/ios/SimulatorDebugTransport.java     |      153 +
 .../platforms/ios/WebInspectorJNIBinding.java      |      134 +
 .../modules/cordova/platforms/ios/iosdevice.png    |      Bin 0 -> 286 bytes
 .../modules/cordova/platforms/ios/iosdevice16.png  |      Bin 0 -> 237 bytes
 .../modules/cordova/platforms/ios/iossimulator.png |      Bin 0 -> 449 bytes
 .../cordova/platforms/ios/iossimulator16.png       |      Bin 0 -> 349 bytes
 .../cordova/platforms/ios/IOSPlatformTest.java     |       70 +
 .../modules/cordova/platforms/ios/PlistTest.java   |      123 +
 .../cordova/platforms/ios/ProvisioningTest.java    |       62 +
 .../modules/cordova/platforms/ios/disconnected.xml |       17 +
 .../modules/cordova/platforms/ios/jsoncommand.xml  |       19 +
 .../modules/cordova/platforms/ios/listing.xml      |       36 +
 .../modules/cordova/platforms/ios/toback.xml       |       14 +
 .../modules/cordova/platforms/ios/tofront.xml      |       23 +
 cordova.platforms/build.xml                        |        5 +
 cordova.platforms/manifest.mf                      |        6 +
 cordova.platforms/nbproject/project.properties     |        3 +
 cordova.platforms/nbproject/project.xml            |      193 +
 .../platforms/BrowserConfigurationPanel.form       |       56 +
 .../platforms/BrowserConfigurationPanel.java       |      117 +
 .../cordova/platforms/BrowserCustomizer.java       |       87 +
 .../cordova/platforms/BrowserURLMapperImpl.java    |       74 +
 .../modules/cordova/platforms/Bundle.properties    |       10 +
 .../cordova/platforms/EnhancedBrowserImpl.java     |      134 +
 .../cordova/platforms/MobilePlatformsSetup.form    |       58 +
 .../cordova/platforms/MobilePlatformsSetup.java    |      108 +
 .../platforms/RefreshOnSaveListenerImpl.java       |       80 +
 .../platforms/api/ClientProjectUtilities.java      |      102 +
 .../cordova/platforms/api/PlatformManager.java     |       75 +
 .../cordova/platforms/api/ProcessUtilities.java    |      177 +
 .../platforms/api/WebKitDebuggingSupport.java      |      270 +
 .../cordova/platforms/spi/BuildPerformer.java      |       63 +
 .../modules/cordova/platforms/spi/Device.java      |       79 +
 .../platforms/spi/MobileDebugTransport.java        |      130 +
 .../cordova/platforms/spi/MobilePlatform.java      |      148 +
 .../cordova/platforms/spi/PropertyProvider.java    |       53 +
 .../cordova/platforms/spi/ProvisioningProfile.java |       53 +
 .../modules/cordova/platforms/spi/SDK.java         |       54 +
 .../CordovaMapsSample/nbproject/project.properties |       13 +
 cordova/CordovaMapsSample/nbproject/project.xml    |        9 +
 .../www/css/images/ajax-loader.png                 |      Bin 0 -> 366 bytes
 .../www/css/images/icons-18-black.png              |      Bin 0 -> 1948 bytes
 .../www/css/images/icons-18-white.png              |      Bin 0 -> 1958 bytes
 .../www/css/images/icons-36-black.png              |      Bin 0 -> 3748 bytes
 .../www/css/images/icons-36-white.png              |      Bin 0 -> 3746 bytes
 .../www/css/jquery.mobile-1.0.1.min.css            |        2 +
 cordova/CordovaMapsSample/www/img/compass.png      |      Bin 0 -> 5326 bytes
 cordova/CordovaMapsSample/www/index.html           |      346 +
 cordova/CordovaMapsSample/www/js/main.js           |      792 +
 cordova/CordovaMapsSample/www/readme.md            |        3 +
 cordova/build.xml                                  |       70 +
 cordova/cordovaprojectupdate/build.xml             |       73 +
 .../cordovaprojectupdate/nbproject/build-impl.xml  |     1413 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       74 +
 cordova/cordovaprojectupdate/nbproject/project.xml |       15 +
 .../cordova/updatetask/AndroidManifest.java        |       86 +
 .../cordova/updatetask/AndroidUpdateTask.java      |      151 +
 .../modules/cordova/updatetask/CordovaPlugin.java  |       84 +
 .../modules/cordova/updatetask/CordovaTask.java    |       76 +
 .../modules/cordova/updatetask/DeviceConfig.java   |      115 +
 .../modules/cordova/updatetask/IOSUpdateTask.java  |      163 +
 .../modules/cordova/updatetask/InfoPlist.java      |       91 +
 .../modules/cordova/updatetask/PluginTask.java     |      217 +
 .../modules/cordova/updatetask/ReadConfigTask.java |       92 +
 .../modules/cordova/updatetask/SourceConfig.java   |      246 +
 .../modules/cordova/updatetask/XMLFile.java        |      220 +
 .../modules/cordova/updatetask/AndroidManifest.xml |       45 +
 .../cordova/updatetask/AndroidManifestTest.java    |       88 +
 .../cordova/updatetask/DeviceConfigTest.java       |       89 +
 .../modules/cordova/updatetask/Info-plist.xml      |       58 +
 .../modules/cordova/updatetask/InfoPlistTest.java  |       85 +
 .../cordova/updatetask/SourceConfigTest.java       |      100 +
 .../netbeans/modules/cordova/updatetask/config.xml |       44 +
 .../modules/cordova/updatetask/dev_config.xml      |       34 +
 cordova/manifest.mf                                |        5 +
 cordova/nbproject/project.properties               |       16 +
 cordova/nbproject/project.xml                      |      310 +
 .../org/netbeans/modules/cordova/Bundle.properties |       52 +
 .../netbeans/modules/cordova/CordovaPerformer.java |      498 +
 .../netbeans/modules/cordova/CordovaPlatform.java  |      209 +
 .../netbeans/modules/cordova/PropertyNames.java    |       60 +
 cordova/src/org/netbeans/modules/cordova/build.xml |      291 +
 .../src/org/netbeans/modules/cordova/config.xml    |       16 +
 .../org/netbeans/modules/cordova/empty.properties  |       27 +
 .../netbeans/modules/cordova/mapplugins.properties |       13 +
 .../modules/cordova/options/Bundle.properties      |        8 +
 .../MobilePlatformsOptionsPanelController.java     |      149 +
 .../cordova/options/MobilePlatformsPanel.form      |      210 +
 .../cordova/options/MobilePlatformsPanel.java      |      373 +
 .../netbeans/modules/cordova/plugins.properties    |       28 +
 .../modules/cordova/project/Bundle.properties      |       83 +
 .../cordova/project/ClientProjectNodeFactory.java  |      165 +
 .../modules/cordova/project/ConfigUtils.java       |      119 +
 .../modules/cordova/project/CordovaBrowser.java    |      128 +
 .../cordova/project/CordovaBrowserFactory.java     |      207 +
 .../cordova/project/CordovaBrowserImpl.java        |      141 +
 .../cordova/project/CordovaCustomizerPanel.form    |      128 +
 .../cordova/project/CordovaCustomizerPanel.java    |      417 +
 .../modules/cordova/project/CordovaNotFound.form   |       53 +
 .../modules/cordova/project/CordovaNotFound.java   |      113 +
 .../modules/cordova/project/CordovaPanel.form      |      522 +
 .../modules/cordova/project/CordovaPanel.java      |      596 +
 .../cordova/project/CordovaPanelProvider.java      |       76 +
 .../modules/cordova/project/CordovaURLMapper.java  |       71 +
 .../project/EnhancedBrowserProviderImpl.java       |       79 +
 .../cordova/project/MobileConfigurationImpl.java   |      174 +
 .../project/MobileConfigurationsProvider.java      |      251 +
 .../modules/cordova/project/PluginsPanel.form      |      162 +
 .../modules/cordova/project/PluginsPanel.java      |      398 +
 .../modules/cordova/project/RefreshListener.java   |       64 +
 .../resources/CordovaProjectDescription.html       |       48 +
 .../resources/CordovaSampleDescription.html        |       48 +
 .../modules/cordova/resources/androiddevice.png    |      Bin 0 -> 357 bytes
 .../modules/cordova/resources/androiddevice16.png  |      Bin 0 -> 354 bytes
 .../modules/cordova/resources/androidemulator.png  |      Bin 0 -> 841 bytes
 .../cordova/resources/androidemulator16.png        |      Bin 0 -> 516 bytes
 .../modules/cordova/resources/iosdevice.png        |      Bin 0 -> 286 bytes
 .../modules/cordova/resources/iosdevice16.png      |      Bin 0 -> 237 bytes
 .../modules/cordova/resources/iossimulator.png     |      Bin 0 -> 449 bytes
 .../modules/cordova/resources/iossimulator16.png   |      Bin 0 -> 349 bytes
 .../netbeans/modules/cordova/resources/layer.xml   |       45 +
 .../netbeans/modules/cordova/resources/project.png |      Bin 0 -> 1699 bytes
 .../modules/cordova/wizard/Bundle.properties       |       66 +
 .../cordova/wizard/CordovaProjectExtender.java     |      150 +
 .../cordova/wizard/CordovaSampleIterator.java      |      236 +
 .../modules/cordova/wizard/CordovaSetupPanel.java  |      109 +
 .../modules/cordova/wizard/CordovaTemplate.java    |      314 +
 .../modules/cordova/wizard/SamplePanel.java        |      123 +
 .../modules/cordova/wizard/SampleVisualPanel.form  |      140 +
 .../modules/cordova/wizard/SampleVisualPanel.java  |      319 +
 .../clientproject/cordova/AndroidPlatformTest.java |      337 +
 core.browser.webview/build.xml                     |        5 +
 core.browser.webview/manifest.mf                   |        6 +
 core.browser.webview/nbproject/project.properties  |        4 +
 core.browser.webview/nbproject/project.xml         |      160 +
 .../core/browser/webview/BrowserCallback.java      |       58 +
 .../core/browser/webview/BrowserFactory.java       |      101 +
 .../browser/webview/BrowserFactoryBeanInfo.java    |      143 +
 .../core/browser/webview/Bundle.properties         |       14 +
 .../webview/EmbeddedBrowserFactoryImpl.java        |       81 +
 .../core/browser/webview/HtmlBrowserImpl.java      |      380 +
 .../browser/webview/MessageDispatcherImpl.java     |       59 +
 .../core/browser/webview/NoWebBrowserImpl.java     |      202 +
 .../core/browser/webview/OldRuntimePanel.form      |       33 +
 .../core/browser/webview/OldRuntimePanel.java      |       81 +
 .../TransportImplementationWithURLToLoad.java      |       60 +
 .../browser/webview/WebBrowserImplProvider.java    |      102 +
 .../core/browser/webview/ext/Bundle.properties     |       48 +
 .../browser/webview/ext/ScriptExecutorImpl.java    |       95 +
 .../browser/webview/ext/WebBrowserEventImpl.java   |      112 +
 .../core/browser/webview/ext/WebBrowserImpl.java   |     1060 +
 .../webview/ext/WebKitDebuggingTransport.java      |      184 +
 .../browser/webview/ext/ZoomAndResizeImpl.java     |       74 +
 .../org/netbeans/core/browser/webview/layer.xml    |       15 +
 .../core/browser/webview/webviewBrowser.xml        |        9 +
 core.browser/nbproject/project.properties          |        2 +-
 core.browser/nbproject/project.xml                 |        8 +-
 .../core/browser/api/EmbeddedBrowserFactory.java   |       12 +-
 .../org/netbeans/core/browser/api/WebBrowser.java  |        9 +-
 core.execution/manifest.mf                         |        3 +-
 core.execution/nbproject/project.properties        |        2 +
 core.execution/nbproject/project.xml               |       26 +-
 .../netbeans/core/execution/DefaultSysProcess.java |       59 +-
 .../src/org/netbeans/core/execution/Install.java   |       82 +-
 .../beaninfo/editors/NbClassPathCustomEditor.form  |        4 +-
 .../editors/NbProcessDescriptorCustomEditor.form   |        8 +-
 .../editors/NbProcessDescriptorCustomEditor.java   |        2 +-
 .../execution/beaninfo/editors/package-info.java   |        5 +
 .../core/execution/beaninfo/package-info.java      |        5 +
 .../netbeans/core/execution/PendingTaskTest.java   |       11 +-
 core.ide/manifest.mf                               |        2 +-
 core.ide/nbproject/org-netbeans-core-ide.sig       |        2 +-
 core.ide/nbproject/project.properties              |        2 +
 core.ide/nbproject/project.xml                     |       14 +-
 .../org/netbeans/core/ide/ServiceTabProcessor.java |       16 +-
 .../src/org/netbeans/core/ide/ServicesTab.java     |       13 +-
 .../org/netbeans/core/ide/resources/Debugging.xml  |        1 +
 .../org/netbeans/core/ide/resources/Standard.xml   |        3 +-
 .../src/org/netbeans/core/ide/resources/layer.xml  |        7 -
 .../core/ide/resources/plain-text-resolver.xml     |       53 -
 .../netbeans/core/ide/ServiceTabProcessorTest.java |       10 +
 core.io.ui/manifest.mf                             |        2 +-
 core.io.ui/nbproject/project.xml                   |       10 +-
 .../src/org/netbeans/core/io/ui/Bundle.properties  |        3 -
 .../src/org/netbeans/core/io/ui/IOWindow.java      |       53 +-
 .../org/netbeans/core/io/ui/IOWindowAction.java    |        2 +-
 core.io.ui/src/org/netbeans/core/io/ui/layer.xml   |        9 -
 core.kit/manifest.mf                               |        2 +-
 core.kit/nbproject/project.properties              |        2 +
 core.kit/nbproject/project.xml                     |       30 +-
 core.kit/release/VERSION.txt                       |        2 +-
 .../openide/awt/ContextManagerIntegrationTest.java |      157 +
 .../explorer/ExplorerUtilCreateLookupTest.java     |        6 +-
 core.multitabs.project/build.xml                   |        5 +
 core.multitabs.project/manifest.mf                 |        7 +
 .../nbproject/project.properties                   |        4 +
 core.multitabs.project/nbproject/project.xml       |       95 +
 .../core/multitabs/project/Bundle.properties       |        5 +
 .../core/multitabs/project/ProjectSupportImpl.java |      169 +
 core.multitabs/arch.xml                            |     1134 +
 core.multitabs/build.xml                           |        5 +
 core.multitabs/manifest.mf                         |        7 +
 .../nbproject/org-netbeans-core-multitabs.sig      |      780 +
 core.multitabs/nbproject/project.properties        |        5 +
 core.multitabs/nbproject/project.xml               |       96 +
 .../org/netbeans/core/multitabs/Bundle.properties  |       11 +
 .../org/netbeans/core/multitabs/ButtonFactory.java |      214 +
 .../org/netbeans/core/multitabs/Controller.java    |      195 +
 .../src/org/netbeans/core/multitabs/Settings.java  |      122 +
 .../org/netbeans/core/multitabs/StackLayout.java   |      168 +
 .../org/netbeans/core/multitabs/TabContainer.java  |      141 +
 .../org/netbeans/core/multitabs/TabDecorator.java  |      103 +
 .../org/netbeans/core/multitabs/TabDisplayer.java  |      120 +
 .../core/multitabs/TabDisplayerFactory.java        |       98 +
 .../core/multitabs/TabbedComponentFactoryImpl.java |       78 +
 .../org/netbeans/core/multitabs/TabbedImpl.java    |      248 +
 .../core/multitabs/impl/AbstractTabDisplayer.java  |      343 +
 .../netbeans/core/multitabs/impl/Bundle.properties |        2 +
 .../core/multitabs/impl/ButtonPopupSwitcher.java   |      585 +
 .../core/multitabs/impl/CloseButtonHandler.java    |      137 +
 .../core/multitabs/impl/ControlsToolbar.java       |       94 +
 .../core/multitabs/impl/DocumentSwitcherTable.java |      304 +
 .../multitabs/impl/FolderNameTabDecorator.java     |      126 +
 .../core/multitabs/impl/MultiRowTabDisplayer.java  |      326 +
 .../multitabs/impl/ProjectColorTabDecorator.java   |      214 +
 .../core/multitabs/impl/ProjectSupport.java        |      156 +
 .../multitabs/impl/RowPerProjectTabDisplayer.java  |      123 +
 .../netbeans/core/multitabs/impl/ScrollAction.java |      182 +
 .../core/multitabs/impl/SimpleTabDisplayer.java    |      196 +
 .../core/multitabs/impl/SingleRowTabTable.java     |       76 +
 .../core/multitabs/impl/TabDataRenderer.java       |      235 +
 .../core/multitabs/impl/TabLayoutManager.java      |      289 +
 .../core/multitabs/impl/TabListPopupAction.java    |       89 +
 .../org/netbeans/core/multitabs/impl/TabTable.java |      242 +
 .../core/multitabs/impl/TabTableModel.java         |      249 +
 .../netbeans/core/multitabs/impl/TabTableUI.java   |      185 +
 .../src/org/netbeans/core/multitabs/layer.xml      |       20 +
 .../core/multitabs/prefs/Bundle.properties         |       19 +
 .../core/multitabs/prefs/InnerTabsPanel.form       |      270 +
 .../core/multitabs/prefs/InnerTabsPanel.java       |      313 +
 .../prefs/MultiTabsOptionsPanelController.java     |       69 +
 .../core/multitabs/prefs/MultiTabsPanel.java       |       86 +
 .../core/multitabs/prefs/SettingsImpl.java         |      159 +
 .../org/netbeans/core/multitabs/resources/down.png |      Bin 0 -> 220 bytes
 .../org/netbeans/core/multitabs/resources/left.png |      Bin 0 -> 226 bytes
 .../netbeans/core/multitabs/resources/maximize.png |      Bin 0 -> 231 bytes
 .../netbeans/core/multitabs/resources/right.png    |      Bin 0 -> 225 bytes
 core.multiview/apichanges.xml                      |      106 +
 core.multiview/arch.xml                            |       38 +-
 core.multiview/manifest.mf                         |        2 +-
 .../nbproject/org-netbeans-core-multiview.sig      |      174 +-
 core.multiview/nbproject/project.properties        |        2 +
 core.multiview/nbproject/project.xml               |       52 +-
 .../core/api/multiview/MultiViewHandler.java       |       23 +
 .../core/api/multiview/MultiViewPerspective.java   |        5 +-
 .../netbeans/core/api/multiview/MultiViews.java    |       53 +-
 .../org/netbeans/core/api/multiview/package.html   |        3 +-
 .../org/netbeans/core/multiview/Bundle.properties  |        1 +
 .../core/multiview/ContextAwareDescription.java    |       56 +
 .../org/netbeans/core/multiview/EditorsAction.java |       28 +-
 .../core/multiview/EmptyViewDescription.form       |       64 +
 .../core/multiview/EmptyViewDescription.java       |      215 +
 .../core/multiview/GetLeftEditorAction.java        |       16 +-
 .../core/multiview/GetRightEditorAction.java       |       16 +-
 .../core/multiview/MultiViewActionMap.java         |       21 +-
 .../multiview/MultiViewCloneableTopComponent.java  |      117 +-
 .../MultiViewElementCallbackDelegate.java          |        4 -
 .../core/multiview/MultiViewHandlerDelegate.java   |        5 +
 .../netbeans/core/multiview/MultiViewModel.java    |       28 +-
 .../org/netbeans/core/multiview/MultiViewPeer.java |      618 +-
 .../core/multiview/MultiViewProcessor.java         |      191 +
 .../core/multiview/MultiViewTopComponent.java      |       87 +-
 .../multiview/MultiViewTopComponentLookup.java     |       14 +-
 .../core/multiview/SourceCheckDescription.java     |       55 +
 .../org/netbeans/core/multiview/SpiAccessor.java   |        2 +
 .../org/netbeans/core/multiview/SplitAction.java   |      240 +
 .../org/netbeans/core/multiview/SplitLayerUI.java  |      180 +
 .../src/org/netbeans/core/multiview/Splitable.java |       59 +
 .../org/netbeans/core/multiview/TabsComponent.java |      639 +-
 .../netbeans/core/multiview/resources/mf-layer.xml |       20 +-
 .../core/multiview/resources/splitview.png         |      Bin 0 -> 249 bytes
 .../netbeans/core/spi/multiview/AccessorImpl.java  |        9 +
 .../core/spi/multiview/CloseOperationHandler.java  |        2 +-
 .../spi/multiview/MultiViewCloneableEditor.java    |      174 -
 .../core/spi/multiview/MultiViewDescription.java   |        7 +-
 .../core/spi/multiview/MultiViewElement.java       |       63 +
 .../core/spi/multiview/MultiViewFactory.java       |      299 +-
 .../multiview/text/MultiViewCloneableEditor.java   |      293 +
 .../spi/multiview/text/MultiViewEditorElement.java |      186 +
 .../netbeans/core/spi/multiview/text/package.html  |       51 +
 .../AbstractMultiViewTopComponentTestCase.java     |        8 +-
 .../core/multiview/CloseOperationHandlerTest.java  |        7 +
 .../src/org/netbeans/core/multiview/MVDesc.java    |       13 +-
 .../multiview/MVInnerComponentGetLookupTest.java   |        7 +
 .../core/multiview/MultiViewActionMapTest.java     |        7 +
 .../MultiViewCloneableTopComponentTest.java        |       88 +
 .../core/multiview/MultiViewElementTest.java       |        7 +
 .../core/multiview/MultiViewFactoryTest.java       |        7 +
 .../core/multiview/MultiViewHandlerTest.java       |        7 +
 .../core/multiview/MultiViewProcessorTest.java     |      680 +
 .../core/multiview/MultiViewTopComponentTest.java  |       30 +
 .../netbeans/core/multiview/MultiViewsTest.java    |       14 +
 .../netbeans/core/multiview/NoMVCLookupTest.java   |      182 +
 .../netbeans/core/multiview/TestBundle.properties  |       41 +
 .../core/multiview/ToolbarVisibleTest.java         |      313 +
 .../DefaultDataObjectHasNodeInMVLookupTest.java    |       58 +
 .../multiview/text/MultiViewEditorCloneTest.java   |      344 +
 .../text/MultiViewEditorCreationFinishedTest.java  |       95 +
 .../multiview/text/MultiViewEditorDiscardTest.java |      386 +
 .../multiview/text/MultiViewEditorElementTest.java |      348 +
 core.nativeaccess/external/binaries-list           |        1 -
 .../external/platform-3.2.7-license.txt            |      512 -
 core.nativeaccess/manifest.mf                      |        2 +-
 core.nativeaccess/nbproject/project.properties     |        1 -
 core.nativeaccess/nbproject/project.xml            |       21 +-
 .../core/nativeaccess/NativeWindowSystemImpl.java  |       66 +-
 core.netigso/apichanges.xml                        |       87 +
 core.netigso/arch.xml                              |      113 +-
 core.netigso/build.xml                             |       45 +
 core.netigso/manifest.mf                           |        2 +-
 .../nbproject/org-netbeans-core-netigso.sig        |        4 +-
 core.netigso/nbproject/project.properties          |        8 +
 core.netigso/nbproject/project.xml                 |       17 +-
 .../org/netbeans/core/netigso/Bundle.properties    |       41 +
 .../src/org/netbeans/core/netigso/Netigso.java     |      374 +-
 .../netbeans/core/netigso/NetigsoActivator.java    |       59 +-
 .../org/netbeans/core/netigso/NetigsoLoader.java   |       49 +-
 .../org/netbeans/core/netigso/NetigsoServices.java |       27 +-
 .../netbeans/core/netigso/spi/NetigsoArchive.java  |       34 +
 .../src/org/netbeans/core/netigso/spi/package.html |        3 +
 .../services/java.util.concurrent.Callable         |        1 +
 .../unit/data/jars/activate/org/activate/Main.java |       43 +
 .../data/jars/activate/org/activate/Query.java     |       55 +
 .../unit/data/jars/activate/org/activate/layer.xml |       45 +
 .../org/bar/SomethingElse.java                     |       43 +
 .../unit/data/jars/register/org/register/Main.java |       43 +
 .../data/jars/simple-module/org/foo/Something.java |       43 +
 .../data/jars/uses-swing/org/barwing/Main.java     |       63 +-
 .../netbeans/core/netigso/Bundle_def.properties    |       45 +
 .../netbeans/core/netigso/Bundle_def_EX.properties |       42 +
 .../netbeans/core/netigso/Bundle_def_ST.properties |       42 +
 .../org/netbeans/core/netigso/Bundle_t2.properties |       42 +
 .../org/netbeans/core/netigso/Bundle_te.properties |       42 +
 .../netbeans/core/netigso/EnabledAutoloadTest.java |       57 +-
 .../core/netigso/ExportedIfPresentNegTest.java     |      137 +
 .../core/netigso/ExportedIfPresentTest.java        |      133 +
 .../org/netbeans/core/netigso/IntegrationTest.java |       53 +-
 .../netigso/NetigsoActivationWithLookupTest.java   |        3 +-
 .../NetigsoDefaultModuleStartLevelTest.java        |      104 +
 .../core/netigso/NetigsoDefaultStartLevelTest.java |      108 +
 .../core/netigso/NetigsoExportPackageTest.java     |       97 +
 .../src/org/netbeans/core/netigso/NetigsoHid.java  |       15 -
 ...NetigsoHighStartLevelDependsOnAutoloadTest.java |      120 +
 .../netigso/NetigsoLayerDoesNotActivateTest.java   |      178 +
 .../netbeans/core/netigso/NetigsoLayerTest.java    |       64 +-
 .../core/netigso/NetigsoMetaInfServicesTest.java   |      113 +
 .../core/netigso/NetigsoModuleStartLevelTest.java  |      105 +
 .../netigso/NetigsoOSGiActivationVisibleTest.java  |       16 +-
 .../netigso/NetigsoOSGiAutoloadWithNeedsTest.java  |      126 +
 .../core/netigso/NetigsoOSGiCanDependTest.java     |       17 +
 .../NetigsoOSGiCanImportSubpackageTest.java        |      104 +
 .../netigso/NetigsoOSGiCanProvideTokenTest.java    |      125 +
 .../core/netigso/NetigsoOSGiCanRequestTest.java    |       21 +
 .../core/netigso/NetigsoOSGiCannotEnableTest.java  |      136 +
 .../netbeans/core/netigso/NetigsoOSGiDashTest.java |      118 +
 .../core/netigso/NetigsoOSGiIsNotFriendTest.java   |       90 +
 .../netbeans/core/netigso/NetigsoReloadTest.java   |       32 +-
 .../core/netigso/NetigsoSelfQueryTest.java         |      179 +-
 .../netbeans/core/netigso/NetigsoServicesTest.java |       73 +-
 .../core/netigso/NetigsoStartLevelTest.java        |      147 +
 .../src/org/netbeans/core/netigso/NetigsoTest.java |        3 +
 .../core/netigso/NetigsoUsesSwingTest.java         |        1 +
 .../src/org/netbeans/core/netigso/NetigsoUtil.java |       86 +
 core.network/build.xml                             |        5 +
 .../external/nsProxyAutoConfig-license.txt         |       43 +
 .../external/nsProxyAutoConfig.js                  |        0
 core.network/manifest.mf                           |        6 +
 core.network/nbproject/project.properties          |       47 +
 core.network/nbproject/project.xml                 |      141 +
 .../netbeans/core/network/proxy/Bundle.properties  |        1 +
 .../core/network/proxy/NbProxySelector.java        |      467 +
 .../core/network/proxy/NetworkProxyReloader.java   |      266 +
 .../core/network/proxy/NetworkProxyResolver.java   |       61 +
 .../core/network/proxy/NetworkProxySettings.java   |      266 +
 .../core/network/proxy/ProxyAutoConfig.java        |      351 +
 .../core/network/proxy/fallback/Bundle.properties  |       42 +
 .../proxy/fallback/FallbackNetworkProxy.java       |      130 +
 .../network/proxy/gnome/GconfNetworkProxy.java     |      253 +
 .../network/proxy/gnome/GnomeNetworkProxy.java     |       93 +
 .../network/proxy/gnome/GsettingsNetworkProxy.java |      267 +
 .../core/network/proxy/kde/KdeNetworkProxy.java    |      220 +
 .../proxy/mac/MacCoreFoundationLibrary.java        |       36 +
 .../core/network/proxy/mac/MacNetworkProxy.java    |      260 +
 .../network/proxy/mac/MacNetworkProxyLibrary.java  |       15 +
 .../network/proxy/windows/WindowsNetworkProxy.java |      153 +
 .../proxy/windows/WindowsNetworkProxyLibrary.java  |       83 +
 .../test/unit/data/pacFiles/wpad space.dat         |        8 +
 core.network/test/unit/data/pacFiles/wpad.dat      |        8 +
 .../core/network/proxy/DontUseProxyTest.java       |       97 +
 .../core/network/proxy/NonProxyHostsTest.java      |      131 +
 .../core/network/proxy/ProxyAutoConfigTest.java    |      144 +
 core.osgi/manifest.mf                              |        2 +-
 core.osgi/nbproject/project.properties             |        5 +-
 core.osgi/nbproject/project.xml                    |       10 +-
 .../src/org/netbeans/core/osgi/Activator.java      |       56 +-
 .../org/netbeans/core/osgi/DependencyQueue.java    |        9 +-
 .../org/netbeans/core/osgi/OSGiClassLoader.java    |       23 +-
 .../core/osgi/OSGiInstalledFileLocator.java        |       25 +-
 .../src/org/netbeans/core/osgi/OSGiMainLookup.java |       22 +-
 .../src/org/netbeans/core/osgi/OSGiRepository.java |       10 +-
 .../src/org/netbeans/core/osgi/ActivatorTest.java  |       75 +-
 .../netbeans/core/osgi/DependencyQueueTest.java    |       31 +-
 .../core/osgi/OSGiInstalledFileLocatorTest.java    |       23 +-
 .../core/osgi/OSGiLifecycleManagerTest.java        |        2 +-
 .../org/netbeans/core/osgi/OSGiMainLookupTest.java |       44 +-
 .../src/org/netbeans/core/osgi/OSGiProcess.java    |       23 +-
 .../org/netbeans/core/osgi/OSGiRepositoryTest.java |       44 +-
 core.output2/manifest.mf                           |        3 +-
 core.output2/nbproject/project.properties          |        4 +
 core.output2/nbproject/project.xml                 |       41 +-
 .../org/netbeans/core/output2/AbstractLines.java   |      876 +-
 .../org/netbeans/core/output2/BufferResource.java  |       63 +
 .../org/netbeans/core/output2/Bundle.properties    |       22 +-
 .../src/org/netbeans/core/output2/Controller.java  |      209 +-
 .../src/org/netbeans/core/output2/ErrWriter.java   |        4 +-
 .../org/netbeans/core/output2/ExtPlainView.java    |       44 +-
 .../org/netbeans/core/output2/FileMapStorage.java  |      190 +-
 .../org/netbeans/core/output2/FoldingSideBar.java  |      442 +
 .../src/org/netbeans/core/output2/HeapStorage.java |       49 +-
 .../src/org/netbeans/core/output2/IntList.java     |       33 +-
 .../org/netbeans/core/output2/IntListSimple.java   |       38 +-
 .../src/org/netbeans/core/output2/IntMap.java      |       32 +-
 .../src/org/netbeans/core/output2/LineInfo.java    |      118 +-
 .../src/org/netbeans/core/output2/Lines.java       |      105 +
 .../src/org/netbeans/core/output2/NbIO.java        |      237 +-
 .../org/netbeans/core/output2/NbIOProvider.java    |       53 +-
 .../src/org/netbeans/core/output2/OutWriter.java   |      214 +-
 .../org/netbeans/core/output2/OutputDocument.java  |      116 +-
 .../org/netbeans/core/output2/OutputEditorKit.java |       14 +-
 .../src/org/netbeans/core/output2/OutputKind.java  |       54 +
 .../org/netbeans/core/output2/OutputLimits.java    |       98 +
 .../src/org/netbeans/core/output2/OutputPane.java  |       37 +-
 .../src/org/netbeans/core/output2/OutputTab.java   |      447 +-
 .../src/org/netbeans/core/output2/PairMap.java     |        6 +-
 .../org/netbeans/core/output2/SparseIntList.java   |        6 +-
 .../src/org/netbeans/core/output2/Storage.java     |       25 +-
 .../org/netbeans/core/output2/WrappedTextView.java |      350 +-
 .../src/org/netbeans/core/output2/layer.xml        |       16 +
 .../core/output2/options/Bundle.properties         |       28 +
 .../core/output2/options/LinkStyleModel.java       |      164 +
 .../core/output2/options/OutputOptions.java        |      886 +
 .../OutputSettingsOptionsPanelController.java      |      130 +
 .../core/output2/options/OutputSettingsPanel.form  |      522 +
 .../core/output2/options/OutputSettingsPanel.java  |      681 +
 .../core/output2/options/PreviewIOProvider.java    |      121 +
 .../core/output2/ui/AbstractOutputPane.java        |      124 +-
 .../core/output2/ui/AbstractOutputTab.java         |       40 +-
 .../core/output2/ui/OutputKeymapManager.java       |      336 +
 .../org/netbeans/core/output2/ControllerTest.java  |       77 +
 .../netbeans/core/output2/IOExtensionsTest.java    |        9 +
 .../org/netbeans/core/output2/LifecycleTest.java   |      122 +
 .../org/netbeans/core/output2/NbIOFoldTest.java    |      422 +
 .../netbeans/core/output2/NbIOProviderTest.java    |      148 +
 .../src/org/netbeans/core/output2/NbIOTest.java    |      274 +
 .../org/netbeans/core/output2/OutWriterTest.java   |      213 +
 .../netbeans/core/output2/OutputDocumentTest.java  |       22 +
 .../org/netbeans/core/output2/OutputTabTest.java   |      306 +
 .../src/org/netbeans/core/output2/StorageTest.java |       34 +-
 .../netbeans/core/output2/WrappedTextViewTest.java |        7 +-
 core.startup/apichanges.xml                        |       97 +-
 core.startup/arch.xml                              |       94 +-
 core.startup/manifest.mf                           |        2 +-
 core.startup/nbproject/project.properties          |       25 +-
 core.startup/nbproject/project.xml                 |       18 +-
 .../core/startup/AutomaticDependencies.java        |       50 +-
 .../org/netbeans/core/startup/Bundle.properties    |       62 +-
 .../org/netbeans/core/startup/CLICoreBridge.java   |       23 +-
 .../src/org/netbeans/core/startup/CLIOptions.java  |       32 +-
 .../netbeans/core/startup/CLITestModuleReload.java |        2 +-
 .../netbeans/core/startup/ConsistencyVerifier.java |       31 +-
 .../src/org/netbeans/core/startup/CoreBridge.java  |       15 +-
 .../core/startup/InstalledFileLocatorImpl.java     |      129 +-
 .../src/org/netbeans/core/startup/Main.java        |       86 +-
 .../src/org/netbeans/core/startup/MainLookup.java  |       36 +-
 .../org/netbeans/core/startup/ModuleHistory.java   |       10 +
 .../core/startup/ModuleLifecycleManager.java       |       29 +-
 .../src/org/netbeans/core/startup/ModuleList.java  |      151 +-
 .../org/netbeans/core/startup/ModuleSystem.java    |       70 +-
 .../src/org/netbeans/core/startup/NbEvents.java    |      236 +-
 .../src/org/netbeans/core/startup/NbInstaller.java |      444 +-
 .../src/org/netbeans/core/startup/NbPlaces.java    |       66 +
 .../netbeans/core/startup/NbProblemDisplayer.java  |       79 +-
 .../org/netbeans/core/startup/NbRepository.java    |       44 +-
 .../src/org/netbeans/core/startup/NbStartStop.java |      151 +
 .../src/org/netbeans/core/startup/ProxyTask.java   |       70 +
 .../src/org/netbeans/core/startup/Splash.java      |      104 +-
 .../src/org/netbeans/core/startup/StartLog.java    |       57 +-
 .../src/org/netbeans/core/startup/TopLogging.java  |      650 +-
 .../org/netbeans/core/startup/WarmUpSupport.java   |        7 +-
 .../core/startup/instance-mime-resolver.xml        |       26 -
 .../src/org/netbeans/core/startup/layer.xml        |        8 -
 .../core/startup/layers/ArchiveURLMapper.java      |       55 +-
 .../core/startup/layers/BinaryCacheManager.java    |      165 +-
 .../org/netbeans/core/startup/layers/BinaryFS.java |      287 +-
 .../netbeans/core/startup/layers/Bundle.properties |       57 -
 .../core/startup/layers/LayerCacheManager.java     |       13 +-
 .../core/startup/layers/LocalFileSystemEx.java     |        4 +-
 .../startup/layers/ModuleLayeredFileSystem.java    |      159 +-
 .../core/startup/layers/NbinstURLMapper.java       |       35 +-
 .../startup/layers/NbinstURLStreamHandler.java     |       25 +-
 .../startup/layers/ParsingLayerCacheManager.java   |       32 +-
 .../core/startup/layers/SessionManager.java        |        2 +-
 .../core/startup/layers/SystemFileSystem.java      |       25 +-
 .../core/startup/logging/DispatchingHandler.java   |      179 +
 .../core/startup/logging/MessagesHandler.java      |      124 +
 .../netbeans/core/startup/logging/NbFormatter.java |      270 +
 .../netbeans/core/startup/logging/NbLogging.java   |      118 +
 .../core/startup/logging/PrintStreamLogger.java    |      202 +
 .../core/startup/preferences/NbPreferences.java    |      100 +-
 .../startup/preferences/PropertiesStorage.java     |      100 +-
 .../core/startup/preferences/RelPaths.java         |      177 +
 .../src/org/netbeans/core/startup/splash.gif       |      Bin 140719 -> 130850 bytes
 .../startup/AutomaticDependenciesCachedTest.java   |      141 +
 .../core/startup/AutomaticDependenciesTest.java    |        6 +-
 .../core/startup/CLILookupHelpNoDirTest.java       |      218 +
 .../netbeans/core/startup/CLILookupHelpTest.java   |       10 +-
 .../org/netbeans/core/startup/CLIOptionsTest.java  |        7 +-
 .../org/netbeans/core/startup/CoreBridgeTest.java  |       88 +
 .../core/startup/InstallTmpModuleTest.java         |       96 +
 .../startup/InstalledFileLocatorAndCLITest.java    |      137 +
 .../startup/InstalledFileLocatorImplDirTest.java   |        4 +-
 .../core/startup/InstalledFileLocatorImplTest.java |        7 +-
 .../core/startup/IsDirCntSecurityManager.java      |       13 +-
 .../org/netbeans/core/startup/MainLookupTest.java  |       63 +
 .../core/startup/ModuleFormatSatisfiedTest.java    |        2 -
 .../startup/ModuleLifecycleManagerEDTTest.java     |       58 +
 .../core/startup/ModuleLifecycleManagerTest.java   |       60 +
 .../core/startup/ModuleList-com-jcraft-jsch.xml    |       10 +
 .../core/startup/ModuleListStartLevelTest.java     |      152 +
 .../org/netbeans/core/startup/ModuleListTest.java  |       18 +-
 .../core/startup/NbInstallerCacheTest.java         |      169 +
 .../netbeans/core/startup/NbInstallerTest9.java    |        6 +-
 .../netbeans/core/startup/NbInstallerTestBase.java |        2 +-
 .../core/startup/NbProductVersionTest.java         |       55 +
 .../core/startup/NbRepositoryClasspathTest.java    |       63 +
 .../netbeans/core/startup/NbRepositoryTest.java    |        1 +
 .../org/netbeans/core/startup/NbStartStopTest.java |      159 +
 .../startup/NbURLStreamHandlerFactoryTest.java     |        3 +-
 .../startup/PlatformDependencySatisfiedTest.java   |        9 +-
 .../org/netbeans/core/startup/ProxyTaskTest.java   |       90 +
 .../src/org/netbeans/core/startup/SplashTest.java  |       66 +
 .../netbeans/core/startup/TopLoggingAWTTest.java   |      112 +
 .../core/startup/TopLoggingLookupTest.java         |       15 -
 .../startup/TopLoggingNbLoggerConsoleTest.java     |        1 +
 .../org/netbeans/core/startup/TopLoggingTest.java  |      305 +-
 .../core/startup/UpdateAllResourcesTest.java       |      112 +
 .../core/startup/layers/ArchiveURLMapperTest.java  |       96 +-
 .../layers/AttributeChangeIsNotifiedTest.java      |        9 +-
 .../startup/layers/BinaryCacheManagerTest.java     |       18 +-
 .../layers/BinaryCacheManagerViaJarTest.java       |      101 +
 .../startup/layers/BinaryFSBehindMultiFSTest.java  |        4 +-
 .../startup/layers/CacheManagerTestBaseHid.java    |       34 +-
 .../layers/CachingPreventsFileTouchesTest.java     |      180 +-
 .../core/startup/layers/ContentProviderTest.java   |      122 +
 .../core/startup/layers/ContentProviderTest.xml    |       16 +
 .../startup/layers/CountingSecurityManager.java    |       39 +-
 .../core/startup/layers/DelayFSEventsTest.java     |      195 +
 .../core/startup/layers/DelayFSInstaller.java      |       62 +
 .../startup/layers/DynamicSFSFallbackTest.java     |        4 +-
 .../layers/LocalFileSystemEx133616Test.java        |        2 +-
 .../core/startup/layers/NonCacheManagerTest.java   |        2 +
 .../startup/layers/NonCacheManagerViaJarTest.java  |      115 +
 .../layers/RemoveWritablesModifiedTest.java        |      159 +
 .../core/startup/layers/RemoveWritablesTest.java   |       83 +-
 .../startup/logging/DispatchingHandlerTest.java    |      122 +
 .../core/startup/logging/MessagesHandlerTest.java  |      101 +
 .../startup/preferences/NbPreferencesTest.java     |        1 +
 .../core/startup/preferences/RelPathsTest.java     |       58 +
 .../preferences/TestNbPreferencesThreading.java    |      117 +
 .../core/startup/preferences/TestPreferences.java  |      112 +-
 .../startup/preferences/TestPropertiesStorage.java |      227 +-
 core.ui/arch.xml                                   |       49 +-
 core.ui/manifest.mf                                |        2 +-
 core.ui/nbproject/project.properties               |        4 +-
 core.ui/nbproject/project.xml                      |       49 +-
 .../core/ui/notifications/BalloonManager.java      |       85 +-
 .../notifications/NotificationDisplayerImpl.java   |       16 +-
 .../netbeans/core/ui/notifications/PopupList.java  |       10 +-
 .../core/ui/options/filetypes/Bundle.properties    |        2 +
 .../options/filetypes/FileAssociationsModel.java   |       19 +
 .../FileAssociationsOptionsPanelController.java    |        5 +-
 .../options/filetypes/FileAssociationsPanel.form   |       88 +-
 .../options/filetypes/FileAssociationsPanel.java   |      103 +-
 .../options/filetypes/IgnoredFilesPreferences.java |        2 +-
 .../core/ui/options/filetypes/OpenAsAction.java    |       86 +-
 .../core/ui/options/filetypes/openFileAs.png       |      Bin 0 -> 643 bytes
 .../core/ui/options/filetypes/openFileAs24.png     |      Bin 0 -> 1033 bytes
 .../ui/options/general/AdvancedProxyPanel.java     |        7 +
 .../core/ui/options/general/Bundle.properties      |       16 +-
 .../ui/options/general/GeneralOptionsModel.java    |      152 +-
 .../ui/options/general/GeneralOptionsPanel.form    |      205 +-
 .../ui/options/general/GeneralOptionsPanel.java    |      342 +-
 .../general/GeneralOptionsPanelController.java     |        3 +-
 .../options/general/WebBrowsersOptionsPanel.java   |        3 +
 .../netbeans/core/ui/options/general/error_16.png  |      Bin 0 -> 730 bytes
 .../org/netbeans/core/ui/options/general/ok_16.png |      Bin 0 -> 955 bytes
 .../netbeans/core/ui/resources/Bundle.properties   |        6 +-
 .../org/netbeans/core/ui/resources/Standard.xml    |        2 +-
 .../src/org/netbeans/core/ui/resources/layer.xml   |       80 +-
 .../core/ui/resources/windowmanager/topside.wsmode |       15 +
 .../org/netbeans/core/ui/sampler/Bundle.properties |        2 -
 .../src/org/netbeans/core/ui/sampler/Sampler.java  |      301 -
 .../core/ui/sampler/SamplesOutputStream.java       |      302 -
 .../netbeans/core/ui/sampler/SelfSampleVFS.java    |      178 -
 .../core/ui/sampler/SelfSamplerAction.java         |      180 +-
 .../netbeans/core/ui/sysopen/SystemOpenAction.java |        2 +-
 .../org/netbeans/core/ui/warmup/Bundle.properties  |       14 -
 .../core/ui/warmup/ContextMenuWarmUpTask.java      |       22 +-
 .../org/netbeans/core/ui/warmup/DnDWarmUpTask.java |        5 +-
 .../netbeans/core/ui/warmup/MenuWarmUpTask.java    |       44 +-
 .../core/ui/warmup/RefreshWarningVisual.form       |       46 -
 .../core/ui/warmup/RefreshWarningVisual.java       |      111 -
 .../core/ui/sampler/SelfSampleVFSTest.java         |      111 -
 core.windows/apichanges.xml                        |       17 +
 core.windows/arch.xml                              |       15 +
 core.windows/manifest.mf                           |        2 +-
 core.windows/nbproject/project.properties          |        8 +-
 core.windows/nbproject/project.xml                 |       33 +-
 .../org/netbeans/core/windows/Bundle.properties    |       28 +
 .../src/org/netbeans/core/windows/Central.java     |     1045 +-
 .../src/org/netbeans/core/windows/Constants.java   |        8 +-
 .../netbeans/core/windows/EditorOnlyDisplayer.java |      240 +
 .../windows/FloatingWindowTransparencyManager.java |        2 +-
 .../src/org/netbeans/core/windows/LazyLoader.java  |      232 +
 .../src/org/netbeans/core/windows/ModeImpl.java    |       76 +-
 .../netbeans/core/windows/PersistenceHandler.java  |      308 +-
 .../org/netbeans/core/windows/RecentViewList.java  |      118 +-
 .../org/netbeans/core/windows/RegistryImpl.java    |       22 +-
 .../windows/ShortcutAndMenuKeyEventProcessor.java  |       18 +-
 .../src/org/netbeans/core/windows/Switches.java    |      171 +
 .../netbeans/core/windows/TopComponentTracker.java |      198 +
 .../src/org/netbeans/core/windows/ViewRequest.java |        6 +
 .../org/netbeans/core/windows/ViewRequestor.java   |        9 +-
 .../netbeans/core/windows/WindowManagerImpl.java   |      558 +-
 .../core/windows/WindowSystemEventType.java        |       55 +
 .../netbeans/core/windows/WindowSystemImpl.java    |       22 +-
 .../netbeans/core/windows/actions/ActionUtils.java |      413 +-
 .../core/windows/actions/ActionsFactory.java       |       74 +
 .../core/windows/actions/Bundle.properties         |       56 +-
 .../core/windows/actions/CloneDocumentAction.java  |        3 +
 .../windows/actions/CloseAllButThisAction.java     |       56 +-
 .../core/windows/actions/CloseModeAction.java      |      163 +
 .../core/windows/actions/CloseWindowAction.java    |        5 +-
 .../windows/actions/CollapseTabGroupAction.java    |      173 +
 .../core/windows/actions/DockModeAction.java       |      149 +
 .../core/windows/actions/DockWindowAction.java     |      151 +
 .../core/windows/actions/MaximizeWindowAction.java |       59 +-
 .../core/windows/actions/MinimizeModeAction.java   |      162 +
 .../core/windows/actions/MinimizeWindowAction.java |      148 +
 .../core/windows/actions/MoveModeAction.java       |      159 +
 .../core/windows/actions/MoveWindowAction.java     |      155 +
 .../actions/MoveWindowWithinModeAction.java        |      187 +
 .../core/windows/actions/NewTabGroupAction.java    |      144 +
 .../core/windows/actions/NextTabAction.java        |        1 +
 .../core/windows/actions/PreviousTabAction.java    |        1 +
 .../core/windows/actions/RecentViewListAction.java |      103 +-
 .../core/windows/actions/ResetWindowsAction.java   |       62 +-
 .../core/windows/actions/ResizeModeAction.java     |      161 +
 .../core/windows/actions/ShowEditorOnlyAction.java |      160 +
 .../actions/SwitchRoleKeepDocumentsAction.java     |       78 +
 .../windows/actions/ToggleFullScreenAction.java    |        4 +-
 .../core/windows/actions/ToolbarsListAction.java   |        9 +-
 .../core/windows/actions/UndockModeAction.java     |      140 +
 .../core/windows/actions/UndockWindowAction.java   |       40 +-
 .../netbeans/core/windows/design/Bundle.properties |       45 +
 .../netbeans/core/windows/design/DesignView.java   |      174 +
 .../netbeans/core/windows/design/DesignView.png    |      Bin 0 -> 419 bytes
 .../core/windows/design/DesignViewComponent.form   |       96 +
 .../core/windows/design/DesignViewComponent.java   |      229 +
 .../core/windows/documentgroup/Bundle.properties   |        9 +
 .../windows/documentgroup/DocumentGroupImpl.java   |      121 +
 .../core/windows/documentgroup/GroupsManager.java  |      454 +
 .../windows/documentgroup/GroupsMenuAction.java    |      197 +
 .../windows/documentgroup/ManageGroupsPanel.form   |       83 +
 .../windows/documentgroup/ManageGroupsPanel.java   |      197 +
 .../core/windows/documentgroup/NewGroupPanel.form  |       77 +
 .../core/windows/documentgroup/NewGroupPanel.java  |      184 +
 .../core/windows/documentgroup/PleaseWait.java     |       90 +
 .../core/windows/model/DefaultModeModel.java       |      135 +-
 .../netbeans/core/windows/model/DefaultModel.java  |      200 +-
 .../model/DefaultTopComponentGroupModel.java       |        4 +-
 .../core/windows/model/EditorSplitSubModel.java    |       35 +-
 .../org/netbeans/core/windows/model/ModeModel.java |       19 +-
 .../src/org/netbeans/core/windows/model/Model.java |       20 +-
 .../netbeans/core/windows/model/ModesSubModel.java |       23 +-
 .../netbeans/core/windows/model/SplitSubModel.java |       26 +-
 .../core/windows/model/TopComponentSubModel.java   |       25 +-
 .../windows/nativeaccess/NativeWindowSystem.java   |        9 +
 .../nativeaccess/NoNativeAccessWindowSystem.java   |       28 +-
 .../core/windows/options/Bundle.properties         |       34 +-
 .../windows/options/LafOptionsPanelController.java |      152 +
 .../netbeans/core/windows/options/LafPanel.form    |      104 +
 .../netbeans/core/windows/options/LafPanel.java    |      366 +
 .../options/TabsOptionsPanelController.java        |      154 +
 .../netbeans/core/windows/options/TabsPanel.form   |      183 +
 .../netbeans/core/windows/options/TabsPanel.java   |      301 +
 .../options/WinSysOptionsPanelController.java      |       40 +-
 .../netbeans/core/windows/options/WinSysPanel.form |       44 +-
 .../netbeans/core/windows/options/WinSysPanel.java |      109 +-
 .../netbeans/core/windows/options/WinSysPrefs.java |       26 +-
 .../netbeans/core/windows/options/appearance32.png |      Bin 0 -> 1534 bytes
 .../core/windows/options/package-info.java         |       52 +
 .../core/windows/persistence/ModeConfig.java       |       21 +
 .../core/windows/persistence/ModeParser.java       |       96 +-
 .../windows/persistence/ModuleChangeHandler.java   |      198 +-
 .../windows/persistence/PersistenceManager.java    |       44 +-
 .../core/windows/persistence/RoleFileSystem.java   |       83 +
 .../core/windows/persistence/TCRefParser.java      |        2 +-
 .../windows/persistence/WindowManagerParser.java   |       62 +-
 .../core/windows/resources/Bundle.properties       |        4 +-
 .../org/netbeans/core/windows/resources/layer.xml  |      178 +-
 .../core/windows/resources/mode-properties2_4.dtd  |      216 +
 .../netbeans/core/windows/resources/restart.png    |      Bin 0 -> 812 bytes
 .../windows/resources/windowmanager/test.wsmode    |       14 +
 .../resources/windowmanager/windowmanager.wswmgr   |        1 +
 .../core/windows/services/Bundle.properties        |        3 +
 .../core/windows/services/DialogDisplayerImpl.java |       68 +-
 .../core/windows/services/NbPresenter.java         |      214 +-
 .../core/windows/services/NodeOperationImpl.java   |       11 +-
 .../core/windows/services/PresenterDecorator.java  |       52 +
 .../org/netbeans/core/windows/view/Controller.java |       18 +-
 .../core/windows/view/ControllerHandler.java       |       17 +-
 .../netbeans/core/windows/view/DefaultView.java    |      163 +-
 .../org/netbeans/core/windows/view/EditorView.java |       77 +-
 .../netbeans/core/windows/view/ModeContainer.java  |       10 +
 .../windows/view/ModeStructureAccessorImpl.java    |       30 +
 .../org/netbeans/core/windows/view/ModeView.java   |       10 +-
 .../netbeans/core/windows/view/SlidingView.java    |        4 +-
 .../org/netbeans/core/windows/view/SplitView.java  |        3 +
 .../src/org/netbeans/core/windows/view/View.java   |       19 +-
 .../org/netbeans/core/windows/view/ViewEvent.java  |        4 +
 .../netbeans/core/windows/view/ViewHierarchy.java  |      161 +-
 .../view/dnd/DragAndDropFeedbackVisualizer.java    |       17 +-
 .../netbeans/core/windows/view/dnd/DragWindow.java |        2 +-
 .../core/windows/view/dnd/DropTargetGlassPane.java |       67 +-
 .../core/windows/view/dnd/KeyboardDnd.java         |      391 +
 .../windows/view/dnd/TopComponentDragSupport.java  |      229 +-
 .../windows/view/dnd/TopComponentDraggable.java    |      163 +
 .../windows/view/dnd/TopComponentDroppable.java    |       12 +-
 .../core/windows/view/dnd/WindowDnDManager.java    |      429 +-
 .../windows/view/ui/AbstractModeContainer.java     |       19 +-
 .../core/windows/view/ui/AutoHideStatusText.java   |      162 +
 .../core/windows/view/ui/Bundle.properties         |        9 +-
 .../windows/view/ui/CloseButtonTabbedPane.java     |      588 +
 .../windows/view/ui/DefaultSeparateContainer.java  |       84 +-
 .../windows/view/ui/DefaultSplitContainer.java     |       53 +-
 .../view/ui/DefaultTabbedComponentFactory.java     |       96 +
 .../netbeans/core/windows/view/ui/DesktopImpl.java |      112 +-
 .../core/windows/view/ui/DocumentsDlg.form         |       57 +-
 .../core/windows/view/ui/DocumentsDlg.java         |      146 +-
 .../windows/view/ui/KeyboardPopupSwitcher.java     |      465 -
 .../netbeans/core/windows/view/ui/MainWindow.java  |     1418 +-
 .../netbeans/core/windows/view/ui/ModeResizer.java |      260 +
 .../core/windows/view/ui/MultiSplitCell.java       |        1 +
 .../core/windows/view/ui/MultiSplitDivider.java    |       51 +-
 .../core/windows/view/ui/MultiSplitPane.java       |       69 +-
 .../org/netbeans/core/windows/view/ui/NbSheet.java |       49 +-
 .../core/windows/view/ui/NbTabbedPaneFactory.java  |       61 +
 .../org/netbeans/core/windows/view/ui/Tabbed.java  |      137 -
 .../core/windows/view/ui/TabbedHandler.java        |       98 +-
 .../view/ui/popupswitcher/Bundle.properties        |       43 +
 .../core/windows/view/ui/popupswitcher/Item.java   |      273 +
 .../ui/popupswitcher/KeyboardPopupSwitcher.java    |      497 +
 .../core/windows/view/ui/popupswitcher/Model.java  |      284 +
 .../view/ui/popupswitcher/PopupSwitcher.java       |      207 +
 .../core/windows/view/ui/popupswitcher/Table.java  |      693 +
 .../windows/view/ui/slides/CommandManager.java     |      137 +-
 .../view/ui/slides/ResizeGestureRecognizer.java    |       26 +-
 .../core/windows/view/ui/slides/SlideBar.java      |      356 +-
 .../windows/view/ui/slides/SlideBarContainer.java  |      109 +-
 .../windows/view/ui/slides/SlideBarController.java |        2 +
 .../view/ui/slides/SlideGestureRecognizer.java     |       16 +
 .../windows/view/ui/slides/SlideOperationImpl.java |        4 +
 .../windows/view/ui/slides/TabbedSlideAdapter.java |      112 +-
 .../view/ui/tabcontrol/AbstractTabbedImpl.java     |      526 +
 .../view/ui/tabcontrol/JTabbedPaneAdapter.java     |      328 +
 .../windows/view/ui/tabcontrol/TabbedAdapter.java  |      601 +-
 .../core/windows/view/ui/tabcontrol/Utilities.java |       68 +
 .../ui/tabcontrol/tabbedpane/Bundle.properties     |       41 +
 .../tabbedpane/CloseableTabComponent.java          |      108 +
 .../ui/tabcontrol/tabbedpane/NBTabbedPane.java     |      370 +
 .../tabbedpane/NBTabbedPaneController.java         |      466 +
 .../core/windows/view/ui/toolbars/ActionsTree.java |       49 +-
 .../windows/view/ui/toolbars/Bundle.properties     |       10 +-
 .../view/ui/toolbars/ConfigureToolbarPanel.java    |      107 +-
 .../core/windows/view/ui/toolbars/DnDSupport.java  |       24 +-
 .../view/ui/toolbars/ResetToolbarsAction.java      |       13 +-
 .../view/ui/toolbars/ToolbarConfiguration.java     |      153 +-
 .../windows/view/ui/toolbars/ToolbarContainer.java |       28 +-
 .../core/windows/DockingCompatibilityTest.java     |       14 +-
 .../netbeans/core/windows/ModeActivationTest.java  |        7 +
 .../core/windows/PersistenceHandlerTest.java       |        7 +
 .../src/org/netbeans/core/windows/RoleTest.java    |      160 +
 .../core/windows/TopComponentCreationTest.java     |       19 +-
 .../core/windows/TopComponentTrackerTest.java      |      220 +
 .../windows/actions/SaveWindowsActionTest.java     |       14 +-
 .../core/windows/awt/ValidateLayerMenuTest.java    |        4 +-
 .../core/windows/awt/ValidateLayerToolbarTest.java |        4 +-
 .../nativeaccess/NativeWindowSystemTest.java       |       45 +-
 .../core/windows/persistence/ModeParserTest.java   |       90 +
 .../persistence/WindowManagerParserTest.java       |        2 +-
 .../data/invalid/Windows/Modes/mode05.wsmode       |       13 +
 .../data/invalid/Windows/Modes/mode06.wsmode       |       13 +
 .../data/valid/Windows/Modes/mode08.wsmode         |       13 +
 .../services/DialogDisplayer128399Test.java        |       69 +-
 .../windows/services/DialogDisplayer50960Test.java |        8 +
 .../windows/services/DialogDisplayerImplTest.java  |       50 +-
 .../core/windows/services/NbPresenterLeakTest.java |       55 +-
 .../core/windows/services/NbPresenterTest.java     |       34 +
 .../core/windows/services/NotifyLaterTest.java     |        8 +
 .../NotifyLaterWithDialogDescriptorTest.java       |        8 +
 .../core/windows/view/ui/CustomMenuBarTest.java    |        8 +-
 .../view/ui/KeyboardPopupSwitcherTestHid.java      |      196 -
 .../core/windows/view/ui/MultiSplitPaneTest.java   |        7 +
 .../netbeans/core/windows/view/ui/NbSheetTest.java |       69 +-
 .../KeyboardPopupSwitcherTestHid.java              |      294 +
 .../ui/toolbars/ConfigureToolbarPanelTest.java     |       10 +
 csl.api/anttask/build.xml                          |        2 +-
 csl.api/apichanges.xml                             |       48 +
 csl.api/nbproject/project.properties               |        5 +-
 csl.api/nbproject/project.xml                      |      116 +-
 .../modules/csl/api/CodeCompletionHandler.java     |        2 +-
 .../modules/csl/api/CodeCompletionHandler2.java    |       74 +
 .../org/netbeans/modules/csl/api/CslActions.java   |       12 +
 .../modules/csl/api/DataLoadersBridge.java         |       42 +
 .../modules/csl/api/DeclarationFinder.java         |        2 +-
 .../netbeans/modules/csl/api/Documentation.java    |       99 +
 .../modules/csl/api/GoToDeclarationAction.java     |       62 +
 .../modules/csl/api/GoToMarkOccurrencesAction.java |       21 +-
 .../netbeans/modules/csl/api/IndexSearcher.java    |       24 +
 .../modules/csl/api/InstantRenameAction.java       |      165 +-
 .../netbeans/modules/csl/api/KeystrokeHandler.java |       13 +-
 csl.api/src/org/netbeans/modules/csl/api/Rule.java |        7 +
 .../netbeans/modules/csl/api/StructureScanner.java |       16 +-
 .../modules/csl/api/ToggleBlockCommentAction.java  |      101 +-
 .../src/org/netbeans/modules/csl/api/UiUtils.java  |       64 +-
 .../netbeans/modules/csl/core/Bundle.properties    |        2 +
 .../modules/csl/core/CslCamelCaseInterceptor.java  |       90 +
 .../netbeans/modules/csl/core/CslEditorKit.java    |       88 +-
 .../modules/csl/core/DefaultKeyBindings-Mac.xml    |       57 +
 .../modules/csl/core/DefaultKeyBindings.xml        |       57 +
 .../modules/csl/core/ErrorFilterQuery.java         |       55 +-
 .../netbeans/modules/csl/core/GsfDataLoader.java   |       53 +-
 .../org/netbeans/modules/csl/core/GsfDataNode.java |       49 +-
 .../netbeans/modules/csl/core/GsfDataObject.java   |      123 +-
 .../modules/csl/core/GsfEditorSettings.java        |        4 -
 .../modules/csl/core/GsfParserFactory.java         |        6 +-
 .../netbeans/modules/csl/core/GsfReformatTask.java |       16 +-
 .../netbeans/modules/csl/core/GsfTaskProvider.java |       32 +-
 .../org/netbeans/modules/csl/core/Language.java    |       12 +
 .../csl/core/LanguageRegistrationProcessor.java    |       37 +-
 .../modules/csl/core/LanguageRegistry.java         |      145 +-
 .../modules/csl/core/TLIndexerFactory.java         |       79 +-
 .../modules/csl/core/TasklistStateBackdoor.java    |      124 +
 .../modules/csl/core/TypeAndSymbolProvider.java    |       26 +
 .../src/org/netbeans/modules/csl/core/layer.xml    |       21 +-
 .../csl/editor/GsfCodeFoldingSideBarFactory.java   |        2 +-
 .../modules/csl/editor/InstantRenamePerformer.java |        2 +
 .../csl/editor/completion/GsfCompletionDoc.java    |       28 +-
 .../csl/editor/completion/GsfCompletionItem.java   |      223 +-
 .../editor/completion/GsfCompletionProvider.java   |       67 +-
 .../modules/csl/editor/fold/GsfFoldManager.java    |      724 +-
 .../csl/editor/fold/GsfFoldManagerTaskFactory.java |       10 +-
 .../modules/csl/editor/fold/GsfFoldScheduler.java  |        8 +-
 .../modules/csl/editor/hyperlink/GoToSupport.java  |       59 +-
 .../modules/csl/editor/hyperlink/PopupUtil.java    |        7 +-
 .../csl/editor/overridden/ComputeAnnotations.java  |       23 +-
 .../overridden/IsOverriddenAnnotationAction.java   |        6 +
 .../csl/editor/semantic/GsfSemanticLayer.java      |       94 +-
 .../semantic/HighlightsLayerFactoryImpl.java       |        3 +-
 .../semantic/MarkOccurrencesHighlighter.java       |       80 +-
 .../csl/editor/semantic/SemanticHighlighter.java   |       18 +-
 .../modules/csl/hints/GsfHintsFactory.java         |       31 +-
 .../modules/csl/hints/GsfHintsProvider.java        |      222 +-
 .../csl/hints/infrastructure/Bundle.properties     |        4 +-
 .../csl/hints/infrastructure/GsfHintsManager.java  |      165 +-
 .../HintsOptionsPanelController.java               |        4 +-
 .../csl/hints/infrastructure/HintsPanel.form       |        5 +-
 .../csl/hints/infrastructure/HintsPanel.java       |       94 +-
 .../csl/hints/infrastructure/HintsPanelLogic.java  |      126 +-
 .../csl/hints/infrastructure/HintsTask.java        |       30 +-
 .../modules/csl/hints/infrastructure/Pair.java     |       71 -
 .../hints/infrastructure/SelectionHintsTask.java   |       32 +-
 .../csl/hints/infrastructure/SuggestionsTask.java  |       63 +-
 .../modules/csl/navigation/BreadCrumbsTask.java    |      225 +
 .../modules/csl/navigation/Bundle.properties       |        4 +-
 .../csl/navigation/CSLNavigatorScheduler.java      |        8 +-
 .../modules/csl/navigation/CaretListeningTask.java |        8 +-
 .../modules/csl/navigation/ClassMemberFilters.java |        6 +-
 .../ClassMemberNavigatorSourceFactory.java         |        6 +-
 .../modules/csl/navigation/ClassMemberPanel.java   |       11 +-
 .../modules/csl/navigation/ClassMemberPanelUI.form |        4 +-
 .../modules/csl/navigation/ClassMemberPanelUI.java |      280 +-
 .../modules/csl/navigation/ElementNode.java        |       99 +-
 .../csl/navigation/ElementScanningTask.java        |      124 +-
 .../csl/navigation/actions/Bundle.properties       |        2 +-
 .../netbeans/modules/csl/spi/CommentHandler.java   |        3 +-
 .../modules/csl/spi/DefaultDataLoadersBridge.java  |       42 +
 .../modules/csl/spi/DefaultLanguageConfig.java     |       14 +-
 .../org/netbeans/modules/csl/spi/ErrorFilter.java  |        2 +-
 .../org/netbeans/modules/csl/spi/GsfUtilities.java |       98 +-
 .../modules/csl/spi/LanguageRegistration.java      |        7 +
 .../csl/spi/support/ModificationResult.java        |        2 +-
 .../netbeans/modules/csl/api/test/CslTestBase.java |      943 +-
 .../modules/csl/core/GsfDataObjectTest.java        |       71 +
 .../modules/csl/core/LanguageRegistryTest.java     |       12 +-
 .../modules/csl/editor/TypingCompletion.java       |        0
 .../modules/csl/spi/LanguageRegistrationTest.java  |      128 +
 .../impl/indexing/lucene/TestIndexFactoryImpl.java |      278 +
 css.editor/build.xml                               |        7 -
 css.editor/external/binaries-list                  |        3 +-
 css.editor/external/css21-spec-license.txt         |        2 +-
 css.editor/external/css3-spec-license.txt          |      277 +
 css.editor/manifest.mf                             |        2 +-
 css.editor/nbproject/project.properties            |       17 +-
 css.editor/nbproject/project.xml                   |      146 +-
 .../org/netbeans/modules/css/editor/Css3Utils.java |      130 +
 .../css/editor/CssBracesMatcherFactory.java        |        2 +-
 .../modules/css/editor/CssDeclarationContext.java  |      104 +
 .../modules/css/editor/CssErrorFilterFactory.java  |       82 +
 .../modules/css/editor/CssExternalDropHandler.java |      333 +
 .../modules/css/editor/CssHelpResolver.java        |       65 +-
 .../modules/css/editor/CssPreferences.java         |       53 +-
 .../modules/css/editor/CssProjectSupport.java      |       15 +-
 .../modules/css/editor/CssPropertyValue.java       |      630 -
 .../modules/css/editor/DefaultErrorsProvider.java  |      107 +
 .../org/netbeans/modules/css/editor/HtmlTags.java  |      114 +
 .../netbeans/modules/css/editor/LexerUtils.java    |      161 -
 .../modules/css/editor/ParsingErrorsFilter.java    |      271 +
 .../org/netbeans/modules/css/editor/Property.java  |      110 -
 .../netbeans/modules/css/editor/PropertyModel.java |      578 -
 .../netbeans/modules/css/editor/URLRetriever.java  |       91 +
 .../modules/css/editor/actions/Bundle.properties   |      174 +
 .../css/editor/actions/CopyStyleAction.java        |      151 +
 .../modules/css/editor/csl/Bundle.properties       |       57 +
 .../modules/css/editor/csl/CssAnalyser.java        |      273 +
 .../css/editor/csl/CssBracketCompleter.java        |      140 +
 .../modules/css/editor/csl/CssCommentHandler.java  |      179 +
 .../modules/css/editor/csl/CssCompletion.java      |     1743 +
 .../css/editor/csl/CssDeclarationFinder.java       |       88 +
 .../modules/css/editor/csl/CssElement.java         |      111 +
 .../modules/css/editor/csl/CssErrorFactory.java    |      164 +
 .../modules/css/editor/csl/CssHintsProvider.java   |      292 +
 .../modules/css/editor/csl/CssInstantRenamer.java  |       75 +
 .../modules/css/editor/csl/CssLanguage.java        |      180 +
 .../modules/css/editor/csl/CssNodeElement.java     |       99 +
 .../css/editor/csl/CssOccurrencesFinder.java       |      125 +
 .../modules/css/editor/csl/CssPropertyElement.java |       64 +
 .../css/editor/csl/CssSemanticAnalyzer.java        |      104 +
 .../css/editor/csl/CssStructureScanner.java        |       77 +
 .../modules/css/editor/csl/CssValueElement.java    |       67 +
 .../modules/css/editor/indent/CssIndentTask.java   |        3 +
 .../css/editor/indent/CssIndentTaskFactory.java    |        1 +
 .../modules/css/editor/indent/CssIndenter.java     |       77 +-
 .../modules/css/editor/model/Bundle.properties     |       45 -
 .../modules/css/editor/model/CssModel.java         |      280 -
 .../netbeans/modules/css/editor/model/CssRule.java |      106 -
 .../modules/css/editor/model/CssRuleItem.java      |      136 -
 .../modules/css/editor/model/HtmlTags.java         |      174 -
 .../module/BrowserSpecificDefinitionParser.java    |      207 +
 .../css/editor/module/CssModuleSupport.java        |      500 +
 .../module/ModulesPropertyDefinitionProvider.java  |       79 +
 .../css/editor/module/PropertiesReader.java        |      365 +
 .../module/main/BackgroundsAndBordersModule.java   |       81 +
 .../module/main/BasicUserInterfaceModule.java      |      118 +
 .../editor/module/main/BrowserSupportModule.java   |      190 +
 .../css/editor/module/main/Bundle.properties       |       84 +
 .../css/editor/module/main/ChromeModule.java       |       59 +
 .../css/editor/module/main/ColorsModule.java       |      125 +
 .../modules/css/editor/module/main/Constants.java  |       52 +
 .../editor/module/main/CssRuleStructureItem.java   |      157 +
 .../css/editor/module/main/DefaultBrowser.java     |      117 +
 .../editor/module/main/DefaultCssEditorModule.java |      660 +
 .../css/editor/module/main/ExtCssEditorModule.java |       81 +
 .../css/editor/module/main/FirefoxModule.java      |       59 +
 .../editor/module/main/InternetExplorerModule.java |       60 +
 .../editor/module/main/ListsAndCountersModule.java |       91 +
 .../css/editor/module/main/MediaQueriesModule.java |      232 +
 .../module/main/NamespaceCompletionItem.java       |      138 +
 .../editor/module/main/NamespaceStructureItem.java |      139 +
 .../css/editor/module/main/NamespacesModule.java   |      260 +
 .../css/editor/module/main/OperaModule.java        |       59 +
 .../css/editor/module/main/PagedMediaModule.java   |      231 +
 .../main/PropertyCompatibilityHelpResolver.java    |       89 +
 .../css/editor/module/main/SafariModule.java       |       59 +
 .../css/editor/module/main/SelectorsModule.java    |      250 +
 .../main/StandardPropertiesHelpResolver.java       |      252 +
 .../editor/module/main/TopLevelStructureItem.java  |      254 +
 .../editor/module/main/browsers/firefox.properties |      187 +
 .../main/browsers/internet_explorer.properties     |      274 +
 .../editor/module/main/browsers/opera.properties   |      293 +
 .../editor/module/main/browsers/webkit.properties  |      280 +
 .../module/main/properties/animations.properties   |       65 +
 .../properties/backgrounds_and_borders.properties  |      141 +
 .../main/properties/basic_box_model.properties     |      109 +
 .../properties/basic_user_interface.properties     |       92 +
 .../module/main/properties/colors.properties       |       69 +
 .../main/properties/default_module.properties      |      120 +
 .../editor/module/main/properties/description.txt  |       15 +
 .../main/properties/flexible_box_layout.properties |       76 +
 .../editor/module/main/properties/fonts.properties |      158 +
 .../generated_and_replaced_content.properties      |       84 +
 .../generated_content_for_paged_media.properties   |       85 +
 .../main/properties/grid_positioning.properties    |       53 +
 .../module/main/properties/hyperlinks.properties   |       50 +
 .../module/main/properties/image_values.properties |      126 +
 .../editor/module/main/properties/line.properties  |       98 +
 .../main/properties/lists_and_counters.properties  |       63 +
 .../module/main/properties/marquee.properties      |       50 +
 .../main/properties/multi-column_layout.properties |       71 +
 .../module/main/properties/paged_media.properties  |       64 +
 .../main/properties/presentation_levels.properties |       42 +
 .../editor/module/main/properties/ruby.properties  |       48 +
 .../module/main/properties/speech.properties       |       84 +
 .../editor/module/main/properties/text.properties  |      136 +
 .../main/properties/transforms_2d.properties       |       85 +
 .../main/properties/transforms_3d.properties       |       81 +
 .../module/main/properties/transitions.properties  |       60 +
 .../main/properties/values_and_units.properties    |       44 +
 .../main/properties/writing_modes.properties       |       62 +
 .../modules/css/editor/module/spi/Browser.java     |      115 +
 .../css/editor/module/spi/CompletionContext.java   |      279 +
 .../css/editor/module/spi/CssCompletionItem.java   |      730 +
 .../css/editor/module/spi/CssEditorModule.java     |      292 +
 .../editor/module/spi/EditorFeatureContext.java    |       74 +
 .../css/editor/module/spi/FeatureCancel.java       |       73 +
 .../css/editor/module/spi/FeatureContext.java      |      119 +
 .../css/editor/module/spi/FutureParamTask.java     |       53 +
 .../css/editor/module/spi/HelpResolver.java        |       72 +
 .../editor/module/spi/PropertySupportResolver.java |       58 +
 .../css/editor/module/spi/SemanticAnalyzer.java    |       56 +
 .../editor/module/spi/SemanticAnalyzerResult.java  |       93 +
 .../modules/css/editor/module/spi/Utilities.java   |      271 +
 .../modules/css/editor/properties/Acceptors.java   |      100 -
 .../modules/css/editor/properties/Angle.java       |       64 -
 .../modules/css/editor/properties/Color.java       |      151 -
 .../properties/CssPropertyValueAcceptor.java       |       63 -
 .../properties/CustomErrorMessageProvider.java     |       53 -
 .../css/editor/properties/FontFamilyName.java      |       69 -
 .../modules/css/editor/properties/Frequency.java   |       70 -
 .../modules/css/editor/properties/Identifier.java  |       71 -
 .../modules/css/editor/properties/KeywordUtil.java |       62 -
 .../modules/css/editor/properties/Length.java      |       89 -
 .../modules/css/editor/properties/Number.java      |       65 -
 .../editor/properties/NumberPostfixAcceptor.java   |       70 -
 .../modules/css/editor/properties/Percentage.java  |       64 -
 .../css/editor/properties/StringAcceptor.java      |       66 -
 .../modules/css/editor/properties/Time.java        |       70 -
 .../modules/css/editor/properties/Uri.java         |       63 -
 .../css/editor/properties/acceptors.properties     |       12 -
 .../typinghooks/CssDeletedTextInterceptor.java     |       88 +
 .../typinghooks/CssTypedBreakInterceptor.java      |      126 +
 .../typinghooks/CssTypedTextInterceptor.java       |      325 +
 .../css/editor/ui/CssRuleCreateActionDialog.form   |        4 +-
 .../css/editor/ui/CssRuleCreateActionDialog.java   |      100 +-
 .../modules/css/formatting/api/LexUtilities.java   |      334 -
 .../api/embedding/JoinedTokenSequence.java         |      339 -
 .../formatting/api/embedding/VirtualSource.java    |       79 -
 .../formatting/api/support/AbstractIndenter.java   |     2274 -
 .../css/formatting/api/support/IndentCommand.java  |      198 -
 .../api/support/IndenterContextData.java           |      127 -
 .../api/support/IndenterFormattingContext.java     |      183 -
 .../api/support/MarkupAbstractIndenter.java        |      908 -
 .../org/netbeans/modules/css/gsf/Bundle.properties |       58 -
 .../org/netbeans/modules/css/gsf/CssAnalyser.java  |      240 -
 .../netbeans/modules/css/gsf/CssAstElement.java    |      102 -
 .../modules/css/gsf/CssBracketCompleter.java       |      363 -
 .../src/org/netbeans/modules/css/gsf/CssColor.java |      225 -
 .../modules/css/gsf/CssCommentHandler.java         |       63 -
 .../netbeans/modules/css/gsf/CssCompletion.java    |      986 -
 .../modules/css/gsf/CssCompletionItem.java         |      634 -
 .../modules/css/gsf/CssDeclarationFinder.java      |      145 -
 .../org/netbeans/modules/css/gsf/CssElement.java   |       97 -
 .../org/netbeans/modules/css/gsf/CssGSFParser.java |      239 -
 .../netbeans/modules/css/gsf/CssHintsProvider.java |      302 -
 .../org/netbeans/modules/css/gsf/CssLanguage.java  |      160 -
 .../modules/css/gsf/CssOccurancesFinder.java       |      182 -
 .../modules/css/gsf/CssPropertyElement.java        |       63 -
 .../modules/css/gsf/CssSemanticAnalyzer.java       |      157 -
 .../modules/css/gsf/CssStructureScanner.java       |      309 -
 .../netbeans/modules/css/gsf/CssValueElement.java  |       71 -
 .../modules/css/gsf/api/CssParserResult.java       |       98 -
 .../modules/css/indexing/CssFileModel.java         |      281 +-
 .../netbeans/modules/css/indexing/CssIndex.java    |      439 -
 .../modules/css/indexing/CssIndexModelSupport.java |       80 +
 .../netbeans/modules/css/indexing/CssIndexer.java  |       95 +-
 .../modules/css/indexing/api/CssIndex.java         |      782 +
 .../modules/css/indexing/api/CssIndexModel.java    |       60 +
 .../css/indexing/api/CssIndexModelFactory.java     |       75 +
 .../org/netbeans/modules/css/lexer/CssLexer.java   |      178 -
 .../modules/css/lexer/LexerCharStream.java         |      128 -
 .../netbeans/modules/css/lexer/api/CssTokenId.java |      249 -
 .../modules/css/parser/ASCII_CharStream.java       |      355 -
 .../netbeans/modules/css/parser/CSS_template.css   |       19 -
 .../netbeans/modules/css/parser/CharStream.java    |      115 -
 .../org/netbeans/modules/css/parser/CssParser.java |     3779 -
 .../modules/css/parser/CssParserConstants.java     |      270 -
 .../modules/css/parser/CssParserTokenManager.java  |     3750 -
 .../modules/css/parser/CssParserTreeConstants.java |       95 -
 .../modules/css/parser/JJTCssParserState.java      |      123 -
 .../src/org/netbeans/modules/css/parser/Node.java  |       35 -
 .../netbeans/modules/css/parser/NodeVisitor.java   |       53 -
 .../modules/css/parser/ParseException.java         |      198 -
 .../css/parser/PatchedCssParserTokenManager.java   |       62 -
 .../netbeans/modules/css/parser/SimpleNode.java    |      234 -
 .../modules/css/parser/SimpleNodeUtil.java         |      269 -
 .../src/org/netbeans/modules/css/parser/Token.java |      128 -
 .../netbeans/modules/css/parser/TokenMgrError.java |      140 -
 .../src/org/netbeans/modules/css/parser/css.jj     |     1649 -
 .../src/org/netbeans/modules/css/parser/css.jjt    |      763 -
 .../modules/css/refactoring/Bundle.properties      |        2 +
 .../CssActionsImplementationProvider.java          |      420 +-
 .../modules/css/refactoring/CssCodeGenerators.java |       77 +-
 .../modules/css/refactoring/CssElementContext.java |      218 +-
 .../css/refactoring/CssRefactoringExtraInfo.java   |        2 +-
 .../refactoring/CssRefactoringPluginFactory.java   |        2 +-
 .../refactoring/CssRenameRefactoringPlugin.java    |      258 +-
 .../css/refactoring/CssRenameRefactoringUI.java    |        4 +-
 .../css/refactoring/CssWhereUsedQueryPlugin.java   |      252 +-
 .../modules/css/refactoring/DiffElement.java       |        3 +-
 .../modules/css/refactoring/RetoucheCommit.java    |      102 -
 .../modules/css/refactoring/WhereUsedElement.java  |        5 +-
 .../modules/css/refactoring/WhereUsedPanel.java    |        2 +-
 .../modules/css/refactoring/WhereUsedUI.java       |        2 +-
 .../css/refactoring/api/CssRefactoring.java        |        8 +-
 .../modules/css/refactoring/api/EntryHandle.java   |        2 +-
 .../refactoring/api/RefactoringElementType.java    |        2 +-
 .../modules/css/resources/Bundle.properties        |       11 +-
 .../css/resources/CascadeStyleSheet.css.template   |       16 +-
 .../netbeans/modules/css/resources/cssResolver.xml |        8 -
 .../css/resources/css_property_table.properties    |      912 -
 .../css/resources/fontsColors-bluetheme.xml        |       98 +
 .../css/resources/fontsColors-citylights.xml       |       98 +
 .../netbeans/modules/css/resources/fontsColors.xml |       60 +-
 .../css/resources}/icons/chrome20-disabled.png     |      Bin
 .../modules/css/resources}/icons/chrome20.png      |      Bin
 .../css/resources}/icons/firefox20-disabled.png    |      Bin
 .../modules/css/resources}/icons/firefox20.png     |      Bin
 .../modules/css/resources}/icons/ie20-disabled.png |      Bin
 .../netbeans/modules/css/resources}/icons/ie20.png |      Bin
 .../css/resources}/icons/opera20-disabled.png      |      Bin
 .../modules/css/resources}/icons/opera20.png       |      Bin
 .../css/resources}/icons/safari20-disabled.png     |      Bin
 .../modules/css/resources}/icons/safari20.png      |      Bin
 .../org/netbeans/modules/css/resources/layer.xml   |       92 +-
 .../unit/data/testfiles/netbeans.css.tokens.txt    |     5087 +
 .../nbproject/project.properties                   |        8 +
 .../testHtmlApplication/nbproject/project.xml      |        9 +
 .../public_html/folder/style2.css                  |        0
 .../testHtmlApplication/public_html/index.html     |       16 +
 .../testHtmlApplication/public_html/style.css      |        0
 .../netbeans/modules/css/editor/Css3UtilsTest.java |      134 +
 .../modules/css/editor/CssErrorFiltersTest.java    |       79 +
 .../modules/css/editor/PropertyModelTest.java      |      755 -
 .../css/editor/csl/CssBracketCompleterTest.java    |      362 +
 .../modules/css/editor/csl/CssCompletionTest.java  |      532 +
 .../css/editor/csl/CssStructureScannerTest.java    |      100 +
 .../modules/css/editor/csl/TestIssue166592.java    |      109 +
 .../modules/css/editor/indent/CssIndenterTest.java |       94 +-
 .../modules/css/editor/lexer/CssLexerTest.java     |       95 -
 .../modules/css/editor/model/CssModelTest.java     |      224 -
 .../css/editor/module/CssModuleSupportTest.java    |       80 +
 .../editor/module/main/AnimationsModuleTest.java   |       80 +
 .../main/BackgroundsAndBordersModuleTest.java      |      179 +
 .../module/main/BasicBoxModelModuleTest.java       |       89 +
 .../module/main/BasicUsetInterfaceModuleTest.java  |       72 +
 .../css/editor/module/main/ChromeModuleTest.java   |       60 +
 .../css/editor/module/main/ColorsModuleTest.java   |      134 +
 .../css/editor/module/main/CssModuleTestBase.java  |      631 +
 .../editor/module/main/DefaultCssModuleTest.java   |      252 +
 .../css/editor/module/main/FirefoxModuleTest.java  |       70 +
 .../module/main/FlexibleBoxLayoutModuleTest.java   |       59 +
 .../css/editor/module/main/FontsModuleTest.java    |      131 +
 .../GeneratedAndReplacedContentModuleTest.java     |       92 +
 .../GeneratedContentForPagedMediaModuleTest.java   |       70 +
 .../editor/module/main/ImageValuesModuleTest.java  |       85 +
 .../module/main/InternetExplorerModuleTest.java    |       66 +
 .../css/editor/module/main/LineModuleTest.java     |       62 +
 .../module/main/ListsAndCountersModuleTest.java    |      117 +
 .../css/editor/module/main/MarqueeModuleTest.java  |       74 +
 .../editor/module/main/MediaQueriesModuleTest.java |       96 +
 .../editor/module/main/MultiColumnLayoutTest.java  |       81 +
 .../editor/module/main/NamespacesModuleTest.java   |      134 +
 .../editor/module/main/PagedMediaModuleTest.java   |      125 +
 .../css/editor/module/main/RubyModuleTest.java     |       72 +
 .../editor/module/main/SelectorsModuleTest.java    |       99 +
 .../css/editor/module/main/SpeechModuleTest.java   |       60 +
 .../main/StandardPropertiesHelpResolverTest.java   |      126 +
 .../css/editor/module/main/TextModuleTest.java     |       86 +
 .../css/editor/module/main/Transforms3DTest.java   |       66 +
 .../module/main/ValuesAndUnitsModuleTest.java      |       68 +
 .../editor/module/main/WritingModesModuleTest.java |       60 +
 .../module/main/properties/PropertiesATest.java    |     2678 +
 .../netbeans/modules/css/editor/test/TestBase.java |        2 +-
 .../css/editor/typinghooks/CssTypingHooksTest.java |      164 +
 .../modules/css/editor/typinghooks/Typing.java     |      156 +
 .../modules/css/gsf/CssBracketCompleterTest.java   |      294 -
 .../modules/css/gsf/CssCompletionTest.java         |      283 -
 .../netbeans/modules/css/gsf/CssGSFParserTest.java |      163 -
 .../netbeans/modules/css/gsf/TestIssue166592.java  |      109 -
 .../modules/css/indexing/CssFileModelTest.java     |       78 +-
 .../modules/css/indexing/CssIndexTest.java         |       66 -
 .../modules/css/indexing/api/CssIndexTest.java     |       92 +
 .../netbeans/modules/css/parser/CssParserTest.java |      353 -
 .../css/parser/CssParserTokenManagerTest.java      |       85 -
 .../modules/css/parser/SimpleNodeUtilTest.java     |      108 -
 css.editor/todo                                    |       65 +
 css.lib/build.xml                                  |       38 +
 css.lib/manifest.mf                                |        6 +
 css.lib/nbproject/project.properties               |       49 +
 css.lib/nbproject/project.xml                      |      162 +
 .../modules/css/lib/AbstractParseTreeNode.java     |      123 +
 .../org/netbeans/modules/css/lib/Bundle.properties |       51 +
 .../netbeans/modules/css/lib/CommonTokenUtil.java  |       72 +
 css.lib/src/org/netbeans/modules/css/lib/Css3.g    |     1940 +
 .../org/netbeans/modules/css/lib/Css3Lexer.java    |    16722 +
 .../org/netbeans/modules/css/lib/Css3Parser.java   |    37798 +
 .../org/netbeans/modules/css/lib/ErrorNode.java    |       71 +
 .../modules/css/lib/ErrorsProviderQuery.java       |       75 +
 .../org/netbeans/modules/css/lib/ExtCss3Lexer.java |      175 +
 .../netbeans/modules/css/lib/ExtCss3Parser.java    |      122 +
 .../modules/css/lib/NbParseTreeBuilder.java        |      500 +
 .../src/org/netbeans/modules/css/lib/RootNode.java |       66 +
 .../src/org/netbeans/modules/css/lib/RuleNode.java |       92 +
 .../org/netbeans/modules/css/lib/TokenNode.java    |      111 +
 .../src/org/netbeans/modules/css/lib/antlrv4.patch |      864 +
 .../org/netbeans/modules/css/lib/api/CssColor.java |      226 +
 .../netbeans/modules/css/lib/api/CssModule.java    |       64 +
 .../modules/css/lib/api/CssParserFactory.java      |       70 +
 .../modules/css/lib/api/CssParserResult.java       |      138 +
 .../netbeans/modules/css/lib/api/CssTokenId.java   |      353 +
 .../modules/css/lib/api/CssTokenIdCategory.java    |       53 +
 .../modules/css/lib/api/ErrorsProvider.java        |       60 +
 .../modules/css/lib/api/FilterableError.java       |       74 +
 .../src/org/netbeans/modules/css/lib/api/Node.java |       67 +
 .../org/netbeans/modules/css/lib/api/NodeType.java |      475 +
 .../org/netbeans/modules/css/lib/api/NodeUtil.java |      418 +
 .../netbeans/modules/css/lib/api/NodeVisitor.java  |      142 +
 .../modules/css/lib/api/ProblemDescription.java    |      137 +
 .../org/netbeans/modules/css/lib/api/TreePath.java |      120 +
 .../api/properties/FixedTextGrammarElement.java    |       84 +
 .../css/lib/api/properties/GrammarElement.java     |      198 +
 .../lib/api/properties/GrammarElementVisitor.java  |       71 +
 .../api/properties/GrammarParseTreeConvertor.java  |       91 +
 .../css/lib/api/properties/GrammarResolver.java    |      825 +
 .../api/properties/GrammarResolverListener.java    |       95 +
 .../lib/api/properties/GrammarResolverResult.java  |       99 +
 .../lib/api/properties/GroupGrammarElement.java    |      192 +
 .../modules/css/lib/api/properties/GroupNode.java  |       52 +
 .../modules/css/lib/api/properties/Node.java       |      187 +
 .../modules/css/lib/api/properties/NodeUtil.java   |       72 +
 .../css/lib/api/properties/NodeVisitor.java        |       69 +
 .../css/lib/api/properties/NodeVisitor2.java       |       60 +
 .../modules/css/lib/api/properties/Properties.java |      193 +
 .../css/lib/api/properties/PropertyCategory.java   |      137 +
 .../css/lib/api/properties/PropertyDefinition.java |      183 +
 .../api/properties/PropertyDefinitionProvider.java |       84 +
 .../css/lib/api/properties/ResolvedProperty.java   |      167 +
 .../css/lib/api/properties/ResolvedToken.java      |      100 +
 .../modules/css/lib/api/properties/Token.java      |      128 +
 .../css/lib/api/properties/TokenAcceptor.java      |      551 +
 .../modules/css/lib/api/properties/TokenNode.java  |       54 +
 .../modules/css/lib/api/properties/Tokenizer.java  |      139 +
 .../css/lib/api/properties/UnitGrammarElement.java |      110 +
 .../lib/api/properties/ValueGrammarElement.java    |       79 +
 css.lib/src/org/netbeans/modules/css/lib/layer.xml |       21 +
 .../css/lib/nblexer/CaseInsensitiveNbLexerCHS.java |       64 +
 .../css/lib/nblexer/CssLanguageHierarchy.java      |       72 +
 .../modules/css/lib/nblexer/NbCss3Lexer.java       |       92 +
 .../modules/css/lib/nblexer/NbLexerCharStream.java |      195 +
 .../modules/css/lib/nbparser/CssParser.java        |      250 +
 .../lib/properties/GrammarParseTreeBuilder.java    |      218 +
 .../modules/css/lib/properties/GrammarParser.java  |      382 +
 .../test/unit/data/testfiles/itabbar.css.testfile  |       10 +
 .../data/testfiles/less/testIssue240701.less.txt   |        7 +
 .../less/testIssue240701.less.txt.tokens.txt       |       42 +
 .../data/testfiles/less/testIssue240757.less.txt   |        1 +
 .../less/testIssue240757.less.txt.tokens.txt       |       32 +
 css.lib/test/unit/data/testfiles/namespaces.css    |       13 +
 .../unit/data/testfiles/namespaces.css.tokens.txt  |       38 +
 css.lib/test/unit/data/testfiles/netbeans.css      |     1070 +
 .../unit/data/testfiles/netbeans.css.tokens.txt    |     5093 +
 .../unit/data/testfiles/scss/large_empty.scss.txt  | 10000000 ++++++++++++++++
 .../data/testfiles/scss/scss-tests-merged.scss     |       71 +
 css.lib/test/unit/data/testfiles/testBasic.css.txt |        6 +
 .../data/testfiles/testBasic.css.txt.tokens.txt    |       18 +
 .../unit/data/testfiles/testImportsLexing.css.txt  |        8 +
 .../testfiles/testImportsLexing.css.txt.tokens.txt |       35 +
 .../data/testfiles/testInputGeneratedCode.css.txt  |       34 +
 .../testInputGeneratedCode.css.txt.tokens.txt      |      149 +
 .../unit/data/testfiles/testIssue240881.css.txt    |        2 +
 .../testfiles/testIssue240881.css.txt.tokens.txt   |       14 +
 .../netbeans/modules/css/lib/Css3LexerTest.java    |      362 +
 .../modules/css/lib/Css3ParserLessTest.java        |      712 +
 .../modules/css/lib/Css3ParserScssTest.java        |     1647 +
 .../netbeans/modules/css/lib/Css3ParserTest.java   |     1347 +
 .../org/netbeans/modules/css/lib/CssTestBase.java  |      352 +
 .../src/org/netbeans/modules/css/lib/TestUtil.java |      163 +
 .../netbeans/modules/css/lib/W3CSelectorsTest.java |     3108 +
 .../netbeans/modules/css/lib/api/NodeUtilTest.java |      149 +
 .../css/lib/api/properties/GrammarParserTest.java  |       78 +
 .../properties/GrammarResolverListenerTest.java    |      491 +
 .../lib/api/properties/GrammarResolverTest.java    |      872 +
 .../lib/api/properties/PropertyDefinitionTest.java |       74 +
 .../css/lib/api/properties/PropertyValueTest.java  |      502 +
 .../lib/api/properties/ResolvedPropertyTest.java   |      121 +
 .../css/lib/api/properties/TokenAcceptorsTest.java |       90 +
 .../css/lib/api/properties/TokenizerTest.java      |      187 +
 .../modules/css/lib/nblexer/NbCss3LexerTest.java   |      251 +
 .../properties/GrammarParseTreeBuilderTest.java    |      101 +
 .../css/lib/properties/GrammarParserTest.java      |      167 +
 css.model/build.xml                                |        5 +
 css.model/manifest.mf                              |        5 +
 css.model/nbproject/project.properties             |        2 +
 css.model/nbproject/project.xml                    |      222 +
 .../org/netbeans/modules/css/live/LiveUpdater.java |       59 +
 .../netbeans/modules/css/model/Bundle.properties   |        3 +
 .../netbeans/modules/css/model/ModelAccess.java    |       53 +
 .../src/org/netbeans/modules/css/model/Utils.java  |       80 +
 .../org/netbeans/modules/css/model/api/AtRule.java |       53 +
 .../netbeans/modules/css/model/api/AtRuleId.java   |       50 +
 .../org/netbeans/modules/css/model/api/Body.java   |      163 +
 .../netbeans/modules/css/model/api/BodyItem.java   |       53 +
 .../netbeans/modules/css/model/api/CharSet.java    |       54 +
 .../modules/css/model/api/CharSetValue.java        |       50 +
 .../modules/css/model/api/Declaration.java         |       54 +
 .../modules/css/model/api/Declarations.java        |       58 +
 .../netbeans/modules/css/model/api/Element.java    |      122 +
 .../modules/css/model/api/ElementFactory.java      |      179 +
 .../modules/css/model/api/ElementHandle.java       |       61 +
 .../modules/css/model/api/ElementListener.java     |       56 +
 .../netbeans/modules/css/model/api/Expression.java |       52 +
 .../netbeans/modules/css/model/api/FontFace.java   |       54 +
 .../modules/css/model/api/GenericAtRule.java       |       50 +
 .../netbeans/modules/css/model/api/ImportItem.java |       58 +
 .../netbeans/modules/css/model/api/Imports.java    |       55 +
 .../org/netbeans/modules/css/model/api/Media.java  |       66 +
 .../netbeans/modules/css/model/api/MediaBody.java  |       65 +
 .../modules/css/model/api/MediaExpression.java     |       64 +
 .../modules/css/model/api/MediaFeature.java        |       50 +
 .../modules/css/model/api/MediaFeatureValue.java   |       55 +
 .../netbeans/modules/css/model/api/MediaQuery.java |       64 +
 .../modules/css/model/api/MediaQueryList.java      |       56 +
 .../modules/css/model/api/MediaQueryOperator.java  |       50 +
 .../netbeans/modules/css/model/api/MediaType.java  |       50 +
 .../org/netbeans/modules/css/model/api/Model.java  |      622 +
 .../netbeans/modules/css/model/api/ModelUtils.java |      399 +
 .../modules/css/model/api/ModelVisitor.java        |       71 +
 .../modules/css/model/api/MozDocument.java         |       63 +
 .../modules/css/model/api/MozDocumentFunction.java |       50 +
 .../netbeans/modules/css/model/api/Namespace.java  |       58 +
 .../modules/css/model/api/NamespacePrefixName.java |       50 +
 .../netbeans/modules/css/model/api/Namespaces.java |       56 +
 .../org/netbeans/modules/css/model/api/Page.java   |       57 +
 .../modules/css/model/api/PlainElement.java        |       55 +
 .../org/netbeans/modules/css/model/api/Prio.java   |       50 +
 .../netbeans/modules/css/model/api/Property.java   |       52 +
 .../modules/css/model/api/PropertyDeclaration.java |       70 +
 .../modules/css/model/api/PropertyValue.java       |       54 +
 .../modules/css/model/api/ResourceIdentifier.java  |       50 +
 .../org/netbeans/modules/css/model/api/Rule.java   |       58 +
 .../netbeans/modules/css/model/api/Selector.java   |       52 +
 .../modules/css/model/api/SelectorsGroup.java      |       56 +
 .../netbeans/modules/css/model/api/StyleSheet.java |       66 +
 .../modules/css/model/api/TokenElement.java        |       57 +
 .../modules/css/model/api/VendorAtRule.java        |       53 +
 .../css/model/api/WebkitKeyframeSelectors.java     |       50 +
 .../modules/css/model/api/WebkitKeyframes.java     |       56 +
 .../css/model/api/WebkitKeyframesBlock.java        |       54 +
 .../netbeans/modules/css/model/impl/AtRuleI.java   |      122 +
 .../netbeans/modules/css/model/impl/AtRuleIdI.java |       71 +
 .../org/netbeans/modules/css/model/impl/BodyI.java |      322 +
 .../netbeans/modules/css/model/impl/BodyItemI.java |      104 +
 .../netbeans/modules/css/model/impl/CharSetI.java  |       96 +
 .../modules/css/model/impl/CharSetValueI.java      |       72 +
 .../modules/css/model/impl/DeclarationI.java       |       98 +
 .../modules/css/model/impl/DeclarationsI.java      |      180 +
 .../modules/css/model/impl/ElementFactoryImpl.java |      611 +
 .../modules/css/model/impl/ElementHandleImpl.java  |      183 +
 .../modules/css/model/impl/ExpressionI.java        |       70 +
 .../netbeans/modules/css/model/impl/FontFaceI.java |      101 +
 .../modules/css/model/impl/GenericAtRuleI.java     |       71 +
 .../modules/css/model/impl/ImportItemI.java        |      109 +
 .../netbeans/modules/css/model/impl/ImportsI.java  |       94 +
 .../modules/css/model/impl/MediaBodyI.java         |      141 +
 .../modules/css/model/impl/MediaBodyItem.java      |       65 +
 .../modules/css/model/impl/MediaBodyItemI.java     |      115 +
 .../modules/css/model/impl/MediaExpressionI.java   |      120 +
 .../modules/css/model/impl/MediaFeatureI.java      |       70 +
 .../modules/css/model/impl/MediaFeatureValueI.java |      100 +
 .../netbeans/modules/css/model/impl/MediaI.java    |      132 +
 .../modules/css/model/impl/MediaQueryI.java        |      139 +
 .../modules/css/model/impl/MediaQueryListI.java    |       94 +
 .../css/model/impl/MediaQueryOperatorI.java        |       70 +
 .../modules/css/model/impl/MediaTypeI.java         |       70 +
 .../modules/css/model/impl/ModelElement.java       |      574 +
 .../css/model/impl/ModelElementListener.java       |      768 +
 .../css/model/impl/MozDocumentFunctionI.java       |       71 +
 .../modules/css/model/impl/MozDocumentI.java       |      110 +
 .../modules/css/model/impl/NamespaceI.java         |      109 +
 .../css/model/impl/NamespacePrefixNameI.java       |       70 +
 .../modules/css/model/impl/NamespacesI.java        |       94 +
 .../org/netbeans/modules/css/model/impl/PageI.java |       69 +
 .../modules/css/model/impl/PlainElementI.java      |       96 +
 .../org/netbeans/modules/css/model/impl/PrioI.java |       66 +
 .../css/model/impl/PropertyDeclarationI.java       |      172 +
 .../netbeans/modules/css/model/impl/PropertyI.java |       70 +
 .../modules/css/model/impl/PropertyValueI.java     |       97 +
 .../css/model/impl/ResourceIdentifierI.java        |       70 +
 .../org/netbeans/modules/css/model/impl/RuleI.java |      180 +
 .../netbeans/modules/css/model/impl/SelectorI.java |       70 +
 .../modules/css/model/impl/SelectorsGroupI.java    |       98 +
 .../modules/css/model/impl/StyleSheetI.java        |      145 +
 .../org/netbeans/modules/css/model/impl/Utils.java |      101 +
 .../modules/css/model/impl/VendorAtRuleI.java      |      108 +
 .../css/model/impl/WebkitKeyframeSelectorsI.java   |       71 +
 .../css/model/impl/WebkitKeyframesBlockI.java      |      103 +
 .../modules/css/model/impl/WebkitKeyframesI.java   |      104 +
 .../org/netbeans/modules/css/model/impl/WsI.java   |       65 +
 css.model/test/unit/data/testfiles/bootstrap.css   |     4983 +
 .../org/netbeans/modules/css/model/TestUtils.java  |      110 +
 .../modules/css/model/api/ElementListenerTest.java |       92 +
 .../netbeans/modules/css/model/api/ModelTest.java  |      231 +
 .../modules/css/model/api/ModelTestBase.java       |      139 +
 .../modules/css/model/api/ModelUtilsTest.java      |       89 +
 .../modules/css/model/api/ModelVisitorTest.java    |       82 +
 .../modules/css/model/api/StyleSheetTest.java      |       84 +
 .../netbeans/modules/css/model/impl/BodyITest.java |      119 +
 .../modules/css/model/impl/DeclarationITest.java   |       74 +
 .../modules/css/model/impl/DeclarationsITest.java  |      269 +
 .../css/model/impl/ElementHandleImplTest.java      |      118 +
 .../modules/css/model/impl/FontFaceITest.java      |      133 +
 .../modules/css/model/impl/GenericAtRuleITest.java |      160 +
 .../modules/css/model/impl/MediaITest.java         |       91 +
 .../modules/css/model/impl/MediaQueryITest.java    |      314 +
 .../modules/css/model/impl/ModelElementTest.java   |      152 +
 .../modules/css/model/impl/MozDocumentITest.java   |      115 +
 .../css/model/impl/PropertyDeclarationITest.java   |       83 +
 .../modules/css/model/impl/StyleSheetITest.java    |      141 +
 .../netbeans/modules/css/model/impl/UtilsTest.java |       90 +
 .../css/model/impl/WebkitKeyframesITest.java       |      133 +
 css.prep/build.xml                                 |        5 +
 css.prep/manifest.mf                               |        7 +
 css.prep/nbproject/project.properties              |        5 +
 css.prep/nbproject/project.xml                     |      362 +
 .../netbeans/modules/css/prep/Bundle.properties    |        9 +
 .../netbeans/modules/css/prep/CPOnSaveHook.java    |      111 +
 .../modules/css/prep/CssPreprocessorType.java      |      162 +
 .../src/org/netbeans/modules/css/prep/cssprep.png  |      Bin 0 -> 584 bytes
 .../css/prep/editor/CPCategoryStructureItem.java   |      201 +
 .../modules/css/prep/editor/CPCompletionItem.java  |      111 +
 .../css/prep/editor/CPCslElementHandle.java        |      127 +
 .../modules/css/prep/editor/CPCssEditorModule.java |      915 +
 .../modules/css/prep/editor/CPCssIndexModel.java   |      173 +
 .../netbeans/modules/css/prep/editor/CPLexer.java  |       86 +
 .../css/prep/editor/CPSemanticAnalyzer.java        |       76 +
 .../modules/css/prep/editor/CPStructureItem.java   |      190 +
 .../modules/css/prep/editor/CPTokenId.java         |       61 +
 .../netbeans/modules/css/prep/editor/CPType.java   |       68 +
 .../netbeans/modules/css/prep/editor/CPUtils.java  |      126 +
 .../css/prep/editor/EmptyDeclarationFinder.java    |       65 +
 .../modules/css/prep/editor/EmptyParser.java       |       98 +
 .../css/prep/editor/EmptyStructureScanner.java     |       73 +
 .../css/prep/editor/MixinCompletionItem.java       |      114 +
 .../css/prep/editor/VariableCompletionItem.java    |      155 +
 .../css/prep/editor/less/LessCslLanguage.java      |      122 +
 .../prep/editor/less/LessEmbeddingProvider.java    |       70 +
 .../modules/css/prep/editor/less/LessLanguage.java |      107 +
 .../modules/css/prep/editor/model/CPElement.java   |      114 +
 .../css/prep/editor/model/CPElementHandle.java     |       95 +
 .../css/prep/editor/model/CPElementType.java       |      126 +
 .../modules/css/prep/editor/model/CPModel.java     |      412 +
 .../css/prep/editor}/refactoring/Bundle.properties |        0
 .../CPActionsImplementationProvider.java           |      285 +
 .../refactoring/CPRefactoringPluginFactory.java    |       79 +
 .../refactoring/CPRenameRefactoringPlugin.java     |      184 +
 .../editor/refactoring/CPRenameRefactoringUI.java  |      143 +
 .../editor/refactoring/CPWhereUsedQueryPlugin.java |      243 +
 .../css/prep/editor/refactoring/DiffElement.java   |      141 +
 .../editor/refactoring/RefactoringElement.java     |       89 +
 .../refactoring/RefactoringElementContext.java     |      134 +
 .../css/prep/editor/refactoring/RenamePanel.form   |      152 +
 .../css/prep/editor/refactoring/RenamePanel.java   |      232 +
 .../prep/editor/refactoring/WhereUsedElement.java  |      230 +
 .../prep/editor/refactoring/WhereUsedPanel.form    |       51 +
 .../prep/editor/refactoring/WhereUsedPanel.java    |      115 +
 .../css/prep/editor/refactoring/WhereUsedUI.java   |      115 +
 .../css/prep/editor/resources/localVariable.gif    |      Bin 0 -> 310 bytes
 .../modules/css/prep/editor/resources}/methods.gif |      Bin
 .../css/prep/editor/resources}/variables.gif       |      Bin
 .../css/prep/editor/scss/ScssCslLanguage.java      |      122 +
 .../prep/editor/scss/ScssEmbeddingProvider.java    |       70 +
 .../modules/css/prep/editor/scss/ScssLanguage.java |      107 +
 .../src/org/netbeans/modules/css/prep/layer.xml    |      249 +
 .../modules/css/prep/less/LessCssPreprocessor.java |       97 +
 .../modules/css/prep/less/LessExecutable.java      |      294 +
 .../modules/css/prep/options/CssPrepOptions.java   |      181 +
 .../css/prep/options/CssPrepOptionsValidator.java  |       84 +
 .../css/prep/preferences/BasePreferences.java      |      100 +
 .../preferences/CssPreprocessorPreferences.java    |       59 +
 .../CssPreprocessorPreferencesValidator.java       |       58 +
 .../css/prep/preferences/LessPreferences.java      |      109 +
 .../prep/preferences/LessPreferencesValidator.java |       97 +
 .../css/prep/preferences/SassPreferences.java      |      109 +
 .../prep/preferences/SassPreferencesValidator.java |       97 +
 .../prep/problems/BaseProjectProblemsProvider.java |      129 +
 .../prep/problems/CustomizerProblemResolver.java   |       91 +
 .../netbeans/modules/css/prep/problems/Done.java   |       88 +
 .../prep/problems/LessProjectProblemsProvider.java |      100 +
 .../css/prep/problems/OptionsProblemResolver.java  |       57 +
 .../prep/problems/SassProjectProblemsProvider.java |       99 +
 .../modules/css/prep/process/BaseProcessor.java    |      267 +
 .../modules/css/prep/process/LessProcessor.java    |      117 +
 .../modules/css/prep/process/SassProcessor.java    |      119 +
 .../modules/css/prep/sass/SassCssPreprocessor.java |       95 +
 .../modules/css/prep/sass/SassExecutable.java      |      248 +
 .../css/prep/ui/customizer/Bundle.properties       |       48 +
 .../css/prep/ui/customizer/CustomizerImpl.java     |      197 +
 .../prep/ui/customizer/CustomizerOptionsPanel.form |       42 +
 .../prep/ui/customizer/CustomizerOptionsPanel.java |       92 +
 .../css/prep/ui/customizer/OptionsPanel.form       |      170 +
 .../css/prep/ui/customizer/OptionsPanel.java       |      480 +
 .../modules/css/prep/ui/options/Bundle.properties  |       59 +
 .../modules/css/prep/ui/options/LessOptions.java   |      169 +
 .../css/prep/ui/options/LessOptionsPanel.form      |      138 +
 .../css/prep/ui/options/LessOptionsPanel.java      |      320 +
 .../modules/css/prep/ui/options/SassOptions.java   |      169 +
 .../css/prep/ui/options/SassOptionsPanel.form      |      133 +
 .../css/prep/ui/options/SassOptionsPanel.java      |      322 +
 .../prep/ui/resources/NewLessFileDescription.html  |       52 +
 .../prep/ui/resources/NewSassFileDescription.html  |       52 +
 .../modules/css/prep/ui/resources/style.less       |        9 +
 .../modules/css/prep/ui/resources/style.scss       |        9 +
 .../css/prep/ui/wizard/NewFileWizardIterator.java  |      417 +
 .../modules/css/prep/util/BaseCssPreprocessor.java |       75 +
 .../css/prep/util/CssPreprocessorUtils.java        |      318 +
 .../modules/css/prep/util/ExternalExecutable.java  |      671 +
 .../css/prep/util/ExternalExecutableValidator.java |       78 +
 .../netbeans/modules/css/prep/util/FileUtils.java  |      201 +
 .../util/InvalidExternalExecutableException.java   |       57 +
 .../modules/css/prep/util/StringUtils.java         |      130 +
 .../netbeans/modules/css/prep/util/UiUtils.java    |      156 +
 .../modules/css/prep/util/ValidationResult.java    |      226 +
 .../prep/util/VersionOutputProcessorFactory.java   |       96 +
 .../netbeans/modules/css/prep/util/Warnings.java   |       70 +
 .../data/css_prep/nbproject/project.properties     |       15 +
 .../data/css_prep/nbproject/project.xml            |        9 +
 .../data/css_prep/public_html/cc.less              |       48 +
 .../data/css_prep/public_html/cc.scss              |       72 +
 .../data/css_prep/public_html/folder/part.scss     |        9 +
 .../data/css_prep/public_html/folder/partial.less  |        7 +
 .../data/css_prep/public_html/less_syntax.less     |      112 +
 .../data/css_prep/public_html/sass_syntax.scss     |      199 +
 .../netbeans/modules/css/prep/GeneralCSSPrep.java  |      373 +
 .../modules/css/prep/cc/LessCompletionTest.java    |      168 +
 .../modules/css/prep/cc/SassCompletionTest.java    |      199 +
 .../modules/css/prep/syntax/LessSyntaxTest.java    |       98 +
 .../modules/css/prep/syntax/SassSyntaxTest.java    |       97 +
 css.prep/test/unit/data/testFiles/test.less        |       15 +
 .../test/unit/data/testFiles/testIssue227676.scss  |        4 +
 .../data/testProject/nbproject/project.properties  |        7 +
 .../unit/data/testProject/nbproject/project.xml    |        9 +
 .../unit/data/testProject/public_html/client1.scss |        6 +
 .../unit/data/testProject/public_html/lib1.scss    |       15 +
 .../unit/data/testProject/public_html/test.less    |        1 +
 .../unit/data/testProject/public_html/test1.scss   |       10 +
 .../unit/data/testProject/public_html/test2.scss   |        3 +
 .../css/prep/editor/CPCssIndexModelTest.java       |       99 +
 .../modules/css/prep/editor/ProjectTestBase.java   |      405 +
 .../modules/css/prep/editor/SassParsingTest.java   |       82 +
 .../modules/css/prep/editor/ScssIndenterTest.java  |      134 +
 .../css/prep/editor/less/LessCompletionTest.java   |      149 +
 .../css/prep/editor/less/LessCompletionTest2.java  |       76 +
 .../css/prep/editor/less/LessLexerTest.java        |      101 +
 .../modules/css/prep/editor/model/CPModelTest.java |      351 +
 .../refactoring/CPWhereUsedQueryPluginTest.java    |      369 +
 .../css/prep/editor/scss/ScssCompletionTest.java   |      373 +
 .../modules/css/prep/less/LessExecutableTest.java  |       80 +
 .../modules/css/prep/sass/SassExecutableTest.java  |       78 +
 .../css/prep/util/CssPreprocessorUtilsTest.java    |      196 +
 .../modules/css/prep/util/WarningsTest.java        |       88 +
 css.visual/external/binaries-list                  |        2 -
 css.visual/external/flute-1.3-license.txt          |      278 -
 css.visual/external/sac-1.3-license.txt            |      278 -
 css.visual/manifest.mf                             |        9 +-
 css.visual/nbproject/project.properties            |        8 +-
 css.visual/nbproject/project.xml                   |      113 +-
 .../src/org/netbeans/modules/css/Bundle.properties |       57 -
 .../src/org/netbeans/modules/css/Utilities.java    |      119 -
 .../netbeans/modules/css/actions/Bundle.properties |      191 -
 .../modules/css/actions/CheckStyleAction.java      |      220 -
 .../modules/css/actions/CopyStyleAction.java       |      150 -
 .../netbeans/modules/css/actions/CssDisplayer.java |       73 -
 .../netbeans/modules/css/actions/XMLDisplayer.java |      255 -
 .../css/editor/CssCaretAwareSourceTask.java        |      200 -
 .../modules/css/editor/CssEditorSupport.java       |      355 -
 .../modules/css/editor/model/CssRuleContent.java   |      201 -
 .../modules/css/resources/CssPreviewTCSettings.xml |       52 -
 .../modules/css/resources/CssPreviewTCWsmode.xml   |       64 -
 .../modules/css/resources/CssPreviewTCWstcgrp.xml  |       54 -
 .../modules/css/resources/CssPreviewTCWstcref.xml  |       51 -
 .../netbeans/modules/css/resources/Csswsgrp.xml    |       54 -
 .../css/resources/StyleBuilderTCSettings.xml       |       52 -
 .../css/resources/StyleBuilderTCWstcref.xml        |       51 -
 .../css/resources/StyleBuilderTCwstcgrp.xml        |       54 -
 .../modules/css/resources/checkStyleAction.gif     |      Bin 120 -> 0 bytes
 .../modules/css/resources/highlight-glyph.gif      |      Bin 832 -> 0 bytes
 .../modules/css/resources/highlight-glyph.png      |      Bin 158 -> 0 bytes
 .../modules/css/resources/indentEngine.gif         |      Bin 255 -> 0 bytes
 .../netbeans/modules/css/resources/mf-layer.xml    |      148 -
 .../modules/css/visual/AutocompleteJComboBox.java  |       96 +
 .../netbeans/modules/css/visual/Bundle.properties  |      164 +
 .../css/visual/ComboBoxAutoCompleteSupport.java    |      186 +
 .../modules/css/visual/CreateRulePanel.form        |      214 +
 .../modules/css/visual/CreateRulePanel.java        |     1978 +
 .../css/visual/CssCaretAwareSourceTask.java        |      271 +
 .../css/visual/CssStylesListenerSupport.java       |       60 +
 .../modules/css/visual/CssStylesPanel.form         |       52 +
 .../modules/css/visual/CssStylesPanel.java         |      445 +
 .../modules/css/visual/CssStylesTCController.java  |      248 +
 .../netbeans/modules/css/visual/CustomToolbar.java |      134 +
 .../netbeans/modules/css/visual/DocumentNode.java  |      204 +
 .../modules/css/visual/DocumentViewModel.java      |      215 +
 .../modules/css/visual/DocumentViewPanel.form      |       78 +
 .../modules/css/visual/DocumentViewPanel.java      |      696 +
 .../css/visual/DocumentViewPanelProvider.java      |      107 +
 .../modules/css/visual/EditRulesPanel.form         |      176 +
 .../modules/css/visual/EditRulesPanel.java         |      739 +
 .../netbeans/modules/css/visual/FakeRootNode.java  |      124 +
 .../org/netbeans/modules/css/visual/Filter.java    |      107 +
 .../modules/css/visual/HtmlEditorSourceTask.java   |      172 +
 .../css/visual/HtmlSourceElementHandle.java        |       94 +
 .../org/netbeans/modules/css/visual/Installer.java |       52 +
 .../modules/css/visual/PageInspectorListener.java  |      181 +
 .../netbeans/modules/css/visual/PropertyUtils.java |      224 +
 .../modules/css/visual/PropertyValuesEditor.java   |      469 +
 .../modules/css/visual/RuleEditorNode.java         |     1320 +
 .../modules/css/visual/RuleEditorPanel.form        |      154 +
 .../modules/css/visual/RuleEditorPanel.java        |      822 +
 .../modules/css/visual/RuleEditorViews.java        |      109 +
 .../org/netbeans/modules/css/visual/RuleNode.java  |       86 +
 .../modules/css/visual/SelectorsGroupEditor.form   |      659 +
 .../modules/css/visual/SelectorsGroupEditor.java   |      689 +
 .../modules/css/visual/StyleSheetNode.java         |      246 +
 .../modules/css/visual/ViewActionSupport.java      |      166 +
 .../netbeans/modules/css/visual/ViewActions.java   |       75 +
 .../css/visual/actions/AddPropertyAction.java      |      155 +
 .../css/visual/actions/DeleteRuleAction.java       |      120 +
 .../visual/actions/EditCSSRulesEditorAction.java   |      144 +
 .../css/visual/actions/EditCSSRulesNodeAction.java |      179 +
 .../css/visual/actions/GoToSourceAction.java       |      134 +
 .../css/visual/actions/OpenLocationAction.java     |      155 +
 .../css/visual/actions/RemovePropertyAction.java   |      100 +
 .../css/visual/api/CssPreviewComponent.java        |       64 -
 .../css/visual/api/CssPreviewComponentFactory.java |       65 -
 .../visual/api/CssPreviewComponentListener.java    |       53 -
 .../modules/css/visual/api/CssRuleContext.java     |       97 -
 .../modules/css/visual/api/CssStylesTC.java        |      167 +
 .../modules/css/visual/api/DeclarationInfo.java    |       83 +
 .../modules/css/visual/api/EditCSSRulesAction.java |      141 +
 .../css/visual/api/RuleEditorController.java       |      261 +
 .../modules/css/visual/api/StyleBuilderPanel.form  |       35 -
 .../modules/css/visual/api/StyleBuilderPanel.java  |      135 -
 .../css/visual/api/StyleBuilderTopComponent.form   |       18 -
 .../css/visual/api/StyleBuilderTopComponent.java   |      243 -
 .../netbeans/modules/css/visual/api/ViewMode.java  |       83 +
 .../modules/css/visual/model/BackgroundModel.java  |      119 -
 .../css/visual/model/BackgroundPositionData.java   |      190 -
 .../modules/css/visual/model/BorderData.java       |      172 -
 .../modules/css/visual/model/BorderModel.java      |      110 -
 .../modules/css/visual/model/Bundle.properties     |       59 -
 .../modules/css/visual/model/ClipData.java         |      222 -
 .../modules/css/visual/model/ClipModel.java        |       95 -
 .../modules/css/visual/model/ColorModel.java       |      152 -
 .../modules/css/visual/model/CssProperties.java    |      566 -
 .../modules/css/visual/model/FontModel.java        |      350 -
 .../css/visual/model/MarginPaddingModel.java       |      102 -
 .../modules/css/visual/model/PositionData.java     |      377 -
 .../modules/css/visual/model/PositionModel.java    |      175 -
 .../modules/css/visual/model/PropertyData.java     |      104 -
 .../css/visual/model/PropertyWithUnitData.java     |      121 -
 .../modules/css/visual/model/TextBlockData.java    |      328 -
 .../modules/css/visual/model/TextBlockModel.java   |      195 -
 .../css/visual/model/TextDecorationData.java       |      194 -
 .../netbeans/modules/css/visual/model/Utils.java   |       96 -
 .../css/{ => visual}/resources/Bundle.properties   |        0
 .../modules/css/visual/resources/CssStyles.wsgrp   |       11 +
 .../modules/css/visual/resources/CssStylesTC.xml   |       54 +
 .../resources/build.png}                           |      Bin
 .../modules/css/visual/resources/cancel.png        |      Bin 0 -> 476 bytes
 .../css/{ => visual}/resources/css_rule.png        |      Bin
 .../modules/css/visual/resources/database.gif      |      Bin 0 -> 349 bytes
 .../netbeans/modules/css/visual/resources/down.gif |      Bin 0 -> 863 bytes
 .../css/{ => visual}/resources/error-glyph.gif     |      Bin
 .../netbeans/modules/css/visual/resources/find.png |      Bin 0 -> 573 bytes
 .../modules/css/visual/resources/layer.xml         |       12 +
 .../netbeans/modules/css/visual/resources/menu.png |      Bin 0 -> 222 bytes
 .../modules/css/visual/resources/minus.gif         |      Bin 0 -> 59 bytes
 .../modules/css/visual/resources/newProperty.png   |      Bin 0 -> 506 bytes
 .../modules/css/visual/resources/newRule.png       |      Bin 0 -> 457 bytes
 .../netbeans/modules/css/visual/resources/plus.gif |      Bin 0 -> 111 bytes
 .../css/{ => visual}/resources/style_sheet_16.png  |      Bin
 .../netbeans/modules/css/visual/resources/up.gif   |      Bin 0 -> 870 bytes
 .../modules/css/visual/resources/viewAll.png       |      Bin 0 -> 1451 bytes
 .../css/visual/resources/viewByCategory.png        |      Bin 0 -> 1346 bytes
 .../modules/css/visual/resources/viewByUpdated.png |      Bin 0 -> 1421 bytes
 .../modules/css/visual/spi/CssStylesListener.java  |       63 +
 .../css/visual/spi/CssStylesPanelProvider.java     |      107 +
 .../netbeans/modules/css/visual/spi/Location.java  |       97 +
 .../modules/css/visual/spi/RuleHandle.java         |      119 +
 .../src/org/netbeans/modules/css/visual/todo.txt   |       34 +
 .../css/visual/ui/BackgroundImageUrlDialog.java    |      201 -
 .../css/visual/ui/BackgroundStyleEditor.form       |      352 -
 .../css/visual/ui/BackgroundStyleEditor.java       |      571 -
 .../modules/css/visual/ui/BorderStyleEditor.form   |       30 -
 .../modules/css/visual/ui/BorderStyleEditor.java   |      513 -
 .../modules/css/visual/ui/BorderWidthField.form    |       64 -
 .../modules/css/visual/ui/BorderWidthField.java    |      238 -
 .../modules/css/visual/ui/Bundle.properties        |      690 -
 .../modules/css/visual/ui/ColorSelectionField.form |       71 -
 .../modules/css/visual/ui/ColorSelectionField.java |      210 -
 .../modules/css/visual/ui/FlexibleGridLayout.java  |      193 -
 .../css/visual/ui/FontFamilyEditorDialog.form      |      367 -
 .../css/visual/ui/FontFamilyEditorDialog.java      |      551 -
 .../modules/css/visual/ui/FontStyleEditor.form     |      514 -
 .../modules/css/visual/ui/FontStyleEditor.java     |      876 -
 .../modules/css/visual/ui/ListStyleEditor.form     |      149 -
 .../modules/css/visual/ui/ListStyleEditor.java     |      200 -
 .../modules/css/visual/ui/MarginStyleEditor.form   |       30 -
 .../modules/css/visual/ui/MarginStyleEditor.java   |      375 -
 .../modules/css/visual/ui/MarginWidthField.form    |       64 -
 .../modules/css/visual/ui/MarginWidthField.java    |      236 -
 .../modules/css/visual/ui/OtherStyleEditor.form    |      113 -
 .../modules/css/visual/ui/OtherStyleEditor.java    |      175 -
 .../modules/css/visual/ui/PaddingWidthField.form   |       64 -
 .../modules/css/visual/ui/PaddingWidthField.java   |      235 -
 .../modules/css/visual/ui/PositionStyleEditor.form |      915 -
 .../modules/css/visual/ui/PositionStyleEditor.java |     1254 -
 .../modules/css/visual/ui/StyleBuilderAction.java  |       73 -
 .../modules/css/visual/ui/StyleEditor.java         |      316 -
 .../css/visual/ui/TextBlockStyleEditor.form        |      412 -
 .../css/visual/ui/TextBlockStyleEditor.java        |      757 -
 .../css/visual/ui/preview/Bundle.properties        |       64 -
 .../css/visual/ui/preview/CssPreviewAction.java    |       70 -
 .../css/visual/ui/preview/CssPreviewGenerator.java |      309 -
 .../visual/ui/preview/CssPreviewTopComponent.form  |       18 -
 .../visual/ui/preview/CssPreviewTopComponent.java  |      403 -
 .../css/visual/ui/preview/CssPreviewable.java      |       73 -
 .../css/visual/ui/preview/CssTCController.java     |      155 -
 .../css/visual/ui/preview/CssWebPreviewPanel.form  |       63 -
 .../css/visual/ui/preview/CssWebPreviewPanel.java  |      275 -
 .../css/visual/CssCaretAwareSourceTaskTest.java    |       59 +
 .../org/netbeans/modules/css/visual/TestBase.java  |       71 -
 .../visual/ui/preview/CssPreviewGeneratorTest.java |      154 -
 db.core/manifest.mf                                |        2 +-
 db.core/nbproject/project.properties               |        5 +
 db.core/nbproject/project.xml                      |       48 +-
 .../org/netbeans/modules/db/core/Bundle.properties |        2 +-
 .../modules/db/core/resources/SQLTemplate.sql      |        1 +
 .../netbeans/modules/db/core/resources/layer.xml   |       10 +-
 .../modules/db/sql/execute/SQLExecuteHelper.java   |       79 +-
 .../modules/db/sql/execute/ui/Bundle.properties    |       11 +-
 .../modules/db/sql/execute/ui/SQLHistoryPanel.form |      143 +-
 .../modules/db/sql/execute/ui/SQLHistoryPanel.java |     1181 +-
 .../modules/db/sql/history/SQLHistory.java         |      143 +-
 .../modules/db/sql/history/SQLHistoryEntry.java    |      152 +
 .../db/sql/history/SQLHistoryException.java        |       58 -
 .../modules/db/sql/history/SQLHistoryManager.java  |      252 +-
 .../modules/db/sql/history/SQLHistoryModel.java    |       62 -
 .../db/sql/history/SQLHistoryModelImpl.java        |      177 -
 .../sql/history/SQLHistoryPersistenceManager.java  |      572 -
 .../org/netbeans/modules/db/sql/history/jaxb.index |        2 +
 .../modules/db/sql/loader/Bundle.properties        |        6 +-
 .../modules/db/sql/loader/SQLCloneableEditor.java  |      252 +-
 .../modules/db/sql/loader/SQLDataLoader.java       |        8 +-
 .../modules/db/sql/loader/SQLDataObject.java       |       24 +-
 .../modules/db/sql/loader/SQLEditorSupport.java    |      211 +-
 .../db/sql/loader/SQLExecutionLoggerImpl.java      |        1 +
 .../netbeans/modules/db/sql/loader/SQLNode.java    |        9 +-
 .../db/sql/execute/SQLExecuteHelperTest.java       |       36 +-
 .../db/sql/history/SQLHistoryManagerTest.java      |      132 +-
 .../history/SQLHistoryPersistenceManagerTest.java  |       86 +-
 .../db/sql/loader/SQLEditorSupportConsoleTest.java |       43 +-
 .../db/sql/loader/SQLEditorSupportNormalTest.java  |       55 +-
 db.dataview/manifest.mf                            |        2 +-
 db.dataview/nbproject/project.properties           |       15 +-
 db.dataview/nbproject/project.xml                  |       42 +-
 .../db/dataview/api/DataViewPageContext.java       |       52 +
 .../modules/db/dataview/meta/DBColumn.java         |       15 +-
 .../db/dataview/meta/DBMetaDataFactory.java        |        4 +-
 .../modules/db/dataview/meta/DBPrimaryKey.java     |       24 +-
 .../modules/db/dataview/output/Bundle.properties   |       13 +-
 .../modules/db/dataview/output/DataView.java       |      217 +-
 .../db/dataview/output/DataViewActionHandler.java  |       54 +-
 .../db/dataview/output/DataViewDBTable.java        |       24 +-
 .../db/dataview/output/DataViewPageContext.java    |      174 +-
 .../db/dataview/output/DataViewTablePanel.java     |      152 -
 .../db/dataview/output/DataViewTableUI.java        |      357 +-
 .../db/dataview/output/DataViewTableUIModel.java   |      192 +
 .../modules/db/dataview/output/DataViewUI.java     |      194 +-
 .../db/dataview/output/InsertRecordDialog.form     |       10 +-
 .../db/dataview/output/InsertRecordDialog.java     |      225 +-
 .../db/dataview/output/InsertRecordTableUI.java    |       45 +-
 .../db/dataview/output/SQLExecutionHelper.java     |      935 +-
 .../db/dataview/output/SQLStatementExecutor.java   |       50 +-
 .../db/dataview/output/SQLStatementGenerator.java  |      233 +-
 .../modules/db/dataview/table/Bundle.properties    |        2 +-
 .../db/dataview/table/CellFocusCustomRenderer.java |       16 +-
 .../db/dataview/table/JXTableDecorator.java        |       18 +-
 .../db/dataview/table/JXTableRowHeader.java        |      296 +-
 .../db/dataview/table/MultiColPatternFilter.java   |       19 +-
 .../db/dataview/table/ResultSetCellRenderer.java   |      107 +-
 .../db/dataview/table/ResultSetJXTable.java        |      398 +-
 .../dataview/table/ResultSetTableCellEditor.java   |      372 +-
 .../db/dataview/table/ResultSetTableModel.java     |      201 +-
 .../db/dataview/table/StringFallbackRowSorter.java |      111 +
 .../db/dataview/table/SuperPatternFilter.java      |       94 +-
 .../db/dataview/table/celleditor/AlwaysEnable.java |       53 +
 .../table/celleditor/BlobFieldTableCellEditor.java |      558 +
 .../table/celleditor/BooleanTableCellEditor.java   |       67 +
 .../db/dataview/table/celleditor/Bundle.properties |       63 +
 .../table/celleditor/ClobFieldTableCellEditor.java |      390 +
 .../table/celleditor/DateTimePickerCellEditor.java |      213 +
 .../MonitorableCharacterStreamTransfer.java        |      110 +
 .../celleditor/MonitorableStreamTransfer.java      |      110 +
 .../table/celleditor/NumberFieldEditor.java        |      143 +
 .../table/celleditor/StringTableCellEditor.java    |      196 +
 .../db/dataview/util/BasicDateTimePickerUI.java    |       77 +-
 .../db/dataview/util/BinaryToStringConverter.java  |        4 +-
 .../modules/db/dataview/util/Bundle.properties     |       34 +-
 .../modules/db/dataview/util/CharsetSelector.java  |       78 +
 .../db/dataview/util/DBReadWriteHelper.java        |      297 +-
 .../modules/db/dataview/util/DataViewUtils.java    |       53 +-
 .../modules/db/dataview/util/EncodingHelper.java   |      513 +
 .../modules/db/dataview/util/FileBackedBlob.java   |      269 +
 .../modules/db/dataview/util/FileBackedClob.java   |      294 +
 .../modules/db/dataview/util/JXDateTimePicker.java |       54 +-
 .../modules/db/dataview/util/LobHelper.java        |      200 +
 .../db/dataview/util/RandomAccessInputStream.java  |       75 +
 .../db/dataview/util/RandomAccessOutputStream.java |       70 +
 db.dataview/test/unit/data/etc/dbcreate.sql        |        2 +-
 db.dataview/test/unit/data/etc/dbdel.sql           |        2 +-
 .../db/dataview/api/DataViewPageContextTest.java   |       73 +
 .../modules/db/dataview/api/DataViewTest.java      |        2 +
 .../modules/db/dataview/meta/DBPrimaryKeyTest.java |        5 +-
 .../db/dataview/output/DataViewDBTableTest.java    |       25 +-
 .../modules/db/dataview/output/DataViewTest.java   |       40 +-
 .../dataview/output/InsertRecordTableUITest.java   |      127 +
 .../db/dataview/output/SQLExecutionHelperTest.java |       27 +-
 .../dataview/output/SQLStatementExecutorTest.java  |        2 +-
 .../dataview/output/SQLStatementGeneratorTest.java |      192 +-
 .../db/dataview/spi/DBConnectionProviderImpl.java  |       12 +-
 .../dataview/util/BinaryToStringConverterTest.java |       23 +-
 .../modules/db/dataview/util/DBTestUtil.java       |       85 +
 .../modules/db/dataview/util/DateTypeTest.java     |        6 +-
 .../netbeans/modules/db/dataview/util/DbUtil.java  |       29 +-
 .../db/dataview/util/FileBackedBlobTest.java       |      292 +
 .../db/dataview/util/FileBackedClobTest.java       |      290 +
 .../modules/db/dataview/util/TestCaseContext.java  |       23 +-
 .../db/dataview/util/TestCaseDataFactory.java      |       72 +-
 db.drivers/external/binaries-list                  |        4 +-
 .../mysql-connector-java-5.1.13-bin-license.txt    |      349 -
 .../mysql-connector-java-5.1.23-bin-license.txt    |      349 +
 db.drivers/external/postgresql-8.3-603-license.txt |       10 -
 .../external/postgresql-9.2-1002-license.txt       |       35 +
 db.drivers/manifest.mf                             |        2 +-
 db.drivers/nbproject/project.properties            |       12 +-
 .../netbeans/modules/db/drivers/Bundle.properties  |       10 +-
 .../netbeans/modules/db/drivers/MySQLDriver.xml    |       17 +-
 .../modules/db/drivers/PostgreSQLDriver.xml        |       17 +-
 .../src/org/netbeans/modules/db/drivers/mysql.xml  |        4 +-
 .../org/netbeans/modules/db/drivers/postgresql.xml |        4 +-
 db.kit/manifest.mf                                 |        2 +-
 db.kit/nbproject/project.xml                       |       22 +-
 db.metadata.model/manifest.mf                      |        4 +-
 db.metadata.model/nbproject/project.properties     |        6 +-
 db.metadata.model/nbproject/project.xml            |        4 +-
 .../db/metadata/model/JDBCConnMetadataModel.java   |        3 +-
 .../db/metadata/model/MetadataAccessor.java        |        6 +-
 .../db/metadata/model/MetadataUtilities.java       |      130 +-
 .../modules/db/metadata/model/api/Function.java    |      144 +
 .../modules/db/metadata/model/api/Metadata.java    |        6 +
 .../metadata/model/api/MetadataElementHandle.java  |       35 +-
 .../modules/db/metadata/model/api/Parameter.java   |        5 -
 .../modules/db/metadata/model/api/Procedure.java   |        4 +-
 .../modules/db/metadata/model/api/Schema.java      |       28 +-
 .../modules/db/metadata/model/api/Table.java       |        4 +
 .../modules/db/metadata/model/api/Value.java       |        9 +
 .../db/metadata/model/jdbc/JDBCCatalog.java        |        6 +-
 .../modules/db/metadata/model/jdbc/JDBCColumn.java |        5 +
 .../db/metadata/model/jdbc/JDBCForeignKey.java     |        3 +-
 .../db/metadata/model/jdbc/JDBCFunction.java       |      220 +
 .../db/metadata/model/jdbc/JDBCMetadata.java       |       51 +-
 .../db/metadata/model/jdbc/JDBCParameter.java      |       17 +-
 .../db/metadata/model/jdbc/JDBCProcedure.java      |        8 +-
 .../modules/db/metadata/model/jdbc/JDBCSchema.java |       78 +-
 .../modules/db/metadata/model/jdbc/JDBCTable.java  |      106 +-
 .../modules/db/metadata/model/jdbc/JDBCUtils.java  |       18 +-
 .../modules/db/metadata/model/jdbc/JDBCValue.java  |       60 +-
 .../modules/db/metadata/model/jdbc/JDBCView.java   |        2 +-
 .../metadata/model/jdbc/mysql/MySQLProcedure.java  |       12 +-
 .../db/metadata/model/jdbc/mysql/MySQLSchema.java  |        2 +
 .../metadata/model/jdbc/oracle/OracleSchema.java   |        6 +-
 .../metadata/model/spi/FunctionImplementation.java |       83 +
 .../model/spi/ParameterImplementation.java         |        3 -
 .../metadata/model/spi/SchemaImplementation.java   |       16 +
 .../db/metadata/model/spi/TableImplementation.java |        2 +
 .../db/metadata/model/spi/ValueImplementation.java |        8 +
 .../model/api/MetadataElementHandleTest.java       |       71 +-
 .../metadata/model/jdbc/JDBCMetadataMySQLTest.java |        6 +-
 db.mysql/nbproject/project.properties              |        2 +-
 db.mysql/nbproject/project.xml                     |       34 +-
 .../modules/db/mysql/actions/ConnectAction.java    |        9 +-
 .../modules/db/mysql/impl/BaseSampleProvider.java  |        6 +-
 .../modules/db/mysql/impl/InstallationManager.java |       73 +-
 .../modules/db/mysql/impl/MultiInstallation.java   |       67 +
 .../modules/db/mysql/impl/MySQLDatabaseServer.java |       18 +-
 .../modules/db/mysql/impl/ServerNodeProvider.java  |        4 +
 .../mysql/installations/BundledInstallation.java   |        4 +
 .../installations/LinuxStandaloneInstallation.java |        5 +
 .../installations/LinuxXAMPPInstallation.java      |        5 +
 .../db/mysql/installations/MAMPInstallation.java   |        5 +
 .../installations/SXDEWebStackInstallation.java    |        5 +
 .../WindowsStandalone50Installation.java           |      100 -
 .../WindowsStandalone51Installation.java           |       65 -
 .../WindowsStandaloneInstallation.java             |       97 +
 .../WindowsStandaloneMultiInstallation.java        |       99 +
 .../installations/ui/SelectInstallationPanel.form  |       57 +
 .../installations/ui/SelectInstallationPanel.java  |      184 +
 .../src/org/netbeans/modules/db/mysql/layer.xml    |       10 +-
 .../modules/db/mysql/nodes/DatabaseNode.java       |       16 +
 .../netbeans/modules/db/mysql/ui/Bundle.properties |        5 +-
 .../modules/db/mysql/util/DatabaseUtils.java       |        5 +-
 db.sql.editor/nbproject/project.properties         |        7 +-
 db.sql.editor/nbproject/project.xml                |       83 +-
 .../db/sql/analyzer/SQLStatementAnalyzer.java      |       40 +-
 .../modules/db/sql/editor/Bundle.properties        |        8 +-
 .../modules/db/sql/editor/OptionsUtils.java        |       97 +
 .../modules/db/sql/editor/SQLBracesMatcher.java    |      184 +
 .../modules/db/sql/editor/SQLEditorKit.java        |      140 -
 .../modules/db/sql/editor/SQLFormatter.java        |       90 -
 .../modules/db/sql/editor/SQLIndentEngine.java     |       75 -
 .../db/sql/editor/SQLIndentEngineBeanInfo.java     |       95 -
 .../db/sql/editor/SQLSettingsInitializer.java      |       65 -
 .../netbeans/modules/db/sql/editor/SQLSyntax.java  |      520 -
 .../modules/db/sql/editor/SQLSyntaxSupport.java    |       74 -
 .../modules/db/sql/editor/SQLTokenContext.java     |      127 -
 .../db/sql/editor/SQLTypedTextInterceptor.java     |      222 +
 .../db/sql/editor/completion/Bundle.properties     |        4 +-
 .../sql/editor/completion/SQLCompletionItem.java   |       58 +-
 .../sql/editor/completion/SQLCompletionItems.java  |        1 +
 .../sql/editor/completion/SQLCompletionQuery.java  |       17 +-
 .../editor/resources/NetBeans-SQL-preferences.xml  |       51 -
 .../sql/editor/resources/SQLIndentEngine.settings  |       10 -
 .../db/sql/editor/resources/keepoldresulttabs.png  |      Bin 971 -> 482 bytes
 .../modules/db/sql/editor/resources/layer.xml      |       39 +-
 .../db/sql/editor/resources/runsql-partial.png     |      Bin 0 -> 712 bytes
 .../db/sql/editor/ui/actions/Bundle.properties     |        6 +-
 .../db/sql/editor/ui/actions/ConnectionAction.java |        2 +-
 .../db/sql/editor/ui/actions/RunSQLAction.java     |        5 +-
 .../editor/ui/actions/RunSQLSelectionAction.java   |        7 +
 .../modules/db/sql/lexer/LexerUtilities.java       |      162 +
 .../modules/db/sql/lexer/SQLLanguageConfig.java    |       66 +
 .../netbeans/modules/db/sql/lexer/SQLLexer.java    |      134 +-
 .../netbeans/modules/db/sql/lexer/SQLTokenId.java  |       32 +-
 .../modules/db/sql/editor/SQLSyntaxTest.java       |      185 -
 .../completion/KeywordCompletionQueryTest.java     |        8 +-
 .../completion/SelectCompletionQueryTest.java      |       34 +-
 .../db/sql/editor/completion/TestMetadata.java     |        7 +-
 .../sql/editor/completion/selectAfterDeclare.pass  |        2 +
 .../sql/editor/completion/selectAfterDeclare.test  |       11 +
 .../db/sql/editor/completion/selectAfterSet.pass   |        2 +
 .../db/sql/editor/completion/selectAfterSet.test   |        9 +
 .../completion/selectQualifiedIdentifierFrom.pass  |        2 +
 .../completion/selectQualifiedIdentifierFrom.test  |       14 +
 .../modules/db/sql/lexer/SQLLexerTest.java         |      188 +-
 db.sql.visualeditor/nbproject/project.properties   |        2 +-
 db.sql.visualeditor/nbproject/project.xml          |       16 +-
 .../modules/db/sql/visualeditor/Bundle.properties  |        1 +
 .../netbeans/modules/db/sql/visualeditor/Log.java  |       47 +-
 .../visualeditor/querybuilder/Bundle.properties    |        2 +-
 .../visualeditor/querybuilder/QBNodeComponent.java |       42 +
 .../db/sql/visualeditor/ui/Bundle.properties       |       13 +-
 db/apichanges.xml                                  |       36 +
 db/build.xml                                       |        8 +-
 db/libsrc/org/netbeans/lib/ddl/DBConnection.java   |       19 +
 .../netbeans/lib/ddl/adaptors/DefaultAdaptor.java  |       19 +-
 .../netbeans/lib/ddl/impl/DriverSpecification.java |       65 +-
 .../org/netbeans/lib/ddl/resources/dbspec.plist    |        7 +-
 db/nbproject/org-netbeans-modules-db.sig           |       37 +-
 db/nbproject/project.properties                    |       20 +-
 db/nbproject/project.xml                           |       36 +-
 .../api/db/explorer/DatabaseConnection.java        |       76 +
 .../org/netbeans/api/db/explorer/JDBCDriver.java   |       30 +
 .../api/db/explorer/JDBCDriverManager.java         |        3 +-
 .../netbeans/api/db/explorer/node/BaseNode.java    |       46 +-
 .../api/db/explorer/node/Bundle.properties         |       25 +-
 .../api/db/explorer/node/ChildNodeFactory.java     |        3 +-
 .../api/db/explorer/node/NodeProvider.java         |       17 +-
 .../db/explorer/support/DatabaseExplorerUIs.java   |       57 +-
 .../api/db/sql/support/SQLIdentifiers.java         |       36 +-
 db/src/org/netbeans/modules/db/docs/HelpSet.hs     |       76 -
 db/src/org/netbeans/modules/db/docs/Map.jhm        |      117 -
 .../org/netbeans/modules/db/docs/addcopycols.html  |      111 -
 db/src/org/netbeans/modules/db/docs/adddriver.html |      105 -
 .../org/netbeans/modules/db/docs/browstruct.html   |      160 -
 db/src/org/netbeans/modules/db/docs/connectdb.html |      117 -
 .../netbeans/modules/db/docs/create-table-db.html  |       97 -
 .../org/netbeans/modules/db/docs/createtables.html |      128 -
 .../org/netbeans/modules/db/docs/createviews.html  |       87 -
 db/src/org/netbeans/modules/db/docs/credits.html   |       48 -
 .../netbeans/modules/db/docs/csh_chooseschema.html |       83 -
 .../netbeans/modules/db/docs/csh_connectdb.html    |       98 -
 .../org/netbeans/modules/db/docs/csh_driver.html   |      103 -
 .../netbeans/modules/db/docs/csh_mysql_props.html  |      108 -
 .../netbeans/modules/db/docs/csh_newconnectdb.html |      109 -
 db/src/org/netbeans/modules/db/docs/dbexpovew.html |       82 -
 db/src/org/netbeans/modules/db/docs/dbmod.html     |      132 -
 db/src/org/netbeans/modules/db/docs/delobj.html    |       83 -
 db/src/org/netbeans/modules/db/docs/derbydb.html   |      130 -
 .../modules/db/docs/images/cancel-edits-btn.png    |      Bin 3968 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/column.gif |      Bin 917 -> 0 bytes
 .../modules/db/docs/images/columnForeign.gif       |      Bin 917 -> 0 bytes
 .../modules/db/docs/images/columnIndex.gif         |      Bin 919 -> 0 bytes
 .../modules/db/docs/images/columnPrimary.gif       |      Bin 917 -> 0 bytes
 .../modules/db/docs/images/commit-record-btn.png   |      Bin 4120 -> 0 bytes
 .../netbeans/modules/db/docs/images/connection.gif |      Bin 923 -> 0 bytes
 .../db/docs/images/connectionDisconnected.gif      |      Bin 649 -> 0 bytes
 .../db/docs/images/delete-selected-record-btn.png  |      Bin 4147 -> 0 bytes
 .../modules/db/docs/images/driverPrefered.gif      |      Bin 162 -> 0 bytes
 .../db/docs/images/driverPreferedNotInstalled.gif  |      Bin 229 -> 0 bytes
 .../netbeans/modules/db/docs/images/foreignKey.gif |      Bin 907 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/index.gif  |      Bin 913 -> 0 bytes
 .../modules/db/docs/images/insert-record-btn.png   |      Bin 4088 -> 0 bytes
 .../modules/db/docs/images/refresh-records-btn.png |      Bin 4296 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/runsql.png |      Bin 748 -> 0 bytes
 .../modules/db/docs/images/showinexplorer.gif      |      Bin 453 -> 0 bytes
 .../modules/db/docs/images/sqlfile_icon.png        |      Bin 783 -> 0 bytes
 .../netbeans/modules/db/docs/images/sqlhistory.png |      Bin 1052 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/table.gif  |      Bin 899 -> 0 bytes
 .../netbeans/modules/db/docs/images/tabtoggle.png  |      Bin 4568 -> 0 bytes
 db/src/org/netbeans/modules/db/docs/images/tip.gif |      Bin 308 -> 0 bytes
 .../modules/db/docs/images/truncate-table-btn.png  |      Bin 4123 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/view.gif   |      Bin 921 -> 0 bytes
 .../org/netbeans/modules/db/docs/images/warn.gif   |      Bin 133 -> 0 bytes
 db/src/org/netbeans/modules/db/docs/manipsql.html  |       91 -
 db/src/org/netbeans/modules/db/docs/mysql.html     |      115 -
 db/src/org/netbeans/modules/db/docs/oracledb.html  |      114 -
 .../org/netbeans/modules/db/docs/package-info.java |       46 -
 .../org/netbeans/modules/db/docs/sql_history.html  |       77 -
 db/src/org/netbeans/modules/db/docs/toc.xml        |       78 -
 db/src/org/netbeans/modules/db/docs/viewdata.html  |      100 -
 .../netbeans/modules/db/explorer/Bundle.properties |       49 +-
 .../modules/db/explorer/ConnectionList.java        |       36 +
 .../modules/db/explorer/DatabaseConnection.java    |      465 +-
 .../db/explorer/DatabaseConnectionConvertor.java   |      112 +-
 .../modules/db/explorer/DatabaseConnector.java     |        6 +-
 .../modules/db/explorer/DbDriverManager.java       |        9 +-
 .../modules/db/explorer/DbExtendedDelete.java      |        2 +-
 .../db/explorer/action/AddColumnAction.java        |       10 +-
 .../modules/db/explorer/action/Bundle.properties   |        4 +
 .../modules/db/explorer/action/ConnectAction.java  |       32 +-
 .../db/explorer/action/CreateTableAction.java      |        4 +-
 .../db/explorer/action/GrabTableAction.java        |        6 +-
 .../db/explorer/action/GrabTableHelper.java        |       65 +-
 .../explorer/action/MakeDefaultCatalogAction.java  |       33 +-
 .../modules/db/explorer/action/QueryAction.java    |       31 +-
 .../db/explorer/action/RecreateTableAction.java    |        5 +-
 .../db/explorer/action/ToggleImportantAction.java  |      148 +
 .../modules/db/explorer/action/ViewDataAction.java |        9 +-
 .../modules/db/explorer/dataview/Bundle.properties |        5 +-
 .../db/explorer/dlg/AddConnectionWizard.java       |        4 +-
 .../modules/db/explorer/dlg/AddDriverDialog.form   |        2 +-
 .../modules/db/explorer/dlg/AddDriverDialog.java   |       50 +-
 .../modules/db/explorer/dlg/AddIndexDialog.java    |       11 +-
 .../db/explorer/dlg/AddTableColumnDialog.java      |       52 +-
 .../modules/db/explorer/dlg/Bundle.properties      |       30 +-
 .../explorer/dlg/ChoosingConnectionNamePanel.java  |      141 +
 .../db/explorer/dlg/ChoosingSchemaPanel.java       |        7 +-
 .../modules/db/explorer/dlg/ConnectPanel.form      |        2 +-
 .../db/explorer/dlg/ConnectProgressDialog.form     |       27 +-
 .../db/explorer/dlg/ConnectProgressDialog.java     |       37 +-
 .../modules/db/explorer/dlg/ConnectionDialog.java  |       37 +-
 .../db/explorer/dlg/ConnectionNamePanel.form       |      102 +
 .../db/explorer/dlg/ConnectionNamePanel.java       |      157 +
 .../modules/db/explorer/dlg/ConnectionPanel.java   |        7 +-
 .../modules/db/explorer/dlg/CreateTableDialog.java |       87 +-
 .../modules/db/explorer/dlg/DataModel.java         |       10 +
 .../db/explorer/dlg/NewConnectionPanel.form        |       59 +-
 .../db/explorer/dlg/NewConnectionPanel.java        |       80 +-
 .../modules/db/explorer/dlg/SchemaPanel.form       |       10 +-
 .../modules/db/explorer/dlg/SchemaPanel.java       |        2 +
 .../db/explorer/driver/JDBCDriverConvertor.java    |       35 -
 .../db/explorer/metadata/MetadataModelManager.java |        4 +
 .../modules/db/explorer/node/BaseFilterNode.java   |      132 +
 .../modules/db/explorer/node/Bundle.properties     |        4 +-
 .../modules/db/explorer/node/CatalogNode.java      |       43 +-
 .../db/explorer/node/CatalogNodeProvider.java      |      155 +-
 .../modules/db/explorer/node/ColumnNode.java       |      120 +-
 .../modules/db/explorer/node/ConnectionNode.java   |      114 +-
 .../db/explorer/node/ConnectionNodeProvider.java   |       80 +-
 .../db/explorer/node/DriverListNodeProvider.java   |       15 +-
 .../db/explorer/node/ForeignKeyColumnNode.java     |        7 +-
 .../modules/db/explorer/node/ForeignKeyNode.java   |        6 +-
 .../modules/db/explorer/node/IndexNode.java        |       18 +-
 .../db/explorer/node/NodePropertySupport.java      |       37 +
 .../modules/db/explorer/node/NodeRegistry.java     |       10 +-
 .../modules/db/explorer/node/ProcedureNode.java    |      107 +-
 .../db/explorer/node/ProcedureNodeProvider.java    |        6 +-
 .../db/explorer/node/ProcedureParamNode.java       |        5 +
 .../modules/db/explorer/node/ReturnValueNode.java  |        5 +
 .../modules/db/explorer/node/SchemaNode.java       |       41 +-
 .../db/explorer/node/SchemaNodeProvider.java       |      103 +-
 .../modules/db/explorer/node/TableListNode.java    |       47 +-
 .../db/explorer/node/TableListNodeProvider.java    |       92 +-
 .../modules/db/explorer/node/TableNode.java        |       26 +-
 .../db/explorer/node/TableNodeProvider.java        |       27 +-
 .../db/explorer/node/ToggleImportantInfo.java      |       84 +
 .../modules/db/resources/connection-1_2.dtd        |       70 +
 .../org/netbeans/modules/db/resources/mf-layer.xml |       74 +-
 .../org/netbeans/modules/db/util/Bundle.properties |       19 +-
 .../netbeans/modules/db/util/DriverListUtil.java   |      103 +-
 db/src/org/netbeans/modules/db/util/JdbcUrl.java   |       71 +-
 .../netbeans/modules/db/util/PropertiesEditor.java |      116 +
 .../modules/db/util/PropertyEditorPanel.form       |       97 +
 .../modules/db/util/PropertyEditorPanel.java       |      251 +
 db/test/unit/data/DummyDriver.java                 |       43 +
 .../api/db/explorer/DatabaseConnectionTest.java    |       39 +-
 .../explorer/support/DatabaseExplorerUIsTest.java  |       34 +-
 .../netbeans/api/db/sql/support/QuoterTest.java    |       19 +
 .../explorer/DatabaseConnectionConvertorTest.java  |       12 +-
 .../modules/db/explorer/DatabaseConnectorTest.java |      133 +
 .../modules/db/explorer/DbDriverManagerTest.java   |        9 +-
 .../db/explorer/action/GrabTableHelperTest.java    |        2 +-
 .../modules/db/explorer/bar-connection.xml         |        3 +-
 .../explorer/driver/JDBCDriverConvertorTest.java   |       25 -
 .../modules/db/explorer/driver/bar-driver.xml      |        2 +-
 .../modules/db/explorer/node/RootNodeTest.java     |       85 +-
 .../modules/db/explorer/null-pwd-connection.xml    |        3 +-
 .../org/netbeans/modules/db/test/DBTestBase.java   |       75 +-
 .../modules/db/test/DatabaseMetaDataAdapter.java   |      938 +
 .../modules/db/test/DefaultDBProvider.java         |        3 +
 .../netbeans/modules/db/test/DerbyDBProvider.java  |      112 +-
 .../netbeans/modules/db/test/ResultSetAdapter.java |     1029 +
 .../src/org/netbeans/modules/db/test/TestBase.java |       34 +
 .../org/netbeans/modules/db/util/Base64Test.java   |       53 +-
 .../modules/db/util/DriverListUtilTest.java        |       56 +-
 dbapi/nbproject/project.properties                 |        7 +-
 dbapi/nbproject/project.xml                        |       12 +-
 dbschema/nbproject/project.properties              |        7 +-
 dbschema/nbproject/project.xml                     |       22 +-
 .../org/netbeans/modules/dbschema/docs/HelpSet.hs  |       78 -
 .../src/org/netbeans/modules/dbschema/docs/Map.jhm |       57 -
 .../netbeans/modules/dbschema/docs/credits.html    |       48 -
 .../netbeans/modules/dbschema/docs/dbschema.html   |       85 -
 .../modules/dbschema/docs/dbschema_recapture.html  |       54 -
 .../src/org/netbeans/modules/dbschema/docs/ide.css |      110 -
 .../modules/dbschema/docs/images/dbschemanode.gif  |      Bin 919 -> 0 bytes
 .../netbeans/modules/dbschema/docs/images/tip.gif  |      Bin 100 -> 0 bytes
 .../modules/dbschema/docs/package-info.java        |       47 -
 .../src/org/netbeans/modules/dbschema/docs/toc.xml |       60 -
 .../dbschema/jdbcimpl/DBschemaDataObject.java      |        7 +
 .../dbschema/jdbcimpl/SchemaElementImpl.java       |       14 +-
 .../dbschema/jdbcimpl/TableElementImpl.java        |       61 +-
 .../modules/dbschema/jdbcimpl/ViewDependency.java  |       32 +-
 .../jdbcimpl/resources/dbschema-mime-resolver.xml  |       17 -
 .../dbschema/jdbcimpl/resources/mf-layer.xml       |       10 +-
 .../wizard/DBSchemaConnectionWizardPanel.java      |       10 +-
 .../dbschema/jdbcimpl/wizard/DBSchemaPanel.java    |       15 +-
 .../jdbcimpl/wizard/DBSchemaTablesPanel.form       |        8 +-
 .../jdbcimpl/wizard/DBSchemaTablesPanel.java       |       10 +-
 .../jdbcimpl/wizard/DBSchemaTablesWizardPanel.java |       10 +-
 .../jdbcimpl/wizard/DBSchemaTargetPanel.java       |       14 +-
 .../modules/dbschema/nodes/SchemaRootChildren.java |       20 +-
 .../modules/dbschema/resources/Bundle.properties   |       34 +-
 .../modules/dbschema/util/SQLTypeUtil.java         |       62 +-
 deadlock.detector/build.xml                        |       50 +
 deadlock.detector/manifest.mf                      |        7 +
 deadlock.detector/nbproject/project.properties     |       44 +
 deadlock.detector/nbproject/project.xml            |       81 +
 .../modules/deadlock/detector/Bundle.properties    |       46 +
 .../modules/deadlock/detector/Detector.java        |      293 +
 .../modules/deadlock/detector/Installer.java       |       69 +
 .../modules/deadlock/detector/DetectorTest.java    |      133 +
 debian/changelog                                   |       29 +-
 debian/control                                     |      322 +-
 debian/copyright                                   |      883 +-
 debian/linked-jars                                 |       84 +-
 debian/netbeans.1                                  |       34 +-
 debian/netbeans.desktop                            |        9 +-
 debian/netbeans.lintian-overrides                  |        2 +-
 debian/orig-tar.sh                                 |       83 +-
 debian/patches/Css3Parser-antlr.patch              |     3691 +
 debian/patches/NbParseTreeBuilder.patch            |       21 +
 .../patches/db.dataview-setRowFilter-method.patch  |       55 +
 debian/patches/dlight.nativeexecution.patch        |      169 +
 debian/patches/javafx-classpath.patch              |       21 +
 debian/patches/netbeans-build.patch                |       32 +
 debian/patches/netbeans-cluster-properties.patch   |      304 +
 debian/patches/netbeans-commons-net.patch          |       29 +
 debian/patches/netbeans-extexecution.impl.patch    |       44 +
 debian/patches/netbeans-html.parser.patch          |       43 +
 debian/patches/netbeans-httpserver.patch           |       41 +
 debian/patches/netbeans-ide-launcher.patch         |       42 +
 debian/patches/netbeans-javacc.patch               |       24 +
 debian/patches/netbeans-javadoc-maven-api.patch    |       20 +
 debian/patches/netbeans-libs.jaxb.patch            |       25 +
 debian/patches/netbeans-libs.jsch.agentproxy.patch |       46 +
 debian/patches/netbeans-nashorn.patch              |       28 +
 debian/patches/netbeans-nocopy.patch               |      110 +
 .../netbeans-o.apache.tools.ant.module.patch       |       43 +
 .../netbeans-platform-empty-binaries-list.patch    |     1187 +
 debian/patches/netbeans-platform-jemmy.patch       |       26 +
 debian/patches/netbeans-platform-nbi.patch         |       23 +
 .../patches/netbeans-platform-nojnabinaries.patch  |       69 +
 debian/patches/netbeans-platform-properties.patch  |       39 +
 .../netbeans-platform-windowslauncher.patch        |      379 +
 .../patches/netbeans-platform~include-extras.patch |       53 -
 debian/patches/netbeans-platform~launcher.patch    |       24 -
 debian/patches/netbeans-platform~nbi.patch         |       15 -
 .../patches/netbeans-platform~nojnabinaries.patch  |       21 -
 debian/patches/netbeans-platform~osgi-4.3.patch    |       28 -
 debian/patches/netbeans-platform~properties.patch  |       14 -
 debian/patches/netbeans-platform~suitebuild.patch  |       16 -
 .../netbeans-platform~windowslauncher.patch        |      197 -
 debian/patches/netbeans-spi.java.hints.patch       |       25 +
 debian/patches/netbeans-wildUpperBound.patch       |       25 +
 debian/patches/netbeans-xml.jaxb.api.patch         |       23 +
 debian/patches/netbeans~ant-compatibility.patch    |      481 -
 debian/patches/netbeans~build.patch                |       24 -
 debian/patches/netbeans~cluster-properties.patch   |      207 -
 debian/patches/netbeans~db.patch                   |       42 -
 debian/patches/netbeans~debugger.jpda.ui.patch     |       27 -
 debian/patches/netbeans~empty-binaries-list.patch  |      728 -
 .../netbeans~ide-launcher-7.0.1workarounds.patch   |       37 -
 debian/patches/netbeans~ide-launcher.patch         |       69 -
 .../netbeans~ignore-compiler-warnings.patch        |       13 -
 debian/patches/netbeans~include-junit.patch        |      627 -
 debian/patches/netbeans~java7-compatibility.patch  |       18 -
 debian/patches/netbeans~no-rhino.patch             |       34 -
 debian/patches/netbeans~no-test-clean.patch        |       18 -
 debian/patches/netbeans~nocopy.patch               |       56 -
 debian/patches/netbeans~o.a.tools.ant.patch        |       36 -
 debian/patches/netbeans~old-java-modules.patch     |     6874 -
 .../patches/netbeans~old-java.source-module.patch  |     4783 -
 debian/patches/netbeans~small-ide.patch            |      116 -
 debian/patches/netbeans~svnclient.patch            |       87 -
 debian/patches/netbeans~svnkit-compatibility.patch |      490 -
 debian/patches/netbeans~updatecenters.patch        |       33 -
 debian/patches/netbeans~xerces.patch               |       28 -
 debian/patches/netbeans~xsl.patch                  |       26 -
 debian/patches/osgi-update.patch                   |       52 +
 debian/patches/series                              |       61 +-
 debian/pom/AbsoluteLayout.xml                      |        2 +-
 debian/pom/openide-modules.xml                     |        6 +-
 debian/pom/openide-util-lookup.xml                 |        2 +-
 debian/pom/openide-util.xml                        |        4 +-
 debian/rules                                       |      133 +-
 .../modules/debugger/jpda/ant/JPDAConnect.java     |       11 +-
 .../modules/debugger/jpda/ant/JPDAReload.java      |        3 +
 .../modules/debugger/jpda/ant/JPDAStart.java       |      192 +-
 debugger.jpda.ant/manifest.mf                      |        3 +-
 debugger.jpda.ant/nbproject/project.xml            |       14 +-
 debugger.jpda.heapwalk/manifest.mf                 |        3 +-
 debugger.jpda.heapwalk/nbproject/project.xml       |       19 +-
 .../debugger/jpda/heapwalk/ArrayItemValueImpl.java |        3 +
 .../modules/debugger/jpda/heapwalk/FieldImpl.java  |        4 +
 .../debugger/jpda/heapwalk/FieldValueImpl.java     |       10 +-
 .../modules/debugger/jpda/heapwalk/HeapImpl.java   |       20 +-
 .../debugger/jpda/heapwalk/InstanceImpl.java       |       59 +-
 .../debugger/jpda/heapwalk/JavaClassImpl.java      |       25 +-
 .../jpda/heapwalk/ObjectArrayInstanceImpl.java     |        2 +
 .../jpda/heapwalk/ObjectFieldValueImpl.java        |        1 +
 .../jpda/heapwalk/PrimitiveArrayInstanceImpl.java  |        9 +-
 .../modules/debugger/jpda/heapwalk/TypeImpl.java   |        1 +
 .../jpda/heapwalk/models/HeapActionsFilter.java    |       39 +-
 .../jpda/heapwalk/views/ClassesCountsView.java     |       36 +-
 .../heapwalk/views/DebuggerHeapFragmentWalker.java |        3 +
 .../jpda/heapwalk/views/InstancesView.java         |        9 +-
 .../jpda/heapwalk/views/ViewModelListener.java     |      178 -
 debugger.jpda.js/build.xml                         |       48 +
 debugger.jpda.js/manifest.mf                       |       10 +
 debugger.jpda.js/nbproject/project.properties      |       47 +
 debugger.jpda.js/nbproject/project.xml             |      264 +
 .../modules/debugger/jpda/js/Bundle.properties     |       50 +
 .../debugger/jpda/js/FirstSourceURLProvider.java   |      232 +
 .../netbeans/modules/debugger/jpda/js/JSUtils.java |       73 +
 .../debugger/jpda/js/StepIntoJSHandler.java        |      396 +
 .../jpda/js/breakpoints/JSBreakpointsInfoImpl.java |      165 +
 .../js/breakpoints/JSJavaBreakpointsManager.java   |      498 +
 .../debugger/jpda/js/breakpoints/URLEquality.java  |      110 +
 .../jpda/js/breakpoints/io/JSBreakpointReader.java |      205 +
 .../debugger/jpda/js/frames/JSStackFrame.java      |       95 +
 .../frames/models/DebuggingJSActionsProvider.java  |      333 +
 .../models/DebuggingJSFramesInJavaModelFilter.java |      189 +
 .../js/frames/models/DebuggingJSNodeModel.java     |      255 +
 .../js/frames/models/DebuggingJSTreeModel.java     |      151 +
 .../netbeans/modules/debugger/jpda/js/layer.xml    |       99 +
 .../modules/debugger/jpda/js/source/Source.java    |      357 +
 .../debugger/jpda/js/source/SourceConnection.java  |      147 +
 .../modules/debugger/jpda/js/source/SourceFS.java  |      468 +
 .../debugger/jpda/js/source/SourceFilesCache.java  |       82 +
 .../debugger/jpda/js/source/SourceURLMapper.java   |      243 +
 .../debugger/jpda/js/vars/DebuggerSupport.java     |      322 +
 .../modules/debugger/jpda/js/vars/JSEvaluator.java |       89 +
 .../debugger/jpda/js/vars/JSExpression.java        |       64 +
 .../modules/debugger/jpda/js/vars/JSThis.java      |       68 +
 .../modules/debugger/jpda/js/vars/JSVariable.java  |      120 +
 .../jpda/js/vars/models/VariablesJSNodeModel.java  |      219 +
 .../jpda/js/vars/models/VariablesJSTableModel.java |      147 +
 .../jpda/js/vars/models/VariablesJSTreeModel.java  |      184 +
 .../jpda/js/vars/tooltip/ToolTipAnnotation.java    |      292 +
 .../jpda/js/breakpoints/URLEqualityTest.java       |      107 +
 .../debugger/jpda/js/source/SourceTest.java        |       95 +
 debugger.jpda.kit/build.xml                        |       48 +
 debugger.jpda.kit/manifest.mf                      |        6 +
 .../nbproject/project.properties                   |        0
 debugger.jpda.kit/nbproject/project.xml            |       78 +
 .../modules/debugger/jpda/kit/Bundle.properties    |       49 +
 debugger.jpda.projects/manifest.mf                 |        3 +-
 .../nbproject/project.properties                   |        3 +
 debugger.jpda.projects/nbproject/project.xml       |       50 +-
 .../debugger/jpda/projects/AST2Bytecode.java       |      148 +-
 .../jpda/projects/BreakpointAnnotationManager.java |      171 +
 .../projects/BreakpointAnnotationProvider.java     |      304 +-
 .../jpda/projects/BreakpointsActionsProvider.java  |       66 +-
 .../debugger/jpda/projects/Bundle.properties       |        9 +
 .../debugger/jpda/projects/ClassScanner.java       |        6 +-
 .../debugger/jpda/projects/ConstantPool.java       |       66 +-
 .../debugger/jpda/projects/DebuggerAnnotation.java |       27 +-
 .../projects/DebuggerBreakpointAnnotation.java     |      149 +-
 .../debugger/jpda/projects/EditorContextImpl.java  |      902 +-
 .../debugger/jpda/projects/ExpressionScanner.java  |      110 +-
 .../debugger/jpda/projects/FixActionProvider.java  |       64 +-
 .../jpda/projects/HighlightsLayerFactoryImpl.java  |        3 +-
 .../debugger/jpda/projects/LineTranslations.java   |      206 +-
 .../debugger/jpda/projects/MainProjectManager.java |        9 +-
 .../jpda/projects/RunToCursorActionProvider.java   |       64 +-
 .../jpda/projects/SourcePathProviderImpl.java      |      401 +-
 .../jpda/projects/SourcesCurrentModel.java         |      124 +-
 .../debugger/jpda/projects/SourcesNodeModel.java   |      105 +-
 .../debugger/jpda/projects/SourcesRemoteModel.java |      110 +-
 .../debugger/jpda/projects/SourcesTabs.java        |       11 +-
 .../jpda/projects/StepIntoActionProvider.java      |       39 +-
 .../debugger/jpda/projects/ToolTipAnnotation.java  |      351 +-
 .../jpda/projects/ToolTipExpansionFilter.java      |       81 +
 .../jpda/projects/ToolTipNodeModelFilter.java      |        1 -
 .../debugger/jpda/projects/ToolTipView.java        |      236 +-
 .../debugger/jpda/projects/ViewModelListener.java  |      510 -
 .../debugger/jpda/projects/WeakHashMapActive.java  |      154 +
 .../debugger/jpda/projects/resources/mf-layer.xml  |        3 +
 .../projects/DebuggerBreakpointAnnotationTest.java |      205 +
 .../jpda/projects/WeakHashMapActiveTest.java       |       91 +
 debugger.jpda.ui/manifest.mf                       |        4 +-
 debugger.jpda.ui/nbproject/project.properties      |        6 +
 debugger.jpda.ui/nbproject/project.xml             |      136 +-
 .../LocalsView/javax.swing.AbstractButton          |        2 +-
 .../debugger/jpda/resources/Bundle.properties      |        8 +-
 .../jpda/resources/ClassBreakpoint_stroke.xml      |       59 +
 .../resources/DisabledClassBreakpoint_stroke.xml   |       59 +
 .../resources/DisabledFieldBreakpoint_stroke.xml   |       59 +
 .../resources/DisabledMethodBreakpoint_stroke.xml  |       59 +
 .../jpda/resources/FieldBreakpoint_stroke.xml      |       59 +
 .../jpda/resources/MethodBreakpoint_stroke.xml     |       59 +
 .../debugger/jpda/resources/completion_package.gif |      Bin
 .../debugger/jpda/resources/debugging.settings     |        8 -
 .../debugger/jpda/resources/debugging.wstcref      |       10 -
 .../modules/debugger/jpda/resources/mf-layer.xml   |       95 +-
 .../jpda/resources/show_property_editors_16.png    |      Bin 0 -> 595 bytes
 .../modules/debugger/jpda/ui/BreakpointOutput.java |      227 +-
 .../modules/debugger/jpda/ui/Bundle.properties     |       32 +-
 .../debugger/jpda/ui/ButtonPopupSwitcher.java      |        5 +-
 .../modules/debugger/jpda/ui/CodeEvaluator.form    |       16 +-
 .../modules/debugger/jpda/ui/CodeEvaluator.java    |      123 +-
 .../modules/debugger/jpda/ui/ConnectPanel.java     |      340 +-
 .../jpda/ui/CurrentThreadAnnotationListener.java   |      116 +-
 .../modules/debugger/jpda/ui/DebuggerOutput.java   |      231 +-
 .../debugger/jpda/ui/FixedWatchesManager.java      |       39 +-
 .../modules/debugger/jpda/ui/IOManager.java        |       13 +-
 .../modules/debugger/jpda/ui/JPDAAttachType.java   |        1 +
 .../modules/debugger/jpda/ui/JavaUtils.java        |      202 +
 .../debugger/jpda/ui/SmartSteppingImpl.java        |       18 +-
 .../modules/debugger/jpda/ui/SourcePath.java       |      272 +-
 .../modules/debugger/jpda/ui/SwitcherTable.java    |        9 +-
 .../debugger/jpda/ui/VariablesFormatter.java       |      401 -
 .../modules/debugger/jpda/ui/WatchPanel.java       |      113 +-
 .../debugger/jpda/ui/actions/Bundle.properties     |        9 -
 .../jpda/ui/actions/DebuggingViewAction.java       |       81 -
 .../jpda/ui/actions/EvaluateActionProvider.java    |       13 -
 .../debugger/jpda/ui/actions/GoToHitAction.java    |       73 -
 .../jpda/ui/actions/JPDADebuggerAction.java        |        3 +
 .../actions/MakeCalleeCurrentActionProvider.java   |       10 +-
 .../actions/MakeCallerCurrentActionProvider.java   |       14 +-
 .../jpda/ui/actions/NewWatchActionProvider.java    |       97 +
 .../jpda/ui/actions/RunToCursorActionProvider.java |       62 +-
 .../ui/actions/SetAsCurrentThreadGutterAction.java |       16 +-
 .../actions/SetCurrentThreadFromHistoryAction.java |      117 -
 .../ui/actions/ToggleBreakpointActionProvider.java |       79 +-
 .../actions/ToggleMethodFieldBreakpointAction.java |      151 +-
 .../debugger/jpda/ui/breakpoints/ActionsPanel.form |      159 +-
 .../debugger/jpda/ui/breakpoints/ActionsPanel.java |      319 +-
 .../ui/breakpoints/BreakpointsExpandableGroup.java |      360 +
 .../debugger/jpda/ui/breakpoints/Bundle.properties |       24 +-
 .../jpda/ui/breakpoints/ClassBreakpointPanel.form  |        2 +-
 .../jpda/ui/breakpoints/ClassBreakpointPanel.java  |       44 +-
 .../jpda/ui/breakpoints/ConditionsPanel.form       |        2 +-
 .../jpda/ui/breakpoints/ConditionsPanel.java       |       15 +
 .../ui/breakpoints/ExceptionBreakpointPanel.form   |        5 +-
 .../ui/breakpoints/ExceptionBreakpointPanel.java   |       25 +-
 .../jpda/ui/breakpoints/FieldBreakpointPanel.form  |       21 +-
 .../jpda/ui/breakpoints/FieldBreakpointPanel.java  |       69 +-
 .../jpda/ui/breakpoints/LineBreakpointPanel.form   |        4 +-
 .../jpda/ui/breakpoints/MethodBreakpointPanel.form |       21 +-
 .../jpda/ui/breakpoints/MethodBreakpointPanel.java |      101 +-
 .../jpda/ui/breakpoints/OutlineComboBox.java       |      274 +
 .../jpda/ui/breakpoints/ThreadBreakpointPanel.form |        8 +-
 .../jpda/ui/breakpoints/ThreadBreakpointPanel.java |        2 +-
 .../ui/completion/ClassCompletionProvider.java     |      169 +
 .../jpda/ui/completion/ClassSearchScopeType.java   |       90 +
 .../jpda/ui/completion/ElementCompletionItem.java  |      364 +
 .../completion/ExceptionClassNbDebugEditorKit.java |       59 +
 .../ui/completion/ExceptionCompletionProvider.java |      190 +
 .../ui/completion/FieldsCompletionProvider.java    |      161 +
 .../ui/completion/JavaClassNbDebugEditorKit.java   |       59 +
 .../ui/completion/JavaFieldNbDebugEditorKit.java   |       59 +
 .../ui/completion/JavaMethodNbDebugEditorKit.java  |       59 +
 .../ui/completion/MethodsCompletionProvider.java   |      167 +
 .../debugger/jpda/ui/debugging/Bundle.properties   |       67 +-
 .../debugger/jpda/ui/debugging/ClickableIcon.java  |      230 -
 .../debugger/jpda/ui/debugging/DebugTreeView.java  |      366 -
 .../debugger/jpda/ui/debugging/DebuggingView.form  |      132 -
 .../debugger/jpda/ui/debugging/DebuggingView.java  |     1163 -
 .../ui/debugging/DebuggingViewSupportImpl.java     |      214 +
 .../jpda/ui/debugging/FiltersDescriptor.java       |      481 -
 .../debugger/jpda/ui/debugging/InfoPanel.form      |      265 -
 .../debugger/jpda/ui/debugging/InfoPanel.java      |      996 -
 .../jpda/ui/debugging/KeyboardPopupSwitcher.java   |      587 -
 .../debugger/jpda/ui/debugging/SwitcherTable.java  |      321 -
 .../jpda/ui/debugging/SwitcherTableItem.java       |      215 -
 .../jpda/ui/debugging/SwitcherTableModel.java      |      148 -
 .../debugger/jpda/ui/debugging/TapPanel.java       |      369 -
 .../jpda/ui/debugging/ThreadsHistoryAction.java    |      294 -
 .../jpda/ui/debugging/ThreadsListener.java         |      433 -
 .../jpda/ui/models/BigStringCustomEditor.java      |      149 +
 .../ui/models/BoldVariablesTableModelFilter.java   |      151 +-
 .../models/BreakpointModelActiveSessionFilter.java |      243 +
 .../jpda/ui/models/BreakpointsTreeModelFilter.java |       14 +-
 .../debugger/jpda/ui/models/Bundle.properties      |       25 +-
 .../jpda/ui/models/CallStackNodeModel.java         |       32 +-
 .../jpda/ui/models/DebuggingActionsProvider.java   |       41 +-
 .../jpda/ui/models/DebuggingMonitorModel.java      |       48 +-
 .../jpda/ui/models/DebuggingNodeModel.java         |      117 +-
 .../jpda/ui/models/DebuggingTreeModel.java         |        8 +-
 .../ui/models/HiddenCallStackFramesFilter.java     |        2 +-
 .../jpda/ui/models/JPDASessionActionsProvider.java |        7 +-
 .../jpda/ui/models/JavaVariablesFilter.java        |       13 +-
 .../jpda/ui/models/NumericDisplayFilter.java       |        7 +
 .../jpda/ui/models/ResultsSwitchViewAction.java    |       88 +
 .../debugger/jpda/ui/models/SourcesModel.java      |        2 +-
 .../debugger/jpda/ui/models/ThreadsTableModel.java |       11 +-
 .../jpda/ui/models/ToolTipSwitchViewAction.java    |       81 +
 .../jpda/ui/models/ValuePropertyEditor.java        |      556 +
 .../jpda/ui/models/VariablesActionsProvider.java   |      122 +-
 .../jpda/ui/models/VariablesFormatterFilter.java   |      166 +-
 .../jpda/ui/models/VariablesNodeModel.java         |      201 +-
 .../ui/models/VariablesPropertyEditorsModel.java   |      145 +
 .../jpda/ui/models/VariablesSwitchViewAction.java  |      230 +
 .../jpda/ui/models/VariablesTableHTMLModel.java    |      140 +
 .../jpda/ui/models/VariablesTableModel.java        |      249 +-
 .../jpda/ui/models/VariablesTreeModelFilter.java   |       41 +-
 .../jpda/ui/models/WatchesActionsProvider.java     |        2 +-
 .../jpda/ui/models/WatchesSwitchViewAction.java    |       88 +
 .../debugger/jpda/ui/options/Bundle.properties     |       29 +-
 .../jpda/ui/options/CategoryPanelFormatters.form   |       22 +-
 .../jpda/ui/options/CategoryPanelFormatters.java   |      236 +-
 .../jpda/ui/options/CategoryPanelGeneral.form      |        2 +-
 .../jpda/ui/options/CategoryPanelGeneral.java      |       87 +-
 .../jpda/ui/options/CategoryPanelStepFilters.form  |       30 +-
 .../jpda/ui/options/CategoryPanelStepFilters.java  |      135 +-
 .../JavaDebuggerOptionsPanelController.java        |        7 +-
 .../jpda/ui/options/JavaDebuggerPanel.form         |        8 +-
 .../jpda/ui/options/JavaDebuggerPanel.java         |       89 +-
 .../jpda/ui/options/OptionsInitializer.java        |        3 +
 .../debugger/jpda/ui/options/StorablePanel.java    |       27 +-
 .../ui/options/VariableFormatterEditPanel.form     |       14 +-
 .../ui/options/VariableFormatterEditPanel.java     |      208 +-
 .../debugger/jpda/ui/views/Bundle.properties       |        2 +-
 .../jpda/ui/views/VariablesViewButtons.java        |       50 +-
 .../debugger/jpda/ui/views/ViewModelListener.java  |      271 -
 .../qa-functional/data/debugTestProject/build.xml  |        0
 .../data/debugTestProject/nbproject/build-impl.xml |      445 +
 .../debugTestProject/nbproject/genfiles.properties |        6 +
 .../data/debugTestProject/nbproject/jfx-impl.xml   |     1408 +
 .../debugTestProject/nbproject/project.properties  |      113 +
 .../data/debugTestProject/nbproject/project.xml    |       59 +
 .../src/examples/advanced/MemoryView.java          |      181 +
 .../examples/advanced/MemoryViewLocale.properties  |        0
 .../src/examples/advanced/README.txt               |        0
 .../debugTestProject/src/tests/FixAndContinue.java |       79 +
 .../debugTestProject/src/tests/ThrowException.java |       67 +
 .../src/tests/ThrowMultipleExceptions.java         |       67 +
 .../data/debugTestProjectAnt/build.xml             |       73 +
 .../data/debugTestProjectAnt}/manifest.mf          |        0
 .../debugTestProjectAnt/nbproject/build-impl.xml   |     1413 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       84 +
 .../data/debugTestProjectAnt/nbproject/project.xml |       15 +
 .../src/advanced/ApplyCodeChangesTest.java         |       64 +
 .../src/advanced/DetectDeadlockTest.java           |       92 +
 .../src/advanced/ThreadSuspendingTest.java         |       77 +
 .../src/advanced/VariablesTest.java                |       51 +
 .../src/memoryView/MemoryView.java                 |      286 +
 .../src/memoryView/MemoryViewLocale.properties     |       47 +
 .../jpda/ui/operators/AttachJDialogOperator.java   |      307 +
 .../modules/debugger/jpda/ui/ActionsTest.java      |      260 +
 .../modules/debugger/jpda/ui/AntSanityTest.java    |      465 +
 .../debugger/jpda/ui/ApplyCodeChangesTest.java     |      195 +
 .../debugger/jpda/ui/ClassBreakpointsTest.java     |      285 +
 .../debugger/jpda/ui/CloseSessionsTest.java        |      139 +
 .../modules/debugger/jpda/ui/DebuggerTestCase.java |       85 +
 .../debugger/jpda/ui/DebuggingActionsTest.java     |      173 +
 .../jpda/ui/DebuggingBreakpointsActionsTest.java   |      105 +
 .../debugger/jpda/ui/ExceptionBreakpointsTest.java |      273 +
 .../debugger/jpda/ui/FieldBreakpointsTest.java     |      219 +
 .../jpda/ui/LineBreakpointsHitCountTest.java       |      224 +
 .../debugger/jpda/ui/LineBreakpointsTest.java      |      331 +
 .../debugger/jpda/ui/LocalVariablesTest.java       |      420 +
 .../debugger/jpda/ui/MethodBreakpointsTest.java    |      285 +
 .../modules/debugger/jpda/ui/SanitySuite.java      |       58 +
 .../debugger/jpda/ui/StartDebuggerTest.java        |      173 +
 .../modules/debugger/jpda/ui/StepsTest.java        |      185 +
 .../debugger/jpda/ui/ThreadBreakpointsTest.java    |      198 +
 .../modules/debugger/jpda/ui/Utilities.java        |      578 +
 .../modules/debugger/jpda/ui/ViewsTest.java        |      271 +
 .../modules/debugger/jpda/ui/WatchesTest.java      |      571 +
 .../debugger/jpda/ui/ts/ActionsTestSuite.java      |       70 +
 .../jpda/ui/ts/Breakpoints_ClassTestSuite.java     |       87 +
 .../jpda/ui/ts/Breakpoints_ExceptionTestSuite.java |       82 +
 .../jpda/ui/ts/Breakpoints_FieldTestSuite.java     |       83 +
 .../jpda/ui/ts/Breakpoints_LineTestSuite.java      |       89 +
 .../jpda/ui/ts/Breakpoints_MethodTestSuite.java    |       87 +
 .../jpda/ui/ts/Breakpoints_ThreadTestSuite.java    |       80 +
 .../jpda/ui/ts/DebuggingActionsTestSuite.java      |       76 +
 .../ts/DebuggingBreakpointsActionsTestSuite.java   |       76 +
 .../ui/ts/LineBreakpointsHitCountTestSuite.java    |       78 +
 .../jpda/ui/ts/LocalVariablesTestSuite.java        |       82 +
 .../jpda/ui/ts/StartDebuggerTestSuite.java         |       81 +
 .../debugger/jpda/ui/ts/StepsTestSuite.java        |       88 +
 .../debugger/jpda/ui/ts/ViewsTestSuite.java        |       94 +
 .../debugger/jpda/ui/ts/WatchesTestSuite.java      |       90 +
 debugger.jpda.visual/build.xml                     |       67 +
 debugger.jpda.visual/manifest.mf                   |        9 +
 debugger.jpda.visual/nbproject/project.properties  |       47 +
 debugger.jpda.visual/nbproject/project.xml         |      237 +
 .../visual/remote/RemoteAWTHierarchyListener.java  |      107 +
 .../jpda/visual/remote/RemoteAWTService.java       |      516 +
 .../visual/remote/RemoteAWTServiceListener.java    |      209 +
 .../jpda/visual/remote/RemoteFXService.java        |      148 +
 .../modules/debugger/jpda/visual/Bundle.properties |       69 +
 .../jpda/visual/ComponentsFieldFinder.java         |      132 +
 .../debugger/jpda/visual/JavaComponentInfo.java    |      997 +
 .../debugger/jpda/visual/RemoteAWTScreenshot.java  |      904 +
 .../debugger/jpda/visual/RemoteFXScreenshot.java   |      688 +
 .../debugger/jpda/visual/RemoteServices.java       |     1334 +
 .../debugger/jpda/visual/RetrievalException.java   |       64 +
 .../jpda/visual/VisualDebuggerListener.java        |      526 +
 .../debugger/jpda/visual/actions/Bundle.properties |       58 +
 .../actions/ComponentBreakpointActionProvider.java |      148 +
 .../visual/actions/CreateFixedWatchAction.java     |      115 +
 .../jpda/visual/actions/GestureSubmitter.java      |       84 +
 .../visual/actions/GoToAddIntoHierarchyAction.java |      154 +
 .../visual/actions/GoToFieldDeclarationAction.java |      117 +
 .../jpda/visual/actions/GoToSourceAction.java      |      196 +
 .../jpda/visual/actions/ShowListenersAction.java   |       94 +
 .../actions/TakeScreenshotActionProvider.java      |      307 +
 .../actions/ToggleComponentBreakpointAction.java   |       75 +
 .../visual/breakpoints/AWTComponentBreakpoint.java |       60 +
 .../breakpoints/AWTComponentBreakpointImpl.java    |      239 +
 .../breakpoints/BaseComponentBreakpointImpl.java   |      124 +
 .../breakpoints/BreakpointsEngineListener.java     |      330 +
 .../jpda/visual/breakpoints/Bundle.properties      |       57 +
 .../visual/breakpoints/ComponentBreakpoint.java    |      266 +
 .../breakpoints/ComponentBreakpointBeanInfo.java   |       62 +
 .../breakpoints/ComponentBreakpointCustomizer.java |      102 +
 .../breakpoints/ComponentBreakpointImpl.java       |       99 +
 .../breakpoints/ComponentBreakpointPanel.form      |      155 +
 .../breakpoints/ComponentBreakpointPanel.java      |      361 +
 .../breakpoints/ComponentBreakpointType.java       |      109 +
 .../visual/breakpoints/FXComponentBreakpoint.java  |       57 +
 .../breakpoints/FXComponentBreakpointImpl.java     |      104 +
 .../modules/debugger/jpda/visual/mf-layer.xml      |      124 +
 .../debugger/jpda/visual/models/Bundle.properties  |       57 +
 .../ComponentBreakpointsActionsProvider.java       |      178 +
 .../models/ComponentBreakpointsNodeModel.java      |      138 +
 .../jpda/visual/models/EventTypesColumnModel.java  |      104 +
 .../jpda/visual/models/EventsColumnModel.java      |       86 +
 .../debugger/jpda/visual/models/EventsModel.java   |      976 +
 .../jpda/visual/models/SelectEventsPanel.form      |       60 +
 .../jpda/visual/models/SelectEventsPanel.java      |      346 +
 .../debugger/jpda/visual/options/Bundle.properties |       50 +
 .../jpda/visual/options/CategoryPanelVisual.form   |       86 +
 .../jpda/visual/options/CategoryPanelVisual.java   |      152 +
 .../jpda/visual/options/VisualOptionsProvider.java |       63 +
 .../debugger/jpda/visual/resources/debugCamera.png |      Bin 0 -> 3226 bytes
 .../jpda/visual/resources/debugCamera24.png        |      Bin 0 -> 3513 bytes
 .../debugger/jpda/visual/resources/events.settings |        8 +
 .../debugger/jpda/visual/resources/events.wstcgrp  |       11 +
 .../debugger/jpda/visual/resources/events.wstcref  |       10 +
 .../debugger/jpda/visual/resources/zoomIn.gif      |      Bin 0 -> 76 bytes
 .../debugger/jpda/visual/resources/zoomOut.gif     |      Bin 0 -> 66 bytes
 .../debugger/jpda/visual/spi/ComponentInfo.java    |      134 +
 .../debugger/jpda/visual/spi/RemoteScreenshot.java |      102 +
 .../jpda/visual/spi/ScreenshotUIManager.java       |      122 +
 .../debugger/jpda/visual/ui/Bundle.properties      |       65 +
 .../jpda/visual/ui/ComponentHierarchy.java         |      135 +
 .../visual/ui/ComponentHierarchyNavigatorHint.java |       58 +
 .../debugger/jpda/visual/ui/ComponentNode.java     |      139 +
 .../jpda/visual/ui/ScreenshotComponent.java        |      880 +
 .../debugger/jpda/visual/views/Bundle.properties   |       45 +
 .../jpda/visual/views/VariablesViewButtons.java    |      213 +
 .../modules/debugger/jpda/visual/views/View.java   |      113 +
 .../views/VisualDebuggerComponentsProvider.java    |       68 +
 .../modules/debugger/jpda/jdi/Generate.java        |       21 +
 debugger.jpda/manifest.mf                          |        3 +-
 debugger.jpda/nbproject/project.properties         |        1 +
 debugger.jpda/nbproject/project.xml                |       66 +-
 .../modules/debugger/jpda/Bundle.properties        |        2 +-
 .../debugger/jpda/DeadlockDetectorImpl.java        |        3 +
 .../modules/debugger/jpda/ExpressionPool.java      |      136 +-
 .../modules/debugger/jpda/JPDADebuggerImpl.java    |      695 +-
 .../modules/debugger/jpda/JPDAStepImpl.java        |      473 +-
 .../modules/debugger/jpda/JavaEngineProvider.java  |        2 +-
 .../modules/debugger/jpda/JavaEvaluator.java       |       19 +-
 .../netbeans/modules/debugger/jpda/SourcePath.java |      137 +-
 .../debugger/jpda/actions/ActionsSynchronizer.java |      158 +
 .../jpda/actions/CheckDeadlocksAction.java         |       23 +-
 .../actions/CompoundSmartSteppingListener.java     |        8 +-
 .../jpda/actions/ContinueActionProvider.java       |        7 +-
 .../jpda/actions/JPDADebuggerActionProvider.java   |       22 +-
 .../debugger/jpda/actions/KillActionProvider.java  |        3 +
 .../jpda/actions/MethodChooserSupport.java         |       81 +-
 .../debugger/jpda/actions/PauseActionProvider.java |        8 +-
 .../jpda/actions/PopToHereActionProvider.java      |        6 +-
 .../jpda/actions/RunIntoMethodActionProvider.java  |      249 +-
 .../jpda/actions/SmartSteppingFilterImpl.java      |        8 +-
 .../debugger/jpda/actions/StartActionProvider.java |       28 +-
 .../debugger/jpda/actions/StepActionProvider.java  |      274 +-
 .../jpda/actions/StepIntoActionProvider.java       |       86 +-
 .../debugger/jpda/actions/StepIntoNextMethod.java  |      104 +-
 .../actions/StepIntoNextMethodActionProvider.java  |        8 +-
 .../debugger/jpda/breakpoints/BreakpointImpl.java  |      328 +-
 .../breakpoints/BreakpointsEngineListener.java     |       67 +-
 .../jpda/breakpoints/BreakpointsFromGroup.java     |      232 +
 .../jpda/breakpoints/BreakpointsReader.java        |      109 +-
 .../debugger/jpda/breakpoints/Bundle.properties    |        6 +-
 .../jpda/breakpoints/ClassBasedBreakpoint.java     |      260 +-
 .../jpda/breakpoints/ClassBreakpointImpl.java      |       16 +-
 .../jpda/breakpoints/ExceptionBreakpointImpl.java  |       30 +-
 .../jpda/breakpoints/FieldBreakpointImpl.java      |       86 +-
 .../jpda/breakpoints/LineBreakpointImpl.java       |      347 +-
 .../jpda/breakpoints/MethodBreakpointImpl.java     |       94 +-
 .../jpda/breakpoints/PersistenceManager.java       |       13 +-
 .../breakpoints/RequestNotSupportedException.java  |       63 +
 .../jpda/breakpoints/ThreadBreakpointImpl.java     |       32 +-
 .../modules/debugger/jpda/expr/Bundle.properties   |        8 +-
 .../debugger/jpda/expr/EvaluationContext.java      |       48 +-
 .../debugger/jpda/expr/EvaluationException.java    |       86 +-
 .../debugger/jpda/expr/EvaluatorVisitor.java       |     1400 +-
 .../jpda/expr/InvocationExceptionTranslated.java   |      155 +-
 .../modules/debugger/jpda/expr/TreeEvaluator.java  |      141 +-
 .../debugger/jpda/expr/formatters/Formatters.java  |      132 +
 .../expr/formatters/FormattersLoopControl.java     |       77 +
 .../jpda/expr/formatters/VariablesFormatter.java   |      412 +
 .../debugger/jpda/jdi/ClassTypeWrapper.java        |       10 +-
 .../debugger/jpda/jdi/ThreadReferenceWrapper.java  |       25 +-
 .../modules/debugger/jpda/jdi/TypeWrapper.java     |       10 +-
 .../jpda/jdi/VMOutOfMemoryExceptionWrapper.java    |       62 +
 .../jpda/models/AbstractObjectVariable.java        |      372 +-
 .../debugger/jpda/models/AbstractVariable.java     |      167 +-
 .../debugger/jpda/models/ArrayFieldVariable.java   |        2 +-
 .../jpda/models/BreakpointsHitCountModel.java      |      306 +
 .../modules/debugger/jpda/models/Bundle.properties |       30 +
 .../debugger/jpda/models/CallStackFrameImpl.java   |      116 +-
 .../debugger/jpda/models/ClassFieldVariable.java   |      144 +
 .../jpda/models/ExceptionVariableImpl.java         |       75 +
 .../jpda/models/FieldReadVariableImpl.java         |       76 +
 .../jpda/models/FieldToBeVariableImpl.java         |       76 +
 .../debugger/jpda/models/FieldVariable.java        |       17 +-
 .../debugger/jpda/models/JPDAArrayTypeImpl.java    |       97 +
 .../debugger/jpda/models/JPDAClassTypeImpl.java    |      135 +-
 .../debugger/jpda/models/JPDAThreadGroupImpl.java  |       21 +-
 .../debugger/jpda/models/JPDAThreadImpl.java       |      363 +-
 .../debugger/jpda/models/JPDAWatchImpl.java        |        2 +-
 .../modules/debugger/jpda/models/Local.java        |        3 +-
 .../debugger/jpda/models/LocalsTreeModel.java      |       70 +-
 .../jpda/models/ObjectArrayFieldVariable.java      |        2 +-
 .../debugger/jpda/models/ObjectFieldVariable.java  |       30 +-
 .../debugger/jpda/models/ObjectLocalVariable.java  |        6 +-
 .../debugger/jpda/models/ObjectTranslation.java    |        4 +
 .../debugger/jpda/models/ReturnVariableImpl.java   |       37 +-
 .../debugger/jpda/models/ShortenedStrings.java     |      318 +
 .../modules/debugger/jpda/models/ThreadsCache.java |       62 +-
 .../debugger/jpda/models/ThreadsTreeModel.java     |        5 +
 .../jpda/models/VariableMirrorTranslator.java      |      769 +
 .../modules/debugger/jpda/models/WatchesModel.java |       63 +-
 .../modules/debugger/jpda/resources/mf-layer.xml   |        1 +
 .../modules/debugger/jpda/util/AWTGrabHandler.java |      717 +
 .../modules/debugger/jpda/util/Bundle.properties   |       47 +
 .../modules/debugger/jpda/util/Operator.java       |     1061 +-
 .../netbeans/api/debugger/jpda/AsynchStepTest.java |        5 +
 .../api/debugger/jpda/BreakpointResumeTest.java    |       23 +-
 .../debugger/jpda/BreakpointsClassFilterTest.java  |      237 +
 .../debugger/jpda/BreakpointsDeactivationTest.java |      237 +
 .../netbeans/api/debugger/jpda/CallStackTest.java  |        5 +
 .../api/debugger/jpda/ClassBreakpointTest.java     |        6 +-
 .../api/debugger/jpda/ConcurrencyTest.java         |        5 +
 .../netbeans/api/debugger/jpda/EvaluationTest.java |        5 +
 .../netbeans/api/debugger/jpda/EvaluatorTest.java  |       39 +-
 .../api/debugger/jpda/ExceptionBreakpointTest.java |        5 +
 .../api/debugger/jpda/ExpressionStepTest.java      |       19 +-
 .../api/debugger/jpda/FieldBreakpointTest.java     |        5 +
 .../api/debugger/jpda/HeapWalkingTest.java         |        5 +
 .../api/debugger/jpda/JDICallException.java        |        5 +
 .../netbeans/api/debugger/jpda/JPDAStepTest.java   |        5 +
 .../netbeans/api/debugger/jpda/JPDASupport.java    |       78 +-
 .../api/debugger/jpda/JspLineBreakpointTest.java   |        5 +
 .../api/debugger/jpda/LineBreakpointTest.java      |        5 +
 .../api/debugger/jpda/LocalVariablesTest.java      |        5 +
 .../api/debugger/jpda/MethodBreakpointTest.java    |        5 +
 .../api/debugger/jpda/MethodInvocationTest.java    |      105 +
 .../api/debugger/jpda/MirrorValuesTest.java        |      316 +
 .../api/debugger/jpda/MonitorAndDeadlockTest.java  |        5 +
 .../org/netbeans/api/debugger/jpda/StepTest.java   |        5 +
 .../api/debugger/jpda/ThreadBreakpointTest.java    |       37 +-
 .../jpda/testapps/BreakpointsClassFilterApp.java   |       89 +
 .../jpda/testapps/BreakpointsClassFilterApp2.java  |       85 +
 .../api/debugger/jpda/testapps/EvaluatorApp.java   |      213 +-
 .../debugger/jpda/testapps/MirrorValuesApp.java    |      155 +
 .../jpda/testapps/privat/PackagePrivateClass.java  |      127 +
 .../jpda/breakpoints/ClassBasedBreakpointTest.java |       85 +
 defaults/manifest.mf                               |        2 +-
 .../modules/defaults/BlueTheme-CSS-fontsColors.xml |       14 +-
 .../defaults/BlueTheme-HTML-fontsColors.xml        |        2 +-
 .../modules/defaults/BlueTheme-JS-fontsColors.xml  |       51 +
 .../modules/defaults/BlueTheme-JSP-fontsColors.xml |        4 +-
 .../defaults/BlueTheme-Java-fontsColors.xml        |       46 +-
 .../modules/defaults/BlueTheme-PHP-fontsColors.xml |       51 +
 .../defaults/BlueTheme-XHTML-fontsColors.xml       |       50 +
 .../modules/defaults/BlueTheme-annotations.xml     |      100 +
 .../netbeans/modules/defaults/BlueTheme-editor.xml |        8 +-
 .../defaults/BlueTheme-fontsColorsDefaults.xml     |        2 +-
 .../defaults/CityLights-CSS-fontsColors.xml        |       11 -
 .../modules/defaults/CityLights-JS-fontsColors.xml |       51 +
 .../defaults/CityLights-Java-fontsColors.xml       |       14 +-
 .../defaults/CityLights-PHP-fontsColors.xml        |       51 +
 .../defaults/CityLights-XHTML-fontsColors.xml      |       50 +
 .../modules/defaults/CityLights-editor.xml         |        8 +-
 .../modules/defaults/Eclipse-keybindings.xml       |       54 +-
 .../modules/defaults/Emacs-keybindings.xml         |        4 +-
 .../modules/defaults/Idea-keybindings-mac.xml      |       99 +
 .../netbeans/modules/defaults/Idea-keybindings.xml |       23 +-
 .../modules/defaults/NetBeans55-JS-fontsColors.xml |       51 +
 .../defaults/NetBeans55-Java-fontsColors.xml       |        8 +
 .../defaults/NetBeans55-PHP-fontsColors.xml        |       51 +
 .../modules/defaults/NetBeans55-editor.xml         |        3 +
 .../modules/defaults/NetBeans55-keybindings.xml    |        4 +-
 .../defaults/NetBeansEarth-Java-fontsColors.xml    |        8 +
 .../modules/defaults/NetBeansEarth-editor.xml      |        3 +
 .../defaults/mf-layer-eclipse-keybinding.xml       |      273 +
 .../src/org/netbeans/modules/defaults/mf-layer.xml |      380 +-
 .../deviceanywhere/DeviceAnywhereUploadTask.java   |      248 -
 .../modules/deployment/deviceanywhere/antlib.xml   |       48 -
 .../deployment/deviceanywhere/messages.properties  |       54 -
 deployment.deviceanywhere/build.xml                |      118 -
 deployment.deviceanywhere/l10n.list                |        3 -
 .../deviceanywhere/service/ApplicationAPI.java     |      136 -
 .../service/ApplicationAPIDeviceWrapper.java       |      153 -
 .../ApplicationAPIGetLockedDevicesReturn.java      |      125 -
 .../service/ApplicationAPIService.java             |      123 -
 .../ApplicationAPIStartDownloadScriptReturn.java   |       96 -
 .../ApplicationAPIUploadApplicationReturn.java     |      115 -
 .../ArrayOfApplicationAPIDeviceWrapper.java        |      111 -
 .../deviceanywhere/service/Bundle.properties       |       44 -
 .../deviceanywhere/service/GetLockedDevices.java   |      136 -
 .../service/GetLockedDevicesResponse.java          |      108 -
 .../deviceanywhere/service/ObjectFactory.java      |      164 -
 .../deviceanywhere/service/ReturnCodes.java        |       62 -
 .../service/StartDownloadScript.java               |      174 -
 .../service/StartDownloadScriptResponse.java       |      108 -
 .../deviceanywhere/service/UploadApplication.java  |      216 -
 .../service/UploadApplicationResponse.java         |      108 -
 .../deviceanywhere/service/package-info.java       |       46 -
 deployment.deviceanywhere/manifest.mf              |        6 -
 .../nbproject/project.properties                   |       54 -
 deployment.deviceanywhere/nbproject/project.xml    |      197 -
 .../scripts/deploy-deviceanywhere-impl.xml         |       36 -
 .../deployment/deviceanywhere/Bundle.properties    |      109 -
 .../DeviceAnywhereCustomizerPanel.form             |      167 -
 .../DeviceAnywhereCustomizerPanel.java             |      401 -
 .../DeviceAnywhereDeploymentPlugin.java            |      156 -
 .../DeviceAnywhereGlobalCustomizerPanel.form       |      244 -
 .../DeviceAnywhereGlobalCustomizerPanel.java       |      351 -
 .../deployment/deviceanywhere/DeviceChooser.form   |       75 -
 .../deployment/deviceanywhere/DeviceChooser.java   |      267 -
 .../deployment/wm/WindowsMobileDeployTask.java     |      165 -
 .../org/netbeans/modules/deployment/wm/antlib.xml  |       48 -
 deployment.wm/build.xml                            |       82 -
 deployment.wm/manifest.mf                          |        6 -
 deployment.wm/nbproject/project.properties         |       50 -
 deployment.wm/nbproject/project.xml                |      136 -
 deployment.wm/scripts/deploy-wm-impl.xml           |       54 -
 .../modules/deployment/wm/Bundle.properties        |       63 -
 .../deployment/wm/RemoteFilesystemChooser.java     |      384 -
 .../wm/WindowsMobileCustomizerPanel.form           |       93 -
 .../wm/WindowsMobileCustomizerPanel.java           |      149 -
 .../wm/WindowsMobileDeploymentPlugin.java          |      100 -
 .../modules/deployment/wm/resources/cdcProject.png |      Bin 556 -> 0 bytes
 derby/manifest.mf                                  |        2 +-
 derby/nbproject/project.properties                 |        7 +
 derby/nbproject/project.xml                        |       32 +-
 .../org/netbeans/modules/derby/Bundle.properties   |        4 +
 .../modules/derby/ConnectDatabaseAction.java       |       24 +-
 .../netbeans/modules/derby/DerbyDatabaseNode.java  |       16 +-
 .../netbeans/modules/derby/DerbyDatabasesImpl.java |       53 +-
 .../org/netbeans/modules/derby/DerbyOptions.java   |      119 +-
 .../org/netbeans/modules/derby/ExecSupport.java    |       65 +-
 .../org/netbeans/modules/derby/RegisterDerby.java  |      100 +-
 .../netbeans/modules/derby/ui/Bundle.properties    |        6 +
 .../modules/derby/ui/CreateDatabasePanel.java      |       42 +-
 .../modules/derby/ui/SecurityManagerBugPanel.form  |      106 +
 .../modules/derby/ui/SecurityManagerBugPanel.java  |      168 +
 diff/arch.xml                                      |        2 +-
 diff/nbproject/org-netbeans-modules-diff.sig       |        2 +-
 diff/nbproject/project.properties                  |        4 +-
 diff/nbproject/project.xml                         |       55 +-
 diff/src/org/netbeans/api/diff/PatchUtils.java     |       57 +-
 .../org/netbeans/modules/diff/Bundle.properties    |        5 +
 diff/src/org/netbeans/modules/diff/DiffAction.java |        1 +
 .../netbeans/modules/diff/DiffModuleConfig.java    |      126 +-
 .../modules/diff/EditorBufferSelectorPanel.form    |        8 +-
 .../modules/diff/EditorBufferSelectorPanel.java    |       22 +-
 .../src/org/netbeans/modules/diff/PatchAction.java |       54 +-
 diff/src/org/netbeans/modules/diff/Utils.java      |       44 +
 .../modules/diff/builtin/ContextualPatch.java      |       78 +-
 .../modules/diff/builtin/DiffPresenter.form        |        8 +-
 .../modules/diff/builtin/DiffPresenter.java        |       13 +-
 .../modules/diff/builtin/SingleDiffPanel.form      |       16 +-
 .../modules/diff/builtin/SingleDiffPanel.java      |       57 +-
 .../modules/diff/builtin/provider/HuntDiff.java    |      131 +-
 .../builtin/visualizer/editable/Bundle.properties  |        2 +-
 .../visualizer/editable/DecoratedEditorPane.java   |        1 +
 .../visualizer/editable/DiffContentPanel.java      |       10 +
 .../visualizer/editable/DiffSplitPaneDivider.java  |       14 +-
 .../visualizer/editable/DiffViewManager.java       |      248 +-
 .../visualizer/editable/EditableDiffView.java      |      362 +-
 .../visualizer/editable/LineNumbersActionsBar.java |       11 +-
 diff/src/org/netbeans/modules/diff/mf-layer.xml    |       27 +-
 .../modules/diff/options/Bundle.properties         |       19 +-
 .../modules/diff/options/ColorComboBox.java        |      141 -
 .../diff/options/ColorComboBoxRenderer.java        |      160 -
 .../netbeans/modules/diff/options/ColorValue.java  |      102 -
 .../modules/diff/options/DiffColorsPanel.form      |       53 +-
 .../modules/diff/options/DiffColorsPanel.java      |      156 +-
 .../diff/options/DiffOptionsController.java        |       32 +-
 .../modules/diff/options/DiffOptionsPanel.form     |       42 +-
 .../modules/diff/options/DiffOptionsPanel.java     |      218 +-
 .../merge/builtin/visualizer/Bundle.properties     |       20 +-
 .../visualizer/GraphicalMergeVisualizer.java       |        7 +-
 .../merge/builtin/visualizer/MergeControl.java     |      104 +-
 .../builtin/visualizer/MergeDialogComponent.form   |        6 +-
 .../builtin/visualizer/MergeDialogComponent.java   |      288 +-
 .../merge/builtin/visualizer/MergePane.java        |        4 +-
 .../merge/builtin/visualizer/MergePanel.form       |       80 +-
 .../merge/builtin/visualizer/MergePanel.java       |      269 +-
 .../builtin/provider/BuiltInDiffProviderTest.java  |        6 +-
 .../diff/builtin/provider/DiffTestFile1d.txt       |       32 +-
 dlight.annotationsupport/build.xml                 |        5 -
 dlight.annotationsupport/manifest.mf               |        7 -
 .../nbproject/project.properties                   |        4 -
 dlight.annotationsupport/nbproject/project.xml     |      153 -
 .../AnnotatedSourceSupportImpl.java                |      382 -
 .../dlight/annotationsupport/AnnotationBar.java    |      555 -
 .../annotationsupport/AnnotationBarManager.java    |       48 -
 .../dlight/annotationsupport/AnnotationMark.java   |       50 -
 .../annotationsupport/AnnotationMarkInstaller.java |       28 -
 .../annotationsupport/AnnotationMarkProvider.java  |       30 -
 .../annotationsupport/AnnotationSupport.java       |      118 -
 .../dlight/annotationsupport/Bundle.properties     |        2 -
 .../annotationsupport/FileAnnotationInfo.java      |      276 -
 .../annotationsupport/LineAnnotationInfo.java      |      234 -
 .../ShowTextAnnotationsAction.java                 |      120 -
 .../ShowTextAnnotationsAction2.java                |      129 -
 .../annotationsupport/resources/Bundle.properties  |        8 -
 .../resources/ProfilerAnnotation.xml               |       54 -
 .../annotationsupport/resources/fontsColors.xml    |       51 -
 .../dlight/annotationsupport/resources/layer.xml   |       88 -
 dlight.collector.procfs/build.xml                  |        4 -
 dlight.collector.procfs/manifest.mf                |        5 -
 .../nbproject/project.properties                   |        5 -
 dlight.collector.procfs/nbproject/project.xml      |       77 -
 .../collector/procfs/ProcFSDCConfiguration.java    |       89 -
 .../dlight/collector/procfs/impl/Bundle.properties |       41 -
 .../procfs/impl/ProcFSDCConfigurationAccessor.java |       76 -
 .../collector/procfs/impl/ProcFSDataCollector.java |      445 -
 .../procfs/impl/ProcFSDataCollectorFactory.java    |       68 -
 .../procfs/impl/ProcFSDataCollectorValidator.java  |       76 -
 .../collector/procfs/resources/Bundle.properties   |        1 -
 dlight.collector.stdout/arch.xml                   |     1149 -
 dlight.collector.stdout/build.xml                  |        5 -
 dlight.collector.stdout/manifest.mf                |        6 -
 .../nbproject/project.properties                   |        6 -
 dlight.collector.stdout/nbproject/project.xml      |       96 -
 .../collector/stdout/CLIODCConfiguration.java      |      224 -
 .../dlight/collector/stdout/CLIOParser.java        |       59 -
 .../stdout/impl/CLIODCConfigurationAccessor.java   |      103 -
 .../collector/stdout/resources/Bundle.properties   |       41 -
 .../dlight/collector/stdout/spi/Bundle.properties  |       45 -
 .../collector/stdout/spi/CLIODataCollector.java    |      356 -
 .../stdout/spi/CLIODataCollectorFactory.java       |       75 -
 dlight.core.stack/build.xml                        |        5 -
 dlight.core.stack/manifest.mf                      |        7 -
 dlight.core.stack/nbproject/project.properties     |        4 -
 dlight.core.stack/nbproject/project.xml            |      131 -
 .../dlight/core/stack/api/Bundle.properties        |       42 -
 .../dlight/core/stack/api/CallStackEntry.java      |       93 -
 .../core/stack/api/CallStackEntryParser.java       |       62 -
 .../modules/dlight/core/stack/api/Function.java    |       77 -
 .../dlight/core/stack/api/FunctionCall.java        |       57 -
 .../core/stack/api/FunctionCallWithMetric.java     |      109 -
 .../dlight/core/stack/api/FunctionContext.java     |       53 -
 .../dlight/core/stack/api/FunctionMetric.java      |      169 -
 .../modules/dlight/core/stack/api/ThreadDump.java  |       56 -
 .../dlight/core/stack/api/ThreadDumpProvider.java  |       55 -
 .../dlight/core/stack/api/ThreadDumpQuery.java     |      112 -
 .../modules/dlight/core/stack/api/ThreadInfo.java  |       67 -
 .../dlight/core/stack/api/ThreadSnapshot.java      |       67 -
 .../dlight/core/stack/api/ThreadSnapshotQuery.java |      130 -
 .../modules/dlight/core/stack/api/ThreadState.java |      151 -
 .../stack/api/impl/DefaultStackParserImpl.java     |      195 -
 .../stack/api/impl/FunctionMetricAccessor.java     |       80 -
 .../api/support/FunctionDatatableDescription.java  |       77 -
 .../stack/api/support/FunctionMetricFormatter.java |      117 -
 .../stack/api/support/FunctionMetricsFactory.java  |       96 -
 .../core/stack/api/support/ThreadStateMapper.java  |       78 -
 .../core/stack/datacollector/Bundle.properties     |       44 -
 .../stack/datacollector/CpuSamplingSupport.java    |       82 -
 .../datacollector/ThreadsTrackingSupport.java      |       69 -
 .../dataprovider/FunctionCallTreeTableNode.java    |      108 -
 .../dataprovider/FunctionsListDataProvider.java    |       70 -
 .../core/stack/dataprovider/FunctionsListInfo.java |       62 -
 .../dataprovider/SourceFileInfoDataProvider.java   |       55 -
 .../core/stack/dataprovider/StackDataProvider.java |       65 -
 .../stack/dataprovider/ThresholdDataFilter.java    |       65 -
 .../impl/FunctionsListDataProviderImpl.java        |      156 -
 .../impl/FunctionsListDataProviderImplFactory.java |       79 -
 .../dataprovider/impl/StackDataProviderImpl.java   |      185 -
 .../impl/StackDataProviderImplFactory.java         |       44 -
 .../core/stack/model/support/StackSupport.java     |       25 -
 .../stack/model/support/StackSupportProvider.java  |       74 -
 .../support/impl/StackSupportStorageProvider.java  |       16 -
 .../dlight/core/stack/resources/Bundle.properties  |        1 -
 .../modules/dlight/core/stack/resources/calls.d    |      112 -
 .../dlight/core/stack/resources/down_20.png        |      Bin 343 -> 0 bytes
 .../core/stack/resources/global_function.png       |      Bin 719 -> 0 bytes
 .../modules/dlight/core/stack/resources/schema.sql |       61 -
 .../modules/dlight/core/stack/resources/up_8.png   |      Bin 297 -> 0 bytes
 .../core/stack/spi/AnnotatedSourceSupport.java     |       66 -
 .../core/stack/storage/FunctionContextStorage.java |       53 -
 .../core/stack/storage/StackDataStorage.java       |      108 -
 .../core/stack/storage/StackDataStorage2.java      |       56 -
 .../dlight/core/stack/storage/impl/DBProxy.java    |      281 -
 .../core/stack/storage/impl/FunctionCallImpl.java  |      122 -
 .../core/stack/storage/impl/FunctionImpl.java      |      152 -
 .../core/stack/storage/impl/MetricsCache.java      |      149 -
 .../stack/storage/impl/SQLStackDataStorage.java    |      909 -
 .../storage/impl/SQLStackDataStorageFactory.java   |       66 -
 .../storage/impl/SQLStackRequestsProvider.java     |      350 -
 .../core/stack/storage/impl/SnapshotImpl.java      |      108 -
 .../core/stack/storage/impl/ThreadDumpImpl.java    |       69 -
 .../modules/dlight/core/stack/ui/Bundle.properties |       45 -
 .../dlight/core/stack/ui/CallStackPanel.java       |       78 -
 .../dlight/core/stack/ui/CallStackTreeModel.java   |      208 -
 .../dlight/core/stack/ui/CallStackUISupport.java   |       55 -
 .../dlight/core/stack/ui/FunctionCallChildren.java |       76 -
 .../dlight/core/stack/ui/FunctionCallNode.java     |      176 -
 .../dlight/core/stack/ui/GoToSourceAction.java     |      165 -
 .../core/stack/ui/GoToSourceCallbackAction.java    |       51 -
 .../modules/dlight/core/stack/ui/LoadingNode.java  |       89 -
 .../dlight/core/stack/ui/MergedCallStackPanel.java |      222 -
 .../dlight/core/stack/ui/MergedStackRootNode.java  |       92 -
 .../core/stack/ui/MultipleCallStackPanel.java      |      270 -
 .../stack/ui/MultipleCallStackRootChildren.java    |       75 -
 .../core/stack/ui/MultipleCallStackRootNode.java   |      127 -
 .../stack/ui/PlainListFunctionCallChildren.java    |       87 -
 .../core/stack/ui/PlainListFunctionCallNode.java   |      228 -
 .../dlight/core/stack/ui/StackRenderer.java        |      158 -
 .../dlight/core/stack/ui/StackRootNode.java        |      105 -
 .../dlight/core/stack/utils/FunctionNameUtils.java |      271 -
 .../stack/api/impl/DefaultStackParserImplTest.java |      208 -
 .../stack/storage/CommonStackDataStorageTests.java |      329 -
 dlight.core.ui/build.xml                           |        5 -
 dlight.core.ui/manifest.mf                         |        7 -
 dlight.core.ui/nbproject/project.properties        |        4 -
 dlight.core.ui/nbproject/project.xml               |       94 -
 .../dlight/core/ui/actions/Bundle.properties       |        3 -
 .../core/ui/actions/DLightRunExecutableAction.java |      154 -
 .../core/ui/actions/DLightShowToolsAction.java     |       57 -
 .../dlight/core/ui/components/Bundle.properties    |       54 -
 .../ui/components/DLightIndicatorDelegator.java    |       75 -
 .../DLightIndicatorTopComponentRegsitry.java       |      181 -
 .../components/DLightIndicatorsTopComponent.java   |      467 -
 .../ui/components/DLightSessionsTopComponent.form  |       18 -
 .../ui/components/DLightSessionsTopComponent.java  |      208 -
 .../ui/components/DLightSessionsViewPanel.java     |      503 -
 .../ui/components/DLightTargetSelectionDialog.java |      341 -
 .../DLightTargetSelectionDialogLayout.java         |       96 -
 .../ui/components/DLightToolsTopComponent.form     |       34 -
 .../ui/components/DLightToolsTopComponent.java     |      158 -
 .../components/SelectExecutableTargetDialog.java   |      139 -
 .../ui/components/SelectJavaApplicationDialog.java |      267 -
 .../dlight/core/ui/resources/Bundle.properties     |        2 -
 .../DLightIndicatorsTopComponentSettings.xml       |       12 -
 .../DLightIndicatorsTopComponentWstcref.xml        |       11 -
 .../DLightSessionsTopComponentSettings.xml         |       12 -
 .../DLightSessionsTopComponentWstcref.xml          |       11 -
 .../resources/DLightToolsTopComponentSettings.xml  |       12 -
 .../resources/DLightToolsTopComponentWstcref.xml   |       11 -
 .../core/ui/resources/dlight_sessions_small.png    |      Bin 838 -> 0 bytes
 .../dlight/core/ui/resources/indicators_small.png  |      Bin 838 -> 0 bytes
 .../modules/dlight/core/ui/resources/layer.xml     |      110 -
 .../dlight/core/ui/resources/runProject.png        |      Bin 479 -> 0 bytes
 .../dlight/core/ui/resources/runProject24.png      |      Bin 631 -> 0 bytes
 dlight.cpu/build.xml                               |        5 -
 dlight.cpu/manifest.mf                             |        7 -
 dlight.cpu/nbproject/project.properties            |        5 -
 dlight.cpu/nbproject/project.xml                   |      100 -
 .../netbeans/modules/dlight/cpu/Bundle.properties  |       77 -
 .../cpu/DLightCPUToolConfigurationProvider.java    |      309 -
 .../modules/dlight/cpu/resources/Bundle.properties |        1 -
 .../netbeans/modules/dlight/cpu/resources/cpu.png  |      Bin 517 -> 0 bytes
 .../modules/dlight/cpu/resources/layer.xml         |       11 -
 dlight.db.h2/build.xml                             |        5 -
 dlight.db.h2/manifest.mf                           |        6 -
 dlight.db.h2/nbproject/project.properties          |        6 -
 dlight.db.h2/nbproject/project.xml                 |      107 -
 .../modules/dlight/db/h2/H2DataStorage.java        |      338 -
 .../modules/dlight/db/h2/H2DataStorageFactory.java |      209 -
 .../org/netbeans/modules/dlight/db/h2/RcFile.java  |      221 -
 .../dlight/db/h2/resources/Bundle.properties       |        1 -
 .../dlight/db/h2/H2DataStoragePerformanceTest.java |       64 -
 .../modules/dlight/db/h2/H2StackStorageTest.java   |       74 -
 dlight.dtrace/arch.xml                             |     1154 -
 dlight.dtrace/build.xml                            |        5 -
 dlight.dtrace/external/binaries-list               |        1 -
 dlight.dtrace/external/dtracectrl-0.1-license.txt  |       13 -
 dlight.dtrace/manifest.mf                          |        6 -
 dlight.dtrace/nbproject/project.properties         |       10 -
 dlight.dtrace/nbproject/project.xml                |      156 -
 .../dlight/dtrace/collector/DTDCConfiguration.java |      280 -
 .../dlight/dtrace/collector/DTraceEventData.java   |       82 -
 .../dtrace/collector/DTraceOutputParser.java       |       64 -
 .../collector/impl/DTDCConfigurationAccessor.java  |      102 -
 .../collector/impl/DTDCConfigurationFactory.java   |       87 -
 .../dtrace/collector/support/Bundle.properties     |       49 -
 .../collector/support/DataAndStacksParser.java     |      167 -
 .../dtrace/collector/support/DataOnlyParser.java   |      111 -
 .../collector/support/DefaultOutputProcessor.java  |      145 -
 .../support/DemultiplexingOutputProcessor.java     |      110 -
 .../collector/support/DtraceDataCollector.java     |      752 -
 .../support/DtraceDataCollectorFactory.java        |       92 -
 .../dtrace/collector/support/LineParser.java       |      176 -
 .../dtrace/collector/support/OutputProcessor.java  |       54 -
 .../dlight/dtrace/collector/support/Tracer.java    |       88 -
 .../dlight/dtrace/resources/Bundle.properties      |       41 -
 .../modules/dlight/dtrace/resources/bootstrap.d    |       26 -
 .../modules/dlight/dtrace/util/DTraceSupport.java  |       67 -
 .../support/DtraceParserPerformanceTest.java       |       86 -
 .../support/DtraceParserTest/testMemD.pass         |       28 -
 .../support/DtraceParserTest/testStrings.pass      |       17 -
 .../support/DtraceParserTest/testTwoColumns.pass   |       20 -
 .../support/DtraceParserTest/testMemD.txt          |       41 -
 .../support/DtraceParserTest/testStrings.txt       |        8 -
 .../support/DtraceParserTest/testTwoColumns.txt    |       10 -
 .../dtrace/collector/support/DtraceParserTest.java |      167 -
 dlight.extras/build.xml                            |        5 -
 dlight.extras/manifest.mf                          |        6 -
 dlight.extras/nbproject/project.properties         |        4 -
 dlight.extras/nbproject/project.xml                |       96 -
 .../modules/dlight/extras/api/AxisMark.java        |       98 -
 .../dlight/extras/api/AxisMarksProvider.java       |       60 -
 .../modules/dlight/extras/api/ViewportAware.java   |       54 -
 .../modules/dlight/extras/api/ViewportModel.java   |      110 -
 .../dlight/extras/api/ViewportModelState.java      |       67 -
 .../support/AbstractCachingAxisMarksProvider.java  |       76 -
 .../dlight/extras/api/support/Bundle.properties    |       47 -
 .../dlight/extras/api/support/CollectorRunner.java |      214 -
 .../extras/api/support/DefaultViewportModel.java   |      145 -
 .../extras/api/support/IndicatorsContainer.java    |      274 -
 .../extras/api/support/TimeMarksProvider.java      |      107 -
 .../extras/api/support/ValueMarksProvider.java     |      101 -
 .../dlight/extras/api/support/ViewportBar.java     |      457 -
 .../api/support/dragging/AbstractDraggable.java    |      104 -
 .../extras/api/support/dragging/Draggable.java     |       73 -
 .../api/support/dragging/DraggingSupport.java      |      120 -
 .../dlight/extras/resources/Bundle.properties      |        1 -
 .../dlight/extras/resources/filter_handle.png      |      Bin 221 -> 0 bytes
 .../dlight/extras/resources/viewport_handle.png    |      Bin 262 -> 0 bytes
 .../api/support/DefaultViewportModelTest.java      |      137 -
 .../extras/api/support/TimeMarksProviderTest.java  |      182 -
 dlight.fops/build.xml                              |        4 -
 dlight.fops/manifest.mf                            |        7 -
 dlight.fops/nbproject/project.properties           |        5 -
 dlight.fops/nbproject/project.xml                  |       84 -
 .../netbeans/modules/dlight/fops/Bundle.properties |       64 -
 .../dlight/fops/FopsToolConfigurationProvider.java |      227 -
 .../dlight/fops/resources/Bundle.properties        |        1 -
 .../netbeans/modules/dlight/fops/resources/err.png |      Bin 468 -> 0 bytes
 .../netbeans/modules/dlight/fops/resources/fops.d  |      124 -
 .../modules/dlight/fops/resources/i_o_usage_16.png |      Bin 708 -> 0 bytes
 .../modules/dlight/fops/resources/layer.xml        |       11 -
 .../netbeans/modules/dlight/fops/resources/ok.png  |      Bin 600 -> 0 bytes
 .../modules/dlight/fops/resources/warn.png         |      Bin 437 -> 0 bytes
 dlight.indicators/arch.xml                         |     1076 -
 dlight.indicators/build.xml                        |        5 -
 dlight.indicators/manifest.mf                      |        6 -
 dlight.indicators/nbproject/project.properties     |        5 -
 dlight.indicators/nbproject/project.xml            |      137 -
 .../modules/dlight/indicators/Aggregation.java     |       76 -
 .../indicators/BarIndicatorConfiguration.java      |       62 -
 .../indicators/ClockIndicatorConfiguration.java    |       62 -
 .../dlight/indicators/DataRowToTimeSeries.java     |       71 -
 .../dlight/indicators/DetailDescriptor.java        |       70 -
 .../dlight/indicators/TimeSeriesDescriptor.java    |      127 -
 .../TimeSeriesIndicatorConfiguration.java          |      219 -
 .../dlight/indicators/graph/Bundle.properties      |        4 -
 .../dlight/indicators/graph/CyclicArray.java       |      215 -
 .../dlight/indicators/graph/GraphPainter.java      |      351 -
 .../dlight/indicators/graph/GraphPanel.java        |      303 -
 .../modules/dlight/indicators/graph/Legend.java    |      250 -
 .../dlight/indicators/graph/RepairPanel.java       |      168 -
 .../indicators/graph/TimeSeriesDataContainer.java  |      234 -
 .../TimeSeriesIndicatorConfigurationAccessor.java  |      108 -
 .../dlight/indicators/graph/TimeSeriesPlot.java    |      260 -
 .../dlight/indicators/impl/BarIndicator.java       |      175 -
 .../indicators/impl/BarIndicatorFactory.java       |       64 -
 .../dlight/indicators/impl/ClockIndicator.java     |      116 -
 .../indicators/impl/ClockIndicatorFactory.java     |       64 -
 .../indicators/impl/DetailsDescriptorFactory.java  |       58 -
 .../indicators/impl/IndicatorConfigurationIDs.java |       52 -
 .../impl/TimeSeriesDescriptorAccessor.java         |       90 -
 .../impl/TimeSeriesDescriptorFactory.java          |      118 -
 .../indicators/impl/TimeSeriesIndicator.java       |      504 -
 .../TimeSeriesIndicatorConfigurationFactory.java   |      173 -
 .../impl/TimeSeriesIndicatorFactory.java           |       65 -
 .../dlight/indicators/resources/Bundle.properties  |        1 -
 .../support/DefaultDataRowToTimeSeries.java        |       96 -
 dlight.indicators/test/manual/build.xml            |       74 -
 .../test/manual/nbproject/build-impl.xml           |      642 -
 .../test/manual/nbproject/genfiles.properties      |        8 -
 .../test/manual/nbproject/project.properties       |       67 -
 .../test/manual/nbproject/project.xml              |       17 -
 .../src/org/netbeans/dlight/graph/TestGraph.java   |      239 -
 .../test/unit/src/META-INF/MANIFEST.MF             |        3 -
 .../dlight/indicators/graph/CyclicArrayTest.java   |      172 -
 .../graph/TimeSeriesDataContainerTest.java         |      105 -
 .../impl/TimeSeriesIndicatorConfigurationTest.java |      103 -
 .../indicators/impl/TimeSeriesIndicatorTest.java   |      129 -
 .../modules/dlight/indicators/test-layer.xml       |      231 -
 dlight.kit/nbproject/project.properties            |        2 +-
 dlight.kit/nbproject/project.xml                   |      172 +-
 dlight.kit/release/VERSION.txt                     |        2 +-
 .../netbeans/modules/dlight/kit/Bundle.properties  |        2 +-
 dlight.libs.common/manifest.mf                     |        1 +
 dlight.libs.common/nbproject/project.properties    |        4 +-
 dlight.libs.common/nbproject/project.xml           |       25 +-
 .../dlight/libs/common/DLightLibsCommonLogger.java |       35 +-
 .../modules/dlight/libs/common/FileStatistics.java |      312 +
 .../libs/common/InvalidFileObjectSupport.java      |        5 +-
 .../modules/dlight/libs/common/PathUtilities.java  |       22 +-
 .../dlight/libs/common/PerformanceLogger.java      |      452 +
 .../dlight/libs/common/StackElementArray.java      |      135 +
 .../dlight/libs/common/resources/Bundle.properties |        3 +-
 .../dlight/InvalidFileObjectSupportTest.java       |       16 +
 .../dlight/libs/common/PathUtilitiesTest.java      |       67 +
 dlight.libs.h2/build.xml                           |        5 -
 dlight.libs.h2/external/binaries-list              |        1 -
 dlight.libs.h2/external/h2-1.0.79-license.txt      |      419 -
 dlight.libs.h2/manifest.mf                         |        6 -
 dlight.libs.h2/nbproject/project.properties        |        6 -
 dlight.libs.h2/nbproject/project.xml               |       17 -
 .../modules/dlight/libs/h2/Bundle.properties       |        1 -
 dlight.management/build.xml                        |        5 -
 dlight.management/manifest.mf                      |        7 -
 dlight.management/nbproject/project.properties     |        4 -
 dlight.management/nbproject/project.xml            |      144 -
 .../management/actions/StopDLightAction.java       |      131 -
 .../dlight/management/api/Bundle.properties        |       49 -
 .../dlight/management/api/DLightManager.java       |      912 -
 .../dlight/management/api/DLightSession.java       |     1053 -
 .../management/api/DLightSessionIOProvider.java    |       54 -
 .../management/api/DLightSessionListener.java      |       52 -
 .../dlight/management/api/DLightSessionRcFile.java |      223 -
 .../api/DLightSessionServiceInfoStorage.java       |      310 -
 .../DLightSessionServiceInfoStorageFactory.java    |      133 -
 .../dlight/management/api/DLightSessionsGroup.java |       50 -
 .../dlight/management/api/ExecutionContext.java    |      360 -
 .../management/api/ExecutionContextEvent.java      |       77 -
 .../management/api/ExecutionContextListener.java   |       51 -
 .../management/api/SessionStateListener.java       |       58 -
 .../management/api/SharedSessionStateListener.java |       58 -
 .../management/api/SharedStorageDLightSession.java |      153 -
 .../management/api/impl/DLightSessionAccessor.java |       81 -
 .../management/api/impl/DLightSessionsStorage.java |       71 -
 .../management/api/impl/DataFiltersManager.java    |       89 -
 .../management/api/impl/DataProvidersManager.java  |      150 -
 .../management/api/impl/DataStorageManager.java    |      522 -
 .../api/impl/SessionDataFiltersSupport.java        |      159 -
 .../management/api/impl/VisualizerProvider.java    |       85 -
 .../dlight/management/remote/spi/PathMapper.java   |       63 -
 .../management/remote/spi/PathMapperProvider.java  |       59 -
 .../dlight/management/resources/Bundle.properties  |        1 -
 .../modules/dlight/management/resources/gimzo.png  |      Bin 379 -> 0 bytes
 .../dlight/management/resources/gimzo24.png        |      Bin 947 -> 0 bytes
 .../modules/dlight/management/resources/layer.xml  |       14 -
 .../modules/dlight/management/resources/stop.png   |      Bin 879 -> 0 bytes
 .../modules/dlight/management/resources/stop24.png |      Bin 1278 -> 0 bytes
 .../ui/spi/DetailsViewEmptyContentProvider.java    |       56 -
 .../ui/spi/EmptyVisualizerContainerProvider.java   |       55 -
 .../ui/spi/IndicatorComponentDelegator.java        |       54 -
 .../ui/spi/IndicatorsComponentProvider.java        |       74 -
 .../management/ui/spi/impl/Bundle.properties       |       46 -
 .../impl/DetailsViewEmptyContentProviderImpl.java  |       63 -
 .../ui/spi/impl/EmptyDetailsViewPanel.java         |      315 -
 dlight.memory/build.xml                            |        5 -
 dlight.memory/manifest.mf                          |        7 -
 dlight.memory/nbproject/project.properties         |        6 -
 dlight.memory/nbproject/project.xml                |      116 -
 .../modules/dlight/memory/Bundle.properties        |       28 -
 .../memory/MemoryToolConfigurationProvider.java    |      314 -
 .../dlight/memory/resources/Bundle.properties      |        1 -
 .../modules/dlight/memory/resources/layer.xml      |       11 -
 .../netbeans/modules/dlight/memory/resources/mem.d |      165 -
 dlight.msa.support/build.xml                       |        4 -
 dlight.msa.support/manifest.mf                     |        5 -
 dlight.msa.support/nbproject/project.properties    |        5 -
 dlight.msa.support/nbproject/project.xml           |       22 -
 .../modules/dlight/msa/resources/Bundle.properties |        1 -
 .../modules/dlight/msa/support/MSASQLTables.java   |      108 -
 dlight.msa/build.xml                               |        5 -
 dlight.msa/manifest.mf                             |        7 -
 dlight.msa/nbproject/project.properties            |        4 -
 dlight.msa/nbproject/project.xml                   |       98 -
 .../netbeans/modules/dlight/msa/Bundle.properties  |       53 -
 .../msa/ThreadMapToolConfigurationProvider.java    |      187 -
 .../modules/dlight/msa/resources/Bundle.properties |        1 -
 .../modules/dlight/msa/resources/layer.xml         |       11 -
 .../netbeans/modules/dlight/msa/resources/msa.d    |       83 -
 .../dlight/msa/resources/thread_microstates_16.png |      Bin 717 -> 0 bytes
 dlight.nativeexecution/build.xml                   |        2 +-
 dlight.nativeexecution/external/binaries-list      |        2 +
 .../external/exechlp-1.0-license.txt               |       19 +
 .../nbproject/project.properties                   |       97 +-
 dlight.nativeexecution/nbproject/project.xml       |       78 +-
 .../release/bin/nativeexecution/dorun.sh           |        2 +
 .../release/bin/nativeexecution/hostinfo.sh        |        6 +
 .../nativeexecution/AbstractNativeProcess.java     |      230 +-
 .../modules/nativeexecution/Bundle.properties      |        1 +
 .../nativeexecution/ConnectionManagerAccessor.java |       10 +-
 .../nativeexecution/ExProcessInfoProvider.java     |       50 +
 .../ExecutionEnvironmentFactoryServiceImpl.java    |      108 +-
 .../nativeexecution/ExecutionEnvironmentImpl.java  |      113 +-
 .../modules/nativeexecution/JschSupport.java       |       67 +-
 .../nativeexecution/LocalNativeProcess.java        |        7 +-
 .../modules/nativeexecution/NativeProcessInfo.java |      122 +-
 .../nativeexecution/NbLocalNativeProcess.java      |       86 +
 .../modules/nativeexecution/NbNativeProcess.java   |      277 +
 .../nativeexecution/NbRemoteNativeProcess.java     |      109 +
 .../nativeexecution/ProcessStatusAccessor.java     |       77 +
 .../modules/nativeexecution/PtyNativeProcess.java  |       99 +-
 .../nativeexecution/RemoteNativeProcess.java       |       49 +-
 .../TerminalLocalNativeProcess.java                |       39 +-
 .../api/ExecutionEnvironmentFactory.java           |       36 +-
 .../modules/nativeexecution/api/HostInfo.java      |       26 +
 .../modules/nativeexecution/api/NativeProcess.java |       15 +
 .../nativeexecution/api/NativeProcessBuilder.java  |      144 +-
 .../nativeexecution/api/ProcessStatusEx.java       |      153 +
 .../api/execution/Bundle.properties                |       13 +-
 .../api/execution/IOTabsController.java            |      317 +
 .../api/execution/NativeExecutionDescriptor.java   |        8 +-
 .../api/execution/NativeExecutionService.java      |      311 +-
 .../api/execution/PostMessageDisplayer.java        |      180 +-
 .../api/execution/PostMessageDisplayer2.java       |       55 +
 .../nativeexecution/api/pty/PtySupport.java        |       28 +-
 .../nativeexecution/api/util/Bundle.properties     |       26 +-
 .../api/util/CommonTasksSupport.java               |      113 +-
 .../api/util/ConnectionManager.java                |      416 +-
 .../nativeexecution/api/util/ExternalTerminal.java |       27 +-
 .../nativeexecution/api/util/FileInfoProvider.java |      280 +-
 .../api/util/HelperLibraryUtility.java             |       50 +
 .../nativeexecution/api/util/HelperUtility.java    |      198 +-
 .../nativeexecution/api/util/HostInfoCache.java    |      159 +
 .../nativeexecution/api/util/HostInfoUtils.java    |       76 +-
 .../nativeexecution/api/util/LinkSupport.java      |        9 +-
 .../api/util/MacroExpanderFactory.java             |       69 +-
 .../modules/nativeexecution/api/util/MacroMap.java |      121 +-
 .../nativeexecution/api/util/Md5checker.java       |       36 +-
 .../nativeexecution/api/util/PasswordManager.java  |       52 +-
 .../nativeexecution/api/util/PathUtils.java        |       58 +-
 .../nativeexecution/api/util/ProcessUtils.java     |       64 +-
 .../api/util/RemoteMeasurements.java               |      334 +
 .../nativeexecution/api/util/RemoteStatistics.java |      343 +
 .../nativeexecution/api/util/SftpSupport.java      |      651 +-
 .../api/util/ShellScriptRunner.java                |       28 +-
 .../api/util/ShellValidationSupport.java           |       24 +-
 .../modules/nativeexecution/api/util/Signal.java   |       25 +-
 .../modules/nativeexecution/api/util/Stat.java     |       28 +-
 .../nativeexecution/api/util/UnbufferSupport.java  |       42 +-
 .../api/util/WindowsRegistryIterator.java          |      241 +
 .../nativeexecution/api/util/WindowsSupport.java   |      132 +-
 .../modules/nativeexecution/jsch/Bundle.properties |       41 +
 .../jsch/ConnectingProgressHandle.java             |      120 +
 .../nativeexecution/jsch/JSchChannelsSupport.java  |      258 +-
 .../nativeexecution/jsch/JSchConnectionTask.java   |       74 +-
 .../jsch/MeasurableSocketFactory.java              |      221 +
 .../nativeexecution/jsch/PortForwarding.java       |      134 +
 .../modules/nativeexecution/pty/IOConnector.java   |       40 +-
 .../nativeexecution/pty/NbStartUtility.java        |      134 +
 .../modules/nativeexecution/pty/PtyAllocator.java  |       71 +-
 .../modules/nativeexecution/pty/SttySupport.java   |       34 +-
 .../resources/terminalsupport/kde-konsole-2.x.xml  |        2 +
 .../resources/terminalsupport/win-cmd.xml          |        1 +
 .../nativeexecution/signals/SignalSupport.java     |      143 +
 .../signals/SignalSupportImplementation.java       |       57 +
 .../signals/impl/NbKillAllSignalSupport.java       |      175 +
 .../signals/impl/SignalSupportImpl.java            |      120 +
 .../spi/HostPropertiesPanelProvider.java           |       58 +
 .../nativeexecution/spi/support/JSchAccess.java    |       64 +
 .../nativeexecution/spi/support/JSchAccessor.java  |       57 +
 .../nativeexecution/sps/impl/SPSRemoteImpl.java    |        2 +-
 .../nativeexecution/support/Bundle.properties      |       13 +
 .../support/HostConfigurationPanel.java            |      148 +
 .../support/HostPropertiesPanelProviderImpl.java   |       65 +
 .../support/InstalledFileLocatorProvider.java      |       34 +-
 .../modules/nativeexecution/support/MiscUtils.java |       89 +
 .../nativeexecution/support/RemoteUserInfo.java    |      123 +-
 .../nativeexecution/support/ShellSession.java      |      259 +-
 .../nativeexecution/support/SignalSupport.java     |      178 -
 .../modules/nativeexecution/support}/error.png     |      Bin
 .../support/hostinfo/FetchHostInfoTask.java        |        6 +-
 .../support/hostinfo/HostInfoProvider.java         |        4 +-
 .../support/hostinfo/impl/HostInfoFactory.java     |       30 +-
 .../hostinfo/impl/UnixHostInfoProvider.java        |      154 +-
 .../hostinfo/impl/WindowsHostInfoProvider.java     |       68 +-
 .../support/ui/AuthenticationSettingsPanel.java    |        8 +-
 .../support/ui/CertPassphraseDlg.form              |        2 +-
 .../support/ui/CertPassphraseDlg.java              |       10 +-
 .../nativeexecution/support/ui/PasswordDlg.java    |        8 +-
 .../support/ui/PromptPasswordDialog.java           |       59 +
 .../support/ui/SSHKeyFileCompletionProvider.java   |        5 +
 .../ui/api/FileNamesCompletionProvider.java        |       17 +-
 .../support/windows/SimpleConverter.java           |       16 +-
 .../nativeexecution/ConcurrentTasksSupport.java    |       18 +-
 .../modules/nativeexecution/CopyTaskTest.java      |        9 +-
 .../modules/nativeexecution/EnvironmentTest.java   |        2 +-
 .../modules/nativeexecution/NativeProcessTest.java |      122 +-
 .../modules/nativeexecution/NbStartLocalTest.java  |      246 +
 .../modules/nativeexecution/RedirectErrorTest.java |      155 +
 .../api/NativeProcessBuilderTest.java              |      111 +-
 .../api/util/ConnectionManagerTest.java            |        4 +
 .../api/util/FileInfoProviderTest.java             |        2 +-
 .../api/util/HostInfoUtilsTest.java                |       89 +-
 .../nativeexecution/api/util/ParallelSftpTest.java |        2 +
 .../api/util/SlowHostInfoProvider.java             |        5 +-
 .../api/util/WindowsSupportTest.java               |       10 +-
 .../nativeexecution/support/MacroHashMapTest.java  |       12 +-
 .../nativeexecution/support/ShellSessionTest.java  |      111 +
 .../test/NativeExecutionBaseTestCase.java          |      315 +-
 .../test/NativeExecutionBaseTestSuite.java         |        6 +-
 .../test/NativeExecutionTestSupport.java           |      131 +-
 .../test/NbClustersInfoProvider.java               |      121 +
 .../modules/nativeexecution/test/RcFile.java       |       25 +-
 dlight.nativeexecution/tools/Makefile              |        6 +-
 dlight.nativeexecution/tools/PtySupport/Makefile   |      109 -
 .../tools/PtySupport/copy_to_release.sh            |       23 -
 .../PtySupport/nbproject/Makefile-Linux_x64.mk     |      101 -
 .../PtySupport/nbproject/Makefile-Linux_x86.mk     |      101 -
 .../PtySupport/nbproject/Makefile-MacOS_x64.mk     |      101 -
 .../PtySupport/nbproject/Makefile-MacOS_x86.mk     |      101 -
 .../PtySupport/nbproject/Makefile-Solaris_sparc.mk |      101 -
 .../nbproject/Makefile-Solaris_sparc64.mk          |      101 -
 .../PtySupport/nbproject/Makefile-Solaris_x64.mk   |      101 -
 .../PtySupport/nbproject/Makefile-Solaris_x86.mk   |      101 -
 .../PtySupport/nbproject/Makefile-Windows_x86.mk   |      102 -
 .../tools/PtySupport/nbproject/Makefile-impl.mk    |      133 -
 .../PtySupport/nbproject/Makefile-variables.mk     |       92 -
 .../PtySupport/nbproject/Package-Linux_x64.bash    |       75 -
 .../PtySupport/nbproject/Package-Linux_x86.bash    |       75 -
 .../PtySupport/nbproject/Package-MacOS_x64.bash    |       75 -
 .../PtySupport/nbproject/Package-MacOS_x86.bash    |       75 -
 .../nbproject/Package-Solaris_sparc.bash           |       75 -
 .../nbproject/Package-Solaris_sparc64.bash         |       75 -
 .../PtySupport/nbproject/Package-Solaris_x64.bash  |       75 -
 .../PtySupport/nbproject/Package-Solaris_x86.bash  |       75 -
 .../PtySupport/nbproject/Package-Windows_x86.bash  |       75 -
 .../tools/PtySupport/nbproject/configurations.xml  |      239 -
 .../tools/PtySupport/nbproject/project.xml         |       54 -
 .../tools/PtySupport/src/error.c                   |       42 -
 .../tools/PtySupport/src/error.h                   |       33 -
 dlight.nativeexecution/tools/PtySupport/src/loop.c |      171 -
 dlight.nativeexecution/tools/PtySupport/src/pty.c  |      190 -
 .../tools/PtySupport/src/pty_fork.c                |      181 -
 .../tools/PtySupport/src/pty_fork.h                |       30 -
 dlight.nativeexecution/tools/build-pty-support.sh  |       75 +
 dlight.nativeexecution/tools/killall/Makefile      |      106 +
 .../tools/killall/make/Makefile.gmake              |       12 +
 .../tools/killall/make/Makefile.make               |       14 +
 dlight.nativeexecution/tools/killall/make/line     |        7 +
 dlight.nativeexecution/tools/killall/src/error.c   |       55 +
 dlight.nativeexecution/tools/killall/src/error.h   |       33 +
 dlight.nativeexecution/tools/killall/src/killall.c |      249 +
 dlight.nativeexecution/tools/killall/src/killall.h |       24 +
 .../tools/killall/src/linux/pfind.c                |       76 +
 .../tools/killall/src/macosx/pfind.c               |       49 +
 dlight.nativeexecution/tools/killall/src/options.c |       67 +
 dlight.nativeexecution/tools/killall/src/options.h |       47 +
 dlight.nativeexecution/tools/killall/src/pfind.h   |       22 +
 .../tools/killall/src/solaris/pfind.c              |      148 +
 .../tools/nbproject/configurations.xml             |      112 +
 dlight.nativeexecution/tools/nbproject/project.xml |       26 +
 dlight.nativeexecution/tools/privp.c               |        2 -
 dlight.nativeexecution/tools/pty/Makefile          |       84 +
 .../tools/pty/make/Makefile.gmake                  |       12 +
 .../tools/pty/make/Makefile.make                   |       12 +
 dlight.nativeexecution/tools/pty/make/line         |        7 +
 dlight.nativeexecution/tools/pty/src/env.c         |      132 +
 dlight.nativeexecution/tools/pty/src/env.h         |       23 +
 dlight.nativeexecution/tools/pty/src/error.c       |       64 +
 dlight.nativeexecution/tools/pty/src/error.h       |       34 +
 dlight.nativeexecution/tools/pty/src/loop.c        |      153 +
 .../tools/{PtySupport => pty}/src/loop.h           |        0
 dlight.nativeexecution/tools/pty/src/options.c     |       98 +
 dlight.nativeexecution/tools/pty/src/options.h     |       45 +
 dlight.nativeexecution/tools/pty/src/pty.c         |      432 +
 dlight.nativeexecution/tools/pty/src/pty.h         |       37 +
 dlight.nativeexecution/tools/pty/src/pty_fork.c    |      231 +
 dlight.nativeexecution/tools/pty/src/pty_fork.h    |       28 +
 dlight.nativeexecution/tools/pty/src/util.c        |       21 +
 dlight.nativeexecution/tools/pty/src/util.h        |       29 +
 dlight.nativeexecution/tools/pty_open.c            |       67 +-
 dlight.nativeexecution/tools/unbuffer/Makefile     |       89 +
 .../tools/unbuffer/make/Makefile.gmake             |       12 +
 .../tools/unbuffer/make/Makefile.make              |       12 +
 dlight.nativeexecution/tools/unbuffer/make/line    |        7 +
 .../tools/unbuffer/src/unbuffer.c                  |        6 +
 dlight.perfan/arch.xml                             |     1132 -
 dlight.perfan/build.xml                            |        5 -
 dlight.perfan/manifest.mf                          |        6 -
 dlight.perfan/nbproject/project.properties         |        6 -
 dlight.perfan/nbproject/project.xml                |      135 -
 .../modules/dlight/perfan/Bundle.properties        |       48 -
 .../dlight/perfan/SunStudioDCConfiguration.java    |      259 -
 .../dlight/perfan/dataprovider/Bundle.properties   |       54 -
 .../dataprovider/FunctionCallComparator.java       |       50 -
 .../NaturalFunctionCallComparator.java             |       82 -
 .../dlight/perfan/dataprovider/SSMetrics.java      |      103 -
 .../perfan/dataprovider/SSStackDataProvider.java   |      779 -
 .../dataprovider/SSStackDataProviderFactory.java   |       80 -
 .../perfan/dataprovider/SunStudioDataProvider.java |      146 -
 .../dataprovider/SunStudioDataProviderFactory.java |       93 -
 .../impl/SunStudioDCConfigurationAccessor.java     |       89 -
 .../lineinfo/impl/SSSourceFileInfoSupport.java     |      168 -
 .../dlight/perfan/resources/Bundle.properties      |        1 -
 .../modules/dlight/perfan/spi/Bundle.properties    |       44 -
 .../dlight/perfan/spi/MonitorsUpdateService.java   |      318 -
 .../dlight/perfan/spi/SunStudioDataCollector.java  |      683 -
 .../perfan/spi/SunStudioDataCollectorFactory.java  |       98 -
 .../dlight/perfan/spi/SunStudioIDsProvider.java    |       51 -
 .../spi/datafilter/CollectedObjectsFilter.java     |       83 -
 .../spi/datafilter/HotSpotFunctionsFilter.java     |       64 -
 .../spi/datafilter/SunStudioFiltersFactory.java    |       82 -
 .../spi/datafilter/SunStudioFiltersProvider.java   |       50 -
 .../dlight/perfan/spi/datafilter/THAFilter.java    |       74 -
 .../perfan/spi/datafilter/THAStartupFilter.java    |       72 -
 .../dlight/perfan/stack/impl/FunctionCallImpl.java |      240 -
 .../dlight/perfan/stack/impl/FunctionImpl.java     |      142 -
 .../dlight/perfan/storage/impl/Address.java        |      105 -
 .../dlight/perfan/storage/impl/DataraceImpl.java   |      217 -
 .../dlight/perfan/storage/impl/DeadlockImpl.java   |      170 -
 .../dlight/perfan/storage/impl/Erprint.java        |      576 -
 .../dlight/perfan/storage/impl/ErprintCommand.java |      151 -
 .../dlight/perfan/storage/impl/ErprintSession.java |      339 -
 .../perfan/storage/impl/ExperimentStatistics.java  |      141 -
 .../perfan/storage/impl/FunctionStatistic.java     |       80 -
 .../perfan/storage/impl/LeaksStatistics.java       |      126 -
 .../dlight/perfan/storage/impl/Metrics.java        |      105 -
 .../perfan/storage/impl/PerfanDataStorage.java     |      295 -
 .../storage/impl/PerfanDataStorageFactory.java     |       91 -
 .../perfan/storage/impl/ThreadsStatistic.java      |       73 -
 .../dlight/perfan/tha/api/Bundle.properties        |       42 -
 .../dlight/perfan/tha/api/THAConfiguration.java    |       57 -
 .../perfan/tha/api/THAInstrumentationSupport.java  |      277 -
 .../perfan/tha/api/THASuspensionSupport.java       |      222 -
 .../modules/dlight/perfan/util/Computable.java     |       47 -
 .../dlight/perfan/util/TasksCachedProcessor.java   |      113 -
 .../dataprovider/SSStackDataProviderTest.java      |      287 -
 .../perfan/spi/MonitorsUpdateServiceTest.java      |      123 -
 .../perfan/storage/impl/DataraceImplTest.java      |      238 -
 .../perfan/storage/impl/DeadlockImplTest.java      |      140 -
 .../perfan/storage/impl/ErprintSessionTest.java    |      171 -
 .../storage/impl/ExperimentStatisticsTest.java     |      158 -
 dlight.procfs/build.xml                            |        4 -
 dlight.procfs/manifest.mf                          |        6 -
 dlight.procfs/nbproject/project.properties         |        5 -
 dlight.procfs/nbproject/project.xml                |       66 -
 .../modules/dlight/procfs/api/LWPUsage.java        |       47 -
 .../modules/dlight/procfs/api/PStatus.java         |       69 -
 .../netbeans/modules/dlight/procfs/api/PUsage.java |      130 -
 .../modules/dlight/procfs/api/SamplingData.java    |       53 -
 .../processinfo/ProcBasedProcessInfoProvider.java  |      139 -
 .../ProcBasedProcessInfoProviderFactory.java       |       77 -
 .../dlight/procfs/reader/api/ProcReader.java       |       58 -
 .../procfs/reader/api/ProcReaderFactory.java       |      156 -
 .../dlight/procfs/reader/impl/DataModel.java       |       48 -
 .../dlight/procfs/reader/impl/DataReader.java      |       81 -
 .../dlight/procfs/reader/impl/LocalProcReader.java |       99 -
 .../dlight/procfs/reader/impl/MSAInfoImpl.java     |      110 -
 .../dlight/procfs/reader/impl/ProcReaderImpl.java  |      209 -
 .../procfs/reader/impl/ProcessStatusProvider.java  |       54 -
 .../reader/impl/ProcessStatusProvider64.java       |      110 -
 .../procfs/reader/impl/ProcessUsageProvider.java   |       54 -
 .../procfs/reader/impl/RemoteProcReader.java       |      172 -
 .../procfs/reader/impl/ReusableByteBuffer.java     |      100 -
 .../procfs/reader/impl/ThreadsInfoProvider.java    |       55 -
 .../dlight/procfs/resources/Bundle.properties      |        1 -
 .../ProcBasedProcessInfoProviderTest.java          |      151 -
 .../dlight/procfs/reader/api/ProcReaderTest.java   |      121 -
 dlight.remote.impl/external/binaries-list          |        1 +
 .../external/fs_server-1.0-license.txt             |       13 +
 dlight.remote.impl/nbproject/project.properties    |       14 +-
 dlight.remote.impl/nbproject/project.xml           |       64 +-
 ...dBasedExecutablesCompletionProviderFactory.java |        2 +-
 .../impl/PathsCompletionProviderFactory.java       |        6 +-
 .../netbeans/modules/remote/impl/RemoteLogger.java |      157 +-
 .../fileoperations/spi/AnnotationProvider.java     |      180 +
 .../fileoperations/spi/FileOperationsProvider.java |      443 +
 .../spi/FilesystemInterceptorProvider.java         |      257 +
 .../modules/remote/impl/fs/Bundle.properties       |       54 +
 .../netbeans/modules/remote/impl/fs/DirEntry.java  |        1 +
 .../modules/remote/impl/fs/DirEntryInvalid.java    |       23 +-
 .../modules/remote/impl/fs/DirEntryList.java       |       78 +
 .../modules/remote/impl/fs/DirEntrySftp.java       |       37 +-
 .../modules/remote/impl/fs/DirectoryReader.java    |       60 -
 .../remote/impl/fs/DirectoryReaderSftp.java        |       96 -
 .../modules/remote/impl/fs/DirectoryStorage.java   |       11 +-
 .../impl/fs/FileSystemCacheProviderImpl.java       |        4 +-
 .../netbeans/modules/remote/impl/fs/FileType.java  |       80 -
 .../modules/remote/impl/fs/FormatException.java    |       28 +-
 .../modules/remote/impl/fs/HangupEnvList.java      |       67 +
 .../modules/remote/impl/fs/MagicCache.java         |       88 +-
 .../modules/remote/impl/fs/RecursiveListener.java  |       33 +-
 .../modules/remote/impl/fs/RefreshManager.java     |      175 +-
 .../modules/remote/impl/fs/RemoteDirectory.java    |     1082 +-
 .../modules/remote/impl/fs/RemoteFileObject.java   |      499 +
 .../remote/impl/fs/RemoteFileObjectBase.java       |      649 +-
 .../remote/impl/fs/RemoteFileObjectFactory.java    |      230 +-
 .../remote/impl/fs/RemoteFileObjectFile.java       |      101 -
 .../modules/remote/impl/fs/RemoteFileSystem.java   |      629 +-
 .../remote/impl/fs/RemoteFileSystemManager.java    |        8 +-
 .../remote/impl/fs/RemoteFileSystemProvider.java   |      364 +-
 .../remote/impl/fs/RemoteFileSystemTransport.java  |      237 +
 .../remote/impl/fs/RemoteFileSystemUtils.java      |      215 +-
 .../remote/impl/fs/RemoteFileURLConnection.java    |      121 +-
 .../remote/impl/fs/RemoteFileURLStreamHandler.java |       10 +
 .../remote/impl/fs/RemoteFileUrlMapper.java        |       64 +-
 .../modules/remote/impl/fs/RemoteFileZipper.java   |      238 +
 .../remote/impl/fs/RemoteFileZipper.java.bak       |      238 +
 .../modules/remote/impl/fs/RemoteIOException.java  |      122 +
 .../modules/remote/impl/fs/RemoteLink.java         |       73 +-
 .../modules/remote/impl/fs/RemoteLinkBase.java     |      235 +-
 .../modules/remote/impl/fs/RemoteLinkChild.java    |       32 +-
 .../modules/remote/impl/fs/RemotePlainFile.java    |      446 +-
 .../modules/remote/impl/fs/SftpTransport.java      |      201 +
 .../remote/impl/fs/SpecialRemoteFileObject.java    |      171 +
 .../netbeans/modules/remote/impl/fs/WeakCache.java |        4 +-
 .../modules/remote/impl/fs/WritingQueue.java       |      319 -
 .../modules/remote/impl/fs/server/Buffer.java      |      134 +
 .../modules/remote/impl/fs/server/Disposer.java    |       51 +
 .../modules/remote/impl/fs/server/Errno.java       |      153 +
 .../remote/impl/fs/server/FSSDispatcher.java       |      739 +
 .../remote/impl/fs/server/FSSExitCodes.java        |       85 +
 .../modules/remote/impl/fs/server/FSSRequest.java  |      102 +
 .../remote/impl/fs/server/FSSRequestKind.java      |       73 +
 .../modules/remote/impl/fs/server/FSSResponse.java |      206 +
 .../remote/impl/fs/server/FSSResponseKind.java     |       77 +
 .../remote/impl/fs/server/FSSTransport.java        |      624 +
 .../modules/remote/impl/fs/server/FSSUtil.java     |      137 +
 .../impl/fs/ui/ConnectionNotifierDelegate.java     |       22 +-
 .../remote/impl/resources/Bundle.properties        |        2 +
 .../remote/util/RemoteFileEncodingQueryImpl.java   |       77 +
 .../api/util/NativeexecutionApiUtilTestBridge.java |       57 +
 .../remote/impl/fileoperations/spi/Agent.java      |      126 +
 .../fileoperations/spi/FileOperationsTest.java     |       94 +
 .../fileoperations/spi/FileOperationsTestCase.java |      493 +
 .../impl/fileoperations/spi/InterceptorTest.java   |       86 +
 .../fileoperations/spi/InterceptorTestCase.java    |      259 +
 .../spi/MockupFilesystemInterceptorProvider.java   |      353 +
 .../modules/remote/impl/fs/AdeMockupTestCase.java  |      116 +
 .../modules/remote/impl/fs/CanonicalTestCase.java  |        8 +-
 .../remote/impl/fs/DirectoryReaderTestCase.java    |       96 +-
 .../impl/fs/DirectoryStorageSftpTestCase.java      |        2 +-
 .../remote/impl/fs/FileSystemProviderTestCase.java |      182 +
 .../impl/fs/FssDispatchedHangupTestCase.java       |      101 +
 .../impl/fs/InstableRemoteFileSystemTestCase.java  |        1 -
 .../impl/fs/LinkListenersParityTestCase.java       |        8 +-
 .../remote/impl/fs/LinkListenersTestCase.java      |        8 +-
 .../remote/impl/fs/ListenersParityTestCase.java    |      163 +-
 .../modules/remote/impl/fs/ListenersTestCase.java  |       47 +-
 .../modules/remote/impl/fs/MoveTestCase.java       |      115 +
 .../remote/impl/fs/PerformanceTestCase.java        |      290 +
 .../impl/fs/PlainFileWriteEventsTestCase.java      |      154 +
 .../remote/impl/fs/ReadOnlyDirTestCase.java        |       18 +-
 .../impl/fs/RefreshDirSyncCountTestCase.java       |      138 +
 .../impl/fs/RefreshNonInstantiatedTestCase.java    |      126 +
 .../remote/impl/fs/RefreshTestCase_IZ_210125.java  |      145 +
 .../remote/impl/fs/RemoteFSTCKTestCase.java        |      211 +
 .../modules/remote/impl/fs/RemoteFSTestCase.java   |      158 -
 .../impl/fs/RemoteFileSystemOffilneTestCase.java   |       62 +-
 .../fs/RemoteFileSystemParallelLsTestCase.java     |      115 +
 .../fs/RemoteFileSystemParallelReadTestCase.java   |      121 +
 .../impl/fs/RemoteFileSystemParallelTestBase.java  |      133 +
 .../impl/fs/RemoteFileSystemParallelTestCase.java  |      167 -
 .../remote/impl/fs/RemoteFileSystemTestCase.java   |       24 +-
 .../modules/remote/impl/fs/RemoteFileTestBase.java |      213 +-
 .../impl/fs/RemoteLinksChangeLinkTestCase.java     |      230 +
 .../impl/fs/RemoteLinksChangeLinkTestCase2.java    |      215 +
 .../remote/impl/fs/RemoteLinksTestCase.java        |      335 +-
 .../modules/remote/impl/fs/RemotePathTestCase.java |        2 +-
 .../modules/remote/impl/fs/RemoteURLTestCase.java  |       55 +-
 .../modules/remote/impl/fs/RenameTestCase.java     |       36 +-
 .../impl/fs/ScheduleRefreshParityTestCase.java     |       10 +-
 .../remote/impl/fs/WritingQueueTestCase.java       |        2 -
 .../impl/fs/WrongCreationEventsTestCase.java       |      130 +
 .../impl/fs/server/FSSTransportTestAccessor.java   |       63 +
 .../server/FsServerLocalParameterisedTestCase.java |       66 +
 .../impl/fs/server/FsServerLocalTestBase.java      |      393 +
 .../impl/fs/server/FsServerLocalTestCase.java      |       68 +
 .../FsServerRefreshLoadMeasurementTestCase.java    |      275 +
 .../modules/remote/test/RemoteApi2Test.java        |       81 +
 .../remote/test/RemoteApiMultipleTestSuite.java    |        4 +-
 .../modules/remote/test/RemoteApiTest.java         |       33 +-
 .../remote/test/RemoteFSTCKFileObjectTest.java     |       84 +
 .../remote/test/RemoteFSTCKFileSystemTest.java     |       84 +
 .../remote/test/RemoteFSTCKFileUtilTest.java       |       84 +
 .../remote/test/RemoteFSTCKTempFileObjectTest.java |       84 +
 .../modules/remote/test/RemoteFSTCKTestSuite.java  |       68 +
 .../remote/test/RemoteFSTCKUrlMapperTest.java      |       84 +
 .../modules/remote/test/RemoteTestSuiteBase.java   |      250 +
 dlight.remote.impl/tools/fs_server/Makefile        |      127 +
 .../tools/fs_server/make/Makefile.gmake            |       12 +
 .../tools/fs_server/make/Makefile.make             |       12 +
 dlight.remote.impl/tools/fs_server/make/line       |        7 +
 .../tools/fs_server/nbproject/configurations.xml   |      727 +
 .../tools/fs_server/nbproject/launcher.properties  |       13 +
 .../tools/fs_server/nbproject/project.xml          |       82 +
 dlight.remote.impl/tools/fs_server/src/array.c     |      109 +
 dlight.remote.impl/tools/fs_server/src/array.h     |       75 +
 .../tools/fs_server/src/blocking_queue.c           |      107 +
 .../tools/fs_server/src/blocking_queue.h           |       80 +
 dlight.remote.impl/tools/fs_server/src/dirtab.c    |      476 +
 dlight.remote.impl/tools/fs_server/src/dirtab.h    |      122 +
 dlight.remote.impl/tools/fs_server/src/exitcodes.h |       71 +
 dlight.remote.impl/tools/fs_server/src/fs_common.h |       49 +
 dlight.remote.impl/tools/fs_server/src/fs_server.c |     1420 +
 dlight.remote.impl/tools/fs_server/src/fs_server.h |      162 +
 dlight.remote.impl/tools/fs_server/src/queue.c     |       94 +
 dlight.remote.impl/tools/fs_server/src/queue.h     |       77 +
 dlight.remote.impl/tools/fs_server/src/util.c      |      567 +
 dlight.remote.impl/tools/fs_server/src/util.h      |      151 +
 dlight.remote.impl/tools/fs_server/test/Makefile   |       81 +
 .../fs_server/test/make_fs_server_requests.sh      |       21 +
 .../tools/fs_server/test/test_main.c               |      256 +
 dlight.remote.impl/tools/fs_server/todo.txt        |      102 +
 dlight.remote/manifest.mf                          |        1 +
 dlight.remote/nbproject/project.properties         |        4 +-
 dlight.remote/nbproject/project.xml                |       62 +-
 .../modules/remote/api/ui/Bundle.properties        |       19 +
 .../modules/remote/api/ui/DirectoryCellEditor.java |       98 +
 .../modules/remote/api/ui/FileChooserBuilder.java  |      317 +-
 .../modules/remote/api/ui/FileChooserUIImpl.java   |     3648 +
 .../modules/remote/api/ui/FileCompletionPopup.java |      291 +
 .../netbeans/modules/remote/api/ui/FileNode.java   |      232 +
 .../modules/remote/api/ui/FileObjectBasedFile.java |      200 +-
 .../modules/remote/api/ui/InputBlocker.java        |      124 +
 .../remote/api/ui/RemoteFileSystemView.java        |       44 +-
 .../modules/remote/resources/Bundle.properties     |        2 +
 .../remote/spi/FileSystemCacheProvider.java        |        1 +
 .../modules/remote/spi/FileSystemProvider.java     |      128 +-
 .../spi/FileSystemProviderImplementation.java      |       14 +
 .../remote/support/LocalFileSystemProvider.java    |      138 +-
 .../modules/remote/support/ServerListImpl.java     |        2 +-
 dlight.spi/build.xml                               |        5 -
 dlight.spi/manifest.mf                             |        5 -
 dlight.spi/nbproject/project.properties            |        4 -
 dlight.spi/nbproject/project.xml                   |       77 -
 .../modules/dlight/spi/CppSymbolDemangler.java     |       69 -
 .../dlight/spi/CppSymbolDemanglerFactory.java      |       69 -
 .../modules/dlight/spi/SourceFileInfoProvider.java |      139 -
 .../modules/dlight/spi/SourceSupportProvider.java  |       77 -
 .../modules/dlight/spi/SunStudioLocator.java       |       65 -
 .../dlight/spi/SunStudioLocatorFactory.java        |       53 -
 .../modules/dlight/spi/resources/Bundle.properties |        1 -
 .../modules/dlight/spi/util/MangledNameType.java   |      140 -
 .../dlight/spi/util/MangledNameTypeEditor.java     |       93 -
 dlight.sync/build.xml                              |        5 -
 dlight.sync/manifest.mf                            |        7 -
 dlight.sync/nbproject/project.properties           |        6 -
 dlight.sync/nbproject/project.xml                  |      116 -
 .../netbeans/modules/dlight/sync/Bundle.properties |       78 -
 .../dlight/sync/SyncToolConfigurationProvider.java |      379 -
 .../dlight/sync/resources/Bundle.properties        |        1 -
 .../modules/dlight/sync/resources/layer.xml        |       11 -
 .../netbeans/modules/dlight/sync/resources/sync.d  |      176 -
 .../modules/dlight/sync/resources/threads.png      |      Bin 408 -> 0 bytes
 dlight.terminal/manifest.mf                        |        2 +-
 dlight.terminal/nbproject/project.properties       |        2 +-
 dlight.terminal/nbproject/project.xml              |       35 +-
 .../dlight/api/terminal/TerminalSupport.java       |        6 +-
 .../modules/dlight/terminal/Bundle.properties      |        2 +-
 .../dlight/terminal/action/Bundle.properties       |        3 +-
 .../terminal/action/LocalTerminalAction.java       |        4 +-
 .../terminal/action/RemoteTerminalAction.java      |        4 +-
 .../dlight/terminal/action/ShowTerminalAction.java |        2 +-
 .../dlight/terminal/action/TerminalAction.java     |        8 +-
 .../terminal/action/TerminalSettingsAction.java    |       96 +
 .../terminal/action/TerminalSupportImpl.java       |       57 +-
 .../dlight/terminal/action/terminal_options.png    |      Bin
 .../modules/dlight/terminal/ui/Bundle.properties   |        1 +
 .../terminal/ui/TerminalContainerTopComponent.form |        2 +-
 .../terminal/ui/TerminalContainerTopComponent.java |       51 +-
 .../ui/TerminalContainerTopComponentSettings.xml   |       44 +-
 .../ui/TerminalContainerTopComponentWstcref.xml    |       44 +-
 dlight.threadmap.support/build.xml                 |        5 -
 dlight.threadmap.support/manifest.mf               |        6 -
 .../nbproject/project.properties                   |        4 -
 dlight.threadmap.support/nbproject/project.xml     |       88 -
 .../modules/dlight/threadmap/api/ThreadData.java   |       64 -
 .../dlight/threadmap/api/ThreadMapData.java        |       55 -
 .../dlight/threadmap/api/ThreadMapSummaryData.java |       49 -
 .../dlight/threadmap/api/ThreadSummaryData.java    |       67 -
 .../dlight/threadmap/api/ThreadsDataStorage.java   |       63 -
 .../dataprovider/ThreadMapDataProviderImpl.java    |      448 -
 .../modules/dlight/threadmap/resources/layer.xml   |        4 -
 .../spi/dataprovider/ThreadMapDataProvider.java    |       93 -
 .../spi/dataprovider/ThreadMapDataQuery.java       |      103 -
 .../spi/dataprovider/ThreadMapDataScheme.java      |       57 -
 .../dataprovider/ThreadMapSummaryDataQuery.java    |       78 -
 .../dlight/threadmap/storage/ThreadDataImpl.java   |       87 -
 .../dlight/threadmap/storage/ThreadInfoImpl.java   |       83 -
 .../threadmap/storage/ThreadMapDataStorage.java    |      198 -
 .../storage/ThreadMapDataStorageFactory.java       |       65 -
 .../dlight/threadmap/storage/ThreadStateImpl.java  |      190 -
 .../dlight/threadmap/support/Bundle.properties     |        1 -
 .../support/impl/ThreadMapDataProviderFactory.java |      106 -
 dlight.threads/build.xml                           |        5 -
 dlight.threads/manifest.mf                         |        5 -
 dlight.threads/nbproject/project.properties        |        4 -
 dlight.threads/nbproject/project.xml               |       62 -
 .../modules/dlight/threads/api/Datarace.java       |       70 -
 .../modules/dlight/threads/api/Deadlock.java       |       63 -
 .../dlight/threads/api/DeadlockThreadSnapshot.java |       73 -
 .../modules/dlight/threads/api/OpenInEditor.java   |       97 -
 .../dlight/threads/api/OpenInEditorProvider.java   |       65 -
 .../dataprovider/ThreadAnalyzerDataProvider.java   |       57 -
 .../dlight/threads/resources/Bundle.properties     |        1 -
 dlight.tools/build.xml                             |        5 -
 dlight.tools/manifest.mf                           |        6 -
 dlight.tools/nbproject/project.properties          |        5 -
 dlight.tools/nbproject/project.xml                 |      109 -
 .../dlight/tools/LLDataCollectorConfiguration.java |      111 -
 .../tools/ProcDataProviderConfiguration.java       |       64 -
 .../modules/dlight/tools/impl/Bundle.properties    |       48 -
 .../modules/dlight/tools/impl/DataRowConsumer.java |       59 -
 .../modules/dlight/tools/impl/LLDataCollector.java |      416 -
 .../impl/LLDataCollectorConfigurationAccessor.java |       77 -
 .../dlight/tools/impl/LLDataCollectorFactory.java  |       82 -
 .../dlight/tools/impl/LinuxProcfsSupport.java      |      673 -
 .../modules/dlight/tools/impl/NativeToolsUtil.java |      109 -
 .../dlight/tools/impl/ProcDataProvider.java        |      219 -
 .../dlight/tools/impl/ProcDataProviderFactory.java |       61 -
 .../dlight/tools/impl/ProcDataProviderLinux.java   |      152 -
 .../dlight/tools/impl/ProcDataProviderSolaris.java |      137 -
 .../dlight/tools/impl/SolarisProcfsSupport.java    |      374 -
 .../dlight/tools/resources/Bundle.properties       |        1 -
 .../testProfilingDemo.pass                         |      132 -
 .../testProfilingDemo.pass                         |      116 -
 .../testProfilingDemo.txt                          |      135 -
 .../testProfilingDemo.txt                          |      354 -
 .../dlight/tools/impl/LinuxProcfsSupportTest.java  |      135 -
 .../tools/impl/ProcDataProviderEngineTestBase.java |       85 -
 .../tools/impl/ProcDataProviderLinuxTest.java      |       63 -
 .../tools/impl/ProcDataProviderSolarisTest.java    |       62 -
 .../tools/impl/SolarisProcfsSupportTest.java       |      110 -
 dlight.tools/tools/ProfilerAgent/Makefile          |       92 -
 dlight.tools/tools/ProfilerAgent/instruments.h     |       68 -
 dlight.tools/tools/ProfilerAgent/ldscript.txt      |        8 -
 .../ProfilerAgent/nbproject/Makefile-GNU_Linux.mk  |       78 -
 .../ProfilerAgent/nbproject/Makefile-GNU_MacOS.mk  |       78 -
 .../tools/ProfilerAgent/nbproject/Makefile-impl.mk |      123 -
 .../ProfilerAgent/nbproject/Makefile-variables.mk  |       24 -
 .../ProfilerAgent/nbproject/Package-GNU_Linux.bash |       74 -
 .../ProfilerAgent/nbproject/Package-GNU_MacOS.bash |       74 -
 .../ProfilerAgent/nbproject/configurations.xml     |       67 -
 .../tools/ProfilerAgent/nbproject/project.xml      |       15 -
 dlight.tools/tools/ProfilerAgent/prof_agent.c      |      510 -
 dlight.tools/tools/ProfilerMonitor/Makefile        |       92 -
 .../nbproject/Makefile-GNU_Linux.mk                |       78 -
 .../nbproject/Makefile-GNU_MacOS.mk                |       78 -
 .../ProfilerMonitor/nbproject/Makefile-impl.mk     |      123 -
 .../nbproject/Makefile-variables.mk                |       24 -
 .../nbproject/Package-GNU_Linux.bash               |       74 -
 .../nbproject/Package-GNU_MacOS.bash               |       74 -
 .../ProfilerMonitor/nbproject/configurations.xml   |       74 -
 .../tools/ProfilerMonitor/nbproject/project.xml    |       15 -
 dlight.tools/tools/ProfilerMonitor/prof_monitor.c  |      190 -
 dlight.toolsui/build.xml                           |        5 -
 dlight.toolsui/manifest.mf                         |        6 -
 dlight.toolsui/nbproject/project.properties        |        4 -
 dlight.toolsui/nbproject/project.xml               |       65 -
 .../modules/dlight/toolsui/Bundle.properties       |       90 -
 .../toolsui/DLightConfigurationUIWrapper.java      |      235 -
 .../DLightConfigurationUIWrapperProvider.java      |       93 -
 .../dlight/toolsui/DLightToolUIWrapper.java        |      127 -
 .../toolsui/IndicatorActionsProviderImpl.java      |       90 -
 .../modules/dlight/toolsui/ListEditorPanel.form    |      152 -
 .../modules/dlight/toolsui/ListEditorPanel.java    |      666 -
 .../dlight/toolsui/ToolsCustomizerAction.java      |       94 -
 .../modules/dlight/toolsui/ToolsManagerPanel.form  |      226 -
 .../modules/dlight/toolsui/ToolsManagerPanel.java  |      527 -
 .../modules/dlight/toolsui/ToolsTable.java         |      193 -
 .../netbeans/modules/dlight/toolsui/api/Apply.java |       46 -
 .../modules/dlight/toolsui/api/PanelWithApply.java |       47 -
 .../toolsui/api/ToolsCustomizerPanelDisplayer.java |      127 -
 .../toolsui/api/ToolsCustomizerPanelFactory.java   |       55 -
 .../modules/dlight/toolsui/resources/layer.xml     |       24 -
 dlight.util/build.xml                              |        5 -
 dlight.util/manifest.mf                            |        5 -
 dlight.util/nbproject/project.properties           |        4 -
 dlight.util/nbproject/project.xml                  |      145 -
 .../modules/dlight/util/BytesFormatter.java        |       78 -
 .../dlight/util/CollectionToStringConvertor.java   |       87 -
 .../netbeans/modules/dlight/util/Computable.java   |       47 -
 .../modules/dlight/util/DLightException.java       |       54 -
 .../modules/dlight/util/DLightExecutorService.java |      203 -
 .../netbeans/modules/dlight/util/DLightLogger.java |       96 -
 .../netbeans/modules/dlight/util/DLightMath.java   |      170 -
 .../org/netbeans/modules/dlight/util/ExecUtil.java |      147 -
 .../org/netbeans/modules/dlight/util/Range.java    |      303 -
 .../modules/dlight/util/TasksCachedProcessor.java  |      140 -
 .../modules/dlight/util/TimeFormatter.java         |      145 -
 .../org/netbeans/modules/dlight/util/UIThread.java |       58 -
 .../netbeans/modules/dlight/util/UIUtilities.java  |      100 -
 .../src/org/netbeans/modules/dlight/util/Util.java |      245 -
 .../modules/dlight/util/ValueFormatter.java        |       51 -
 .../dlight/util/resources/Bundle.properties        |        1 -
 .../modules/dlight/util/resources/clean.png        |      Bin 832 -> 0 bytes
 .../modules/dlight/util/ui/Bundle.properties       |       47 -
 .../modules/dlight/util/ui/DLightUIPrefs.java      |      219 -
 .../modules/dlight/util/ui/DualPaneSupport.java    |      175 -
 .../netbeans/modules/dlight/util/ui/Renderer.java  |       62 -
 .../modules/dlight/util/ui/TextFilterPanel.form    |       79 -
 .../modules/dlight/util/ui/TextFilterPanel.java    |      252 -
 .../util/usagetracking/SunStudioUserCounter.java   |      224 -
 .../test/manual/DLight_Simple_Tests/Makefile       |       92 -
 .../test/manual/DLight_Simple_Tests/condition.h    |       33 -
 .../test/manual/DLight_Simple_Tests/deadlock.cpp   |       56 -
 .../test/manual/DLight_Simple_Tests/mutex.h        |       51 -
 .../nbproject/Makefile-GNU-64.mk                   |      121 -
 .../nbproject/Makefile-GNU-Linux.mk                |      121 -
 .../DLight_Simple_Tests/nbproject/Makefile-GNU.mk  |      121 -
 .../DLight_Simple_Tests/nbproject/Makefile-MAC.mk  |      121 -
 .../nbproject/Makefile-SUN-x86-64.mk               |       17 -
 .../DLight_Simple_Tests/nbproject/Makefile-SUN.mk  |       17 -
 .../DLight_Simple_Tests/nbproject/Makefile-impl.mk |      123 -
 .../nbproject/Makefile-variables.mk                |       56 -
 .../nbproject/Package-GNU-64.bash                  |       74 -
 .../nbproject/Package-GNU-Linux.bash               |       74 -
 .../DLight_Simple_Tests/nbproject/Package-GNU.bash |       74 -
 .../DLight_Simple_Tests/nbproject/Package-MAC.bash |       74 -
 .../nbproject/Package-SUN-x86-64.bash              |       74 -
 .../DLight_Simple_Tests/nbproject/Package-SUN.bash |       74 -
 .../nbproject/configurations.xml                   |      140 -
 .../DLight_Simple_Tests/nbproject/project.xml      |       15 -
 dlight.util/test/manual/DLight_Simple_Tests/pi.c   |       80 -
 dlight.util/test/manual/DLight_Simple_Tests/pi.h   |       22 -
 .../DLight_Simple_Tests/profiler_tests_main.c      |      225 -
 .../test/manual/DLight_Simple_Tests/queue.h        |       73 -
 .../test/manual/DLight_Simple_Tests/test_alloc.c   |      109 -
 .../test/manual/DLight_Simple_Tests/test_alloc.h   |       19 -
 .../test/manual/DLight_Simple_Tests/test_dl.c      |       22 -
 .../test/manual/DLight_Simple_Tests/test_dl.h      |       23 -
 .../test/manual/DLight_Simple_Tests/test_sync.cpp  |      181 -
 .../test/manual/DLight_Simple_Tests/test_sync.h    |       23 -
 .../manual/DLight_Simple_Tests/test_sync_trivial.h |       59 -
 .../manual/DLight_Simple_Tests/test_worker.cpp     |       31 -
 .../test/manual/DLight_Simple_Tests/test_write.cpp |       21 -
 .../test/manual/DLight_Simple_Tests/test_write.h   |       22 -
 .../test/manual/DLight_Simple_Tests/worker.cpp     |        4 -
 .../test/manual/DLight_Simple_Tests/worker.h       |       77 -
 .../modules/dlight/util/DLightMathTest.java        |      100 -
 .../netbeans/modules/dlight/util/RangeTest.java    |       71 -
 .../dlight/util/TimerTaskExecutionServiceTest.java |      193 -
 dlight.visualizers/arch.xml                        |     1114 -
 dlight.visualizers/build.xml                       |        5 -
 dlight.visualizers/manifest.mf                     |        8 -
 dlight.visualizers/nbproject/project.properties    |        6 -
 dlight.visualizers/nbproject/project.xml           |      195 -
 .../visualizers/AdvancedTableViewVisualizer.java   |      167 -
 .../AdvancedTableViewVisualizerFactory.java        |       39 -
 .../modules/dlight/visualizers/Bundle.properties   |       28 -
 .../dlight/visualizers/CallStackTopComponent.form  |       28 -
 .../dlight/visualizers/CallStackTopComponent.java  |      232 -
 .../visualizers/CallersCalleesVisualizer.java      |      525 -
 .../CallersCalleesVisualizerFactory.java           |       40 -
 .../EmptyVisualizerContainerProviderImpl.java      |       66 -
 .../dlight/visualizers/FunctionsListSheetCell.java |      819 -
 .../visualizers/FunctionsListViewVisualizer.java   |      129 -
 .../FunctionsListViewVisualizerFactory.java        |       74 -
 .../visualizers/GotoSourceActionProvider.java      |      252 -
 .../modules/dlight/visualizers/ImageLoader.java    |       51 -
 .../OnTimerRefreshVisualizerHandler.java           |      154 -
 .../modules/dlight/visualizers/OnTimerTask.java    |       15 -
 .../dlight/visualizers/RefreshStateVisualizer.java |       51 -
 .../modules/dlight/visualizers/TableSorter.java    |      503 -
 .../dlight/visualizers/TableViewBusyPanel.form     |       33 -
 .../dlight/visualizers/TableViewBusyPanel.java     |       85 -
 .../dlight/visualizers/TableViewEmptyPanel.form    |       33 -
 .../dlight/visualizers/TableViewEmptyPanel.java    |      119 -
 .../dlight/visualizers/TableViewVisualizer.java    |      399 -
 .../dlight/visualizers/ThreadMapTopComponent.form  |       28 -
 .../dlight/visualizers/ThreadMapTopComponent.java  |      255 -
 .../visualizers/ThreadMapVisualizerFactory.java    |       75 -
 ...hreadStackEmptyVisualizerContainerProvider.java |       68 -
 .../dlight/visualizers/TreeTableVisualizer.java    |      826 -
 .../TreeTableVisualizerColumnModel.java            |      130 -
 .../visualizers/TreeTableVisualizerFactory.java    |       33 -
 .../VisualizerDetailedActivateAction.java          |       65 -
 .../VisualizerSessionsStateHandler.java            |      117 -
 .../VisualizerToolbarComponentAccessor.java        |       83 -
 .../VisualizerTopComponentTopComponent.form        |       42 -
 .../VisualizerTopComponentTopComponent.java        |      339 -
 .../dlight/visualizers/VisualizersSupport.java     |      119 -
 .../AdvancedTableViewVisualizerConfiguration.java  |      320 -
 .../dlight/visualizers/api/Bundle.properties       |       38 -
 .../api/CallersCalleesVisualizerConfiguration.java |      113 -
 .../dlight/visualizers/api/ColumnsUIMapping.java   |       87 -
 .../dlight/visualizers/api/DataRowNode.java        |       69 -
 .../api/DefaultVisualizerContainer.java            |       60 -
 .../dlight/visualizers/api/FunctionName.java       |       69 -
 .../dlight/visualizers/api/FunctionNameEditor.java |       93 -
 .../FunctionsListViewVisualizerConfiguration.java  |      147 -
 .../api/ThreadMapVisualizerConfiguration.java      |       65 -
 .../visualizers/api/ThreadStateResources.java      |      109 -
 .../api/TreeTableVisualizerConfiguration.java      |      209 -
 .../api/VisualizerToolbarComponent.java            |       93 -
 .../api/VisualizerToolbarComponentsProvider.java   |       53 -
 ...edTableViewVisualizerConfigurationAccessor.java |      105 -
 ...onsListViewVisualizerConfigurationAccessor.java |       93 -
 .../TreeTableVisualizerConfigurationAccessor.java  |       52 -
 .../impl/VisualizerConfigurationIDsProvider.java   |       17 -
 .../dlight/visualizers/resources/Bundle.properties |        3 -
 .../resources/CallStackTopComponentSettings.xml    |       12 -
 .../resources/CallStackTopComponentWstcref.xml     |       11 -
 .../resources/ThreadMapTopComponentSettings.xml    |       12 -
 .../resources/ThreadMapTopComponentWstcref.xml     |       11 -
 .../VisualizerTopComponentTopComponentSettings.xml |       12 -
 .../VisualizerTopComponentTopComponentWstcref.xml  |       11 -
 .../modules/dlight/visualizers/resources/layer.xml |       87 -
 .../dlight/visualizers/resources/who_calls.png     |      Bin 589 -> 0 bytes
 .../dlight/visualizers/resources/who_is_called.png |      Bin 587 -> 0 bytes
 ...AdvancedTableViewVisualizerActionsProvider.java |       60 -
 .../OpenFunctionInEditorActionProvider.java        |       56 -
 .../dlight/visualizers/threadmap/Bundle.properties |      107 -
 .../dlight/visualizers/threadmap/CellTipAware.java |       60 -
 .../visualizers/threadmap/CellTipManager.java      |      432 -
 .../threadmap/CustomTimeLineViewport.java          |      146 -
 .../visualizers/threadmap/DataManagerListener.java |       62 -
 .../threadmap/EnhancedTableCellRenderer.java       |      242 -
 .../dlight/visualizers/threadmap/FlatToolBar.java  |      282 -
 .../visualizers/threadmap/JExtendedTable.java      |      452 -
 .../visualizers/threadmap/MonitoredData.java       |       90 -
 .../threadmap/OrderedEnumStateIterator.java        |      113 -
 .../threadmap/TableCellRendererPersistent.java     |       57 -
 .../visualizers/threadmap/ThreadDumpFilter.java    |       71 -
 .../visualizers/threadmap/ThreadMapVisualizer.java |      391 -
 .../threadmap/ThreadNameCellRenderer.java          |       99 -
 .../threadmap/ThreadNameHeaderRenderer.java        |      141 -
 .../threadmap/ThreadStackActionsProvider.java      |       56 -
 .../threadmap/ThreadStackVisualizer.java           |      343 -
 .../ThreadStackVisualizerConfiguration.java        |      154 -
 .../threadmap/ThreadStackVisualizerFactory.java    |       70 -
 .../threadmap/ThreadStateCellRenderer.java         |      517 -
 .../visualizers/threadmap/ThreadStateColumn.java   |       63 -
 .../threadmap/ThreadStateColumnImpl.java           |      339 -
 .../threadmap/ThreadStateHeaderRenderer.java       |      278 -
 .../visualizers/threadmap/ThreadStateIcon.java     |       83 -
 .../threadmap/ThreadSummaryCellRenderer.java       |      332 -
 .../visualizers/threadmap/ThreadSummaryColumn.java |       55 -
 .../threadmap/ThreadSummaryColumnImpl.java         |       81 -
 .../visualizers/threadmap/ThreadTableMetrics.java  |       73 -
 .../visualizers/threadmap/ThreadsDataManager.java  |      510 -
 .../dlight/visualizers/threadmap/ThreadsPanel.java |     1665 -
 .../dlight/visualizers/threadmap/TimeLine.java     |       71 -
 .../visualizers/threadmap/TimeLineUtils.java       |      319 -
 .../dlight/visualizers/threadmap/UIUtils.java      |      246 -
 .../threadmap/resources/columnsSortedAsc.png       |      Bin 239 -> 0 bytes
 .../threadmap/resources/columnsSortedDesc.png      |      Bin 244 -> 0 bytes
 .../threadmap/resources/win_close_enabled.png      |      Bin 218 -> 0 bytes
 .../visualizers/ui/AbstractDataRowNodeFactory.java |       54 -
 .../visualizers/ui/AbstractListViewTable.java      |      140 -
 .../ui/AdvancedDataRowTableOutline.java            |      123 -
 .../ui/AdvancedTableDataRowNodeChildren.java       |       65 -
 .../ui/AdvancedTableDataRowNodeFactory.java        |      191 -
 .../dlight/visualizers/ui/Bundle.properties        |       43 -
 .../dlight/visualizers/ui/FunctionCallNode.java    |      228 -
 .../visualizers/ui/FunctionCallNodeChildren.java   |       70 -
 .../visualizers/ui/FunctionCallNodeRenderer.java   |      182 -
 .../visualizers/ui/FunctionsListViewTable.java     |       78 -
 .../visualizers/ui/TableViewNodeChildren.java      |       81 -
 .../dlight/visualizers/util/Bundle.properties      |        3 -
 .../visualizers/util/FunctionCallFilter.java       |       53 -
 .../dlight/visualizers/util/SpinnerTimeEditor.java |       71 -
 .../dlight/visualizers/util/SpinnerTimeModel.java  |       86 -
 .../visualizers/util/TableViewDataFilter.java      |       51 -
 .../dlight/visualizers/util/TimeIntervalPanel.form |      101 -
 .../dlight/visualizers/util/TimeIntervalPanel.java |      219 -
 dlight/arch.xml                                    |     1241 -
 dlight/build.xml                                   |        5 -
 dlight/manifest.mf                                 |        6 -
 dlight/nbproject/project.properties                |        6 -
 dlight/nbproject/project.xml                       |      195 -
 .../api/collector/DataCollectorConfiguration.java  |       57 -
 .../modules/dlight/api/datafilter/DataFilter.java  |       47 -
 .../dlight/api/datafilter/DataFilterListener.java  |       56 -
 .../dlight/api/datafilter/DataFilterManager.java   |       60 -
 .../api/datafilter/support/NumericDataFilter.java  |       58 -
 .../datafilter/support/TimeIntervalDataFilter.java |       80 -
 .../support/TimeIntervalDataFilterFactory.java     |       82 -
 .../dlight/api/dataprovider/DataModelScheme.java   |      119 -
 .../dlight/api/dataprovider/TreeTableNode.java     |       61 -
 .../dlight/api/execution/AttachableTarget.java     |       56 -
 .../modules/dlight/api/execution/Bundle.properties |       41 -
 .../api/execution/DLightDeploymentService.java     |       51 -
 .../api/execution/DLightDeploymentTarget.java      |       56 -
 .../api/execution/DLightSessionConfiguration.java  |      154 -
 .../modules/dlight/api/execution/DLightTarget.java |      292 -
 .../api/execution/DLightTargetChangeEvent.java     |       63 -
 .../dlight/api/execution/DLightTargetListener.java |       65 -
 .../api/execution/DLightToolkitManagement.java     |      287 -
 .../dlight/api/execution/SubstitutableTarget.java  |       75 -
 .../dlight/api/execution/TerminatedTarget.java     |       50 -
 .../modules/dlight/api/execution/Validateable.java |       85 -
 .../dlight/api/execution/ValidationListener.java   |       52 -
 .../dlight/api/execution/ValidationStatus.java     |      302 -
 .../modules/dlight/api/impl/ConfigurationData.java |      113 -
 .../impl/DLightSessionConfigurationAccessor.java   |       89 -
 .../api/impl/DLightSessionHandlerAccessor.java     |       82 -
 .../api/impl/DLightSessionInternalReference.java   |       50 -
 .../dlight/api/impl/DLightTargetAccessor.java      |       79 -
 .../dlight/api/impl/DLightToolAccessor.java        |      100 -
 .../api/impl/DLightToolConfigurationAccessor.java  |       95 -
 .../dlight/api/impl/DLightToolkitManager.java      |       83 -
 .../dlight/api/impl/DataModelSchemeAccessor.java   |       78 -
 .../dlight/api/impl/DataTableMetadataFactory.java  |      135 -
 .../api/impl/IndicatorConfigurationAccessor.java   |       55 -
 .../dlight/api/impl/IndicatorMetadataFactory.java  |       76 -
 .../api/indicator/IndicatorActionDescriptor.java   |       88 -
 .../api/indicator/IndicatorConfiguration.java      |      268 -
 .../IndicatorDataProviderConfiguration.java        |       57 -
 .../dlight/api/indicator/IndicatorMetadata.java    |       78 -
 .../modules/dlight/api/storage/Bundle.properties   |       43 -
 .../modules/dlight/api/storage/DataRow.java        |      197 -
 .../dlight/api/storage/DataTableMetadata.java      |      352 -
 .../api/storage/DataTableMetadataFilter.java       |       69 -
 .../storage/DataTableMetadataFilterSupport.java    |       95 -
 .../modules/dlight/api/storage/DataUtil.java       |      226 -
 .../dlight/api/storage/ForeignKeyConstraint.java   |       45 -
 .../dlight/api/storage/StandardColumns.java        |       62 -
 .../dlight/api/storage/types/Bundle.properties     |       41 -
 .../modules/dlight/api/storage/types/Time.java     |      110 -
 .../dlight/api/storage/types/TimeDuration.java     |       57 -
 .../api/support/DataModelSchemeProvider.java       |       38 -
 .../dlight/api/support/NativeExecutableTarget.java |      381 -
 .../NativeExecutableTargetConfiguration.java       |      205 -
 .../dlight/api/support/ValidateableSupport.java    |      137 -
 .../dlight/api/tool/DLightConfiguration.java       |      426 -
 .../api/tool/DLightConfigurationManager.java       |      341 -
 .../api/tool/DLightConfigurationOptions.java       |       75 -
 .../tool/DLightConfigurationOptionsListener.java   |       50 -
 .../modules/dlight/api/tool/DLightTool.java        |      537 -
 .../dlight/api/tool/DLightToolConfiguration.java   |      217 -
 .../dlight/api/tool/ToolsConfiguration.java        |      258 -
 .../api/tool/impl/DLightConfigurationAccessor.java |       83 -
 .../impl/DLightConfigurationManagerAccessor.java   |       99 -
 .../TableBasedVisualizerConfiguration.java         |       54 -
 .../api/visualizer/VisualizerConfiguration.java    |       66 -
 .../dlight/impl/ServiceInfoDataStorageImpl.java    |       70 -
 .../modules/dlight/resources/Bundle.properties     |        1 -
 .../dlight/spi/collector/DataCollector.java        |      178 -
 .../dlight/spi/collector/DataCollectorFactory.java |       75 -
 .../spi/collector/DataCollectorListener.java       |       51 -
 .../collector/DataCollectorListenersSupport.java   |      194 -
 .../dlight/spi/datafilter/DataFilterFactory.java   |       52 -
 .../dlight/spi/dataprovider/DataProvider.java      |       69 -
 .../spi/dataprovider/DataProviderFactory.java      |       66 -
 .../spi/dataprovider/TreeTableDataProvider.java    |       86 -
 .../modules/dlight/spi/impl/DLightServiceInfo.java |       52 -
 .../spi/impl/DLightToolConfigurationFactory.java   |       75 -
 .../dlight/spi/impl/DataCollectorProvider.java     |       58 -
 .../dlight/spi/impl/DataStorageTypeAccessor.java   |       80 -
 .../modules/dlight/spi/impl/IDPProvider.java       |       55 -
 .../modules/dlight/spi/impl/IndicatorAccessor.java |       64 -
 .../dlight/spi/impl/IndicatorActionListener.java   |       20 -
 .../spi/impl/IndicatorDataProviderAccessor.java    |       80 -
 .../modules/dlight/spi/impl/IndicatorProvider.java |       58 -
 .../IndicatorRepairActionProviderAccessor.java     |       81 -
 .../modules/dlight/spi/impl/TimeEditor.java        |       82 -
 .../modules/dlight/spi/impl/TimerTicker.java       |      112 -
 .../dlight/spi/impl/TimerTickerFactory.java        |       28 -
 .../modules/dlight/spi/indicator/Bundle.properties |       46 -
 .../modules/dlight/spi/indicator/Indicator.java    |      583 -
 .../spi/indicator/IndicatorActionsProvider.java    |       55 -
 .../IndicatorComponentEmptyContentProvider.java    |       54 -
 .../spi/indicator/IndicatorDataProvider.java       |      299 -
 .../indicator/IndicatorDataProviderFactory.java    |       70 -
 .../dlight/spi/indicator/IndicatorFactory.java     |       33 -
 .../indicator/IndicatorNotificationsListener.java  |       76 -
 .../indicator/IndicatorRepairActionProvider.java   |      235 -
 .../spi/indicator/IndicatorTickerService.java      |      115 -
 .../dlight/spi/indicator/PersistentIndicator.java  |      104 -
 .../dlight/spi/indicator/SharedIndicator.java      |       52 -
 .../dlight/spi/indicator/TickerListener.java       |       53 -
 .../modules/dlight/spi/storage/DataStorage.java    |      127 -
 .../dlight/spi/storage/DataStorageFactory.java     |       63 -
 .../dlight/spi/storage/DataStorageType.java        |      111 -
 .../dlight/spi/storage/PersistentDataStorage.java  |       51 -
 .../spi/storage/PersistentDataStorageFactory.java  |       92 -
 .../dlight/spi/storage/ProxyDataStorage.java       |       71 -
 .../dlight/spi/storage/ServiceInfoDataStorage.java |       67 -
 .../dlight/spi/support/DataStorageTypeFactory.java |       78 -
 ...aultIndicatorComponentEmptyContentProvider.java |       86 -
 .../modules/dlight/spi/support/SQLDataStorage.java |      723 -
 .../dlight/spi/support/SQLDataStorageFactory.java  |       23 -
 .../modules/dlight/spi/support/SQLExceptions.java  |       83 -
 .../modules/dlight/spi/support/SQLRequest.java     |       49 -
 .../dlight/spi/support/SQLRequestsProcessor.java   |       78 -
 .../dlight/spi/support/SQLStatementsCache.java     |      104 -
 .../dlight/spi/support/SQLTableDataProvider.java   |      205 -
 .../spi/support/SQLTableDataProviderFactory.java   |       49 -
 .../dlight/spi/support/TableDataProvider.java      |       64 -
 .../spi/support/TimerBasedVisualizerSupport.java   |      128 -
 .../dlight/spi/support/TimerIDPConfiguration.java  |       61 -
 .../dlight/spi/support/impl/SQLBaseRequest.java    |       68 -
 .../dlight/spi/support/impl/SQLConnection.java     |      251 -
 .../spi/support/impl/SQLRequestsProcessorImpl.java |      223 -
 ...ontextAwareDLightToolConfigurationProvider.java |       53 -
 .../spi/tool/DLightToolConfigurationProvider.java  |       73 -
 .../modules/dlight/spi/visualizer/Visualizer.java  |       80 -
 .../dlight/spi/visualizer/VisualizerContainer.java |       83 -
 .../spi/visualizer/VisualizerDataProvider.java     |       53 -
 .../visualizer/VisualizerDataProviderFactory.java  |       75 -
 .../dlight/spi/visualizer/VisualizerFactory.java   |       71 -
 .../impl/CommonSQLDataStoragePerformanceTests.java |      219 -
 dlight/test/unit/src/META-INF/MANIFEST.MF          |        3 -
 .../spi/indicator/IndicatorTickerServiceTest.java  |      205 -
 .../modules/dlight/spi/support/Bundle.properties   |       68 -
 .../support/DLightToolConfigurationFactory.java    |      103 -
 .../DLightToolConfigurationProviderFactory.java    |       57 -
 ...DLightToolConfigurationProviderFactoryTest.java |      284 -
 .../dlight/spi/support/MSABundle.properties        |       53 -
 .../org/netbeans/modules/dlight/spi/support/fops.d |      129 -
 .../modules/dlight/spi/support/i_o_usage_16.png    |      Bin 708 -> 0 bytes
 .../modules/dlight/spi/support/test-layer.xml      |      172 -
 .../modules/dlight/spi/support/test-layer_1.xml    |      141 -
 .../modules/dlight/spi/support/test-layer_2.xml    |      194 -
 editor.actions/nbproject/project.properties        |        4 +-
 editor.actions/nbproject/project.xml               |       19 +-
 .../modules/editor/actions/Bundle.properties       |       15 +
 .../modules/editor/actions/CamelCaseActions.java   |      249 +
 .../modules/editor/actions/GotoAction.java         |       75 +-
 .../editor/actions/MoveCodeElementAction.java      |       88 +
 .../modules/editor/actions/ShowLinesAction.java    |       60 +
 .../editor/actions/TransposeLettersAction.java     |       75 +
 .../modules/editor/actions/ZoomTextAction.java     |       82 +
 editor.bookmarks/manifest.mf                       |        2 +-
 editor.bookmarks/nbproject/project.properties      |        2 +-
 editor.bookmarks/nbproject/project.xml             |      102 +-
 .../actions/ClearDocumentBookmarksAction.java      |        2 +
 .../bookmarks/actions/GotoBookmarkAction.java      |       21 +-
 .../bookmarks/actions/ToggleBookmarkAction.java    |       43 +-
 .../lib/editor/bookmarks/api/Bookmark.java         |      137 +-
 .../lib/editor/bookmarks/api/BookmarkList.java     |      326 +-
 .../editor/bookmarks/BookmarkAPIAccessor.java      |       69 +
 .../modules/editor/bookmarks/BookmarkChange.java   |      132 +
 .../modules/editor/bookmarks/BookmarkHistory.java  |       88 +
 .../modules/editor/bookmarks/BookmarkInfo.java     |      233 +
 .../modules/editor/bookmarks/BookmarkManager.java  |      430 +
 .../editor/bookmarks/BookmarkManagerEvent.java     |      102 +
 .../editor/bookmarks/BookmarkManagerListener.java  |       55 +
 .../modules/editor/bookmarks/BookmarkUtils.java    |      234 +
 .../editor/bookmarks/BookmarksPersistence.java     |      653 +-
 .../modules/editor/bookmarks/Bundle.properties     |        5 +
 .../editor/bookmarks/EditorBookmarksModule.java    |       75 +-
 .../modules/editor/bookmarks/FileBookmarks.java    |      138 +
 .../editor/bookmarks/FileBookmarksChange.java      |       84 +
 .../modules/editor/bookmarks/ProjectBookmarks.java |      204 +
 .../editor/bookmarks/ProjectBookmarksChange.java   |      115 +
 .../editor/bookmarks/WrapperBookmarkAction.java    |      115 +-
 .../editor/bookmarks/resources/bookmarks.settings  |        8 +
 .../editor/bookmarks/resources/bookmarks.wstcgrp   |       11 +
 .../editor/bookmarks/resources/bookmarks.wstcref   |       10 +
 .../editor/bookmarks/resources/bookmarksTable.png  |      Bin
 .../editor/bookmarks/resources/bookmarksTree.png   |      Bin
 .../bookmarks/resources/editor-bookmarks-2.xsd     |       78 +
 .../modules/editor/bookmarks/resources/layer.xml   |       52 +-
 .../modules/editor/bookmarks/resources/refresh.png |      Bin 0 -> 926 bytes
 .../editor/bookmarks/ui/BookmarkHistoryPopup.java  |      376 +
 .../bookmarks/ui/BookmarkHistoryPopupAction.java   |      107 +
 .../editor/bookmarks/ui/BookmarkKeyChooser.java    |      264 +
 .../modules/editor/bookmarks/ui/BookmarkNode.java  |      191 +
 .../editor/bookmarks/ui/BookmarkNodeRenderer.java  |       94 +
 .../editor/bookmarks/ui/BookmarksNodeTree.java     |      335 +
 .../editor/bookmarks/ui/BookmarksTable.java        |      164 +
 .../editor/bookmarks/ui/BookmarksTableModel.java   |      216 +
 .../modules/editor/bookmarks/ui/BookmarksView.java |      743 +
 .../modules/editor/bookmarks/ui/Bundle.properties  |       75 +
 .../bookmarks/ui/GotoLineOrBookmarkPanel.form      |       52 +
 .../bookmarks/ui/GotoLineOrBookmarkPanel.java      |      449 +
 .../testBookmarkMerge.java                         |       44 +-
 .../BookmarksPersistenceTest/testBookmarkMove.java |       44 +-
 .../BookmarksPersistenceTest/testNextBookmark.java |       44 +-
 .../BookmarksPersistenceTest/testPersistence.java  |       42 +-
 .../testPreviousBookmark.java                      |       44 +-
 .../lib/editor/bookmarks/api/BookmarkTest.java     |       77 +
 editor.bracesmatching/apichanges.xml               |       16 +
 editor.bracesmatching/manifest.mf                  |        1 -
 .../org-netbeans-modules-editor-bracesmatching.sig |       16 +-
 editor.bracesmatching/nbproject/project.properties |        7 +-
 editor.bracesmatching/nbproject/project.xml        |       42 +-
 .../BraceMatchingSidebarComponent.java             |      744 +
 .../BraceMatchingSidebarFactory.java               |       62 +
 .../editor/bracesmatching/BraceToolTip.java        |      126 +
 .../editor/bracesmatching/BracesMatchAction.java   |        7 +-
 .../editor/bracesmatching/Bundle.properties        |        1 +
 .../editor/bracesmatching/ControlPanel.form        |        8 +-
 .../editor/bracesmatching/ControlPanel.java        |       94 +-
 .../editor/bracesmatching/MasterMatcher.java       |      146 +-
 .../modules/editor/bracesmatching/MatchEvent.java  |       87 +
 .../editor/bracesmatching/MatchListener.java       |       63 +
 .../bracesmatching/SkipLinesViewFactory.java       |      240 +
 .../modules/editor/bracesmatching/SpiAccessor.java |        5 +
 .../modules/editor/bracesmatching/fontsColors.xml  |        1 +
 .../modules/editor/bracesmatching/layer.xml        |        1 -
 .../spi/editor/bracesmatching/BraceContext.java    |      141 +
 .../spi/editor/bracesmatching/BracesMatcher.java   |       24 +
 .../editor/bracesmatching/MasterMatcherTest.java   |       25 +-
 .../api/BracesMatchingTestUtils.java               |        2 +
 editor.breadcrumbs/build.xml                       |        5 +
 editor.breadcrumbs/manifest.mf                     |        5 +
 editor.breadcrumbs/nbproject/project.properties    |        3 +
 editor.breadcrumbs/nbproject/project.xml           |      128 +
 .../editor/breadcrumbs/BreadCrumbComponent.java    |      376 +
 .../editor/breadcrumbs/BreadCrumbsNodeImpl.java    |      148 +
 .../modules/editor/breadcrumbs/Bundle.properties   |        3 +
 .../modules/editor/breadcrumbs/HolderImpl.java     |       68 +
 .../modules/editor/breadcrumbs/MenuAction.java     |       63 +
 .../editor/breadcrumbs/SideBarFactoryImpl.java     |      160 +
 .../editor/breadcrumbs/resources/no-icon.png       |      Bin 0 -> 112 bytes
 .../editor/breadcrumbs/resources/separator.png     |      Bin 0 -> 327 bytes
 .../breadcrumbs/spi/BreadcrumbsController.java     |      162 +
 .../editor/breadcrumbs/spi/BreadcrumbsElement.java |       70 +
 .../breadcrumbs/support/BreadCrumbsScheduler.java  |      175 +
 editor.codetemplates/apichanges.xml                |       18 +
 .../org-netbeans-modules-editor-codetemplates.sig  |        9 +-
 editor.codetemplates/nbproject/project.properties  |        6 +-
 editor.codetemplates/nbproject/project.xml         |       47 +-
 .../lib/editor/codetemplates/AbbrevDetection.java  |       27 +-
 .../lib/editor/codetemplates/Bundle.properties     |        2 +-
 .../codetemplates/CodeTemplateCompletionItem.java  |       50 +-
 .../CodeTemplateCompletionProvider.java            |       29 +-
 .../codetemplates/CodeTemplateInsertHandler.java   |       19 +-
 .../CodeTemplateManagerOperation.java              |       58 +
 .../codetemplates/CodeTemplateParameterImpl.java   |        4 +-
 .../editor/codetemplates/SyncDocumentRegion.java   |       43 +-
 .../lib/editor/codetemplates/resources/layer.xml   |       17 -
 .../codetemplates/resources/mime-resolvers.xml     |       68 -
 .../codetemplates/spi/CodeTemplateFilter.java      |       19 +
 .../storage/CodeTemplateSettingsImpl.java          |        3 +-
 .../storage/CodeTemplatesStorage.java              |        8 +
 .../codetemplates/storage/SettingsProvider.java    |       34 +-
 .../codetemplates/storage/ui/Bundle.properties     |        1 +
 .../storage/ui/CodeTemplatesModel.java             |      100 +-
 .../storage/ui/CodeTemplatesPanel.form             |      151 +-
 .../storage/ui/CodeTemplatesPanel.java             |      284 +-
 .../storage/ui/CodeTemplatesPanelController.java   |        1 +
 .../codetemplates/textsync/TextRegionManager.java  |       17 +-
 .../storage/CodeTemplateSettingsImplTest.java      |        3 +-
 editor.completion/apichanges.xml                   |       16 +
 editor.completion/manifest.mf                      |        2 +-
 .../org-netbeans-modules-editor-completion.sig     |        6 +-
 editor.completion/nbproject/project.properties     |        4 +-
 editor.completion/nbproject/project.xml            |       32 +-
 .../netbeans/api/editor/completion/Completion.java |       12 +
 .../modules/editor/completion/Bundle.properties    |        5 +
 .../modules/editor/completion/CompletionImpl.java  |      114 +-
 .../editor/completion/CompletionImplProfile.java   |       34 +-
 .../completion/CompletionItemComparator.java       |        8 +-
 .../modules/editor/completion/CompletionJList.java |       41 +-
 .../editor/completion/CompletionLayout.java        |      134 +-
 .../editor/completion/CompletionLayoutPopup.java   |       42 +-
 .../editor/completion/CompletionScrollPane.java    |       57 +-
 .../editor/completion/DocumentationScrollPane.java |       89 +-
 .../modules/editor/completion/HTMLDocView.java     |       41 +-
 .../editor/completion/PatchedHtmlRenderer.java     |      328 +-
 .../editor/completion/ScreenBoundsProvider.java    |       76 -
 .../editor/completion/CompositeCompletionItem.java |       62 +
 .../completion/support/AsyncCompletionTask.java    |        2 +-
 .../completion/support/CompletionUtilities.java    |        5 +-
 .../nbproject/project.properties                   |        4 +-
 .../nbproject/project.xml                          |       14 +-
 .../pre65formatting/LegacyFormattersProvider.java  |       47 +-
 ...org-netbeans-modules-editor-errorstripe-api.sig |        2 +-
 .../nbproject/project.properties                   |        4 +-
 editor.errorstripe.api/nbproject/project.xml       |        2 +-
 editor.errorstripe/nbproject/project.properties    |        9 +-
 editor.errorstripe/nbproject/project.xml           |       16 +-
 .../modules/editor/errorstripe/AnnotationView.java |       92 +-
 .../editor/errorstripe/AnnotationViewDataImpl.java |       19 +-
 .../modules/editor/errorstripe/Bundle.properties   |       14 +-
 .../editor/errorstripe/caret/CaretMark.java        |       10 +-
 editor.fold.nbui/arch.xml                          |     1112 +
 editor.fold.nbui/build.xml                         |        5 +
 editor.fold.nbui/manifest.mf                       |        6 +
 editor.fold.nbui/nbproject/project.properties      |       46 +
 editor.fold.nbui/nbproject/project.xml             |      152 +
 .../api/editor/fold/ui/FoldingUISupport.java       |       90 +
 .../modules/editor/fold/ui/ActionFactory.java      |      338 +
 .../modules/editor/fold/ui/Bundle.properties       |       73 +
 .../modules/editor/fold/ui/CodeFoldingSideBar.java |     1570 +
 .../editor/fold/ui/CustomizerWithDefaults.java     |       62 +
 .../editor/fold/ui/DefaultFoldingOptions.form      |       59 +
 .../editor/fold/ui/DefaultFoldingOptions.java      |      515 +
 .../modules/editor/fold/ui/FoldContentReaders.java |      169 +
 .../editor/fold/ui/FoldOptionsController.java      |      341 +
 .../modules/editor/fold/ui/FoldOptionsPanel.form   |      155 +
 .../modules/editor/fold/ui/FoldOptionsPanel.java   |      439 +
 .../modules/editor/fold/ui/FoldToolTip.java        |      152 +
 .../modules/editor/fold/ui/FoldUtilitiesImpl.java  |       75 +
 .../netbeans/modules/editor/fold/ui/FoldView.java  |      442 +
 .../modules/editor/fold/ui/FoldViewFactory.java    |      277 +
 .../editor/fold/ui/FoldingEditorSupport.java       |      272 +
 .../editor/fold/ui/InheritedPreferences.java       |      252 +
 .../modules/editor/fold/ui/VerticalFlowLayout.java |      175 +
 .../org/netbeans/modules/editor/fold/ui/layer.xml  |       15 +
 .../modules/editor/fold/ui/BaseCaretTest.java      |      401 +
 editor.fold/apichanges.xml                         |       60 +
 editor.fold/arch.xml                               |      147 +-
 editor.fold/manifest.mf                            |        1 +
 .../nbproject/org-netbeans-modules-editor-fold.sig |       94 +-
 editor.fold/nbproject/project.properties           |        5 +-
 editor.fold/nbproject/project.xml                  |       45 +-
 .../src/org/netbeans/api/editor/fold/Fold.java     |      213 +-
 .../netbeans/api/editor/fold/FoldHierarchy.java    |       75 +-
 .../org/netbeans/api/editor/fold/FoldTemplate.java |      125 +
 .../src/org/netbeans/api/editor/fold/FoldType.java |      316 +-
 .../netbeans/api/editor/fold/FoldUtilities.java    |       39 +
 .../netbeans/api/editor/fold/FoldingSupport.java   |      157 +
 .../modules/editor/fold/ApiPackageAccessor.java    |       22 +-
 .../modules/editor/fold/CustomFoldManager.java     |      768 +
 .../modules/editor/fold/DefaultFoldProvider.java   |       83 +
 .../netbeans/modules/editor/fold/FoldChildren.java |       51 +-
 .../editor/fold/FoldHierarchyExecution.java        |      719 +-
 .../editor/fold/FoldHierarchyTransactionImpl.java  |      611 +-
 .../editor/fold/FoldManagerFactoryProvider.java    |        8 +-
 .../modules/editor/fold/FoldOperationImpl.java     |      752 +-
 .../netbeans/modules/editor/fold/FoldRegistry.java |      343 +
 .../netbeans/modules/editor/fold/FoldToolTip.java  |      119 -
 .../modules/editor/fold/FoldUtilitiesImpl.java     |      172 +-
 .../org/netbeans/modules/editor/fold/FoldView.java |      313 -
 .../modules/editor/fold/FoldViewFactory.java       |      184 -
 .../modules/editor/fold/GapObjectArray.java        |      358 +
 .../modules/editor/fold/JavadocReader.java         |      170 +
 .../modules/editor/fold/LayerProvider.java         |        1 +
 .../modules/editor/fold/LegacySettingsSync.java    |      181 +
 .../netbeans/spi/editor/fold/ContentReader.java    |       97 +
 .../spi/editor/fold/FoldHierarchyMonitor.java      |       63 +
 .../src/org/netbeans/spi/editor/fold/FoldInfo.java |      269 +
 .../netbeans/spi/editor/fold/FoldOperation.java    |      134 +
 .../netbeans/spi/editor/fold/FoldTypeProvider.java |       85 +
 .../goldenfiles/hierarchy/update-hierarchy.folds   |      142 +
 .../unit/data/hierarchy/update-hierarchy.folds     |      148 +
 .../modules/editor/fold/DoubleFoldManagerTest.java |       12 +-
 .../modules/editor/fold/FoldContentReader.txt      |       31 +
 .../modules/editor/fold/FoldContentReaderTest.java |      288 +
 .../modules/editor/fold/FoldGuardTest.java         |      496 +
 .../modules/editor/fold/FoldHierarchyTestEnv.java  |       52 +-
 .../modules/editor/fold/FoldManagerTesting.java    |        1 +
 .../modules/editor/fold/FoldOperationTest.java     |      658 +
 .../modules/editor/fold/NestedFoldManagerTest.java |        7 +-
 .../modules/editor/fold/RandomFoldManagerTest.java |       15 +-
 .../modules/editor/fold/SimpleFoldManagerTest.java |       53 +-
 editor.global.format/build.xml                     |        5 +
 editor.global.format/manifest.mf                   |        7 +
 editor.global.format/nbproject/project.properties  |        4 +
 editor.global.format/nbproject/project.xml         |      148 +
 .../modules/editor/global/format/Bundle.properties |        1 +
 .../editor/global/format/ConfirmationPanel.form    |       35 +
 .../editor/global/format/ConfirmationPanel.java    |      109 +
 .../editor/global/format/GlobalFormatAction.java   |      445 +
 .../modules/editor/global/format/layer.xml         |       11 +
 editor.guards/apichanges.xml                       |       17 +
 editor.guards/manifest.mf                          |        2 +-
 .../org-netbeans-modules-editor-guards.sig         |        9 +-
 editor.guards/nbproject/project.properties         |        4 +-
 editor.guards/nbproject/project.xml                |        8 +-
 .../netbeans/api/editor/guards/GuardedSection.java |       35 +-
 .../api/editor/guards/GuardedSectionManager.java   |        5 +
 .../api/editor/guards/InteriorSection.java         |       23 +
 .../netbeans/api/editor/guards/SimpleSection.java  |       10 +
 .../modules/editor/guards/GuardedReader.java       |        2 +-
 .../modules/editor/guards/GuardedSectionImpl.java  |       21 +-
 .../modules/editor/guards/GuardedSectionsImpl.java |        5 +-
 .../modules/editor/guards/GuardsAccessor.java      |        2 +
 .../editor/guards/GuardsSupportAccessor.java       |       68 +
 .../modules/editor/guards/InteriorSectionImpl.java |       26 +-
 .../modules/editor/guards/OffsetPosition.java      |       64 +
 .../modules/editor/guards/SimpleSectionImpl.java   |       13 +-
 .../support/AbstractGuardedSectionsProvider.java   |       21 +
 editor.indent.project/manifest.mf                  |        2 +-
 editor.indent.project/nbproject/project.properties |        4 +-
 editor.indent.project/nbproject/project.xml        |       41 +-
 .../indent/project/FormattingCustomizerPanel.form  |       28 +-
 .../indent/project/FormattingCustomizerPanel.java  |      123 +-
 .../project/ProjectAwareCodeStylePreferences.java  |       60 +-
 .../editor/indent/project/api/Customizers.java     |       11 +
 editor.indent/manifest.mf                          |        2 +-
 .../org-netbeans-modules-editor-indent.sig         |        3 +-
 editor.indent/nbproject/project.properties         |        4 +-
 editor.indent/nbproject/project.xml                |       32 +-
 .../netbeans/modules/editor/indent/IndentImpl.java |       24 +-
 .../modules/editor/indent/api/IndentUtils.java     |        4 +-
 .../editor/indent/spi/CodeStylePreferences.java    |      144 +-
 editor.kit/manifest.mf                             |        2 +-
 editor.kit/nbproject/project.xml                   |       54 +-
 editor.lib/apichanges.xml                          |      238 +
 editor.lib/arch.xml                                |        9 +
 editor.lib/manifest.mf                             |        2 +-
 editor.lib/nbproject/project.properties            |        6 +-
 editor.lib/nbproject/project.xml                   |       30 +-
 .../src/org/netbeans/editor/ActionFactory.java     |      874 +-
 editor.lib/src/org/netbeans/editor/Analyzer.java   |        1 +
 .../src/org/netbeans/editor/AnnotationTypes.java   |        8 +-
 .../src/org/netbeans/editor/Annotations.java       |       55 +-
 editor.lib/src/org/netbeans/editor/BaseAction.java |       99 +-
 editor.lib/src/org/netbeans/editor/BaseCaret.java  |     1037 +-
 .../src/org/netbeans/editor/BaseDocument.java      |     1329 +-
 .../src/org/netbeans/editor/BaseDocumentEvent.java |       79 +-
 editor.lib/src/org/netbeans/editor/BaseKit.java    |      556 +-
 editor.lib/src/org/netbeans/editor/BaseTextUI.java |      134 +-
 .../src/org/netbeans/editor/Bundle.properties      |       88 +-
 editor.lib/src/org/netbeans/editor/CharSeq.java    |        3 +-
 .../org/netbeans/editor/CodeFoldingSideBar.java    |      931 +-
 .../src/org/netbeans/editor/CustomFoldManager.java |       42 +-
 .../src/org/netbeans/editor/DialogSupport.java     |        2 +-
 .../src/org/netbeans/editor/DocumentFinder.java    |      128 -
 editor.lib/src/org/netbeans/editor/EditorUI.java   |      178 +-
 .../src/org/netbeans/editor/FindSupport.java       |      330 -
 .../org/netbeans/editor/FixLineSyntaxState.java    |       71 +-
 .../src/org/netbeans/editor/FoldingToolTip.java    |       11 +-
 editor.lib/src/org/netbeans/editor/GapStart.java   |        2 +
 .../src/org/netbeans/editor/GlyphGutter.java       |      611 +-
 .../src/org/netbeans/editor/GuardedDocument.java   |       16 +-
 .../src/org/netbeans/editor/GuardedException.java  |        6 +
 .../netbeans/editor/ImplementationProvider.java    |        2 +-
 editor.lib/src/org/netbeans/editor/JumpList.java   |        2 +-
 .../org/netbeans/editor/KeySequenceInputPanel.form |        5 +-
 .../src/org/netbeans/editor/MacroSavePanel.form    |        5 +-
 editor.lib/src/org/netbeans/editor/Mark.java       |       67 +-
 editor.lib/src/org/netbeans/editor/MarkBlock.java  |        3 +-
 .../src/org/netbeans/editor/MarkBlockChain.java    |       14 +-
 .../src/org/netbeans/editor/MultiKeymap.java       |       23 +-
 .../src/org/netbeans/editor/PopupManager.java      |       31 +-
 .../src/org/netbeans/editor/SideBarFactory.java    |        6 +-
 editor.lib/src/org/netbeans/editor/StatusBar.java  |       36 +-
 editor.lib/src/org/netbeans/editor/Utilities.java  |      193 +-
 editor.lib/src/org/netbeans/editor/ext/ExtKit.java |       84 +-
 .../org/netbeans/editor/ext/FindDialogPanel.form   |      185 -
 .../org/netbeans/editor/ext/FindDialogPanel.java   |      236 -
 .../org/netbeans/editor/ext/FindDialogSupport.java |      818 -
 .../org/netbeans/editor/ext/GotoDialogPanel.form   |        5 +-
 .../org/netbeans/editor/ext/GotoDialogSupport.java |       28 +-
 .../org/netbeans/editor/ext/ToolTipSupport.java    |      131 +-
 .../lib/editor/hyperlink/HyperlinkOperation.java   |       87 +-
 .../modules/editor/lib/BeforeSaveTasks.java        |      152 +-
 .../netbeans/modules/editor/lib/ColoringMap.java   |       62 +-
 .../modules/editor/lib/EditorPackageAccessor.java  |        4 +-
 .../modules/editor/lib/NavigationHistory.java      |      496 -
 .../editor/lib/TrailingWhitespaceRemove.java       |      429 +-
 .../org/netbeans/modules/editor/lib/URLMapper.java |      108 -
 .../netbeans/modules/editor/lib/WeakPositions.java |      146 -
 .../modules/editor/lib/drawing/CollapsedView.java  |        2 +-
 .../modules/editor/lib/drawing/DrawEngine.java     |        2 +-
 .../editor/lib/drawing/DrawEngineDocView.java      |      203 +-
 .../editor/lib/drawing/DrawEngineFakeDocView.java  |        6 -
 .../modules/editor/lib/drawing/DrawGraphics.java   |        2 +-
 .../modules/editor/lib/drawing/DrawLayerList.java  |       16 -
 .../editor/lib/drawing/FoldMultiLineView.java      |       37 -
 .../editor/lib/drawing/HighlightingDrawLayer.java  |      738 -
 .../modules/editor/lib/impl/MarkVector.java        |        5 +-
 .../src/org/netbeans/editor/BaseDocumentTest.java  |      302 +
 .../editor/TestingUndoableEditWrapper.java         |       72 +
 .../editor/TestingUndoableEditWrapper2.java        |       72 +
 .../netbeans/editor/UndoableEditWrapperTest.java   |      279 +
 .../modules/editor/lib/BeforeSaveTasksTest.java    |      169 +
 .../editor/lib/TrailingWhitespaceRemoveTest.java   |       36 +-
 editor.lib2/apichanges.xml                         |      161 +
 editor.lib2/manifest.mf                            |        2 +-
 .../nbproject/org-netbeans-modules-editor-lib2.sig |      247 +-
 editor.lib2/nbproject/project.properties           |       11 +-
 editor.lib2/nbproject/project.xml                  |       36 +-
 .../src/org/netbeans/api/editor/DialogBinding.java |        5 +-
 .../org/netbeans/api/editor/EditorActionNames.java |       57 +
 .../api/editor/EditorActionRegistration.java       |       36 +
 .../org/netbeans/api/editor/EditorRegistry.java    |       77 +-
 .../org/netbeans/api/editor/EditorUtilities.java   |       37 +
 .../org/netbeans/api/editor/NavigationHistory.java |      541 +
 .../api/editor/document/EditorDocumentUtils.java   |      120 +
 .../netbeans/modules/editor/lib2/Bundle.properties |        1 +
 .../modules/editor/lib2/ComponentUtils.java        |       29 +-
 .../modules/editor/lib2/DialogFactory.java         |       83 +
 .../modules/editor/lib2/DialogSupport.java         |        1 -
 .../org/netbeans/modules/editor/lib2/DocUtils.java |       56 +-
 .../lib2/EditorActionRegistrationProcessor.java    |      216 +-
 .../modules/editor/lib2/EditorImplementation.java  |        1 -
 .../editor/lib2/EditorImplementationProvider.java  |       78 +
 .../editor/lib2/EditorPreferencesDefaults.java     |        2 +-
 .../lib2/RectangularSelectionTransferHandler.java  |      388 +
 .../editor/lib2/RectangularSelectionUtils.java     |      166 +
 .../netbeans/modules/editor/lib2/URLMapper.java    |      108 +
 .../modules/editor/lib2/WeakPositions.java         |      149 +
 .../editor/lib2/WeakReferenceStableList.java       |      258 +
 .../modules/editor/lib2/actions/Bundle.properties  |       42 +
 .../editor/lib2/actions/EditorActionUtilities.java |      229 +-
 .../editor/lib2/actions/EditorRegistryWatcher.java |      138 +
 .../editor/lib2/actions/KeyBindingsUpdater.java    |      219 +
 .../editor/lib2/actions/MacroRecording.java        |       70 +-
 .../editor/lib2/actions/PresenterUpdater.java      |      468 +
 .../editor/lib2/actions/WrapperEditorAction.java   |       79 +
 .../lib2/document/AbstractPositionElement.java     |      149 +
 .../editor/lib2/document/AbstractRootElement.java  |      182 +
 .../modules/editor/lib2/document/CharContent.java  |      297 +
 .../modules/editor/lib2/document/ContentEdit.java  |      251 +
 .../document/DefaultDocumentCharacterAcceptor.java |       66 +
 .../document/DefaultEditorCharacterServices.java   |       70 +
 .../lib2/document/DocumentCharacterAcceptor.java   |       66 +
 .../lib2/document/DocumentInternalUtils.java       |      107 +
 .../lib2/document/DocumentSpiPackageAccessor.java  |       81 +
 .../lib2/document/EditorCharacterServices.java     |       64 +
 .../lib2/document/EditorDocumentContent.java       |      344 +
 .../lib2/document/EditorDocumentHandler.java       |      107 +
 .../lib2/document/EditorDocumentServices.java      |       75 +
 .../editor/lib2/document/EditorPosition.java       |       99 +
 .../modules/editor/lib2/document/LineElement.java  |      102 +
 .../editor/lib2/document/LineRootElement.java      |      228 +
 .../editor/lib2/document/ListUndoableEdit.java     |      145 +
 .../modules/editor/lib2/document/Mark.java         |      147 +
 .../modules/editor/lib2/document/MarkVector.java   |      717 +
 .../modules/editor/lib2/document/ModElement.java   |       69 +
 .../editor/lib2/document/ModRootElement.java       |      319 +
 .../editor/lib2/document/ReadWriteBuffer.java      |       83 +
 .../editor/lib2/document/ReadWriteUtils.java       |      230 +
 .../editor/lib2/document/StableCompoundEdit.java   |      263 +
 .../TrailingWhitespaceRemoveProcessor.java         |      225 +
 .../lib2/highlighting/AbstractOffsetGapList.java   |       29 +-
 .../lib2/highlighting/BlockHighlighting.java       |        2 -
 .../highlighting/CaretBasedBlockHighlighting.java  |      317 +-
 .../lib2/highlighting/CompoundAttributes.java      |      247 +
 .../highlighting/CompoundHighlightsContainer.java  |        9 +
 .../lib2/highlighting/DirectMergeContainer.java    |      496 +
 .../modules/editor/lib2/highlighting/Factory.java  |       21 +-
 .../editor/lib2/highlighting/HighlightItem.java    |       92 +
 .../lib2/highlighting/HighlightingManager.java     |      391 +-
 .../lib2/highlighting/HighlightsLayerAccessor.java |       39 +
 .../editor/lib2/highlighting/HighlightsList.java   |      335 +
 .../editor/lib2/highlighting/HighlightsReader.java |       94 +
 .../highlighting/ReadOnlyFilesHighlighting.java    |       27 +-
 .../lib2/highlighting/SyntaxHighlighting.java      |      868 +-
 .../lib2/highlighting/TextSearchHighlighting.java  |      190 -
 .../editor/lib2/highlighting/VisualMark.java       |       93 +
 .../editor/lib2/highlighting/VisualMarkVector.java |      186 +
 .../lib2/highlighting/WhitespaceHighlighting.java  |      419 +
 .../modules/editor/lib2/search/Bundle.properties   |       96 -
 .../modules/editor/lib2/search/DocumentFinder.java |     1257 -
 .../editor/lib2/search/EditorFindSupport.java      |     1043 -
 .../modules/editor/lib2/search/TextStorageSet.java |      178 +
 .../modules/editor/lib2/search/WordMatch.java      |      476 +
 .../typinghooks/CamelCaseInterceptorsManager.java  |      229 +
 .../DeletedTextInterceptorsManager.java            |       19 +-
 .../typinghooks/TypedBreakInterceptorsManager.java |        5 +-
 .../typinghooks/TypedTextInterceptorsManager.java  |       16 +-
 .../lib2/typinghooks/TypingHooksSpiAccessor.java   |        6 +-
 .../editor/lib2/view/AttributedCharSequence.java   |      389 +
 .../editor/lib2/view/DebugRepaintManager.java      |       27 +-
 .../modules/editor/lib2/view/DocumentView.java     |     1818 +-
 .../editor/lib2/view/DocumentViewChildren.java     |      707 +
 .../modules/editor/lib2/view/DocumentViewOp.java   |     1520 +
 .../modules/editor/lib2/view/EditorBoxView.java    |      570 -
 .../editor/lib2/view/EditorBoxViewChildren.java    |     1006 -
 .../editor/lib2/view/EditorTabExpander.java        |        2 +-
 .../modules/editor/lib2/view/EditorView.java       |      103 +-
 .../editor/lib2/view/EditorViewFactory.java        |      193 +-
 .../editor/lib2/view/EditorViewFactoryChange.java  |      110 +
 .../editor/lib2/view/EditorViewFactoryEvent.java   |       13 +-
 .../modules/editor/lib2/view/FontInfo.java         |      205 +
 .../modules/editor/lib2/view/HighlightsView.java   |      270 +-
 .../editor/lib2/view/HighlightsViewFactory.java    |      407 +-
 .../editor/lib2/view/HighlightsViewPart.java       |       35 +-
 .../editor/lib2/view/HighlightsViewUtils.java      |     1005 +-
 .../modules/editor/lib2/view/LineWrapType.java     |       70 +
 .../editor/lib2/view/LockedViewHierarchy.java      |      246 +
 .../modules/editor/lib2/view/NewlineView.java      |      110 +-
 .../modules/editor/lib2/view/OffsetRegion.java     |        6 +-
 .../modules/editor/lib2/view/ParagraphView.java    |      627 +-
 .../editor/lib2/view/ParagraphViewChildren.java    |     1142 +-
 .../editor/lib2/view/ParagraphViewDescriptor.java  |      113 +
 .../modules/editor/lib2/view/PrintUtils.java       |      205 +
 .../netbeans/modules/editor/lib2/view/TabView.java |       57 +-
 .../editor/lib2/view/TextLayoutBreakInfo.java      |      140 +
 .../modules/editor/lib2/view/TextLayoutCache.java  |      154 +-
 .../modules/editor/lib2/view/TextLayoutPart.java   |      156 -
 .../modules/editor/lib2/view/TextLayoutUtils.java  |      150 +-
 .../modules/editor/lib2/view/TextLayoutView.java   |       58 -
 .../editor/lib2/view/TextLayoutWrapper.java        |       97 -
 .../editor/lib2/view/ViewApiPackageAccessor.java   |       82 +
 .../modules/editor/lib2/view/ViewBuilder.java      |     1309 +-
 .../modules/editor/lib2/view/ViewChildren.java     |      393 +
 .../modules/editor/lib2/view/ViewGapStorage.java   |      151 +
 .../modules/editor/lib2/view/ViewHierarchy.java    |      180 +-
 .../editor/lib2/view/ViewHierarchyChange.java      |      150 +
 .../editor/lib2/view/ViewHierarchyEvent.java       |      211 +-
 .../editor/lib2/view/ViewHierarchyImpl.java        |      334 +
 .../editor/lib2/view/ViewHierarchyListener.java    |       76 +-
 .../editor/lib2/view/ViewPaintHighlights.java      |      307 +
 .../modules/editor/lib2/view/ViewPart.java         |      108 +
 .../editor/lib2/view/ViewRenderContext.java        |      123 +
 .../modules/editor/lib2/view/ViewReplace.java      |      132 +-
 .../modules/editor/lib2/view/ViewStats.java        |       57 +-
 .../modules/editor/lib2/view/ViewUpdates.java      |      516 +-
 .../modules/editor/lib2/view/ViewUtils.java        |      219 +-
 .../modules/editor/lib2/view/VisualUpdate.java     |      178 -
 .../modules/editor/lib2/view/WrapInfo.java         |      184 +-
 .../modules/editor/lib2/view/WrapInfoUpdater.java  |      689 +-
 .../modules/editor/lib2/view/WrapLine.java         |       50 +-
 .../netbeans/spi/editor/AbstractEditorAction.java  |      719 +-
 .../src/org/netbeans/spi/editor/Bundle.properties  |        1 +
 .../src/org/netbeans/spi/editor/DialogFactory.java |       83 -
 .../spi/editor/EditorImplementationProvider.java   |       78 -
 .../org/netbeans/spi/editor/SideBarFactory.java    |       61 +
 .../netbeans/spi/editor/document/OnSaveTask.java   |      204 +
 .../spi/editor/document/UndoableEditWrapper.java   |       68 +
 .../editor/typinghooks/CamelCaseInterceptor.java   |      277 +
 .../editor/typinghooks/TypedTextInterceptor.java   |       37 +-
 .../org/netbeans/api/editor/PlainDocumentTest.java |       20 +
 .../editor/lib2/WeakReferenceStableListTest.java   |      195 +
 .../editor/lib2/actions/MacroRecordingTest.java    |        3 +-
 .../lib2/document/DocumentContentTesting.java      |      605 +
 .../lib2/document/EditorDocumentContentTest.java   |      455 +
 .../editor/lib2/document/ExpectedDocument.java     |      106 +
 .../lib2/document/ExpectedDocumentContent.java     |      324 +
 .../editor/lib2/document/PositionSyncList.java     |      265 +
 .../editor/lib2/document/ReadWriteUtilsTest.java   |      143 +
 .../lib2/document/StableCompoundEditTest.java      |      202 +
 .../editor/lib2/document/TestEditorDocument.java   |       89 +
 .../highlighting/DirectMergeContainerTest.java     |       93 +
 .../lib2/highlighting/HighlightingManagerTest.java |      163 +-
 .../lib2/highlighting/HighlightsListTest.java      |      180 +
 .../lib2/highlighting/HighlightsMergeTesting.java  |      319 +
 .../lib2/highlighting/SyntaxHighlightingTest.java  |      225 +-
 .../highlighting/WhitespaceHighlightingTest.java   |      197 +
 .../editor/lib2/search/EditorFindSupportTest.java  |      543 -
 .../modules/editor/lib2/search/WordMatchTest.java  |      188 +
 .../EditorActionRegistrationTest.java              |       31 +-
 .../lib2/view/AttributedCharSequenceTest.java      |      139 +
 .../editor/lib2/view/RootViewRandomTesting.java    |       97 +-
 .../modules/editor/lib2/view/TestHighlight.java    |       14 +-
 .../editor/lib2/view/TestHighlightsView.java       |       40 +-
 .../lib2/view/TestHighlightsViewFactory.java       |       73 +-
 .../lib2/view/TestOffsetsHighlightsContainer.java  |       96 +
 .../modules/editor/lib2/view/TestRootView.java     |      290 -
 .../lib2/view/ViewHierarchyRandomTesting.java      |       15 +-
 .../editor/lib2/view/ViewHierarchyTest.java        |      243 +-
 .../editor/lib2/view/ViewPaintHighlightsTest.java  |      230 +
 .../lib2/view/ViewUpdatesExtraFactoryTest.java     |      303 +
 .../modules/editor/lib2/view/ViewUpdatesTest.java  |     1850 +
 .../editor/lib2/view/ViewUpdatesTesting.java       |      437 +
 .../spi/editor/AbstractEditorActionTest.java       |      223 +
 .../performance/SyntaxHighlightingTest.java        |       43 +-
 editor.macros/nbproject/project.properties         |        6 +-
 editor.macros/nbproject/project.xml                |       43 +-
 .../modules/editor/macros/Bundle.properties        |        2 +-
 .../modules/editor/macros/MacroDialogSupport.java  |       50 +-
 .../editor/macros/MacroShortcutsInjector.java      |       44 +-
 .../modules/editor/macros/MacrosKeymapManager.java |        5 +-
 .../org/netbeans/modules/editor/macros/layer.xml   |       10 -
 .../modules/editor/macros/mime-resolvers.xml       |       68 -
 .../editor/macros/storage/MacrosStorage.java       |       14 +-
 .../editor/macros/storage/ui/Bundle.properties     |        3 +-
 .../editor/macros/storage/ui/MacrosModel.java      |       65 +-
 .../editor/macros/storage/ui/MacrosNamePanel.form  |       57 +-
 .../editor/macros/storage/ui/MacrosNamePanel.java  |       68 +-
 .../editor/macros/storage/ui/MacrosPanel.form      |       52 +-
 .../editor/macros/storage/ui/MacrosPanel.java      |      250 +-
 .../macros/storage/ui/MacrosPanelController.java   |        9 +-
 .../editor/macros/storage/ui/TableSorter.java      |       11 +
 editor.mimelookup.impl/manifest.mf                 |        2 +-
 .../nbproject/project.properties                   |        4 +-
 editor.mimelookup.impl/nbproject/project.xml       |       12 +-
 .../impl/DummyMimeLookupInitializer.java           |       43 +-
 .../modules/editor/mimelookup/impl/IssuesTest.java |        2 +-
 .../editor/mimelookup/impl/MimeLookupTest.java     |        2 +
 .../mimelookup/impl/TestLookupObjectTwo.java       |       44 +-
 editor.mimelookup/apichanges.xml                   |       20 +-
 editor.mimelookup/manifest.mf                      |        2 +-
 .../org-netbeans-modules-editor-mimelookup.sig     |        7 +-
 editor.mimelookup/nbproject/project.properties     |        4 +-
 editor.mimelookup/nbproject/project.xml            |        6 +-
 .../netbeans/api/editor/mimelookup/MimePath.java   |       76 +-
 .../mimelookup/CreateRegistrationProcessor.java    |        6 +-
 .../modules/editor/mimelookup/MimePathLookup.java  |       28 +-
 .../spi/editor/mimelookup/MimeLocation.java        |        2 +
 .../api/editor/mimelookup/MimePathMemoryTest.java  |       43 +-
 .../api/editor/mimelookup/MimePathTest.java        |       30 +
 .../mimelookup/DummyMimeLookupInitializer.java     |       43 +-
 .../editor/mimelookup/MimePathLookupTest.java      |      131 +
 editor.plain.lib/manifest.mf                       |        2 +-
 editor.plain.lib/nbproject/project.xml             |        2 +-
 editor.plain/manifest.mf                           |        2 +-
 editor.plain/nbproject/project.xml                 |       12 +-
 editor.search/build.xml                            |        5 +
 editor.search/manifest.mf                          |        7 +
 editor.search/nbproject/project.properties         |        3 +
 editor.search/nbproject/project.xml                |      148 +
 .../modules/editor/search/Bundle.properties        |       50 +
 .../modules/editor/search/DocumentFinder.java      |     1350 +
 .../modules/editor/search/EditorFindSupport.java   |     1184 +
 .../editor/search/ListFocusTraversalPolicy.java    |      128 +
 .../netbeans/modules/editor/search/ReplaceBar.java |      398 +
 .../netbeans/modules/editor/search/SearchBar.java  |     1245 +
 .../modules/editor/search/SearchButton.java        |      129 +
 .../modules/editor/search/SearchComboBox.java      |       89 +
 .../editor/search/SearchComboBoxEditor.java        |      414 +
 .../modules/editor/search/SearchNbEditorKit.java   |      169 +
 .../editor/search/SearchPropertiesSupport.java     |      144 +
 .../editor/search/TextSearchHighlighting.java      |      253 +
 .../editor/search/actions/Bundle.properties        |        8 +
 .../editor/search/actions/FindNextAction.java      |       81 +
 .../editor/search/actions/FindPreviousAction.java  |       81 +
 .../editor/search/actions/FindSelectionAction.java |      138 +
 .../editor/search/actions/ReplaceAction.java       |      103 +
 .../editor/search/actions/SearchAction.java        |      106 +
 .../actions/ToggleHighlightSearchAction.java       |      156 +
 .../editor/search/completion/SearchCompletion.java |      129 +
 .../search/completion/SearchCompletionItem.java    |      178 +
 .../org/netbeans/modules/editor/search/layer.xml   |       51 +
 .../modules/editor/search}/resources/find_next.png |      Bin
 .../editor/search}/resources/find_previous.png     |      Bin
 .../editor/search}/resources/find_selection.png    |      Bin
 .../modules/editor/search/resources/highlight.png  |      Bin 0 -> 514 bytes
 .../modules/editor/search/resources/matchCase.png  |      Bin 0 -> 704 bytes
 .../modules/editor/search/resources/regexp.png     |      Bin 0 -> 503 bytes
 .../modules/editor/search/resources/replace.png    |      Bin 0 -> 649 bytes
 .../editor/search/resources/replace_all.png        |      Bin 0 -> 665 bytes
 .../editor/search/resources/replace_last.png       |      Bin 0 -> 654 bytes
 .../editor/search}/resources/toggle_highlight.png  |      Bin
 .../modules/editor/search/resources/wholeWord.png  |      Bin 0 -> 456 bytes
 .../modules/editor/search/resources/wrapAround.png |      Bin 0 -> 612 bytes
 .../modules/editor/search/DocumentFinderTest.java  |      459 +
 .../editor/search/EditorFindSupportTest.java       |      637 +
 .../editor/search/SearchPropertiesSupportTest.java |       60 +
 editor.settings.storage/apichanges.xml             |       41 +
 editor.settings.storage/manifest.mf                |        2 +-
 .../nbproject/project.properties                   |       11 +-
 editor.settings.storage/nbproject/project.xml      |       22 +-
 .../editor/settings/storage/Bundle.properties      |        2 +-
 .../settings/storage/EditorSettingsImpl.java       |      133 +-
 .../editor/settings/storage/MimeTypesTracker.java  |        6 +-
 .../editor/settings/storage/ProfilesTracker.java   |        6 +-
 .../editor/settings/storage/SettingsProvider.java  |        6 +
 .../modules/editor/settings/storage/Utils.java     |       14 +
 .../settings/storage/api/EditorSettings.java       |       33 +
 .../storage/api/EditorSettingsStorage.java         |       23 +-
 .../settings/storage/api/MemoryPreferences.java    |      172 +
 .../settings/storage/api/OverridePreferences.java  |       68 +
 .../storage/fontscolors/ColoringStorage.java       |       43 +-
 .../settings/storage/fontscolors/CompositeFCS.java |      200 +-
 .../storage/fontscolors/FontColorSettingsImpl.java |       20 +-
 .../storage/keybindings/KeyMapsStorage.java        |        4 +-
 .../modules/editor/settings/storage/layer.xml      |       13 -
 .../storage/preferences/InheritedPreferences.java  |      281 +
 .../storage/preferences/PreferencesImpl.java       |       32 +-
 .../storage/preferences/ProxyPreferencesImpl.java  |     1138 +
 .../storage/spi/support/StorageSupport.java        |      140 +-
 .../editor/settings/storage/EditorTestLookup.java  |        6 +
 .../settings/storage/MimeTypesTrackerTest.java     |        2 +
 .../settings/storage/ProfilesTrackerTest.java      |        3 +
 .../storage/fontscolors/ColoringStorageTest.java   |       18 +-
 .../highlight-colorings-all-languages.xml          |        1 +
 .../storage/preferences/PreferencesTest.java       |       18 +-
 .../preferences/ProxyPreferencesImplTest.java      |      756 +
 editor.settings/apichanges.xml                     |       44 +
 editor.settings/manifest.mf                        |        2 +-
 .../org-netbeans-modules-editor-settings.sig       |        8 +-
 editor.settings/nbproject/project.properties       |        4 +-
 editor.settings/nbproject/project.xml              |        2 +-
 .../api/editor/settings/FontColorNames.java        |        3 +
 .../api/editor/settings/SimpleValueNames.java      |       44 +
 .../netbeans/modules/editor/settings/AttrSet.java  |        3 +
 editor.structure/manifest.mf                       |        1 +
 editor.structure/nbproject/project.properties      |        2 +-
 editor.structure/nbproject/project.xml             |       16 +-
 .../structure/formatting/JoinedTokenSequence.java  |       45 +-
 .../editor/structure/formatting/TextBounds.java    |       45 +-
 .../editor/structure/formatting/TransferData.java  |       45 +-
 editor.tools.storage/arch.xml                      |     1078 +
 editor.tools.storage/build.xml                     |        5 +
 editor.tools.storage/manifest.mf                   |        7 +
 editor.tools.storage/nbproject/project.properties  |        4 +
 editor.tools.storage/nbproject/project.xml         |      183 +
 .../modules/editor/tools/storage/Bundle.properties |        1 +
 .../editor/tools/storage/ToolConfiguration-1_0.dtd |       71 +
 .../editor/tools/storage/api/ToolPreferences.java  |       89 +
 .../tools/storage/api/XMLHintPreferences.java      |      343 +
 .../modules/editor/tools/storage/layer.xml         |       13 +
 .../tools/storage/api/ToolPreferencesTest.java     |      127 +
 editor.util/apichanges.xml                         |       27 +
 editor.util/arch.xml                               |       63 +-
 editor.util/manifest.mf                            |        2 +-
 editor.util/nbproject/project.properties           |        4 +-
 .../netbeans/lib/editor/util/PriorityMutex.java    |       70 +-
 .../lib/editor/util/StringEscapeUtils.java         |      124 +
 .../lib/editor/util/swing/BlockCompare.java        |      215 +-
 .../lib/editor/util/swing/DocumentUtilities.java   |       18 +-
 .../lib/editor/util/StringEscapeUtilsTest.java     |       91 +
 .../lib/editor/util/random/EditorPaneTesting.java  |        4 +-
 .../editor/util/random/RandomTestContainer.java    |      177 +-
 .../lib/editor/util/swing/BlockCompareTest.java    |      165 +
 .../editor/util/swing/DocumentUtilitiesTest.java   |       47 +
 .../base/org/netbeans/editor/example/Editor.form   |       11 +-
 .../base/org/netbeans/editor/example/Editor.java   |       42 +-
 .../base/org/netbeans/editor/example/HTMLKit.java  |       43 +
 editor/demosrc/base/run.sh                         |       45 +
 editor/nbproject/project.properties                |       11 +-
 editor/nbproject/project.xml                       |       68 +-
 .../org/netbeans/modules/editor/Bundle.properties  |        3 +
 .../org/netbeans/modules/editor/EditorModule.java  |      175 +-
 .../netbeans/modules/editor/EditorWarmUpTask.java  |        3 +
 .../netbeans/modules/editor/ExportHtmlAction.java  |       54 +-
 .../modules/editor/HtmlPrintContainer.java         |       49 +
 .../netbeans/modules/editor/MainMenuAction.java    |      137 +-
 .../netbeans/modules/editor/NbEditorDocument.java  |       58 +-
 .../org/netbeans/modules/editor/NbEditorKit.java   |      448 +-
 .../netbeans/modules/editor/NbEditorToolBar.java   |       94 +-
 .../org/netbeans/modules/editor/NbEditorUI.java    |       62 +-
 .../src/org/netbeans/modules/editor/NbToolTip.java |       67 +-
 .../modules/editor/codegen/GenerateCodePanel.form  |        6 +-
 .../modules/editor/codegen/GenerateCodePanel.java  |       47 +-
 .../editor/codegen/NbGenerateCodeAction.java       |        2 +-
 .../netbeans/modules/editor/codegen/PopupUtil.java |        7 +-
 .../netbeans/modules/editor/impl/ActionsList.java  |       40 +-
 .../netbeans/modules/editor/impl/Bundle.properties |       16 +-
 .../editor/impl/ComplexValueSettingsFactory.java   |       17 +
 .../modules/editor/impl/CustomizableSideBar.java   |       53 +-
 .../modules/editor/impl/DefaultIndentEngine.java   |      175 +
 .../modules/editor/impl/NbDialogFactory.java       |        8 +-
 .../impl/NbEditorImplementationProvider.java       |        4 +-
 .../netbeans/modules/editor/impl/NbURLMapper.java  |        4 +-
 .../editor/impl/ReformatBeforeSaveTask.java        |      300 +
 .../netbeans/modules/editor/impl/SearchBar.java    |     1054 -
 .../editor/impl/SideBarFactoriesProvider.java      |       36 +-
 .../modules/editor/impl/StatusLineComponent.java   |       14 +-
 .../modules/editor/impl/StatusLineFactories.java   |       30 +-
 .../modules/editor/impl/actions/Bundle.properties  |        1 +
 .../impl/actions/ClipboardHistoryAction.java       |       65 +
 .../editor/impl/actions/LineActionsMainMenu.java   |        8 +-
 .../impl/actions/NavigationHistoryBackAction.java  |      108 +-
 .../actions/NavigationHistoryForwardAction.java    |       82 +-
 .../actions/NavigationHistoryLastEditAction.java   |        6 +-
 .../actions/clipboardhistory/Bundle.properties     |       44 +
 .../actions/clipboardhistory/ClipboardHistory.java |      186 +
 .../clipboardhistory/ClipboardHistoryElement.java  |      113 +
 .../clipboardhistory/CompletionLayoutPopup.java    |      720 +
 .../clipboardhistory/DocumentationScrollPane.java  |       97 +
 .../clipboardhistory/ListCompletionView.java       |      329 +
 .../clipboardhistory/ScrollCompletionPane.java     |      333 +
 .../impl/highlighting/AnnotationsHighlighting.java |        4 +-
 .../editor/resources/NetBeans-annotations.xml      |      146 +
 .../modules/editor/resources/NetBeans-editor.xml   |        3 +
 .../editor/resources/NetBeans-keybindings-mac.xml  |       19 +-
 .../editor/resources/NetBeans-keybindings.xml      |       19 +-
 .../editor/resources/NetBeans-preferences.xml      |       14 +-
 .../netbeans/modules/editor/resources/layer.xml    |       38 +-
 .../modules/editor/resources/rect_select_16x16.png |      Bin 0 -> 3018 bytes
 .../modules/editor/resources/rect_select_24x24.png |      Bin 0 -> 3110 bytes
 .../netbeans/modules/editor/url/HyperlinkImpl.java |       14 +-
 .../org/netbeans/modules/editor/url/Parser.java    |       86 +-
 .../test/editor/completion/ArgumentTest.java       |       43 +
 .../test/editor/completion/InnerOutter.java        |       43 +-
 .../org/netbeans/test/editor/completion/Main.java  |       43 +-
 .../netbeans/test/editor/completion/TestFile.java  |       44 +-
 .../testJavaEnterBeginAndEnd.pass                  |       43 +
 .../netbeans/test/editor/highlight/testColor.pass  |      364 +-
 .../test/editor/highlight/testCommentColor.pass    |      360 +-
 .../test/editor/highlight/testOtherColors.pass     |      302 +-
 .../editor/search/ReplaceTest/testReplaceAll.pass  |       42 +-
 .../ReplaceTest/testReplaceDialogComboBox.pass     |        4 +-
 .../ReplaceTest/testReplaceInSelectionOnly.pass    |       42 +-
 .../search/ReplaceTest/testReplaceMatchCase.pass   |       42 +-
 .../ReplaceTest/testReplaceSelectionRepeated.pass  |       44 +-
 .../testAllAbbrev.pass                             |      394 +-
 .../testSelection.pass                             |        2 +-
 .../org/netbeans/test/editor/data/GuiPanel.form    |        6 +-
 .../org/netbeans/test/editor/data/GuiPanel.java    |       42 +-
 .../projects/editor_test/nbproject/jfx-impl.xml    |     1364 +
 .../data/projects/editor_test/src/abbrev/Test.java |       43 +-
 .../projects/editor_test/src/abbrev/Test2.java     |       43 +
 .../projects/editor_test/src/dummy/sample1.java    |       42 +-
 .../data/projects/editor_test/src/keymap/Main.java |       57 +
 .../data/projects/editor_test/src/keymap/Test.java |       44 +-
 .../testJavaEnterBeginAndEnd.java                  |       43 +
 .../netbeans/test/editor/highlight/testColor.java  |       41 +
 .../test/editor/highlight/testCommentColor.java    |       42 +-
 .../test/editor/highlight/testOtherColors.java     |       43 +
 .../editor/popup/MainMenuTest/testMainMenu.java    |       43 +
 .../IncrementalSearchTest/testSearchForward.java   |       43 +
 .../editor/search/ReplaceTest/testReplaceAll.java  |       42 +-
 .../ReplaceTest/testReplaceDialogComboBox.java     |       42 +-
 .../ReplaceTest/testReplaceDialogOpenClose.java    |       42 +-
 .../ReplaceTest/testReplaceInSelectionOnly.java    |       42 +-
 .../search/ReplaceTest/testReplaceMatchCase.java   |       42 +-
 .../ReplaceTest/testReplaceSelectionRepeated.java  |       42 +-
 .../BasicShortcuts/testReplaceInFile.java          |       42 +-
 .../jellytools/modules/editor/Abbreviations.java   |        4 +-
 .../modules/editor/AddShortcutDialog.java          |       42 +-
 .../modules/editor/CreateNewProfileDialog.java     |       42 +-
 .../modules/editor/EditorPanelOperator.java        |      168 +
 .../jellytools/modules/editor/KeyMapOperator.java  |       28 +-
 .../editor/ManageProfilesDialogOperator.java       |        4 +
 .../jellytools/modules/editor/Replace.java         |       42 +-
 .../modules/editor/ReplaceBarOperator.java         |      143 +
 .../modules/editor/SearchBarOperator.java          |      161 +
 .../test/editor/general/GeneralTypingTest.java     |        2 +-
 .../test/editor/highlight/SyntaxHighlightTest.java |       12 +-
 .../test/editor/search/IncrementalSearchTest.java  |      267 +-
 .../netbeans/test/editor/search/ReplaceTest.java   |      442 +-
 .../test/editor/search/SearchBarOperator.java      |      241 -
 .../netbeans/test/editor/suites/GeneralSuite.java  |        8 +-
 .../netbeans/test/editor/suites/KeyMapSuite.java   |        7 +-
 .../netbeans/test/editor/suites/SearchSuite.java   |        6 +-
 .../netbeans/test/editor/suites/StableSuite.java   |       18 +-
 .../abbrevs/AbbreviationsAddRemovePerformer.java   |       36 +-
 .../test/editor/suites/keybindings/KeyMapTest.java |       78 +-
 .../netbeans/modules/editor/AnnotationsTest.java   |       44 +-
 .../modules/editor/AnnotationsUnitTestSuite.java   |       43 +
 .../modules/editor/BaseDocumentUnitTestCase.java   |       44 +-
 .../netbeans/modules/editor/DocumentUndoTest.java  |       44 +-
 .../modules/editor/DocumentUnitTestSuite.java      |       43 +
 .../modules/editor/FormatterUnitTestSuite.java     |       43 +
 .../editor/LineSeparatorDataEditorSupportTest.java |      107 +
 .../editor/RandomDocumentUnitTestSuite.java        |       43 +
 .../modules/editor/SmartBracketUnitTestSuite.java  |       43 +
 .../modules/editor/impl/KitsTrackerTest.java       |       44 +-
 .../impl/SideBarFactoriesProvider-test-layer.xml   |       42 +
 .../editor/impl/SideBarFactoriesProviderTest.java  |      141 +
 .../openide/InheritedUndoRedoCooperationTest.java  |       63 +
 .../InheritedUndoRedoWrappingCooperationTest.java  |       68 +
 .../netbeans/modules/editor/url/ParserTest.java    |       24 +-
 el.lexer/manifest.mf                               |        2 +-
 el.lexer/nbproject/project.properties              |        4 +
 el.lexer/nbproject/project.xml                     |        2 +-
 .../src/org/netbeans/modules/el/lexer/ELLexer.java |      114 +-
 .../src/org/netbeans/modules/el/lexer/ELState.java |       58 +-
 .../netbeans/modules/el/lexer/api/ELTokenId.java   |        4 +
 .../modules/el/lexer/ELLexerBatchTest.java         |      586 +-
 .../org/netbeans/modules/extbrowser/CrxTask.java   |      223 +
 extbrowser.chrome/build.xml                        |       27 +
 extbrowser.chrome/manifest.mf                      |        5 +
 extbrowser.chrome/nbproject/project.properties     |       47 +
 extbrowser.chrome/nbproject/project.xml            |      146 +
 .../plugins/chrome/_locales/en/messages.json       |      211 +
 extbrowser.chrome/plugins/chrome/css/devtools.css  |       58 +
 extbrowser.chrome/plugins/chrome/css/infobar.css   |       86 +
 extbrowser.chrome/plugins/chrome/css/options.css   |      219 +
 extbrowser.chrome/plugins/chrome/css/popup.css     |      108 +
 extbrowser.chrome/plugins/chrome/css/warning.css   |      112 +
 .../plugins/chrome/html/devtools-nb.html           |       61 +
 .../plugins/chrome/html/devtools.html              |       48 +
 extbrowser.chrome/plugins/chrome/html/infobar.html |       66 +
 extbrowser.chrome/plugins/chrome/html/main.html    |       51 +
 extbrowser.chrome/plugins/chrome/html/options.html |      115 +
 extbrowser.chrome/plugins/chrome/html/popup.html   |       95 +
 extbrowser.chrome/plugins/chrome/html/warning.html |       78 +
 .../plugins/chrome/i18n/devtools-nb.js             |       46 +
 extbrowser.chrome/plugins/chrome/i18n/i18n.js      |      109 +
 extbrowser.chrome/plugins/chrome/i18n/options.js   |       58 +
 extbrowser.chrome/plugins/chrome/i18n/popup.js     |       55 +
 extbrowser.chrome/plugins/chrome/i18n/warning.js   |       51 +
 .../plugins/chrome/img/netbeans128.png             |      Bin 0 -> 20011 bytes
 .../plugins/chrome/img/netbeans16.png              |      Bin 0 -> 847 bytes
 .../plugins/chrome/img/netbeans48.png              |      Bin 0 -> 3674 bytes
 .../plugins/chrome/img/presets/DESKTOP.png         |      Bin 0 -> 1093 bytes
 .../plugins/chrome/img/presets/NETBOOK.png         |      Bin 0 -> 1101 bytes
 .../chrome/img/presets/SMARTPHONE_LANDSCAPE.png    |      Bin 0 -> 1100 bytes
 .../chrome/img/presets/SMARTPHONE_PORTRAIT.png     |      Bin 0 -> 1111 bytes
 .../chrome/img/presets/TABLET_LANDSCAPE.png        |      Bin 0 -> 1076 bytes
 .../plugins/chrome/img/presets/TABLET_PORTRAIT.png |      Bin 0 -> 1067 bytes
 .../plugins/chrome/img/presets/WIDESCREEN.png      |      Bin 0 -> 1114 bytes
 .../plugins/chrome/img/presets/boxModel.png        |      Bin 0 -> 1063 bytes
 .../plugins/chrome/img/presets/customize.png       |      Bin 0 -> 1356 bytes
 .../chrome/img/presets/freezeJavaScript.png        |      Bin 0 -> 1300 bytes
 .../plugins/chrome/img/presets/menu.png            |      Bin 0 -> 1064 bytes
 .../plugins/chrome/img/presets/selectionMode.png   |      Bin 0 -> 1078 bytes
 .../plugins/chrome/img/presets/sizeToFit.png       |      Bin 0 -> 1093 bytes
 .../chrome/img/warnings/disconnectedDebugger.png   |      Bin 0 -> 7867 bytes
 .../plugins/chrome/img/warnings/icon.png           |      Bin 0 -> 2504 bytes
 extbrowser.chrome/plugins/chrome/js/chrome.js      |      570 +
 extbrowser.chrome/plugins/chrome/js/common.js      |      615 +
 extbrowser.chrome/plugins/chrome/js/devtools-nb.js |       82 +
 extbrowser.chrome/plugins/chrome/js/devtools.js    |       54 +
 extbrowser.chrome/plugins/chrome/js/infobar.js     |      133 +
 extbrowser.chrome/plugins/chrome/js/options.js     |      480 +
 extbrowser.chrome/plugins/chrome/js/popup.js       |      204 +
 extbrowser.chrome/plugins/chrome/js/warning.js     |       87 +
 extbrowser.chrome/plugins/chrome/key.pem           |       16 +
 extbrowser.chrome/plugins/chrome/manifest.json     |       42 +
 extbrowser.chrome/plugins/chrome/public.pem        |        6 +
 .../chrome_web_store_resources/description.txt     |       11 +
 .../netbeans-cube-chrome.png                       |      Bin 0 -> 10505 bytes
 .../screenshot_1280x800.jpg                        |      Bin 0 -> 300967 bytes
 .../modules/extbrowser/chrome/Bundle.properties    |        1 +
 .../extbrowser/chrome/ChromeBrowserImpl.java       |      380 +
 ...hromeWithNetBeansIntegrationBrowserFactory.java |      100 +
 .../chrome/ChromeWithPluginBrowserFactory.java     |      100 +
 ...omiumWithNetBeansIntegrationBrowserFactory.java |       99 +
 .../chrome/ChromiumWithPluginBrowserFactory.java   |       99 +
 .../extbrowser/chrome/resources/warning.png        |      Bin 0 -> 603 bytes
 .../extbrowser/plugins/ExtensionManager.java       |      112 +
 .../plugins/ExtensionManagerAccessor.java          |      101 +
 .../extbrowser/plugins/ExternalBrowserPlugin.java  |      921 +
 .../modules/extbrowser/plugins/Message.java        |      140 +
 .../extbrowser/plugins/MessageDispatcherImpl.java  |       59 +
 .../extbrowser/plugins/MessageListener.java        |       13 +
 .../plugins/PageInspectionHandleImpl.java          |      105 +
 .../extbrowser/plugins/RemoteScriptExecutor.java   |      214 +
 .../netbeans/modules/extbrowser/plugins/Utils.java |      506 +
 .../extbrowser/plugins/chrome/Bundle.properties    |       86 +
 .../extbrowser/plugins/chrome/ChromeInfoPanel.form |       56 +
 .../extbrowser/plugins/chrome/ChromeInfoPanel.java |      138 +
 .../plugins/chrome/ChromeManagerAccessor.java      |      612 +
 .../plugins/chrome/ChromiumManagerAccessor.java    |      117 +
 .../extbrowser/plugins/chrome/LinkListener.java    |      138 +
 .../plugins/chrome/WebKitDebuggingTransport.java   |      117 +
 .../extbrowser/plugins/chrome/WebStorePanel.form   |       98 +
 .../extbrowser/plugins/chrome/WebStorePanel.java   |      273 +
 extbrowser/manifest.mf                             |        3 +-
 extbrowser/native/NbDDEBrowserImpl.cpp             |      979 +-
 extbrowser/native/NbDDEBrowserImpl.h               |       42 +
 extbrowser/native/StdAfx.h                         |       42 +
 extbrowser/nbproject/project.properties            |        5 +
 extbrowser/nbproject/project.xml                   |       68 +-
 .../netbeans/modules/extbrowser/BrowserUtils.java  |       84 +
 .../netbeans/modules/extbrowser/Bundle.properties  |       18 +-
 .../netbeans/modules/extbrowser/ChromeBrowser.java |      224 +
 .../modules/extbrowser/ChromeBrowserBeanInfo.java  |       92 +
 .../modules/extbrowser/ChromiumBrowser.java        |      147 +
 .../extbrowser/ChromiumBrowserBeanInfo.java        |       94 +
 .../extbrowser/DelegatingWebBrowserImpl.java       |       13 +-
 .../modules/extbrowser/ExtBrowserImpl.java         |       73 +-
 .../netbeans/modules/extbrowser/ExtWebBrowser.java |      135 +-
 .../modules/extbrowser/FirefoxBrowser.java         |        6 +-
 .../modules/extbrowser/IExplorerBrowser.java       |        8 +-
 .../modules/extbrowser/MacBrowserImpl.java         |      148 +-
 .../modules/extbrowser/MozillaBrowser.java         |        8 +-
 .../modules/extbrowser/NbDdeBrowserImpl.java       |      101 +-
 .../extbrowser/NbDefaultUnixBrowserImpl.java       |      147 +-
 .../modules/extbrowser/NetscapeBrowser.java        |      223 -
 .../extbrowser/NetscapeBrowserBeanInfo.java        |       88 -
 .../modules/extbrowser/PrivateBrowserFamilyId.java |       62 +
 .../netbeans/modules/extbrowser/SafariBrowser.java |        2 +
 .../modules/extbrowser/SimpleExtBrowser.java       |        9 +-
 .../modules/extbrowser/SimpleExtBrowserImpl.java   |       25 +-
 .../modules/extbrowser/SystemDefaultBrowser.java   |       45 +-
 .../modules/extbrowser/UnixBrowserImpl.java        |       55 +-
 .../modules/extbrowser/resources/ChromeBrowser.xml |       10 +
 .../extbrowser/resources/ChromiumBrowser.xml       |       10 +
 .../extbrowser/resources/NetscapeBrowser.xml       |       10 -
 .../extbrowser/resources/browser_generic_16x.png   |      Bin 0 -> 961 bytes
 .../modules/extbrowser/resources/layer.xml         |       13 +-
 .../modules/extbrowser/resources/warning.png       |      Bin 0 -> 603 bytes
 .../modules/extbrowser/ExtWebBrowserTest.java      |        2 +-
 .../modules/extbrowser/MacBrowserImplTest.java     |      121 +
 .../modules/extbrowser/NbDdeBrowserImplTest.java   |        2 +-
 .../modules/extbrowser/UnixBrowserImplTest.java    |        2 +-
 .../extbrowser/data/mac_defaults_chrome.txt        |      254 +
 .../extbrowser/data/mac_defaults_firefox.txt       |      253 +
 .../modules/extbrowser/data/mac_defaults_opera.txt |      253 +
 .../extbrowser/data/mac_defaults_safari.txt        |      253 +
 extbrowser/webclient/build.xml                     |      119 -
 extbrowser/webclient/manifest.mf                   |        7 -
 .../netbeans/modules/webclient/Bundle.properties   |       64 -
 .../org/netbeans/modules/webclient/URLUtil.java    |      157 -
 .../modules/webclient/WebclientBrowser.java        |      128 -
 .../webclient/WebclientBrowserBeanInfo.java        |      102 -
 .../webclient/WebclientBrowserComponent.java       |      245 -
 .../modules/webclient/WebclientBrowserImpl.java    |      428 -
 .../src/org/netbeans/modules/webclient/layer.xml   |       69 -
 extexecution.destroy/build.xml                     |        5 -
 extexecution.destroy/external/binaries-list        |        5 -
 .../external/commons-io-1.4-license.txt            |      210 -
 .../external/processtreekiller-1.0.1-license.txt   |       29 -
 extexecution.destroy/manifest.mf                   |        6 -
 extexecution.destroy/nbproject/project.properties  |        7 -
 extexecution.destroy/nbproject/project.xml         |       62 -
 .../modules/extexecution/destroy/Bundle.properties |        1 -
 .../destroy/ProcessDestroyPerformerImpl.java       |       61 -
 extexecution.impl/build.xml                        |        5 +
 extexecution.impl/external/binaries-list           |        3 +
 .../external/libpam4j-1.1-license.txt              |        0
 .../external/processtreekiller-1.0.2-license.txt   |       29 +
 .../external/winp-1.14-patched-license.txt         |        0
 .../external/winp.patch                            |        0
 extexecution.impl/manifest.mf                      |        6 +
 extexecution.impl/nbproject/project.properties     |        6 +
 extexecution.impl/nbproject/project.xml            |      113 +
 .../destroy/ProcessTreeDestroyPerformer.java       |       62 +
 .../modules/extexecution/impl/Bundle.properties    |        1 +
 .../extexecution/open/NbFileOpenHandler.java       |      126 +
 .../extexecution/open/NbHttpOpenHandler.java       |       60 +
 .../extexecution/open/NbOptionOpenHandler.java     |       59 +
 extexecution/apichanges.xml                        |       83 +
 extexecution/arch.xml                              |       76 +-
 extexecution/manifest.mf                           |        3 +-
 .../org-netbeans-modules-extexecution.sig          |      165 +-
 extexecution/nbproject/project.properties          |        4 +
 extexecution/nbproject/project.xml                 |       65 +-
 .../netbeans/api/extexecution/Bundle.properties    |        1 +
 .../api/extexecution/ExecutionDescriptor.java      |       51 +-
 .../api/extexecution/ExecutionService.java         |       25 +-
 .../api/extexecution/ExternalProcessBuilder.java   |       81 +-
 .../api/extexecution/ExternalProcessSupport.java   |        2 +-
 .../netbeans/api/extexecution/ProcessBuilder.java  |      299 +
 .../api/extexecution/print/LineConvertors.java     |       61 +-
 .../api/extexecution/startup/StartupExtender.java  |      187 +
 .../api/extexecution/startup/package-info.java     |       51 +
 .../modules/extexecution/InputOutputManager.java   |       44 +-
 .../modules/extexecution/OptionsAction.java        |       11 +-
 .../extexecution/ProcessBuilderAccessor.java       |       81 +
 .../extexecution/open/DefaultFileOpenHandler.java  |       72 +
 .../extexecution/open/DefaultHttpOpenHandler.java  |       71 +
 .../modules/extexecution/print/FileListener.java   |      127 +
 .../extexecution/print/FindFileListener.java       |      185 -
 .../modules/extexecution/print/UrlListener.java    |       76 +
 .../extexecution/resources/Bundle.properties       |        2 +-
 .../extexecution/startup/ProxyStartupExtender.java |      106 +
 .../StartupExtenderRegistrationProcessor.java      |      105 +
 .../spi/extexecution/ProcessBuilderFactory.java    |       71 +
 .../extexecution/ProcessBuilderImplementation.java |       93 +
 .../spi/extexecution/open/FileOpenHandler.java     |       68 +
 .../spi/extexecution/open/HttpOpenHandler.java     |       67 +
 .../spi/extexecution/open/OptionOpenHandler.java   |       66 +
 .../spi/extexecution/open/package-info.java        |       55 +
 .../netbeans/spi/extexecution/package-info.java    |       51 +
 .../spi/extexecution/startup/StartupExtender.java  |       59 +
 .../startup/StartupExtenderImplementation.java     |      103 +
 .../spi/extexecution/startup/package-info.java     |       51 +
 .../api/extexecution/ExecutionServiceTest.java     |      128 +-
 .../extexecution/ExternalProcessBuilderTest.java   |        1 -
 .../api/extexecution/ProcessBuilderTest.java       |      272 +
 .../extexecution/input/InputProcessorsTest.java    |        5 +-
 .../api/extexecution/input/LineProcessorsTest.java |       11 +-
 .../api/extexecution/print/LineConvertorsTest.java |       34 +-
 .../extexecution/print/TestHttpOpenHandler.java    |       67 +
 .../extexecution/startup/StartupExtenderTest.java  |       86 +
 .../extexecution/startup/TestStartupExtender.java  |       62 +
 favorites/manifest.mf                              |        2 +-
 favorites/nbproject/project.properties             |        4 +
 favorites/nbproject/project.xml                    |       25 +-
 .../org/netbeans/modules/favorites/Actions.java    |       63 +-
 .../netbeans/modules/favorites/Bundle.properties   |       10 +-
 .../netbeans/modules/favorites/FavoritesNode.java  |      299 +-
 .../src/org/netbeans/modules/favorites/Tab.java    |        7 +-
 .../netbeans/modules/favorites/api/Favorites.java  |       11 +-
 .../netbeans/modules/favorites/resources/layer.xml |       39 -
 .../modules/favorites/templates/Bundle.properties  |       90 -
 .../favorites/templates/PropertiesProvider.java    |       86 -
 .../favorites/templates/RenameTemplatePanel.form   |       78 -
 .../favorites/templates/RenameTemplatePanel.java   |      131 -
 .../favorites/templates/TemplatesAction.java       |      202 -
 .../favorites/templates/TemplatesPanel.form        |      244 -
 .../favorites/templates/TemplatesPanel.java        |     1283 -
 .../modules/favorites/FavoritesNodeTest.java       |      114 +
 .../org/netbeans/modules/favorites/IndexTest.java  |        2 +
 .../templates/PropertiesProviderTest.java          |      355 -
 .../favorites/templates/TemplatesPanelTest.java    |      147 -
 findbugs.installer/build.xml                       |        5 +
 findbugs.installer/manifest.mf                     |        8 +
 .../nbproject/project.properties                   |        0
 findbugs.installer/nbproject/project.xml           |       88 +
 .../modules/findbugs/installer/Bundle.properties   |        4 +
 .../modules/findbugs/installer/FakeAnalyzer.java   |       99 +
 .../installer/FindBugsOptionsPanelController.java  |      114 +
 .../modules/findbugs/installer/FindBugsPanel.form  |       58 +
 .../modules/findbugs/installer/FindBugsPanel.java  |      118 +
 .../netbeans/modules/findbugs/installer/layer.xml  |       27 +
 form.binding/build.xml                             |       48 +
 form.binding/manifest.mf                           |        7 +
 form.binding/nbproject/project.properties          |       45 +
 form.binding/nbproject/project.xml                 |      157 +
 .../form/binding/BindingDesignSupportImpl.java     |     1555 +
 .../binding/BindingDesignSupportProviderImpl.java  |       58 +
 .../modules/form/binding/Bundle.properties         |       46 +
 .../binding/resources/BindingSystemClasses.txt     |        1 +
 .../form/binding/resources/Bundle.properties       |       42 +
 .../form/binding/resources/beans_binding.xml       |       68 +
 .../modules/form/binding/resources/layer.xml       |       62 +
 form.j2ee/manifest.mf                              |        1 +
 form.j2ee/nbproject/project.properties             |        2 +-
 form.j2ee/nbproject/project.xml                    |       66 +-
 .../netbeans/modules/form/j2ee/Bundle.properties   |        6 +-
 .../netbeans/modules/form/j2ee/DBColumnDrop.java   |       10 +-
 .../modules/form/j2ee/DBConnectionDrop.java        |       16 +-
 .../netbeans/modules/form/j2ee/DBTableDrop.java    |        6 +-
 .../modules/form/j2ee/EntityManagerCreator.java    |       14 +-
 .../form/j2ee/J2EEComponentDropProvider.java       |       30 +-
 .../org/netbeans/modules/form/j2ee/J2EEUtils.java  |       54 +-
 .../modules/form/j2ee/JPADataImporter.form         |        8 +-
 .../modules/form/j2ee/JPADataImporter.java         |       76 +-
 .../netbeans/modules/form/j2ee/QueryCreator.java   |       20 +-
 .../modules/form/j2ee/QueryResultListCreator.java  |       22 +-
 .../form/j2ee/resources/EntityManager.palette_item |        2 +-
 .../modules/form/j2ee/resources/Query.palette_item |        2 +-
 .../j2ee/resources/templates/MasterDetailForm_java |        9 +-
 .../modules/form/j2ee/wizard/DetailPanel.form      |        5 +-
 .../modules/form/j2ee/wizard/DetailPanel.java      |      148 +-
 .../form/j2ee/wizard/MasterDetailGenerator.java    |      175 +-
 .../form/j2ee/wizard/MasterDetailWizard.java       |      187 +-
 .../modules/form/j2ee/wizard/MasterPanel.form      |        5 +-
 .../modules/form/j2ee/wizard/MasterPanel.java      |      130 +-
 form.kit/manifest.mf                               |        2 +-
 form.kit/nbproject/project.xml                     |       31 +-
 form.nb/build.xml                                  |       48 +
 form.nb/manifest.mf                                |        7 +
 form.nb/nbproject/project.properties               |       45 +
 form.nb/nbproject/project.xml                      |      327 +
 .../org/netbeans/modules/nbform/Bundle.properties  |       53 +
 .../org/netbeans/modules/nbform/FormDataNode.java  |      108 +
 .../netbeans/modules/nbform/FormDesignerTC.java    |      412 +
 .../netbeans/modules/nbform/FormEditorSupport.java |     1790 +
 .../netbeans/modules/nbform/NbFormServices.java    |      143 +
 .../modules/nbform/SwingAppLibDownloader.java      |      371 +
 .../modules/nbform/actions/Bundle.properties       |       41 +
 .../nbform/actions/InstallToPaletteAction.java     |      115 +
 .../modules/nbform/palette/AddToPaletteWizard.java |      235 +
 .../modules/nbform/palette/BeanInstaller.java      |      538 +
 .../modules/nbform/palette/CategorySelector.java   |      143 +
 .../nbform/palette/ChooseBeansWizardPanel.java     |      335 +
 .../nbform/palette/ChooseCategoryWizardPanel.java  |      134 +
 .../nbform/palette/ChooseJARWizardPanel.java       |      176 +
 .../nbform/palette/ChooseLibraryWizardPanel.java   |      141 +
 .../nbform/palette/ChooseProjectWizardPanel.java   |      182 +
 .../modules/nbform/palette/FormPaletteActions.java |      118 +
 .../nbform/project/ClassSourceResolver.java        |      303 +
 .../netbeans/modules/nbform/resources/layer.xml    |       68 +
 .../modules/nbform/resources/swing-layout.xml      |       70 +
 .../modules/nbform/wizard/Bundle.properties        |       46 +
 form.refactoring/build.xml                         |       48 +
 form.refactoring/manifest.mf                       |        5 +
 form.refactoring/nbproject/project.properties      |       45 +
 form.refactoring/nbproject/project.xml             |      181 +
 .../modules/form/refactoring/Bundle.properties     |       50 +
 .../form/refactoring/FormRefactoringUpdate.java    |      785 +
 .../GuardedBlockHandlerFactoryImpl.java            |      299 +
 .../RADComponentRenameRefactoringSupport.java      |      218 +
 .../modules/form/refactoring/RefactoringInfo.java  |      203 +
 .../refactoring/RefactoringPluginFactoryImpl.java  |      293 +
 form/build.xml                                     |        6 +-
 form/manifest.mf                                   |        3 +-
 form/nbproject/project.properties                  |       13 +-
 form/nbproject/project.xml                         |      164 +-
 form/src/META-INF/netbeans/translate.names         |        1 +
 .../src/org/netbeans/modules/form/BeanSupport.java |       29 +-
 .../netbeans/modules/form/BindingCustomizer.form   |       43 +-
 .../netbeans/modules/form/BindingCustomizer.java   |      447 +-
 .../netbeans/modules/form/BindingDescriptor.java   |        2 +-
 .../modules/form/BindingDesignSupport.java         |     1499 +-
 .../modules/form/BindingDesignSupportProvider.java |       55 +
 .../org/netbeans/modules/form/BindingProperty.java |       22 +-
 .../org/netbeans/modules/form/Bundle.properties    |       97 +-
 .../netbeans/modules/form/CodeCustomEditor.java    |       35 +-
 .../org/netbeans/modules/form/CodeCustomizer.java  |        3 +-
 .../org/netbeans/modules/form/CodeGenerator.java   |        2 +
 .../netbeans/modules/form/ComboBoxWithTree.java    |        8 +-
 .../modules/form/ComponentChooserEditor.java       |       12 +-
 .../netbeans/modules/form/ComponentDragger.java    |        4 +-
 .../netbeans/modules/form/ComponentInspector.java  |      379 +-
 .../modules/form/ConnectionCustomEditor.form       |        9 +-
 .../modules/form/ConnectionCustomEditor.java       |       80 +-
 .../src/org/netbeans/modules/form/CopySupport.java |       58 +-
 .../netbeans/modules/form/CreationDescriptor.java  |       69 +-
 .../org/netbeans/modules/form/CreationFactory.java |       66 +-
 .../org/netbeans/modules/form/CustomCodeView.form  |       13 +-
 .../org/netbeans/modules/form/CustomCodeView.java  |      382 +-
 .../org/netbeans/modules/form/DataImporter.java    |        9 +
 .../org/netbeans/modules/form/EditorSupport.java   |       75 +
 form/src/org/netbeans/modules/form/Event.java      |        8 +
 .../netbeans/modules/form/EventCustomEditor.form   |        6 +-
 .../netbeans/modules/form/EventCustomEditor.java   |       49 +-
 .../src/org/netbeans/modules/form/FQNImporter.java |      249 -
 .../netbeans/modules/form/FormCustomEditor.java    |       44 +-
 .../org/netbeans/modules/form/FormDataLoader.java  |       13 +-
 .../org/netbeans/modules/form/FormDataNode.java    |      104 -
 .../org/netbeans/modules/form/FormDataObject.java  |       42 +-
 .../org/netbeans/modules/form/FormDesigner.java    |     1531 +-
 form/src/org/netbeans/modules/form/FormEditor.java |      779 +-
 .../modules/form/FormEditorCustomizer.java         |      374 +-
 .../netbeans/modules/form/FormEditorModule.java    |       28 +-
 .../modules/form/FormEditorPanelController.java    |        6 +
 .../netbeans/modules/form/FormEditorSupport.java   |     1504 -
 form/src/org/netbeans/modules/form/FormEvents.java |        5 +-
 .../org/netbeans/modules/form/FormJavaSource.java  |      429 +-
 form/src/org/netbeans/modules/form/FormLAF.java    |       91 +-
 .../netbeans/modules/form/FormLoaderSettings.java  |       42 +-
 form/src/org/netbeans/modules/form/FormModel.java  |       79 +-
 .../org/netbeans/modules/form/FormModelEvent.java  |       65 +-
 form/src/org/netbeans/modules/form/FormNode.java   |       30 +-
 .../org/netbeans/modules/form/FormProperty.java    |       24 +-
 .../modules/form/FormPropertyEditorManager.java    |      205 +-
 .../modules/form/FormRefactoringUpdate.java        |     1088 -
 .../org/netbeans/modules/form/FormServices.java    |       64 +
 .../org/netbeans/modules/form/FormSettings.java    |       44 +-
 .../src/org/netbeans/modules/form/FormToolBar.java |      136 +-
 form/src/org/netbeans/modules/form/FormUtils.java  |      500 +-
 .../modules/form/GandalfPersistenceManager.java    |      765 +-
 .../form/GuardedBlockHandlerFactoryImpl.java       |      296 -
 .../src/org/netbeans/modules/form/HandleLayer.java |     1194 +-
 .../src/org/netbeans/modules/form/I18nService.java |        2 +
 .../netbeans/modules/form/JavaCodeGenerator.java   |     1047 +-
 .../org/netbeans/modules/form/ListSelector.form    |       15 +-
 .../org/netbeans/modules/form/ListSelector.java    |       88 +-
 .../modules/form/MetaComponentCreator.java         |      457 +-
 .../org/netbeans/modules/form/MethodPicker.form    |        8 +-
 .../org/netbeans/modules/form/MethodPicker.java    |        8 +-
 .../netbeans/modules/form/MultiClassLoader.java    |      104 +
 .../org/netbeans/modules/form/NonVisualTray.java   |       94 +-
 .../org/netbeans/modules/form/PropertyPicker.form  |        8 +-
 .../org/netbeans/modules/form/PropertyPicker.java  |        8 +-
 .../org/netbeans/modules/form/RADComponent.java    |      191 +-
 .../netbeans/modules/form/RADComponentNode.java    |       20 +-
 .../form/RADComponentRenameRefactoringSupport.java |      277 -
 .../modules/form/RADConnectionPropertyEditor.java  |       17 +-
 .../netbeans/modules/form/RADMenuComponent.java    |       10 +-
 .../src/org/netbeans/modules/form/RADProperty.java |       40 +-
 .../netbeans/modules/form/RADVisualComponent.java  |      340 +-
 .../netbeans/modules/form/RADVisualContainer.java  |       97 +-
 .../modules/form/RADVisualFormContainer.java       |       60 +-
 .../org/netbeans/modules/form/RefactoringInfo.java |      203 -
 .../modules/form/RefactoringPluginFactoryImpl.java |      293 -
 .../org/netbeans/modules/form/RenameSupport.java   |      442 +
 .../org/netbeans/modules/form/ResourceSupport.java |      164 +-
 .../modules/form/ResourceWrapperEditor.java        |       18 +-
 .../netbeans/modules/form/VisualReplicator.java    |      232 +-
 .../netbeans/modules/form/actions/AddAction.java   |       16 -
 .../modules/form/actions/Bundle.properties         |       59 +-
 .../form/actions/CustomizeEmptySpaceAction.java    |      347 +-
 .../modules/form/actions/DefaultSizeAction.java    |       29 +-
 .../modules/form/actions/EditLayoutSpacePanel.form |      269 +
 .../modules/form/actions/EditLayoutSpacePanel.java |      378 +
 .../modules/form/actions/EncloseAction.java        |       95 +-
 .../modules/form/actions/InspectorAction.java      |       76 -
 .../form/actions/InstallToPaletteAction.java       |      115 -
 .../modules/form/actions/ReloadAction.java         |       14 +-
 .../modules/form/actions/SelectLayoutAction.java   |       97 +-
 .../form/actions/SetResizabilityAction.java        |       10 +-
 .../netbeans/modules/form/actions/TestAction.java  |       43 +-
 .../modules/form/assistant/AssistantMessages.java  |        6 +-
 .../modules/form/assistant/AssistantView.java      |       25 +-
 .../modules/form/assistant/Bundle.properties       |       25 +-
 .../modules/form/beaninfo/awt/Bundle.properties    |       10 +-
 .../modules/form/beaninfo/awt/package-info.java    |        5 +
 .../modules/form/beaninfo/swing/Bundle.properties  |        2 +
 .../form/beaninfo/swing/FlowLayoutBeanInfo.java    |        1 +
 .../form/beaninfo/swing/OverlayLayoutBeanInfo.java |       64 +
 .../form/beaninfo/swing/overlayLayout16.gif        |      Bin 0 -> 886 bytes
 .../modules/form/beaninfo/swing/package-info.java  |        5 +
 .../modules/form/codestructure/CodeStructure.java  |       26 +-
 .../editors/AbstractFormatterFactoryEditor.java    |       16 +-
 .../modules/form/editors/ClassPathFileChooser.java |       28 +-
 .../modules/form/editors/CustomCodeEditor.java     |        3 +-
 .../modules/form/editors/CustomIconEditor.form     |       10 +-
 .../modules/form/editors/CustomIconEditor.java     |      118 +-
 .../netbeans/modules/form/editors/EnumEditor.java  |       42 +-
 .../modules/form/editors/FormatSelector.form       |        4 +-
 .../modules/form/editors/FormatSelector.java       |      120 +-
 .../netbeans/modules/form/editors/IconEditor.java  |        3 +-
 .../modules/form/editors/ImportImageWizard.java    |       12 +-
 .../modules/form/editors/KeyStrokeEditor.java      |       42 +-
 .../modules/form/editors/ModifierEditor.java       |        4 +-
 .../form/editors/PrimitiveTypeArrayEditor.java     |       41 +-
 .../modules/form/editors/SpinnerEditorEditor.form  |        8 +-
 .../modules/form/editors/SpinnerEditorEditor.java  |       42 +-
 .../form/editors/StringArrayCustomEditor.form      |        5 +-
 .../form/editors/StringArrayCustomEditor.java      |       22 +-
 .../modules/form/editors/StringEditor.java         |       12 +-
 .../modules/form/editors/TableCustomizer.form      |       46 +-
 .../modules/form/editors/TableCustomizer.java      |      530 +-
 .../modules/form/editors2/BorderDesignSupport.java |        2 +-
 .../modules/form/editors2/BorderEditor.java        |      292 +-
 .../modules/form/editors2/Bundle.properties        |        2 +-
 .../modules/form/editors2/ColorEditor.java         |        4 +-
 .../netbeans/modules/form/editors2/FontEditor.java |      120 +-
 .../modules/form/editors2/JTableHeaderEditor.form  |        8 +-
 .../modules/form/editors2/JTableHeaderEditor.java  |       28 +-
 .../modules/form/editors2/SpinnerModelEditor.form  |        8 +-
 .../modules/form/editors2/SpinnerModelEditor.java  |      281 +-
 .../modules/form/editors2/StringEditor.java        |       12 +-
 .../form/editors2/TableColumnModelEditor.java      |       34 +-
 .../modules/form/editors2/TableModelEditor.java    |       15 +-
 .../modules/form/editors2/TreeModelCustomizer.form |        6 +-
 .../modules/form/editors2/TreeModelCustomizer.java |       28 +-
 .../modules/form/layoutdesign/Bundle.properties    |       58 +
 .../modules/form/layoutdesign/LayoutAligner.java   |       24 +-
 .../modules/form/layoutdesign/LayoutComponent.java |       53 +-
 .../modules/form/layoutdesign/LayoutDesigner.java  |     3566 +-
 .../modules/form/layoutdesign/LayoutDragger.java   |      595 +-
 .../modules/form/layoutdesign/LayoutEvent.java     |       13 +-
 .../modules/form/layoutdesign/LayoutFeeder.java    |     4615 +-
 .../modules/form/layoutdesign/LayoutInterval.java  |      518 +-
 .../modules/form/layoutdesign/LayoutModel.java     |      225 +-
 .../form/layoutdesign/LayoutOperations.java        |     2276 +-
 .../modules/form/layoutdesign/LayoutPainter.java   |     1035 +
 .../layoutdesign/LayoutPersistenceManager.java     |       14 +-
 .../modules/form/layoutdesign/LayoutPosition.java  |      884 +
 .../modules/form/layoutdesign/LayoutRegion.java    |       36 +-
 .../modules/form/layoutdesign/LayoutTestUtils.java |       87 +-
 .../modules/form/layoutdesign/LayoutUtils.java     |      337 +-
 .../modules/form/layoutdesign/VisualMapper.java    |       26 +-
 .../modules/form/layoutdesign/VisualState.java     |      997 +
 .../layoutdesign/support/SwingLayoutBuilder.java   |      149 +-
 .../support/SwingLayoutCodeGenerator.java          |       62 +-
 .../layoutdesign/support/SwingLayoutUtils.java     |       60 +-
 .../form/layoutsupport/AbstractLayoutSupport.java  |       60 +-
 .../form/layoutsupport/BeanCodeManager.java        |       32 +-
 .../modules/form/layoutsupport/Bundle.properties   |       11 +
 .../form/layoutsupport/DefaultLayoutSupport.java   |       39 -
 .../form/layoutsupport/LayoutSupportContext.java   |        8 +
 .../form/layoutsupport/LayoutSupportManager.java   |      137 +-
 .../form/layoutsupport/LayoutSupportRegistry.java  |      168 +-
 .../modules/form/layoutsupport/MetaLayout.java     |        5 +
 .../form/layoutsupport/UnknownLayoutSupport.java   |        6 +
 .../layoutsupport/delegates/BoxLayoutSupport.java  |       38 +-
 .../layoutsupport/delegates/GridBagCustomizer.java |       13 +-
 .../delegates/GridBagLayoutSupport.java            |      338 +-
 .../delegates/JLayeredPaneSupport.java             |      407 -
 .../delegates/JTabbedPaneSupport.java              |        9 +
 .../delegates/OverlayLayoutSupport.java            |      146 +
 .../layoutsupport/griddesigner/AnimationLayer.java |       15 +-
 .../layoutsupport/griddesigner/Bundle.properties   |        9 +-
 .../form/layoutsupport/griddesigner/GlassPane.java |      660 +-
 .../griddesigner/GridBagCustomizer.java            |      115 +-
 .../griddesigner/GridBagInfoProvider.java          |      323 +-
 .../layoutsupport/griddesigner/GridBagManager.java |      382 +-
 .../layoutsupport/griddesigner/GridDesigner.java   |      365 +-
 .../griddesigner/GridDesignerWindow.form           |       84 -
 .../griddesigner/GridDesignerWindow.java           |      199 -
 .../griddesigner/GridInfoProvider.java             |       74 +
 .../layoutsupport/griddesigner/GridManager.java    |       42 +
 .../form/layoutsupport/griddesigner/GridUtils.java |      129 +-
 .../griddesigner/UndoRedoSupport.java              |       36 +-
 .../griddesigner/actions/AddAction.java            |       30 +-
 .../griddesigner/actions/AddGapsAction.java        |      111 +
 .../griddesigner/actions/Bundle.properties         |        2 +
 .../griddesigner/actions/DeleteColumnAction.java   |       21 +-
 .../griddesigner/actions/DeleteRowAction.java      |       21 +-
 .../griddesigner/actions/InsertColumnAction.java   |       28 +-
 .../griddesigner/actions/InsertRowAction.java      |       28 +-
 .../griddesigner/actions/RemoveGapsAction.java     |      108 +
 .../griddesigner/actions/SplitColumnAction.java    |       38 +-
 .../griddesigner/actions/SplitRowAction.java       |       38 +-
 .../griddesigner/resources/gap_height.png          |      Bin 0 -> 1262 bytes
 .../griddesigner/resources/gap_width.png           |      Bin 0 -> 1261 bytes
 .../layoutsupport/griddesigner/resources/gaps.png  |      Bin 0 -> 217 bytes
 .../griddesigner/resources/gridheight_relative.png |      Bin 2894 -> 2898 bytes
 .../resources/gridheight_relative_warning.png      |      Bin 3015 -> 3031 bytes
 .../griddesigner/resources/gridwidth_relative.png  |      Bin 2888 -> 2893 bytes
 .../resources/gridwidth_relative_warning.png       |      Bin 3017 -> 3032 bytes
 .../griddesigner/resources/tile_relative.png       |      Bin 0 -> 2829 bytes
 .../griddesigner/resources/tile_remainder.png      |      Bin 0 -> 958 bytes
 .../form/layoutsupport/resources/warning.png       |      Bin
 .../netbeans/modules/form/menu/DragOperation.java  |       75 +-
 .../modules/form/menu/DropTargetLayer.java         |        3 +-
 .../modules/form/menu/KeyboardMenuNavigator.java   |        4 +
 .../netbeans/modules/form/menu/MenuEditLayer.java  |      141 +-
 .../modules/form/palette/AddToPaletteWizard.java   |      233 -
 .../modules/form/palette/BeanInstaller.java        |      520 -
 .../modules/form/palette/BoxFillerInitializer.java |       97 +-
 .../modules/form/palette/Bundle.properties         |        5 +
 .../modules/form/palette/CategorySelector.java     |      142 -
 .../form/palette/ChooseBeanInitializer.java        |      120 +
 .../form/palette/ChooseBeansWizardPanel.java       |      355 -
 .../form/palette/ChooseCategoryWizardPanel.java    |      133 -
 .../modules/form/palette/ChooseJARWizardPanel.java |      175 -
 .../form/palette/ChooseLibraryWizardPanel.java     |      140 -
 .../form/palette/ChooseProjectWizardPanel.java     |      181 -
 .../modules/form/palette/FormPaletteActions.java   |      117 -
 .../netbeans/modules/form/palette/PaletteItem.java |       81 +-
 .../form/palette/PaletteItemDataObject.java        |       18 +-
 .../modules/form/palette/PaletteUtils.java         |       44 +-
 .../modules/form/project/Bundle.properties         |        7 +-
 .../modules/form/project/ClassPathUtils.java       |      127 +-
 .../netbeans/modules/form/project/ClassSource.java |      238 +-
 .../modules/form/project/ProjectClassLoader.java   |       64 +-
 .../modules/form/resources/Bundle.properties       |       14 +-
 .../modules/form/resources/FormResolver.xml        |       52 -
 .../modules/form/resources/PaletteItemResolver.xml |       52 -
 .../modules/form/resources/SystemClasses.txt       |        2 +-
 .../modules/form/resources/beans_binding.xml       |       70 -
 .../components/ComponentInspector.settings         |       18 -
 .../groups/form/ComponentInspector.wstcgrp         |       11 -
 .../org/netbeans/modules/form/resources/layer.xml  |      143 +-
 .../resources/palette/BoxFillerGlue.palette_item   |        1 +
 .../palette/BoxFillerHorizontalGlue.palette_item   |        1 +
 .../palette/BoxFillerHorizontalStrut.palette_item  |        1 +
 .../palette/BoxFillerRigidArea.palette_item        |        1 +
 .../palette/BoxFillerVerticalGlue.palette_item     |        1 +
 .../palette/BoxFillerVerticalStrut.palette_item    |        1 +
 .../form/resources/palette/ChooseBean.palette_item |        2 +-
 .../resources/palette/OverlayLayout.palette_item   |       10 +
 .../modules/form/resources/palette/glue32.png      |      Bin 0 -> 1090 bytes
 .../form/resources/palette/horizontalGlue32.png    |      Bin 0 -> 1010 bytes
 .../form/resources/palette/horizontalStrut32.png   |      Bin 0 -> 923 bytes
 .../modules/form/resources/palette/rigidArea32.png |      Bin 0 -> 945 bytes
 .../form/resources/palette/verticalGlue32.png      |      Bin 0 -> 1039 bytes
 .../form/resources/palette/verticalStrut32.png     |      Bin 0 -> 910 bytes
 .../modules/form/resources/swing-layout.xml        |       70 -
 .../form/resources/templates/AWTForms/Applet_java  |        9 +-
 .../form/resources/templates/AWTForms/Dialog_java  |        9 +-
 .../form/resources/templates/AWTForms/Frame_java   |        9 +-
 .../form/resources/templates/AWTForms/Panel_java   |        9 +-
 .../resources/templates/Dialogs/Application_java   |       19 +-
 .../templates/Dialogs/MDIApplication_java          |       19 +-
 .../templates/Dialogs/OkCancelDialog_java          |       33 +-
 .../resources/templates/SwingForms/BeanForm_java   |        9 +-
 .../resources/templates/SwingForms/JApplet_java    |       19 +-
 .../resources/templates/SwingForms/JDialog_java    |       20 +-
 .../resources/templates/SwingForms/JFrame_java     |       20 +-
 .../templates/SwingForms/JInternalFrame_java       |       19 +-
 .../resources/templates/SwingForms/JPanel_java     |       19 +-
 .../inspector/ComponentInspector.wstcref           |       11 -
 .../netbeans/modules/form/wizard/Bundle.properties |       10 +-
 .../modules/form/wizard/ConnectionPanel2.java      |        3 +-
 .../form/wizard/ConnectionWizardPanel3.java        |        2 +-
 .../form/wizard/TemplateWizardIterator.java        |      342 -
 .../SampleDesktopAboutBox.java                     |       41 +-
 .../SampleDesktopApplication.java                  |       40 +-
 .../SampleDesktopView.java                         |       40 +-
 .../data/SampleProject/nbproject/build-impl.xml    |      944 +-
 .../SampleProject/nbproject/genfiles.properties    |        6 +-
 .../SampleProject/nbproject/project.properties     |        1 +
 .../src/data/CustomComponentForm.java              |       41 +-
 .../SampleProject/src/data/FrameWithBundle.form    |        3 +-
 .../SampleProject/src/data/FrameWithBundle.java    |       40 +-
 .../src/data/FrameWithBundleToMove.form            |        3 +-
 .../src/data/FrameWithBundleToMove.java            |       40 +-
 .../data/SampleProject/src/data/Gaps.form          |       59 +
 .../data/SampleProject/src/data/Gaps.java          |      137 +
 .../src/data/RenameComponentVariableTestFrame.form |        1 +
 .../src/data/RenameComponentVariableTestFrame.java |       40 +-
 .../editor/formatting/testAdvancedIndentation.form |       17 +-
 .../editor/formatting/testAdvancedIndentation.java |       40 +-
 .../editor/formatting/testBasicIndentation.form    |       16 +-
 .../editor/formatting/testBasicIndentation.java    |       41 +-
 .../test/editor/formatting/testReformat.form       |        4 +-
 .../test/editor/formatting/testReformat.java       |       40 +-
 .../test/editor/formatting/testReformat2.form      |        6 +-
 .../test/editor/formatting/testReformat2.java      |       40 +-
 .../NewAppletFormFile.pass                         |        2 +-
 .../NewApplicationFormFile.pass                    |        2 +-
 .../NewBeanFormJavaFile16.pass                     |        2 +-
 .../NewDialogFormFile.pass                         |        2 +-
 .../NewFrameFormFile.pass                          |        2 +-
 .../NewJAppletFormFile.pass                        |       17 +-
 .../NewJAppletJavaFile.pass                        |       47 +-
 .../NewJDialogFormFile.pass                        |        2 +-
 .../NewJFrameFormFile.pass                         |        2 +-
 .../NewJInternalFrameFormFile.pass                 |        2 +-
 .../NewJPanelFormFile.pass                         |        2 +-
 .../NewMDIApplicationFormFile.pass                 |        2 +-
 .../NewOkCancelDialogFormFile.pass                 |        2 +-
 .../NewPanelFormFile.pass                          |        2 +-
 .../qa/form/TemplateTest/NewAppletFormFileBig.pass |       17 +
 .../form/TemplateTest/NewAppletFormFileSmall.pass  |       17 +
 .../qa/form/TemplateTest/NewAppletJavaFileBig.pass |       31 +
 .../form/TemplateTest/NewAppletJavaFileSmall.pass  |       33 +
 .../TemplateTest/NewApplicationFormFileBig.pass    |      129 +
 .../TemplateTest/NewApplicationFormFileSmall.pass  |      118 +
 .../TemplateTest/NewApplicationJavaFileBig.pass    |      168 +
 .../TemplateTest/NewApplicationJavaFileSmall.pass  |      169 +
 .../form/TemplateTest/NewBeanFormFormFileBig.pass  |       15 +
 .../TemplateTest/NewBeanFormFormFileSmall.pass     |        4 +
 .../form/TemplateTest/NewBeanFormJavaFileBig.pass  |       25 +
 .../TemplateTest/NewBeanFormJavaFileSmall.pass     |       28 +
 .../qa/form/TemplateTest/NewDialogFormFileBig.pass |       23 +
 .../form/TemplateTest/NewDialogFormFileSmall.pass  |       23 +
 .../qa/form/TemplateTest/NewDialogJavaFileBig.pass |       55 +
 .../form/TemplateTest/NewDialogJavaFileSmall.pass  |       56 +
 .../qa/form/TemplateTest/NewFrameFormFileBig.pass  |       23 +
 .../form/TemplateTest/NewFrameFormFileSmall.pass   |       12 +
 .../qa/form/TemplateTest/NewFrameJavaFileBig.pass  |       47 +
 .../form/TemplateTest/NewFrameJavaFileSmall.pass   |       48 +
 .../form/TemplateTest/NewJAppletFormFileBig.pass   |       28 +
 .../form/TemplateTest/NewJAppletFormFileSmall.pass |       17 +
 .../form/TemplateTest/NewJAppletJavaFileBig.pass   |       66 +
 .../form/TemplateTest/NewJAppletJavaFileSmall.pass |       68 +
 .../form/TemplateTest/NewJDialogFormFileBig.pass   |       34 +
 .../form/TemplateTest/NewJDialogFormFileSmall.pass |       34 +
 .../form/TemplateTest/NewJDialogJavaFileBig.pass   |       80 +
 .../form/TemplateTest/NewJDialogJavaFileSmall.pass |       83 +
 .../qa/form/TemplateTest/NewJFrameFormFileBig.pass |       34 +
 .../form/TemplateTest/NewJFrameFormFileSmall.pass  |       23 +
 .../qa/form/TemplateTest/NewJFrameJavaFileBig.pass |       72 +
 .../form/TemplateTest/NewJFrameJavaFileSmall.pass  |       74 +
 .../TemplateTest/NewJInternalFrameFormFileBig.pass |       31 +
 .../NewJInternalFrameFormFileSmall.pass            |       31 +
 .../TemplateTest/NewJInternalFrameJavaFileBig.pass |       35 +
 .../NewJInternalFrameJavaFileSmall.pass            |       36 +
 .../qa/form/TemplateTest/NewJPanelFormFileBig.pass |       28 +
 .../form/TemplateTest/NewJPanelFormFileSmall.pass  |       17 +
 .../qa/form/TemplateTest/NewJPanelJavaFileBig.pass |       33 +
 .../form/TemplateTest/NewJPanelJavaFileSmall.pass  |       34 +
 .../TemplateTest/NewMDIApplicationFormFileBig.pass |      135 +
 .../NewMDIApplicationFormFileSmall.pass            |      124 +
 .../TemplateTest/NewMDIApplicationJavaFileBig.pass |      170 +
 .../NewMDIApplicationJavaFileSmall.pass            |      172 +
 .../TemplateTest/NewOkCancelDialogFormFileBig.pass |       68 +
 .../NewOkCancelDialogFormFileSmall.pass            |       57 +
 .../TemplateTest/NewOkCancelDialogJavaFileBig.pass |      175 +
 .../NewOkCancelDialogJavaFileSmall.pass            |      172 +
 .../qa/form/TemplateTest/NewPanelFormFileBig.pass  |       17 +
 .../form/TemplateTest/NewPanelFormFileSmall.pass   |       17 +
 .../qa/form/TemplateTest/NewPanelJavaFileBig.pass  |       23 +
 .../form/TemplateTest/NewPanelJavaFileSmall.pass   |       26 +
 .../src/org/netbeans/qa/form/ExtJellyTestCase.java |       51 +-
 .../src/org/netbeans/qa/form/OpenFormTest.java     |       45 +-
 .../qa/form/OpenTempl_defaultPackTest.java         |       96 +-
 .../netbeans/qa/form/OptionsForFormOperator.java   |       84 +
 .../src/org/netbeans/qa/form/TemplateTest.java     |      421 +
 .../netbeans/qa/form/VisualDevelopmentUtil.java    |       42 +
 .../org/netbeans/qa/form/actions/actionsTest.java  |      177 +-
 .../qa/form/beans/AddAndRemoveBeansTest.java       |        2 +-
 .../qa/form/binding/AdvancedBeansBindingTest.java  |      541 +-
 .../qa/form/binding/SimpleBeansBindingTest.java    |      103 +-
 .../qa/form/databinding/MasterDetailFormTest.java  |       49 +-
 .../form/databinding/SetUpDerbyDatabaseTest.java   |        6 +-
 .../qa/form/gaps/EditLayoutSpaceOperator.java      |      121 +
 .../src/org/netbeans/qa/form/gaps/GapsTest.java    |      180 +
 .../gridbagcustomizer/CustomizeLayoutOperator.java |      362 +-
 .../gridbagcustomizer/GridBagCustomizerTest.java   |      175 +-
 .../netbeans/qa/form/issues/CutAndPasteTest.java   |       80 +-
 .../netbeans/qa/form/jda/SimpleJDAProjectTest.java |        2 +
 .../options/AutomaticInternationalizationTest.java |      256 +-
 .../GeneratedComponentsDestionationTest.java       |       80 +-
 .../qa/form/refactoring/MoveFormClassTest.java     |        6 +-
 .../qa/form/refactoring/RenameFormClassTest.java   |        1 +
 .../RenamePackageComponentAndCustomCodeTest.java   |        8 +-
 .../org/netbeans/qa/form/suites/StableSuite.java   |       98 -
 .../org/netbeans/qa/form/undoredo/BaseTest.java    |       92 +-
 .../form/visualDevelopment/AddComponents_AWT.java  |      149 +-
 .../visualDevelopment/AddComponents_SWING.java     |       98 +-
 .../visualDevelopment/FormGenerateCodeTest.java    |      438 +-
 .../visualDevelopment/MenuAndPopupMenuTest.java    |      187 +-
 .../ALT_AddingToColumn1Test-ExpectedEndModel0.txt  |       35 +
 .../ALT_AddingToColumn1Test-ExpectedEndModel1.txt  |       33 +
 .../ALT_AddingToColumn1Test-ExpectedEndModel2.txt  |       35 +
 .../ALT_AddingToColumn1Test-ExpectedEndModel3.txt  |       40 +
 .../ALT_AddingToColumn1Test-ExpectedEndModel4.txt  |       40 +
 .../ALT_AddingToColumn1Test-StartingForm.form      |       61 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel0.txt  |       53 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel1.txt  |       51 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel2.txt  |       53 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel3.txt  |       51 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel4.txt  |       58 +
 .../ALT_AddingToColumn2Test-ExpectedEndModel5.txt  |       58 +
 .../ALT_AddingToColumn2Test-StartingForm.form      |      106 +
 .../ALT_AddingToColumn3Test-ExpectedEndModel0.txt  |       58 +
 .../ALT_AddingToColumn3Test-ExpectedEndModel1.txt  |       51 +
 .../ALT_AddingToColumn3Test-StartingForm.form      |      103 +
 .../ALT_Anchor01Test-ExpectedEndModel0.txt         |       49 +
 .../goldenfiles/ALT_Anchor01Test-StartingForm.form |      105 +
 .../ALT_Anchor02Test-ExpectedEndModel0.txt         |       36 +
 .../goldenfiles/ALT_Anchor02Test-StartingForm.form |       77 +
 .../ALT_Baseline02Test-ExpectedEndModel0.txt       |        6 +-
 .../ALT_Baseline02Test-ExpectedEndModel1.txt       |       34 +-
 .../ALT_Baseline03Test-ExpectedEndModel0.txt       |       37 +
 .../ALT_Baseline03Test-StartingForm.form           |       61 +
 .../ALT_Baseline04Test-ExpectedEndModel0.txt       |       37 +
 .../ALT_Baseline04Test-ExpectedEndModel1.txt       |       42 +
 .../ALT_Baseline04Test-ExpectedEndModel2.txt       |       42 +
 .../ALT_Baseline04Test-ExpectedEndModel3.txt       |       42 +
 .../ALT_Baseline04Test-StartingForm.form           |       69 +
 .../ALT_Baseline05Test-ExpectedEndModel0.txt       |       34 +
 .../ALT_Baseline05Test-ExpectedEndModel1.txt       |       35 +
 .../ALT_Baseline05Test-StartingForm.form           |       61 +
 .../ALT_Baseline06Test-ExpectedEndModel0.txt       |       40 +
 .../ALT_Baseline06Test-StartingForm.form           |       93 +
 .../ALT_Baseline07Test-ExpectedEndModel0.txt       |       35 +
 .../ALT_Baseline07Test-StartingForm.form           |       79 +
 ...ALT_BorderPositions01Test-ExpectedEndModel0.txt |        4 +-
 ...ALT_BorderPositions01Test-ExpectedEndModel1.txt |        4 +-
 ...ALT_BorderPositions01Test-ExpectedEndModel3.txt |        4 +-
 ...ALT_BorderPositions02Test-ExpectedEndModel0.txt |       27 +
 ...ALT_BorderPositions02Test-ExpectedEndModel1.txt |       29 +
 ...ALT_BorderPositions02Test-ExpectedEndModel2.txt |       29 +
 ...ALT_BorderPositions02Test-ExpectedEndModel3.txt |       28 +
 ...ALT_BorderPositions02Test-ExpectedEndModel4.txt |       28 +
 ...ALT_BorderPositions02Test-ExpectedEndModel5.txt |       30 +
 ...ALT_BorderPositions02Test-ExpectedEndModel6.txt |       24 +
 ...ALT_BorderPositions02Test-ExpectedEndModel7.txt |       25 +
 .../ALT_BorderPositions02Test-StartingForm.form    |       42 +
 ...ALT_BorderPositions03Test-ExpectedEndModel0.txt |       26 +
 ...ALT_BorderPositions03Test-ExpectedEndModel1.txt |       29 +
 ...ALT_BorderPositions03Test-ExpectedEndModel2.txt |       27 +
 ...ALT_BorderPositions03Test-ExpectedEndModel3.txt |       30 +
 ...ALT_BorderPositions03Test-ExpectedEndModel4.txt |       27 +
 .../ALT_BorderPositions03Test-StartingForm.form    |       42 +
 ...ALT_BorderPositions04Test-ExpectedEndModel0.txt |       20 +
 ...ALT_BorderPositions04Test-ExpectedEndModel1.txt |       25 +
 ...ALT_BorderPositions04Test-ExpectedEndModel2.txt |       30 +
 ...ALT_BorderPositions04Test-ExpectedEndModel3.txt |       30 +
 .../ALT_BorderPositions04Test-StartingForm.form    |       28 +
 ...ALT_BorderPositions05Test-ExpectedEndModel0.txt |       25 +
 ...ALT_BorderPositions05Test-ExpectedEndModel1.txt |       25 +
 ...ALT_BorderPositions05Test-ExpectedEndModel2.txt |       30 +
 ...ALT_BorderPositions05Test-ExpectedEndModel3.txt |       33 +
 ...ALT_BorderPositions05Test-ExpectedEndModel4.txt |       30 +
 ...ALT_BorderPositions05Test-ExpectedEndModel5.txt |       25 +
 .../ALT_BorderPositions05Test-StartingForm.form    |       39 +
 ...ALT_BorderPositions06Test-ExpectedEndModel0.txt |       24 +
 ...ALT_BorderPositions06Test-ExpectedEndModel1.txt |       24 +
 ...ALT_BorderPositions06Test-ExpectedEndModel2.txt |       29 +
 ...ALT_BorderPositions06Test-ExpectedEndModel3.txt |       31 +
 ...ALT_BorderPositions06Test-ExpectedEndModel4.txt |       29 +
 ...ALT_BorderPositions06Test-ExpectedEndModel5.txt |       24 +
 .../ALT_BorderPositions06Test-StartingForm.form    |       39 +
 ...ALT_BorderPositions07Test-ExpectedEndModel0.txt |       59 +
 ...ALT_BorderPositions07Test-ExpectedEndModel1.txt |       61 +
 .../ALT_BorderPositions07Test-StartingForm.form    |      106 +
 .../ALT_Bug124689Test-ExpectedEndModel0.txt        |        8 +-
 .../ALT_Bug125080_1Test-ExpectedEndModel0.txt      |       90 +
 .../ALT_Bug125080_1Test-StartingForm.form          |      190 +
 .../ALT_Bug125080_2Test-ExpectedEndModel0.txt      |       98 +
 .../ALT_Bug125080_2Test-StartingForm.form          |      200 +
 .../ALT_Bug125080_3Test-ExpectedEndModel0.txt      |       90 +
 .../ALT_Bug125080_3Test-StartingForm.form          |      190 +
 .../ALT_Bug125080_4Test-ExpectedEndModel0.txt      |       98 +
 .../ALT_Bug125080_4Test-StartingForm.form          |      200 +
 .../ALT_Bug125080_5Test-ExpectedEndModel0.txt      |       90 +
 .../ALT_Bug125080_5Test-StartingForm.form          |      190 +
 .../ALT_Bug125080_6Test-ExpectedEndModel0.txt      |       98 +
 .../ALT_Bug125080_6Test-StartingForm.form          |      200 +
 .../ALT_Bug125080_7Test-ExpectedEndModel0.txt      |       91 +
 .../ALT_Bug125080_7Test-StartingForm.form          |      190 +
 .../ALT_Bug129494_1Test-ExpectedEndModel0.txt      |      102 +
 .../ALT_Bug129494_1Test-StartingForm.form          |      225 +
 .../ALT_Bug129494_2Test-ExpectedEndModel0.txt      |       99 +
 .../ALT_Bug129494_2Test-StartingForm.form          |      208 +
 .../ALT_Bug134368_1Test-ExpectedEndModel0.txt      |        7 +-
 .../ALT_Bug134368_2Test-ExpectedEndModel0.txt      |        4 +-
 .../ALT_Bug174593Test-ExpectedEndModel0.txt        |        2 +-
 .../ALT_Bug177608Test-ExpectedEndModel0.txt        |      169 +
 .../ALT_Bug177608Test-StartingForm.form            |      331 +
 .../ALT_Bug191075Test-ExpectedEndModel0.txt        |      104 +
 .../ALT_Bug191075Test-StartingForm.form            |      214 +
 .../ALT_Bug202708Test-ExpectedEndModel0.txt        |       56 +
 .../ALT_Bug202708Test-StartingForm.form            |       95 +
 .../ALT_Bug203112Test-ExpectedEndModel0.txt        |       73 +
 .../ALT_Bug203112Test-StartingForm.form            |      142 +
 .../ALT_Bug203129Test-ExpectedEndModel0.txt        |       82 +
 .../ALT_Bug203129Test-ExpectedEndModel1.txt        |       77 +
 .../ALT_Bug203129Test-StartingForm.form            |      175 +
 .../ALT_Bug203480Test-ExpectedEndModel0.txt        |      117 +
 .../ALT_Bug203480Test-StartingForm.form            |      213 +
 .../ALT_Bug203486Test-ExpectedEndModel0.txt        |       84 +
 .../ALT_Bug203486Test-StartingForm.form            |      171 +
 .../ALT_Bug203563Test-ExpectedEndModel0.txt        |       97 +
 .../ALT_Bug203563Test-StartingForm.form            |      179 +
 .../ALT_Bug203622Test-ExpectedEndModel0.txt        |       53 +
 .../ALT_Bug203622Test-StartingForm.form            |      151 +
 .../ALT_Bug203628Test-ExpectedEndModel0.txt        |      103 +
 .../ALT_Bug203628Test-StartingForm.form            |      164 +
 .../ALT_Bug203656Test-ExpectedEndModel0.txt        |      104 +
 .../ALT_Bug203656Test-StartingForm.form            |      219 +
 .../ALT_Bug203677Test-ExpectedEndModel0.txt        |       80 +
 .../ALT_Bug203677Test-StartingForm.form            |      171 +
 .../ALT_Bug203684Test-ExpectedEndModel0.txt        |       98 +
 .../ALT_Bug203684Test-StartingForm.form            |      171 +
 .../ALT_Bug203742Test-ExpectedEndModel0.txt        |      134 +
 .../ALT_Bug203742Test-StartingForm.form            |      212 +
 .../ALT_Bug204044Test-ExpectedEndModel0.txt        |       92 +
 .../ALT_Bug204044Test-StartingForm.form            |      178 +
 .../ALT_Bug204704Test-ExpectedEndModel0.txt        |       92 +
 .../ALT_Bug204704Test-StartingForm.form            |      195 +
 .../ALT_Bug204747Test-ExpectedEndModel0.txt        |      137 +
 .../ALT_Bug204747Test-StartingForm.form            |      244 +
 .../ALT_Bug204814Test-ExpectedEndModel0.txt        |      109 +
 .../ALT_Bug204814Test-StartingForm.form            |      266 +
 .../ALT_Bug207040Test-ExpectedEndModel0.txt        |       46 +
 .../ALT_Bug207040Test-StartingForm.form            |       96 +
 .../ALT_Bug209957_1Test-ExpectedEndModel0.txt      |      128 +
 .../ALT_Bug209957_1Test-StartingForm.form          |      251 +
 .../ALT_Bug209957_2Test-ExpectedEndModel0.txt      |      122 +
 .../ALT_Bug209957_2Test-StartingForm.form          |      251 +
 .../ALT_Bug209975Test-ExpectedEndModel0.txt        |       66 +
 .../ALT_Bug209975Test-StartingForm.form            |      149 +
 .../ALT_Bug66919Test-ExpectedEndModel0.txt         |        4 +-
 .../ALT_Bug69497Test-ExpectedEndModel0.txt         |       42 +-
 .../ALT_ClosedPosition01Test-ExpectedEndModel0.txt |       38 +
 .../ALT_ClosedPosition01Test-StartingForm.form     |       73 +
 .../ALT_ClosedPosition02Test-ExpectedEndModel0.txt |       53 +
 .../ALT_ClosedPosition02Test-ExpectedEndModel1.txt |       53 +
 .../ALT_ClosedPosition02Test-ExpectedEndModel2.txt |       53 +
 .../ALT_ClosedPosition02Test-ExpectedEndModel3.txt |       53 +
 .../ALT_ClosedPosition02Test-StartingForm.form     |      113 +
 .../ALT_ClosedPosition03Test-ExpectedEndModel0.txt |       34 +
 .../ALT_ClosedPosition03Test-ExpectedEndModel1.txt |       34 +
 .../ALT_ClosedPosition03Test-ExpectedEndModel2.txt |       37 +
 .../ALT_ClosedPosition03Test-ExpectedEndModel3.txt |       37 +
 .../ALT_ClosedPosition03Test-StartingForm.form     |       65 +
 .../ALT_ClosedPosition04Test-ExpectedEndModel0.txt |      144 +
 .../ALT_ClosedPosition04Test-StartingForm.form     |      234 +
 .../ALT_Duplication01Test-ExpectedEndModel0.txt    |       37 +
 .../ALT_Duplication01Test-StartingForm.form        |       53 +
 ...LT_GapsOptimization05Test-ExpectedEndModel0.txt |       53 +
 .../ALT_GapsOptimization05Test-StartingForm.form   |       91 +
 ...LT_GapsOptimization10Test-ExpectedEndModel0.txt |       34 +
 .../ALT_GapsOptimization10Test-StartingForm.form   |       81 +
 ...ALT_GapsOptimization1Test-ExpectedEndModel0.txt |       29 +
 ...ALT_GapsOptimization1Test-ExpectedEndModel1.txt |       29 +
 .../ALT_GapsOptimization1Test-StartingForm.form    |       44 +
 ...ALT_GapsOptimization2Test-ExpectedEndModel0.txt |       34 +
 ...ALT_GapsOptimization2Test-ExpectedEndModel1.txt |       34 +
 .../ALT_GapsOptimization2Test-StartingForm.form    |       47 +
 ...ALT_GapsOptimization3Test-ExpectedEndModel0.txt |       30 +
 .../ALT_GapsOptimization3Test-StartingForm.form    |       47 +
 ...ALT_GapsOptimization4Test-ExpectedEndModel0.txt |       32 +
 .../ALT_GapsOptimization4Test-StartingForm.form    |       42 +
 ...ALT_GapsOptimization5Test-ExpectedEndModel0.txt |       56 +
 .../ALT_GapsOptimization5Test-StartingForm.form    |      146 +
 ...ALT_GapsOptimization6Test-ExpectedEndModel0.txt |       60 +
 .../ALT_GapsOptimization6Test-StartingForm.form    |      139 +
 ...ALT_GapsOptimization7Test-ExpectedEndModel0.txt |       53 +
 .../ALT_GapsOptimization7Test-StartingForm.form    |      104 +
 ...ALT_GapsOptimization8Test-ExpectedEndModel0.txt |       37 +
 .../ALT_GapsOptimization8Test-StartingForm.form    |      108 +
 ...LT_GapsOptimization9aTest-ExpectedEndModel0.txt |       48 +
 .../ALT_GapsOptimization9aTest-StartingForm.form   |      113 +
 ...LT_GapsOptimization9bTest-ExpectedEndModel0.txt |       39 +
 .../ALT_GapsOptimization9bTest-StartingForm.form   |      113 +
 .../ALT_Indent01Test-ExpectedEndModel0.txt         |        6 +-
 .../ALT_Indent01Test-ExpectedEndModel1.txt         |        6 +-
 .../ALT_Indent01Test-ExpectedEndModel2.txt         |        8 +-
 .../ALT_Indent02Test-ExpectedEndModel0.txt         |        6 +-
 .../goldenfiles/ALT_Indent02Test-StartingForm.form |        7 +-
 .../ALT_Indent03Test-ExpectedEndModel0.txt         |       12 +-
 .../ALT_Indent04Test-ExpectedEndModel0.txt         |        6 +-
 .../ALT_Inserting01Test-ExpectedEndModel0.txt      |        4 +-
 .../ALT_Inserting01Test-ExpectedEndModel1.txt      |        4 +-
 .../ALT_Inserting01Test-ExpectedEndModel2.txt      |        4 +-
 .../ALT_Inserting01Test-ExpectedEndModel3.txt      |        4 +-
 .../ALT_Inserting01Test-ExpectedEndModel4.txt      |        6 +-
 .../ALT_MaintainSize01Test-ExpectedEndModel0.txt   |       45 +
 .../ALT_MaintainSize01Test-ExpectedEndModel1.txt   |       41 +
 .../ALT_MaintainSize01Test-ExpectedEndModel2.txt   |       38 +
 .../ALT_MaintainSize01Test-ExpectedEndModel3.txt   |       27 +
 .../ALT_MaintainSize01Test-ExpectedEndModel4.txt   |       22 +
 .../ALT_MaintainSize01Test-StartingForm.form       |       89 +
 .../ALT_MaintainSize02Test-ExpectedEndModel0.txt   |       30 +
 .../ALT_MaintainSize02Test-ExpectedEndModel1.txt   |       27 +
 .../ALT_MaintainSize02Test-ExpectedEndModel2.txt   |       22 +
 .../ALT_MaintainSize02Test-StartingForm.form       |       67 +
 .../ALT_MaintainSize03Test-ExpectedEndModel0.txt   |       36 +
 .../ALT_MaintainSize03Test-ExpectedEndModel1.txt   |       33 +
 .../ALT_MaintainSize03Test-ExpectedEndModel2.txt   |       22 +
 .../ALT_MaintainSize03Test-StartingForm.form       |       28 +
 .../ALT_MaintainSize04Test-ExpectedEndModel0.txt   |       34 +
 .../ALT_MaintainSize04Test-StartingForm.form       |       80 +
 .../ALT_MaintainSize05Test-ExpectedEndModel0.txt   |       34 +
 .../ALT_MaintainSize05Test-StartingForm.form       |       88 +
 .../ALT_MaintainSize06Test-ExpectedEndModel0.txt   |       37 +
 .../ALT_MaintainSize06Test-StartingForm.form       |      109 +
 .../ALT_MaintainSize07Test-ExpectedEndModel0.txt   |       41 +
 .../ALT_MaintainSize07Test-StartingForm.form       |       91 +
 .../ALT_MaintainSize08Test-ExpectedEndModel0.txt   |       37 +
 .../ALT_MaintainSize08Test-StartingForm.form       |       85 +
 .../ALT_MaintainSize09Test-ExpectedEndModel0.txt   |       37 +
 .../ALT_MaintainSize09Test-StartingForm.form       |       78 +
 .../ALT_MaintainSize10Test-ExpectedEndModel0.txt   |       34 +
 .../ALT_MaintainSize10Test-StartingForm.form       |       72 +
 .../ALT_MaintainSize11Test-ExpectedEndModel0.txt   |       30 +
 .../ALT_MaintainSize11Test-ExpectedEndModel1.txt   |       34 +
 .../ALT_MaintainSize11Test-StartingForm.form       |       65 +
 .../ALT_MaintainSize12Test-ExpectedEndModel0.txt   |       44 +
 .../ALT_MaintainSize12Test-StartingForm.form       |      106 +
 .../ALT_MaintainSize13Test-ExpectedEndModel0.txt   |       54 +
 .../ALT_MaintainSize13Test-ExpectedEndModel1.txt   |       58 +
 .../ALT_MaintainSize13Test-StartingForm.form       |      121 +
 .../ALT_MaintainSize14Test-ExpectedEndModel0.txt   |       30 +
 .../ALT_MaintainSize14Test-StartingForm.form       |       73 +
 .../ALT_Move01Test-ExpectedEndModel2.txt           |       16 +-
 .../ALT_MultiResizable01Test-ExpectedEndModel0.txt |       27 +
 .../ALT_MultiResizable01Test-StartingForm.form     |       53 +
 .../ALT_MultiResizable02Test-ExpectedEndModel0.txt |       61 +
 .../ALT_MultiResizable02Test-StartingForm.form     |      106 +
 .../ALT_MultiResizable03Test-ExpectedEndModel0.txt |       29 +
 .../ALT_MultiResizable03Test-StartingForm.form     |       43 +
 .../ALT_MultiResizable04Test-ExpectedEndModel0.txt |       41 +
 .../ALT_MultiResizable04Test-StartingForm.form     |       77 +
 ...LT_ParallelPosition01Test-ExpectedEndModel0.txt |       15 +-
 ...LT_ParallelPosition03Test-ExpectedEndModel0.txt |        4 +-
 ...LT_ParallelPosition03Test-ExpectedEndModel1.txt |        8 +-
 ...LT_ParallelPosition04Test-ExpectedEndModel0.txt |        6 +-
 ...LT_ParallelPosition05Test-ExpectedEndModel0.txt |        4 +-
 ...LT_ParallelPosition06Test-ExpectedEndModel0.txt |        4 +-
 ...LT_ParallelPosition07Test-ExpectedEndModel0.txt |        2 +-
 ...LT_ParallelPosition08Test-ExpectedEndModel0.txt |        6 +-
 ...LT_ParallelPosition08Test-ExpectedEndModel1.txt |        2 +-
 ...LT_ParallelPosition09Test-ExpectedEndModel0.txt |        2 +-
 ...LT_ParallelPosition09Test-ExpectedEndModel1.txt |        8 +-
 ...LT_ParallelPosition12Test-ExpectedEndModel0.txt |        6 +-
 ...LT_ParallelPosition12Test-ExpectedEndModel1.txt |        6 +-
 ...LT_ParallelPosition12Test-ExpectedEndModel2.txt |        4 +-
 ...LT_ParallelPosition13Test-ExpectedEndModel0.txt |        6 +-
 ...LT_ParallelPosition13Test-ExpectedEndModel1.txt |        4 +-
 ...LT_ParallelPosition14Test-ExpectedEndModel0.txt |        2 +-
 ...LT_ParallelPosition15Test-ExpectedEndModel0.txt |        4 +-
 ...LT_ParallelPosition19Test-ExpectedEndModel0.txt |        8 +-
 ...LT_ParallelPosition20Test-ExpectedEndModel0.txt |       10 +-
 ...LT_ParallelPosition20Test-ExpectedEndModel1.txt |        8 +-
 ...LT_ParallelPosition21Test-ExpectedEndModel0.txt |        4 +-
 ...LT_ParallelPosition21Test-ExpectedEndModel1.txt |        4 +-
 ...LT_ParallelPosition22Test-ExpectedEndModel0.txt |       77 +
 .../ALT_ParallelPosition22Test-StartingForm.form   |      138 +
 ...LT_ParallelPosition23Test-ExpectedEndModel0.txt |       77 +
 .../ALT_ParallelPosition23Test-StartingForm.form   |      137 +
 ...LT_ParallelPosition24Test-ExpectedEndModel0.txt |       44 +
 .../ALT_ParallelPosition24Test-StartingForm.form   |       82 +
 ...LT_ParallelPosition25Test-ExpectedEndModel0.txt |      132 +
 .../ALT_ParallelPosition25Test-StartingForm.form   |      252 +
 ...LT_ParallelPosition26Test-ExpectedEndModel0.txt |       59 +
 .../ALT_ParallelPosition26Test-StartingForm.form   |      138 +
 .../ALT_Positioning01Test-ExpectedEndModel0.txt    |        2 +-
 .../ALT_Positioning01Test-ExpectedEndModel1.txt    |       47 +-
 .../ALT_Positioning02Test-ExpectedEndModel0.txt    |       58 +
 .../ALT_Positioning02Test-ExpectedEndModel1.txt    |       64 +
 .../ALT_Positioning02Test-ExpectedEndModel2.txt    |       58 +
 .../ALT_Positioning02Test-ExpectedEndModel3.txt    |       58 +
 .../ALT_Positioning02Test-StartingForm.form        |      117 +
 .../ALT_Positioning03Test-ExpectedEndModel0.txt    |       53 +
 .../ALT_Positioning03Test-StartingForm.form        |       80 +
 .../ALT_Positioning04Test-ExpectedEndModel0.txt    |       50 +
 .../ALT_Positioning04Test-StartingForm.form        |       80 +
 .../ALT_Positioning05Test-ExpectedEndModel0.txt    |       53 +
 .../ALT_Positioning05Test-StartingForm.form        |      100 +
 .../ALT_Positioning06Test-ExpectedEndModel0.txt    |       52 +
 .../ALT_Positioning06Test-StartingForm.form        |      100 +
 .../ALT_Positioning07Test-ExpectedEndModel0.txt    |       48 +
 .../ALT_Positioning07Test-StartingForm.form        |      100 +
 .../ALT_Positioning08Test-ExpectedEndModel0.txt    |       53 +
 .../ALT_Positioning08Test-ExpectedEndModel1.txt    |       53 +
 .../ALT_Positioning08Test-StartingForm.form        |      100 +
 .../ALT_Positioning09aTest-ExpectedEndModel0.txt   |       48 +
 .../ALT_Positioning09aTest-StartingForm.form       |       90 +
 .../ALT_Positioning09bTest-ExpectedEndModel0.txt   |       47 +
 .../ALT_Positioning09bTest-StartingForm.form       |       87 +
 .../ALT_Positioning10Test-ExpectedEndModel0.txt    |       42 +
 .../ALT_Positioning10Test-StartingForm.form        |       75 +
 .../ALT_Positioning11Test-ExpectedEndModel0.txt    |       50 +
 .../ALT_Positioning11Test-StartingForm.form        |       91 +
 .../ALT_Positioning12Test-ExpectedEndModel0.txt    |       39 +
 .../ALT_Positioning12Test-StartingForm.form        |       70 +
 .../ALT_Positioning13Test-ExpectedEndModel0.txt    |       63 +
 .../ALT_Positioning13Test-ExpectedEndModel1.txt    |       56 +
 .../ALT_Positioning13Test-ExpectedEndModel2.txt    |       62 +
 .../ALT_Positioning13Test-StartingForm.form        |      111 +
 .../ALT_Positioning14Test-ExpectedEndModel0.txt    |       51 +
 .../ALT_Positioning14Test-ExpectedEndModel1.txt    |       51 +
 .../ALT_Positioning14Test-ExpectedEndModel2.txt    |       49 +
 .../ALT_Positioning14Test-StartingForm.form        |      121 +
 .../ALT_Positioning15Test-ExpectedEndModel0.txt    |       54 +
 .../ALT_Positioning15Test-StartingForm.form        |      125 +
 .../ALT_Positioning16Test-ExpectedEndModel0.txt    |       60 +
 .../ALT_Positioning16Test-ExpectedEndModel1.txt    |       61 +
 .../ALT_Positioning16Test-StartingForm.form        |      152 +
 .../ALT_Positioning17Test-ExpectedEndModel0.txt    |       40 +
 .../ALT_Positioning17Test-StartingForm.form        |       69 +
 .../ALT_Positioning18Test-ExpectedEndModel0.txt    |       38 +
 .../ALT_Positioning18Test-StartingForm.form        |       68 +
 .../ALT_Positioning19Test-ExpectedEndModel0.txt    |       64 +
 .../ALT_Positioning19Test-StartingForm.form        |      108 +
 .../ALT_Positioning20Test-ExpectedEndModel0.txt    |       51 +
 .../ALT_Positioning20Test-ExpectedEndModel1.txt    |       54 +
 .../ALT_Positioning20Test-StartingForm.form        |       94 +
 .../ALT_Resizing01Test-ExpectedEndModel0.txt       |        9 +-
 .../ALT_Resizing03Test-ExpectedEndModel0.txt       |        4 +-
 .../ALT_Resizing04Test-ExpectedEndModel1.txt       |        3 +-
 .../ALT_Resizing04Test-ExpectedEndModel2.txt       |        4 +-
 .../ALT_Resizing04Test-ExpectedEndModel3.txt       |        4 +-
 .../ALT_Resizing04Test-ExpectedEndModel4.txt       |        6 +-
 .../ALT_Resizing04Test-ExpectedEndModel5.txt       |        7 +-
 .../ALT_Resizing05Test-ExpectedEndModel0.txt       |        6 +-
 .../ALT_Resizing09Test-ExpectedEndModel0.txt       |        8 +-
 .../ALT_Resizing10Test-ExpectedEndModel0.txt       |       53 +
 .../ALT_Resizing10Test-StartingForm.form           |      114 +
 .../ALT_Resizing11Test-ExpectedEndModel0.txt       |       44 +
 .../ALT_Resizing11Test-StartingForm.form           |      120 +
 .../ALT_Resizing12Test-ExpectedEndModel0.txt       |       44 +
 .../ALT_Resizing12Test-StartingForm.form           |      122 +
 .../ALT_Resizing13Test-ExpectedEndModel0.txt       |       37 +
 .../ALT_Resizing13Test-StartingForm.form           |       61 +
 .../ALT_Resizing14Test-ExpectedEndModel0.txt       |       36 +
 .../ALT_Resizing14Test-ExpectedEndModel1.txt       |       32 +
 .../ALT_Resizing14Test-StartingForm.form           |       62 +
 .../ALT_Resizing15Test-ExpectedEndModel0.txt       |       69 +
 .../ALT_Resizing15Test-ExpectedEndModel1.txt       |       66 +
 .../ALT_Resizing15Test-StartingForm.form           |      131 +
 .../ALT_Resizing16Test-ExpectedEndModel0.txt       |       42 +
 .../ALT_Resizing16Test-StartingForm.form           |      118 +
 .../ALT_Resizing17Test-ExpectedEndModel0.txt       |       37 +
 .../ALT_Resizing17Test-StartingForm.form           |       79 +
 .../ALT_Resizing18Test-ExpectedEndModel0.txt       |       50 +
 .../ALT_Resizing18Test-StartingForm.form           |      125 +
 .../ALT_Resizing19Test-ExpectedEndModel0.txt       |       22 +
 .../ALT_Resizing19Test-StartingForm.form           |       43 +
 .../ALT_Resizing20aTest-ExpectedEndModel0.txt      |      103 +
 .../ALT_Resizing20aTest-ExpectedEndModel1.txt      |      107 +
 .../ALT_Resizing20aTest-ExpectedEndModel2.txt      |      103 +
 .../ALT_Resizing20aTest-ExpectedEndModel3.txt      |      103 +
 .../ALT_Resizing20aTest-StartingForm.form          |      156 +
 .../ALT_Resizing20bTest-ExpectedEndModel0.txt      |       95 +
 .../ALT_Resizing20bTest-ExpectedEndModel1.txt      |       87 +
 .../ALT_Resizing20bTest-ExpectedEndModel2.txt      |       87 +
 .../ALT_Resizing20bTest-ExpectedEndModel3.txt      |       91 +
 .../ALT_Resizing20bTest-ExpectedEndModel4.txt      |       99 +
 .../ALT_Resizing20bTest-StartingForm.form          |      144 +
 .../ALT_Resizing20cTest-ExpectedEndModel0.txt      |       95 +
 .../ALT_Resizing20cTest-ExpectedEndModel1.txt      |       99 +
 .../ALT_Resizing20cTest-StartingForm.form          |      144 +
 .../ALT_Resizing21Test-ExpectedEndModel0.txt       |       40 +
 .../ALT_Resizing21Test-StartingForm.form           |       93 +
 .../ALT_Resizing22Test-ExpectedEndModel0.txt       |       28 +
 .../ALT_Resizing22Test-StartingForm.form           |       28 +
 .../ALT_ResizingSizeTest-ExpectedEndModel0.txt     |       54 +
 .../ALT_ResizingSizeTest-ExpectedEndModel1.txt     |       54 +
 .../ALT_ResizingSizeTest-ExpectedEndModel2.txt     |       57 +
 .../ALT_ResizingSizeTest-ExpectedEndModel3.txt     |       57 +
 .../ALT_ResizingSizeTest-StartingForm.form         |      112 +
 .../ALT_SeqResizing01Test-ExpectedEndModel0.txt    |        6 +-
 .../ALT_SeqResizing02Test-ExpectedEndModel0.txt    |        6 +-
 .../ALT_SeqResizing03Test-ExpectedEndModel0.txt    |        4 +-
 .../ALT_SeqResizing04Test-ExpectedEndModel0.txt    |        5 +-
 .../ALT_SeqResizing04bTest-ExpectedEndModel0.txt   |       46 +
 .../ALT_SeqResizing04bTest-ExpectedEndModel1.txt   |       52 +
 .../ALT_SeqResizing04bTest-StartingForm.form       |      100 +
 .../ALT_SeqResizing05Test-ExpectedEndModel0.txt    |       52 +
 .../ALT_SeqResizing05Test-ExpectedEndModel1.txt    |       55 +
 .../ALT_SeqResizing05Test-ExpectedEndModel2.txt    |       62 +
 .../ALT_SeqResizing05Test-ExpectedEndModel3.txt    |       65 +
 .../ALT_SeqResizing05Test-StartingForm.form        |      120 +
 .../ALT_SeqResizing06Test-ExpectedEndModel0.txt    |       51 +
 .../ALT_SeqResizing06Test-ExpectedEndModel1.txt    |       56 +
 .../ALT_SeqResizing06Test-ExpectedEndModel2.txt    |       59 +
 .../ALT_SeqResizing06Test-StartingForm.form        |      104 +
 .../ALT_SeqResizing07Test-ExpectedEndModel0.txt    |       65 +
 .../ALT_SeqResizing07Test-StartingForm.form        |      146 +
 .../ALT_SeqResizing08Test-ExpectedEndModel0.txt    |       47 +
 .../ALT_SeqResizing08Test-StartingForm.form        |      132 +
 .../ALT_SeqResizing09Test-ExpectedEndModel0.txt    |       40 +
 .../ALT_SeqResizing09Test-ExpectedEndModel1.txt    |       41 +
 .../ALT_SeqResizing09Test-StartingForm.form        |       73 +
 .../ALT_SeqResizing10Test-ExpectedEndModel0.txt    |       33 +
 .../ALT_SeqResizing10Test-StartingForm.form        |       76 +
 .../ALT_SeqResizing11Test-ExpectedEndModel0.txt    |       40 +
 .../ALT_SeqResizing11Test-StartingForm.form        |      101 +
 .../ALT_SeqResizing12Test-ExpectedEndModel0.txt    |       40 +
 .../ALT_SeqResizing12Test-ExpectedEndModel1.txt    |       33 +
 .../ALT_SeqResizing12Test-StartingForm.form        |       64 +
 .../ALT_SeqResizing13Test-ExpectedEndModel0.txt    |       37 +
 .../ALT_SeqResizing13Test-ExpectedEndModel1.txt    |       47 +
 .../ALT_SeqResizing13Test-StartingForm.form        |      100 +
 .../ALT_SeqResizing14Test-ExpectedEndModel0.txt    |       55 +
 .../ALT_SeqResizing14Test-StartingForm.form        |      113 +
 .../ALT_SeqResizing15Test-ExpectedEndModel0.txt    |       49 +
 .../ALT_SeqResizing15Test-StartingForm.form        |       94 +
 ..._SeqResizing_Bug77875Test-ExpectedEndModel0.txt |        8 +-
 ..._SequentialPosition01Test-ExpectedEndModel0.txt |       55 +
 .../ALT_SequentialPosition01Test-StartingForm.form |       83 +
 ...LT_ShrinkingContainerTest-ExpectedEndModel0.txt |       27 +
 ...LT_ShrinkingContainerTest-ExpectedEndModel1.txt |       27 +
 ...LT_ShrinkingContainerTest-ExpectedEndModel2.txt |       27 +
 ...LT_ShrinkingContainerTest-ExpectedEndModel3.txt |       27 +
 ...LT_ShrinkingContainerTest-ExpectedEndModel4.txt |       26 +
 .../ALT_ShrinkingContainerTest-StartingForm.form   |       53 +
 .../ALT_SizeDefinition01Test-ExpectedEndModel0.txt |       44 +
 .../ALT_SizeDefinition01Test-ExpectedEndModel1.txt |       47 +
 .../ALT_SizeDefinition01Test-StartingForm.form     |       77 +
 .../ALT_SizeDefinition02Test-ExpectedEndModel0.txt |       45 +
 .../ALT_SizeDefinition02Test-StartingForm.form     |       77 +
 .../ALT_SizeDefinition03Test-ExpectedEndModel0.txt |       51 +
 .../ALT_SizeDefinition03Test-ExpectedEndModel1.txt |       51 +
 .../ALT_SizeDefinition03Test-StartingForm.form     |      103 +
 .../ALT_SizeDefinition04Test-ExpectedEndModel0.txt |       51 +
 .../ALT_SizeDefinition04Test-StartingForm.form     |      101 +
 .../ALT_SizeDefinition05Test-ExpectedEndModel0.txt |       34 +
 .../ALT_SizeDefinition05Test-ExpectedEndModel1.txt |       34 +
 .../ALT_SizeDefinition05Test-StartingForm.form     |       63 +
 .../ALT_SizeDefinition06Test-ExpectedEndModel0.txt |       34 +
 .../ALT_SizeDefinition06Test-StartingForm.form     |       63 +
 .../ALT_SizeDefinition07Test-ExpectedEndModel0.txt |       56 +
 .../ALT_SizeDefinition07Test-ExpectedEndModel1.txt |       56 +
 .../ALT_SizeDefinition07Test-ExpectedEndModel2.txt |       56 +
 .../ALT_SizeDefinition07Test-StartingForm.form     |      146 +
 .../ALT_SizeDefinition08Test-ExpectedEndModel0.txt |       39 +
 .../ALT_SizeDefinition08Test-StartingForm.form     |       72 +
 .../ALT_SizeDefinition09Test-ExpectedEndModel0.txt |       44 +
 .../ALT_SizeDefinition09Test-ExpectedEndModel1.txt |       44 +
 .../ALT_SizeDefinition09Test-StartingForm.form     |       82 +
 .../ALT_SizeDefinition10Test-ExpectedEndModel0.txt |       62 +
 .../ALT_SizeDefinition10Test-StartingForm.form     |      123 +
 .../ALT_SizeDefinition11Test-ExpectedEndModel0.txt |       42 +
 .../ALT_SizeDefinition11Test-StartingForm.form     |       86 +
 ..._SuppressedResizing01Test-ExpectedEndModel0.txt |       41 +
 ..._SuppressedResizing01Test-ExpectedEndModel1.txt |       42 +
 .../ALT_SuppressedResizing01Test-StartingForm.form |       82 +
 ..._SuppressedResizing02Test-ExpectedEndModel0.txt |       27 +
 .../ALT_SuppressedResizing02Test-StartingForm.form |       53 +
 ..._SuppressedResizing03Test-ExpectedEndModel0.txt |       27 +
 .../ALT_SuppressedResizing03Test-StartingForm.form |       65 +
 ..._SuppressedResizing04Test-ExpectedEndModel0.txt |       30 +
 .../ALT_SuppressedResizing04Test-StartingForm.form |       61 +
 ..._SuppressedResizing05Test-ExpectedEndModel0.txt |       35 +
 ..._SuppressedResizing05Test-ExpectedEndModel1.txt |       35 +
 .../ALT_SuppressedResizing05Test-StartingForm.form |       69 +
 ..._SuppressedResizing06Test-ExpectedEndModel0.txt |       39 +
 .../ALT_SuppressedResizing06Test-StartingForm.form |       61 +
 ..._SuppressedResizing07Test-ExpectedEndModel0.txt |       35 +
 ..._SuppressedResizing07Test-ExpectedEndModel1.txt |       33 +
 .../ALT_SuppressedResizing07Test-StartingForm.form |       71 +
 ..._SuppressedResizing08Test-ExpectedEndModel0.txt |       37 +
 ..._SuppressedResizing08Test-ExpectedEndModel1.txt |       39 +
 .../ALT_SuppressedResizing08Test-StartingForm.form |       63 +
 ..._SuppressedResizing09Test-ExpectedEndModel0.txt |       26 +
 ..._SuppressedResizing09Test-ExpectedEndModel1.txt |       27 +
 ..._SuppressedResizing09Test-ExpectedEndModel2.txt |       29 +
 ..._SuppressedResizing09Test-ExpectedEndModel3.txt |       26 +
 ..._SuppressedResizing09Test-ExpectedEndModel4.txt |       29 +
 .../ALT_SuppressedResizing09Test-StartingForm.form |       53 +
 ..._UnchangedDimension01Test-ExpectedEndModel0.txt |       54 +
 ..._UnchangedDimension01Test-ExpectedEndModel1.txt |       58 +
 ..._UnchangedDimension01Test-ExpectedEndModel2.txt |       61 +
 .../ALT_UnchangedDimension01Test-StartingForm.form |      117 +
 ..._UnchangedDimension02Test-ExpectedEndModel0.txt |       45 +
 ..._UnchangedDimension02Test-ExpectedEndModel1.txt |       45 +
 .../ALT_UnchangedDimension02Test-StartingForm.form |       91 +
 ..._UnchangedDimension03Test-ExpectedEndModel0.txt |       54 +
 .../ALT_UnchangedDimension03Test-StartingForm.form |      115 +
 ..._UnchangedDimension04Test-ExpectedEndModel0.txt |       38 +
 .../ALT_UnchangedDimension04Test-StartingForm.form |       81 +
 ..._UnchangedDimension05Test-ExpectedEndModel0.txt |       83 +
 .../ALT_UnchangedDimension05Test-StartingForm.form |      174 +
 .../ALT_UndoRedo01Test-ExpectedEndModel0.txt       |       68 +
 .../ALT_UndoRedo01Test-StartingForm.form           |      132 +
 .../form/layoutdesign/ALT_AddingToColumn1Test.java |      747 +
 .../form/layoutdesign/ALT_AddingToColumn2Test.java |     1358 +
 .../form/layoutdesign/ALT_AddingToColumn3Test.java |      326 +
 .../form/layoutdesign/ALT_Anchor01Test.java        |      146 +
 .../form/layoutdesign/ALT_Anchor02Test.java        |      223 +
 .../modules/form/layoutdesign/ALT_Baseline01.form  |       78 -
 .../modules/form/layoutdesign/ALT_Baseline01.java  |       83 -
 .../form/layoutdesign/ALT_Baseline01Test.java      |        1 +
 .../modules/form/layoutdesign/ALT_Baseline02.form  |      131 -
 .../modules/form/layoutdesign/ALT_Baseline02.java  |      115 -
 .../form/layoutdesign/ALT_Baseline03Test.java      |      198 +
 .../form/layoutdesign/ALT_Baseline04Test.java      |      441 +
 .../form/layoutdesign/ALT_Baseline05Test.java      |      257 +
 .../form/layoutdesign/ALT_Baseline06Test.java      |      203 +
 .../form/layoutdesign/ALT_Baseline07Test.java      |      207 +
 .../form/layoutdesign/ALT_BorderPositions01.form   |       54 -
 .../form/layoutdesign/ALT_BorderPositions01.java   |       66 -
 .../layoutdesign/ALT_BorderPositions02Test.java    |     1149 +
 .../layoutdesign/ALT_BorderPositions03Test.java    |      705 +
 .../layoutdesign/ALT_BorderPositions04Test.java    |      410 +
 .../layoutdesign/ALT_BorderPositions05Test.java    |      515 +
 .../layoutdesign/ALT_BorderPositions06Test.java    |      499 +
 .../layoutdesign/ALT_BorderPositions07Test.java    |      332 +
 .../modules/form/layoutdesign/ALT_Bug124689.form   |      272 -
 .../modules/form/layoutdesign/ALT_Bug124689.java   |      219 -
 .../form/layoutdesign/ALT_Bug124689Test.java       |        8 +-
 .../form/layoutdesign/ALT_Bug125080_1Test.java     |      262 +
 .../form/layoutdesign/ALT_Bug125080_2Test.java     |      284 +
 .../form/layoutdesign/ALT_Bug125080_3Test.java     |      208 +
 .../form/layoutdesign/ALT_Bug125080_4Test.java     |      214 +
 .../form/layoutdesign/ALT_Bug125080_5Test.java     |      217 +
 .../form/layoutdesign/ALT_Bug125080_6Test.java     |      223 +
 .../form/layoutdesign/ALT_Bug125080_7Test.java     |      613 +
 .../form/layoutdesign/ALT_Bug129494_1Test.java     |      294 +
 .../form/layoutdesign/ALT_Bug129494_2Test.java     |      286 +
 .../modules/form/layoutdesign/ALT_Bug134368_1.form |      111 -
 .../modules/form/layoutdesign/ALT_Bug134368_1.java |       99 -
 .../form/layoutdesign/ALT_Bug134368_1Test.java     |        1 +
 .../modules/form/layoutdesign/ALT_Bug134368_2.form |      108 -
 .../modules/form/layoutdesign/ALT_Bug134368_2.java |       97 -
 .../form/layoutdesign/ALT_Bug134368_2Test.java     |        3 +-
 .../modules/form/layoutdesign/ALT_Bug174593.form   |      128 -
 .../modules/form/layoutdesign/ALT_Bug174593.java   |      111 -
 .../form/layoutdesign/ALT_Bug177608Test.java       |      544 +
 .../form/layoutdesign/ALT_Bug191075Test.java       |      361 +
 .../form/layoutdesign/ALT_Bug202708Test.java       |      223 +
 .../form/layoutdesign/ALT_Bug203112Test.java       |      163 +
 .../form/layoutdesign/ALT_Bug203129Test.java       |      300 +
 .../form/layoutdesign/ALT_Bug203480Test.java       |      417 +
 .../form/layoutdesign/ALT_Bug203486Test.java       |      307 +
 .../form/layoutdesign/ALT_Bug203563Test.java       |      295 +
 .../form/layoutdesign/ALT_Bug203622Test.java       |      355 +
 .../form/layoutdesign/ALT_Bug203628Test.java       |      321 +
 .../form/layoutdesign/ALT_Bug203656Test.java       |      321 +
 .../form/layoutdesign/ALT_Bug203677Test.java       |      547 +
 .../form/layoutdesign/ALT_Bug203684Test.java       |      444 +
 .../form/layoutdesign/ALT_Bug203742Test.java       |      288 +
 .../form/layoutdesign/ALT_Bug204044Test.java       |      329 +
 .../form/layoutdesign/ALT_Bug204704Test.java       |      148 +
 .../form/layoutdesign/ALT_Bug204747Test.java       |      561 +
 .../form/layoutdesign/ALT_Bug204814Test.java       |      389 +
 .../form/layoutdesign/ALT_Bug207040Test.java       |      169 +
 .../form/layoutdesign/ALT_Bug209957_1Test.java     |      492 +
 .../form/layoutdesign/ALT_Bug209957_2Test.java     |      520 +
 .../form/layoutdesign/ALT_Bug209975Test.java       |      227 +
 .../modules/form/layoutdesign/ALT_Bug66431_3.form  |       76 -
 .../modules/form/layoutdesign/ALT_Bug66431_3.java  |       87 -
 .../form/layoutdesign/ALT_Bug66431_3Test.java      |        4 +-
 .../modules/form/layoutdesign/ALT_Bug66919.form    |      120 -
 .../modules/form/layoutdesign/ALT_Bug66919.java    |      111 -
 .../modules/form/layoutdesign/ALT_Bug69497.form    |      194 -
 .../modules/form/layoutdesign/ALT_Bug69497.java    |      186 -
 .../form/layoutdesign/ALT_Bug69497Test.java        |        6 +-
 .../modules/form/layoutdesign/ALT_Bug70661.form    |       97 -
 .../modules/form/layoutdesign/ALT_Bug70661.java    |       89 -
 .../form/layoutdesign/ALT_Bug70661Test.java        |        1 +
 .../modules/form/layoutdesign/ALT_Bug70904.form    |       48 -
 .../modules/form/layoutdesign/ALT_Bug70904.java    |       60 -
 .../form/layoutdesign/ALT_Bug70904Test.java        |        4 +-
 .../ALT_CenteredResizing_Bug137738.form            |       71 -
 .../ALT_CenteredResizing_Bug137738.java            |       78 -
 .../ALT_CenteredResizing_Bug137738Test.java        |        1 +
 .../layoutdesign/ALT_ClosedPosition01Test.java     |      203 +
 .../layoutdesign/ALT_ClosedPosition02Test.java     |      646 +
 .../layoutdesign/ALT_ClosedPosition03Test.java     |      618 +
 .../layoutdesign/ALT_ClosedPosition04Test.java     |      711 +
 .../form/layoutdesign/ALT_DefaultSize01.form       |       44 -
 .../form/layoutdesign/ALT_DefaultSize01.java       |       57 -
 .../layoutdesign/ALT_Duplicating_Bug128426.form    |       96 -
 .../layoutdesign/ALT_Duplicating_Bug128426.java    |      106 -
 .../layoutdesign/ALT_Duplicating_Bug145134.form    |       87 -
 .../layoutdesign/ALT_Duplicating_Bug145134.java    |      107 -
 .../form/layoutdesign/ALT_Duplication01Test.java   |      123 +
 .../layoutdesign/ALT_GapsOptimization05Test.java   |      227 +
 .../layoutdesign/ALT_GapsOptimization10Test.java   |      120 +
 .../layoutdesign/ALT_GapsOptimization1Test.java    |      353 +
 .../layoutdesign/ALT_GapsOptimization2Test.java    |      348 +
 .../layoutdesign/ALT_GapsOptimization3Test.java    |      271 +
 .../layoutdesign/ALT_GapsOptimization4Test.java    |      171 +
 .../layoutdesign/ALT_GapsOptimization5Test.java    |      190 +
 .../layoutdesign/ALT_GapsOptimization6Test.java    |      249 +
 .../layoutdesign/ALT_GapsOptimization7Test.java    |      133 +
 .../layoutdesign/ALT_GapsOptimization8Test.java    |      189 +
 .../layoutdesign/ALT_GapsOptimization9aTest.java   |      149 +
 .../layoutdesign/ALT_GapsOptimization9bTest.java   |      292 +
 .../modules/form/layoutdesign/ALT_Indent01.form    |       94 -
 .../modules/form/layoutdesign/ALT_Indent01.java    |       95 -
 .../modules/form/layoutdesign/ALT_Indent02.form    |      146 -
 .../modules/form/layoutdesign/ALT_Indent02.java    |      116 -
 .../form/layoutdesign/ALT_Indent02Test.java        |        4 +-
 .../modules/form/layoutdesign/ALT_Indent03.form    |      106 -
 .../modules/form/layoutdesign/ALT_Indent03.java    |       99 -
 .../modules/form/layoutdesign/ALT_Indent04.form    |       75 -
 .../modules/form/layoutdesign/ALT_Indent04.java    |       82 -
 .../modules/form/layoutdesign/ALT_Inserting01.form |      127 -
 .../modules/form/layoutdesign/ALT_Inserting01.java |      133 -
 .../form/layoutdesign/ALT_Inserting01Test.java     |        9 +-
 .../form/layoutdesign/ALT_MaintainSize01Test.java  |      251 +
 .../form/layoutdesign/ALT_MaintainSize02Test.java  |      174 +
 .../form/layoutdesign/ALT_MaintainSize03Test.java  |      411 +
 .../form/layoutdesign/ALT_MaintainSize04Test.java  |      129 +
 .../form/layoutdesign/ALT_MaintainSize05Test.java  |      127 +
 .../form/layoutdesign/ALT_MaintainSize06Test.java  |      162 +
 .../form/layoutdesign/ALT_MaintainSize07Test.java  |      154 +
 .../form/layoutdesign/ALT_MaintainSize08Test.java  |      154 +
 .../form/layoutdesign/ALT_MaintainSize09Test.java  |      139 +
 .../form/layoutdesign/ALT_MaintainSize10Test.java  |      127 +
 .../form/layoutdesign/ALT_MaintainSize11Test.java  |      223 +
 .../form/layoutdesign/ALT_MaintainSize12Test.java  |      137 +
 .../form/layoutdesign/ALT_MaintainSize13Test.java  |      316 +
 .../form/layoutdesign/ALT_MaintainSize14Test.java  |      141 +
 .../modules/form/layoutdesign/ALT_Move01.form      |       76 -
 .../modules/form/layoutdesign/ALT_Move01.java      |       83 -
 .../layoutdesign/ALT_MultiResizable01Test.java     |      217 +
 .../layoutdesign/ALT_MultiResizable02Test.java     |      386 +
 .../layoutdesign/ALT_MultiResizable03Test.java     |      189 +
 .../layoutdesign/ALT_MultiResizable04Test.java     |      125 +
 .../form/layoutdesign/ALT_ParallelPosition01.form  |       76 -
 .../form/layoutdesign/ALT_ParallelPosition01.java  |       83 -
 .../layoutdesign/ALT_ParallelPosition01Test.java   |        1 +
 .../form/layoutdesign/ALT_ParallelPosition02.form  |       64 -
 .../form/layoutdesign/ALT_ParallelPosition02.java  |       73 -
 .../form/layoutdesign/ALT_ParallelPosition03.form  |       76 -
 .../form/layoutdesign/ALT_ParallelPosition03.java  |       78 -
 .../form/layoutdesign/ALT_ParallelPosition04.form  |       62 -
 .../form/layoutdesign/ALT_ParallelPosition04.java  |       72 -
 .../layoutdesign/ALT_ParallelPosition04Test.java   |        1 -
 .../form/layoutdesign/ALT_ParallelPosition05.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition05.java  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition06.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition06.java  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition07.form  |      106 -
 .../form/layoutdesign/ALT_ParallelPosition07.java  |       98 -
 .../form/layoutdesign/ALT_ParallelPosition08.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition08.java  |       74 -
 .../layoutdesign/ALT_ParallelPosition08Test.java   |        1 +
 .../form/layoutdesign/ALT_ParallelPosition09.form  |       67 -
 .../form/layoutdesign/ALT_ParallelPosition09.java  |       75 -
 .../layoutdesign/ALT_ParallelPosition09Test.java   |        1 +
 .../form/layoutdesign/ALT_ParallelPosition10.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition10.java  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition11.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition11.java  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition12.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition12.java  |       74 -
 .../layoutdesign/ALT_ParallelPosition12Test.java   |        4 +-
 .../form/layoutdesign/ALT_ParallelPosition13.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition13.java  |       74 -
 .../layoutdesign/ALT_ParallelPosition13Test.java   |        1 +
 .../form/layoutdesign/ALT_ParallelPosition14.form  |       66 -
 .../form/layoutdesign/ALT_ParallelPosition14.java  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition15.form  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition15.java  |       81 -
 .../form/layoutdesign/ALT_ParallelPosition16.form  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition16.java  |       81 -
 .../form/layoutdesign/ALT_ParallelPosition17.form  |       74 -
 .../form/layoutdesign/ALT_ParallelPosition17.java  |       81 -
 .../layoutdesign/ALT_ParallelPosition17Test.java   |        1 +
 .../form/layoutdesign/ALT_ParallelPosition18.form  |      100 -
 .../form/layoutdesign/ALT_ParallelPosition18.java  |       96 -
 .../form/layoutdesign/ALT_ParallelPosition19.form  |       91 -
 .../form/layoutdesign/ALT_ParallelPosition19.java  |       88 -
 .../form/layoutdesign/ALT_ParallelPosition20.form  |       91 -
 .../form/layoutdesign/ALT_ParallelPosition20.java  |       88 -
 .../form/layoutdesign/ALT_ParallelPosition21.form  |       93 -
 .../form/layoutdesign/ALT_ParallelPosition21.java  |       85 -
 .../layoutdesign/ALT_ParallelPosition22Test.java   |      259 +
 .../layoutdesign/ALT_ParallelPosition23Test.java   |      284 +
 .../layoutdesign/ALT_ParallelPosition24Test.java   |      203 +
 .../layoutdesign/ALT_ParallelPosition25Test.java   |      390 +
 .../layoutdesign/ALT_ParallelPosition26Test.java   |      247 +
 .../form/layoutdesign/ALT_Positioning01.form       |      150 -
 .../form/layoutdesign/ALT_Positioning01.java       |      139 -
 .../form/layoutdesign/ALT_Positioning01Test.java   |       11 +-
 .../form/layoutdesign/ALT_Positioning02Test.java   |      735 +
 .../form/layoutdesign/ALT_Positioning03Test.java   |      271 +
 .../form/layoutdesign/ALT_Positioning04Test.java   |      251 +
 .../form/layoutdesign/ALT_Positioning05Test.java   |      244 +
 .../form/layoutdesign/ALT_Positioning06Test.java   |      226 +
 .../form/layoutdesign/ALT_Positioning07Test.java   |      222 +
 .../form/layoutdesign/ALT_Positioning08Test.java   |      387 +
 .../form/layoutdesign/ALT_Positioning09aTest.java  |      232 +
 .../form/layoutdesign/ALT_Positioning09bTest.java  |      232 +
 .../form/layoutdesign/ALT_Positioning10Test.java   |      187 +
 .../form/layoutdesign/ALT_Positioning11Test.java   |      337 +
 .../form/layoutdesign/ALT_Positioning12Test.java   |      178 +
 .../form/layoutdesign/ALT_Positioning13Test.java   |      761 +
 .../form/layoutdesign/ALT_Positioning14Test.java   |      545 +
 .../form/layoutdesign/ALT_Positioning15Test.java   |      217 +
 .../form/layoutdesign/ALT_Positioning16Test.java   |      456 +
 .../form/layoutdesign/ALT_Positioning17Test.java   |      268 +
 .../form/layoutdesign/ALT_Positioning18Test.java   |      224 +
 .../form/layoutdesign/ALT_Positioning19Test.java   |      261 +
 .../form/layoutdesign/ALT_Positioning20Test.java   |      434 +
 .../modules/form/layoutdesign/ALT_Resizing01.form  |      113 -
 .../modules/form/layoutdesign/ALT_Resizing01.java  |      106 -
 .../modules/form/layoutdesign/ALT_Resizing02.form  |      113 -
 .../modules/form/layoutdesign/ALT_Resizing02.java  |      106 -
 .../modules/form/layoutdesign/ALT_Resizing03.form  |      113 -
 .../modules/form/layoutdesign/ALT_Resizing03.java  |      107 -
 .../form/layoutdesign/ALT_Resizing03Test.java      |        6 +-
 .../modules/form/layoutdesign/ALT_Resizing04.form  |      110 -
 .../modules/form/layoutdesign/ALT_Resizing04.java  |      108 -
 .../modules/form/layoutdesign/ALT_Resizing05.form  |       57 -
 .../modules/form/layoutdesign/ALT_Resizing05.java  |       67 -
 .../modules/form/layoutdesign/ALT_Resizing06.form  |       65 -
 .../modules/form/layoutdesign/ALT_Resizing06.java  |       74 -
 .../modules/form/layoutdesign/ALT_Resizing07.form  |       54 -
 .../modules/form/layoutdesign/ALT_Resizing07.java  |       65 -
 .../modules/form/layoutdesign/ALT_Resizing08.form  |       82 -
 .../modules/form/layoutdesign/ALT_Resizing08.java  |       88 -
 .../form/layoutdesign/ALT_Resizing08Test.java      |        1 +
 .../modules/form/layoutdesign/ALT_Resizing09.form  |       78 -
 .../modules/form/layoutdesign/ALT_Resizing09.java  |       83 -
 .../form/layoutdesign/ALT_Resizing10Test.java      |      185 +
 .../form/layoutdesign/ALT_Resizing11Test.java      |      179 +
 .../form/layoutdesign/ALT_Resizing12Test.java      |      173 +
 .../form/layoutdesign/ALT_Resizing13Test.java      |      153 +
 .../form/layoutdesign/ALT_Resizing14Test.java      |      249 +
 .../form/layoutdesign/ALT_Resizing15Test.java      |      376 +
 .../form/layoutdesign/ALT_Resizing16Test.java      |      160 +
 .../form/layoutdesign/ALT_Resizing17Test.java      |      157 +
 .../form/layoutdesign/ALT_Resizing18Test.java      |      237 +
 .../form/layoutdesign/ALT_Resizing19Test.java      |      157 +
 .../form/layoutdesign/ALT_Resizing20aTest.java     |      838 +
 .../form/layoutdesign/ALT_Resizing20bTest.java     |      955 +
 .../form/layoutdesign/ALT_Resizing20cTest.java     |      654 +
 .../form/layoutdesign/ALT_Resizing21Test.java      |      210 +
 .../form/layoutdesign/ALT_Resizing22Test.java      |      392 +
 .../form/layoutdesign/ALT_ResizingSizeTest.java    |      523 +
 .../form/layoutdesign/ALT_SeqResizing01.form       |       94 -
 .../form/layoutdesign/ALT_SeqResizing01.java       |       94 -
 .../form/layoutdesign/ALT_SeqResizing01Test.java   |        4 +
 .../form/layoutdesign/ALT_SeqResizing02.form       |      116 -
 .../form/layoutdesign/ALT_SeqResizing02.java       |      111 -
 .../form/layoutdesign/ALT_SeqResizing02Test.java   |        1 +
 .../form/layoutdesign/ALT_SeqResizing03.form       |      131 -
 .../form/layoutdesign/ALT_SeqResizing03.java       |      122 -
 .../form/layoutdesign/ALT_SeqResizing04.form       |      132 -
 .../form/layoutdesign/ALT_SeqResizing04.java       |      123 -
 .../form/layoutdesign/ALT_SeqResizing04bTest.java  |      266 +
 .../form/layoutdesign/ALT_SeqResizing05Test.java   |     1091 +
 .../form/layoutdesign/ALT_SeqResizing06Test.java   |      775 +
 .../form/layoutdesign/ALT_SeqResizing07Test.java   |      208 +
 .../form/layoutdesign/ALT_SeqResizing08Test.java   |      198 +
 .../form/layoutdesign/ALT_SeqResizing09Test.java   |      299 +
 .../form/layoutdesign/ALT_SeqResizing10Test.java   |      195 +
 .../form/layoutdesign/ALT_SeqResizing11Test.java   |      251 +
 .../form/layoutdesign/ALT_SeqResizing12Test.java   |      269 +
 .../form/layoutdesign/ALT_SeqResizing13Test.java   |      292 +
 .../form/layoutdesign/ALT_SeqResizing14Test.java   |      206 +
 .../form/layoutdesign/ALT_SeqResizing15Test.java   |      217 +
 .../layoutdesign/ALT_SeqResizing_Bug77875.form     |       89 -
 .../layoutdesign/ALT_SeqResizing_Bug77875.java     |       91 -
 .../layoutdesign/ALT_SequentialPosition01.java     |      126 +
 .../layoutdesign/ALT_SequentialPosition01Test.java |      243 +
 .../layoutdesign/ALT_ShrinkingContainerTest.java   |      436 +
 .../layoutdesign/ALT_SizeDefinition01Test.java     |      404 +
 .../layoutdesign/ALT_SizeDefinition02Test.java     |      212 +
 .../layoutdesign/ALT_SizeDefinition03Test.java     |      254 +
 .../layoutdesign/ALT_SizeDefinition04Test.java     |      105 +
 .../layoutdesign/ALT_SizeDefinition05Test.java     |      213 +
 .../layoutdesign/ALT_SizeDefinition06Test.java     |      132 +
 .../layoutdesign/ALT_SizeDefinition07Test.java     |      335 +
 .../layoutdesign/ALT_SizeDefinition08Test.java     |      103 +
 .../layoutdesign/ALT_SizeDefinition09Test.java     |      161 +
 .../layoutdesign/ALT_SizeDefinition10Test.java     |      109 +
 .../layoutdesign/ALT_SizeDefinition11Test.java     |       96 +
 .../layoutdesign/ALT_SuppressedResizing01Test.java |      356 +
 .../layoutdesign/ALT_SuppressedResizing02Test.java |      159 +
 .../layoutdesign/ALT_SuppressedResizing03Test.java |      119 +
 .../layoutdesign/ALT_SuppressedResizing04Test.java |      174 +
 .../layoutdesign/ALT_SuppressedResizing05Test.java |      290 +
 .../layoutdesign/ALT_SuppressedResizing06Test.java |      211 +
 .../layoutdesign/ALT_SuppressedResizing07Test.java |      263 +
 .../layoutdesign/ALT_SuppressedResizing08Test.java |      406 +
 .../layoutdesign/ALT_SuppressedResizing09Test.java |      431 +
 .../layoutdesign/ALT_UnchangedDimension01Test.java |      578 +
 .../layoutdesign/ALT_UnchangedDimension02Test.java |      386 +
 .../layoutdesign/ALT_UnchangedDimension03Test.java |      233 +
 .../layoutdesign/ALT_UnchangedDimension04Test.java |      214 +
 .../layoutdesign/ALT_UnchangedDimension05Test.java |      439 +
 .../form/layoutdesign/ALT_UndoRedo01Test.java      |      328 +
 .../form/layoutdesign/FakeLayoutMapper.java        |       74 +-
 .../modules/form/layoutdesign/GFGenerator.java     |      106 -
 .../modules/form/layoutdesign/LayoutModelTest.java |      206 -
 .../modules/form/layoutdesign/LayoutTestCase.java  |      103 +-
 .../modules/form/layoutdesign/LayoutTestSuite.java |       57 +
 .../modules/form/layoutdesign/TestsInPkgSuite.java |       98 +
 git/build.xml                                      |       49 +
 git/l10n.list                                      |        2 +
 git/manifest.mf                                    |        5 +
 git/nbproject/project.properties                   |       20 +
 git/nbproject/project.xml                          |      344 +
 git/src/org/netbeans/modules/git/Annotator.java    |      672 +
 git/src/org/netbeans/modules/git/Bundle.properties |       91 +
 .../org/netbeans/modules/git/FileInformation.java  |      470 +
 .../org/netbeans/modules/git/FileStatusCache.java  |      960 +
 .../modules/git/FilesystemInterceptor.java         |     1263 +
 git/src/org/netbeans/modules/git/Git.java          |      418 +
 git/src/org/netbeans/modules/git/GitFileNode.java  |      244 +
 .../org/netbeans/modules/git/GitModuleConfig.java  |      567 +
 .../org/netbeans/modules/git/GitRepositories.java  |      121 +
 .../org/netbeans/modules/git/GitStatusNode.java    |      131 +
 git/src/org/netbeans/modules/git/GitVCS.java       |      157 +
 .../org/netbeans/modules/git/HistoryProvider.java  |      392 +
 .../org/netbeans/modules/git/HistoryRegistry.java  |      196 +
 .../modules/git/ModuleLifecycleManager.java        |      188 +
 .../org/netbeans/modules/git/VersionsCache.java    |      121 +
 git/src/org/netbeans/modules/git/api/Git.java      |      170 +
 .../netbeans/modules/git/client/Bundle.properties  |       53 +
 .../netbeans/modules/git/client/CommandReport.form |       50 +
 .../netbeans/modules/git/client/CommandReport.java |      120 +
 .../modules/git/client/CredentialsCallback.java    |      158 +
 .../modules/git/client/GitCanceledException.java   |       56 +
 .../org/netbeans/modules/git/client/GitClient.java |      942 +
 .../git/client/GitClientExceptionHandler.java      |      129 +
 .../modules/git/client/GitProgressSupport.java     |      426 +
 git/src/org/netbeans/modules/git/git-layer.xml     |       71 +
 .../git/options/AnnotationColorProvider.java       |      171 +
 .../netbeans/modules/git/options/Bundle.properties |       70 +
 .../modules/git/options/GitAdvancedOption.java     |       67 +
 .../modules/git/options/GitOptionsPanel.form       |      186 +
 .../modules/git/options/GitOptionsPanel.java       |      197 +
 .../git/options/GitOptionsPanelController.java     |      270 +
 .../netbeans/modules/git/options/LabelsPanel.form  |       52 +
 .../netbeans/modules/git/options/LabelsPanel.java  |       92 +
 .../modules/git/resources/icons/active_branch.png  |      Bin 0 -> 643 bytes
 .../netbeans/modules/git/resources/icons/add.png   |      Bin 0 -> 502 bytes
 .../netbeans/modules/git/resources/icons/add24.png |      Bin 0 -> 582 bytes
 .../modules/git/resources/icons/annotate.png       |      Bin 0 -> 401 bytes
 .../modules/git}/resources/icons/annotate24.png    |      Bin
 .../netbeans/modules/git/resources/icons/base.png  |      Bin 0 -> 1266 bytes
 .../modules/git/resources/icons/branch-badge.png   |      Bin 0 -> 316 bytes
 .../modules/git/resources/icons/branch.png         |      Bin 0 -> 532 bytes
 .../modules/git/resources/icons/branches.png       |      Bin 0 -> 540 bytes
 .../modules/git/resources/icons/checkout.png       |      Bin
 .../modules/git/resources/icons/checkout24.png     |      Bin 0 -> 817 bytes
 .../modules/git}/resources/icons/commit.png        |      Bin
 .../modules/git/resources/icons/commit24.png       |      Bin 0 -> 749 bytes
 .../git/resources/icons/conflict-resolve.png       |      Bin 0 -> 715 bytes
 .../git/resources/icons/conflict-resolve24.png     |      Bin 0 -> 998 bytes
 .../git/resources/icons}/conflicts-badge.png       |      Bin
 .../modules/git/resources/icons/destinations.png   |      Bin 0 -> 1323 bytes
 .../modules/git}/resources/icons/diff-next.png     |      Bin
 .../modules/git}/resources/icons/diff-prev.png     |      Bin
 .../netbeans/modules/git}/resources/icons/diff.png |      Bin
 .../modules/git}/resources/icons/diff24.png        |      Bin
 .../modules/git/resources/icons/fetch-setting.png  |      Bin 0 -> 912 bytes
 .../git/resources/icons/fetch-setting24.png        |      Bin 0 -> 1442 bytes
 .../netbeans/modules/git/resources/icons/fetch.png |      Bin 0 -> 728 bytes
 .../modules/git/resources/icons/fetch24.png        |      Bin 0 -> 961 bytes
 .../modules/git/resources/icons/file_view.png      |      Bin 0 -> 398 bytes
 .../modules/git/resources/icons/get_clean.png      |      Bin 0 -> 690 bytes
 .../modules/git}/resources/icons/get_clean24.png   |      Bin
 .../modules/git/resources/icons/head_vs_index.png  |      Bin 0 -> 535 bytes
 .../git/resources/icons/head_vs_working.png        |      Bin 0 -> 586 bytes
 .../git/resources/icons/index_vs_working.png       |      Bin 0 -> 515 bytes
 .../netbeans/modules/git/resources/icons/info.png  |      Bin 0 -> 766 bytes
 .../modules/git/resources/icons/logical_view.png   |      Bin 0 -> 429 bytes
 .../git/resources/icons}/modified-badge.png        |      Bin
 .../modules/git/resources/icons/pull-setting.png   |      Bin 0 -> 930 bytes
 .../modules/git/resources/icons/pull-setting24.png |      Bin 0 -> 1469 bytes
 .../netbeans/modules/git/resources/icons/pull.png  |      Bin 0 -> 792 bytes
 .../modules/git/resources/icons/pull24.png         |      Bin 0 -> 1084 bytes
 .../modules/git/resources/icons/push-setting.png   |      Bin 0 -> 911 bytes
 .../modules/git/resources/icons/push-setting24.png |      Bin 0 -> 1406 bytes
 .../netbeans/modules/git/resources/icons/push.png  |      Bin 0 -> 727 bytes
 .../modules/git/resources/icons/push24.png         |      Bin 0 -> 920 bytes
 .../modules/git/resources/icons/rebase-default.png |      Bin 0 -> 4401 bytes
 .../git/resources/icons/rebase-destination.png     |      Bin 0 -> 5830 bytes
 .../modules/git}/resources/icons/refresh.png       |      Bin
 .../modules/git/resources/icons/remote.png         |      Bin 0 -> 686 bytes
 .../modules/git/resources/icons/remote_fetch.png   |      Bin 0 -> 623 bytes
 .../modules/git/resources/icons/remote_push.png    |      Bin 0 -> 617 bytes
 .../modules/git/resources/icons/repository.png     |      Bin 0 -> 1334 bytes
 .../modules/git/resources/icons/search_history.png |      Bin 0 -> 832 bytes
 .../git/resources/icons/search_history24.png       |      Bin 0 -> 1056 bytes
 .../modules/git/resources/icons/show_changes.png   |      Bin 0 -> 592 bytes
 .../modules/git/resources/icons/show_changes24.png |      Bin 0 -> 697 bytes
 .../netbeans/modules/git/resources/icons/tag.png   |      Bin 0 -> 1326 bytes
 .../modules/git/resources/icons/tag_sm.png         |      Bin 0 -> 1322 bytes
 .../netbeans/modules/git/resources/icons/tags.png  |      Bin 0 -> 1488 bytes
 .../modules/git/resources/icons/tracked.png        |      Bin 0 -> 1144 bytes
 .../git/resources/icons/versioning-view.png        |      Bin
 .../modules/git/ui/actions/ActionProgress.java     |      122 +
 .../netbeans/modules/git/ui/actions/AddAction.java |      101 +
 .../modules/git/ui/actions/Bundle.properties       |       45 +
 .../modules/git/ui/actions/ContextHolder.java      |       64 +
 .../netbeans/modules/git/ui/actions/GitAction.java |      132 +
 .../git/ui/actions/MultipleRepositoryAction.java   |       98 +
 .../git/ui/actions/SingleRepositoryAction.java     |      109 +
 .../modules/git/ui/blame/AnnotateAction.java       |      235 +
 .../modules/git/ui/blame/AnnotateLine.java         |      183 +
 .../modules/git/ui/blame/AnnotationBar.java        |     1468 +
 .../modules/git/ui/blame/AnnotationBarManager.java |      102 +
 .../modules/git/ui/blame/AnnotationMark.java       |       90 +
 .../git/ui/blame/AnnotationMarkInstaller.java      |       70 +
 .../git/ui/blame/AnnotationMarkProvider.java       |       71 +
 .../modules/git/ui/blame/Bundle.properties         |       67 +
 .../netbeans/modules/git/ui/blame/LinesReader.java |       94 +
 .../modules/git/ui/blame/TooltipWindow.java        |      438 +
 .../modules/git/ui/blame/git_annotation.xml        |       56 +
 .../modules/git/ui/branch/BranchSynchronizer.java  |      224 +
 .../modules/git/ui/branch/Bundle.properties        |       65 +
 .../netbeans/modules/git/ui/branch/CherryPick.java |      188 +
 .../modules/git/ui/branch/CherryPickAction.java    |      367 +
 .../modules/git/ui/branch/CherryPickPanel.form     |       77 +
 .../modules/git/ui/branch/CherryPickPanel.java     |      117 +
 .../modules/git/ui/branch/CreateBranch.java        |      226 +
 .../modules/git/ui/branch/CreateBranchAction.java  |      122 +
 .../modules/git/ui/branch/CreateBranchPanel.form   |      112 +
 .../modules/git/ui/branch/CreateBranchPanel.java   |      133 +
 .../modules/git/ui/branch/DeleteBranchAction.java  |      114 +
 .../modules/git/ui/branch/SelectTrackedBranch.java |      127 +
 .../git/ui/branch/SelectTrackedBranchPanel.form    |       68 +
 .../git/ui/branch/SelectTrackedBranchPanel.java    |      112 +
 .../modules/git/ui/branch/SetTrackingAction.java   |      112 +
 .../git/ui/checkout/AbstractCheckoutAction.java    |      243 +
 .../git/ui/checkout/AbstractCheckoutRevision.java  |      258 +
 .../modules/git/ui/checkout/Bundle.properties      |       92 +
 .../modules/git/ui/checkout/CheckoutPaths.java     |      121 +
 .../git/ui/checkout/CheckoutPathsAction.java       |      136 +
 .../git/ui/checkout/CheckoutPathsPanel.form        |       65 +
 .../git/ui/checkout/CheckoutPathsPanel.java        |      109 +
 .../git/ui/checkout/CheckoutRevisionAction.java    |      103 +
 .../git/ui/checkout/CheckoutRevisionPanel.form     |      110 +
 .../git/ui/checkout/CheckoutRevisionPanel.java     |      133 +
 .../modules/git/ui/checkout/RevertChanges.java     |      145 +
 .../git/ui/checkout/RevertChangesAction.java       |      216 +
 .../git/ui/checkout/RevertChangesPanel.form        |      128 +
 .../git/ui/checkout/RevertChangesPanel.java        |      150 +
 .../git/ui/checkout/SwitchBranchAction.java        |      147 +
 .../modules/git/ui/clone/Bundle.properties         |      103 +
 .../netbeans/modules/git/ui/clone/CloneAction.java |      389 +
 .../git/ui/clone/CloneDestinationPanel.form        |      219 +
 .../git/ui/clone/CloneDestinationPanel.java        |      337 +
 .../modules/git/ui/clone/CloneDestinationStep.java |      270 +
 .../netbeans/modules/git/ui/clone/CloneWizard.java |      263 +
 .../modules/git/ui/clone/FetchBranchesStep.java    |      191 +
 .../modules/git/ui/clone/RepositoryStep.java       |      353 +
 .../modules/git/ui/clone/RepositoryStepPanel.form  |      169 +
 .../modules/git/ui/clone/RepositoryStepPanel.java  |      250 +
 .../modules/git/ui/commit/Bundle.properties        |      104 +
 .../modules/git/ui/commit/CommitAction.java        |      496 +
 .../modules/git/ui/commit/CommitPanel.form         |      184 +
 .../modules/git/ui/commit/CommitPanel.java         |      364 +
 .../modules/git/ui/commit/DeleteLocalAction.java   |      151 +
 .../git/ui/commit/ExcludeFromCommitAction.java     |      110 +
 .../modules/git/ui/commit/GitCommitPanel.java      |      633 +
 .../modules/git/ui/commit/GitCommitParameters.java |      213 +
 .../modules/git/ui/commit/GitCommitTable.java      |      125 +
 .../git/ui/commit/IncludeInCommitAction.java       |      111 +
 .../modules/git/ui/conflicts/Bundle.properties     |       66 +
 .../git/ui/conflicts/MarkResolvedAction.java       |      120 +
 .../git/ui/conflicts/ResolveConflictsAction.java   |       97 +
 .../git/ui/conflicts/ResolveConflictsExecutor.java |      639 +
 .../git/ui/conflicts/ResolveTreeConflictPanel.form |      114 +
 .../git/ui/conflicts/ResolveTreeConflictPanel.java |      140 +
 .../netbeans/modules/git/ui/diff/Bundle.properties |      103 +
 .../netbeans/modules/git/ui/diff/DiffAction.java   |      105 +
 .../git/ui/diff/DiffCurrentToTrackedAction.java    |       95 +
 .../modules/git/ui/diff/DiffFileTable.java         |      230 +
 .../modules/git/ui/diff/DiffFileTreeImpl.java      |      144 +
 .../org/netbeans/modules/git/ui/diff/DiffNode.java |      181 +
 .../modules/git/ui/diff/DiffStreamSource.java      |      330 +
 .../modules/git/ui/diff/DiffToRevision.java        |      179 +
 .../modules/git/ui/diff/DiffToRevisionAction.java  |       86 +
 .../modules/git/ui/diff/DiffToRevisionKind.java    |      229 +
 .../modules/git/ui/diff/DiffToRevisionPanel.form   |       94 +
 .../modules/git/ui/diff/DiffToRevisionPanel.java   |      112 +
 .../modules/git/ui/diff/DiffTopComponent.java      |      115 +
 .../modules/git/ui/diff/ExportAsFilePanel.form     |       62 +
 .../modules/git/ui/diff/ExportAsFilePanel.java     |      128 +
 .../netbeans/modules/git/ui/diff/ExportCommit.java |      140 +
 .../modules/git/ui/diff/ExportCommitAction.java    |      138 +
 .../modules/git/ui/diff/ExportCommitPanel.form     |       60 +
 .../modules/git/ui/diff/ExportCommitPanel.java     |      105 +
 .../ui/diff/ExportUncommittedChangesAction.java    |      179 +
 .../modules/git/ui/diff/MultiDiffPanel.form        |      394 +
 .../modules/git/ui/diff/MultiDiffPanel.java        |      282 +
 .../git/ui/diff/MultiDiffPanelController.java      |     1655 +
 .../org/netbeans/modules/git/ui/diff/Setup.java    |      248 +
 .../modules/git/ui/fetch/BranchMapping.java        |      170 +
 .../modules/git/ui/fetch/Bundle.properties         |       59 +
 .../netbeans/modules/git/ui/fetch/FetchAction.java |      217 +
 .../modules/git/ui/fetch/FetchBranchesStep.java    |      287 +
 .../git/ui/fetch/FetchFromUpstreamAction.java      |      132 +
 .../netbeans/modules/git/ui/fetch/FetchUtils.java  |      237 +
 .../netbeans/modules/git/ui/fetch/FetchWizard.java |      194 +
 .../netbeans/modules/git/ui/fetch/PullAction.java  |      379 +
 .../modules/git/ui/fetch/PullBranchesStep.java     |      253 +
 .../git/ui/fetch/PullFromUpstreamAction.java       |      123 +
 .../netbeans/modules/git/ui/fetch/PullWizard.java  |      187 +
 .../modules/git/ui/history/BranchSelector.java     |      107 +
 .../modules/git/ui/history/Bundle.properties       |      156 +
 .../modules/git/ui/history/DiffResultsView.java    |      555 +
 .../git/ui/history/DiffResultsViewForLine.java     |      321 +
 .../modules/git/ui/history/DiffTreeTable.java      |      353 +
 .../modules/git/ui/history/RepositoryRevision.java |      740 +
 .../modules/git/ui/history/RevisionNode.java       |      310 +
 .../git/ui/history/RevisionNodeChildren.java       |      118 +
 .../git/ui/history/SearchCriteriaPanel.form        |      287 +
 .../git/ui/history/SearchCriteriaPanel.java        |      401 +
 .../modules/git/ui/history/SearchExecutor.java     |      264 +
 .../git/ui/history/SearchHistoryAction.java        |      158 +
 .../modules/git/ui/history/SearchHistoryPanel.form |      276 +
 .../modules/git/ui/history/SearchHistoryPanel.java |      980 +
 .../git/ui/history/SearchHistoryTopComponent.java  |      134 +
 .../git/ui/history/SearchIncomingAction.java       |      115 +
 .../git/ui/history/SearchIncomingTopComponent.java |      105 +
 .../git/ui/history/SearchOutgoingAction.java       |      115 +
 .../git/ui/history/SearchOutgoingTopComponent.java |      105 +
 .../modules/git/ui/history/SummaryView.java        |      553 +
 .../modules/git/ui/ignore/Bundle.properties        |       44 +
 .../modules/git/ui/ignore/IgnoreAction.java        |      222 +
 .../modules/git/ui/ignore/UnignoreAction.java      |      157 +
 .../netbeans/modules/git/ui/init/Bundle.properties |       60 +
 .../netbeans/modules/git/ui/init/InitAction.java   |      324 +
 .../netbeans/modules/git/ui/init/InitPanel.form    |      109 +
 .../netbeans/modules/git/ui/init/InitPanel.java    |      168 +
 .../netbeans/modules/git/ui/menu/BranchMenu.java   |      196 +
 .../netbeans/modules/git/ui/menu/CheckoutMenu.java |      106 +
 .../org/netbeans/modules/git/ui/menu/DiffMenu.java |      115 +
 .../netbeans/modules/git/ui/menu/DynamicMenu.java  |      100 +
 .../netbeans/modules/git/ui/menu/IgnoreMenu.java   |      142 +
 .../netbeans/modules/git/ui/menu/PatchesMenu.java  |      125 +
 .../netbeans/modules/git/ui/menu/RemoteMenu.java   |      196 +
 .../modules/git/ui/menu/RepositoryMenu.java        |      104 +
 .../netbeans/modules/git/ui/menu/RevertMenu.java   |      103 +
 .../modules/git/ui/merge/Bundle.properties         |       61 +
 .../modules/git/ui/merge/MergeRevision.java        |      135 +
 .../modules/git/ui/merge/MergeRevisionAction.java  |      287 +
 .../modules/git/ui/merge/MergeRevisionPanel.form   |      157 +
 .../modules/git/ui/merge/MergeRevisionPanel.java   |      157 +
 .../modules/git/ui/output/Bundle.properties        |       41 +
 .../modules/git/ui/output/OpenOutputAction.java    |       67 +
 .../modules/git/ui/output/OutputLogger.java        |      279 +
 .../netbeans/modules/git/ui/push/Bundle.properties |       66 +
 .../netbeans/modules/git/ui/push/PushAction.java   |      666 +
 .../modules/git/ui/push/PushBranchesStep.java      |      264 +
 .../netbeans/modules/git/ui/push/PushMapping.java  |      268 +
 .../modules/git/ui/push/PushToUpstreamAction.java  |      253 +
 .../netbeans/modules/git/ui/push/PushWizard.java   |      213 +
 .../git/ui/push/UpdateBranchReferencesStep.java    |      179 +
 .../netbeans/modules/git/ui/rebase/BasicPanel.form |      216 +
 .../netbeans/modules/git/ui/rebase/BasicPanel.java |      180 +
 .../modules/git/ui/rebase/Bundle.properties        |       72 +
 .../org/netbeans/modules/git/ui/rebase/Rebase.java |      179 +
 .../modules/git/ui/rebase/RebaseAction.java        |      565 +
 .../netbeans/modules/git/ui/rebase/RebaseKind.java |      260 +
 .../modules/git/ui/rebase/RebasePanel.form         |      103 +
 .../modules/git/ui/rebase/RebasePanel.java         |      113 +
 .../modules/git/ui/rebase/SelectDestPanel.form     |      226 +
 .../modules/git/ui/rebase/SelectDestPanel.java     |      185 +
 .../modules/git/ui/repository/Bundle.properties    |       90 +
 .../modules/git/ui/repository/ControlToolbar.form  |       22 +
 .../modules/git/ui/repository/ControlToolbar.java  |       81 +
 .../ui/repository/GitRepositoryTopComponent.java   |      145 +
 .../git/ui/repository/OpenConfigurationAction.java |       82 +
 .../git/ui/repository/RepositoryBrowserAction.java |       95 +
 .../git/ui/repository/RepositoryBrowserPanel.form  |       71 +
 .../git/ui/repository/RepositoryBrowserPanel.java  |     2141 +
 .../modules/git/ui/repository/RepositoryInfo.java  |      616 +
 .../modules/git/ui/repository/Revision.java        |      171 +
 .../modules/git/ui/repository/RevisionDialog.form  |      145 +
 .../modules/git/ui/repository/RevisionDialog.java  |      146 +
 .../ui/repository/RevisionDialogController.java    |      349 +
 .../git/ui/repository/RevisionInfoPanel.form       |      139 +
 .../git/ui/repository/RevisionInfoPanel.java       |      151 +
 .../ui/repository/RevisionInfoPanelController.java |      230 +
 .../git/ui/repository/RevisionListPanel.form       |      155 +
 .../git/ui/repository/RevisionListPanel.java       |      565 +
 .../modules/git/ui/repository/RevisionPicker.java  |      144 +
 .../git/ui/repository/RevisionPickerDialog.form    |       72 +
 .../git/ui/repository/RevisionPickerDialog.java    |      141 +
 .../git/ui/repository/SelectBranchPanel.form       |       55 +
 .../git/ui/repository/SelectBranchPanel.java       |      102 +
 .../git/ui/repository/remote/Bundle.properties     |      125 +
 .../ui/repository/remote/ConnectionSettings.java   |      125 +
 .../git/ui/repository/remote/RemoteConfig.java     |      132 +
 .../git/ui/repository/remote/RemoteRepository.java |     1020 +
 .../repository/remote/RemoteRepositoryPanel.form   |      169 +
 .../repository/remote/RemoteRepositoryPanel.java   |      159 +
 .../ui/repository/remote/RemoveRemoteConfig.java   |       79 +
 .../modules/git/ui/repository/remote/SSHPanel.form |      302 +
 .../modules/git/ui/repository/remote/SSHPanel.java |      198 +
 .../git/ui/repository/remote/SelectUriPanel.form   |      224 +
 .../git/ui/repository/remote/SelectUriPanel.java   |      194 +
 .../git/ui/repository/remote/SelectUriStep.java    |      421 +
 .../ui/repository/remote/UserPasswordPanel.form    |      144 +
 .../ui/repository/remote/UserPasswordPanel.java    |      125 +
 .../modules/git/ui/reset/Bundle.properties         |       52 +
 .../org/netbeans/modules/git/ui/reset/Reset.java   |      130 +
 .../netbeans/modules/git/ui/reset/ResetAction.java |      114 +
 .../netbeans/modules/git/ui/reset/ResetPanel.form  |      166 +
 .../netbeans/modules/git/ui/reset/ResetPanel.java  |      161 +
 .../modules/git/ui/revert/Bundle.properties        |       58 +
 .../modules/git/ui/revert/RevertCommit.java        |      147 +
 .../modules/git/ui/revert/RevertCommitAction.java  |      191 +
 .../modules/git/ui/revert/RevertCommitPanel.form   |      161 +
 .../modules/git/ui/revert/RevertCommitPanel.java   |      159 +
 .../modules/git/ui/selectors/Bundle.properties     |       48 +
 .../modules/git/ui/selectors/ItemSelector.java     |      300 +
 .../modules/git/ui/selectors/ItemsPanel.form       |      137 +
 .../modules/git/ui/selectors/ItemsPanel.java       |      138 +
 .../modules/git/ui/shelve/ShelveChangesAction.java |      293 +
 .../modules/git/ui/status/Bundle.properties        |       73 +
 .../modules/git/ui/status/FileTreeViewImpl.java    |      141 +
 .../modules/git/ui/status/GitStatusTable.java      |      164 +
 .../git/ui/status/GitVersioningTopComponent.java   |      298 +
 .../modules/git/ui/status/OpenStatusAction.java    |       80 +
 .../modules/git/ui/status/StatusAction.java        |      132 +
 .../modules/git/ui/status/VersioningPanel.form     |      260 +
 .../modules/git/ui/status/VersioningPanel.java     |      194 +
 .../git/ui/status/VersioningPanelController.java   |      685 +
 .../netbeans/modules/git/ui/tag/Bundle.properties  |       79 +
 .../org/netbeans/modules/git/ui/tag/CreateTag.java |      235 +
 .../modules/git/ui/tag/CreateTagAction.java        |      108 +
 .../modules/git/ui/tag/CreateTagPanel.form         |      141 +
 .../modules/git/ui/tag/CreateTagPanel.java         |      150 +
 .../netbeans/modules/git/ui/tag/ManageTags.java    |      290 +
 .../modules/git/ui/tag/ManageTagsAction.java       |      101 +
 .../modules/git/ui/tag/ManageTagsPanel.form        |      351 +
 .../modules/git/ui/tag/ManageTagsPanel.java        |      252 +
 .../git/ui/wizards/AbstractWizardPanel.java        |      174 +
 .../netbeans/modules/git/utils/Bundle.properties   |       59 +
 .../org/netbeans/modules/git/utils/GitUtils.java   |     1274 +
 .../org/netbeans/modules/git/utils/JGitUtils.java  |       89 +
 .../org/netbeans/modules/git/utils/LogUtils.java   |      182 +
 .../modules/git/utils/ResultProcessor.java         |      161 +
 .../git/utils/WizardStepProgressSupport.java       |      155 +
 git/test/qa-functional/data/files/pp.GIF           |      Bin 0 -> 872 bytes
 git/test/qa-functional/data/files/pp.JFIF          |      Bin 0 -> 791 bytes
 git/test/qa-functional/data/files/pp.JPE           |      Bin 0 -> 791 bytes
 git/test/qa-functional/data/files/pp.JPEG          |      Bin 0 -> 787 bytes
 git/test/qa-functional/data/files/pp.JPG           |      Bin 0 -> 791 bytes
 git/test/qa-functional/data/files/pp.PNG           |      Bin 0 -> 218 bytes
 git/test/qa-functional/data/files/pp.TIF           |      Bin 0 -> 320 bytes
 git/test/qa-functional/data/files/pp.TIFF          |      Bin 0 -> 320 bytes
 git/test/qa-functional/data/files/pp.bmp           |      Bin 0 -> 822 bytes
 git/test/qa-functional/data/files/pp.dib           |      Bin 0 -> 872 bytes
 git/test/qa-functional/data/files/text.txt         |        1 +
 .../src/org/netbeans/test/git/GitStableTest.java   |       88 +
 .../test/git/main/archeology/AnnotationsTest.java  |      141 +
 .../netbeans/test/git/main/commit/CloneTest.java   |      171 +
 .../test/git/main/commit/CommitDataTest.java       |      326 +
 .../test/git/main/commit/CommitUiTest.java         |      145 +
 .../netbeans/test/git/main/commit/IgnoreTest.java  |      188 +
 .../test/git/main/commit/InitializeTest.java       |      176 +
 .../netbeans/test/git/main/delete/DeleteTest.java  |      275 +
 .../test/git/main/delete/RefactoringTest.java      |      199 +
 .../org/netbeans/test/git/main/diff/DiffTest.java  |      185 +
 .../test/git/main/diff/ExportDiffPatchTest.java    |      191 +
 .../test/git/operators/CommitOperator.java         |      268 +
 .../netbeans/test/git/operators/DiffOperator.java  |      319 +
 .../NewJavaFileNameLocationStepOperator.java       |      283 +
 .../NewJavaProjectNameLocationStepOperator.java    |      365 +
 .../git/operators/RevertModificationsOperator.java |      211 +
 .../test/git/operators/SourcePackagesNode.java     |       96 +
 .../test/git/operators/VersioningOperator.java     |      389 +
 .../test/git/operators/actions/CommitAction.java   |       69 +
 .../test/git/operators/actions/RevertAction.java   |       69 +
 .../netbeans/test/git/utils/MessageHandler.java    |       91 +
 .../test/git/utils/RepositoryMaintenance.java      |      145 +
 .../org/netbeans/test/git/utils/StreamHandler.java |       94 +
 .../src/org/netbeans/test/git/utils/TestKit.java   |      476 +
 .../netbeans/test/git/utils/gitExistsChecker.java  |      114 +
 .../modules/git/HistoryTest/testOriginalFile.pass  |        4 +
 .../netbeans/modules/git/AbstractGitTestCase.java  |      297 +
 .../netbeans/modules/git/ExternalChangesTest.java  |      572 +
 .../modules/git/FilesystemInterceptorTest.java     |     3294 +
 .../org/netbeans/modules/git/GitClientTest.java    |     1080 +
 .../src/org/netbeans/modules/git/GitTestKit.java   |      110 +
 .../src/org/netbeans/modules/git/GitUtilsTest.java |      123 +
 .../src/org/netbeans/modules/git/HistoryTest.java  |      193 +
 .../src/org/netbeans/modules/git/StatusTest.java   |      929 +
 .../netbeans/modules/git/VersioningQueryTest.java  |      126 +
 .../org/netbeans/modules/git/getTopmostTest.java   |      362 +
 .../modules/git/ui/commit/CommitDialogTest.java    |       99 +
 .../git/ui/commit/CommitParametersTest.java        |      140 +
 .../modules/git/ui/commit/CommitTableTest.java     |      131 +
 .../org/netbeans/modules/git/ui/diff/DiffTest.java |      161 +
 .../netbeans/modules/git/ui/merge/MergeTest.java   |      102 +
 .../git/ui/repository/RepositoryInfoTest.java      |      224 +
 .../git/ui/repository/remote/ConnectTest.java      |      285 +
 .../netbeans/modules/git/ui/status/StatusTest.java |      280 +
 glassfish.common/manifest.mf                       |        2 +-
 glassfish.common/nbproject/project.properties      |       51 +-
 glassfish.common/nbproject/project.xml             |      106 +-
 .../glassfish/common/AdminAuthenticator.java       |        3 +-
 .../modules/glassfish/common/BasicTask.java        |      524 +-
 .../modules/glassfish/common/Bundle.properties     |      214 +-
 .../modules/glassfish/common/CommandRunner.java    |      777 -
 .../modules/glassfish/common/Commands.java         |      669 -
 .../glassfish/common/CommonServerSupport.java      |     1291 +-
 .../modules/glassfish/common/CreateDomain.java     |        3 +-
 .../modules/glassfish/common/EnableComet.java      |       84 +-
 .../glassfish/common/GlassFishExecutors.java       |      210 +
 .../modules/glassfish/common/GlassFishJvmMode.java |      144 +
 .../modules/glassfish/common/GlassFishLogger.java  |       67 +
 .../glassfish/common/GlassFishSettings.java        |      173 +
 .../modules/glassfish/common/GlassFishState.java   |      315 +
 .../glassfish/common/GlassfishInstance.java        |     1795 +-
 .../common/GlassfishInstanceProvider.java          |      495 +-
 .../modules/glassfish/common/Installer.java        |       11 +-
 .../modules/glassfish/common/JvmConfigReader.java  |      221 -
 .../modules/glassfish/common/KillTask.java         |      142 +
 .../modules/glassfish/common/LogViewMgr.java       |      369 +-
 .../modules/glassfish/common/NoopTask.java         |       45 +-
 .../common/PartialCompletionException.java         |        2 +-
 .../modules/glassfish/common/RestartTask.java      |      523 +-
 .../modules/glassfish/common/ServerDetails.java    |      166 +-
 .../modules/glassfish/common/StartTask.java        |     1136 +-
 .../glassfish/common/StopProfilingTask.java        |      102 +
 .../modules/glassfish/common/StopTask.java         |      119 +-
 .../netbeans/modules/glassfish/common/Util.java    |      300 -
 .../glassfish/common/actions/Bundle.properties     |       13 +-
 .../glassfish/common/actions/DebugAction.java      |       16 +-
 .../glassfish/common/actions/KillServerAction.java |      173 +
 .../glassfish/common/actions/ProfileAction.java    |       29 +-
 .../glassfish/common/actions/RestartAction.java    |       16 +-
 .../common/actions/StartServerAction.java          |       11 +-
 .../glassfish/common/actions/StopServerAction.java |       16 +-
 .../common/actions/ViewAdminConsoleAction.java     |       18 +-
 .../common/actions/ViewServerLogAction.java        |       29 +-
 .../common/actions/ViewUpdateCenterAction.java     |        8 +-
 .../netbeans/modules/glassfish/common/layer.xml    |       92 +-
 .../glassfish/common/nodes/DecoratorManager.java   |        2 +-
 .../glassfish/common/nodes/Hk2ApplicationNode.java |       15 +-
 .../common/nodes/Hk2ApplicationsChildren.java      |       11 +-
 .../modules/glassfish/common/nodes/Hk2Cookie.java  |      552 +
 .../common/nodes/Hk2InstanceChildren.java          |       74 +-
 .../glassfish/common/nodes/Hk2InstanceNode.java    |      108 +-
 .../glassfish/common/nodes/Hk2ItemNode.java        |      527 +-
 .../common/nodes/Hk2ResourceContainers.java        |        2 +-
 .../glassfish/common/nodes/Hk2ResourceNode.java    |      132 +-
 .../common/nodes/Hk2ResourcesChildren.java         |       25 +-
 .../glassfish/common/nodes/Hk2WSChildren.java      |       11 +-
 .../modules/glassfish/common/nodes/Hk2WSNode.java  |       32 +-
 .../nodes/actions/DeployDirectoryCookie.java       |        4 +-
 .../common/nodes/actions/DisableModulesAction.java |        6 +-
 .../common/nodes/actions/DisableModulesCookie.java |        4 +-
 .../common/nodes/actions/EnableModulesAction.java  |        4 +-
 .../common/nodes/actions/EnableModulesCookie.java  |        4 +-
 .../common/nodes/actions/RefreshModulesAction.java |        9 +-
 .../common/nodes/actions/RefreshModulesCookie.java |       19 +-
 .../common/nodes/actions/UndeployModuleAction.java |       11 +-
 .../common/nodes/actions/UndeployModuleCookie.java |        4 +-
 .../nodes/actions/UnregisterResourceAction.java    |        9 +-
 .../nodes/actions/UnregisterResourceCookie.java    |        4 +-
 .../common/parser/DomainXMLChangeListener.java     |      219 +
 .../glassfish/common/parser/JvmConfigReader.java   |      221 +
 .../glassfish/common/parser/TreeParser.java        |      403 +
 .../common/registration/AutomaticRegistration.java |       90 +-
 .../common/status/AuthFailureStateListener.java    |      230 +
 .../common/status/BasicStateListener.java          |      110 +
 .../glassfish/common/status/Bundle.properties      |       45 +
 .../common/status/MonitoringInitStateListener.java |       91 +
 .../common/status/WakeUpStateListener.java         |      125 +
 .../modules/glassfish/common/ui/Bundle.properties  |      133 +-
 .../glassfish/common/ui/CommonPasswordPanel.java   |      157 +
 .../common/ui/ComponentFieldListener.java          |      100 +
 .../modules/glassfish/common/ui/Filter.java        |      139 +
 .../glassfish/common/ui/GlassFishCredentials.form  |      107 +
 .../glassfish/common/ui/GlassFishCredentials.java  |      252 +
 .../glassfish/common/ui/GlassFishPassword.form     |      132 +
 .../glassfish/common/ui/GlassFishPassword.java     |      306 +
 .../common/ui/GlassFishPropertiesCustomizer.java   |      175 +
 .../glassfish/common/ui/InstanceCustomizer.form    |      249 -
 .../glassfish/common/ui/InstanceCustomizer.java    |      342 -
 .../glassfish/common/ui/InstanceLocalPanel.java    |      179 +
 .../modules/glassfish/common/ui/InstancePanel.form |      407 +
 .../modules/glassfish/common/ui/InstancePanel.java |      931 +
 .../glassfish/common/ui/InstanceRemotePanel.java   |      138 +
 .../modules/glassfish/common/ui/IpComboBox.java    |      472 +
 .../glassfish/common/ui/JavaPlatformsComboBox.java |      303 +
 .../glassfish/common/ui/JavaSEPlatformPanel.form   |      127 +
 .../glassfish/common/ui/JavaSEPlatformPanel.java   |      360 +
 .../modules/glassfish/common/ui/VmCustomizer.form  |      111 +-
 .../modules/glassfish/common/ui/VmCustomizer.java  |      348 +-
 .../modules/glassfish/common/ui/WarnPanel.form     |       78 +
 .../modules/glassfish/common/ui/WarnPanel.java     |      219 +
 .../glassfish/common/utils/AdminKeyFile.java       |      691 +
 .../modules/glassfish/common/utils/JavaUtils.java  |      335 +
 .../glassfish/common/utils/ServerUtils.java        |      224 +
 .../modules/glassfish/common/utils/Util.java       |      323 +
 .../common/wizards/AddDomainLocationPanel.java     |      198 +-
 .../wizards/AddDomainLocationVisualPanel.form      |      534 +-
 .../wizards/AddDomainLocationVisualPanel.java      |      691 +-
 .../common/wizards/AddServerLocationPanel.java     |       85 +-
 .../wizards/AddServerLocationVisualPanel.form      |       87 +-
 .../wizards/AddServerLocationVisualPanel.java      |       94 +-
 .../glassfish/common/wizards/Bundle.properties     |       67 +-
 .../common/wizards/GlassfishWizardProvider.java    |       11 +-
 .../glassfish/common/wizards/Retriever.java        |      215 +-
 .../common/wizards/ServerWizardIterator.java       |      162 +-
 .../modules/glassfish/spi/CommandFactory.java      |        7 +-
 .../modules/glassfish/spi/GlassfishModule.java     |      104 +-
 .../modules/glassfish/spi/GlassfishModule2.java    |       16 +-
 .../modules/glassfish/spi/GlassfishModule3.java    |       61 +
 .../glassfish/spi/OperationStateListener.java      |       55 -
 .../modules/glassfish/spi/ProfilerCookie.java      |       63 -
 .../modules/glassfish/spi/RegisteredDDCatalog.java |        2 +-
 .../modules/glassfish/spi/ResourceDesc.java        |      128 +-
 .../modules/glassfish/spi/ServerCommand.java       |      367 -
 .../modules/glassfish/spi/ServerUtilities.java     |       55 +-
 .../netbeans/modules/glassfish/spi/TreeParser.java |      402 -
 .../org/netbeans/modules/glassfish/spi/Utils.java  |       48 +
 .../modules/glassfish/spi/VMIntrospector.java      |       54 +
 .../org/netbeans/modules/glassfish/spi/WSDesc.java |      154 +-
 .../glassfish/common/GlassfishInstanceTest.java    |       50 +-
 .../glassfish/common/wizards/RetrieverTest.java    |        7 +-
 .../netbeans/modules/glassfish/spi/UtilsTest.java  |      101 +-
 glassfish.eecommon/nbproject/project.properties    |        6 +-
 glassfish.eecommon/nbproject/project.xml           |       82 +-
 .../glassfish/eecommon/api/Bundle.properties       |        4 +-
 .../glassfish/eecommon/api/DomainEditor.java       |       85 +-
 .../glassfish/eecommon/api/ExecSupport.java        |      155 +
 .../glassfish/eecommon/api/HttpMonitorHelper.java  |       16 +-
 .../eecommon/api/JDBCDriverDeployHelper.java       |       90 +-
 .../eecommon/api/LogHyperLinkSupport.java          |      192 +-
 .../modules/glassfish/eecommon/api/Utils.java      |        2 +-
 .../glassfish/eecommon/api/VerifierSupport.java    |      202 +-
 .../api/config/GlassfishConfiguration.java         |       17 +-
 .../eecommon/api/config/J2eeModuleHelper.java      |       29 +-
 .../j2ee13/weblogic-application-client.xml         |        2 +-
 .../ddtemplates/j2ee13/weblogic-application.xml    |        2 +-
 .../eecommon/api/ddtemplates/j2ee13/weblogic.xml   |        2 +-
 .../j2ee14/weblogic-application-client.xml         |        2 +-
 .../ddtemplates/j2ee14/weblogic-application.xml    |        2 +-
 .../eecommon/api/ddtemplates/j2ee14/weblogic.xml   |        2 +-
 .../javaee5/weblogic-application-client.xml        |        2 +-
 .../ddtemplates/javaee5/weblogic-application.xml   |        2 +-
 .../eecommon/api/ddtemplates/javaee5/weblogic.xml  |        2 +-
 .../javaee6/weblogic-application-client.xml        |        2 +-
 .../ddtemplates/javaee6/weblogic-application.xml   |        2 +-
 .../eecommon/api/ddtemplates/javaee6/weblogic.xml  |        2 +-
 .../eecommon/api/HttpMonitorHelperTest.java        |       14 +-
 glassfish.javaee/manifest.mf                       |        2 +-
 glassfish.javaee/nbproject/project.properties      |        6 +-
 glassfish.javaee/nbproject/project.xml             |      127 +-
 .../javaee/AntDeploymentProviderImpl.java          |       28 +-
 .../modules/glassfish/javaee/Bundle.properties     |       43 +-
 .../glassfish/javaee/FindJSPServletImpl.java       |       41 +-
 .../modules/glassfish/javaee/Hk2Configuration.java |        2 +-
 .../glassfish/javaee/Hk2DeploymentFactory.java     |       17 -
 .../glassfish/javaee/Hk2DeploymentManager.java     |      143 +-
 .../glassfish/javaee/Hk2JavaEEPlatformFactory.java |      230 +-
 .../glassfish/javaee/Hk2JavaEEPlatformImpl.java    |      729 +-
 .../modules/glassfish/javaee/Hk2JaxRpcStack.java   |      176 +
 .../modules/glassfish/javaee/Hk2JaxWsStack.java    |      261 +
 .../glassfish/javaee/Hk2JpaSupportImpl.java        |      196 +
 .../glassfish/javaee/Hk2LibraryProvider.java       |      473 +
 .../javaee/Hk2MessageDestinationManager.java       |        2 +-
 .../glassfish/javaee/Hk2ModuleConfigFactory.java   |       71 +-
 .../glassfish/javaee/Hk2OptionalFactory.java       |       73 +-
 .../modules/glassfish/javaee/Hk2StartServer.java   |      189 +-
 .../glassfish/javaee/JDBCDriverDeployerImpl.java   |       11 +-
 .../glassfish/javaee/JavaEEServerModule.java       |       56 +-
 .../javaee/JavaEEServerModuleFactory.java          |      160 +-
 .../glassfish/javaee/ModuleConfigurationImpl.java  |       33 +-
 .../javaee/ResourceRegistrationHelper.java         |      143 +-
 .../modules/glassfish/javaee/RunTimeDDCatalog.java |       30 +-
 .../glassfish/javaee/Three1Configuration.java      |        4 +-
 .../glassfish/javaee/db/DataSourcesReader.java     |      397 +
 .../modules/glassfish/javaee/db/DbUtil.java        |       12 +-
 .../modules/glassfish/javaee/db/DriverMaps.java    |        3 +-
 .../glassfish/javaee/db/Hk2DatasourceManager.java  |      225 +-
 .../glassfish/javaee/db/JDBCConnectionPool.java    |      333 +
 .../modules/glassfish/javaee/db/JDBCResource.java  |      398 +
 .../glassfish/javaee/db/ResourcesHelper.java       |      134 +-
 .../modules/glassfish/javaee/db/SunDatasource.java |       11 +
 .../modules/glassfish/javaee/ide/Bundle.properties |        1 +
 .../modules/glassfish/javaee/ide/FastDeploy.java   |      165 +-
 .../glassfish/javaee/ide/Hk2PluginProperties.java  |      208 +-
 .../javaee/ide/MonitorProgressObject.java          |      128 +-
 .../javaee/ide/RegisteredDDCatalogImpl.java        |       10 +-
 .../glassfish/javaee/ide/UpdateContextRoot.java    |       91 +-
 .../glassfish/javaee/ide/VMIntrospectorImpl.java   |      161 +
 .../netbeans/modules/glassfish/javaee/layer.xml    |      103 +-
 .../javaee/templates/WebLogicDDVisualPanel.form    |        2 +-
 .../glassfish/javaee/verifier/VerifierImpl.java    |       34 +-
 .../test/AddRemovePreludeInstanceMethods.java      |      180 -
 .../javaee/test/AddRemoveV3InstanceMethods.java    |        6 +-
 .../modules/glassfish/javaee/test/ServerTest.java  |       49 +-
 .../glassfish/javaee/test/StartStopServer.java     |      106 +-
 .../{sun-resources.xml => glassfish-resources.xml} |        0
 .../javaee/db/Hk2DatasourceManagerTest.java        |        2 +-
 .../javaee/ide/Hk2PluginPropertiesTest.java        |       44 +-
 gototest/manifest.mf                               |        2 +-
 gototest/nbproject/project.xml                     |       70 +-
 .../modules/gototest/GotoOppositeAction.java       |      208 +-
 .../modules/gototest/OppositeCandidateChooser.form |       70 +
 .../modules/gototest/OppositeCandidateChooser.java |      198 +
 .../org/netbeans/modules/gototest/PopupUtil.java   |      280 +
 .../netbeans/modules/gototest/resources/layer.xml  |        2 +-
 .../src/org/netbeans/spi/gototest/TestLocator.java |        6 +-
 groovy.antproject/build.xml                        |        5 +
 groovy.antproject/manifest.mf                      |        6 +
 groovy.antproject/nbproject/project.properties     |        4 +
 groovy.antproject/nbproject/project.xml            |      149 +
 .../modules/groovy/antproject/Bundle.properties    |        1 +
 .../base/AbstractGroovyActionProvider.java         |      450 +
 .../antproject/base/AbstractGroovyExtender.java    |      444 +
 .../groovy/antproject/base/Bundle.properties       |        8 +
 .../antproject/common/BuildScriptHelper.java       |      121 +
 .../groovy/antproject/common/BuildScriptType.java  |       79 +
 .../antproject/ejb/EjbGroovyActionProvider.java    |       79 +
 .../groovy/antproject/ejb/EjbGroovyExtender.java   |       74 +
 .../antproject/ejb/EjbGroovyProjectOpenedHook.java |       78 +
 .../antproject/ejb/EjbGroovyXmlSavedHook.java      |       75 +
 .../j2se/JavaSEGroovyActionProvider.java           |       79 +
 .../antproject/j2se/JavaSEGroovyExtender.java      |       72 +
 .../j2se/JavaSEGroovyProjectOpenedHook.java        |       78 +
 .../antproject/j2se/JavaSEGroovyXmlSavedHook.java  |       76 +
 .../antproject/resources/groovy-build-65.xml       |       55 +
 .../antproject/resources/groovy-build-ejb.xsl      |      268 +
 .../antproject/resources/groovy-build-j2se.xsl     |      280 +
 .../resources/groovy-build-sample-65.xml           |       55 +
 .../antproject/resources/groovy-build-web.xsl      |      268 +
 .../antproject/web/WebGroovyActionProvider.java    |       79 +
 .../groovy/antproject/web/WebGroovyExtender.java   |       84 +
 .../antproject/web/WebGroovyProjectOpenedHook.java |       78 +
 .../antproject/web/WebGroovyXmlSavedHook.java      |       75 +
 groovy.editor/external/binaries-list               |        1 -
 .../external/groovy-all-1.6.4-license.txt          |      207 -
 groovy.editor/manifest.mf                          |        2 +-
 groovy.editor/nbproject/project.properties         |       22 +-
 groovy.editor/nbproject/project.xml                |      142 +-
 .../modules/groovy/editor/Bundle.properties        |      264 -
 .../groovy/editor/actions/Bundle.properties        |       14 +-
 .../groovy/editor/actions/FixImportsAction.java    |      242 +-
 .../groovy/editor/actions/FixImportsHelper.java    |      281 -
 .../editor/actions/ImportChooserInnerPanel.form    |       73 -
 .../editor/actions/ImportChooserInnerPanel.java    |      312 -
 .../modules/groovy/editor/api/ASTUtils.java        |      803 +
 .../groovy/editor/api/AstChildrenSupport.java      |      338 -
 .../modules/groovy/editor/api/AstPath.java         |       28 +-
 .../modules/groovy/editor/api/AstUtilities.java    |      787 -
 .../groovy/editor/api/BracketCompleter.java        |     1817 -
 .../modules/groovy/editor/api/Bundle.properties    |       47 -
 .../modules/groovy/editor/api/ElementUtils.java    |      319 +
 .../modules/groovy/editor/api/FindTypeUtils.java   |      517 +
 .../modules/groovy/editor/api/Formatter.java       |      676 -
 .../groovy/editor/api/GroovyBracesMatcher.java     |      186 -
 .../editor/api/GroovyBracesMatcherFactory.java     |       59 -
 .../groovy/editor/api/GroovyCompilerErrorID.java   |       64 -
 .../groovy/editor/api/GroovyDeclarationFinder.java |      918 -
 .../modules/groovy/editor/api/GroovyIndex.java     |      379 +-
 .../modules/groovy/editor/api/GroovyIndexer.java   |      112 +-
 .../groovy/editor/api/GroovyInstantRenamer.java    |      139 -
 .../groovy/editor/api/GroovyTypeAnalyzer.java      |       81 -
 .../groovy/editor/api/GroovyTypeSearcher.java      |      298 -
 .../modules/groovy/editor/api/GroovyUtils.java     |      214 -
 .../modules/groovy/editor/api/Methods.java         |       79 +-
 .../modules/groovy/editor/api/NbUtilities.java     |       99 -
 .../modules/groovy/editor/api/NodeType.java        |       51 -
 .../netbeans/modules/groovy/editor/api/Pair.java   |       67 -
 .../groovy/editor/api/PathFinderVisitor.java       |       19 +-
 .../groovy/editor/api/SemanticAnalysisVisitor.java |      172 -
 .../groovy/editor/api/StructureAnalyzer.java       |      269 +-
 .../modules/groovy/editor/api/TypeVisitor.java     |      197 -
 .../groovy/editor/api/VariableScopeVisitor.java    |      390 -
 .../groovy/editor/api/completion/Bundle.properties |        2 +-
 .../editor/api/completion/CaretLocation.java       |        1 +
 .../editor/api/completion/CompletionHandler.java   |     2695 +-
 .../editor/api/completion/CompletionItem.java      |      448 +-
 .../editor/api/completion/CompletionType.java      |       56 -
 .../api/completion/GroovyCompletionResult.java     |      145 +
 .../editor/api/completion/GroovyKeyword.java       |       42 +-
 .../api/completion/util/CompletionContext.java     |      846 +
 .../api/completion/util/CompletionSurrounding.java |       88 +
 .../editor/api/completion/util/ContextHelper.java  |      411 +
 .../api/completion/util/DotCompletionContext.java  |       92 +
 .../editor/api/elements/AstClassElement.java       |      115 -
 .../groovy/editor/api/elements/AstElement.java     |      248 -
 .../editor/api/elements/AstFieldElement.java       |       84 -
 .../editor/api/elements/AstMethodElement.java      |      141 -
 .../groovy/editor/api/elements/AstRootElement.java |       75 -
 .../groovy/editor/api/elements/ClassElement.java   |       58 -
 .../groovy/editor/api/elements/CommentElement.java |        3 +-
 .../groovy/editor/api/elements/Element.java        |       61 -
 .../editor/api/elements/ElementHandleSupport.java  |       26 +-
 .../groovy/editor/api/elements/GroovyElement.java  |       84 +-
 .../groovy/editor/api/elements/IndexedClass.java   |      124 -
 .../groovy/editor/api/elements/IndexedElement.java |      232 -
 .../groovy/editor/api/elements/IndexedField.java   |      144 -
 .../groovy/editor/api/elements/IndexedMethod.java  |      257 -
 .../groovy/editor/api/elements/KeywordElement.java |        3 +-
 .../groovy/editor/api/elements/MethodElement.java  |       61 -
 .../groovy/editor/api/elements/ast/ASTClass.java   |       74 +
 .../groovy/editor/api/elements/ast/ASTElement.java |      157 +
 .../groovy/editor/api/elements/ast/ASTField.java   |       92 +
 .../groovy/editor/api/elements/ast/ASTMethod.java  |      171 +
 .../groovy/editor/api/elements/ast/ASTRoot.java    |       79 +
 .../editor/api/elements/common/ClassElement.java   |       54 +
 .../editor/api/elements/common/MethodElement.java  |      145 +
 .../editor/api/elements/index/IndexedClass.java    |      109 +
 .../editor/api/elements/index/IndexedElement.java  |      216 +
 .../editor/api/elements/index/IndexedField.java    |      153 +
 .../editor/api/elements/index/IndexedMethod.java   |      182 +
 .../modules/groovy/editor/api/lexer/Call.java      |       40 +-
 .../groovy/editor/api/lexer/GroovyLexer.java       |      118 +-
 .../groovy/editor/api/lexer/GroovyTokenId.java     |      390 +-
 .../groovy/editor/api/lexer/LexUtilities.java      |      413 +-
 .../groovy/editor/api/parser/Bundle.properties     |       43 +
 .../groovy/editor/api/parser/CompilationUnit.java  |      232 -
 .../groovy/editor/api/parser/GroovyError.java      |      190 -
 .../groovy/editor/api/parser/GroovyLanguage.java   |      100 +-
 .../editor/api/parser/GroovyOccurrencesFinder.java |       33 +-
 .../groovy/editor/api/parser/GroovyParser.java     |      163 +-
 .../editor/api/parser/GroovyParserResult.java      |        8 +-
 .../editor/api/parser/GroovySemanticAnalyzer.java  |      164 -
 .../api/parser/GroovyVirtualSourceProvider.java    |       86 +-
 .../groovy/editor/api/parser/SourceUtils.java      |      115 -
 .../groovy/editor/compiler/ClassNodeCache.java     |      384 +
 .../groovy/editor/compiler/CompilationUnit.java    |      259 +
 .../editor/compiler/error/CompilerErrorID.java     |       60 +
 .../compiler/error/CompilerErrorResolver.java      |       80 +
 .../groovy/editor/compiler/error/GroovyError.java  |      145 +
 .../groovy/editor/completion/AccessLevel.java      |        2 +-
 .../groovy/editor/completion/BaseCompletion.java   |      209 +
 .../editor/completion/CompleteElementHandler.java  |      263 -
 .../ConstructorGenerationCompletion.java           |      133 +
 .../editor/completion/DynamicElementHandler.java   |      167 -
 .../groovy/editor/completion/FieldCompletion.java  |      125 +
 .../editor/completion/GroovyElementHandler.java    |      195 -
 .../editor/completion/JavaElementHandler.java      |      376 -
 .../editor/completion/KeywordCompletion.java       |      263 +
 .../editor/completion/LocalVarCompletion.java      |      109 +
 .../editor/completion/MetaElementHandler.java      |      242 -
 .../groovy/editor/completion/MethodCompletion.java |      482 +
 .../editor/completion/NamedParamsCompletion.java   |      169 +
 .../groovy/editor/completion/NewVarCompletion.java |      194 +
 .../editor/completion/PackageCompletion.java       |      109 +
 .../editor/completion/ProposalsCollector.java      |      132 +
 .../editor/completion/TypeInferenceVisitor.java    |      142 -
 .../groovy/editor/completion/TypesCompletion.java  |      468 +
 .../editor/completion/VariableFinderVisitor.java   |      319 -
 .../completion/inference/GroovyTypeAnalyzer.java   |       86 +
 .../completion/inference/MethodInference.java      |      110 +
 .../completion/inference/TypeInferenceVisitor.java |      142 +
 .../inference/VariableFinderVisitor.java           |      321 +
 .../provider/CompleteElementHandler.java           |      309 +
 .../provider/CompletionProviderHandler.java        |      123 +
 .../provider/GroovyElementsProvider.java           |      167 +
 .../completion/provider/JavaElementHandler.java    |      402 +
 .../completion/provider/MetaElementsProvider.java  |      254 +
 .../completion/provider/TransformationHandler.java |      204 +
 .../editor/completion/util/CamelCaseUtil.java      |      133 +
 .../editor/hints/AddImportStatementHint.java       |      186 +
 .../modules/groovy/editor/hints/Bundle.properties  |       48 -
 .../groovy/editor/hints/ClassNotFoundRule.java     |      195 -
 .../groovy/editor/hints/CommentOutRule.java        |      191 -
 .../hints/ImplementAllAbstractMethodsHint.java     |      297 +
 .../groovy/editor/hints/MakeClassAbstractHint.java |      211 +
 .../groovy/editor/hints/SurroundWithHint.java      |      199 +
 .../editor/hints/infrastructure/GroovyAstRule.java |       76 -
 .../hints/infrastructure/GroovyErrorRule.java      |       10 +-
 .../hints/infrastructure/GroovyHintsProvider.java  |       39 +-
 .../hints/infrastructure/GroovyRuleContext.java    |       55 -
 .../hints/infrastructure/GroovySelectionRule.java  |        5 +-
 .../groovy/editor/hints/utils/HintUtils.java       |       91 +
 .../groovy/editor/imports/Bundle.properties        |       45 +
 .../groovy/editor/imports/ImportCandidate.java     |      127 +
 .../editor/imports/ImportChooserInnerPanel.form    |       74 +
 .../editor/imports/ImportChooserInnerPanel.java    |      312 +
 .../groovy/editor/imports/ImportHelper.java        |      541 +
 .../modules/groovy/editor/imports/ImportUtils.java |      117 +
 .../modules/groovy/editor/java/Utilities.java      |        2 +-
 .../groovy/editor/language/Bundle.properties       |       48 +
 .../editor/language/GroovyBracesMatcher.java       |      166 +
 .../language/GroovyBracesMatcherFactory.java       |       59 +
 .../editor/language/GroovyBracketCompleter.java    |      350 +
 .../editor/language/GroovyDeclarationFinder.java   |      916 +
 .../groovy/editor/language/GroovyFormatter.java    |      528 +
 .../editor/language/GroovyInstantRenamer.java      |      148 +
 .../editor/language/GroovySemanticAnalyzer.java    |      159 +
 .../groovy/editor/language/GroovyTypeSearcher.java |      294 +
 .../editor/language/SemanticAnalysisVisitor.java   |      178 +
 .../groovy/editor/occurrences/TypeVisitor.java     |      190 +
 .../editor/occurrences/VariableScopeVisitor.java   |      625 +
 .../modules/groovy/editor/options/CodeStyle.java   |      111 -
 .../modules/groovy/editor/options/FmtOptions.java  |      109 -
 .../groovy/editor/resources/Bundle.properties      |       60 +-
 .../editor/resources/FontsAndColorsPreview.groovy  |       13 +
 .../groovy/editor/resources/GroovyFile16x16.png    |      Bin 0 -> 623 bytes
 .../groovy/editor/resources/GroovyMimeResolver.xml |       52 -
 .../groovy/editor/resources/GroovyPreviewExample   |      124 -
 .../groovy/editor/resources/fontsColors.xml        |       90 +-
 .../modules/groovy/editor/resources/groovy-all.xml |       63 -
 .../modules/groovy/editor/resources/layer.xml      |      121 +-
 .../editor/spi/completion/CompletionContext.java   |      124 -
 .../editor/spi/completion/CompletionProvider.java  |       67 +
 .../spi/completion/DefaultImportsProvider.java     |       58 +
 .../spi/completion/DynamicCompletionProvider.java  |       61 -
 .../typinghooks/GroovyDeletedTextInterceptor.java  |      115 +
 .../typinghooks/GroovyTypedBreakInterceptor.java   |      606 +
 .../typinghooks/GroovyTypedTextInterceptor.java    |      926 +
 .../groovy/editor/typinghooks/TypingHooksUtil.java |       66 +
 .../groovy/editor/utils/ASTChildrenVisitor.java    |      369 +
 .../modules/groovy/editor/utils/GroovyUtils.java   |      231 +
 .../org/netbeans/test/groovy/GeneralGroovy.java    |      418 +
 .../src/org/netbeans/test/groovy/cc/testCC.java    |      280 +
 .../netbeans/test/groovy/cc/testCCCamelCase.java   |      154 +
 .../org/netbeans/test/groovy/cc/testCCMixed.java   |      277 +
 .../netbeans/test/groovy/cc/testCCProperties.java  |      134 +
 .../netbeans/test/groovy/hints/testFixImport.java  |      100 +
 .../test/groovy/refactor/testRefactor.java         |      145 +
 .../data/testfiles/AliasOccurrencesTester.groovy   |       11 +
 ...rrencesTester.groovy.testFieldAlias.occurrences |        2 +
 ...Tester.groovy.testFieldStaticImport.occurrences |        2 +
 ...rencesTester.groovy.testMethodAlias.occurrences |        2 +
 ...ester.groovy.testMethodStaticImport.occurrences |        2 +
 .../testfiles/AnnotationOccurrencesTester.groovy   |       12 +
 ...sTester.groovy.testAnnotationImport.occurrences |        6 +
 ...Tester.groovy.testAnnotationOnClass.occurrences |        6 +
 ....groovy.testAnnotationOnConstructor.occurrences |        6 +
 ...Tester.groovy.testAnnotationOnField.occurrences |        6 +
 ...ester.groovy.testAnnotationOnMethod.occurrences |        6 +
 ...ter.groovy.testAnnotationOnProperty.occurrences |        6 +
 .../data/testfiles/FieldOccurrencesTester.groovy   |       12 +
 ...oovy.testFieldWithJavaFieldOperator.occurrences |        5 +
 ...oovyScopeTestcase.groovy.testClass3.occurrences |        2 +
 .../test/unit/data/testfiles/Hello.groovy.indexed  |        5 +
 .../data/testfiles/TypeOccurrencesTester.groovy    |       65 +
 ...rencesTester.groovy.testConstructor.occurrences |       27 +
 ...sTester.groovy.testConstructorArray.occurrences |       27 +
 ...esTester.groovy.testConstructorList.occurrences |       27 +
 ...rencesTester.groovy.testDeclaration.occurrences |       27 +
 ...sTester.groovy.testDeclarationArray.occurrences |       27 +
 ...tDeclarationArrayWithInitialization.occurrences |       27 +
 ...arationArrayWithInitialization_init.occurrences |       27 +
 ...esTester.groovy.testDeclarationList.occurrences |       27 +
 ...stDeclarationListWithInitialization.occurrences |       27 +
 ...larationListWithInitialization_init.occurrences |       27 +
 ...oovy.testDeclarationWithAssignement.occurrences |       27 +
 ...y.testDeclarationWithInitialization.occurrences |       27 +
 ...ccurrencesTester.groovy.testExtends.occurrences |       27 +
 ...eOccurrencesTester.groovy.testField.occurrences |       27 +
 ...rrencesTester.groovy.testFieldArray.occurrences |       27 +
 ...urrencesTester.groovy.testFieldList.occurrences |       27 +
 ...encesTester.groovy.testForLoopCycle.occurrences |       27 +
 ...esTester.groovy.testImportStatement.occurrences |       27 +
 ...rrencesTester.groovy.testInstanceOf.occurrences |       27 +
 ...ncesTester.groovy.testParameterType.occurrences |       27 +
 ...ester.groovy.testParameterTypeArray.occurrences |       27 +
 ...Tester.groovy.testParameterTypeList.occurrences |       27 +
 ...currencesTester.groovy.testProperty.occurrences |       27 +
 ...ncesTester.groovy.testPropertyArray.occurrences |       27 +
 ...encesTester.groovy.testPropertyList.occurrences |       27 +
 ...Tester.groovy.testPropertyList_init.occurrences |       27 +
 ...rrencesTester.groovy.testReturnType.occurrences |       27 +
 ...esTester.groovy.testReturnTypeArray.occurrences |       27 +
 ...cesTester.groovy.testReturnTypeList.occurrences |       27 +
 ...encesTester.groovy.testStaticAccess.occurrences |       27 +
 .../NoImportsMoreSpacesAfterPackage.groovy         |       10 +
 ...NoImportsMoreSpacesAfterPackage.groovy.ccresult |       11 +
 .../ccresult/NoImportsNoSpaceAfterPackage.groovy   |        7 +
 .../NoImportsNoSpaceAfterPackage.groovy.ccresult   |       10 +
 .../ccresult/NoImportsSpaceAfterPackage.groovy     |        8 +
 .../NoImportsSpaceAfterPackage.groovy.ccresult     |       10 +
 .../ccresult/SeveralImportsFirstPosition.groovy    |       11 +
 .../SeveralImportsFirstPosition.groovy.ccresult    |       12 +
 .../ccresult/SeveralImportsLastPosition.groovy     |       11 +
 .../SeveralImportsLastPosition.groovy.ccresult     |       12 +
 .../ccresult/SeveralImportsMiddlePosition.groovy   |       12 +
 .../SeveralImportsMiddlePosition.groovy.ccresult   |       13 +
 .../testfiles/ccresult/SupportingClasses.groovy    |       13 +
 ...ng2.groovy.testClassMethodFieldLong2.completion |        1 +
 ...2.groovy.testClassMethodFieldString2.completion |        2 +
 ...ng2.groovy.testClassMethodLocalLong2.completion |        1 +
 ...2.groovy.testClassMethodLocalString2.completion |        3 +-
 ...estCase.groovy.testMethodCompletion1.completion |        1 +
 ...estCase.groovy.testMethodCompletion2.completion |        8 +
 .../ScriptLong2.groovy.testScriptLong2.completion  |        1 +
 ...riptString2.groovy.testScriptString2.completion |        2 +
 ...Const1.groovy.testScriptStringConst1.completion |        1 +
 ...ccess1.groovy.testBasicAccessLevels1.completion |       77 -
 .../BasicAccessLevels1.groovy}                     |        0
 ...evels1.groovy.testBasicAccessLevels1.completion |       84 +
 .../CamelCaseCompletion1.groovy                    |        3 +
 ...ion1.groovy.testCamelCaseCompletion1.completion |        6 +
 .../CamelCaseCompletion2.groovy                    |        3 +
 ...ion2.groovy.testCamelCaseCompletion2.completion |        6 +
 .../CamelCaseCompletion3.groovy                    |        3 +
 ...ion3.groovy.testCamelCaseCompletion3.completion |        6 +
 .../CamelCaseCompletion4.groovy                    |        3 +
 ...ion4.groovy.testCamelCaseCompletion4.completion |        6 +
 .../CamelCaseCompletion5.groovy                    |        3 +
 ...ion5.groovy.testCamelCaseCompletion5.completion |        6 +
 .../CamelCaseCompletion6.groovy                    |        3 +
 ...ion6.groovy.testCamelCaseCompletion6.completion |       11 +
 .../CamelCaseCompletion7.groovy                    |        3 +
 ...ion7.groovy.testCamelCaseCompletion7.completion |        6 +
 .../CamelCaseCompletion8.groovy                    |        3 +
 ...ion8.groovy.testCamelCaseCompletion8.completion |        6 +
 ...deClosure1.groovy.testInsideClosure1.completion |      481 -
 ...deClosure1.groovy.testInsideClosure2.completion |       52 -
 ...deClosure1.groovy.testInsideClosure3.completion |       26 -
 ...deClosure1.groovy.testInsideClosure5.completion |       52 -
 ...deClosure1.groovy.testInsideClosure7.completion |       51 -
 .../{ => insideClosure1}/InsideClosure1.groovy     |        0
 ...Closure1.groovy.testInsideClosure1_1.completion |      516 +
 ...Closure1.groovy.testInsideClosure1_2.completion |       55 +
 ...Closure1.groovy.testInsideClosure1_3.completion |       28 +
 ...losure1.groovy.testInsideClosure1_4.completion} |        0
 ...Closure1.groovy.testInsideClosure1_5.completion |       55 +
 ...losure1.groovy.testInsideClosure1_6.completion} |        0
 ...Closure1.groovy.testInsideClosure1_7.completion |       54 +
 ...losure1.groovy.testInsideClosure1_8.completion} |        0
 ...Collections1.groovy.testCollections3.completion |       15 -
 ...Collections1.groovy.testCollections5.completion |      157 -
 .../{ => collections1}/Collections1.groovy         |        0
 ...lections1.groovy.testCollections1_1.completion} |        0
 ...lections1.groovy.testCollections1_2.completion} |        0
 ...llections1.groovy.testCollections1_3.completion |       18 +
 ...lections1.groovy.testCollections1_4.completion} |        0
 ...llections1.groovy.testCollections1_5.completion |      217 +
 ...lections1.groovy.testCollections1_6.completion} |        0
 ...nstructors1.groovy.testConstructors1.completion |        8 -
 ...nstructors2.groovy.testConstructors2.completion |        8 -
 ...nstructors3.groovy.testConstructors3.completion |        8 -
 .../{ => constructors1}/Constructors1.groovy       |        0
 ...nstructors1.groovy.testConstructors1.completion |        9 +
 .../{ => constructors2}/Constructors2.groovy       |        0
 ...nstructors2.groovy.testConstructors2.completion |        9 +
 .../{ => constructors3}/Constructors3.groovy       |        0
 ...nstructors3.groovy.testConstructors3.completion |        5 +
 .../constructors4/Constructors4.groovy             |        5 +
 ...nstructors4.groovy.testConstructors4.completion |       32 +
 .../constructors5/Constructors5.groovy             |       11 +
 ...nstructors5.groovy.testConstructors5.completion |       33 +
 .../constructors6/Constructors6.groovy             |       11 +
 ...nstructors6.groovy.testConstructors6.completion |        5 +
 .../constructors7/Constructors7.groovy             |        5 +
 ...nstructors7.groovy.testConstructors7.completion |       30 +
 .../constructors8/Constructors8.groovy             |        5 +
 ...nstructors8.groovy.testConstructors8.completion |       30 +
 .../constructors/importedType/Bar.groovy           |        4 +
 .../constructors/importedType/ImportedType.groovy  |        7 +
 ...ImportedType.groovy.testImportedType.completion |        4 +
 .../importedTypeMoreConstructors/Bar.groovy        |       12 +
 .../ImportedTypeMoreConstructors.groovy            |        7 +
 ...ovy.testImportedTypeMoreConstructors.completion |        6 +
 .../completion/constructors/samePackage/Bar.groovy |        4 +
 .../constructors/samePackage/SamePackage.groovy    |        5 +
 .../SamePackage.groovy.testSamePackage.completion  |        4 +
 .../samePackageMoreConstructors/Bar.groovy         |       12 +
 .../SamePackageMoreConstructors.groovy             |        5 +
 ...oovy.testSamePackageMoreConstructors.completion |        6 +
 .../b/B.groovy.testDuplicates1.completion          |        2 +
 .../d/D.groovy.testDuplicates3.completion          |        1 +
 .../field/Fields1.groovy.testFields1.completion    |        4 +-
 .../field/Fields1.groovy.testFields2.completion    |        2 +-
 ...onfig1.groovy.testDataSourceClosure1.completion |      101 -
 .../DataSourceClosure1.groovy}                     |        0
 ...osure1.groovy.testDataSourceClosure1.completion |      125 +
 .../StaticImportCompletion.groovy                  |        1 +
 ...on.groovy.testStaticImportCompletion.completion |        6 +
 .../Inference1.groovy.testInference1.completion    |        2 +
 .../Inference1.groovy.testInference2.completion    |       32 +
 .../Inference1.groovy.testinference2.completion    |       25 -
 .../InterfaceCompletion1.groovy                    |        0
 ...n1.groovy.testInterfaceCompletion1_1.completion |       82 +
 ...1.groovy.testInterfaceCompletion1_2.completion} |        0
 ...1.groovy.testInterfaceCompletion1_3.completion} |        0
 ...1.groovy.testInterfaceCompletion1_4.completion} |        0
 ...1.groovy.testInterfaceCompletion1_5.completion} |        0
 .../method/Methods1.groovy.testMethods3.completion |       23 -
 .../method/Methods1.groovy.testMethods4.completion |      111 -
 ...groovy.testCompletionNoPrefixString1.completion |      199 -
 ...groovy.testCompletionNoPrefixString2.completion |      199 -
 .../testfiles/completion/method/Methods12.groovy   |       13 -
 ...vy.testCompletionGeneratedAccessors1.completion |       13 -
 ...vy.testCompletionGeneratedAccessors2.completion |        8 -
 ...13.groovy.testCompletionGroovyClass1.completion |       73 -
 .../testfiles/completion/method/Methods14.groovy   |        8 -
 ...s14.groovy.testCompletionGroovyThis1.completion |       12 -
 .../testfiles/completion/method/Methods15.groovy   |        8 -
 ...15.groovy.testCompletionGroovySuper1.completion |       69 -
 ...ethods16.groovy.testCompletionNoDot3.completion |       29 -
 .../testfiles/completion/method/Methods2.groovy    |       15 -
 .../method/Methods2.groovy.testMethods5.completion |      122 -
 ...4.groovy.testCompletionInMethodCall1.completion |       16 -
 ...5.groovy.testCompletionInMethodCall2.completion |       15 -
 ...ds7.groovy.testCompletionInArgument1.completion |        6 -
 ...ds8.groovy.testCompletionForLiteral3.completion |       24 -
 ...ovy.testCompletionInsideConstructor1.completion |        9 -
 ...ovy.testCompletionInsideConstructor2.completion |       22 -
 ...ovy.testCompletionInsideConstructor3.completion |       22 -
 ...ods9.groovy.testCompletionInsideFor1.completion |       22 -
 ...ods9.groovy.testCompletionInsideFor2.completion |       96 -
 .../CompletionForLiteral1.groovy}                  |        0
 ....groovy.testCompletionForLiteral1_1.completion} |        0
 ....groovy.testCompletionForLiteral1_2.completion} |        0
 ...1.groovy.testCompletionForLiteral1_3.completion |       30 +
 .../CompletionGeneratedAccessors1.groovy           |       15 +
 ....testCompletionGeneratedAccessors1_1.completion |       14 +
 ....testCompletionGeneratedAccessors1_2.completion |        9 +
 ....testCompletionGeneratedAccessors1_3.completion |        7 +
 .../CompletionGroovyClass1.groovy}                 |        0
 ....groovy.testCompletionGroovyClass1_1.completion |       80 +
 .../CompletionGroovySuper1.groovy                  |        8 +
 ....groovy.testCompletionGroovySuper1_1.completion |       77 +
 .../CompletionGroovyThis1.groovy                   |        8 +
 ...1.groovy.testCompletionGroovyThis1_1.completion |       12 +
 .../CompletionInArgument1.groovy}                  |        0
 ...1.groovy.testCompletionInArgument1_1.completion |        8 +
 .../CompletionInMethodCall1.groovy}                |        0
 ...groovy.testCompletionInMethodCall1_1.completion |       22 +
 .../CompletionInMethodCall2.groovy}                |        0
 ...groovy.testCompletionInMethodCall2_1.completion |       19 +
 .../CompletionInMethodCall3.groovy}                |        0
 ...roovy.testCompletionInMethodCall3_1.completion} |        0
 .../CompletionInsideConstructor1.groovy}           |        0
 ...y.testCompletionInsideConstructor1_1.completion |       10 +
 ...y.testCompletionInsideConstructor1_2.completion |       22 +
 ...y.testCompletionInsideConstructor1_3.completion |       22 +
 .../CompletionInsideFor1.groovy}                   |        0
 ...r1.groovy.testCompletionInsideFor1_1.completion |       22 +
 ...r1.groovy.testCompletionInsideFor1_2.completion |      128 +
 .../CompletionNoDot1.groovy}                       |        0
 ...oDot1.groovy.testCompletionNoDot1_1.completion} |        0
 ...oDot1.groovy.testCompletionNoDot1_2.completion} |        0
 ...NoDot1.groovy.testCompletionNoDot1_3.completion |       31 +
 .../CompletionNoPrefixString1.groovy}              |        0
 ...groovy.testCompletionNoPrefixString1.completion |      256 +
 .../CompletionNoPrefixString2.groovy}              |        0
 ...groovy.testCompletionNoPrefixString2.completion |      256 +
 .../method/{ => methods1}/Methods1.groovy          |        0
 .../Methods1.groovy.testMethods1_1.completion}     |        0
 .../Methods1.groovy.testMethods1_2.completion}     |        0
 .../Methods1.groovy.testMethods1_3.completion      |       26 +
 .../Methods1.groovy.testMethods1_4.completion      |      136 +
 .../completion/method/methods2/Methods2.groovy     |       21 +
 .../Methods2.groovy.testMethods2_1.completion      |      131 +
 .../Methods2.groovy.testMethods2_2.completion      |        8 +
 .../method/{ => methods3}/Methods3.groovy          |        0
 .../emptyConstructor/EmptyConstructor.groovy       |       11 +
 ...structor.groovy.testEmptyConstructor.completion |      467 +
 .../FewParamsConstructor.groovy                    |       11 +
 ....testFewParamsConstructor_AfterComma.completion |      465 +
 ...ramsConstructor_AfterLeftParenthesis.completion |      465 +
 ...amsConstructor_InsideNamedParameter1.completion |       26 +
 ...amsConstructor_InsideNamedParameter2.completion |      462 +
 ...amsConstructor_InsideNamedParameter3.completion |        3 +
 .../completion/newvars/FieldCompletion.groovy      |        6 +
 ...letion.groovy.testCompletionField1_1.completion |        5 +
 ...letion.groovy.testCompletionField1_2.completion |        6 +
 ...letion.groovy.testCompletionField1_3.completion |        6 +
 .../completion/operators/MethodClosure1.groovy     |       19 -
 ...odClosure1.groovy.testMethodClosure2.completion |        8 -
 .../completion/operators/MethodClosure2.groovy     |        7 -
 ...odClosure2.groovy.testMethodClosure4.completion |      196 -
 ...vigation1.groovy.testSafeNavigation1.completion |        6 -
 ...vigation1.groovy.testSafeNavigation2.completion |        8 -
 .../completion/operators/SafeNavigation2.groovy    |        7 -
 ...vigation2.groovy.testSafeNavigation4.completion |      199 -
 .../operators/elvisOperator1/ElvisOperator1.groovy |        6 +
 ...perator1.groovy.testElvisOperator1_1.completion |       23 +
 .../operators/elvisOperator2/ElvisOperator2.groovy |        6 +
 ...perator2.groovy.testElvisOperator2_1.completion |       23 +
 .../operators/elvisOperator3/ElvisOperator3.groovy |        6 +
 ...perator3.groovy.testElvisOperator3_1.completion |       23 +
 .../operators/javaFieldOperator1/Foo.groovy        |        5 +
 .../javaFieldOperator1/JavaFieldOperator1.groovy   |        6 +
 ...r1.groovy.testJavaFieldOperator1_all.completion |        6 +
 .../operators/javaFieldOperator2/Foo.groovy        |        5 +
 .../javaFieldOperator2/JavaFieldOperator2.groovy   |        6 +
 ...vy.testJavaFieldOperator2_withPrefix.completion |        5 +
 .../operators/javaFieldOperator3/Foo.groovy        |        5 +
 .../javaFieldOperator3/JavaFieldOperator3.groovy   |        6 +
 ...vy.testJavaFieldOperator3_withSuffix.completion |        6 +
 .../operators/javaFieldOperator4/Foo.groovy        |        5 +
 .../javaFieldOperator4/JavaFieldOperator4.groovy   |        6 +
 ...tJavaFieldOperator4_withinIdentifier.completion |        5 +
 .../operators/methodClosure1/MethodClosure1.groovy |       19 +
 ...losure1.groovy.testMethodClosure1_1.completion} |        0
 ...Closure1.groovy.testMethodClosure1_2.completion |        9 +
 ...losure1.groovy.testMethodClosure1_3.completion} |        0
 .../operators/methodClosure2/MethodClosure2.groovy |        7 +
 ...Closure2.groovy.testMethodClosure2_1.completion |        9 +
 .../{ => safeNavigation1}/SafeNavigation1.groovy   |        0
 ...gation1.groovy.testSafeNavigation1_1.completion |        6 +
 ...gation1.groovy.testSafeNavigation1_2.completion |        9 +
 ...ation1.groovy.testSafeNavigation1_3.completion} |        0
 .../safeNavigation2/SafeNavigation2.groovy         |        7 +
 ...gation2.groovy.testSafeNavigation2_1.completion |        9 +
 .../SpreadJavaFieldOperator1.groovy                |        8 +
 ...ovy.testSpreadJavaFieldOperator1_all.completion |        8 +
 .../SpreadJavaFieldOperator2.groovy                |        8 +
 ...tSpreadJavaFieldOperator2_withPrefix.completion |        5 +
 .../SpreadJavaFieldOperator3.groovy                |        8 +
 ...stSpreadJavaFieldOperator3_withSufix.completion |        8 +
 .../SpreadJavaFieldOperator4.groovy                |        8 +
 ...dJavaFieldOperator4_withinIdentifier.completion |        5 +
 .../spreadOperator1/SpreadOperator1.groovy         |        6 +
 ....testSpreadOperator1_stringArray_all.completion |      256 +
 .../spreadOperator2/SpreadOperator2.groovy         |        6 +
 ...tSpreadOperator2_stringArray_sPrefix.completion |       28 +
 .../spreadOperator3/SpreadOperator3.groovy         |        6 +
 ...ovy.testSpreadOperator3_intArray_all.completion |      147 +
 .../spreadOperator4/SpreadOperator4.groovy         |        6 +
 ...testSpreadOperator4_intArray_sPrefix.completion |       14 +
 .../AfterExtendsTypeCompletion1.groovy             |        2 +
 ...oovy.testAfterExtendsTypeCompletion1.completion |      469 +
 .../AfterExtendsTypeCompletion2.groovy             |        2 +
 ...oovy.testAfterExtendsTypeCompletion2.completion |        9 +
 .../AfterExtendsTypeCompletion3.groovy             |        2 +
 ...oovy.testAfterExtendsTypeCompletion3.completion |       28 +
 .../AfterExtendsTypeCompletion4.groovy             |        2 +
 ...oovy.testAfterExtendsTypeCompletion4.completion |        7 +
 .../FieldTypeCompletion1.groovy                    |        3 +
 ...ion1.groovy.testFieldTypeCompletion1.completion |       29 +
 .../FieldTypeCompletion2.groovy                    |        3 +
 ...ion2.groovy.testFieldTypeCompletion2.completion |        7 +
 .../FieldTypeCompletion3.groovy                    |        3 +
 ...ion3.groovy.testFieldTypeCompletion3.completion |        9 +
 .../LocalVariableTypeCompletion1.groovy            |        5 +
 ...ovy.testLocalVariableTypeCompletion1.completion |       35 +
 .../LocalVariableTypeCompletion2.groovy            |        5 +
 ...ovy.testLocalVariableTypeCompletion2.completion |        7 +
 .../LocalVariableTypeCompletion3.groovy            |        5 +
 ...ovy.testLocalVariableTypeCompletion3.completion |       10 +
 .../transformations/Transformations1.groovy        |        9 -
 ...mations1.groovy.testTransformations1.completion |        8 -
 .../transformations/Transformations2.groovy        |        9 -
 ...mations2.groovy.testTransformations2.completion |       11 -
 .../transformations/delegate1/Delegate1.groovy     |       14 +
 ...te1_interfaceDelegator_withoutPrefix.completion |       82 +
 .../transformations/delegate2/Delegate2.groovy     |       13 +
 ...tDelegate2_classDelegator_withPrefix.completion |       19 +
 .../transformations/singleton1/Singleton1.groovy   |        9 +
 ...1.groovy.testSingleton1_withInPrefix.completion |        9 +
 .../transformations/singleton2/Singleton2.groovy   |        9 +
 ....groovy.testSingleton2_withGetPrefix.completion |       11 +
 .../transformations/singleton3/Singleton3.groovy   |        7 +
 ....groovy.testSingleton3_withoutPrefix.completion |       82 +
 ...etion1.groovy.testFqnTypeCompletion1.completion |       16 -
 ...ion1.groovy.testInterfaceCompletion1.completion |       93 -
 ...mpletion3.groovy.testTypeCompletion3.completion |       18 -
 ...mpletion4.groovy.testTypeCompletion4.completion |       18 -
 .../{ => defaultImport1}/DefaultImport1.groovy     |        0
 ...Import1.groovy.testDefaultImport1_1.completion} |        0
 ...Import1.groovy.testDefaultImport1_2.completion} |        0
 ...Import1.groovy.testDefaultImport1_3.completion} |        0
 ...Import1.groovy.testDefaultImport1_4.completion} |        0
 ...Import1.groovy.testDefaultImport1_5.completion} |        0
 ...Import1.groovy.testDefaultImport1_6.completion} |        0
 .../FqnTypeCompletion1.groovy                      |        0
 ...etion1.groovy.testFqnTypeCompletion1.completion |       21 +
 .../types/{ => manualImport1}/ManualImport1.groovy |        0
 ...nualImport1.groovy.testManualImport1.completion |        0
 .../types/{ => manualImport2}/ManualImport2.groovy |        0
 ...nualImport2.groovy.testManualImport2.completion |        0
 .../NotInComments1.groovy}                         |        0
 ...mments1.groovy.testNotInComments1_1.completion} |        0
 ...mments1.groovy.testNotInComments1_2.completion} |        0
 .../types/{ => samePackage1}/SamePackage1.groovy   |        0
 ...SamePackage1.groovy.testSamePackage1.completion |        0
 .../{ => typeCompletion1}/TypeCompletion1.groovy   |        0
 ...mpletion1.groovy.testTypeCompletion1.completion |        0
 .../{ => typeCompletion2}/TypeCompletion2.groovy   |        0
 ...mpletion2.groovy.testTypeCompletion2.completion |        0
 .../{ => typeCompletion3}/TypeCompletion3.groovy   |        0
 ...mpletion3.groovy.testTypeCompletion3.completion |       19 +
 .../{ => typeCompletion4}/TypeCompletion4.groovy   |        0
 ...mpletion4.groovy.testTypeCompletion4.completion |       19 +
 .../{ => typeCompletion5}/TypeCompletion5.groovy   |        0
 ...mpletion5.groovy.testTypeCompletion5.completion |        0
 .../Variables1.groovy.testVariables1.completion    |       61 -
 .../Variables1.groovy.testVariables3.completion    |       29 -
 .../Variables1.groovy.testVariables6.completion    |        9 -
 .../Variables2.groovy.testVariables11.completion   |        9 -
 .../Variables3.groovy.testVariables12.completion   |      484 -
 .../Variables3.groovy.testVariables13.completion   |      484 -
 .../Variables3.groovy.testVariables14.completion   |      463 -
 .../variables/{ => variables1}/Variables1.groovy   |        0
 .../Variables1.groovy.testVariables1_1.completion  |       65 +
 .../Variables1.groovy.testVariables1_2.completion} |        0
 .../Variables1.groovy.testVariables1_3.completion  |       32 +
 .../Variables1.groovy.testVariables1_4.completion} |        0
 .../Variables1.groovy.testVariables1_5.completion} |        0
 .../Variables1.groovy.testVariables1_6.completion  |        8 +
 .../variables/{ => variables2}/Variables2.groovy   |        0
 .../Variables2.groovy.testVariables2_1.completion} |        0
 .../Variables2.groovy.testVariables2_2.completion} |        0
 .../Variables2.groovy.testVariables2_3.completion} |        0
 .../Variables2.groovy.testVariables2_4.completion} |        0
 .../Variables2.groovy.testVariables2_5.completion  |        8 +
 .../variables/{ => variables3}/Variables3.groovy   |        0
 .../Variables3.groovy.testVariables3_1.completion  |      503 +
 .../Variables3.groovy.testVariables3_2.completion  |      503 +
 .../Variables3.groovy.testVariables3_3.completion  |      482 +
 .../index/testGetClasses/testGetClasses.groovy     |       55 +
 .../testGetMethods/testGetMethods.groovy}          |        0
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../modules/groovy/editor/api/AstPathTest.java     |        2 +-
 .../groovy/editor/api/BracketCompleterTest.java    |      804 -
 .../editor/api/GroovyDeclarationFinderTest.java    |       12 +-
 .../modules/groovy/editor/api/GroovyIndexTest.java |      114 +
 .../groovy/editor/api/GroovyIndexerTest.java       |       82 +-
 .../editor/api/GroovyOccurencesFinderTest.java     |       10 +-
 .../modules/groovy/editor/api/GroovyUtilsTest.java |        2 +-
 .../groovy/editor/api/completion/AccessCCTest.java |       64 +
 .../editor/api/completion/CamelCaseCCTest.java     |      100 +
 .../editor/api/completion/ClosuresCCTest.java      |       92 +
 .../editor/api/completion/CodeCompletionTest.java  |      112 +-
 .../editor/api/completion/CollectionsCCTest.java   |       88 +
 .../editor/api/completion/CollectionsTest.java     |       98 -
 .../api/completion/CompletionAccessTest.java       |       87 -
 .../editor/api/completion/ConstructorsCCTest.java  |      108 +
 .../editor/api/completion/ConstructorsTest.java    |       86 -
 .../editor/api/completion/DuplicatesCCTest.java    |       90 +
 .../api/completion/DuplicatesCompletionTest.java   |       97 -
 .../groovy/editor/api/completion/FieldCCTest.java  |       94 +
 .../editor/api/completion/FieldCompletionTest.java |       94 -
 .../editor/api/completion/GrailsConfigsTest.java   |       20 +-
 .../editor/api/completion/GroovyCCTestBase.java    |      117 +
 .../groovy/editor/api/completion/ImportCCTest.java |       64 +
 .../editor/api/completion/InferenceCCTest.java     |       93 +
 .../api/completion/InferenceCompletionTest.java    |       93 -
 .../editor/api/completion/InterfaceCCTest.java     |       78 +
 .../groovy/editor/api/completion/MethodCCTest.java |      176 +
 .../api/completion/MethodCompletionTest.java       |      197 -
 .../editor/api/completion/NamedParamCCTest.java    |       87 +
 .../editor/api/completion/NewVarsCCTest.java       |      148 +
 .../groovy/editor/api/completion/NewVarsTest.java  |      136 -
 .../editor/api/completion/OperatorsCCTest.java     |      169 +
 .../api/completion/OperatorsCompletionTest.java    |      117 -
 .../editor/api/completion/PackageCCTest.java       |       90 +
 .../api/completion/TransformationsCCTest.java      |       79 +
 .../completion/TransformationsCompletionTest.java  |       93 -
 .../groovy/editor/api/completion/TypesCCTest.java  |      138 +
 .../editor/api/completion/TypesCompletionTest.java |      191 -
 .../editor/api/completion/VariablesCCTest.java     |      130 +
 .../api/completion/VariablesCompletionTest.java    |      141 -
 .../groovy/editor/api/lexer/GroovyLexerTest.java   |      199 +
 .../editor/api/lexer/LexerOperatorsTest.java       |      158 +
 .../groovy/editor/api/parser/GroovyParserTest.java |       14 +-
 .../api/parser/GroovySemanticAnalyzerTest.java     |        2 +-
 .../parser/GroovyVirtualSourceProviderTest.java    |      286 +-
 .../editor/api/temporary/PackageCCTest1.java       |       66 +
 .../editor/api/temporary/PackageCCTest2.java       |       66 +
 .../editor/api/temporary/PackageCCTest3.java       |       66 +
 .../modules/groovy/editor/api/temporary/README.txt |        6 +
 .../editor/api/temporary/VariableCCTest1.java      |       73 +
 .../editor/api/temporary/VariableCCTest2.java      |       73 +
 .../editor/api/temporary/VariableCCTest3.java      |       73 +
 .../groovy/editor/imports/FastImportTest.java      |      110 +
 .../groovy/editor/imports/ImportUtilsTest.java     |      112 +
 .../groovy/editor/language/LogicalRangesTest.java  |       86 +
 .../editor/occurrences/AliasOccurrencesTest.java   |       80 +
 .../occurrences/AnnotationOccurrencesTest.java     |       86 +
 .../editor/occurrences/FieldOccurrencesTest.java   |       65 +
 .../editor/occurrences/TypeOccurrencesTest.java    |      182 +
 .../modules/groovy/editor/test/GroovyTestBase.java |       76 +-
 .../typinghooks/DeletedTextInterceptorTest.java    |      194 +
 .../typinghooks/TypedBreakInterceptorTest.java     |      173 +
 .../typinghooks/TypedTextInterceptorTest.java      |      287 +
 .../groovy/editor/utils/GroovyUtilsTest.java       |       60 +
 groovy.grails/manifest.mf                          |        2 +-
 groovy.grails/nbproject/project.properties         |        5 +
 groovy.grails/nbproject/project.xml                |       55 +-
 .../modules/groovy/grails/api/GrailsPlatform.java  |       84 +-
 .../groovy/grails/api/GrailsProjectConfig.java     |        7 +
 .../groovy/grails/server/GrailsInstance.java       |       17 +-
 .../groovy/grails/settings/Bundle.properties       |        3 +-
 .../groovy/grails/settings/GrailsRuntimePanel.form |       38 +-
 .../groovy/grails/settings/GrailsRuntimePanel.java |      185 +-
 groovy.grailsproject/manifest.mf                   |        2 +-
 groovy.grailsproject/nbproject/project.properties  |        6 +-
 groovy.grailsproject/nbproject/project.xml         |       95 +-
 .../modules/groovy/grailsproject/Bundle.properties |        1 +
 .../groovy/grailsproject/GrailsActionProvider.java |       69 +-
 .../groovy/grailsproject/GrailsProject.java        |      169 +-
 .../groovy/grailsproject/GrailsSources.java        |        1 +
 .../groovy/grailsproject/NavigationSupport.java    |      238 -
 .../groovy/grailsproject/SourceCategory.java       |        1 +
 .../groovy/grailsproject/actions/Bundle.properties |        7 +-
 .../grailsproject/actions/GenerateAllAction.java   |       13 +-
 .../grailsproject/actions/GenerateViewsAction.java |       14 +-
 .../grailsproject/actions/GotoBaseAction.java      |      197 +
 .../actions/GotoControllerAction.java              |       69 +-
 .../actions/GotoDomainClassAction.java             |       68 +-
 .../grailsproject/actions/GotoViewAction.java      |       51 +-
 .../grailsproject/actions/GrailsCommandAction.java |       92 +-
 .../classpath/ClassPathProviderImpl.java           |       10 +-
 .../classpath/ProjectClassPathImplementation.java  |       72 +-
 .../grailsproject/classpath/SourceRoots.java       |       19 +-
 .../commands/GrailsCommandChooser.form             |        9 +-
 .../commands/GrailsCommandChooser.java             |       62 +-
 .../commands/GrailsCommandSupport.java             |       60 +-
 .../completion/ControllerCompletionProvider.java   |       61 +-
 .../completion/DomainCompletionProvider.java       |      120 +-
 .../groovy/grailsproject/config/BuildConfig.java   |      106 +-
 .../grailsproject/plugins/GrailsPluginSupport.java |       55 +-
 .../grailsproject/resources/GrailsIcon16x16.png    |      Bin 0 -> 976 bytes
 .../groovy/grailsproject/resources/layer.xml       |      162 -
 .../grailsproject/resources/librariesBadge.png     |      Bin
 .../grailsproject/templates/Bundle.properties      |       77 -
 .../grailsproject/templates/GrailsArtifacts.java   |      141 -
 .../templates/GrailsTargetChooserPanel.java        |      401 -
 .../templates/GrailsTargetChooserPanelGUI.form     |      179 -
 .../templates/GrailsTargetChooserPanelGUI.java     |      514 -
 .../grailsproject/templates/GrailsTemplates.java   |       69 -
 .../templates/NewGrailsArtifactWizardIterator.java |      416 -
 .../ui/GrailsLogicalViewProvider.java              |       59 +-
 .../grailsproject/ui/GrailsPluginsPanel.form       |        6 +-
 .../grailsproject/ui/GrailsPluginsPanel.java       |      134 +-
 .../groovy/grailsproject/ui/SourceNodeFactory.java |       79 +-
 .../groovy/grailsproject/ui/TemplatesImpl.java     |      152 +-
 .../groovy/grailsproject/ui/TreeRootNode.java      |       89 +-
 .../grailsproject/ui/customizer/Bundle.properties  |        6 -
 .../ui/customizer/DebugCustomizerPanel.form        |      102 -
 .../ui/customizer/DebugCustomizerPanel.java        |      182 -
 .../ui/customizer/GeneralCustomizerPanel.form      |       10 +-
 .../ui/customizer/GeneralCustomizerPanel.java      |      135 +-
 .../GrailsProjectCustomizerProvider.java           |       21 -
 .../ui/customizer/LibrariesCustomizerPanel.form    |        4 +-
 .../ui/customizer/LibrariesCustomizerPanel.java    |       26 +-
 .../grailsproject/ui/wizards/Bundle.properties     |       70 +-
 .../ui/wizards/GrailsArtifactWizardIterator.java   |      433 +
 .../ui/wizards/GrailsProjectWizardIterator.java    |      240 +
 .../grailsproject/ui/wizards/GrailsTemplates.java  |      149 +
 .../ui/wizards/NewGrailsProjectWizardIterator.java |      232 -
 .../ui/wizards/PanelConfigureProject.java          |      118 -
 .../ui/wizards/PanelConfigureProjectVisual.java    |      158 -
 .../ui/wizards/PanelOptionsVisual.form             |       65 -
 .../ui/wizards/PanelOptionsVisual.java             |      159 -
 .../ui/wizards/PanelProjectLocationVisual.form     |      172 -
 .../ui/wizards/PanelProjectLocationVisual.java     |      278 -
 .../ui/wizards/ProgressLineProcessor.java          |       85 -
 .../grailsproject/ui/wizards/SettingsPanel.java    |       61 -
 .../ui/wizards/impl/Bundle.properties              |      132 +
 .../ui/wizards/impl/GrailsArtifacts.java           |      143 +
 .../ui/wizards/impl/GrailsTargetChooserPanel.java  |      408 +
 .../wizards/impl/GrailsTargetChooserPanelGUI.form  |      179 +
 .../wizards/impl/GrailsTargetChooserPanelGUI.java  |      518 +
 .../ui/wizards/impl/PanelConfigureProject.java     |      118 +
 .../{ => impl}/PanelConfigureProjectVisual.form    |        0
 .../wizards/impl/PanelConfigureProjectVisual.java  |      156 +
 .../ui/wizards/impl/PanelOptionsVisual.form        |       49 +
 .../ui/wizards/impl/PanelOptionsVisual.java        |      148 +
 .../wizards/impl/PanelProjectLocationVisual.form   |      172 +
 .../wizards/impl/PanelProjectLocationVisual.java   |      312 +
 .../ui/wizards/impl/ProgressLineProcessor.java     |       85 +
 .../ui/wizards/impl/SettingsPanel.java             |       61 +
 ...roller.groovy.testControllerMethods1.completion |       30 +-
 .../completion/grails-app/domain/TestDomain.groovy |        4 +
 ...TestDomain.groovy.testDomainMethods7.completion |       37 +-
 ...TestDomain.groovy.testDomainMethods8.completion |       40 +
 .../unit/data/projects/completion/ivysettings.xml  |        2 +-
 .../org.netbeans.spi.lexer.LanguageProvider        |        1 +
 .../grailsproject/actions/GotoBaseActionTest.java  |      127 +
 .../ControllerCompletionProviderTest.java          |       10 +-
 .../completion/DomainCompletionProviderTest.java   |       14 +-
 groovy.gsp/manifest.mf                             |        2 +-
 groovy.gsp/nbproject/project.properties            |        2 +
 groovy.gsp/nbproject/project.xml                   |      179 +-
 .../groovy/gsp/EmbeddedSectionsHighlighting.java   |      291 -
 .../netbeans/modules/groovy/gsp/GspCompleter.java  |      106 -
 .../modules/groovy/gsp/GspEditorSettings.java      |       67 -
 .../netbeans/modules/groovy/gsp/GspIndentTask.java |      138 -
 .../modules/groovy/gsp/GspIndentTaskFactory.java   |       60 -
 .../netbeans/modules/groovy/gsp/GspLanguage.java   |       79 +-
 .../org/netbeans/modules/groovy/gsp/GspParser.java |        2 +-
 .../modules/groovy/gsp/GspStructureScanner.java    |        4 +-
 .../modules/groovy/gsp/editor/Bundle.properties    |       44 -
 .../netbeans/modules/groovy/gsp/editor/GspKit.java |      531 +-
 .../bracesmatcher/GspBracesMacherFactory.java      |       66 +
 .../gsp/editor/bracesmatcher/GspBracesMatcher.java |      357 +
 .../groovy/gsp/editor/completion/GspCompleter.java |      111 +
 .../embedding/EmbeddedSectionsHighlighting.java    |      299 +
 .../editor/embedding/GroovyEmbeddingProvider.java  |      224 +-
 .../editor/embedding/HtmlEmbeddingProvider.java    |       50 +-
 .../groovy/gsp/editor/indent/GspIndentTask.java    |       85 +
 .../gsp/editor/indent/GspIndentTaskFactory.java    |       66 +
 .../groovy/gsp/editor/indent/GspIndenter.java      |      184 +
 .../modules/groovy/gsp/lexer/GspLexer.java         |     1034 +-
 .../modules/groovy/gsp/lexer/GspLexerLanguage.java |      115 +
 .../modules/groovy/gsp/lexer/GspTokenId.java       |      166 +-
 .../modules/groovy/gsp/loaders/Bundle.properties   |        1 -
 .../modules/groovy/gsp/loaders/GspDataLoader.java  |       83 -
 .../groovy/gsp/loaders/GspDataLoaderBeanInfo.java  |       77 -
 .../modules/groovy/gsp/loaders/GspDataNode.java    |       76 -
 .../modules/groovy/gsp/loaders/GspDataObject.java  |       77 -
 .../modules/groovy/gsp/resources/Bundle.properties |      213 +-
 .../modules/groovy/gsp/resources/GspExample        |        9 +-
 .../modules/groovy/gsp/resources/GspResolver.xml   |        8 -
 .../modules/groovy/gsp/resources/GspTemplate.gsp   |        2 +-
 .../modules/groovy/gsp/resources/codetemplates.xml |        4 -
 .../groovy/gsp/resources/editor-preferences.xml    |       56 -
 .../modules/groovy/gsp/resources/fontsColors.xml   |       12 +-
 .../modules/groovy/gsp/resources/groovy.png        |      Bin 491 -> 0 bytes
 .../modules/groovy/gsp/resources/layer.xml         |      125 +-
 .../groovy/gsp/lexer/GspLexerBatchTest.java        |      160 -
 .../modules/groovy/gsp/lexer/GspLexerTest.java     |      298 +
 .../modules/groovy/gsp/lexer/GspTokenIdTest.java   |       74 +
 groovy.kit/manifest.mf                             |        2 +-
 groovy.kit/nbproject/project.properties            |        2 +-
 groovy.kit/nbproject/project.xml                   |       34 +-
 groovy.kit/release/VERSION.txt                     |        2 +-
 groovy.refactoring/manifest.mf                     |        2 +-
 groovy.refactoring/nbproject/project.properties    |        1 +
 groovy.refactoring/nbproject/project.xml           |      105 +-
 .../modules/groovy/refactoring/Bundle.properties   |       42 +
 .../modules/groovy/refactoring/DiffElement.java    |      157 +
 .../groovy/refactoring/GroovyRefactoring.java      |       60 -
 .../refactoring/GroovyRefactoringElement.java      |      132 -
 .../refactoring/GroovyRefactoringFactory.java      |      170 +-
 .../refactoring/GroovyRefactoringPlugin.java       |       57 +-
 .../groovy/refactoring/GroovyWhereUsed.java        |      220 -
 .../groovy/refactoring/JavaIdentifiers.java        |      152 -
 .../refactoring/RefactoringActionsProvider.java    |      118 +
 .../groovy/refactoring/RefactoringTask.java        |      301 +
 .../groovy/refactoring/RefactoringTaskFactory.java |      213 +
 .../groovy/refactoring/RefactoringUtil.java        |      315 -
 .../netbeans/modules/groovy/refactoring/Utils.java |      229 -
 .../refactoring/WhereUsedQueryConstants.java       |       54 -
 .../refactoring/findusages/FindUsagesElement.java  |      161 +
 .../refactoring/findusages/FindUsagesPainter.java  |      214 +
 .../refactoring/findusages/FindUsagesPlugin.java   |      222 +
 .../findusages/impl/AbstractFindUsages.java        |      143 +
 .../findusages/impl/AbstractFindUsagesVisitor.java |       78 +
 .../findusages/impl/FindAllSubtypes.java           |       87 +
 .../refactoring/findusages/impl/FindAllUsages.java |       79 +
 .../impl/FindClassDeclarationVisitor.java          |       73 +
 .../impl/FindConstructorUsagesVisitor.java         |       73 +
 .../findusages/impl/FindDirectSubtypesOnly.java    |       95 +
 .../findusages/impl/FindMethodUsages.java          |       62 +
 .../findusages/impl/FindMethodUsagesVisitor.java   |      199 +
 .../findusages/impl/FindOverridingMethods.java     |       64 +
 .../findusages/impl/FindTypeUsages.java            |       63 +
 .../findusages/impl/FindTypeUsagesVisitor.java     |      189 +
 .../findusages/impl/FindVariableUsages.java        |      181 +
 .../findusages/model/ClassRefactoringElement.java  |       74 +
 .../findusages/model/MethodRefactoringElement.java |      186 +
 .../findusages/model/MethodSignatureBuilder.java   |      152 +
 .../findusages/model/RefactoringElement.java       |      149 +
 .../model/VariableRefactoringElement.java          |      118 +
 .../move/MoveFileRefactoringPlugin.java            |       67 +
 .../refactoring/move/MoveFileRefactoringUI.java    |      145 +
 .../refactoring/rename/RenamePackagePlugin.java    |      277 +
 .../rename/RenameRefactoringPlugin.java            |      145 +
 .../refactoring/rename/RenameRefactoringUI.java    |      147 +
 .../groovy/refactoring/resources/warning_16.png    |      Bin 0 -> 669 bytes
 .../groovy/refactoring/ui/Bundle.properties        |      245 +-
 .../ui/GroovyRefactoringActionsProvider.java       |      273 -
 .../groovy/refactoring/ui/MoveClassPanel.form      |      140 +
 .../groovy/refactoring/ui/MoveClassPanel.java      |      414 +
 .../groovy/refactoring/ui/RefactoringModule.java   |       96 +
 .../modules/groovy/refactoring/ui/RenamePanel.form |      165 +
 .../modules/groovy/refactoring/ui/RenamePanel.java |      276 +
 .../groovy/refactoring/ui/WhereUsedPanel.form      |      279 +-
 .../groovy/refactoring/ui/WhereUsedPanel.java      |      738 +-
 .../groovy/refactoring/ui/WhereUsedPanelClass.form |      132 +
 .../groovy/refactoring/ui/WhereUsedPanelClass.java |      173 +
 .../refactoring/ui/WhereUsedPanelMethod.form       |      151 +
 .../refactoring/ui/WhereUsedPanelMethod.java       |      323 +
 .../refactoring/ui/WhereUsedPanelPackage.form      |       78 +
 .../refactoring/ui/WhereUsedPanelPackage.java      |      133 +
 .../refactoring/ui/WhereUsedPanelVariable.form     |       78 +
 .../refactoring/ui/WhereUsedPanelVariable.java     |      132 +
 .../groovy/refactoring/ui/WhereUsedQueryUI.java    |      173 +-
 .../groovy/refactoring/utils/FindMethodUtils.java  |      180 +
 .../refactoring/utils/FindPossibleMethods.java     |      147 +
 .../refactoring/utils/GroovyProjectUtil.java       |      307 +
 .../groovy/refactoring/utils/IdentifiersUtil.java  |      226 +
 .../groovy/refactoring/utils/TypeFinder.java       |      155 +
 .../groovy/refactoring/utils/TypeResolver.java     |      142 +
 groovy.samples/manifest.mf                         |        2 +-
 groovy.samples/nbproject/project.xml               |       25 +-
 .../GroovyJavaDemo/src/demo/DisplayDialog.java     |       42 +-
 .../groovy/samples/gjdemo/Bundle.properties        |        4 +-
 .../samples/gjdemo/GroovyJavaDemoPanelVisual.form  |        6 +-
 .../samples/gjdemo/GroovyJavaDemoPanelVisual.java  |       58 +-
 .../samples/gjdemo/GroovyJavaDemoWizardPanel.java  |       10 +-
 .../groovy/samples/nbprojectgen/Bundle.properties  |        2 +-
 .../NBProjectGeneratorsPanelVisual.form            |        6 +-
 .../NBProjectGeneratorsPanelVisual.java            |       58 +-
 .../NBProjectGeneratorsWizardPanel.java            |       10 +-
 groovy.support/manifest.mf                         |        2 +-
 groovy.support/nbproject/project.xml               |      118 +-
 ...etbeans.spi.viewmodel.NodeActionsProviderFilter |        1 +
 ...beans.api.debugger.LazyDebuggerManagerListener} |        0
 ...upport.debug.GroovyBreakpointAnnotationListener |        0
 ...etbeans.spi.viewmodel.NodeActionsProviderFilter |        1 -
 .../org.netbeans.spi.debugger.ActionsProvider      |        1 -
 ...tbeans.api.debugger.LazyDebuggerManagerListener |        1 -
 .../modules/groovy/support/Bundle.properties       |        6 +-
 .../groovy/support/GroovyActionProvider.java       |      421 -
 .../groovy/support/GroovyLookupProvider.java       |       89 -
 .../groovy/support/GroovyProjectExtender.java      |      450 -
 .../groovy/support/GroovyProjectModule.java        |       66 -
 .../modules/groovy/support/GroovyXmlSavedHook.java |       71 -
 .../modules/groovy/support/GsfClasspathHook.java   |       86 -
 .../groovy/support/LookupMergerSupport.java        |      135 -
 .../modules/groovy/support/ScriptHyperlink.java    |      317 -
 .../groovy/support/actions/DebugMethodAction.java  |      111 +
 .../support/actions/GroovyActionsRegistration.java |      141 +
 .../actions/GroovyDebugMethodDebuggerProvider.java |       72 +
 .../support/actions/GroovyTestClassInfoTask.java   |      131 +
 .../actions/GroovyTestMethodRunnerProvider.java    |       72 +
 .../groovy/support/actions/TestMethodAction.java   |      108 +
 .../groovy/support/actions/TestMethodUtil.java     |      141 +
 .../modules/groovy/support/api/Bundle.properties   |       44 -
 .../support/api/GroovyErrorOutputSupport.java      |      215 -
 .../modules/groovy/support/api/GroovyExtender.java |      119 +
 .../modules/groovy/support/api/GroovySettings.java |       17 +-
 .../modules/groovy/support/api/GroovySources.java  |       17 +-
 .../groovy/support/customizer/Bundle.properties    |       48 -
 .../support/customizer/GroovyCustomizer.java       |      114 -
 .../support/customizer/GroovyCustomizerPanel.form  |       68 -
 .../support/customizer/GroovyCustomizerPanel.java  |      115 -
 .../modules/groovy/support/debug/Bundle.properties |       47 -
 .../modules/groovy/support/debug/Context.java      |      138 +-
 .../modules/groovy/support/debug/DebugUtils.java   |      118 -
 .../debug/GroovyBreakpointActionsProvider.java     |      173 +-
 .../debug/GroovyBreakpointAnnotationListener.java  |       90 +-
 .../groovy/support/debug/GroovyEvaluator.java      |       74 -
 .../groovy/support/debug/GroovyExpression.java     |       51 -
 .../groovy/support/debug/GroovyLineBreakpoint.java |      354 -
 .../support/debug/GroovyLineBreakpointFactory.java |      146 +
 .../GroovyToggleBreakpointActionProvider.java      |       37 +-
 .../groovy/support/options/Bundle.properties       |        4 +-
 .../groovy/support/options/GroovyPanel.java        |      149 -
 .../support/options/GroovyPanelController.java     |      110 -
 .../modules/groovy/support/options/Model.java      |      252 -
 .../options/SupportOptionsPanelController.java     |       21 +-
 .../groovy/support/options/SupportPanel.form       |       66 +-
 .../groovy/support/options/SupportPanel.java       |      166 +-
 .../groovy/support/options/TabbedPanelModel.java   |       63 -
 .../groovy/support/resources/Bundle.properties     |        3 -
 .../groovy/support/resources/GroovyClass.groovy    |        2 +-
 .../support/resources/GroovyJUnit3Test.groovy      |       32 +
 .../support/resources/GroovyJUnit4Test.groovy      |       46 +
 .../support/resources/GroovyJUnitTest.groovy       |       18 +
 .../groovy/support/resources/GroovyJUnitTest.html  |       32 +
 .../groovy/support/resources/GroovyScript.groovy   |        2 +-
 .../groovy/support/resources/groovy-build-65.xml   |       55 -
 .../support/resources/groovy-build-sample-65.xml   |       55 -
 .../groovy/support/resources/groovy-build.xsl      |      237 -
 .../modules/groovy/support/resources/layer.xml     |       49 +-
 .../support/spi/GroovyExtenderImplementation.java  |       91 +
 .../modules/groovy/support/spi/GroovyFeature.java  |       55 -
 .../groovy/support/spi/GroovyOptionsSubpanel.java  |        1 +
 .../groovy/support/wizard/AbstractFileWizard.java  |      207 +
 .../support/wizard/AbstractGroovyWizard.java       |      155 +
 .../groovy/support/wizard/Bundle.properties        |        2 +-
 .../support/wizard/GroovyFileWizardIterator.java   |      251 -
 .../modules/groovy/support/wizard/JUnit.java       |       72 +
 .../groovy/support/wizard/ProjectTypeStrategy.java |      173 +
 .../wizard/impl/AntProjectTypeStrategy.java        |      416 +
 .../groovy/support/wizard/impl/Bundle.properties   |       55 +
 .../support/wizard/impl/GroovyClassWizard.java     |      105 +
 .../support/wizard/impl/GroovyJUnitTestWizard.java |      243 +
 .../wizard/impl/MavenProjectTypeStrategy.java      |      220 +
 gsf.codecoverage/manifest.mf                       |        2 +-
 gsf.codecoverage/nbproject/project.properties      |        2 +-
 gsf.codecoverage/nbproject/project.xml             |       43 +-
 .../modules/gsf/codecoverage/Bundle.properties     |        4 +-
 .../gsf/codecoverage/CoverageManagerImpl.java      |       27 +-
 .../codecoverage/CoverageReportTopComponent.form   |        6 +-
 .../codecoverage/CoverageReportTopComponent.java   |       94 +-
 .../modules/gsf/codecoverage/CoverageSideBar.form  |        4 +-
 .../modules/gsf/codecoverage/CoverageSideBar.java  |       75 +-
 gsf.testrunner/apichanges.xml                      |      162 +
 gsf.testrunner/manifest.mf                         |        4 +-
 gsf.testrunner/nbproject/project.properties        |        1 +
 gsf.testrunner/nbproject/project.xml               |       70 +-
 .../src/META-INF/netbeans/translate.names          |        4 +
 .../modules/gsf/testrunner/Bundle.properties       |        4 +
 .../modules/gsf/testrunner/ClassNameTextField.java |      501 +
 .../gsf/testrunner/CommonTestsCfgOfCreate.java     |     1477 +
 .../modules/gsf/testrunner/MessageStack.java       |      278 +
 .../netbeans/modules/gsf/testrunner/ResultBar.java |      117 +-
 .../modules/gsf/testrunner/TestCreatorAction.java  |      112 +
 .../testrunner/TestCreatorProviderProcessor.java   |       87 +
 .../gsf/testrunner/TestMethodDebuggerAction.java   |      143 +
 .../gsf/testrunner/TestMethodRunnerAction.java     |      142 +
 .../modules/gsf/testrunner/api/Bundle.properties   |       84 +-
 .../gsf/testrunner/api/CallstackFrameNode.java     |        2 -
 .../modules/gsf/testrunner/api/Manager.java        |      151 +-
 .../modules/gsf/testrunner/api/NamedObject.java    |      103 +
 .../modules/gsf/testrunner/api/Report.java         |       80 +-
 .../gsf/testrunner/api/ResultDisplayHandler.java   |        3 +-
 .../gsf/testrunner/api/ResultPanelTree.java        |        6 +-
 .../modules/gsf/testrunner/api/ResultTreeView.java |       10 +-
 .../modules/gsf/testrunner/api/ResultWindow.java   |      112 +-
 .../modules/gsf/testrunner/api/RootNode.java       |      147 +-
 .../gsf/testrunner/api/RootNodeChildren.java       |      250 +-
 .../gsf/testrunner/api/SelfResizingPanel.java      |      161 +
 .../gsf/testrunner/api/SizeRestrictedPanel.java    |      137 +
 .../gsf/testrunner/api/StatisticsPanel.java        |      161 +-
 .../modules/gsf/testrunner/api/Status.java         |       16 +-
 .../testrunner/api/TestCreatorPanelDisplayer.java  |      158 +
 .../gsf/testrunner/api/TestCreatorProvider.java    |      148 +
 .../testrunner/api/TestMethodDebuggerProvider.java |      152 +
 .../modules/gsf/testrunner/api/TestMethodNode.java |       75 +-
 .../testrunner/api/TestMethodRunnerProvider.java   |      161 +
 .../modules/gsf/testrunner/api/TestSession.java    |       96 +-
 .../modules/gsf/testrunner/api/Testcase.java       |       46 +
 .../modules/gsf/testrunner/api/TestsuiteNode.java  |       68 +-
 .../gsf/testrunner/api/TestsuiteNodeChildren.java  |       73 +-
 .../modules/gsf/testrunner/api/Trouble.java        |       42 +
 .../modules/gsf/testrunner/api/UnitTestsUsage.java |      101 +
 .../org/netbeans/modules/gsf/testrunner/layer.xml  |       27 +-
 .../gsf/testrunner/plugin/CommonPlugin.java        |      334 +
 .../testrunner/plugin/CommonSettingsProvider.java  |       81 +
 .../testrunner/plugin/CommonTestUtilProvider.java  |       58 +
 .../gsf/testrunner/plugin/GuiUtilsProvider.java    |       65 +
 .../gsf/testrunner/plugin/RootsProvider.java       |       59 +
 .../modules/gsf/testrunner/resources/aborted.png   |      Bin 0 -> 778 bytes
 .../gsf/testrunner/resources/ignored_16.png        |      Bin 0 -> 730 bytes
 .../modules/gsf/testrunner/resources/newTab.png    |      Bin 0 -> 482 bytes
 .../gsf/testrunner/resources/ok_withErrors_16.png  |      Bin 0 -> 725 bytes
 .../gsf/testrunner/resources/skipped_16.png        |      Bin 0 -> 747 bytes
 .../gsf/testrunner/ClassNameTextFieldTest.java     |      154 +
 .../modules/gsf/testrunner/MessageStackTest.java   |      328 +
 hibernate/build.xml                                |       23 -
 hibernate/nbproject/project.properties             |       14 +-
 hibernate/nbproject/project.xml                    |      139 +-
 .../hibernate/cfg/HibernateCfgProperties.java      |       18 +-
 .../modules/hibernate/cfg/model/package-info.java  |        3 +-
 .../completion/HibernateCfgCompletionManager.java  |        8 +-
 .../hibernate/editor/EditorContextFactory.java     |       11 +-
 .../hibernate/editor/HibernateEditorUtil.java      |        4 +-
 .../hibernate/hqleditor/HQLEditorController.java   |       99 +-
 .../hqleditor/ui/HQLEditorTopComponent.form        |        8 +-
 .../hqleditor/ui/HQLEditorTopComponent.java        |      188 +-
 .../hyperlink/JavaClassHyperlinkProcessor.java     |       11 +-
 .../hyperlink/PropertyHyperlinkProcessor.java      |       14 +-
 .../loaders/cfg/HibernateCfgDataObject.java        |      101 +-
 .../loaders/cfg/multiview/Bundle.properties        |        1 -
 .../loaders/cfg/multiview/ClassCachePanel.form     |        5 +-
 .../loaders/cfg/multiview/ClassCachesPanel.form    |       27 -
 .../cfg/multiview/CollectionCachePanel.form        |        5 +-
 .../cfg/multiview/CollectionCachesPanel.form       |       27 -
 .../loaders/cfg/multiview/EventPanel.form          |       27 -
 .../loaders/cfg/multiview/GrantPanel.form          |        5 +-
 .../multiview/HibernateCfgToolBarMVElement.java    |      141 +-
 .../loaders/cfg/multiview/MappingPanel.form        |        5 +-
 .../loaders/cfg/multiview/MappingsPanel.form       |       27 -
 .../loaders/cfg/multiview/NewEventPanel.form       |        5 +-
 .../loaders/cfg/multiview/PropertiesPanel.form     |       27 -
 .../loaders/cfg/multiview/PropertyPanel.form       |        5 +-
 .../loaders/cfg/multiview/SecurityPanel.form       |       27 -
 .../loaders/mapping/HibernateMappingDataNode.java  |       41 +-
 .../mapping/HibernateMappingDataObject.java        |       38 +-
 .../loaders/reveng/HibernateRevengDataObject.java  |       35 +-
 .../hibernate/mapping/model/package-info.java      |        3 +-
 .../refactoring/HibernateFindUsagesPlugin.java     |        1 +
 .../refactoring/HibernateMappingMovePlugin.java    |        2 +-
 .../hibernate/refactoring/HibernateMovePlugin.java |        1 +
 .../refactoring/HibernateRefactoringElement.java   |       30 +-
 .../refactoring/HibernateRefactoringUtil.java      |       42 +-
 .../refactoring/HibernateRenamePlugin.java         |        2 +
 .../HibernateRenameRefactoringElement.java         |        6 +-
 .../refactoring/JavaClassRenameTransaction.java    |        2 +-
 .../refactoring/JavaPackageRenameTransaction.java  |        2 +-
 .../hibernate/refactoring/JavaRenameChanger.java   |       43 +-
 .../modules/hibernate/resources/Bundle.properties  |        6 +-
 .../hibernate/resources/HibernateCfgResolver.xml   |       16 -
 .../resources/HibernateMappingResolver.xml         |       16 -
 .../resources/HibernateRevengResolver.xml          |       16 -
 .../hibernate/resources/HibernateUtil.javax        |        2 +-
 .../netbeans/modules/hibernate/resources/layer.xml |       24 +-
 .../hibernate/resources/text-hql-mime-resolver.xml |       12 -
 .../hibernate/reveng/model/package-info.java       |        3 +-
 .../service/spi/HibernateEnvironmentImpl.java      |       45 +-
 .../modules/hibernate/util/CustomClassLoader.java  |       13 +-
 .../util/CustomJDBCConnectionProvider.java         |       53 +-
 .../modules/hibernate/wizards/Bundle.properties    |        1 +
 .../hibernate/wizards/HibernateCodeGenWizard.java  |      101 +-
 .../wizards/HibernateCodeGenWizardDescriptor.java  |      103 +-
 .../wizards/HibernateCodeGenerationPanel.form      |       40 +-
 .../wizards/HibernateCodeGenerationPanel.java      |      135 +-
 .../wizards/HibernateConfigurationWizard.java      |       16 +-
 .../wizards/HibernateConfigurationWizardPanel.form |        4 +-
 .../wizards/HibernateConfigurationWizardPanel.java |       44 +-
 .../hibernate/wizards/HibernateMappingWizard.java  |       16 +-
 .../wizards/HibernateMappingWizardPanel.form       |        7 +-
 .../wizards/HibernateMappingWizardPanel.java       |      109 +-
 .../HibernateRevengDatabaseTablesPanel.form        |       11 +-
 .../HibernateRevengDatabaseTablesPanel.java        |       36 +-
 .../hibernate/wizards/WizardErrorPanel.form        |        5 +-
 .../hibernate/wizards/WizardErrorPanel.java        |       18 +-
 .../wizards/support/DBSchemaTableProvider.java     |        9 +
 hibernate/test/unit/data/WebApplication1/build.xml |       66 -
 .../test/unit/data/WebApplication1/libs/README     |        2 -
 .../data/WebApplication1/nbproject/build-impl.xml  |      767 -
 .../WebApplication1/nbproject/genfiles.properties  |        8 -
 .../WebApplication1/nbproject/project.properties   |       69 -
 .../data/WebApplication1/nbproject/project.xml     |       23 -
 .../src/java/HibernateMappingTemplate.hbm.xml      |       11 -
 .../WebApplication1/src/java/hibernate.cfg.xml     |       32 -
 .../src/java/newHibernateCfgTemplate.cfg.xml       |       18 -
 .../WebApplication1/src/java/pkg/NewClass.java     |       11 -
 .../WebApplication1/test/pkg/NewClassTest.java     |       10 -
 .../data/WebApplication1/web/META-INF/context.xml  |        2 -
 .../test/unit/data/WebApplication1/web/index.jsp   |       36 -
 .../HibernateCfgCompletionManagerTest.java         |        6 +-
 .../service/HibernateEnvironmentTest.java          |      233 -
 .../netbeans/modules/hibernate/service/Util.java   |      292 -
 hibernate4lib/build.xml                            |        5 +
 hibernate4lib/external/binaries-list               |        1 +
 .../external/hibernate-4.3.1-lib-license.txt       |      387 +
 hibernate4lib/manifest.mf                          |        5 +
 hibernate4lib/nbproject/project.properties         |       79 +
 hibernate4lib/nbproject/project.xml                |      104 +
 .../modules/hibernate4lib/Bundle.properties        |        5 +
 .../hibernate4lib/resources/Bundle.properties      |       46 +
 .../resources/hibernate-persistence-modelgen.xml   |       74 +
 .../resources/hibernate-persistence.xml            |       84 +
 .../modules/hibernate4lib/resources/hibernate.xml  |       83 +
 .../hibernate4lib/resources/jpa2-persistence.xml   |       66 +
 .../modules/hibernate4lib/resources/layer.xml      |       20 +
 hibernatelib/build.xml                             |       49 -
 hibernatelib/external/binaries-list                |        1 -
 .../external/hibernate-3.2.5-lib-license.txt       |      387 -
 hibernatelib/manifest.mf                           |        6 -
 hibernatelib/nbproject/project.properties          |       71 -
 hibernatelib/nbproject/project.xml                 |       86 -
 .../modules/hibernatelib/Bundle.properties         |        5 -
 .../hibernatelib/resources/Bundle.properties       |       46 -
 .../hibernatelib/resources/ejb3-persistence.xml    |       63 -
 .../resources/hibernate-persistence.xml            |       91 -
 .../modules/hibernatelib/resources/hibernate.xml   |       88 -
 .../modules/hibernatelib/resources/layer.xml       |       17 -
 hibernateweb/manifest.mf                           |        2 +-
 hibernateweb/nbproject/project.xml                 |       33 +-
 .../hibernateweb/framework/Bundle.properties       |        2 +-
 .../framework/HibernateConfigurationPanel.form     |        5 +-
 .../framework/HibernateConfigurationPanel.java     |       44 +-
 html.angular/build.xml                             |        5 +
 html.angular/manifest.mf                           |        6 +
 html.angular/nbproject/project.properties          |        2 +
 html.angular/nbproject/project.xml                 |      288 +
 .../angular/AngularAttributeCompletionItem.java    |       86 +
 .../html/angular/AngularCustomAttribute.java       |      246 +
 .../netbeans/modules/html/angular/AngularDoc.java  |      184 +
 .../modules/html/angular/AngularHtmlExtension.java |      145 +
 .../html/angular/AngularHtmlLexerPlugin.java       |       86 +
 .../angular/AngularJsEmbeddingProviderPlugin.java  |      578 +
 .../modules/html/angular/Bundle.properties         |        5 +
 .../netbeans/modules/html/angular/Constants.java   |       60 +
 .../org/netbeans/modules/html/angular/Utils.java   |      136 +
 .../angular/editor/AngularJsCodeCompletion.java    |      206 +
 .../angular/editor/AngularJsCompletionItem.java    |      159 +
 .../angular/editor/AngularJsDeclarationFinder.java |      391 +
 .../html/angular/editor/AngularJsElement.java      |      107 +
 .../html/angular/index/AngularJsController.java    |       79 +
 .../modules/html/angular/index/AngularJsIndex.java |      171 +
 .../html/angular/index/AngularJsIndexer.java       |      376 +
 .../modules/html/angular/model/AngularModel.java   |      172 +
 .../angular/model/AngularModuleInterceptor.java    |      132 +
 .../html/angular/model/AngularWhenInterceptor.java |      160 +
 .../modules/html/angular/model/Directive.java      |      264 +
 .../html/angular/model/DirectiveConvention.java    |      139 +
 .../modules/html/angular/model/DirectiveType.java  |       97 +
 .../modules/html/angular/model/ModelUtils.java     |       82 +
 .../html/angular/resources/AngularJS_icon_16.png   |      Bin 0 -> 2056 bytes
 .../html/angular/resources/Bundle.properties       |       43 +
 .../html/angular/resources/codetemplates.xml       |       49 +
 .../modules/html/angular/resources/fontsColors.xml |       53 +
 .../html/angular/resources/fontsColors_dark.xml    |       53 +
 .../modules/html/angular/resources/layer.xml       |       46 +
 .../data/ctrlglobal/nbproject/project.properties   |        7 +
 .../data/ctrlglobal/nbproject/project.xml          |        9 +
 .../data/ctrlglobal/public_html/index.html         |       16 +
 .../data/ctrlglobal/public_html/js/app.js          |       17 +
 .../data/ctrlglobal/public_html/js/controllers.js  |       40 +
 .../ctrlglobal/public_html/partials/partial1.html  |       40 +
 .../data/ctrlmodule/nbproject/project.properties   |        7 +
 .../data/ctrlmodule/nbproject/project.xml          |        9 +
 .../data/ctrlmodule/public_html/index.html         |       16 +
 .../data/ctrlmodule/public_html/js/app.js          |       17 +
 .../data/ctrlmodule/public_html/js/controllers.js  |       39 +
 .../ctrlmodule/public_html/partials/partial1.html  |       40 +
 .../ctrlmodule/public_html/partials/partial2.html  |       40 +
 .../ctrlmodule/public_html/partials/partial3.html  |       40 +
 .../simpleProject/nbproject/project.properties     |        7 +
 .../data/simpleProject/nbproject/project.xml       |        9 +
 .../data/simpleProject/public_html/file.js         |       40 +
 .../data/simpleProject/public_html/index.html      |       38 +
 .../modules/html/angular/GeneralAngular.java       |      467 +
 .../modules/html/angular/cc/CompletionTest.java    |      134 +
 .../html/angular/cc/ControllersGlobalTest.java     |      287 +
 .../html/angular/cc/CtrlModuleArrayETest.java      |      269 +
 .../html/angular/cc/CtrlModuleArrayTest.java       |      288 +
 .../modules/html/angular/cc/CtrlModuleTest.java    |      269 +
 .../html/angular/navigate/NavigationTest.java      |      147 +
 .../nbproject/project.properties                   |        7 +
 .../data/angularTestProject/nbproject/project.xml  |        9 +
 .../angularTestProject/public_html/gotoTest.html   |       21 +
 .../data/angularTestProject/public_html/index.html |       51 +
 .../public_html/issue232056.html                   |        6 +
 .../issue232056.html.testIssue232056.vs.js         |       10 +
 .../public_html/issue243888.html                   |       38 +
 .../angularTestProject/public_html/js/angular.js   |    14760 +
 .../data/angularTestProject/public_html/js/app.js  |       28 +
 .../public_html/js/controllers.js                  |       14 +
 .../public_html/js/controllers243888.js            |       40 +
 .../public_html/js/issue232056.js                  |        3 +
 .../public_html/partials/phone-detail.html         |      118 +
 .../public_html/partials/phone-list.html           |       28 +
 .../completion/simpleController/Controllers.js     |       11 +
 .../data/completion/simpleController/index.html    |       41 +
 ...ndex.html.testControllersProperty_01.completion |        5 +
 .../test/unit/data/virtualSource/issue229693.html  |       10 +
 .../issue229693.html.testIssue229693.vs.js         |       15 +
 .../test/unit/data/virtualSource/issue230223.html  |        3 +
 .../issue230223.html.testIssue230223.vs.js         |        5 +
 .../test/unit/data/virtualSource/issue230480.html  |       12 +
 .../issue230480.html.testIssue230480.vs.js         |       15 +
 .../test/unit/data/virtualSource/issue231902.html  |        4 +
 .../issue231902.html.testIssue231902.vs.js         |        2 +
 .../test/unit/data/virtualSource/issue231974.html  |        8 +
 .../issue231974.html.testIssue231974.vs.js         |        7 +
 .../test/unit/data/virtualSource/issue232026.html  |        4 +
 .../issue232026.html.testIssue232026.vs.js         |        4 +
 .../test/unit/data/virtualSource/issue232029.html  |        3 +
 .../issue232029.html.testIssue232029.vs.js         |        8 +
 .../test/unit/data/virtualSource/issue232058.html  |        9 +
 .../issue232058.html.testIssue232058.vs.js         |        9 +
 .../test/unit/data/virtualSource/issue232062.html  |        3 +
 .../issue232062.html.testIssue232062.vs.js         |        7 +
 .../test/unit/data/virtualSource/issue232694.html  |        1 +
 .../issue232694.html.testIssue232694.vs.js         |        1 +
 .../test/unit/data/virtualSource/issue232812.html  |        1 +
 .../issue232812.html.testIssue232812.vs.js         |        2 +
 .../test/unit/data/virtualSource/issue235643.html  |       25 +
 .../issue235643.html.testIssue235643.vs.js         |        7 +
 .../test/unit/data/virtualSource/issue236042.html  |        2 +
 .../issue236042.html.testIssue236042.vs.js         |       10 +
 .../test/unit/data/virtualSource/issue240564.html  |        4 +
 .../issue240564.html.testIssue240564.vs.js         |        6 +
 .../test/unit/data/virtualSource/issue240611.html  |        1 +
 .../issue240611.html.testIssue240611.vs.js         |        1 +
 .../test/unit/data/virtualSource/issue240767.html  |       10 +
 .../issue240767.html.testIssue240767.vs.js         |       12 +
 .../test/unit/data/virtualSource/issue241073.html  |      118 +
 .../issue241073.html.testIssue241073.vs.js         |       39 +
 .../test/unit/data/virtualSource/issue241870.html  |        4 +
 .../issue241870.html.testIssue241870.vs.js         |        8 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../html/angular/AngularCodeCompletionTest.java    |       77 +
 .../AngularJsEmbeddingProviderPluginTest.java      |      180 +
 .../modules/html/angular/TestProjectSupport.java   |      118 +
 .../editor/AngularJsDeclarationFinder2Test.java    |      180 +
 .../editor/AngularJsDelcarationFinderTest.java     |      301 +
 .../angular/model/DirectiveConventionTest.java     |       80 +
 html.custom/build.xml                              |        5 +
 html.custom/manifest.mf                            |        5 +
 html.custom/nbproject/project.properties           |        2 +
 html.custom/nbproject/project.xml                  |      278 +
 .../netbeans/modules/html/custom/Bundle.properties |        5 +
 .../html/custom/CustomAttributeCompletionItem.java |      167 +
 .../modules/html/custom/CustomHintFixProvider.java |       85 +
 .../modules/html/custom/CustomHtmlExtension.java   |      209 +
 .../html/custom/CustomTagCompletionItem.java       |      184 +
 .../modules/html/custom/conf/Attribute.java        |       77 +
 .../modules/html/custom/conf/Configuration.java    |      610 +
 .../netbeans/modules/html/custom/conf/Element.java |      147 +
 .../org/netbeans/modules/html/custom/conf/Tag.java |      154 +
 .../modules/html/custom/hints/AddAttributeFix.java |      139 +
 .../html/custom/hints/AddAttributeToSourceFix.java |      129 +
 .../modules/html/custom/hints/AddElementFix.java   |       93 +
 .../html/custom/hints/CheckerElementVisitor.java   |      185 +
 .../html/custom/hints/CustomElementHint.java       |      104 +
 .../html/custom/hints/EditProjectsConfFix.java     |      115 +
 .../custom/hints/MissingRequiredAttributes.java    |      124 +
 .../html/custom/hints/RemoveElementFix.java        |       96 +
 .../html/custom/hints/UnknownAttributes.java       |      125 +
 .../netbeans/modules/html/custom/hints/Utils.java  |       80 +
 .../html/custom/resources/custom_html_element.png  |      Bin 0 -> 594 bytes
 .../src/org/netbeans/modules/html/custom/spec.txt  |       48 +
 .../src/org/netbeans/modules/html/custom/todo.txt  |       13 +
 .../testfiles/testHtmlApp/nbproject/customs.json   |       47 +
 .../testHtmlApp/nbproject/project.properties       |        8 +
 .../testfiles/testHtmlApp/nbproject/project.xml    |        9 +
 .../testfiles/testHtmlApp/public_html/index.html   |       16 +
 .../testfiles/testHtmlApp/public_html/newjson.json |       41 +
 .../modules/html/custom/ConfigurationTest.java     |      178 +
 html.editor.lib/manifest.mf                        |        6 +-
 html.editor.lib/nbproject/project.properties       |        4 +-
 html.editor.lib/nbproject/project.xml              |       62 +-
 .../src/org/netbeans/editor/ext/html/dtd/DTD.java  |      304 -
 .../netbeans/editor/ext/html/dtd/DTDParser.java    |     2099 -
 .../editor/ext/html/dtd/InvalidateEvent.java       |       77 -
 .../editor/ext/html/dtd/InvalidateListener.java    |       62 -
 .../org/netbeans/editor/ext/html/dtd/Registry.java |      266 -
 .../editor/ext/html/dtd/spi/ReaderProvider.java    |       95 -
 .../ext/html/dtd/spi/ReaderProviderFactory.java    |       55 -
 .../editor/ext/html/parser/Bundle.properties       |       54 -
 .../editor/ext/html/parser/DTD2HtmlTag.java        |      262 -
 .../editor/ext/html/parser/DefaultHtmlParser.java  |      261 -
 .../editor/ext/html/parser/Html4ValidatorImpl.java |      176 -
 .../editor/ext/html/parser/SyntaxAnalyzer.java     |      747 -
 .../ext/html/parser/SyntaxAnalyzerElements.java    |       63 -
 .../editor/ext/html/parser/SyntaxElement.java      |      432 -
 .../editor/ext/html/parser/SyntaxTreeBuilder.java  |      624 -
 .../ext/html/parser/SyntaxTreeBuilder_spec.txt     |      147 -
 .../ext/html/parser/XmlSyntaxTreeBuilder.java      |      164 -
 .../editor/ext/html/parser/api/AstNode.java        |      683 -
 .../editor/ext/html/parser/api/AstNodeFactory.java |       80 -
 .../editor/ext/html/parser/api/AstNodeUtils.java   |      544 -
 .../editor/ext/html/parser/api/AstPath.java        |      177 -
 .../ext/html/parser/api/HtmlParserFactory.java     |       65 -
 .../ext/html/parser/api/HtmlParsingResult.java     |       72 -
 .../editor/ext/html/parser/api/HtmlSource.java     |      129 -
 .../html/parser/api/HtmlSourceVersionQuery.java    |       70 -
 .../editor/ext/html/parser/api/HtmlVersion.java    |      221 -
 .../editor/ext/html/parser/api/ParseException.java |       64 -
 .../ext/html/parser/api/ProblemDescription.java    |      155 -
 .../ext/html/parser/api/SyntaxAnalyzerResult.java  |      635 -
 .../editor/ext/html/parser/spi/AstNodeVisitor.java |       55 -
 .../ext/html/parser/spi/DefaultHelpItem.java       |       88 -
 .../html/parser/spi/DefaultHtmlParseResult.java    |       69 -
 .../ext/html/parser/spi/DefaultParseResult.java    |       81 -
 .../editor/ext/html/parser/spi/EmptyResult.java    |       79 -
 .../editor/ext/html/parser/spi/HelpItem.java       |       65 -
 .../editor/ext/html/parser/spi/HelpResolver.java   |       62 -
 .../editor/ext/html/parser/spi/HtmlModel.java      |       61 -
 .../ext/html/parser/spi/HtmlParseResult.java       |       66 -
 .../editor/ext/html/parser/spi/HtmlParser.java     |       64 -
 .../parser/spi/HtmlSourceVersionController.java    |       78 -
 .../editor/ext/html/parser/spi/HtmlTag.java        |       71 -
 .../ext/html/parser/spi/HtmlTagAttribute.java      |       63 -
 .../ext/html/parser/spi/HtmlTagAttributeType.java  |       53 -
 .../editor/ext/html/parser/spi/HtmlTagType.java    |       51 -
 .../editor/ext/html/parser/spi/NamedCharRef.java   |       55 -
 .../editor/ext/html/parser/spi/ParseResult.java    |       62 -
 .../html/api/validation/ValidationContext.java     |       98 -
 .../html/api/validation/ValidationException.java   |       75 -
 .../html/api/validation/ValidationResult.java      |       87 -
 .../netbeans/html/api/validation/Validator.java    |       58 -
 .../html/api/validation/ValidatorService.java      |       67 -
 .../org/netbeans/lib/html/editor/Bundle.properties |       47 -
 .../modules/html/editor/lib/Bundle.properties      |       46 +
 .../modules/html/editor/lib/DTD2HtmlTag.java       |       58 +
 .../html/editor/lib/ElementsIteratorHandle.java    |       55 +
 .../modules/html/editor/lib/ElementsParser.java    |      778 +
 .../html/editor/lib/ElementsParserCache.java       |      256 +
 .../modules/html/editor/lib/EmptyResult.java       |       79 +
 .../html/editor/lib/Html4ModelProvider.java        |      321 +
 .../html/editor/lib/HtmlSourceVersionQuery.java    |       72 +
 .../netbeans/modules/html/editor/lib/RootNode.java |      146 +
 .../modules/html/editor/lib/SimpleXHTMLParser.java |      105 +
 .../modules/html/editor/lib/XmlSTElements.java     |      382 +
 .../html/editor/lib/XmlSyntaxTreeBuilder.java      |      211 +
 .../html/editor/lib}/api/Bundle.properties         |        0
 .../html/editor/lib/api/DefaultHelpItem.java       |       88 +
 .../editor/lib/api/DefaultHtmlParseResult.java     |       66 +
 .../html/editor/lib/api/DefaultParseResult.java    |       79 +
 .../modules/html/editor/lib/api/HelpItem.java      |       65 +
 .../modules/html/editor/lib/api/HelpResolver.java  |       62 +
 .../html/editor/lib/api/HtmlParseResult.java       |       74 +
 .../modules/html/editor/lib/api/HtmlParser.java    |       86 +
 .../html/editor/lib/api/HtmlParserFactory.java     |       64 +
 .../html/editor/lib/api/HtmlParsingResult.java     |       73 +
 .../modules/html/editor/lib/api/HtmlSource.java    |      129 +
 .../lib/api/HtmlSourceVersionController.java       |       77 +
 .../modules/html/editor/lib/api/HtmlVersion.java   |      221 +
 .../modules/html/editor/lib/api/MaskedAreas.java   |       66 +
 .../html/editor/lib/api/ParseException.java        |       64 +
 .../modules/html/editor/lib/api/ParseResult.java   |       64 +
 .../html/editor/lib/api/ProblemDescription.java    |      155 +
 .../html/editor/lib/api/SourceElementHandle.java   |       71 +
 .../html/editor/lib/api/SyntaxAnalyzer.java        |      111 +
 .../editor/lib/api/SyntaxAnalyzerElements.java     |       64 +
 .../html/editor/lib/api/SyntaxAnalyzerResult.java  |      864 +
 .../html/editor/lib/api/dtd/ReaderProvider.java    |       95 +
 .../editor/lib/api/dtd/ReaderProviderFactory.java  |       55 +
 .../html/editor/lib/api/elements/Attribute.java    |       60 +
 .../editor/lib/api/elements/AttributeFilter.java   |       52 +
 .../html/editor/lib/api/elements/CloseTag.java     |       52 +
 .../html/editor/lib/api/elements/Declaration.java  |       58 +
 .../html/editor/lib/api/elements/Element.java      |       68 +
 .../editor/lib/api/elements/ElementFilter.java     |       52 +
 .../html/editor/lib/api/elements/ElementType.java  |      111 +
 .../html/editor/lib/api/elements/ElementUtils.java |      483 +
 .../editor/lib/api/elements/ElementVisitor.java    |       52 +
 .../editor/lib/api/elements/ElementsIterator.java  |      107 +
 .../html/editor/lib/api/elements/FeaturedNode.java |       52 +
 .../html/editor/lib/api/elements/Named.java        |       71 +
 .../modules/html/editor/lib/api/elements/Node.java |       61 +
 .../html/editor/lib/api/elements/OpenTag.java      |       64 +
 .../html/editor/lib/api/elements/TreePath.java     |      111 +
 .../editor/lib/api/foreign/CharSequenceReader.java |      151 +
 .../editor/lib/api/foreign/MaskingChSReader.java   |      100 +
 .../lib/api/foreign/SimpleMaskingChSReader.java    |      109 +
 .../lib/api/foreign/UndeclaredContentResolver.java |       81 +
 .../html/editor/lib/api/model/HtmlModel.java       |       62 +
 .../editor/lib/api/model/HtmlModelFactory.java     |       79 +
 .../editor/lib/api/model/HtmlModelProvider.java    |       56 +
 .../modules/html/editor/lib/api/model/HtmlTag.java |       72 +
 .../editor/lib/api/model/HtmlTagAttribute.java     |       64 +
 .../editor/lib/api/model/HtmlTagAttributeType.java |       53 +
 .../html/editor/lib/api/model/HtmlTagType.java     |       51 +
 .../html/editor/lib/api/model/NamedCharRef.java    |       55 +
 .../lib/api/validation/ValidationContext.java      |       98 +
 .../lib/api/validation/ValidationException.java    |       75 +
 .../lib/api/validation/ValidationResult.java       |       87 +
 .../html/editor/lib/api/validation/Validator.java  |       58 +
 .../lib/api/validation/ValidatorService.java       |       67 +
 .../netbeans/modules/html/editor/lib/dtd/DTD.java  |      304 +
 .../modules/html/editor/lib/dtd/DTDParser.java     |     2107 +
 .../html/editor/lib/dtd/InvalidateEvent.java       |       77 +
 .../html/editor/lib/dtd/InvalidateListener.java    |       62 +
 .../modules/html/editor/lib/dtd/Registry.java      |      266 +
 .../html/editor/lib/plain/AbstractElement.java     |      123 +
 .../html/editor/lib/plain/AbstractTagElement.java  |       76 +
 .../html/editor/lib/plain/AttributeElement.java    |      189 +
 .../lib/plain/AttributelessOpenTagElement.java     |      139 +
 .../html/editor/lib/plain/CommentElement.java      |      101 +
 .../html/editor/lib/plain/DeclarationElement.java  |      129 +
 .../html/editor/lib/plain/EndTagElement.java       |       73 +
 .../editor/lib/plain/EntityReferenceElement.java   |       61 +
 .../html/editor/lib/plain/ErrorElement.java        |       61 +
 .../html/editor/lib/plain/LongOpenTagElement.java  |       73 +
 .../html/editor/lib/plain/OpenTagElement.java      |       95 +
 .../ProblematicAttributelessOpenTagElement.java    |       68 +
 .../lib/plain/ProblematicOpenTagElement.java       |       72 +
 .../modules/html/editor/lib/plain/TextElement.java |      102 +
 html.editor.lib/test/unit/data/testfiles/huge.html |    25696 +
 .../ext/html/parser/SyntaxTreeBuilderTest.java     |      638 -
 .../editor/ext/html/parser/api/AstNodeTest.java    |      117 -
 .../ext/html/parser/api/AstNodeUtilsTest.java      |      455 -
 .../ext/html/parser/api/HtmlVersionTest.java       |       75 -
 .../html/parser/api/SyntaxAnalyzerResultTest.java  |      297 -
 .../ext/html/parser/api/SyntaxAnalyzerTest.java    |      754 -
 .../editor/ext/html/test/RepositoryImpl.java       |       81 -
 .../netbeans/editor/ext/html/test/TestBase.java    |       86 -
 .../html/editor/lib/ElementsParserCacheTest.java   |      370 +
 .../html/editor/lib/ElementsParserTest.java        |      228 +
 .../html/editor/lib/XmlSyntaxTreeBuilderTest.java  |      172 +
 .../html/editor/lib/api/HtmlVersionTest.java       |       76 +
 .../editor/lib/api/SyntaxAnalyzerResultTest.java   |      364 +
 .../html/editor/lib/api/SyntaxAnalyzerTest.java    |      778 +
 .../editor/lib/api/elements/ElementUtilsTest.java  |       79 +
 .../lib/api/elements/ElementsIteratorTest.java     |      101 +
 .../html/editor/lib/api/elements/TreePathTest.java |      106 +
 .../editor/lib/api/model/HtmlModelFactoryTest.java |       67 +
 .../editor/lib/plain/AttributeElementTest.java     |       74 +
 .../html/editor/lib/test/RepositoryImpl.java       |       81 +
 .../modules/html/editor/lib/test/TestBase.java     |       86 +
 html.editor/external/html-4.01-license.txt         |        2 +-
 html.editor/manifest.mf                            |        4 +-
 html.editor/nbproject/project.properties           |        9 +-
 html.editor/nbproject/project.xml                  |      151 +-
 .../netbeans/modules/html/editor/Bundle.properties |        4 +-
 .../CreateHtmlFromTemplateAttributeProvider.java   |        2 +-
 .../modules/html/editor/HtmlAutoCompletion.java    |      418 -
 .../modules/html/editor/HtmlBracesMatching.java    |      184 +-
 .../html/editor/HtmlCaretAwareSourceTask.java      |       64 +-
 .../html/editor/HtmlCompletionOptionsPanel.form    |       22 +-
 .../html/editor/HtmlCompletionOptionsPanel.java    |       55 +-
 .../modules/html/editor/HtmlElementProperties.java |      407 +
 .../modules/html/editor/HtmlErrorFilter.java       |      134 +-
 .../modules/html/editor/HtmlExtensions.java        |       86 +
 .../html/editor/HtmlExternalDropHandler.java       |      400 +
 .../modules/html/editor/HtmlPreferences.java       |       20 +-
 .../modules/html/editor/HtmlSourceUtils.java       |      243 +
 .../modules/html/editor/HtmlTransferHandler.java   |      699 +
 .../modules/html/editor/NavigationSideBar.java     |      287 -
 .../modules/html/editor/NbReaderProvider.java      |        6 +-
 .../html/editor/NbReaderProviderFactory.java       |        6 +-
 .../ProjectDefaultHtmlSourceVersionController.java |        6 +-
 .../org/netbeans/modules/html/editor/Utils.java    |      149 +
 .../netbeans/modules/html/editor/ViewAction.java   |      115 +
 .../modules/html/editor/api/HtmlEditorUtils.java   |      100 +
 .../netbeans/modules/html/editor/api/HtmlKit.java  |     1107 +-
 .../netbeans/modules/html/editor/api/Utils.java    |       39 +-
 .../api/actions/AbstractSourceElementAction.java   |      146 +
 .../html/editor/api/actions/Bundle.properties      |        0
 .../editor/api/actions/DeleteElementAction.java    |      109 +
 .../api/actions/ModifyElementRulesAction.java      |      298 +
 .../editor/api/completion/HtmlCompletionItem.java  |      386 +-
 .../html/editor/api/gsf/CustomAttribute.java       |       59 +
 .../modules/html/editor/api/gsf/CustomTag.java     |       59 +
 .../html/editor/api/gsf/ErrorBadgingRule.java      |       54 +
 .../editor/api/gsf/HtmlErrorFilterContext.java     |       70 +
 .../modules/html/editor/api/gsf/HtmlExtension.java |      259 +-
 .../html/editor/api/gsf/HtmlParserResult.java      |      187 +-
 .../modules/html/editor/api/index/HtmlIndex.java   |      340 +
 .../html/editor/codegen/LoremIpsumGenerator.java   |        2 +-
 .../coloring/EmbeddingHighlightsContainer.java     |       79 +-
 .../editor/completion/AttrValuesCompletion.java    |       75 +-
 .../editor/completion/HtmlCompletionProvider.java  |      257 +-
 .../editor/completion/HtmlCompletionQuery.java     |      532 +-
 .../completion/HtmlPaletteCompletionProvider.java  |      225 +-
 .../editor/embedding/CssEmbeddingProvider.java     |      109 +
 .../html/editor/embedding/CssHtmlTranslator.java   |      306 +
 .../html/editor/embedding/JsEPPluginQuery.java     |      128 +
 .../html/editor/embedding/JsEmbeddingProvider.java |      424 +
 .../html/editor/gsf/HtmlDeclarationFinder.java     |      420 +-
 .../modules/html/editor/gsf/HtmlElementHandle.java |      112 +-
 .../html/editor/gsf/HtmlFoldTypeProvider.java      |       74 +
 .../modules/html/editor/gsf/HtmlGSFParser.java     |      184 +-
 .../modules/html/editor/gsf/HtmlHintsProvider.java |      614 -
 .../html/editor/gsf/HtmlKeystrokeHandler.java      |       92 +-
 .../modules/html/editor/gsf/HtmlLanguage.java      |        9 +-
 .../html/editor/gsf/HtmlParserResultAccessor.java  |        2 +-
 .../modules/html/editor/gsf/HtmlRenameHandler.java |      139 +
 .../html/editor/gsf/HtmlSemanticAnalyzer.java      |       14 +-
 .../modules/html/editor/gsf/HtmlStructureItem.java |      280 +
 .../html/editor/gsf/HtmlStructureScanner.java      |      358 +-
 .../editor/gsf/embedding/CssEmbeddingProvider.java |      133 -
 .../editor/gsf/embedding/CssHtmlTranslator.java    |      267 -
 .../modules/html/editor/hints/Attribute.java       |       92 +
 .../modules/html/editor/hints/AttributeSyntax.java |       92 -
 .../modules/html/editor/hints/Bundle.properties    |       35 +-
 .../modules/html/editor/hints/Doctype.java         |        2 +-
 .../modules/html/editor/hints/Element.java         |      143 +
 .../modules/html/editor/hints/EmbeddingUtil.java   |        4 +
 .../modules/html/editor/hints/Encoding.java        |       12 +-
 .../modules/html/editor/hints/ForeignContent.java  |        3 -
 .../modules/html/editor/hints/HeadContent.java     |       74 +
 .../html/editor/hints/HintsAdvancedOption.java     |       57 +-
 .../html/editor/hints/HtmlHintsProvider.java       |      425 +-
 .../modules/html/editor/hints/HtmlRule.java        |       11 +
 .../modules/html/editor/hints/HtmlRuleContext.java |       75 +-
 .../html/editor/hints/HtmlValidatorRule.java       |       25 +-
 .../modules/html/editor/hints/Nesting.java         |       75 +-
 .../html/editor/hints/NotValidButCommon.java       |       78 +
 .../html/editor/hints/NotValidatedContent.java     |       72 +
 .../modules/html/editor/hints/Obsolete.java        |        2 +-
 .../netbeans/modules/html/editor/hints/Other.java  |        6 +
 .../modules/html/editor/hints/PatternRule.java     |        7 +-
 .../netbeans/modules/html/editor/hints/Table.java  |        2 +-
 .../modules/html/editor/hints/TagSyntax.java       |       86 -
 .../editor/hints/css/AddStylesheetLinkHintFix.java |      120 +
 .../html/editor/hints/css/Bundle.properties        |       47 +
 .../editor/hints/css/CreateRuleInStylesheet.java   |      240 +
 .../html/editor/hints/css/CssClassesVisitor.java   |      166 +
 .../html/editor/hints/css/CssElementType.java      |       51 +
 .../html/editor/hints/css/CssIdsVisitor.java       |      151 +
 .../modules/html/editor/hints/css/HintContext.java |       96 +
 .../html/editor/hints/css/MissingClassRule.java    |      150 +
 .../editor/hints/css/MissingClassRuleInApp.java    |       77 +
 .../html/editor/hints/css/MissingCssElement.java   |      119 +
 .../html/editor/hints/css/MissingIdRule.java       |      119 +
 .../hints/other/ExtractInlinedStyleHint.java       |      130 +
 .../hints/other/ExtractInlinedStyleRule.java       |       93 +
 .../editor/hints/other/RemoveSurroundingTag.java   |      209 +
 .../html/editor/hints/other/SurroundWithTag.java   |      169 +
 .../modules/html/editor/indent/HtmlIndenter.java   |       50 +-
 .../html/editor/indexing/HtmlFileModel.java        |      195 +-
 .../modules/html/editor/indexing/HtmlIndex.java    |      276 -
 .../modules/html/editor/indexing/HtmlIndexer.java  |       64 +-
 .../modules/html/editor/javadoc/HelpManager.java   |       50 +-
 .../html/editor/javadoc/SAXHelpHandler.java        |        2 +-
 .../html/editor/options/ui/Bundle.properties       |       69 +
 .../modules/html/editor/options/ui/FmtOptions.java |      976 +
 .../html/editor/options/ui/FmtOptionsPanel.java    |       87 +
 .../html/editor/options/ui/formatSample.html       |       12 +
 .../html/editor/refactoring/Bundle.properties      |       20 +-
 .../html/editor/refactoring/DiffElement.java       |        2 +-
 .../refactoring/ExtractInlinedStylePanel.java      |       12 +-
 .../ExtractInlinedStyleRefactoringPlugin.java      |      243 +-
 .../ExtractInlinedStyleRefactoringUI.java          |        2 +-
 .../HtmlActionsImplementationProvider.java         |       22 +-
 .../refactoring/HtmlRenameRefactoringPlugin.java   |       13 +-
 .../HtmlSpecificRefactoringsProvider.java          |       11 +-
 .../html/editor/refactoring/InlinedStyleInfo.java  |        2 +-
 .../editor/refactoring/RefactoringContext.java     |      180 +-
 .../refactoring/ResolveDeclarationsPanel.java      |        4 +-
 .../html/editor/refactoring/RetoucheCommit.java    |      102 -
 .../editor/refactoring/actions/Bundle.properties   |        2 +-
 .../html/editor/resources/Bundle.properties        |       13 +-
 .../modules/html/editor/resources/XHTMLExample     |        9 +
 .../html/editor/resources/codetemplates.xml        |      122 +
 .../editor/resources/fontsColors-bluetheme.xml     |       63 +
 .../editor/resources/fontsColors-citylights.xml    |       64 +
 .../modules/html/editor/resources/fontsColors.xml  |       17 +-
 .../modules/html/editor/resources/layer.xml        |      242 +-
 .../html/editor/resources/xhtmlFontsColors.xml     |       24 +-
 .../modules/html/editor/spi/HintFixProvider.java   |      104 +
 .../spi/embedding/JsEmbeddingProviderPlugin.java   |      100 +
 .../src/org/netbeans/modules/html/editor/todo.txt  |        5 +
 .../typinghooks/HtmlCamelCaseInterceptor.java      |      213 +
 .../typinghooks/HtmlDeletedTextInterceptor.java    |      119 +
 .../typinghooks/HtmlTypedBreakInterceptor.java     |      157 +
 .../typinghooks/HtmlTypedTextInterceptor.java      |      583 +
 .../modules/html/editor/ui/Bundle.properties       |        6 +
 .../html/editor/ui/ModifyElementRulesPanel.form    |      215 +
 .../html/editor/ui/ModifyElementRulesPanel.java    |      725 +
 .../html/editor/xhtml/ELEmbeddingProvider.java     |        2 +-
 .../editor/xhtml/XhtmlElEmbeddingProvider.java     |        2 +-
 .../modules/html/editor/xhtml/XhtmlElLanguage.java |       49 +-
 .../modules/html/editor/xhtml/XhtmlElLexer.java    |      140 +-
 .../unit/data/testfiles/embedding/issue215267.html |        9 +
 .../testfiles/embedding/issue215267.html.virtual   |        2 +
 .../test/unit/data/testfiles/model/test1.html      |       10 +
 .../test/unit/data/testfiles/model/test2.html      |       10 +
 .../test/unit/data/testfiles/model/test3.html      |       19 +
 .../unit/data/testfiles/simple01.html.formatted    |        2 +-
 html.editor/test/unit/data/testfiles/simple07.html |        2 +
 .../unit/data/testfiles/simple07.html.formatted    |        2 +
 .../netbeans/editor/ext/html/DTDParserTest.java    |       19 +-
 .../html/editor/HtmlAutoCompletionTest.java        |       83 -
 .../modules/html/editor/HtmlEmbeddingTest.java     |        2 +-
 .../modules/html/editor/HtmlMatcherTest.java       |       52 +-
 .../modules/html/editor/NavigationSideBarTest.java |      167 -
 .../modules/html/editor/NbReaderProviderTest.java  |       12 +-
 .../html/editor/api/gsf/HtmlParserResultTest.java  |        8 +-
 .../editor/codegen/LoremIpsumGeneratorTest.java    |        2 +-
 .../completion/Html5CompletionQueryTest.java       |       14 +-
 .../completion/HtmlCompletionProviderTest.java     |       24 +
 .../editor/completion/HtmlCompletionQueryTest.java |      100 +-
 .../editor/completion/HtmlCompletionTestBase.java  |      223 +-
 .../completion/HtmlCompletionTestSupport.java      |      246 +
 .../completion/XhtmlCompletionQueryTest.java       |        3 +-
 .../editor/embedding/CssEmbeddingProviderTest.java |      111 +
 .../editor/embedding/CssHtmlTranslatorTest.java    |       79 +
 .../editor/embedding/JsEmbeddingProviderTest.java  |      219 +
 .../html/editor/gsf/HtmlElementHandleTest.java     |      116 +
 .../html/editor/gsf/HtmlKeystrokeHandlerTest.java  |       33 +-
 .../html/editor/gsf/HtmlStructureItemTest.java     |      149 +
 .../gsf/embedding/CssEmbeddingProviderTest.java    |       89 -
 .../gsf/embedding/CssHtmlTranslatorTest.java       |       69 -
 .../html/editor/hints/HtmlHintsProviderTest.java   |      105 +
 .../editor/hints/css/CssClassesVisitorTest.java    |       66 +
 .../html/editor/indent/HtmlIndenterTest.java       |       15 +-
 .../html/editor/indexing/HtmlFileModelTest.java    |      109 +
 .../embedding/JsEmbeddingProviderPluginTest.java   |      125 +
 .../modules/html/editor/test/TestBase.java         |       27 +-
 .../typinghooks/HtmlTypedBreakInterceptorTest.java |       67 +
 .../editor/typinghooks/HtmlTypingHooksTest.java    |      412 +
 .../modules/html/editor/typinghooks/Typing.java    |      156 +
 .../html/editor/xhtml/XhtmlElLexerTest.java        |      163 +
 html.knockout/build.xml                            |        5 +
 html.knockout/manifest.mf                          |        6 +
 html.knockout/nbproject/project.properties         |        2 +
 html.knockout/nbproject/project.xml                |      257 +
 .../modules/html/knockout/Bundle.properties        |       12 +
 .../modules/html/knockout/HelpItemImpl.java        |       86 +
 .../html/knockout/KOAttributeCompletionItem.java   |       72 +
 .../html/knockout/KOBindingCompletionItem.java     |       83 +
 .../modules/html/knockout/KODataBindContext.java   |      217 +
 .../html/knockout/KODataBindDescriptor.java        |      188 +
 .../html/knockout/KODataBindLanguageHierarchy.java |       91 +
 .../modules/html/knockout/KODataBindLexer.java     |      302 +
 .../org/netbeans/modules/html/knockout/KODoc.java  |      187 +
 .../netbeans/modules/html/knockout/KOHelpItem.java |       53 +
 .../modules/html/knockout/KOHelpResolver.java      |      163 +
 .../modules/html/knockout/KOHtmlExtension.java     |      251 +
 .../modules/html/knockout/KOHtmlLexerPlugin.java   |       61 +
 .../html/knockout/KOJsEmbeddingProviderPlugin.java |      531 +
 .../modules/html/knockout/KOTemplateContext.java   |      177 +
 .../netbeans/modules/html/knockout/KOUtils.java    |      199 +
 .../html/knockout/api/KODataBindTokenId.java       |       84 +
 .../netbeans/modules/html/knockout/fontsColors.xml |       53 +
 .../modules/html/knockout/fontsColors_dark.xml     |       53 +
 .../modules/html/knockout/fontsColors_ko.xml       |       52 +
 .../modules/html/knockout/knockout-icon.png        |      Bin 0 -> 2716 bytes
 .../org/netbeans/modules/html/knockout/layer.xml   |       45 +
 .../modules/html/knockout/model/Binding.java       |      124 +
 .../modules/html/knockout/model/KOModel.java       |      175 +
 .../data/sample/nbproject/project.properties       |        8 +
 .../data/sample/nbproject/project.xml              |        9 +
 .../data/sample/public_html/index.html             |        9 +
 .../data/sample/public_html/model1.js              |       19 +
 .../data/sample/public_html/template.html          |       69 +
 .../data/sample/public_html/template.js            |       26 +
 .../modules/html/knockout/GeneralKnockout.java     |      427 +
 .../modules/html/knockout/cc/CompletionTest.java   |      363 +
 .../modules/html/knockout/cc/TemplatesTest.java    |      145 +
 .../KOTestProject/nbproject/project.properties     |        7 +
 .../unit/data/KOTestProject/nbproject/project.xml  |        9 +
 .../data/KOTestProject/public_html/complex.html    |       38 +
 .../KOTestProject/public_html/complex.html.virtual |      126 +
 .../unit/data/KOTestProject/public_html/index.html |       84 +
 .../KOTestProject/public_html/js/simple_model.js   |       47 +
 .../unit/data/KOTestProject/public_html/plain.html |       51 +
 .../data/KOTestProject/public_html/simple.html     |       12 +
 .../KOTestProject/public_html/simple.html.virtual  |       36 +
 .../test/unit/data/completion/foreach/index.html   |       39 +
 .../foreach/index.html.testForEach.completion      |       49 +
 .../data/completion/foreach/index.html.virtual     |      127 +
 .../unit/data/completion/foreachAlias/index.html   |       30 +
 .../index.html.testForEachAlias.completion         |       48 +
 .../completion/foreachAlias/index.html.virtual     |      136 +
 .../test/unit/data/completion/inner/index.html     |       36 +
 .../unit/data/completion/inner/index.html.virtual  |       98 +
 .../unit/data/completion/issue231569/index.html    |       30 +
 .../index.html.testIssue231569.completion          |       46 +
 .../unit/data/completion/issue233004/index.html    |       16 +
 .../index.html.testIssue233004.completion          |        5 +
 .../data/completion/issue233004/newjavascript.js   |       11 +
 .../test/unit/data/completion/template/index.html  |       68 +
 .../template/index.html.testTemplate.completion    |       45 +
 .../data/completion/template/index.html.virtual    |       90 +
 .../unit/data/completion/templateCycle/index.html  |       60 +
 .../completion/templateCycle/index.html.virtual    |       82 +
 .../data/completion/templateForEach/index.html     |       71 +
 .../index.html.testTemplateForEach.completion      |       47 +
 .../completion/templateForEach/index.html.virtual  |       80 +
 .../completion/templateForEachAlias/index.html     |       71 +
 .../index.html.testTemplateForEachAlias.completion |        6 +
 .../templateForEachAlias/index.html.virtual        |       82 +
 .../unit/data/completion/templateInner/index.html  |       81 +
 .../index.html.testTemplateInner.completion        |       48 +
 .../completion/templateInner/index.html.virtual    |      167 +
 .../test/unit/data/completion/with/index.html      |       39 +
 .../completion/with/index.html.testWith.completion |       48 +
 .../unit/data/completion/with/index.html.virtual   |      127 +
 .../knockout/KOCodeCompletionIssue233004Test.java  |       78 +
 .../html/knockout/KOCodeCompletionTest.java        |       87 +
 .../modules/html/knockout/KODataBindLexerTest.java |      160 +
 .../html/knockout/KODataBindTokenIdTest.java       |       61 +
 .../modules/html/knockout/KOHtmlExtensionTest.java |       96 +
 .../knockout/KOJsEmbeddingProviderPluginTest.java  |      148 +
 .../modules/html/knockout/KOModelTest.java         |      100 +
 html.lexer/manifest.mf                             |        2 +-
 html.lexer/nbproject/project.properties            |        6 +-
 html.lexer/nbproject/project.xml                   |       48 +-
 .../org/netbeans/api/html/lexer/HTMLTokenId.java   |      176 +-
 .../netbeans/api/html/lexer/HtmlLexerPlugin.java   |       93 +
 .../src/org/netbeans/lib/html/lexer/HtmlLexer.java |      499 +-
 .../org/netbeans/lib/html/lexer/HtmlPlugins.java   |      118 +
 .../data/testfiles/testInput.html.txt.tokens.txt   |        6 +-
 .../data/testfiles/testInput.rb.txt.tokens.txt     |      208 +-
 .../api/html/lexer/HtmlLexerPluginTest.java        |      210 +
 .../netbeans/lib/html/lexer/HtmlLanguageTest.java  |        3 +-
 .../lib/html/lexer/HtmlLexerBatchTest.java         |        1 -
 .../org/netbeans/lib/html/lexer/HtmlLexerTest.java |      191 +-
 html.parser/external/binaries-list                 |        2 +-
 html.parser/external/html5doc-license.txt          |        2 +-
 html.parser/external/htmlparser-1.2.1-license.txt  |        4 +-
 html.parser/external/icu4j-4_0-license.txt         |       40 -
 html.parser/external/icu4j-4_4_2-license.txt       |       40 +
 html.parser/nbproject/project.properties           |       13 +-
 html.parser/nbproject/project.xml                  |       24 +-
 .../modules/html/parser/AstNodeTreeBuilder.java    |      546 -
 .../netbeans/modules/html/parser/Bundle.properties |        8 +-
 .../modules/html/parser/ElementsFactory.java       |     1065 +
 .../netbeans/modules/html/parser/Html5Model.java   |      108 +
 .../netbeans/modules/html/parser/Html5Parser.java  |      222 +-
 .../modules/html/parser/HtmlDocumentation.java     |        9 +-
 .../modules/html/parser/HtmlTagProvider.java       |      270 -
 .../modules/html/parser/ParseTreeBuilder.java      |      667 +
 .../modules/html/parser/model/Attribute.java       |        1 +
 .../modules/html/parser/model/Bundle.properties    |       44 +
 .../modules/html/parser/model/EDHtmlTag.java       |      183 +
 .../html/parser/model/EDHtmlTagAttribute.java      |       99 +
 .../html/parser/model/ElementDescriptor.java       |       16 +-
 .../modules/html/parser/model/HtmlTagProvider.java |      103 +
 .../html/parser/model/NamedCharacterReference.java |        2 +-
 .../modules/html/parser/model/UnknownHtmlTag.java  |      139 +
 .../test/unit/data/testfiles/netbeans_org.html     |      286 +
 html.parser/test/unit/data/testfiles/test5.html    |        2 +-
 html.parser/test/unit/data/testfiles/test6.html    |       17 +
 html.parser/test/unit/data/testfiles/w3c_org.html  |      802 +
 .../test/unit/data/testfiles/wikipedia_org.html    |     1123 +
 .../modules/html/parser/ElementsFactoryTest.java   |      119 +
 .../modules/html/parser/Html5ParserTest.java       |      995 +-
 .../modules/html/parser/HtmlTagProviderTest.java   |      138 -
 .../modules/html/parser/MaskingChSReaderTest.java  |       85 +
 .../html/parser/SimpleMaskingChSReaderTest.java    |      108 +
 .../html/parser/model/ElementDescriptorTest.java   |       36 +-
 .../html/parser/model/GenerateElementsIndex.java   |        2 +-
 .../html/parser/model/HtmlTagProviderTest.java     |      140 +
 html.validation/external/binaries-list             |       15 +-
 .../external/commons-logging-1.1.1-license.txt     |      209 -
 .../external/html5-datatypes-license.txt           |        6 +-
 html.validation/external/iri-license.txt           |        2 +-
 html.validation/external/isorelax-license.txt      |       27 +
 .../external/isorelax20041111-license.txt          |       27 -
 html.validation/external/jing-license.txt          |        2 +-
 html.validation/external/js-license.txt            |       38 -
 html.validation/external/non-schema-license.txt    |        5 +-
 html.validation/external/org.whattf.datatype.patch |      497 +
 html.validation/external/validator-license.txt     |        3 +-
 html.validation/manifest.mf                        |        2 +-
 html.validation/nbproject/project.properties       |       16 +-
 html.validation/nbproject/project.xml              |       50 +-
 .../modules/html/validation/Bundle.properties      |        5 +-
 .../html/validation/CharacterHandlerReader.java    |       26 +-
 .../modules/html/validation/NbMessageEmitter.java  |        2 +-
 .../html/validation/ProblemDescriptionFilter.java  |        2 +-
 .../modules/html/validation/ProblemsHandler.java   |        2 +-
 .../html/validation/ValidationTransaction.java     |      194 +-
 .../modules/html/validation/ValidatorImpl.java     |       75 +-
 .../patched/LocalCacheEntityResolver.java          |       22 +
 .../modules/html/validation/patched/presets        |       22 +-
 .../netbeans/modules/html/validation/TestBase.java |       69 -
 .../html/validation/ValidationTransactionTest.java |       20 +-
 .../modules/html/validation/ValidatorImplTest.java |       48 +-
 html/manifest.mf                                   |        2 +-
 html/nbproject/project.xml                         |      100 +-
 .../org/netbeans/modules/html/Bundle.properties    |       13 +-
 .../org/netbeans/modules/html/HtmlDataNode.java    |      106 -
 .../org/netbeans/modules/html/HtmlDataObject.java  |      145 +-
 .../netbeans/modules/html/HtmlEditorSupport.java   |      275 +-
 html/src/org/netbeans/modules/html/HtmlLoader.java |       11 +-
 .../netbeans/modules/html/api/HtmlDataNode.java    |      175 +
 .../modules/html/catalog/Bundle.properties         |        2 +-
 .../netbeans/modules/html/catalog/HtmlCatalog.java |        4 +-
 html/src/org/netbeans/modules/html/mf-layer.xml    |       92 +-
 .../org/netbeans/modules/html/package-info.java    |       46 +
 .../modules/html/palette/Bundle.properties         |        1 -
 .../modules/html/palette/HtmlPaletteActions.java   |        2 +-
 .../html/palette/HtmlPaletteCustomizerAction.java  |       10 +-
 .../modules/html/palette/HtmlPaletteFactory.java   |       42 +-
 .../modules/html/palette/items/ACustomizer.form    |        4 +-
 .../modules/html/palette/items/ACustomizer.java    |       35 +-
 .../modules/html/palette/items/Bundle.properties   |       11 +-
 .../netbeans/modules/html/palette/items/RADIO.java |       80 +-
 .../html/palette/items/TABLECustomizer.form        |       78 +-
 .../html/palette/items/TABLECustomizer.java        |       88 +-
 .../html/palette/items/TEXTAREACustomizer.form     |        4 +-
 .../org/netbeans/modules/html/templates/html.html  |        9 +-
 .../netbeans/modules/html/templates/xhtml.xhtml    |        3 +-
 html/test/unit/data/testfiles/index.html           |       51 +
 .../org/netbeans/modules/html/EncodingTest.java    |        1 -
 .../netbeans/modules/html/HtmlDataObjectTest.java  |      202 +-
 httpserver/nbproject/project.properties            |        8 +-
 httpserver/nbproject/project.xml                   |       18 +-
 .../httpserver/HostPropertyCustomEditor.form       |        8 +-
 .../httpserver/HostPropertyCustomEditor.java       |        2 +-
 .../modules/httpserver/HttpServerSettings.java     |        8 +-
 .../modules/httpserver/WrapperServlet.java         |       11 +-
 hudson.ant/manifest.mf                             |        2 +-
 hudson.ant/nbproject/project.xml                   |       26 +-
 .../netbeans/modules/hudson/ant/Bundle.properties  |        4 -
 .../netbeans/modules/hudson/ant/JobCreator.java    |       22 +-
 hudson.git/build.xml                               |        5 +
 hudson.git/manifest.mf                             |        5 +
 .../nbproject/project.properties                   |        0
 hudson.git/nbproject/project.xml                   |       89 +
 .../netbeans/modules/hudson/git/Bundle.properties  |        1 +
 .../netbeans/modules/hudson/git/HudsonGitSCM.java  |      254 +
 .../modules/hudson/git/HudsonGitSCMTest.java       |      118 +
 hudson.maven/manifest.mf                           |        3 +-
 hudson.maven/nbproject/project.properties          |        2 +
 hudson.maven/nbproject/project.xml                 |       42 +-
 .../modules/hudson/maven/Bundle.properties         |        2 -
 .../hudson/maven/HpiActionGoalProvider.java        |      110 -
 .../modules/hudson/maven/HpiPluginWarning.java     |      147 +
 .../modules/hudson/maven/HudsonProviderImpl.java   |       20 +-
 .../hudson/maven/JellyTagSchemaCatalog.java        |      108 -
 .../maven/JellyTagSchemaCatalogBeanInfo.java       |       54 -
 .../hudson/maven/JettyOutputProcessorFactory.java  |       96 -
 .../netbeans/modules/hudson/maven/JobCreator.java  |       10 +-
 .../modules/hudson/maven/action-mappings.xml       |       24 -
 .../org/netbeans/modules/hudson/maven/layer.xml    |       11 -
 .../modules/hudson/maven/mime-resolver.xml         |       16 -
 .../hudson/maven/HudsonProviderImplTest.java       |       58 +-
 hudson.mercurial/manifest.mf                       |        2 +-
 hudson.mercurial/nbproject/project.xml             |       22 +-
 .../modules/hudson/mercurial/Bundle.properties     |        5 -
 .../hudson/mercurial/HudsonMercurialSCM.java       |      134 +-
 .../hudson/mercurial/MercurialHyperlink.java       |       17 +-
 .../hudson/mercurial/HudsonMercurialSCMTest.java   |       13 +-
 hudson.php/build.xml                               |        4 +
 hudson.php/manifest.mf                             |        5 +
 hudson.php/nbproject/project.properties            |        3 +
 hudson.php/nbproject/project.xml                   |      152 +
 .../modules/hudson/php/HudsonJobCreator.java       |      299 +
 .../modules/hudson/php/options/HudsonOptions.java  |      126 +
 .../hudson/php/options/HudsonOptionsValidator.java |      124 +
 .../modules/hudson/php/resources/Bundle.properties |       45 +
 .../modules/hudson/php/resources/layer.xml         |       57 +
 .../hudson/php/ui/options/Bundle.properties        |       53 +
 .../hudson/php/ui/options/HudsonOptionsPanel.form  |      246 +
 .../hudson/php/ui/options/HudsonOptionsPanel.java  |      537 +
 .../ui/options/HudsonOptionsPanelController.java   |      172 +
 .../modules/hudson/php/util/BuildXmlUtils.java     |       98 +
 .../modules/hudson/php/util/FileUtils.java         |       64 +
 .../modules/hudson/php/util/PhpUnitUtils.java      |      112 +
 .../netbeans/modules/hudson/php/util/XmlUtils.java |      169 +
 hudson.php/test/unit/data/build.golden.xml         |      163 +
 hudson.php/test/unit/data/build.xml                |      163 +
 hudson.php/test/unit/data/persons.xml              |       52 +
 hudson.php/test/unit/data/phpunit.golden.xml       |       74 +
 hudson.php/test/unit/data/phpunit.xml              |       74 +
 .../modules/hudson/php/util/BuildXmlUtilsTest.java |       87 +
 .../modules/hudson/php/util/PhpUnitUtilsTest.java  |       87 +
 .../modules/hudson/php/util/XmlUtilsTest.java      |      103 +
 hudson.subversion/manifest.mf                      |        2 +-
 hudson.subversion/nbproject/project.xml            |       22 +-
 .../hudson/subversion/HudsonSubversionSCM.java     |       84 +-
 .../hudson/subversion/SubversionHyperlink.java     |       14 +-
 .../modules/hudson/subversion/SvnUtils.java        |       14 +-
 .../hudson/subversion/HudsonSubversionSCMTest.java |       25 +-
 hudson.tasklist/build.xml                          |        5 +
 hudson.tasklist/manifest.mf                        |        5 +
 hudson.tasklist/nbproject/project.properties       |        5 +
 hudson.tasklist/nbproject/project.xml              |       97 +
 .../hudson/tasklist/AnalysisPluginImpl.java        |      183 +
 .../modules/hudson/tasklist/Bundle.properties      |        1 +
 .../modules/hudson/tasklist/HudsonScanner.java     |      187 +
 .../modules/hudson/tasklist/JobScanner.java        |       75 +
 .../hudson/tasklist/AnalysisPluginImplTest.java    |       81 +
 hudson.ui/build.xml                                |        5 +
 hudson.ui/manifest.mf                              |        6 +
 .../nbproject/project.properties                   |        0
 hudson.ui/nbproject/project.xml                    |      250 +
 .../hudson/ui/APITokenConnectionAuthenticator.form |      122 +
 .../hudson/ui/APITokenConnectionAuthenticator.java |      242 +
 .../netbeans/modules/hudson/ui/Bundle.properties   |       52 +
 .../org/netbeans/modules/hudson/ui/FormLogin.form  |        0
 .../org/netbeans/modules/hudson/ui/FormLogin.java  |      177 +
 .../hudson/ui/actions/AddInstanceAction.java       |       67 +
 .../hudson/ui/actions/AddTestInstanceAction.java   |      152 +
 .../modules/hudson/ui/actions/Bundle.properties    |      105 +
 .../modules/hudson/ui/actions/CreateJob.java       |      197 +
 .../modules/hudson/ui/actions/CreateJobPanel.form  |        0
 .../modules/hudson/ui/actions/CreateJobPanel.java  |      411 +
 .../modules/hudson/ui/actions/Hyperlinker.java     |       96 +
 .../modules/hudson/ui/actions/LogInAction.java     |      104 +
 .../modules/hudson/ui/actions/OpenUrlAction.java   |       93 +
 .../hudson/ui/actions/PersistInstanceAction.java   |       96 +
 .../ui/actions/ProjectAssociationAction.java       |      108 +
 .../modules/hudson/ui/actions/ProjectRenderer.java |       78 +
 .../hudson/ui/actions/ShowBuildConsole.java        |       90 +
 .../modules/hudson/ui/actions/ShowChanges.java     |        0
 .../modules/hudson/ui/actions/ShowFailures.java    |      200 +
 .../modules/hudson/ui/actions/StartJobAction.java  |        0
 .../hudson/ui/actions/SynchronizeAction.java       |      108 +
 .../hudson/ui/actions/ViewConfigAction.java        |      192 +
 .../modules/hudson/ui/actions/ViewSwitcher.java    |      144 +
 .../modules/hudson/ui/api/HudsonSCMHelper.java     |      132 +
 .../src/org/netbeans/modules/hudson/ui/api/UI.java |      152 +
 .../hudson/ui/impl/HudsonConsoleDisplayer.java     |      102 +
 .../hudson/ui/impl/HudsonFailureDisplayer.java     |      307 +
 .../modules/hudson/ui/impl/HudsonLoggerHelper.java |      129 +
 .../modules/hudson/ui/impl/JavaHudsonLogger.java   |      141 +
 .../ui/impl/MetadataProjectHudsonProvider.java     |       80 +
 .../ui/impl/OpenProjectstHudsonManagerAgent.java   |      253 +
 .../modules/hudson/ui/impl/PlainLogger.java        |      239 +
 .../modules/hudson/ui/impl/SearchProviderImpl.java |       89 +
 .../modules/hudson/ui/impl/UIExtensionImpl.java    |       78 +
 .../src/org/netbeans/modules/hudson/ui/layer.xml   |       37 +
 .../modules/hudson/ui/nodes/Bundle.properties      |       47 +
 .../hudson/ui/nodes/HudsonArtifactsNode.java       |        0
 .../modules/hudson/ui/nodes/HudsonFolderNode.java  |      129 +
 .../hudson/ui/nodes/HudsonInstanceNode.java        |      351 +
 .../hudson/ui/nodes/HudsonJobBuildNode.java        |      131 +
 .../modules/hudson/ui/nodes/HudsonJobNode.java     |      285 +
 .../ui/nodes/HudsonMavenModuleBuildNode.java       |      113 +
 .../modules/hudson/ui/nodes/HudsonRootNode.java    |      120 +
 .../hudson/ui/nodes/HudsonWorkspaceNode.java       |        0
 .../hudson/ui/notification/Bundle.properties       |       42 +
 .../ui/notification/ProblemNotification.java       |      203 +
 .../ProblemNotificationController.java             |      124 +
 .../hudson/ui/notification/ProblemPanel.form       |       76 +
 .../hudson/ui/notification/ProblemPanel.java       |      126 +
 .../modules/hudson/ui/resources/hudson.png         |      Bin
 .../modules/hudson/ui/resources/instance.png       |      Bin
 .../modules/hudson/ui/resources/notification.png   |      Bin
 .../ui/spi/ProjectHudsonJobCreatorFactory.java     |      192 +
 .../hudson/ui/spi/ProjectHudsonProvider.java       |      384 +
 .../modules/hudson/ui/util/UsageLogging.java       |       97 +
 .../modules/hudson/ui/wizard/Bundle.properties     |       69 +
 .../modules/hudson/ui/wizard/InstanceDialog.java   |      160 +
 .../hudson/ui/wizard/InstancePropertiesVisual.form |        0
 .../hudson/ui/wizard/InstancePropertiesVisual.java |      290 +
 .../modules/hudson/ui/actions/CreateJobTest.java   |       79 +
 .../modules/hudson/ui/impl/PlainLoggerTest.java    |       70 +
 .../hudson/ui/spi/ProjectHudsonProviderTest.java   |      114 +
 hudson/build.xml                                   |        7 +-
 hudson/manifest.mf                                 |        3 +-
 hudson/nbproject/project.properties                |        2 +
 hudson/nbproject/project.xml                       |       97 +-
 .../org/netbeans/modules/hudson/Bundle.properties  |        3 +-
 .../src/org/netbeans/modules/hudson/Installer.java |       31 +-
 .../modules/hudson/api/ConnectionBuilder.java      |      124 +-
 .../netbeans/modules/hudson/api/HudsonFolder.java  |       75 +
 .../modules/hudson/api/HudsonInstance.java         |      180 +
 .../org/netbeans/modules/hudson/api/HudsonJob.java |       31 +-
 .../modules/hudson/api/HudsonJobBuild.java         |       29 +
 .../netbeans/modules/hudson/api/HudsonManager.java |      128 +-
 .../modules/hudson/api/HudsonMavenModuleBuild.java |       29 +
 hudson/src/org/netbeans/modules/hudson/api/UI.java |      165 -
 .../org/netbeans/modules/hudson/api/Utilities.java |      284 +
 .../hudson/api/ui/ConsoleDataDisplayer.java        |       79 +
 .../hudson/api/ui/FailureDataDisplayer.java        |      175 +
 .../modules/hudson/api/ui/OpenableInBrowser.java   |       55 +
 .../hudson/constants/HudsonInstanceConstants.java  |       10 +
 .../hudson/constants/HudsonViewConstants.java      |       47 +-
 .../hudson/constants/HudsonXmlApiConstants.java    |        1 +
 .../modules/hudson/impl/HudsonConnector.java       |      465 +-
 .../hudson/impl/HudsonConsoleDataProvider.java     |      165 +
 .../hudson/impl/HudsonFailureDataProvider.java     |      211 +
 .../modules/hudson/impl/HudsonFolderImpl.java      |      131 +
 .../modules/hudson/impl/HudsonInstanceImpl.java    |      499 +-
 .../hudson/impl/HudsonInstanceProperties.java      |      201 +-
 .../modules/hudson/impl/HudsonJobBuildImpl.java    |      141 +-
 .../modules/hudson/impl/HudsonJobImpl.java         |      204 +-
 .../modules/hudson/impl/HudsonManagerImpl.java     |      146 +-
 .../hudson/impl/HudsonRemoteFileSystem.java        |      445 +
 .../modules/hudson/impl/HudsonViewImpl.java        |        2 +-
 .../modules/hudson/impl/JavaHudsonLogger.java      |      139 -
 .../hudson/impl/MetadataProjectHudsonProvider.java |       80 -
 .../netbeans/modules/hudson/impl/ProjectHIP.java   |      111 -
 .../modules/hudson/impl/RemoteFileSystem.java      |      442 -
 .../impl/ServletConnectionAuthenticator.java       |       36 +-
 .../modules/hudson/{ui => }/resources/blue.png     |      Bin
 .../modules/hudson/{ui => }/resources/blue_run.png |      Bin
 .../modules/hudson/{ui => }/resources/grey.png     |      Bin
 .../modules/hudson/{ui => }/resources/red.png      |      Bin
 .../modules/hudson/{ui => }/resources/red_run.png  |      Bin
 .../netbeans/modules/hudson/resources/secured.png  |      Bin 0 -> 709 bytes
 .../modules/hudson/{ui => }/resources/yellow.png   |      Bin
 .../hudson/{ui => }/resources/yellow_run.png       |      Bin
 .../modules/hudson/spi/BuilderConnector.java       |      509 +
 .../hudson/spi/ConsoleDataDisplayerImpl.java       |       68 +
 .../hudson/spi/FailureDataDisplayerImpl.java       |       69 +
 .../netbeans/modules/hudson/spi/HudsonLogger.java  |       84 -
 .../modules/hudson/spi/HudsonManagerAgent.java     |       82 +
 .../org/netbeans/modules/hudson/spi/HudsonSCM.java |      163 +-
 .../hudson/spi/ProjectHudsonJobCreatorFactory.java |      228 -
 .../modules/hudson/spi/ProjectHudsonProvider.java  |      226 -
 .../modules/hudson/spi/RemoteFileSystem.java       |       57 +
 .../netbeans/modules/hudson/spi/UIExtension.java   |       72 +
 .../netbeans/modules/hudson/ui/Bundle.properties   |       45 -
 .../org/netbeans/modules/hudson/ui/FormLogin.java  |      177 -
 .../hudson/ui/actions/AddInstanceAction.java       |       65 -
 .../hudson/ui/actions/AddTestInstanceAction.java   |      150 -
 .../modules/hudson/ui/actions/Bundle.properties    |       73 -
 .../modules/hudson/ui/actions/CreateJob.java       |      168 -
 .../modules/hudson/ui/actions/CreateJobPanel.java  |      431 -
 .../modules/hudson/ui/actions/Hyperlinker.java     |      256 -
 .../modules/hudson/ui/actions/OpenUrlAction.java   |      102 -
 .../hudson/ui/actions/PersistInstanceAction.java   |       93 -
 .../hudson/ui/actions/ShowBuildConsole.java        |      159 -
 .../modules/hudson/ui/actions/ShowFailures.java    |      259 -
 .../hudson/ui/actions/SynchronizeAction.java       |       91 -
 .../hudson/ui/interfaces/OpenableInBrowser.java    |       55 -
 .../modules/hudson/ui/nodes/Bundle.properties      |       53 -
 .../hudson/ui/nodes/HudsonInstanceNode.java        |      335 -
 .../hudson/ui/nodes/HudsonJobBuildNode.java        |      140 -
 .../modules/hudson/ui/nodes/HudsonJobNode.java     |      175 -
 .../ui/nodes/HudsonMavenModuleBuildNode.java       |      113 -
 .../modules/hudson/ui/nodes/HudsonRootNode.java    |      117 -
 .../hudson/ui/notification/Bundle.properties       |       41 -
 .../ui/notification/ProblemNotification.java       |      181 -
 .../ProblemNotificationController.java             |      118 -
 .../hudson/ui/notification/ProblemPanel.form       |       84 -
 .../hudson/ui/notification/ProblemPanel.java       |      130 -
 .../modules/hudson/ui/wizard/Bundle.properties     |       68 -
 .../modules/hudson/ui/wizard/InstanceDialog.java   |      151 -
 .../hudson/ui/wizard/InstancePropertiesVisual.java |      290 -
 .../hudson/util/HudsonPropertiesSupport.java       |       15 +-
 .../netbeans/modules/hudson/util/Utilities.java    |      120 -
 .../netbeans/modules/hudson/api/HudsonJobTest.java |       64 +
 .../netbeans/modules/hudson/api/UtilitiesTest.java |       79 +
 .../hudson/impl/HudsonInstanceImplTest.java        |      218 +
 .../hudson/impl/HudsonInstancePropertiesTest.java  |      110 +
 .../hudson/impl/HudsonJobBuildImplTest.java        |       65 +
 .../modules/hudson/impl/HudsonManagerImplTest.java |      120 +
 .../hudson/spi/ProjectHudsonProviderTest.java      |       79 -
 .../modules/hudson/ui/actions/HyperlinkerTest.java |       70 -
 .../modules/hudson/util/UtilitiesTest.java         |       81 -
 i18n.form/manifest.mf                              |        1 -
 i18n.form/nbproject/project.properties             |        4 +-
 i18n.form/nbproject/project.xml                    |       56 +-
 .../netbeans/modules/i18n/form/Bundle.properties   |        2 +-
 .../modules/i18n/form/FormI18nIntegerEditor.java   |        4 +-
 .../modules/i18n/form/FormI18nMnemonicEditor.java  |        4 +-
 .../modules/i18n/form/FormI18nStringEditor.java    |        4 +-
 .../modules/i18n/form/FormI18nSupport.java         |       14 +-
 .../modules/i18n/form/I18nFormCrossModule.java     |       15 +-
 .../modules/i18n/form/I18nServiceImpl.java         |       51 +-
 i18n/manifest.mf                                   |        2 +-
 i18n/nbproject/project.properties                  |        2 +
 i18n/nbproject/project.xml                         |       61 +-
 .../org/netbeans/modules/i18n/Bundle.properties    |       27 +-
 .../org/netbeans/modules/i18n/FileSelector.java    |       26 +-
 .../modules/i18n/HelpStringCustomEditor.java       |       31 +-
 i18n/src/org/netbeans/modules/i18n/I18nPanel.java  |       58 +-
 i18n/src/org/netbeans/modules/i18n/I18nUtil.java   |       78 +-
 .../org/netbeans/modules/i18n/PropertyPanel.java   |       92 +-
 .../org/netbeans/modules/i18n/SelectorUtils.java   |       17 +-
 i18n/src/org/netbeans/modules/i18n/Util.java       |       20 +-
 .../netbeans/modules/i18n/java/JavaI18nFinder.java |      176 +-
 .../modules/i18n/java/JavaI18nSupport.java         |       53 +-
 .../modules/i18n/wizard/AdditionalWizardPanel.form |        2 +-
 .../modules/i18n/wizard/HardStringWizardPanel.form |        2 +-
 .../modules/i18n/wizard/HardStringWizardPanel.java |       20 +-
 .../modules/i18n/wizard/ResourceWizardPanel.java   |        2 +-
 .../modules/i18n/wizard/SourceWizardPanel.java     |        9 +-
 .../modules/i18n/wizard/TestStringWizardPanel.form |        6 +-
 .../modules/i18n/wizard/TestStringWizardPanel.java |       18 +
 .../src/org/netbeans/modules/i18n/wizard/Util.java |       45 +-
 .../src/projecti18n/Internationalize.java          |       42 +-
 .../projects/ProjectI18n/src/projecti18n/Main.java |       42 +-
 .../i18n/jelly/InternationalizeOperator.java       |       40 +-
 .../org/netbeans/i18n/jelly/NewBundleOperator.java |       40 +-
 .../test/internationalize/Internationalize.java    |       40 +-
 .../modules/i18n/java/JavaI18nFinderTest.java      |      148 +
 .../modules/i18n/java/resources/JFrame.txt         |      140 +
 ide.branding.kit/manifest.mf                       |        2 +-
 ide.branding.kit/nbproject/project.xml             |        6 +
 ide.branding.kit/release/VERSION.txt               |        2 +-
 .../org/netbeans/updater/Bundle_nb.properties      |        6 +-
 .../updater/resources/updatersplash_nb.gif         |      Bin 52933 -> 50358 bytes
 .../autoupdate/ui/wizards/Bundle_nb.properties     |       14 +-
 ide.branding/build.xml                             |      106 +-
 .../org/netbeans/core/netigso/Bundle_nb.properties |        2 +
 .../org/netbeans/core/startup/Bundle_nb.properties |        4 +-
 .../src/org/netbeans/core/startup/about_nb.png     |      Bin 143290 -> 141433 bytes
 .../src/org/netbeans/core/startup/splash_nb.gif    |      Bin 140521 -> 130345 bytes
 .../org/netbeans/core/windows/Bundle_nb.properties |       53 +
 .../core/windows/view/ui/Bundle_nb.properties      |        6 +-
 ide.branding/manifest.mf                           |        5 +-
 ide.branding/nbproject/project.properties          |        4 +-
 ide.branding/nbproject/project.xml                 |       26 +-
 .../src/org/netbeans/core/Bundle_nb.properties     |        2 +
 .../modules/options/export/Bundle_nb.properties    |        4 +-
 ide.branding/release-toplevel/CREDITS.html         |       75 +-
 ide.branding/release-toplevel/DISTRIBUTION.txt     |       40 -
 ide.branding/release-toplevel/LEGALNOTICE.txt      |       40 -
 ide.branding/release-toplevel/LICENSE.txt          |     1246 +-
 ide.branding/release-toplevel/README.html          |        8 +-
 .../release-toplevel/THIRDPARTYLICENSE.txt         |     2149 +-
 .../org/netbeans/modules/ide/branding/layer.xml    |       73 +-
 .../ide/branding/SaveIsAsynchronousTest.java       |      126 +
 .../modules/exceptions/Bundle_nb.properties        |       61 +
 .../modules/uihandler/Bundle_nb.properties         |      112 +
 ide.ergonomics/apisupport.properties               |        3 +
 ide.ergonomics/arch.xml                            |       13 +-
 ide.ergonomics/build.xml                           |        2 +-
 ide.ergonomics/enterprise.properties               |        1 +
 ide.ergonomics/extide.properties                   |       41 +
 ide.ergonomics/javafx.properties                   |        4 +-
 ide.ergonomics/manifest.mf                         |        4 +-
 ide.ergonomics/mobility.properties                 |        2 +-
 ide.ergonomics/nbproject/project.properties        |       12 +-
 ide.ergonomics/nbproject/project.xml               |       47 +-
 ide.ergonomics/profiler.properties                 |        2 +-
 .../modules/ide/ergonomics/ant/ExtractLayer.java   |      148 +-
 .../ide/ergonomics/ant/entry-points-to-bundle.xsl  |       58 +
 .../modules/ide/ergonomics/ant/entry-points.xsl    |      128 +-
 .../modules/ide/ergonomics/ant/full-paths.xsl      |       44 +
 .../modules/ide/ergonomics/ant/relative-refs.xsl   |       44 +
 .../netbeans/modules/ide/ergonomics/Installer.java |        2 -
 .../ide/ergonomics/ServerWizardProviderProxy.java  |        8 +-
 .../netbeans/modules/ide/ergonomics/Utilities.java |       36 +-
 .../ide/ergonomics/debugger/AttachTypeProxy.java   |        4 +-
 .../modules/ide/ergonomics/fod/Bundle.properties   |       10 +-
 .../ide/ergonomics/fod/ConfigurationPanel.java     |        2 +-
 .../modules/ide/ergonomics/fod/FeatureAction.java  |        2 +-
 .../modules/ide/ergonomics/fod/FeatureInfo.java    |       74 +-
 .../modules/ide/ergonomics/fod/FeatureManager.java |       32 +-
 .../ide/ergonomics/fod/FeatureProjectFactory.java  |       31 +-
 .../ide/ergonomics/fod/FindComponentModules.java   |       40 +-
 .../ide/ergonomics/fod/FoDEditorOpened.java        |        2 +-
 .../modules/ide/ergonomics/fod/FoDFileSystem.java  |      219 -
 .../ide/ergonomics/fod/FoDLayersProvider.java      |      165 +
 .../ide/ergonomics/fod/FoDUpdateUnitProvider.java  |       10 +-
 .../ide/ergonomics/fod/FodDataObjectFactory.java   |       12 +-
 .../ide/ergonomics/fod/InstallOrActivateTask.java  |       31 +-
 .../ide/ergonomics/fod/ModulesActivator.java       |        2 +-
 .../ide/ergonomics/fod/ModulesInstaller.java       |        4 +-
 .../ide/ergonomics/fod/OpenAdvancedAction.java     |        2 +-
 .../modules/ide/ergonomics/fod/OptionCntrl.java    |      136 +
 .../modules/ide/ergonomics/fod/default.xml         |       12 +-
 .../ide/ergonomics/newproject/DescriptionStep.java |      138 +-
 .../ide/ergonomics/newproject/EnableStep.java      |        6 +-
 .../newproject/FeatureOnDemandWizardIterator.java  |       27 +-
 .../unit/src/org/netbeans/modules/ide/Factory.java |       41 +
 .../ide/ergonomics/AllClustersProcessedCheck.java  |        3 +
 .../ide/ergonomics/AvailableJ2EEServerCheck.java   |       66 +-
 .../modules/ide/ergonomics/BundleFormatCheck.java  |      107 +
 ...achingPreventsLoadingOfModuleManifestsTest.java |      249 +
 .../modules/ide/ergonomics/CloudNodeCheck.java     |       70 +
 .../modules/ide/ergonomics/CommonServersBase.java  |      123 +
 .../modules/ide/ergonomics/DynamicVerifyTest.java  |       13 +-
 .../ide/ergonomics/FilesAndAttributesCheck.java    |       13 +-
 .../modules/ide/ergonomics/OptionsCheck.java       |      161 +
 .../modules/ide/ergonomics/VerifyFullIDETest.java  |        5 +-
 .../modules/ide/ergonomics/WizardDeadTest.java     |        1 +
 .../ide/ergonomics/fod/AdditionalAntBasedTest.java |        2 +-
 .../fod/AdditionalProjectFactoryTest.java          |        2 +-
 .../fod/DisableJ2EEKeepsMobilityEnabledTest.java   |      137 +
 .../ergonomics/fod/EnableJ2EEEnablesJavaTest.java  |       29 +-
 .../EnablingAutoloadLeavesFeatureDisabledTest.java |       17 +-
 .../ide/ergonomics/fod/FeaturesOffDemandTest.java  |        5 +-
 .../fod/FeaturesOffDemandWithAutoloadDepsTest.java |       15 +-
 .../fod/FeaturesOffDemandWithDepsTest.java         |       30 +-
 .../ergonomics/fod/FoDUpdateUnitProviderTest.java  |       11 +-
 .../ergonomics/fod/FodDataObjectFactoryTest.java   |       18 +-
 .../fod/FodDataObjectXMLFactoryTest.java           |        3 +-
 .../ide/ergonomics/fod/GeneralActionTest.java      |        2 +-
 .../fod/OpenEditorEnablesEditMenuFactoryTest.java  |       23 +-
 .../ide/ergonomics/fod/TestBundle3.properties      |        2 +-
 .../modules/ide/ergonomics/fod/TestFactory.java    |       41 +
 .../modules/ide/ergonomics/fod/TestFactory2.java   |       41 +
 .../FeatureOnDemandWizardIteratorTest.java         |      120 +
 .../ide/ergonomics/newproject/smpl.properties      |       42 +
 .../modules/ide/ergonomics/newproject/smpl.xml     |        5 +
 ide.ergonomics/webcommon.properties                |       41 +
 ide.kit/manifest.mf                                |        3 +-
 ide.kit/module-auto-deps.xml                       |       50 +
 ide.kit/nbproject/project.properties               |       10 +-
 ide.kit/nbproject/project.xml                      |       99 +-
 ide.kit/release/VERSION.txt                        |        2 +-
 .../SampleProject/nbproject/project.properties     |        3 +
 ide.kit/test/qa-functional/data/blacklist.txt      |        7 +-
 ide.kit/test/qa-functional/data/kits.properties    |       80 +
 .../data/permanentUI/mainmenu/Debug-Stack.txt      |       10 +-
 .../data/permanentUI/mainmenu/Debug-java.txt       |       35 +
 .../data/permanentUI/mainmenu/Debug.txt            |        7 +
 .../data/permanentUI/mainmenu/Edit.txt             |        1 +
 .../permanentUI/mainmenu/File-Export_Project.txt   |        1 +
 .../permanentUI/mainmenu/File-Import_Project.txt   |        3 +-
 .../data/permanentUI/mainmenu/File-java.txt        |       28 +
 .../data/permanentUI/mainmenu/File.txt             |        5 +-
 .../data/permanentUI/mainmenu/Help.txt             |        2 +-
 .../data/permanentUI/mainmenu/Navigate-Inspect.txt |        8 +-
 .../data/permanentUI/mainmenu/Navigate.txt         |       14 +-
 .../mainmenu/Profile-Advanced_Commands.txt         |        4 +-
 .../permanentUI/mainmenu/Profile-Profile_Other.txt |        3 -
 .../data/permanentUI/mainmenu/Profile-java.txt     |       22 +
 .../data/permanentUI/mainmenu/Profile.txt          |       10 +-
 .../data/permanentUI/mainmenu/Refactor-java.txt    |       26 +
 .../data/permanentUI/mainmenu/Refactor.txt         |       20 +-
 .../permanentUI/mainmenu/Run-Set_Main_Project.txt  |        2 -
 .../data/permanentUI/mainmenu/Run-java.txt         |       22 +
 .../data/permanentUI/mainmenu/Run.txt              |        1 +
 .../mainmenu/Source-Preprocessor_Blocks.txt        |        7 -
 .../data/permanentUI/mainmenu/Source.txt           |       14 +-
 .../permanentUI/mainmenu/Team-Branch#Tag-vcs.txt   |        9 +
 .../data/permanentUI/mainmenu/Team-Diff-vcs.txt    |        3 +
 .../data/permanentUI/mainmenu/Team-Git.txt         |        4 +
 .../data/permanentUI/mainmenu/Team-History-vcs.txt |        2 +
 .../data/permanentUI/mainmenu/Team-History.txt     |        2 +
 .../data/permanentUI/mainmenu/Team-Ignore-vcs.txt  |        2 +
 .../data/permanentUI/mainmenu/Team-Mercurial.txt   |        2 +
 .../permanentUI/mainmenu/Team-Other_VCS-vcs.txt    |        2 +
 .../data/permanentUI/mainmenu/Team-Patches-vcs.txt |        4 +
 .../data/permanentUI/mainmenu/Team-Queues-vcs.txt  |        7 +
 .../data/permanentUI/mainmenu/Team-Recover-vcs.txt |        4 +
 .../data/permanentUI/mainmenu/Team-Remote-vcs.txt  |        9 +
 .../mainmenu/Team-Revert#Recover-vcs.txt           |        2 +
 .../permanentUI/mainmenu/Team-Shelve_Changes.txt   |        1 +
 .../data/permanentUI/mainmenu/Team-Subversion.txt  |        2 +
 .../data/permanentUI/mainmenu/Team-vcs.txt         |       30 +
 .../data/permanentUI/mainmenu/Team.txt             |       11 +
 .../data/permanentUI/mainmenu/Tools-Palette.txt    |       13 +-
 .../data/permanentUI/mainmenu/Tools-java.txt       |       25 +
 .../data/permanentUI/mainmenu/Tools.txt            |       13 +-
 .../mainmenu/Versioning-Local_History.txt          |        3 -
 .../data/permanentUI/mainmenu/Versioning.txt       |        7 -
 .../permanentUI/mainmenu/View-Code_Folds-java.txt  |       13 +
 .../data/permanentUI/mainmenu/View-Code_Folds.txt  |       11 -
 .../data/permanentUI/mainmenu/View-Toolbars.txt    |        6 +-
 .../data/permanentUI/mainmenu/View.txt             |        7 +-
 .../mainmenu/Window-Configure_Window.txt           |       11 +
 .../data/permanentUI/mainmenu/Window-Debugging.txt |       13 +-
 .../data/permanentUI/mainmenu/Window-IDE_Tools.txt |       11 +
 .../permanentUI/mainmenu/Window-Navigating.txt     |        3 -
 .../data/permanentUI/mainmenu/Window-Other.txt     |        7 -
 .../data/permanentUI/mainmenu/Window-Output.txt    |        9 -
 .../data/permanentUI/mainmenu/Window-Profiling.txt |        6 +-
 .../permanentUI/mainmenu/Window-Versioning.txt     |        3 -
 .../data/permanentUI/mainmenu/Window-Web.txt       |        5 +
 .../data/permanentUI/mainmenu/Window.txt           |       29 +-
 .../data/permanentUI/newproject/Cpp.txt            |        3 +-
 .../data/permanentUI/newproject/HTML5.txt          |        4 +
 .../data/permanentUI/newproject/Java.txt           |        1 -
 .../data/permanentUI/newproject/JavaFX.txt         |        5 +
 .../data/permanentUI/newproject/Java_Card.txt      |        6 +
 .../data/permanentUI/newproject/Java_EE.txt        |        3 +-
 .../data/permanentUI/newproject/Java_ME.txt        |        4 +-
 .../data/permanentUI/newproject/Maven.txt          |       15 +-
 .../data/permanentUI/newproject/PHP.txt            |        3 +-
 .../data/permanentUI/newproject/SOA.txt            |        5 -
 .../newproject/newprojects-Categories.txt          |       15 +-
 .../permanentUI/options/options-categories.txt     |       34 +-
 .../data/permanentUI/utils/MenuChecker.java        |      403 +
 .../data/permanentUI/utils/NbMenuItem.java         |      232 +
 .../data/permanentUI/utils/ProjectContext.java     |       64 +
 .../data/permanentUI/utils/Utilities.java          |      531 +
 ide.kit/test/qa-functional/data/vcswhitelist_1.txt |       39 +
 ide.kit/test/qa-functional/data/vcswhitelist_2.txt |        4 +
 ide.kit/test/qa-functional/data/vcswhitelist_3.txt |       60 +
 ide.kit/test/qa-functional/data/vcswhitelist_4.txt |        2 +
 ide.kit/test/qa-functional/data/vcswhitelist_5.txt |        4 +
 ide.kit/test/qa-functional/data/vcswhitelist_6.txt |        2 +
 ide.kit/test/qa-functional/data/whitelist_1.txt    |     1054 +-
 ide.kit/test/qa-functional/data/whitelist_2.txt    |       33 -
 ide.kit/test/qa-functional/data/whitelist_3.txt    |      610 +-
 .../qa-functional/data/whitelist_bug_195029.txt    |      301 -
 .../modules/ide/kit/PackagePrivateTest.java        |        4 +-
 .../org/netbeans/test/editor/EditorSanityTest.java |        4 +-
 .../src/org/netbeans/test/ide/AUTest.java          |       90 +
 .../test/ide/BlacklistedClassesHandler.java        |       18 +
 .../ide/BlacklistedClassesHandlerSingleton.java    |      137 +-
 .../netbeans/test/ide/CountingSecurityManager.java |        4 +
 .../org/netbeans/test/ide/GeneralSanityTest.java   |        4 +-
 .../test/ide/InstallationCompletenessTest.java     |      236 +
 .../src/org/netbeans/test/ide/ReadAccessTest.java  |        6 +-
 .../src/org/netbeans/test/ide/ThreadsTest.java     |        6 +-
 .../org/netbeans/test/ide/VCSClassLoadingTest.java |      251 +
 .../src/org/netbeans/test/ide/WhitelistTest.java   |       22 +-
 .../org/netbeans/test/ide/allowed-file-writes.txt  |        3 +
 .../org/netbeans/test/ide/allowed-reflection.txt   |        2 +-
 .../test/permanentUI/MainMenuJavaTest.java         |      115 +
 .../netbeans/test/permanentUI/MainMenuTest.java    |      480 +-
 .../test/permanentUI/MainMenuTestCase.java         |      233 +
 .../netbeans/test/permanentUI/NewProjectTest.java  |      383 +-
 .../org/netbeans/test/permanentUI/OptionsTest.java |      111 +-
 .../netbeans/test/permanentUI/PermUITestCase.java  |      271 +
 .../netbeans/test/permanentUI/PermanentUITest.java |      101 -
 .../test/permanentUI/TeamMenuVCSActivatedTest.java |      175 +
 .../test/permanentUI/utils/MenuChecker.java        |      164 +-
 .../test/permanentUI/utils/ProjectContext.java     |       64 +
 .../netbeans/test/permanentUI/utils/Utilities.java |      128 +-
 ide.kit/test/whitelist/build.xml                   |       54 +-
 ide.kit/test/whitelist/readme.html                 |        4 +-
 ide/allmodules/build.xml                           |        9 -
 ide/allmodules/nbproject/project.xml               |      712 -
 ide/launcher/netbeans.clusters                     |        8 +-
 ide/launcher/netbeans.conf                         |       73 +-
 ide/launcher/unix/netbeans                         |       72 +-
 ide/launcher/windows/Makefile                      |       46 +-
 ide/launcher/windows/nblauncher.cpp                |      158 +-
 ide/launcher/windows/nblauncher.h                  |       22 +-
 ide/launcher/windows/nbproject/Makefile-impl.mk    |       20 +-
 .../windows/nbproject/Makefile-netbeans.exe.mk     |       65 +-
 .../windows/nbproject/Makefile-netbeans64.exe.mk   |       95 +
 .../windows/nbproject/Makefile-variables.mk        |       35 +
 .../windows/nbproject/Package-netbeans.exe.bash    |       26 +-
 .../windows/nbproject/Package-netbeans64.exe.bash  |       76 +
 ide/launcher/windows/nbproject/configurations.xml  |      113 +-
 ide/launcher/windows/nbproject/project.xml         |       14 +
 ide/launcher/windows/netbeans.exe.manifest         |       31 +
 ide/launcher/windows/netbeans.rc                   |       51 +-
 ide/launcher/windows/netbeans64.exe.manifest       |       31 +
 ide/launcher/windows/version.h                     |       51 +
 ide/launcher/windows/version.rc                    |       85 +
 .../org/netbeans/projectopener/Bundle.properties   |        1 +
 .../netbeans/projectopener/ArgsHandlerTest.java    |       43 +-
 image/manifest.mf                                  |        3 +-
 image/nbproject/project.properties                 |        2 +
 image/nbproject/project.xml                        |       38 +-
 .../org/netbeans/modules/image/Bundle.properties   |       12 +-
 .../netbeans/modules/image/CustomZoomAction.java   |       10 +-
 .../netbeans/modules/image/ImageDataLoader.java    |       51 +-
 .../netbeans/modules/image/ImageDataObject.java    |       34 +
 .../org/netbeans/modules/image/ImageViewer.java    |      408 +-
 image/src/org/netbeans/modules/image/Layer.xml     |      160 -
 .../org/netbeans/modules/image/ZoomInAction.java   |        9 +
 .../org/netbeans/modules/image/ZoomOutAction.java  |        9 +
 .../modules/image/action/Bundle.properties         |       43 +
 .../modules/image/action/ExternalEditAction.java   |      115 +
 .../netbeans/modules/image/image-mime-resolver.xml |       73 -
 .../modules/image/navigation/Bundle.properties     |       46 +
 .../image/navigation/ImageNavigatorPanel.java      |      256 +
 .../image/navigation/ImagePreviewPanel.java        |       95 +
 .../org/netbeans/modules/j2ee/ant/Deploy.java      |       25 +-
 .../modules/j2ee/ant/StartProfiledServer.java      |       17 +-
 .../org/netbeans/modules/j2ee/ant/StartServer.java |       37 +
 j2ee.ant/nbproject/project.properties              |        2 +-
 j2ee.ant/nbproject/project.xml                     |       13 +-
 j2ee.api.ejbmodule/manifest.mf                     |        2 +-
 j2ee.api.ejbmodule/nbproject/project.properties    |        2 +
 j2ee.api.ejbmodule/nbproject/project.xml           |       41 +-
 .../ejbjar/project/ui/EjbContainerChildren.java    |       22 +-
 .../j2ee/ejbjar/project/ui/EjbContainerNode.java   |        3 +-
 .../j2ee/ejbjar/project/ui/ServerResourceNode.java |       26 +-
 .../EjbEnterpriseReferenceContainerSupport.java    |       10 +-
 .../spi/ejbjar/support/EjbReferenceSupport.java    |      100 +
 .../j2ee/spi/ejbjar/support/J2eeProjectView.java   |       19 +-
 j2ee.archive/arch.xml                              |     1071 -
 j2ee.archive/build.xml                             |       49 -
 j2ee.archive/l10n.list                             |        3 -
 j2ee.archive/manifest.mf                           |        7 -
 j2ee.archive/nbproject/project.properties          |      107 -
 j2ee.archive/nbproject/project.xml                 |      346 -
 .../modules/j2ee/archive/Bundle.properties         |       47 -
 .../org/netbeans/modules/j2ee/archive/Util.java    |       61 -
 .../archive/customizer/ArchiveCustomizerPanel.java |       56 -
 .../customizer/ArchiveProjectCustomizer.form       |       68 -
 .../customizer/ArchiveProjectCustomizer.java       |      394 -
 .../j2ee/archive/customizer/Bundle.properties      |      271 -
 .../j2ee/archive/customizer/CustomizerRun.form     |       69 -
 .../j2ee/archive/customizer/CustomizerRun.java     |      188 -
 .../archive/customizer/ProvidesCustomizer.java     |      164 -
 .../archive/customizer/VisualPropertySupport.java  |      192 -
 .../org/netbeans/modules/j2ee/archive/layer.xml    |       96 -
 .../j2ee/archive/project/ArchiveProject.java       |      804 -
 .../archive/project/ArchiveProjectOperations.java  |      230 -
 .../archive/project/ArchiveProjectProperties.java  |      247 -
 .../j2ee/archive/project/ArchiveProjectType.java   |       51 -
 .../modules/j2ee/archive/project/Bundle.properties |       87 -
 .../j2ee/archive/project/ProvidesAction.java       |      161 -
 .../j2ee/archive/project/ProvidesJ2eeModule.java   |      367 -
 .../j2ee/archive/project/ProvidesLogicalView.java  |       68 -
 .../modules/j2ee/archive/project/UpdateHelper.java |      374 -
 .../project/resources/archive-prj-private.xsd      |       51 -
 .../j2ee/archive/project/resources/archive-prj.xsd |       66 -
 .../archive/project/resources/build-impl-war.xsl   |     1003 -
 .../j2ee/archive/project/resources/build-impl.xsl  |      306 -
 .../j2ee/archive/project/resources/build.xsl       |      137 -
 .../project/resources/packaged_archive_16.png      |      Bin 817 -> 0 bytes
 .../archive/project/template-sun-application.xml   |       51 -
 .../j2ee/archive/project/template-sun-ra.xml       |       48 -
 .../modules/j2ee/archive/ui/Bundle.properties      |       60 -
 .../modules/j2ee/archive/ui/ConfigFilesNode.java   |      160 -
 .../j2ee/archive/ui/JavaEePlatformUiSupport.java   |      251 -
 .../modules/j2ee/archive/ui/ModuleNode.java        |       79 -
 .../netbeans/modules/j2ee/archive/ui/RootNode.java |      428 -
 .../modules/j2ee/archive/wizard/Bundle.properties  |      145 -
 .../j2ee/archive/wizard/DeployableDescription.html |        9 -
 .../j2ee/archive/wizard/DeployablePanelVisual.form |      192 -
 .../j2ee/archive/wizard/DeployablePanelVisual.java |      538 -
 .../archive/wizard/DeployableWizardIterator.java   |      852 -
 .../j2ee/archive/wizard/DeployableWizardPanel.java |      130 -
 .../j2ee/archive/wizard/EJBAnnotationDetector.java |       99 -
 .../modules/j2ee/archive/wizard/EJBClassFile.java  |      253 -
 .../j2ee/archive/wizard/template-application.xml   |       50 -
 .../test/qa-functional/data/mailconnector.rar      |      Bin 29040 -> 0 bytes
 .../j2ee/archive/xtests/CreateProjectsTest.java    |      118 -
 .../modules/j2ee/archive/xtests/TestUtil.java      |      246 -
 j2ee.clientproject/nbproject/project.properties    |        6 +-
 j2ee.clientproject/nbproject/project.xml           |       99 +-
 .../clientproject/AppClientActionProvider.java     |       44 +-
 .../AppClientCompilationClassPathModifierImpl.java |        3 +-
 ...ppClientInjectionTargetQueryImplementation.java |        4 +-
 .../j2ee/clientproject/AppClientProject.java       |      118 +-
 .../j2ee/clientproject/AppClientProvider.java      |        8 +-
 .../modules/j2ee/clientproject/Bundle.properties   |        8 +-
 .../j2ee/clientproject/JarContainerImpl.java       |       41 +-
 .../api/AppClientProjectCreateData.java            |       10 -
 .../api/AppClientProjectGenerator.java             |       80 +-
 .../j2ee/clientproject/api/Bundle.properties       |        6 +-
 .../classpath/ClassPathSupportCallbackImpl.java    |       14 +-
 .../DelagatingProjectClassPathModifierImpl.java    |      152 +
 .../j2ee/clientproject/resources/build-impl.xsl    |      658 +-
 .../ui/AppClientLogicalViewProvider.java           |        4 +-
 .../clientproject/ui/LibrariesNodeFactory.java     |        2 +-
 .../AppClientCompositePanelProvider.java           |       19 +-
 .../ui/customizer/AppClientProjectProperties.java  |       65 +-
 .../clientproject/ui/customizer/Bundle.properties  |        3 +
 .../ui/customizer/ClassPathTableModel.java         |       41 +
 .../ui/customizer/CustomizerLibraries.form         |       28 +-
 .../ui/customizer/CustomizerLibraries.java         |      111 +-
 .../ui/customizer/CustomizerProviderImpl.java      |       26 +-
 .../clientproject/ui/customizer/CustomizerRun.java |       40 +-
 .../ui/customizer/CustomizerSources.form           |        4 +-
 .../ui/customizer/CustomizerSources.java           |       21 +-
 .../ui/resources/application-client-7.xml          |        7 +
 .../j2ee/clientproject/ui/resources/layer.xml      |       21 +-
 .../clientproject/ui/wizards/Bundle.properties     |        7 +
 .../ImportAppClientProjectWizardIterator.java      |        9 +-
 .../wizards/NewAppClientProjectWizardIterator.java |       27 +-
 .../ui/wizards/PanelSourceFolders.form             |       12 +-
 .../ui/wizards/PanelSourceFolders.java             |       80 +-
 .../AppClientProjectJAXWSClientSupport.java        |        6 +-
 .../j2ee/clientproject/AppClientProjectTest.java   |       14 +
 j2ee.common/manifest.mf                            |        3 +-
 j2ee.common/nbproject/project.properties           |        3 +
 j2ee.common/nbproject/project.xml                  |      172 +-
 .../netbeans/modules/j2ee/common/Bundle.properties |        6 +-
 .../modules/j2ee/common/ClasspathUtil.java         |      332 +
 .../modules/j2ee/common/DDEditorNavigator.java     |       63 -
 .../modules/j2ee/common/DatasourceCustomizer.form  |       10 +-
 .../modules/j2ee/common/DatasourceCustomizer.java  |       41 +-
 .../EEInjectiontargetQueryImplementation.java      |       13 +-
 .../j2ee/common/J2eeProjectCapabilities.java       |      136 +-
 .../j2ee/common/MetadataModelReadHelper.java       |        3 +-
 .../netbeans/modules/j2ee/common/ProjectUtil.java  |      127 +
 .../netbeans/modules/j2ee/common/ServerUtil.java   |       99 +
 .../modules/j2ee/common/SharabilityUtility.java    |      204 -
 .../netbeans/modules/j2ee/common/Transaction.java  |       56 -
 .../modules/j2ee/common/TransactionSupport.java    |       54 -
 .../src/org/netbeans/modules/j2ee/common/Util.java |      570 -
 .../netbeans/modules/j2ee/common/dd/DDHelper.java  |       81 +-
 .../modules/j2ee/common/dd/resources/beans-1.1.xml |        6 +
 .../modules/j2ee/common/dd}/resources/ear-1.3.xml  |        0
 .../modules/j2ee/common/dd}/resources/ear-1.4.xml  |        0
 .../modules/j2ee/common/dd}/resources/ear-5.xml    |        0
 .../modules/j2ee/common/dd}/resources/ear-6.xml    |        0
 .../modules/j2ee/common/dd/resources/ear-7.xml     |        7 +
 .../modules/j2ee/common/dd/resources/web-3.1.xml   |       12 +
 .../j2ee/common/dd/resources/web-fragment-3.1.xml  |        8 +
 .../modules/j2ee/common/method/Bundle.properties   |       47 -
 .../j2ee/common/method/FieldCustomizer.java        |      168 -
 .../j2ee/common/method/MethodCustomizer.java       |      134 -
 .../common/method/MethodCustomizerFactory.java     |      174 -
 .../modules/j2ee/common/method/MethodModel.java    |      400 -
 .../j2ee/common/method/MethodModelSupport.java     |      483 -
 .../j2ee/common/method/impl/Bundle.properties      |      188 -
 .../j2ee/common/method/impl/ExceptionsPanel.form   |      158 -
 .../j2ee/common/method/impl/ExceptionsPanel.java   |      388 -
 .../common/method/impl/FieldCustomizerPanel.form   |      244 -
 .../common/method/impl/FieldCustomizerPanel.java   |      325 -
 .../common/method/impl/MethodCustomizerPanel.form  |      427 -
 .../common/method/impl/MethodCustomizerPanel.java  |      545 -
 .../j2ee/common/method/impl/ParametersPanel.form   |      141 -
 .../j2ee/common/method/impl/ParametersPanel.java   |      483 -
 .../common/method/impl/ReturnTypeUIHelper.java     |      428 -
 .../impl/ValidatingPropertyChangeListener.java     |      180 -
 .../common/project/ArtifactCopyOnSaveSupport.java  |      449 -
 .../project/CompilationOnlyClassPathModifier.java  |      126 -
 .../j2ee/common/project/FileChangeSupport.java     |      236 -
 .../common/project/FileChangeSupportEvent.java     |       90 -
 .../common/project/FileChangeSupportListener.java  |       63 -
 .../j2ee/common/project/hints/Bundle.properties    |       44 -
 .../common/project/hints/OptionalEE7APIsHint.java  |      158 -
 .../project/ui/AbstractLogicalViewProvider.java    |      914 -
 .../project/ui/AbstractLogicalViewProvider2.java   |       74 -
 .../j2ee/common/project/ui/Bundle.properties       |      252 -
 .../j2ee/common/project/ui/DeployOnSaveUtils.java  |      206 -
 .../j2ee/common/project/ui/ExtraLibrariesNode.java |       77 -
 .../common/project/ui/ExtraLibrariesTestNode.java  |       83 -
 .../j2ee/common/project/ui/FileChooser.java        |      171 -
 .../j2ee/common/project/ui/ImportBuildfile.form    |       88 -
 .../j2ee/common/project/ui/ImportBuildfile.java    |      191 -
 .../common/project/ui/J2EEProjectProperties.java   |      589 -
 .../j2ee/common/project/ui/J2eePlatformNode.java   |      301 -
 .../common/project/ui/J2eePlatformTestNode.java    |      277 -
 .../common/project/ui/J2eePlatformUiSupport.java   |      304 -
 .../common/project/ui/J2eeVersionWarningPanel.form |      240 -
 .../common/project/ui/J2eeVersionWarningPanel.java |      384 -
 .../j2ee/common/project/ui/MessageUtils.java       |      150 -
 .../project/ui/ProjectImportLocationPanel.form     |      363 -
 .../project/ui/ProjectImportLocationPanel.java     |      625 -
 .../ui/ProjectImportLocationWizardPanel.java       |      185 -
 .../common/project/ui/ProjectLocationPanel.form    |      354 -
 .../common/project/ui/ProjectLocationPanel.java    |      563 -
 .../project/ui/ProjectLocationWizardPanel.java     |      128 -
 .../j2ee/common/project/ui/ProjectServerPanel.form |      473 -
 .../j2ee/common/project/ui/ProjectServerPanel.java |     1020 -
 .../project/ui/ProjectServerWizardPanel.java       |      158 -
 .../common/project/ui/UserProjectSettings.java     |      222 -
 .../common/queries/api/InjectionTargetQuery.java   |      160 -
 .../spi/InjectionTargetQueryImplementation.java    |       77 -
 .../modules/j2ee/common/resources/layer.xml        |       59 -
 .../j2ee/common/ui/BrokenDatasourceAlertPanel.form |        8 +-
 .../j2ee/common/ui/BrokenDatasourceAlertPanel.java |        2 +-
 .../j2ee/common/ui/BrokenDatasourceSupport.java    |       15 +-
 .../modules/j2ee/common/ui/Bundle.properties       |        2 +
 .../ui/MissingDatabaseConnectionWarning.form       |        6 +-
 .../ui/MissingDatabaseConnectionWarning.java       |       42 +-
 .../j2ee/common/ui/NoSelectedServerWarning.form    |        4 +-
 .../modules/j2ee/common/ClasspathUtilTest.java     |      166 +
 .../j2ee/common/J2eeProjectCapabilitiesTest.java   |       44 +
 .../org/netbeans/modules/j2ee/common/UtilTest.java |      125 -
 .../j2ee/common/method/MethodModelSupportTest.java |      263 -
 .../common/method/impl/ParametersPanelTest.java    |       99 -
 .../impl/ValidatingPropertyChangeListenerTest.java |      107 -
 .../j2ee/common/test/FakeJavaDataLoaderPool.java   |       62 -
 .../modules/j2ee/common/test/RepositoryImpl.java   |       90 -
 .../modules/j2ee/common/test/TestUtilities.java    |      104 -
 j2ee.core.utilities/manifest.mf                    |        2 +-
 j2ee.core.utilities/nbproject/project.properties   |        4 +
 j2ee.core.utilities/nbproject/project.xml          |       54 +-
 .../classpath/ContainerClassPathModifier.java      |        1 +
 .../core/api/support/java/GenerationUtils.java     |       12 +-
 .../api/support/java/method/MethodCustomizer.java  |      134 +
 .../java/method/MethodCustomizerFactory.java       |      175 +
 .../core/api/support/java/method/MethodModel.java  |      402 +
 .../support/java/method/MethodModelSupport.java    |      490 +
 .../core/support/java/method/Bundle.properties     |      199 +
 .../core/support/java/method/ExceptionsPanel.form  |      159 +
 .../core/support/java/method/ExceptionsPanel.java  |      388 +
 .../support/java/method/MethodCustomizerPanel.form |      427 +
 .../support/java/method/MethodCustomizerPanel.java |      545 +
 .../core/support/java/method/ParametersPanel.form  |      141 +
 .../core/support/java/method/ParametersPanel.java  |      483 +
 .../support/java/method/ReturnTypeUIHelper.java    |      425 +
 .../method/ValidatingPropertyChangeListener.java   |      180 +
 .../java/method/MethodModelSupportTest.java        |      264 +
 .../api/support/java/method/RepositoryImpl.java    |       90 +
 .../support/java/method/ParametersPanelTest.java   |       99 +
 .../ValidatingPropertyChangeListenerTest.java      |      109 +
 j2ee.core/manifest.mf                              |        2 +-
 j2ee.core/nbproject/project.properties             |        2 +
 j2ee.core/nbproject/project.xml                    |       21 +-
 .../org/netbeans/api/j2ee/core/Bundle.properties   |        2 +
 .../src/org/netbeans/api/j2ee/core/Profile.java    |      111 +
 .../org/netbeans/api/j2ee/core/ProfileTest.java    |       34 +
 j2ee.dd.webservice/manifest.mf                     |        2 +-
 j2ee.dd.webservice/nbproject/project.properties    |        3 +
 j2ee.dd.webservice/nbproject/project.xml           |       44 +-
 .../j2ee/dd/impl/webservices/WebServicesProxy.java |        5 +-
 .../impl/webservices/model_1_1/package-info.java   |        1 +
 .../impl/webservices/model_1_2/package-info.java   |        1 +
 .../modules/j2ee/dd/webservice/Bundle.properties   |        2 +-
 j2ee.dd/apichanges.xml                             |       16 +
 j2ee.dd/build.xml                                  |      343 +-
 j2ee.dd/nbproject/project.properties               |       11 +-
 j2ee.dd/nbproject/project.xml                      |       63 +-
 .../j2ee/dd/api/application/Application.java       |        6 +
 .../j2ee/dd/api/application/DDProvider.java        |       15 +-
 .../modules/j2ee/dd/api/client/AppClient.java      |        6 +
 .../modules/j2ee/dd/api/client/DDProvider.java     |        1 +
 .../netbeans/modules/j2ee/dd/api/ejb/EjbJar.java   |        6 +
 .../modules/j2ee/dd/api/web/AbsoluteOrdering.java  |       46 +-
 .../modules/j2ee/dd/api/web/DDProvider.java        |       14 +-
 .../modules/j2ee/dd/api/web/ServletMapping.java    |        8 +-
 .../netbeans/modules/j2ee/dd/api/web/WebApp.java   |        6 +
 .../j2ee/dd/api/web/WebFragmentProvider.java       |        7 +
 .../j2ee/dd/impl/common/ComponentBeanMultiple.java |        9 +-
 .../modules/j2ee/dd/impl/common/DDUtils.java       |        4 +
 .../common/annotation/CommonAnnotationHelper.java  |       37 +-
 .../impl/ejb/annotation/ActivationConfigImpl.java  |       44 +-
 .../annotation/ActivationConfigPropertyImpl.java   |       24 +-
 .../impl/ejb/annotation/EnterpriseBeansImpl.java   |       31 +-
 .../dd/impl/ejb/annotation/MessageDrivenImpl.java  |       85 +-
 .../j2ee/dd/impl/ejb/annotation/SessionImpl.java   |       76 +-
 .../dd/impl/resources/application-client_7.mdd     |      370 +
 .../dd/impl/resources/application-client_7.xsd     |      331 +
 .../j2ee/dd/impl/resources/application_7.mdd       |       96 +
 .../j2ee/dd/impl/resources/application_7.xsd       |      414 +
 .../modules/j2ee/dd/impl/resources/ejb-jar_3_2.mdd |      717 +
 .../modules/j2ee/dd/impl/resources/ejb-jar_3_2.xsd |     3375 +
 .../modules/j2ee/dd/impl/resources/javaee_7.xsd    |     3098 +
 .../dd/impl/resources/javaee_web_services_1_4.xsd  |      572 +
 .../resources/javaee_web_services_client_1_4.xsd   |      737 +
 .../modules/j2ee/dd/impl/resources/jsp_2_3.xsd     |      389 +
 .../j2ee/dd/impl/resources/permissions_7.xsd       |      175 +
 .../modules/j2ee/dd/impl/resources/web-app_2_4.mdd |       32 +-
 .../modules/j2ee/dd/impl/resources/web-app_2_5.mdd |        2 -
 .../modules/j2ee/dd/impl/resources/web-app_3_0.mdd |        2 -
 .../modules/j2ee/dd/impl/resources/web-app_3_1.mdd |      841 +
 .../modules/j2ee/dd/impl/resources/web-app_3_1.xsd |      326 +
 .../j2ee/dd/impl/resources/web-common_3_1.xsd      |     1474 +
 .../j2ee/dd/impl/resources/web-fragment_3_0.mdd    |        2 -
 .../j2ee/dd/impl/resources/web-fragment_3_1.mdd    |      896 +
 .../j2ee/dd/impl/resources/web-fragment_3_1.xsd    |      340 +
 .../modules/j2ee/dd/impl/web/WebAppProxy.java      |        5 +-
 .../modules/j2ee/dd/impl/web/WebParseUtils.java    |        4 +
 .../j2ee/dd/impl/web/metadata/MergeEngines.java    |       10 +-
 .../dd/impl/web/metadata/WebAppMetadataImpl.java   |        2 +-
 .../impl/web/metadata/WebAppMetadataModelImpl.java |        9 +-
 .../modules/j2ee/dd/api/web/DDApiTest.java         |        6 +-
 .../impl/client/annotation/AppClientImplTest.java  |        2 +-
 .../dd/impl/ejb/annotation/SessionImplTest.java    |      185 +-
 j2ee.ddloaders/nbproject/project.properties        |        5 +-
 j2ee.ddloaders/nbproject/project.xml               |       80 +-
 .../modules/j2ee/ddloaders/Bundle.properties       |        8 +-
 .../modules/j2ee/ddloaders/app/EarDataLoader.java  |        3 +
 .../modules/j2ee/ddloaders/app/EarDataObject.java  |       46 +-
 .../j2ee/ddloaders/catalog/EnterpriseCatalog.java  |       22 +-
 .../catalog/resources/application-client_7.xsd     |      331 +
 .../ddloaders/catalog/resources/application_7.xsd  |      414 +
 .../ddloaders/catalog/resources/batchXML_1_0.xsd   |       34 +
 .../j2ee/ddloaders/catalog/resources/beans_1_1.xsd |      355 +
 .../ddloaders/catalog/resources/connector_1_7.xsd  |     1233 +
 .../ddloaders/catalog/resources/ejb-jar_3_2.xsd    |     3375 +
 .../j2ee/ddloaders/catalog/resources/javaee_7.xsd  |     3098 +
 .../catalog/resources/javaee_web_services_1_3.xsd  |      572 +
 .../catalog/resources/javaee_web_services_1_4.xsd  |      572 +
 .../resources/javaee_web_services_client_1_4.xsd   |      737 +
 .../ddloaders/catalog/resources/jobXML_1_0.xsd     |      359 +
 .../j2ee/ddloaders/catalog/resources/jsp_2_3.xsd   |      389 +
 .../ddloaders/catalog/resources/permissions_7.xsd  |      175 +
 .../ddloaders/catalog/resources/web-app_3_1.xsd    |      326 +
 .../ddloaders/catalog/resources/web-common_3_1.xsd |     1474 +
 .../catalog/resources/web-fragment_3_1.xsd         |      340 +
 .../j2ee/ddloaders/client/ClientDataLoader.java    |        2 +
 .../j2ee/ddloaders/client/ClientDataNode.java      |        6 +-
 .../j2ee/ddloaders/client/ClientDataObject.java    |       46 +-
 .../j2ee/ddloaders/common/DD2beansDataObject.java  |        6 +
 .../common/xmlutils/XMLJ2eeDataObject.java         |       11 +-
 .../common/xmlutils/XMLJ2eeEditorSupport.java      |       30 +-
 .../j2ee/ddloaders/ejb/EjbJar30DataLoader.java     |        3 +-
 .../ddloaders/multiview/DDMultiViewDataObject.java |       44 +-
 .../multiview/EjbJarMultiViewDataObject.java       |      140 +-
 .../ui/EjbImplementationAndInterfacesForm.form     |        5 +-
 .../ui/EjbImplementationAndInterfacesForm.java     |      194 +-
 .../j2ee/ddloaders/multiview/ui/SecurityForm.form  |       35 +-
 .../j2ee/ddloaders/multiview/ui/SecurityForm.java  |      140 +-
 .../resources/dd-loaders-mime-resolver.xml         |       50 +
 .../modules/j2ee/ddloaders/resources/layer.xml     |       88 +-
 .../modules/j2ee/ddloaders/web/Bundle.properties   |        7 -
 .../modules/j2ee/ddloaders/web/DDDataLoader.java   |       10 +-
 .../modules/j2ee/ddloaders/web/DDDataObject.java   |      138 +-
 .../j2ee/ddloaders/web/DDFragmentDataObject.java   |       16 +-
 .../j2ee/ddloaders/web/DDWeb25DataLoader.java      |       14 +-
 .../j2ee/ddloaders/web/DDWeb30DataLoader.java      |       16 +-
 .../ddloaders/web/DDWebFragment30DataLoader.java   |       11 +-
 .../web/multiview/AbsoluteOrderingPanel.form       |        2 +-
 .../web/multiview/AbsoluteOrderingPanel.java       |       60 +-
 .../ddloaders/web/multiview/BrowseFolders.java     |        4 +-
 .../j2ee/ddloaders/web/multiview/Bundle.properties |       13 +
 .../j2ee/ddloaders/web/multiview/DDUtils.java      |       83 +-
 .../j2ee/ddloaders/web/multiview/EjbRefPanel.form  |        4 +-
 .../ddloaders/web/multiview/EjbRefsTablePanel.java |        3 +-
 .../ddloaders/web/multiview/EnvEntryPanel.form     |        4 +-
 .../web/multiview/FilterMappingPanel.form          |        7 +-
 .../j2ee/ddloaders/web/multiview/FilterPanel.form  |        4 +-
 .../web/multiview/FiltersMultiViewElement.java     |       26 +-
 .../j2ee/ddloaders/web/multiview/JspPGPanel.form   |        4 +-
 .../ddloaders/web/multiview/LoginConfigPanel.form  |        4 +-
 .../ddloaders/web/multiview/LoginConfigPanel.java  |      110 +-
 .../web/multiview/MessageDestRefPanel.form         |        4 +-
 .../ddloaders/web/multiview/OrderingItemPanel.form |        4 +-
 .../ddloaders/web/multiview/OrderingItemPanel.java |       32 +-
 .../web/multiview/OverviewMultiViewElement.java    |       41 +-
 .../ddloaders/web/multiview/OverviewPanel.form     |        4 +-
 .../web/multiview/PagesMultiViewElement.java       |       34 +-
 .../web/multiview/ReferencesMultiViewElement.java  |       33 +-
 .../web/multiview/RelativeOrderingPanel.form       |        4 +-
 .../web/multiview/RelativeOrderingPanel.java       |      158 +-
 .../ddloaders/web/multiview/ResEnvRefPanel.form    |        4 +-
 .../j2ee/ddloaders/web/multiview/ResRefPanel.form  |        4 +-
 .../j2ee/ddloaders/web/multiview/RunAsPanel.form   |        4 +-
 .../j2ee/ddloaders/web/multiview/RunAsPanel.java   |       24 +-
 .../web/multiview/SecurityConstraintPanel.form     |       14 +-
 .../web/multiview/SecurityConstraintPanel.java     |      164 +-
 .../web/multiview/SecurityMultiViewElement.java    |       34 +-
 .../ddloaders/web/multiview/SecurityRolePanel.form |        6 +-
 .../ddloaders/web/multiview/SecurityRolePanel.java |       44 +-
 .../web/multiview/SecurityRoleRefPanel.form        |        4 +-
 .../web/multiview/SecurityRoleRefPanel.java        |       52 +-
 .../web/multiview/SecurityRolesEditorPanel.form    |        4 +-
 .../web/multiview/SecurityRolesEditorPanel.java    |       44 +-
 .../j2ee/ddloaders/web/multiview/ServletPanel.form |        4 +-
 .../web/multiview/ServletsMultiViewElement.java    |       24 +-
 .../web/multiview/WebResourceCollectionPanel.form  |        4 +-
 .../web/multiview/WebResourceCollectionPanel.java  |      130 +-
 .../ddloaders/web/multiview/WelcomeFilesPanel.form |        4 +-
 .../j2ee/ddloaders/web/test/DDEditorTest.java      |       30 +-
 .../j2ee/ddloaders/web/test/util/Helper.java       |        1 +
 j2ee.earproject/manifest.mf                        |        2 +-
 j2ee.earproject/nbproject/project.properties       |        7 +
 j2ee.earproject/nbproject/project.xml              |       82 +-
 .../modules/j2ee/earproject/Bundle.properties      |        2 -
 .../modules/j2ee/earproject/EarActionProvider.java |      158 +-
 .../modules/j2ee/earproject/EarProject.java        |      221 +-
 .../j2ee/earproject/EarProjectGenerator.java       |      160 +-
 .../modules/j2ee/earproject/ProjectEar.java        |      132 +-
 .../j2ee/earproject/SourceForBinaryQueryImpl.java  |       10 +-
 .../modules/j2ee/earproject/UpdateProjectImpl.java |        2 +-
 .../j2ee/earproject/WebBrowserProvider.java        |      124 +
 .../earproject/model/ApplicationMetadataImpl.java  |       42 +-
 .../model/ApplicationMetadataModelImpl.java        |       18 +-
 .../j2ee/earproject/resources/build-impl.xsl       |      111 +-
 .../modules/j2ee/earproject/ui/ArchiveViews.java   |        4 +-
 .../ui/J2eeArchiveLogicalViewProvider.java         |        6 +-
 .../modules/j2ee/earproject/ui/ModuleNode.java     |       12 +-
 .../earproject/ui/actions/AddModuleAction.java     |        2 +-
 .../ui/actions/OpenModuleProjectAction.java        |        2 +-
 .../earproject/ui/customizer/Bundle.properties     |        1 +
 .../ui/customizer/CustomizerCompile.form           |        4 +-
 .../ui/customizer/CustomizerCompile.java           |       24 +-
 .../ui/customizer/CustomizerGeneral.form           |        6 +-
 .../ui/customizer/CustomizerGeneral.java           |       24 +-
 .../ui/customizer/CustomizerJarContent.form        |       48 +-
 .../ui/customizer/CustomizerJarContent.java        |      106 +-
 .../ui/customizer/CustomizerLibraries.form         |        9 +-
 .../ui/customizer/CustomizerLibraries.java         |      135 +-
 .../ui/customizer/CustomizerProviderImpl.java      |        9 +-
 .../earproject/ui/customizer/CustomizerRun.form    |       86 +-
 .../earproject/ui/customizer/CustomizerRun.java    |      238 +-
 .../ui/customizer/EarProjectProperties.java        |       25 +-
 .../earproject/ui/resources/completeProject.html   |        2 +-
 .../earproject/ui/resources/ear-importProject.html |        2 +-
 .../modules/j2ee/earproject/ui/resources/layer.xml |       42 +-
 .../j2ee/earproject/ui/wizards/Bundle.properties   |        4 +-
 .../wizards/ImportBlueprintEarWizardIterator.java  |       15 +-
 .../ui/wizards/NewEarProjectWizardIterator.java    |       29 +-
 .../ui/wizards/PanelModuleDetectionVisual.form     |        6 +-
 .../ui/wizards/PanelModuleDetectionVisual.java     |      126 +-
 .../ui/wizards/dd/ApplicationXmlVisualPanel1.form  |      142 -
 .../ui/wizards/dd/ApplicationXmlVisualPanel1.java  |      264 -
 .../wizards/dd/ApplicationXmlWizardIterator.java   |      223 -
 .../ui/wizards/dd/ApplicationXmlWizardPanel1.java  |      152 -
 .../j2ee/earproject/util/EarProjectUtil.java       |       50 +-
 .../j2ee/earproject/EarProjectGeneratorTest.java   |       10 +-
 .../modules/j2ee/earproject/EarProjectTest.java    |       33 +-
 .../ui/customizer/EarProjectPropertiesTest.java    |      122 +-
 .../ImportBlueprintEarWizardIteratorTest.java      |        8 +-
 .../wizards/NewEarProjectWizardIteratorTest.java   |        8 +-
 j2ee.eclipselink/external/binaries-list            |        6 +-
 .../external/eclipselink-2.2.0-licence.txt         |      268 -
 .../external/eclipselink-2.5.2-licence.txt         |      267 +
 j2ee.eclipselink/manifest.mf                       |        5 +-
 j2ee.eclipselink/nbproject/project.properties      |       15 +-
 j2ee.eclipselink/nbproject/project.xml             |       14 +-
 .../modules/j2ee/eclipselink/Bundle.properties     |        5 +-
 .../modules/j2ee/eclipselink/eclipselink_lib.xml   |       25 +-
 .../modules/j2ee/eclipselink/jpa20-persistence.xml |       65 +
 .../netbeans/modules/j2ee/eclipselink/layer.xml    |        3 +
 j2ee.eclipselinkmodelgen/external/binaries-list    |        3 +-
 .../external/eclipselink-2.2.0-licence.txt         |      268 -
 .../external/eclipselink-2.5.2-licence.txt         |      267 +
 j2ee.eclipselinkmodelgen/manifest.mf               |        4 +-
 .../nbproject/project.properties                   |        4 +-
 .../j2ee/eclipselinkmodelgen/Bundle.properties     |        4 +-
 .../eclipselinkmodelgen_lib.xml                    |       17 +-
 j2ee.ejbcore/manifest.mf                           |        2 +-
 j2ee.ejbcore/nbproject/project.properties          |        2 +-
 j2ee.ejbcore/nbproject/project.xml                 |      134 +-
 .../EjbInjectionTargetQueryImplementation.java     |        4 +-
 .../org/netbeans/modules/j2ee/ejbcore/Utils.java   |      104 +-
 .../modules/j2ee/ejbcore/_RetoucheUtil.java        |      410 -
 .../ejbcore/action/AbstractMethodGenerator.java    |       66 +-
 .../ejbcore/action/BusinessMethodGenerator.java    |       44 +-
 .../j2ee/ejbcore/action/CallEjbGenerator.java      |      626 -
 .../j2ee/ejbcore/action/CmFieldGenerator.java      |       57 +-
 .../j2ee/ejbcore/action/CreateMethodGenerator.java |       49 +-
 .../j2ee/ejbcore/action/FinderMethodGenerator.java |       51 +-
 .../j2ee/ejbcore/action/HomeMethodGenerator.java   |       17 +-
 .../j2ee/ejbcore/action/SelectMethodGenerator.java |       23 +-
 .../j2ee/ejbcore/action/SendJMSGenerator.java      |      230 +-
 .../j2ee/ejbcore/action/UseDatabaseGenerator.java  |       60 +-
 .../api/codegeneration/CallEjbGenerator.java       |      636 +
 .../codegeneration/JmsDestinationDefinition.java   |       77 +
 .../api/codegeneration/MessageGenerator.java       |      138 +-
 .../api/codegeneration/SessionGenerator.java       |      115 +-
 .../methodcontroller/AbstractMethodController.java |       32 +-
 .../api/methodcontroller/EjbMethodController.java  |        2 +-
 .../EntityGenerateFromImplVisitor.java             |        2 +-
 .../EntityGenerateFromIntfVisitor.java             |        8 +-
 .../methodcontroller/EntityMethodController.java   |        2 +-
 .../ejbcore/api/methodcontroller/MethodType.java   |        2 +-
 .../SessionGenerateFromImplVisitor.java            |        2 +-
 .../SessionGenerateFromIntfVisitor.java            |        2 +-
 .../methodcontroller/SessionMethodController.java  |        2 +-
 .../modules/j2ee/ejbcore/api/ui/CallEjb.java       |        5 -
 .../j2ee/ejbcore/ejb/wizard/Bundle.properties      |        4 +-
 .../ejb/wizard/MultiTargetChooserPanelGUI.form     |        4 +-
 .../ejb/wizard/MultiTargetChooserPanelGUI.java     |        2 +-
 .../j2ee/ejbcore/ejb/wizard/cmp/Bundle.properties  |        1 -
 .../ejbcore/ejb/wizard/cmp/CmpFromDbGenerator.java |        4 +-
 .../j2ee/ejbcore/ejb/wizard/dd/Bundle.properties   |        3 +-
 .../ejb/wizard/dd/EjbJarXmlVisualPanel1.form       |        9 +-
 .../ejb/wizard/dd/EjbJarXmlVisualPanel1.java       |       84 +-
 .../ejb/wizard/dd/EjbJarXmlWizardIterator.java     |       15 +-
 .../ejb/wizard/dd/EjbJarXmlWizardPanel1.java       |       14 +-
 .../wizard/jpa/dao/AppServerValidationPanel.java   |      118 +
 .../ejbcore/ejb/wizard/jpa/dao/Bundle.properties   |       23 +-
 .../ejb/wizard/jpa/dao/EjbFacadeVisualPanel2.form  |       38 +-
 .../ejb/wizard/jpa/dao/EjbFacadeVisualPanel2.java  |      239 +-
 .../wizard/jpa/dao/EjbFacadeWizardIterator.java    |      188 +-
 .../ejb/wizard/jpa/dao/EjbFacadeWizardPanel2.java  |       98 +-
 .../ejb/wizard/mdb/ActivationConfigProperties.java |      168 +
 .../j2ee/ejbcore/ejb/wizard/mdb/Bundle.properties  |        2 +
 .../ejbcore/ejb/wizard/mdb/MdbLocationPanel.java   |      224 +
 .../ejb/wizard/mdb/MdbLocationPanelVisual.form     |      137 +
 .../ejb/wizard/mdb/MdbLocationPanelVisual.java     |      386 +
 .../ejbcore/ejb/wizard/mdb/MdbPropertiesPanel.java |      126 +
 .../ejb/wizard/mdb/MdbPropertiesPanelVisual.form   |       66 +
 .../ejb/wizard/mdb/MdbPropertiesPanelVisual.java   |      509 +
 .../j2ee/ejbcore/ejb/wizard/mdb/MdbWizard.java     |      278 +
 .../ejb/wizard/mdb/MessageDestinationPanel.form    |        4 +-
 .../ejb/wizard/mdb/MessageDestinationPanel.java    |       46 +-
 .../wizard/mdb/MessageDestinationUiSupport.java    |      131 +-
 .../ejbcore/ejb/wizard/mdb/MessageEJBWizard.java   |      169 -
 .../ejb/wizard/mdb/MessageEJBWizardPanel.java      |      187 -
 .../wizard/mdb/MessageEJBWizardVisualPanel.form    |      119 -
 .../wizard/mdb/MessageEJBWizardVisualPanel.java    |      252 -
 .../ejbcore/ejb/wizard/session/Bundle.properties   |       17 +-
 .../ejb/wizard/session/SessionEJBWizard.java       |       33 +-
 .../wizard/session/SessionEJBWizardDescriptor.java |       26 +-
 .../ejb/wizard/session/SessionEJBWizardPanel.form  |      186 +-
 .../ejb/wizard/session/SessionEJBWizardPanel.java  |      317 +-
 .../ejbcore/ejb/wizard/session/TimerOptions.java   |      195 +
 .../modules/j2ee/ejbcore/naming/EJBNamePanel.form  |       10 +-
 .../modules/j2ee/ejbcore/naming/EJBNamePanel.java  |       14 +-
 .../resources/CachingServiceLocator.template       |       61 +-
 .../j2ee/ejbcore/resources/ServiceLocator.template |       58 +-
 .../modules/j2ee/ejbcore/resources/SessionEJB.html |        2 +-
 .../j2ee/ejbcore/resources/TimerSessionEJB.html    |       51 +
 .../modules/j2ee/ejbcore/resources/layer.xml       |       33 +-
 .../resources/templates/EJB21BmpEjbClass.template  |        2 +-
 .../resources/templates/EJB21BmpLocal.template     |        2 +-
 .../resources/templates/EJB21BmpLocalHome.template |        2 +-
 .../resources/templates/EJB21BmpRemote.template    |        2 +-
 .../templates/EJB21BmpRemoteHome.template          |        2 +-
 .../resources/templates/EJB21CmpEjbClass.template  |        2 +-
 .../resources/templates/EJB21CmpLocal.template     |        2 +-
 .../resources/templates/EJB21CmpLocalHome.template |        2 +-
 .../templates/EJB21CmpPrimaryKey.template          |        2 +-
 .../resources/templates/EJB21CmpRemote.template    |        2 +-
 .../templates/EJB21CmpRemoteHome.template          |        2 +-
 .../templates/EJB21MessageDrivenEjbClass.template  |        2 +-
 .../templates/EJB21SessionEjbClass.template        |        2 +-
 .../resources/templates/EJB21SessionLocal.template |        2 +-
 .../templates/EJB21SessionLocalHome.template       |        2 +-
 .../templates/EJB21SessionRemote.template          |        2 +-
 .../templates/EJB21SessionRemoteHome.template      |        2 +-
 .../templates/EJB30MessageDrivenBean.template      |       31 +
 .../EJB30MessageDrivenQueueEjbClass.template       |       30 -
 .../EJB30MessageDrivenTopicEjbClass.template       |       33 -
 .../resources/templates/EJB30SessionLocal.template |        7 +-
 .../templates/EJB30SessionRemote.template          |        7 +-
 .../templates/EJB30StatefulEjbClass.template       |        8 +-
 .../templates/EJB30StatelessEjbClass.template      |       17 +-
 .../templates/EJB31SingletonEjbClass.template      |       17 +-
 .../ejb/action/AbstractAddMethodAction.java        |       37 +-
 .../ejb/action/AbstractAddMethodStrategy.java      |      120 +-
 .../ui/logicalview/ejb/action/AddActionGroup.java  |        3 +-
 .../ejb/action/AddBusinessMethodStrategy.java      |       87 +-
 .../logicalview/ejb/action/AddCmpFieldAction.java  |      178 -
 .../ejb/action/AddCreateMethodStrategy.java        |       93 +-
 .../ejb/action/AddFinderMethodStrategy.java        |       82 +-
 .../ejb/action/AddHomeMethodStrategy.java          |       84 +-
 .../logicalview/ejb/action/AddMethodActions.java   |       33 +-
 .../ejb/action/AddSelectMethodStrategy.java        |      100 +-
 .../ui/logicalview/ejb/action/EJBActionGroup.java  |        5 +-
 .../ejb/action/GoToSourceActionGroup.java          |       11 +-
 .../ui/logicalview/ejb/entity/CMPFieldNode.java    |        5 +-
 .../ui/logicalview/ejb/entity/CMPFieldsNode.java   |       10 +-
 .../ui/logicalview/ejb/entity/EntityChildren.java  |       90 +-
 .../ui/logicalview/ejb/entity/MethodChildren.java  |       40 +-
 .../ui/logicalview/ejb/mdb/MessageNode.java        |       27 +-
 .../ui/logicalview/ejb/session/MethodChildren.java |       51 +-
 .../logicalview/ejb/session/SessionChildren.java   |       88 +-
 .../ejb/shared/ComponentMethodModel.java           |      118 +-
 .../ejb/shared/ComponentMethodViewStrategy.java    |       15 +-
 .../logicalview/ejb/shared/EjbViewController.java  |      146 +-
 .../ui/logicalview/ejb/shared/MethodNode.java      |       24 +-
 .../ui/logicalview/entries/Bundle.properties       |        1 +
 .../logicalview/entries/CallEjbCodeGenerator.java  |       14 +-
 .../ui/logicalview/entries/CallEjbDialog.java      |        8 +-
 .../ui/logicalview/entries/CallEjbPanel.java       |      159 +-
 .../entries/DataSourceReferencePanel.form          |        8 +-
 .../entries/DataSourceReferencePanel.java          |       95 +-
 .../entries/DatasourceComboBoxCustomizer.form      |        4 +-
 .../entries/DatasourceComboBoxCustomizer.java      |       42 +-
 .../logicalview/entries/SelectDatabasePanel.form   |       44 +-
 .../logicalview/entries/SelectDatabasePanel.java   |      156 +-
 .../entries/SendEmailCodeGenerator.java            |       53 +-
 .../ui/logicalview/entries/SendEmailPanel.form     |       69 +-
 .../ui/logicalview/entries/SendEmailPanel.java     |      159 +-
 .../entries/SendJMSMessageCodeGenerator.java       |       48 +-
 .../entries/SendJMSMessageUiSupport.java           |      228 +-
 .../logicalview/entries/SendJmsMessagePanel.form   |       78 +-
 .../logicalview/entries/SendJmsMessagePanel.java   |      311 +-
 .../entries/ServiceLocatorStrategy.java            |       16 +-
 .../entries/ServiceLocatorStrategyPanel.form       |       71 +-
 .../entries/ServiceLocatorStrategyPanel.java       |      287 +-
 .../entries/UseDatabaseCodeGenerator.java          |       15 +-
 .../modules/j2ee/ejbcore/util/_RetoucheUtil.java   |      440 +
 .../test/unit/data/EJBModule_7_0/build.xml         |       61 +
 .../data/EJBModule_7_0}/nbproject/ant-deploy.xml   |        0
 .../data/EJBModule_7_0/nbproject/build-impl.xml    |      489 +
 .../EJBModule_7_0/nbproject/genfiles.properties    |        8 +
 .../EJBModule_7_0/nbproject/project.properties     |       49 +
 .../unit/data/EJBModule_7_0/nbproject/project.xml  |       16 +
 .../unit/data/EJBModule_7_0}/src/conf/MANIFEST.MF  |        0
 .../src/java/statelesslr/StatelessLRBean.java      |       23 +
 .../src/java/statelesslr/StatelessLRRemote.java    |       10 +
 .../src/java/statelesslr/StatelessLRRemote2.java   |       10 +
 .../testGenerateJavaEE14/TestBmp.java              |        3 +-
 .../testGenerateJavaEE14/TestBmpLocal.java         |        3 +-
 .../testGenerateJavaEE14/TestBmpLocalHome.java     |        3 +-
 .../testGenerateJavaEE14/TestCmp.java              |        3 +-
 .../testGenerateJavaEE14/TestCmpLocal.java         |        3 +-
 .../testGenerateJavaEE14/TestCmpLocalHome.java     |        3 +-
 .../testGenerateJavaEE14/TestCmpRemote.java        |        3 +-
 .../testGenerateJavaEE14/TestCmpRemoteHome.java    |        3 +-
 .../testGenerateJavaEE14/TestMDBQueueBean.java     |        3 +-
 .../testGenerateJavaEE14/TestMDBTopicBean.java     |        3 +-
 .../testGenerateJavaEE50/TestMDBQueueBean.java     |        4 +-
 .../testGenerateJavaEE50/TestMDBTopicBean.java     |        4 +-
 .../testGenerateJavaEE70/TestMDBQueueBean.java     |       31 +
 .../testGenerateJavaEE70/TestMDBQueueBean2.java    |       31 +
 .../testGenerateJavaEE70/TestMDBTopicBean.java     |       37 +
 .../testGenerateJavaEE14/TestStatefulLR.java       |        3 +-
 .../testGenerateJavaEE14/TestStatefulLRLocal.java  |        3 +-
 .../TestStatefulLRLocalHome.java                   |        3 +-
 .../testGenerateJavaEE14/TestStatelessLR.java      |        3 +-
 .../testGenerateJavaEE14/TestStatelessLRLocal.java |        3 +-
 .../TestStatelessLRLocalHome.java                  |        3 +-
 .../TestStatelessLRRemote.java                     |        3 +-
 .../TestStatelessLRRemoteHome.java                 |        3 +-
 .../testGenerateJavaEE50/TestStateful.java         |        7 +-
 .../testGenerateJavaEE50/TestStatefulRemote.java   |        5 +-
 .../testGenerateJavaEE50/TestStateless.java        |        7 +-
 .../testGenerateJavaEE50/TestStatelessLocal.java   |        5 +-
 .../testGenerateJavaEE50/TestStatelessRemote.java  |        5 +-
 .../testGenerateJavaEE60/TestSingleton.java        |        7 +-
 .../testGenerateJavaEE60/TestStateful.java         |        7 +-
 .../testGenerateJavaEE60/TestStatefulRemote.java   |        5 +-
 .../testGenerateJavaEE60/TestStateless.java        |        7 +-
 .../testGenerateJavaEE60/TestStatelessLocal.java   |        5 +-
 .../testGenerateJavaEE60/TestStatelessRemote.java  |        5 +-
 .../modules/j2ee/ejbcore/_RetoucheUtilTest.java    |      173 -
 .../action/BusinessMethodGeneratorTest.java        |        4 +-
 .../j2ee/ejbcore/action/CallEjbGeneratorTest.java  |      210 -
 .../j2ee/ejbcore/action/CmFieldGeneratorTest.java  |        2 +-
 .../ejbcore/action/CreateMethodGeneratorTest.java  |        2 +-
 .../ejbcore/action/FinderMethodGeneratorTest.java  |        2 +-
 .../ejbcore/action/HomeMethodGenerstorTest.java    |        2 +-
 .../ejbcore/action/SelectMethodGeneratorTest.java  |        2 +-
 .../ejbcore/action/UseDatabaseGeneratorTest.java   |        4 +-
 .../api/codegeneration/CallEjbGeneratorTest.java   |      211 +
 .../api/codegeneration/MessageGeneratorTest.java   |      100 +-
 .../api/codegeneration/SessionGeneratorTest.java   |       14 +-
 .../j2ee/ejbcore/api/codegeneration/Util.java      |        4 +-
 .../jpa/dao/EjbFacadeWizardIteratorTest.java       |        3 +-
 .../modules/j2ee/ejbcore/test/ProjectImpl.java     |       20 +
 .../modules/j2ee/ejbcore/test/RepositoryImpl.java  |       90 -
 .../modules/j2ee/ejbcore/test/TestBase.java        |       23 +-
 .../j2ee/ejbcore/util/_RetoucheUtilTest.java       |      173 +
 j2ee.ejbjarproject/arch.xml                        |       11 -
 j2ee.ejbjarproject/catalog.xml                     |        5 -
 j2ee.ejbjarproject/manifest.mf                     |        2 +-
 j2ee.ejbjarproject/nbproject/project.properties    |        7 +
 j2ee.ejbjarproject/nbproject/project.xml           |      117 +-
 .../modules/j2ee/ejbjarproject/Bundle.properties   |        9 +-
 .../j2ee/ejbjarproject/EjbJarActionProvider.java   |      115 +-
 .../ejbjarproject/EjbJarEMGenStrategyResolver.java |      170 -
 .../j2ee/ejbjarproject/EjbJarJPAModuleInfo.java    |       16 +-
 .../j2ee/ejbjarproject/EjbJarJPATargetInfo.java    |        2 -
 .../ejbjarproject/EjbJarPersistenceProvider.java   |       51 +-
 .../modules/j2ee/ejbjarproject/EjbJarProject.java  |      234 +-
 .../ejbjarproject/EjbJarProjectOperations.java     |       27 +-
 .../modules/j2ee/ejbjarproject/EjbJarProvider.java |       15 +-
 .../ejbjarproject/EjbJarWebServicesSupport.java    |        3 +
 .../netbeans/modules/j2ee/ejbjarproject/Utils.java |        2 +-
 .../ejbjarproject/api/EjbJarProjectCreateData.java |       18 +-
 .../ejbjarproject/api/EjbJarProjectGenerator.java  |       86 +-
 .../classpath/ClassPathSupportCallbackImpl.java    |       14 +-
 .../jaxws/EjbProjectJAXWSClientSupport.java        |        9 +-
 .../jaxws/EjbProjectJAXWSSupport.java              |        6 +-
 .../j2ee/ejbjarproject/resources/build-impl.xsl    |      835 +-
 .../ui/BrokenReferencesAlertPanel.java             |        2 +-
 .../ejbjarproject/ui/ConfFilesNodeFactory.java     |        9 +-
 .../ui/EjbJarLogicalViewProvider.java              |        2 +-
 .../ejbjarproject/ui/LibrariesNodeFactory.java     |       20 +-
 .../j2ee/ejbjarproject/ui/SetupDirNodeFactory.java |        9 +-
 .../ejbjarproject/ui/customizer/Bundle.properties  |        6 +-
 .../ui/customizer/ClassPathTableModel.java         |       45 +-
 .../ui/customizer/CustomizerCompile.form           |       10 +-
 .../ui/customizer/CustomizerCompile.java           |      124 +-
 .../ejbjarproject/ui/customizer/CustomizerJar.form |       89 +-
 .../ejbjarproject/ui/customizer/CustomizerJar.java |      103 +-
 .../ui/customizer/CustomizerLibraries.form         |       12 +-
 .../ui/customizer/CustomizerLibraries.java         |      112 +-
 .../ui/customizer/CustomizerProviderImpl.java      |       30 +-
 .../ejbjarproject/ui/customizer/CustomizerRun.java |       28 +-
 .../ui/customizer/CustomizerSources.form           |      633 +-
 .../ui/customizer/CustomizerSources.java           |      339 +-
 .../customizer/EjbJarCompositePanelProvider.java   |       20 +-
 .../ui/customizer/EjbJarProjectProperties.java     |       68 +-
 .../ejbjarproject/ui/resources/ejb-jar-3.1.xml     |        1 -
 .../ejbjarproject/ui/resources/ejb-jar-3.2.xml     |        7 +
 .../j2ee/ejbjarproject/ui/resources/layer.xml      |       25 +-
 .../ejbjarproject/ui/wizards/Bundle.properties     |        6 +
 .../wizards/ImportEjbJarProjectWizardIterator.java |       31 +-
 .../ui/wizards/NewEjbJarProjectWizardIterator.java |       59 +-
 .../ui/wizards/PanelSourceFolders.form             |       12 +-
 .../ui/wizards/PanelSourceFolders.java             |      109 +-
 .../unit/data/projects/EJBModule_6_0/build.xml     |       61 +
 .../EJBModule_6_0}/nbproject/ant-deploy.xml        |        0
 .../EJBModule_6_0/nbproject/build-impl.xml         |      489 +
 .../EJBModule_6_0/nbproject/genfiles.properties    |        8 +
 .../EJBModule_6_0/nbproject/project.properties     |       49 +
 .../projects/EJBModule_6_0/nbproject/project.xml   |       16 +
 .../projects/EJBModule_6_0}/src/conf/MANIFEST.MF   |        0
 .../data/projects/EJBModule_6_0/src/java/pkg/keep  |        0
 .../j2ee/ejbjarproject/EjbJarProviderTest.java     |       14 +-
 j2ee.ejbrefactoring/manifest.mf                    |        2 +-
 j2ee.ejbrefactoring/nbproject/project.xml          |       24 +-
 .../j2ee/ejbrefactoring/EjbRefactoringFactory.java |      177 +-
 .../j2ee/ejbrefactoring/EjbRefactoringPlugin.java  |      243 +-
 j2ee.ejbverification/manifest.mf                   |        3 +-
 j2ee.ejbverification/nbproject/project.properties  |        9 +-
 j2ee.ejbverification/nbproject/project.xml         |      100 +-
 .../j2ee/ejbverification/EJBAPIAnnotations.java    |       11 +
 .../j2ee/ejbverification/EJBProblemContext.java    |       65 +-
 .../j2ee/ejbverification/EJBProblemFinder.java     |      193 -
 .../ejbverification/EJBProblemFinderFactory.java   |       69 -
 .../j2ee/ejbverification/EJBRulesRegistry.java     |       99 -
 .../j2ee/ejbverification/EJBVerificationRule.java  |       57 -
 .../EJBVerificationTaskProvider.java               |      113 -
 .../modules/j2ee/ejbverification/HintsUtils.java   |      260 +-
 .../modules/j2ee/ejbverification/JavaUtils.java    |      100 +-
 .../fixes/CreateDefaultConstructor.java            |       75 +-
 .../fixes/ExposeBusinessMethod.java                |       63 +-
 .../ejbverification/fixes/MakeClassPublic.java     |       61 +-
 .../j2ee/ejbverification/fixes/RemoveModifier.java |       57 +-
 .../ejbverification/resources/Bundle.properties    |       43 +
 .../j2ee/ejbverification/resources/layer.xml       |       59 +
 .../rules/AnnotationPostContruct.java              |      193 +
 .../rules/AsynchronousMethodInvocation.java        |      129 +
 .../rules/BMnotPartOfRBIandLBI.java                |      113 +-
 .../rules/BeanHasDifferentLBIandRBI.java           |       71 +-
 .../ejbverification/rules/BeanImplementsBI.java    |       82 +-
 .../j2ee/ejbverification/rules/Bundle.properties   |       78 -
 .../rules/BusinessMethodExposed.java               |      190 +-
 .../ejbverification/rules/HasNoArgContructor.java  |       61 +-
 .../j2ee/ejbverification/rules/LegalModifiers.java |       81 +-
 .../rules/LocalAnnotatedBeanHasLBI.java            |       65 +-
 .../rules/PersistentTimerInEjbLite.java            |      219 +
 .../rules/RemoteAnnotatedBeanHasRBI.java           |       65 +-
 .../ejbverification/rules/SBSuperClassNotSB.java   |       77 +-
 .../rules/SessionSynchImplementedBySFSBOnly.java   |       64 +-
 .../rules/UseInjectionInsteadOfInstantionRule.java |      226 +
 ...ueNotSpecifiedForRemoteAnnotationInterface.java |       57 +-
 .../j2ee/ejbverification/rules/WSisSLSB.java       |       82 +-
 .../test/unit/data/EJBModule_5_0/build.xml         |       61 +
 .../data/EJBModule_5_0}/nbproject/ant-deploy.xml   |        0
 .../data/EJBModule_5_0/nbproject/build-impl.xml    |      489 +
 .../EJBModule_5_0/nbproject/genfiles.properties    |        8 +
 .../EJBModule_5_0/nbproject/project.properties     |       49 +
 .../unit/data/EJBModule_5_0/nbproject/project.xml  |       16 +
 .../unit/data/EJBModule_5_0}/src/conf/MANIFEST.MF  |        0
 .../test/unit/data/EJBModule_5_0/src/java/pkg/keep |        0
 .../test/unit/data/EJBModule_6_0/build.xml         |       61 +
 .../data/EJBModule_6_0}/nbproject/ant-deploy.xml   |        0
 .../data/EJBModule_6_0/nbproject/build-impl.xml    |      489 +
 .../EJBModule_6_0/nbproject/genfiles.properties    |        8 +
 .../EJBModule_6_0/nbproject/project.properties     |       49 +
 .../unit/data/EJBModule_6_0/nbproject/project.xml  |       16 +
 .../unit/data/EJBModule_6_0}/src/conf/MANIFEST.MF  |        0
 .../test/unit/data/EJBModule_6_0/src/java/pkg/keep |        0
 .../test/unit/data/EJBModule_7_0/build.xml         |       61 +
 .../data/EJBModule_7_0}/nbproject/ant-deploy.xml   |        0
 .../data/EJBModule_7_0/nbproject/build-impl.xml    |      489 +
 .../EJBModule_7_0/nbproject/genfiles.properties    |        8 +
 .../EJBModule_7_0/nbproject/project.properties     |       49 +
 .../unit/data/EJBModule_7_0/nbproject/project.xml  |       16 +
 .../unit/data/EJBModule_7_0}/src/conf/MANIFEST.MF  |        0
 .../test/unit/data/EJBModule_7_0/src/java/pkg/keep |        0
 .../test/unit/data/WebModule_6_0/build.xml         |       71 +
 .../data/WebModule_6_0/nbproject/ant-deploy.xml    |      111 +
 .../data/WebModule_6_0/nbproject/build-impl.xml    |     1410 +
 .../WebModule_6_0/nbproject/genfiles.properties    |        8 +
 .../WebModule_6_0/nbproject/project.properties     |       87 +
 .../unit/data/WebModule_6_0/nbproject/project.xml  |       15 +
 .../unit/data/WebModule_6_0}/src/conf/MANIFEST.MF  |        0
 .../test/unit/data/WebModule_6_0/src/java/pkg/keep |        0
 .../test/unit/data/WebModule_6_0/web/index.jsp     |       17 +
 .../test/unit/data/WebModule_7_0/build.xml         |       71 +
 .../data/WebModule_7_0/nbproject/ant-deploy.xml    |      111 +
 .../data/WebModule_7_0/nbproject/build-impl.xml    |     1410 +
 .../WebModule_7_0/nbproject/genfiles.properties    |        8 +
 .../WebModule_7_0/nbproject/project.properties     |       87 +
 .../unit/data/WebModule_7_0/nbproject/project.xml  |       18 +
 .../unit/data/WebModule_7_0}/src/conf/MANIFEST.MF  |        0
 .../test/unit/data/WebModule_7_0/src/java/pkg/keep |        0
 .../unit/data/WebModule_7_0/web/WEB-INF/beans.xml  |        6 +
 .../test/unit/data/WebModule_7_0/web/index.html    |       15 +
 .../ejbverification/ClassPathProviderImpl.java     |       87 +
 .../ejbverification/EjbJarImplementationImpl.java  |      105 +
 .../j2ee/ejbverification/EjbJarProviderImpl.java   |       72 +
 .../EnterpriseReferenceContainerImpl.java          |      135 +
 .../ejbverification/FakeJavaDataLoaderPool.java    |       62 +
 .../j2ee/ejbverification/FileOwnerQueryImpl.java   |       75 +
 .../modules/j2ee/ejbverification/HintTestBase.java |     1343 +
 .../modules/j2ee/ejbverification/ProjectImpl.java  |      270 +
 .../modules/j2ee/ejbverification/TestBase.java     |      404 +
 .../rules/AnnotationPostContructTest.java          |      224 +
 .../rules/AsynchronousMethodInvocationTest.java    |      124 +
 .../rules/BMnotPartOfRBIandLBITest.java            |      115 +
 .../rules/BeanHasDifferentLBIandRBITest.java       |      112 +
 .../rules/BeanImplementsBITest.java                |      109 +
 .../rules/BusinessMethodExposedTest.java           |      107 +
 .../rules/HasNoArgContructorTest.java              |       91 +
 .../ejbverification/rules/LegalModifiersTest.java  |      119 +
 .../rules/LocalAnnotatedBeanHasLBITest.java        |       95 +
 .../rules/PersistentTimerInEjbLiteTest.java        |      126 +
 .../rules/RemoteAnnotatedBeanHasRBITest.java       |       94 +
 .../rules/SBSuperClassNotSBTest.java               |      105 +
 .../SessionSynchImplementedBySFSBOnlyTest.java     |       98 +
 ...tSpecifiedForRemoteAnnotationInterfaceTest.java |       71 +
 .../j2ee/ejbverification/rules/WSisSLSBTest.java   |       88 +
 .../modules/java/source/usages/IndexUtil.java      |       61 +
 j2ee.genericserver/manifest.mf                     |        2 +-
 j2ee.genericserver/nbproject/project.xml           |       10 +-
 j2ee.jboss4/manifest.mf                            |        2 +-
 j2ee.jboss4/nbproject/project.properties           |        4 +
 j2ee.jboss4/nbproject/project.xml                  |       79 +-
 .../netbeans/modules/j2ee/jboss4/Bundle.properties |        5 +
 .../netbeans/modules/j2ee/jboss4/JB7Deployer.java  |      188 +
 .../netbeans/modules/j2ee/jboss4/JBDeployer.java   |      187 +-
 .../modules/j2ee/jboss4/JBDeploymentFactory.java   |      295 +-
 .../modules/j2ee/jboss4/JBDeploymentManager.java   |      768 +-
 .../modules/j2ee/jboss4/JBRemoteAction.java        |       56 +
 .../modules/j2ee/jboss4/WrappedTargetModuleID.java |      119 +
 .../modules/j2ee/jboss4/config/Bundle.properties   |       13 +-
 .../jboss4/config/CarDeploymentConfiguration.java  |       13 +-
 .../jboss4/config/EarDeploymentConfiguration.java  |       11 +-
 .../jboss4/config/EjbDeploymentConfiguration.java  |       41 +-
 .../j2ee/jboss4/config/JB7DatasourceHandler.java   |      136 +
 .../config/JB7MessageDestinationHandler.java       |      105 +
 .../jboss4/config/JBDeploymentConfiguration.java   |       15 +-
 .../config/JBModuleConfigurationFactory.java       |       31 +-
 .../jboss4/config/JBossDataSourceRefModifier.java  |      326 +
 .../j2ee/jboss4/config/JBossDatasource.java        |        3 +-
 .../j2ee/jboss4/config/JBossDatasourceManager.java |       89 +-
 .../j2ee/jboss4/config/JBossEjbRefModifier.java    |      338 +
 .../jboss4/config/JBossMessageDestination.java     |       74 +
 .../config/JBossMessageDestinationManager.java     |      131 +
 .../jboss4/config/JBossMsgDestRefModifier.java     |      342 +
 .../jboss4/config/JbossDataSourceRefModifier.java  |      326 -
 .../j2ee/jboss4/config/JbossEjbRefModifier.java    |      338 -
 .../jboss4/config/JbossMsgDestRefModifier.java     |      342 -
 .../jboss4/config/WarDeploymentConfiguration.java  |       16 +-
 .../j2ee/jboss4/config/ds/Bundle.properties        |        2 +-
 .../j2ee/jboss4/config/ds/DatasourceSupport.java   |       14 +-
 .../j2ee/jboss4/config/gen/package-info.java       |       18 +-
 .../j2ee/jboss4/config/mdb/Bundle.properties       |        2 +-
 .../jboss4/config/mdb/JBossMessageDestination.java |       74 -
 .../mdb/JBossMessageDestinationDeployment.java     |      284 -
 .../config/mdb/MessageDestinationSupport.java      |       11 +-
 .../modules/j2ee/jboss4/customizer/Customizer.java |        2 +
 .../j2ee/jboss4/customizer/CustomizerSupport.java  |       30 +-
 .../modules/j2ee/jboss4/ide/Bundle.properties      |        5 +-
 .../modules/j2ee/jboss4/ide/JBDriverDeployer.java  |       75 +-
 .../j2ee/jboss4/ide/JBJ2eePlatformFactory.java     |      126 +-
 .../ide/JBOptionalDeploymentManagerFactory.java    |       23 +-
 .../modules/j2ee/jboss4/ide/JBOutputSupport.java   |      124 +-
 .../modules/j2ee/jboss4/ide/JBStartRunnable.java   |      116 +-
 .../modules/j2ee/jboss4/ide/JBStartServer.java     |      103 +-
 .../modules/j2ee/jboss4/ide/JBStopRunnable.java    |       16 +-
 .../modules/j2ee/jboss4/ide/JBossJaxWsStack.java   |      250 +
 .../modules/j2ee/jboss4/ide/JpaSupportImpl.java    |       85 +
 .../ide/ui/AddServerPropertiesVisualPanel.java     |       13 +-
 .../modules/j2ee/jboss4/ide/ui/Bundle.properties   |        4 +-
 .../jboss4/ide/ui/JBInstantiatingIterator.java     |       18 +-
 .../modules/j2ee/jboss4/ide/ui/JBPluginUtils.java  |      158 +-
 .../j2ee/jboss4/nodes/JBAbilitiesSupport.java      |       14 +-
 .../modules/j2ee/jboss4/nodes/JBAsyncChildren.java |       59 +
 .../jboss4/nodes/JBEarApplicationsChildren.java    |      162 +-
 .../j2ee/jboss4/nodes/JBEarModulesChildren.java    |       69 +-
 .../j2ee/jboss4/nodes/JBEjbModulesChildren.java    |      187 +-
 .../modules/j2ee/jboss4/nodes/JBManagerNode.java   |       34 +-
 .../j2ee/jboss4/nodes/JBServletsChildren.java      |      109 +-
 .../jboss4/nodes/JBWebApplicationsChildren.java    |      197 +-
 .../modules/j2ee/jboss4/nodes/JBWebModuleNode.java |       29 +-
 .../netbeans/modules/j2ee/jboss4/nodes/Util.java   |      114 +-
 .../jboss4/nodes/actions/ShowJMXConsoleAction.java |        2 +-
 .../jboss4/nodes/actions/UndeployModuleAction.java |        9 +-
 .../nodes/actions/UndeployModuleCookieImpl.java    |      110 +-
 .../modules/j2ee/jboss4/resources/as7_16x16.png    |      Bin 0 -> 654 bytes
 .../modules/j2ee/jboss4/resources/layer.xml        |        3 +-
 .../modules/j2ee/jboss4/util/JBProperties.java     |      309 +-
 .../modules/j2ee/jboss4/test/JBoss4TestSuite.java  |        2 +-
 .../src/org/netbeans/test/j2ee/lib/Util.java       |        4 +-
 j2ee.jpa.refactoring/manifest.mf                   |        2 +-
 j2ee.jpa.refactoring/nbproject/project.properties  |        6 +-
 j2ee.jpa.refactoring/nbproject/project.xml         |       62 +-
 .../jpa/refactoring/EntityAssociationResolver.java |        4 +
 .../jpa/refactoring/JPARefactoringFactory.java     |        4 +
 .../j2ee/jpa/refactoring/RefactoringUtil.java      |       29 +-
 .../rename/RelationshipMappingRename.java          |      323 +
 .../whereused/PersistenceXmlWhereUsed.java         |       42 +-
 .../whereused/RelationshipMappingWhereUsed.java    |      259 +
 .../jpa/refactoring/FakeJavaDataLoaderPool.java    |       41 +
 .../j2ee/jpa/refactoring/RepositoryImpl.java       |       81 -
 .../j2ee/jpa/refactoring/SourceTestSupport.java    |       45 +-
 j2ee.jpa.verification/manifest.mf                  |        3 +-
 j2ee.jpa.verification/nbproject/project.properties |        2 +-
 j2ee.jpa.verification/nbproject/project.xml        |       83 +-
 .../modules/j2ee/jpa/model/AccessType.java         |        1 +
 .../modules/j2ee/jpa/model/JPAAnnotations.java     |        3 +
 .../netbeans/modules/j2ee/jpa/model/JPAHelper.java |       68 +-
 .../modules/j2ee/jpa/model/ModelUtils.java         |      318 +-
 .../j2ee/jpa/verification/CancelListener.java      |       50 +
 .../j2ee/jpa/verification/JPAClassRule.java        |       77 -
 .../jpa/verification/JPAEntityAttributeCheck.java  |        4 +-
 .../j2ee/jpa/verification/JPAProblemContext.java   |       33 +
 .../j2ee/jpa/verification/JPAProblemFinder.java    |      153 -
 .../j2ee/jpa/verification/JPARulesEngine.java      |      102 -
 .../j2ee/jpa/verification/common/Predicate.java    |       65 -
 .../modules/j2ee/jpa/verification/common/Rule.java |      156 -
 .../j2ee/jpa/verification/common/RulesEngine.java  |       89 -
 .../j2ee/jpa/verification/common/Utilities.java    |       71 +-
 .../fixes/AbstractCreateRelationshipHint.java      |       25 +-
 .../fixes/CreateRelationshipPanel.form             |       14 +-
 .../fixes/CreateRelationshipPanel.java             |      102 +-
 .../verification/fixes/PickOrCreateFieldPanel.form |        8 +-
 .../verification/fixes/PickOrCreateFieldPanel.java |       76 +-
 .../jpa/verification/resources/Bundle.properties   |       44 +
 .../j2ee/jpa/verification/resources/layer.xml      |       16 +
 .../rules/attribute/ElementCollectionType.java     |       78 -
 .../rules/attribute/GeneratedValueIsId.java        |       35 +-
 .../MVRelationshipForEntityTypeAttrDefined.java    |      115 +-
 .../RelationshipForEntityTypeAttrDefined.java      |      154 +-
 .../rules/attribute/TemporalFieldsAnnotated.java   |       39 +-
 .../rules/attribute/ValidBasicType.java            |       55 +-
 .../rules/attribute/ValidColumnName.java           |       63 +-
 .../rules/attribute/ValidModifiers.java            |       44 +-
 .../rules/attribute/ValidVersionType.java          |       44 +-
 .../verification/rules/entity/Bundle.properties    |        2 +-
 .../rules/entity/ConsistentAccessType.java         |       70 +-
 .../rules/entity/HasNoArgConstructor.java          |       91 +-
 .../entity/IdClassOverridesEqualsAndHashCode.java  |       86 +-
 .../rules/entity/IdDefinedInHierarchy.java         |      142 +-
 .../rules/entity/JPAAnnotsOnlyOnAccesor.java       |      101 +-
 .../verification/rules/entity/JPQLValidation.java  |      271 +
 .../entity/LegalCombinationOfAnnotations.java      |      119 +-
 .../rules/entity/NoIdClassOnEntitySubclass.java    |      127 +-
 .../verification/rules/entity/NonFinalClass.java   |       75 +-
 .../OnlyEntityOrMappedSuperclassCanUseIdClass.java |       82 +-
 .../rules/entity/PersistenceUnitPresent.java       |       95 +-
 .../jpa/verification/rules/entity/PublicClass.java |       90 +-
 .../rules/entity/QueriesProperlyDefined.java       |      101 +-
 .../rules/entity/SerializableClass.java            |      141 +-
 .../verification/rules/entity/TopLevelClass.java   |       67 +-
 .../rules/entity/UniqueEntityName.java             |      103 +-
 .../verification/rules/entity/ValidAttributes.java |      175 +-
 .../rules/entity/ValidPrimaryTableName.java        |       89 +-
 j2ee.kit/manifest.mf                               |        2 +-
 j2ee.kit/nbproject/project.xml                     |       72 +-
 .../CallEJBTest/testCallEJB1InSB_ejb-jar.xml       |        8 -
 .../testCallEJBInServlet_TestingServlet.java       |        2 +-
 .../testSendMessage1InSB_TestingSessionBean.java   |        2 +-
 .../testSendMessage1InSB_ejb-jar.xml               |        8 -
 .../testUseDatabase1InSB_ejb-jar.xml               |        8 -
 .../testGenerateBeans_TableN.java                  |        4 +-
 .../j2ee/hints/EntityRelations/testAARelation.pass |       10 +-
 .../hints/EntityRelations/testAARelation2.pass     |        8 +-
 .../hints/EntityRelations/testAARelation3.pass     |        8 +-
 .../hints/EntityRelations/testAARelation4.pass     |       86 +
 .../j2ee/hints/EntityRelations/testCreateID.pass   |        2 +-
 .../EntityRelations/testDefaultConstructor.pass    |        2 +-
 .../hints/EntityRelations/testEntityHints.pass     |        4 +-
 .../j2ee/hints/EntityRelations/testMakePublic.pass |       29 -
 .../testManyToManyBidirectional.pass               |       14 +-
 .../testManyToManyBidirectional2.pass              |       14 +-
 .../testManyToOneBidirectional.pass                |       14 +-
 .../testManyToOneBidirectional2.pass               |      158 -
 .../testManyToOneUnidirectional.pass               |       14 +-
 .../testManyToOneUnidirectional2.pass              |      155 -
 .../testOneToManyBidirectional.pass                |       16 +-
 .../testOneToManyBidirectional2.pass               |      162 +
 .../testOneToManyUnidirectional.pass               |      159 +
 .../testOneToManyUnidirectional2.pass              |      159 +
 .../EntityRelations/testOneToOneBidirectional.pass |       14 +-
 .../testOneToOneUnidirectional.pass                |       18 +-
 .../LibraryTest/testDD/application.xml.pass        |       13 -
 .../testDD/glassfish-application.xml.pass          |        3 -
 .../LibraryTest/testDDMs/ServletForEJB.java.pass   |       30 +-
 .../LibraryTest/testDDMs/application.xml.pass      |       13 -
 .../testDDMs/glassfish-application.xml.pass        |        3 -
 .../testPUDataSource_persistence.xml               |        8 +-
 .../testPUProviders_persistence.xml                |      121 +-
 .../CachingServiceLocator.java.pass                |      165 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../LocalEntity.java.pass                          |       93 +
 .../LocalEntityLocal.java.pass                     |       19 +
 .../LocalEntityLocalHome.java.pass                 |       23 +
 .../testMultiLocalEntityBean_1.4/ejb-jar.xml.pass  |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../MLRE.java.pass                                 |       93 +
 .../MLRELocal.java.pass                            |       19 +
 .../MLRELocalHome.java.pass                        |       23 +
 .../MLRERemote.java.pass                           |       20 +
 .../MLRERemoteHome.java.pass                       |       24 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../MLRS.java.pass                                 |       65 +
 .../MLRSLocal.java.pass                            |       17 +
 .../MLRSLocalHome.java.pass                        |       20 +
 .../MLRSRemote.java.pass                           |       17 +
 .../MLRSRemoteHome.java.pass                       |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../MLRSS.java.pass                                |       65 +
 .../MLRSSLocal.java.pass                           |       17 +
 .../MLRSSLocalHome.java.pass                       |       20 +
 .../MLRSSRemote.java.pass                          |       17 +
 .../MLRSSRemoteHome.java.pass                      |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../LocalSession.java.pass                         |       65 +
 .../LocalSessionLocal.java.pass                    |       17 +
 .../LocalSessionLocalHome.java.pass                |       20 +
 .../testMultiLocalSessionBean_1.4/ejb-jar.xml.pass |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../MLSS.java.pass                                 |       65 +
 .../MLSSLocal.java.pass                            |       17 +
 .../MLSSLocalHome.java.pass                        |       20 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testMultiQueueMdbBean_1.4/QueueMdb.java.pass   |       54 +
 .../testMultiQueueMdbBean_1.4/ejb-jar.xml.pass     |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RemoteEntity.java.pass                         |       93 +
 .../RemoteEntityRemote.java.pass                   |       20 +
 .../RemoteEntityRemoteHome.java.pass               |       24 +
 .../testMultiRemoteEntityBean_1.4/ejb-jar.xml.pass |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RemoteSession.java.pass                        |       65 +
 .../RemoteSessionRemote.java.pass                  |       17 +
 .../RemoteSessionRemoteHome.java.pass              |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../MRSS.java.pass                                 |       65 +
 .../MRSSRemote.java.pass                           |       17 +
 .../MRSSRemoteHome.java.pass                       |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../ServiceLocator.java.pass                       |      144 +
 .../ServiceLocator.java.pass                       |      144 +
 .../testMultiTopicMdbBean_1.4/TopicMdb.java.pass   |       54 +
 .../testMultiTopicMdbBean_1.4/ejb-jar.xml.pass     |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../CachingServiceLocator.java.pass                |      136 -
 .../CachingServiceLocator.java.pass                |      136 -
 .../CachingServiceLocator.java.pass                |      136 -
 .../CachingServiceLocator.java.pass                |      136 -
 .../testEntityClassInEjb_5/EjbEntity.java.pass     |       57 -
 .../testEntityClassInWeb_5/WebEntity.java.pass     |       57 -
 .../LocalBeanEntity.java.pass                      |       81 -
 .../LocalBeanEntityLocal.java.pass                 |       15 -
 .../LocalBeanEntityLocalHome.java.pass             |       17 -
 .../testLocalEntityBean_1.4/LocalEntity.java.pass  |       90 -
 .../LocalEntityLocal.java.pass                     |       16 -
 .../LocalEntityLocalHome.java.pass                 |       20 -
 .../LRBE.java.pass                                 |       81 -
 .../LRBELocal.java.pass                            |       15 -
 .../LRBELocalHome.java.pass                        |       17 -
 .../LRBERemote.java.pass                           |       15 -
 .../LRBERemoteHome.java.pass                       |       18 -
 .../testLocalRemoteEntityBean_1.4/LRE.java.pass    |       90 -
 .../LRELocal.java.pass                             |       16 -
 .../LRELocalHome.java.pass                         |       20 -
 .../LRERemote.java.pass                            |       17 -
 .../LRERemoteHome.java.pass                        |       21 -
 .../testLocalRemoteSessionBean_1.4/LRS.java.pass   |       62 -
 .../LRSLocal.java.pass                             |       15 -
 .../LRSLocalHome.java.pass                         |       17 -
 .../LRSRemote.java.pass                            |       15 -
 .../LRSRemoteHome.java.pass                        |       18 -
 .../testLocalRemoteSessionBean_5/LRS.java.pass     |       19 -
 .../LRSLocal.java.pass                             |       16 -
 .../LRSRemote.java.pass                            |       16 -
 .../LRSS.java.pass                                 |       62 -
 .../LRSSLocal.java.pass                            |       15 -
 .../LRSSLocalHome.java.pass                        |       17 -
 .../LRSSRemote.java.pass                           |       15 -
 .../LRSSRemoteHome.java.pass                       |       18 -
 .../LRSS.java.pass                                 |       19 -
 .../LRSSLocal.java.pass                            |       16 -
 .../LRSSRemote.java.pass                           |       16 -
 .../LocalSession.java.pass                         |       62 -
 .../LocalSessionLocal.java.pass                    |       15 -
 .../LocalSessionLocalHome.java.pass                |       17 -
 .../testLocalSessionBean_5/LocalSession.java.pass  |       19 -
 .../LocalSessionLocal.java.pass                    |       16 -
 .../testLocalStatefulSessionBean_1.4/LSS.java.pass |       62 -
 .../LSSLocal.java.pass                             |       15 -
 .../LSSLocalHome.java.pass                         |       17 -
 .../testLocalStatefulSessionBean_5/LSS.java.pass   |       19 -
 .../LSSLocal.java.pass                             |       16 -
 .../CachingServiceLocator.java.pass                |      136 -
 .../CachingServiceLocator.java.pass                |      136 -
 .../LocalEntity.java.pass                          |       90 -
 .../LocalEntityLocal.java.pass                     |       16 -
 .../LocalEntityLocalHome.java.pass                 |       20 -
 .../MLRE.java.pass                                 |       90 -
 .../MLRELocal.java.pass                            |       16 -
 .../MLRELocalHome.java.pass                        |       20 -
 .../MLRERemote.java.pass                           |       17 -
 .../MLRERemoteHome.java.pass                       |       21 -
 .../MLRS.java.pass                                 |       62 -
 .../MLRSLocal.java.pass                            |       15 -
 .../MLRSLocalHome.java.pass                        |       17 -
 .../MLRSRemote.java.pass                           |       15 -
 .../MLRSRemoteHome.java.pass                       |       18 -
 .../MLRSS.java.pass                                |       62 -
 .../MLRSSLocal.java.pass                           |       15 -
 .../MLRSSLocalHome.java.pass                       |       17 -
 .../MLRSSRemote.java.pass                          |       15 -
 .../MLRSSRemoteHome.java.pass                      |       18 -
 .../LocalSession.java.pass                         |       62 -
 .../LocalSessionLocal.java.pass                    |       15 -
 .../LocalSessionLocalHome.java.pass                |       17 -
 .../MLSS.java.pass                                 |       62 -
 .../MLSSLocal.java.pass                            |       15 -
 .../MLSSLocalHome.java.pass                        |       17 -
 .../testMultiQueueMdbBean_1.4/QueueMdb.java.pass   |       50 -
 .../RemoteEntity.java.pass                         |       90 -
 .../RemoteEntityRemote.java.pass                   |       17 -
 .../RemoteEntityRemoteHome.java.pass               |       21 -
 .../RemoteSession.java.pass                        |       62 -
 .../RemoteSessionRemote.java.pass                  |       15 -
 .../RemoteSessionRemoteHome.java.pass              |       18 -
 .../MRSS.java.pass                                 |       62 -
 .../MRSSRemote.java.pass                           |       15 -
 .../MRSSRemoteHome.java.pass                       |       18 -
 .../ServiceLocator.java.pass                       |      116 -
 .../ServiceLocator.java.pass                       |      116 -
 .../testMultiTopicMdbBean_1.4/TopicMdb.java.pass   |       50 -
 .../persistence.xml.pass                           |       11 -
 .../persistence.xml.pass                           |       11 -
 .../testQueueMdbBean_1.4/QueueMdb.java.pass        |       50 -
 .../testQueueMdbBean_5/QueueMdb.java.pass          |       28 -
 .../RemoteBeanEntity.java.pass                     |       81 -
 .../RemoteBeanEntityRemote.java.pass               |       15 -
 .../RemoteBeanEntityRemoteHome.java.pass           |       18 -
 .../RemoteEntity.java.pass                         |       90 -
 .../RemoteEntityRemote.java.pass                   |       17 -
 .../RemoteEntityRemoteHome.java.pass               |       21 -
 .../RemoteSession.java.pass                        |       62 -
 .../RemoteSessionRemote.java.pass                  |       15 -
 .../RemoteSessionRemoteHome.java.pass              |       18 -
 .../RemoteSession.java.pass                        |       19 -
 .../RemoteSessionRemote.java.pass                  |       16 -
 .../RSS.java.pass                                  |       62 -
 .../RSSRemote.java.pass                            |       15 -
 .../RSSRemoteHome.java.pass                        |       18 -
 .../testRemoteStatefulSessionBean_5/RSS.java.pass  |       19 -
 .../RSSRemote.java.pass                            |       16 -
 .../ServiceLocator.java.pass                       |      116 -
 .../ServiceLocator.java.pass                       |      116 -
 .../ServiceLocator.java.pass                       |      116 -
 .../ServiceLocator.java.pass                       |      116 -
 .../testTopicMdbBean_1.4/TopicMdb.java.pass        |       50 -
 .../testTopicMdbBean_5/TopicMdb.java.pass          |       31 -
 .../CachingServiceLocator.java.pass                |      165 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../testEntityClassInEjb_5/EjbEntity.java.pass     |       59 +
 .../testEntityClassInWeb_5/WebEntity.java.pass     |       59 +
 .../testLocalRemoteSessionBean_5/LRS.java.pass     |       20 +
 .../LRSLocal.java.pass                             |       18 +
 .../LRSRemote.java.pass                            |       18 +
 .../LRSS.java.pass                                 |       20 +
 .../LRSSLocal.java.pass                            |       18 +
 .../LRSSRemote.java.pass                           |       18 +
 .../testLocalSessionBean_5/LocalSession.java.pass  |       20 +
 .../LocalSessionLocal.java.pass                    |       18 +
 .../testLocalStatefulSessionBean_5/LSS.java.pass   |       20 +
 .../LSSLocal.java.pass                             |       18 +
 .../persistence.xml.pass                           |       11 +
 .../persistence.xml.pass                           |       11 +
 .../testQueueMdbBean_5/QueueMdb.java.pass          |       30 +
 .../RemoteSession.java.pass                        |       20 +
 .../RemoteSessionRemote.java.pass                  |       18 +
 .../testRemoteStatefulSessionBean_5/RSS.java.pass  |       20 +
 .../RSSRemote.java.pass                            |       18 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../ServiceLocator.java.pass                       |      144 +
 .../ServiceLocator.java.pass                       |      144 +
 .../testTopicMdbBean_5/TopicMdb.java.pass          |       33 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../testEntityClassInEjb_7/EjbEntity.java.pass     |       59 +
 .../testEntityClassInWeb_7/WebEntity.java.pass     |       59 +
 .../testLocalRemoteSessionBean_7/LRS.java.pass     |       20 +
 .../LRSLocal.java.pass                             |       18 +
 .../LRSRemote.java.pass                            |       18 +
 .../LRSS.java.pass                                 |       20 +
 .../LRSSLocal.java.pass                            |       18 +
 .../LRSSRemote.java.pass                           |       18 +
 .../testLocalSessionBean_7/LocalSession.java.pass  |       20 +
 .../LocalSessionLocal.java.pass                    |       18 +
 .../testLocalStatefulSessionBean_7/LSS.java.pass   |       20 +
 .../LSSLocal.java.pass                             |       18 +
 .../persistence.xml.pass                           |       11 +
 .../persistence.xml.pass                           |       11 +
 .../testQueueMdbBean_7/QueueMdb.java.pass          |       33 +
 .../RemoteSession.java.pass                        |       20 +
 .../RemoteSessionRemote.java.pass                  |       18 +
 .../testRemoteStatefulSessionBean_7/RSS.java.pass  |       20 +
 .../RSSRemote.java.pass                            |       18 +
 .../ServiceLocator.java.pass                       |      144 +
 .../ServiceLocator.java.pass                       |      144 +
 .../testTopicMdbBean_7/TopicMdb.java.pass          |       36 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../CachingServiceLocator.java.pass                |      165 +
 .../LocalBeanEntity.java.pass                      |       84 +
 .../LocalBeanEntityLocal.java.pass                 |       17 +
 .../LocalBeanEntityLocalHome.java.pass             |       20 +
 .../testLocalBeanEntityBean_1.4/ejb-jar.xml.pass   |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testLocalEntityBean_1.4/LocalEntity.java.pass  |       93 +
 .../LocalEntityLocal.java.pass                     |       19 +
 .../LocalEntityLocalHome.java.pass                 |       23 +
 .../testLocalEntityBean_1.4/ejb-jar.xml.pass       |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../LRBE.java.pass                                 |       84 +
 .../LRBELocal.java.pass                            |       17 +
 .../LRBELocalHome.java.pass                        |       20 +
 .../LRBERemote.java.pass                           |       17 +
 .../LRBERemoteHome.java.pass                       |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testLocalRemoteEntityBean_1.4/LRE.java.pass    |       93 +
 .../LRELocal.java.pass                             |       19 +
 .../LRELocalHome.java.pass                         |       23 +
 .../LRERemote.java.pass                            |       20 +
 .../LRERemoteHome.java.pass                        |       24 +
 .../testLocalRemoteEntityBean_1.4/ejb-jar.xml.pass |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testLocalRemoteSessionBean_1.4/LRS.java.pass   |       65 +
 .../LRSLocal.java.pass                             |       17 +
 .../LRSLocalHome.java.pass                         |       20 +
 .../LRSRemote.java.pass                            |       17 +
 .../LRSRemoteHome.java.pass                        |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../LRSS.java.pass                                 |       65 +
 .../LRSSLocal.java.pass                            |       17 +
 .../LRSSLocalHome.java.pass                        |       20 +
 .../LRSSRemote.java.pass                           |       17 +
 .../LRSSRemoteHome.java.pass                       |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../LocalSession.java.pass                         |       65 +
 .../LocalSessionLocal.java.pass                    |       17 +
 .../LocalSessionLocalHome.java.pass                |       20 +
 .../testLocalSessionBean_1.4/ejb-jar.xml.pass      |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testLocalStatefulSessionBean_1.4/LSS.java.pass |       65 +
 .../LSSLocal.java.pass                             |       17 +
 .../LSSLocalHome.java.pass                         |       20 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../testQueueMdbBean_1.4/QueueMdb.java.pass        |       54 +
 .../testQueueMdbBean_1.4/ejb-jar.xml.pass          |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RemoteBeanEntity.java.pass                     |       84 +
 .../RemoteBeanEntityRemote.java.pass               |       17 +
 .../RemoteBeanEntityRemoteHome.java.pass           |       21 +
 .../testRemoteBeanEntityBean_1.4/ejb-jar.xml.pass  |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RemoteEntity.java.pass                         |       93 +
 .../RemoteEntityRemote.java.pass                   |       20 +
 .../RemoteEntityRemoteHome.java.pass               |       24 +
 .../testRemoteEntityBean_1.4/ejb-jar.xml.pass      |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RemoteSession.java.pass                        |       65 +
 .../RemoteSessionRemote.java.pass                  |       17 +
 .../RemoteSessionRemoteHome.java.pass              |       21 +
 .../testRemoteSessionBean_1.4/ejb-jar.xml.pass     |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../RSS.java.pass                                  |       65 +
 .../RSSRemote.java.pass                            |       17 +
 .../RSSRemoteHome.java.pass                        |       21 +
 .../ejb-jar.xml.pass                               |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../ServiceLocator.java.pass                       |      144 +
 .../ServiceLocator.java.pass                       |      144 +
 .../testTopicMdbBean_1.4/TopicMdb.java.pass        |       54 +
 .../testTopicMdbBean_1.4/ejb-jar.xml.pass          |        0
 .../glassfish-ejb-jar.xml.pass                     |        0
 .../projects/EntityHintsApp/src/java/hints/A.java  |        2 +-
 .../projects/EntityHintsApp/src/java/hints/B.java  |        2 +-
 .../projects/EntityHintsApp/src/java/hints/CC.java |        2 +-
 .../projects/EntityHintsEJB/src/java/hints/A.java  |        2 +-
 .../projects/EntityHintsEJB/src/java/hints/B.java  |        2 +-
 .../projects/EntityHintsEJB/src/java/hints/CC.java |        2 +-
 .../EntityHintsEJB/src/java/hints/MakePublic.java  |       25 -
 .../projects/NewFileWizardsTestEJB1.4/build.xml    |       68 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |     1196 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       70 +
 .../NewFileWizardsTestEJB1.4/nbproject/project.xml |       16 +
 .../NewFileWizardsTestEJB1.4}/src/conf/MANIFEST.MF |        0
 .../NewFileWizardsTestEJB1.4/src/conf/ejb-jar.xml  |        6 +
 .../src/conf/glassfish-ejb-jar.xml}                |        0
 .../NewFileWizardsTestEJB1.4/src/java/dummy.txt    |        0
 .../projects/NewFileWizardsTestWeb1.4/build.xml    |       71 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |     1410 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       85 +
 .../NewFileWizardsTestWeb1.4/nbproject/project.xml |       18 +
 .../NewFileWizardsTestWeb1.4}/src/conf/MANIFEST.MF |        0
 .../NewFileWizardsTestWeb1.4/src/java/dummy.txt    |        0
 .../web/WEB-INF/glassfish-web.xml                  |       10 +
 .../NewFileWizardsTestWeb1.4/web/WEB-INF/web.xml   |       11 +
 .../NewFileWizardsTestWeb1.4/web/index.jsp         |       17 +
 .../data/structures/carProject1.4.str              |       18 -
 .../qa-functional/data/structures/carProject7.str  |       17 +
 .../qa-functional/data/structures/defEAR1.4.str    |       49 -
 .../test/qa-functional/data/structures/defEAR7.str |       43 +
 .../data/structures/ejbProject1.4.str              |       15 -
 .../qa-functional/data/structures/ejbProject5.str  |        3 -
 .../qa-functional/data/structures/ejbProject7.str  |       13 +
 .../data/structures/webProject1.4.str              |       18 -
 .../qa-functional/data/structures/webProject7.str  |       17 +
 .../src/org/netbeans/test/j2ee/EJBValidation.java  |       14 +-
 .../org/netbeans/test/j2ee/FreeFormProjects.java   |        8 +-
 .../src/org/netbeans/test/j2ee/J2EESuite.java      |      194 +
 .../src/org/netbeans/test/j2ee/J2EEValidation.java |       75 +-
 .../org/netbeans/test/j2ee/J2eeProjectsTest.java   |        5 +-
 .../test/j2ee/addmethod/AddCMPFieldTest.java       |        4 +
 .../test/j2ee/addmethod/AddFinderMethodTest.java   |       25 +-
 .../test/j2ee/addmethod/AddMethodTest.java         |        8 +-
 .../test/j2ee/addmethod/AddSelectMethodTest.java   |        4 +
 .../test/j2ee/cmp/GenerateEntityClassesTest.java   |        5 +-
 .../netbeans/test/j2ee/hints/EntityRelations.java  |       63 +-
 .../netbeans/test/j2ee/lib/AbstractJ2eeFile.java   |       17 +-
 .../src/org/netbeans/test/j2ee/lib/Ejb.java        |       34 +-
 .../netbeans/test/j2ee/lib/FilteringLineDiff.java  |        7 +-
 .../netbeans/test/j2ee/lib/J2eeProjectSupport.java |       19 +-
 .../src/org/netbeans/test/j2ee/lib/Utils.java      |       24 +-
 .../netbeans/test/j2ee/libraries/LibraryTest.java  |       35 +-
 .../test/j2ee/multiview/CMPRelationshipsTest.java  |       10 +-
 .../multiview/EBDetailsAndCMPFieldPanelTest.java   |       12 +-
 .../j2ee/multiview/EBGeneralAndClassPanelTest.java |        5 +-
 .../test/j2ee/multiview/EjbModuleTest.java         |       11 +-
 .../j2ee/multiview/PagesAndReferencesDDTest.java   |        4 +-
 .../test/j2ee/multiview/SecurityDDTest.java        |        2 +-
 .../test/j2ee/multiview/WebProjectDDTest.java      |       21 +-
 .../test/j2ee/persistence/PersistenceUnitTest.java |        8 +-
 .../j2ee/wizard/MultiSrcRootModsWizardsTest.java   |       50 +-
 .../test/j2ee/wizard/NewFileWizardsTest.java       |       80 +-
 .../test/j2ee/wizard/NewProjectWizardsTest.java    |      136 +-
 .../org/netbeans/test/j2ee/wizard/WizardUtils.java |       48 +-
 .../test/j2ee/wizard/WizardsJavaEE5Test.java       |       53 +-
 .../test/j2ee/wizard/WizardsJavaEE7Test.java       |       96 +
 .../org/netbeans/test/j2ee/wizard/WizardsTest.java |       56 +-
 j2ee.metadata.model.support/manifest.mf            |        2 +-
 .../nbproject/project.properties                   |        5 +-
 j2ee.metadata.model.support/nbproject/project.xml  |       15 +-
 .../api/support/annotation/AnnotationHelper.java   |      196 +
 .../support/annotation/AnnotationModelHelper.java  |      116 +-
 .../api/support/annotation/AnnotationScanner.java  |       17 +-
 .../annotation/parser/AnnotationParser.java        |       12 +-
 .../annotation/AnnotationModelHelperTest.java      |       16 +-
 .../PersistentObjectManagerMultipleTest.java       |        3 +
 .../annotation/PersistentObjectManagerTest.java    |       58 +-
 .../metadata/model/support/JavaSourceTestCase.java |        2 +-
 j2ee.metadata/manifest.mf                          |        2 +-
 .../org-netbeans-modules-j2ee-metadata.sig         |        9 +-
 j2ee.metadata/nbproject/project.properties         |        2 +
 j2ee.metadata/nbproject/project.xml                |       17 +-
 .../model/api/MetadataModelCompatibilityTest.java  |       30 +-
 j2ee.persistence.kit/manifest.mf                   |        2 +-
 j2ee.persistence.kit/nbproject/project.xml         |       31 +-
 j2ee.persistence/nbproject/project.properties      |       13 +-
 j2ee.persistence/nbproject/project.xml             |      150 +-
 .../j2ee/persistence/action/Bundle.properties      |       10 +
 .../j2ee/persistence/action/GenerationOptions.java |       15 +-
 .../entity/generator/EntitiesFromDBGenerator.java  |        2 +-
 .../modules/j2ee/persistence/dd/Bundle.properties  |        7 +-
 .../j2ee/persistence/dd/PersistenceMetadata.java   |       24 +-
 .../j2ee/persistence/dd/PersistenceUtils.java      |       68 +-
 .../j2ee/persistence/dd/common/JPAParseUtils.java  |        8 +-
 .../j2ee/persistence/dd/common/Persistence.java    |        1 +
 .../persistence/dd/orm/model_1_0/package-info.java |        4 +-
 .../persistence/dd/orm/model_2_0/package-info.java |        4 +-
 .../persistence/dd/orm/model_2_1/package-info.java |       60 +
 .../dd/persistence/model_1_0/package-info.java     |        4 +-
 .../dd/persistence/model_2_0/package-info.java     |        4 +-
 .../dd/persistence/model_2_1/package-info.java     |       59 +
 .../j2ee/persistence/dd/resources/orm_2_1.mdd      |      357 +
 .../j2ee/persistence/dd/resources/orm_2_1.xsd      |     2336 +
 .../persistence/dd/resources/persistence_2_1.mdd   |       80 +
 .../persistence/dd/resources/persistence_2_1.xsd   |      354 +
 .../j2ee/persistence/editor/Bundle.properties      |       42 +
 .../j2ee/persistence/editor/CompletionContext.java |      297 +
 .../j2ee/persistence/editor/ContextUtilities.java  |      237 +
 .../j2ee/persistence/editor/DocumentContext.java   |      306 +
 .../persistence/editor/EditorContextFactory.java   |       67 +
 .../j2ee/persistence/editor/JPAEditorUtil.java     |      383 +
 .../editor/PersistenceCfgXmlConstants.java         |       62 +
 .../editor/completion/AnnotationUtils.java         |       86 +
 .../editor/completion/Bundle.properties            |     1320 +
 .../editor/completion/CCPaintComponent.java        |      432 +
 .../persistence/editor/completion/CCParser.java    |      467 +
 .../completion/CompletionContextResolver.java      |       56 +
 .../completion/ETCompletionContextResolver.java    |      246 +
 .../completion/JPACodeCompletionProvider.java      |      633 +
 .../editor/completion/JPACompletionItem.java       |     1234 +
 .../editor/completion/PUCompletionManager.java     |      226 +
 .../editor/completion/PUCompletionProvider.java    |      186 +
 .../persistence/editor/completion/PUCompletor.java |      504 +
 .../PersistenceCompletionDocumentation.java        |      128 +
 .../persistence/editor/completion/db/Catalog.java  |        1 +
 .../completion/db/DBCompletionContextResolver.java |      799 +
 .../editor/completion/db/DBMetaDataProvider.java   |        5 +-
 .../persistence/editor/hyperlink/Bundle.properties |        1 +
 .../hyperlink/NamedQueryHyperlinkProvider.java     |      411 +
 .../entitygenerator/DbSchemaEjbGenerator.java      |       40 +-
 .../persistence/entitygenerator/EntityClass.java   |        8 +-
 .../persistence/entitygenerator/EntityMember.java  |        5 +-
 .../j2ee/persistence/entitygenerator/SQLType.java  |        6 +-
 .../persistence/indexing/CopyResourcesIndexer.java |       68 +-
 .../j2ee/persistence/jpqleditor/Bundle.properties  |       49 +
 .../jpqleditor/JPQLEditorController.java           |      177 +
 .../j2ee/persistence/jpqleditor/JPQLExecutor.java  |      276 +
 .../j2ee/persistence/jpqleditor/JPQLResult.java    |      104 +
 .../modules/j2ee/persistence/jpqleditor/Utils.java |      192 +
 .../JPQLEditorCodeCompletionProvider.java          |      306 +
 .../persistence/jpqleditor/lexer/JPQLLanguage.java |       65 +
 .../jpqleditor/lexer/JPQLLanguageHierarchy.java    |       82 +
 .../persistence/jpqleditor/lexer/JPQLLexer.java    |      871 +
 .../jpqleditor/lexer/JPQLParserConstants.java      |       55 +
 .../persistence/jpqleditor/lexer/JPQLTokenId.java  |      222 +
 .../persistence/jpqleditor/ui/Bundle.properties    |       81 +
 .../jpqleditor/ui/JPQLEditorAction.java            |      103 +
 .../jpqleditor/ui/JPQLEditorTopComponent.form      |      405 +
 .../jpqleditor/ui/JPQLEditorTopComponent.java      |     1085 +
 .../jpqleditor/ui/resources/queryEditor16X16.png   |      Bin 0 -> 581 bytes
 .../jpqleditor/ui/resources/run_jpql_query_16.png  |      Bin
 .../j2ee/persistence/provider/DefaultProvider.java |       32 +-
 .../persistence/provider/EclipseLinkProvider.java  |       23 +-
 .../persistence/provider/HibernateProvider.java    |        8 +-
 .../j2ee/persistence/provider/OpenJPAProvider.java |        8 +-
 .../j2ee/persistence/provider/Provider.java        |       38 +-
 .../j2ee/persistence/provider/ProviderUtil.java    |      162 +-
 .../j2ee/persistence/provider/ToplinkProvider.java |        2 +-
 .../ContainerManagedJTAInjectableInEJB.java        |       15 +-
 ...tyManagerGenerationStrategyResolverFactory.java |      176 +
 .../EntityManagerGenerationStrategySupport.java    |        7 +-
 .../j2ee/persistence/spi/jpql/Constructor.java     |      128 +
 .../j2ee/persistence/spi/jpql/Embeddable.java      |      102 +
 .../modules/j2ee/persistence/spi/jpql/Entity.java  |       85 +
 .../j2ee/persistence/spi/jpql/ManagedType.java     |      183 +
 .../persistence/spi/jpql/ManagedTypeProvider.java  |      287 +
 .../persistence/spi/jpql/MappedSuperclass.java     |       72 +
 .../modules/j2ee/persistence/spi/jpql/Mapping.java |      139 +
 .../modules/j2ee/persistence/spi/jpql/Query.java   |       87 +
 .../modules/j2ee/persistence/spi/jpql/Type.java    |      315 +
 .../j2ee/persistence/spi/jpql/TypeDeclaration.java |      272 +
 .../j2ee/persistence/spi/jpql/TypeRepository.java  |      190 +
 .../persistence/spi/jpql/support/JPAAttribute.java |      225 +
 .../j2ee/persistence/spi/jpql/support/Utils.java   |      107 +
 .../persistence/ui/resources/Bundle.properties     |        2 +-
 .../j2ee/persistence/ui/resources/DBScript.html    |       49 +
 .../j2ee/persistence/ui/resources/PUResolver.xml   |       23 +-
 .../persistence/ui/resources/PersistenceUnit.html  |        2 +-
 .../j2ee/persistence/ui/resources/layer.xml        |       60 +-
 ...r-completion-JPACodeCompletionProvider.instance |        0
 .../persistence/ui/resources/persistence-2.1.xml   |        5 +
 .../j2ee/persistence/unit/AddEntityPanel.form      |        8 +-
 .../j2ee/persistence/unit/AddEntityPanel.java      |       19 +-
 .../j2ee/persistence/unit/Bundle.properties        |       17 +
 .../j2ee/persistence/unit/PUDataLoader.java        |       10 +-
 .../j2ee/persistence/unit/PUDataObject.java        |      140 +-
 .../j2ee/persistence/unit/PersistenceCatalog.java  |       14 +-
 .../persistence/unit/PersistenceCfgProperties.java |      287 +
 .../unit/PersistenceToolBarMVElement.java          |      146 +-
 .../persistence/unit/PersistenceUnitPanel.form     |       11 +-
 .../persistence/unit/PersistenceUnitPanel.java     |      272 +-
 .../unit/PersistenceUnitPanelFactory.java          |       21 +-
 .../j2ee/persistence/unit/PropertiesPanel.java     |      120 +
 .../persistence/unit/PropertiesTableModel.java     |      188 +
 .../persistence/unit/PropertiesTablePanel.java     |      189 +
 .../j2ee/persistence/unit/PropertyPanel.form       |       76 +
 .../j2ee/persistence/unit/PropertyPanel.java       |      198 +
 .../modules/j2ee/persistence/unit/Util.java        |      156 +
 .../j2ee/persistence/util/CustomClassLoader.java   |      261 +
 .../util/PersistenceEnvironmentImpl.java           |      196 +
 .../util/PersistenceProviderComboboxHelper.java    |       43 +-
 .../j2ee/persistence/util/SourceLevelChecker.java  |        2 +-
 .../j2ee/persistence/wizard/Bundle.properties      |        6 +-
 .../j2ee/persistence/wizard/EntityClosure.java     |      104 +-
 .../wizard/PersistenceClientEntitySelection.java   |        2 +-
 .../PersistenceClientEntitySelectionVisual.form    |      397 +-
 .../PersistenceClientEntitySelectionVisual.java    |      433 +-
 .../modules/j2ee/persistence/wizard/Util.java      |      217 +-
 .../persistence/wizard/dbscript/Bundle.properties  |       40 +
 .../persistence/wizard/dbscript/DBScriptPanel.form |      168 +
 .../persistence/wizard/dbscript/DBScriptPanel.java |      526 +
 .../wizard/dbscript/DBScriptWizard.java            |      248 +
 .../wizard/dbscript/DBScriptWizardDescriptor.java  |      167 +
 .../wizard/dbscript/GenerateScriptExecutor.java    |       90 +
 .../persistence/wizard/entity/Bundle.properties    |        1 +
 .../persistence/wizard/entity/EntityWizard.java    |       63 +-
 .../wizard/entity/EntityWizardDescriptor.java      |       18 +-
 .../wizard/entity/EntityWizardPanel.form           |        4 +-
 .../wizard/entity/EntityWizardPanel.java           |       46 +-
 .../persistence/wizard/entity/WrapperPanel.form    |        9 +-
 .../persistence/wizard/entity/WrapperPanel.java    |       58 +-
 .../persistence/wizard/fromdb/Bundle.properties    |       18 +-
 .../persistence/wizard/fromdb/DBSchemaManager.java |       21 +-
 .../wizard/fromdb/DBSchemaTableProvider.java       |       44 +-
 .../wizard/fromdb/DatabaseTablesPanel.form         |      237 +-
 .../wizard/fromdb/DatabaseTablesPanel.java         |      210 +-
 .../wizard/fromdb/EntityClassesPanel.form          |       40 +-
 .../wizard/fromdb/EntityClassesPanel.java          |      231 +-
 .../wizard/fromdb/JavaPersistenceGenerator.java    |      509 +-
 .../wizard/fromdb/MappingOptionsPanel.form         |       44 +-
 .../wizard/fromdb/MappingOptionsPanel.java         |       38 +-
 .../wizard/fromdb/RelatedCMPHelper.java            |       42 +-
 .../wizard/fromdb/RelatedCMPWizard.java            |      209 +-
 .../j2ee/persistence/wizard/fromdb/Table.java      |       45 +
 .../persistence/wizard/fromdb/TableUISupport.java  |        2 +-
 .../wizard/jpacontroller/Bundle.properties         |        2 +-
 .../jpacontroller/JpaControllerGenerator.java      |      134 +-
 .../jpacontroller/JpaControllerIterator.java       |      115 +-
 .../jpacontroller/JpaControllerSetupPanel.java     |        2 +-
 .../JpaControllerSetupPanelVisual.form             |        5 +-
 .../JpaControllerSetupPanelVisual.java             |       66 +-
 .../wizard/jpacontroller/JpaControllerUtil.java    |       31 +-
 .../wizard/jpacontroller/ProgressReporter.java     |       54 +
 .../jpacontroller/ProgressReporterDelegate.java    |       77 +
 .../wizard/library/PersistenceLibraryPanel.form    |       13 +-
 .../wizard/library/PersistenceLibraryPanel.java    |       50 +-
 .../wizard/library/PersistenceLibrarySupport.java  |       24 +-
 .../j2ee/persistence/wizard/unit/Bundle.properties |        8 +-
 .../wizard/unit/PersistenceUnitWizard.java         |       17 +-
 .../wizard/unit/PersistenceUnitWizardPanel.java    |       30 -
 .../wizard/unit/PersistenceUnitWizardPanelDS.form  |        4 +-
 .../wizard/unit/PersistenceUnitWizardPanelDS.java  |      180 +-
 .../unit/PersistenceUnitWizardPanelJdbc.form       |        4 +-
 .../unit/PersistenceUnitWizardPanelJdbc.java       |      140 +-
 .../action/EntityManagerGenerationTestSupport.java |       42 +-
 .../persistence/provider/ProviderUtilTest.java     |       14 +-
 .../sourcetestsupport/RepositoryImpl.java          |       81 -
 .../sourcetestsupport/SourceTestSupport.java       |       45 +-
 .../j2ee/persistence/unit/PUDataLoaderTest.java    |        4 +-
 .../persistence/unit/PUDataObjectTestBase.java     |       30 +-
 .../unit/PersistenceEditorTestBase.java            |        6 +-
 .../unit/PersistenceUnitDataObjectTest.java        |        3 +-
 .../persistence/unit/PersistenceValidatorTest.java |       14 +-
 .../j2ee/persistence/wizard/fromdb/JPAGenTest.java |        4 +-
 j2ee.persistenceapi/nbproject/project.properties   |       15 +-
 j2ee.persistenceapi/nbproject/project.xml          |       63 +-
 .../persistence/api/PersistenceEnvironment.java    |       87 +
 .../persistence/spi/EntityClassScopeFactory.java   |       10 +
 .../persistenceapi/EntityClassScopeAccessor.java   |       11 -
 .../metadata/orm/annotation/AttributesHelper.java  |        3 +
 .../metadata/orm/annotation/AttributesImpl.java    |       43 +-
 .../metadata/orm/annotation/EntityImpl.java        |      150 +-
 .../orm/annotation/MappedSuperclassImpl.java       |       30 +-
 .../metadata/orm/annotation/NamedQueryImpl.java    |       34 +-
 .../spi/support/PersistenceScopesHelperTest.java   |       41 +
 ...tityMappingsMetadataModelCompatibilityTest.java |      113 -
 j2ee.platform/arch.xml                             |        2 +-
 j2ee.platform/external/binaries-list               |        2 +-
 j2ee.platform/external/javaee-doc-api-license.txt  |      387 +
 j2ee.platform/external/javaee6-doc-api-license.txt |      387 -
 .../platform/docs/appclient/appclient_about.html   |       39 -
 .../platform/docs/appclient/appclient_create.html  |       89 -
 .../platform/docs/appclient/appclient_edit_dd.html |       80 -
 .../platform/docs/appclient/appclient_process.html |       99 -
 .../docs/appclient/appclient_quickref.html         |       86 -
 .../appclient/csh/appclient_props_compiling.html   |       54 -
 .../appclient/csh/appclient_props_documenting.html |       44 -
 .../appclient/csh/appclient_props_libraries.html   |      108 -
 .../appclient/csh/appclient_props_packaging.html   |       51 -
 .../docs/appclient/csh/appclient_props_run.html    |       46 -
 .../appclient/csh/appclient_props_sources.html     |       74 -
 .../appclient/csh/appclient_props_wsclient.html    |      119 -
 .../csh/appclient_props_wsclient_disabled.html     |       41 -
 .../csh/appclient_with_source_wizard1.html         |       70 -
 .../csh/appclient_with_source_wizard2.html         |       92 -
 .../platform/docs/appclient/csh/new_appclient.html |       61 -
 .../docs/appclient/csh/new_appclient_server.html   |       75 -
 .../archiveproject/archiveproject-deploying.html   |       80 -
 .../docs/archiveproject/archiveproject_about.html  |       75 -
 .../csh/archiveproject-properties-run.html         |       35 -
 .../csh/archiveproject_new_wizard.html             |       51 -
 .../modules/j2ee/platform/docs/credits.html        |       48 -
 .../ejb/configuring/about_ejb_relationship.html    |       90 -
 .../docs/ejb/configuring/config_ejb_about.html     |       99 -
 .../docs/ejb/configuring/config_ejb_dd.html        |      129 -
 .../docs/ejb/configuring/ejb_relationship.html     |      132 -
 .../j2ee/platform/docs/ejb/csh/call_ejb.html       |       84 -
 .../platform/docs/ejb/csh/ejb_generate_cmp1.html   |       57 -
 .../platform/docs/ejb/csh/ejb_generate_cmp2.html   |       53 -
 .../j2ee/platform/docs/ejb/csh/ejb_new_entity.html |       68 -
 .../j2ee/platform/docs/ejb/csh/ejb_new_mdb.html    |       47 -
 .../docs/ejb/csh/ejb_new_mdb_destination.html      |       45 -
 .../platform/docs/ejb/csh/ejb_new_session.html     |       99 -
 .../j2ee/platform/docs/ejb/csh/ejb_new_wizard.html |       60 -
 .../docs/ejb/csh/ejb_new_wizard_server.html        |       73 -
 .../docs/ejb/csh/ejb_with_source_wizard1.html      |       71 -
 .../docs/ejb/csh/ejb_with_source_wizard2.html      |       92 -
 .../csh/graphic_editor/dd_multiview_Entity.html    |       77 -
 .../ejb/csh/graphic_editor/dd_multiview_MDB.html   |       70 -
 .../graphic_editor/dd_multiview_Relationship.html  |       96 -
 .../csh/graphic_editor/dd_multiview_Session.html   |       69 -
 .../graphic_editor/dd_multiview_beanDetails.html   |       69 -
 .../dd_multiview_beanEnviornment.html              |      151 -
 .../csh/graphic_editor/dd_multiview_beanImp.html   |       90 -
 .../graphic_editor/dd_multiview_beanSecurity.html  |       75 -
 .../graphic_editor/dd_multiview_moduleDetails.html |       49 -
 .../graphic_editor/dd_multiview_securityRoles.html |       74 -
 .../docs/ejb/csh/stand-ejb-add-library.html        |       33 -
 .../docs/ejb/csh/stand-ejb-properties-compile.html |       76 -
 .../docs/ejb/csh/stand-ejb-properties-javadoc.html |       66 -
 .../ejb/csh/stand-ejb-properties-libraries.html    |      121 -
 .../ejb/csh/stand-ejb-properties-packaging.html    |       62 -
 .../docs/ejb/csh/stand-ejb-properties-run.html     |       60 -
 .../docs/ejb/csh/stand-ejb-properties-sources.html |       94 -
 .../stand-ejb-properties-webservices-disabled.html |       58 -
 .../ejb/csh/stand-ejb-properties-webservices.html  |      253 -
 .../j2ee/platform/docs/ejb/debug/debug_ejb.html    |       84 -
 .../j2ee/platform/docs/ejb/debug/profile_ejb.html  |       99 -
 .../j2ee/platform/docs/ejb/debug/test_ejb.html     |       71 -
 .../j2ee/platform/docs/ejb/deploy/build_ejb.html   |       93 -
 .../j2ee/platform/docs/ejb/deploy/deploy_ejb.html  |       65 -
 .../docs/ejb/editing/about_business_method.html    |       69 -
 .../platform/docs/ejb/editing/about_call_ejb.html  |       95 -
 .../j2ee/platform/docs/ejb/editing/add_ejbql.html  |       74 -
 .../j2ee/platform/docs/ejb/editing/call_ejb.html   |       95 -
 .../j2ee/platform/docs/ejb/editing/create_ejb.html |       73 -
 .../docs/ejb/editing/create_ejb_project.html       |       96 -
 .../docs/ejb/editing/define_business_method.html   |       72 -
 .../docs/ejb/editing/define_cmp_field.html         |       77 -
 .../docs/ejb/editing/define_finder_method.html     |      102 -
 .../docs/ejb/editing/define_select_method.html     |       90 -
 .../docs/ejb/editing/generate_cmp_beans.html       |      103 -
 .../platform/docs/ejb/editing/refactor_ejb.html    |       66 -
 .../j2ee/platform/docs/ejb/general/about_cmp.html  |       46 -
 .../ejb/general/about_deployment_descriptors.html  |       88 -
 .../j2ee/platform/docs/ejb/general/about_ejbs.html |       68 -
 .../docs/ejb/general/about_entity_beans.html       |       74 -
 .../docs/ejb/general/about_msg_driven_beans.html   |      115 -
 .../docs/ejb/general/about_session_beans.html      |       99 -
 .../platform/docs/ejb/general/ejb_process.html     |      128 -
 .../platform/docs/ejb/general/ejb_quickref.html    |      190 -
 .../platform/docs/ejb/general/entity_quickref.html |      166 -
 .../docs/ejb/glossary/abstractschemadef.html       |       25 -
 .../docs/ejb/glossary/abstractschemanamedef.html   |       25 -
 .../docs/ejb/glossary/abstractschematypedef.html   |       25 -
 .../platform/docs/ejb/glossary/deploymentdesc.html |       41 -
 .../j2ee/platform/docs/ejb/glossary/eisdef.html    |       31 -
 .../platform/docs/ejb/glossary/ejbcntnrdef.html    |       29 -
 .../platform/docs/ejb/glossary/ejblocalrefdef.html |       26 -
 .../j2ee/platform/docs/ejb/glossary/ejbrefdef.html |       24 -
 .../platform/docs/ejb/glossary/enventrydef.html    |       29 -
 .../platform/docs/ejb/glossary/j2eeappdef.html     |       23 -
 .../platform/docs/ejb/glossary/j2eesrvdef.html     |       30 -
 .../platform/docs/ejb/glossary/jarfiledef.html     |       25 -
 .../platform/docs/ejb/glossary/navigationdef.html  |       20 -
 .../docs/ejb/glossary/persistentfielddef.html      |       25 -
 .../docs/ejb/glossary/primarykeyfield.html         |       26 -
 .../docs/ejb/glossary/relationshipfielddef.html    |       24 -
 .../docs/ejb/glossary/resourceenvironmentref.html  |       20 -
 .../docs/ejb/glossary/resourcefactoryref.html      |       23 -
 .../docs/ejb/glossary/securityroleref.html         |       43 -
 .../docs/enterprise/csh/CustomizerGeneral.html     |       45 -
 .../docs/enterprise/csh/CustomizerJarContent.html  |       53 -
 .../docs/enterprise/csh/CustomizerLibraries.html   |       87 -
 .../docs/enterprise/csh/CustomizerRun.html         |       57 -
 .../csh/ImportBlueprintEarWizardIterator.html      |       57 -
 .../csh/ImportBlueprintEarWizardIterator2.html     |       58 -
 .../ImportBlueprintEarWizardIterator_servers.html  |       70 -
 .../csh/NewEarProjectWizardIterator.html           |       57 -
 .../csh/NewEarProjectWizardIterator_servers.html   |       82 -
 .../platform/docs/enterprise/csh/send_email.html   |       61 -
 .../platform/docs/enterprise/csh/send_jms.html     |       77 -
 .../j2ee/platform/docs/enterprise/csh/use_db.html  |       62 -
 .../docs/enterprise/general/about_ent_apps.html    |       48 -
 .../enterprise/general/add_modules_to_ent_app.html |       86 -
 .../general/add_resources_to_ent_app.html          |       49 -
 .../docs/enterprise/general/ent_app_build.html     |       62 -
 .../docs/enterprise/general/ent_app_configure.html |       94 -
 .../docs/enterprise/general/ent_app_creating.html  |       75 -
 .../docs/enterprise/general/ent_app_deploy.html    |       92 -
 .../docs/enterprise/general/ent_app_process.html   |      156 -
 .../docs/enterprise/general/ent_app_quickref.html  |      212 -
 .../docs/enterprise/general/ent_app_verify.html    |       61 -
 .../docs/enterprise/general/send_email.html        |       69 -
 .../platform/docs/enterprise/general/send_jms.html |       72 -
 .../docs/enterprise/general/service_locator.html   |       78 -
 .../platform/docs/enterprise/general/use_db.html   |       71 -
 .../modules/j2ee/platform/docs/images/circle1.gif  |      Bin 411 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle2.gif  |      Bin 417 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle3.gif  |      Bin 432 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle4.gif  |      Bin 420 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle5.gif  |      Bin 428 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle6.gif  |      Bin 430 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle7.gif  |      Bin 423 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle8.gif  |      Bin 425 -> 0 bytes
 .../modules/j2ee/platform/docs/images/circle9.gif  |      Bin 437 -> 0 bytes
 .../modules/j2ee/platform/docs/images/debug.png    |      Bin 418 -> 0 bytes
 .../docs/images/jaxrpc-myHelloServiceApp.gif       |      Bin 83914 -> 0 bytes
 .../modules/j2ee/platform/docs/images/refresh.png  |      Bin 802 -> 0 bytes
 .../modules/j2ee/platform/docs/images/restart.png  |      Bin 357 -> 0 bytes
 .../modules/j2ee/platform/docs/images/start.png    |      Bin 392 -> 0 bytes
 .../modules/j2ee/platform/docs/images/stop.png     |      Bin 550 -> 0 bytes
 .../modules/j2ee/platform/docs/images/tip.gif      |      Bin 100 -> 0 bytes
 .../modules/j2ee/platform/docs/j2ee-toc.xml        |      270 -
 .../netbeans/modules/j2ee/platform/docs/j2ee.hs    |       50 -
 .../modules/j2ee/platform/docs/j2eeMap.jhm         |      499 -
 .../docs/persistence/csh/db_new_datasource.html    |       49 -
 .../persistence/csh/db_resolve_datasource.html     |       37 -
 .../csh/persist_new_sessionfromentity1.html        |       43 -
 .../csh/persist_new_sessionfromentity2.html        |       40 -
 .../general/persistence_sessionfromentity.html     |       60 -
 .../persistence/general/persistence_webapp.html    |       57 -
 .../j2ee/platform/docs/server/about_server.html    |       86 -
 .../platform/docs/server/csh_server_manager.html   |      116 -
 .../sun-application-client.html                    |       61 -
 .../sun-applicationclient_env.html                 |       81 -
 .../glassfish/appconfigeditors/sunapplication.html |       66 -
 .../docs/server/glassfish/cmp/gen_tables.html      |       82 -
 .../docs/server/glassfish/cmp/map_bean_to_db.html  |      110 -
 .../docs/server/glassfish/cmp/map_rel_fields.html  |       74 -
 .../configeditors/SecurityWebAddGroup.html         |       38 -
 .../configeditors/SecurityWebAddPrincipal.html     |       40 -
 .../configeditors/SecurityWebEditGroup.html        |       36 -
 .../configeditors/SecurityWebEditPrincipal.html    |       40 -
 .../SecurityWebMessageSecBindings.html             |       47 -
 .../configeditors/SecurityWebMessageSecurity.html  |       46 -
 .../configeditors/SecurityWebRoleMapping.html      |       71 -
 .../ServiceRefPortInfoStubProperty.html            |       44 -
 .../server/glassfish/configeditors/Servlet.html    |       56 -
 .../glassfish/configeditors/WebAppGeneral.html     |       86 -
 .../glassfish/configeditors/WebAppMessages.html    |       54 -
 .../glassfish/configeditors/WebserviceClients.html |       67 -
 .../configeditors/WebserviceDescriptor.html        |      186 -
 .../glassfish/ejbconfigeditors/entitybean.html     |      121 -
 .../glassfish/ejbconfigeditors/sunconfig.html      |       69 -
 .../docs/server/glassfish/general/JVM.html         |      161 -
 .../docs/server/glassfish/general/aboutplugin.html |      109 -
 .../server/glassfish/general/adminconsole.html     |       88 -
 .../server/glassfish/general/def_connpool.html     |      108 -
 .../server/glassfish/general/def_javamail.html     |      109 -
 .../server/glassfish/general/def_jdbcresource.html |      114 -
 .../docs/server/glassfish/general/def_jms.html     |      148 -
 .../glassfish/general/register_appserver.html      |      126 -
 .../glassfish/general/register_resource.html       |      106 -
 .../glassfish/general/sjs_configure_security.html  |      112 -
 .../server/glassfish/general/sjs_manage_users.html |      117 -
 .../server/glassfish/general/sjs_quickref.html     |      176 -
 .../server/glassfish/general/sjs_undeploy.html     |       83 -
 .../glassfish/general/sjs_view_serverlog.html      |       82 -
 .../docs/server/glassfish/general/viewing_SJS.html |      118 -
 .../server/glassfish/general/working_withSJS.html  |      128 -
 .../docs/server/glassfish/images/EjbRefIcon16.gif  |      Bin 976 -> 0 bytes
 .../server/glassfish/images/EntityNodeIcon.gif     |      Bin 516 -> 0 bytes
 .../platform/docs/server/glassfish/images/JDBC.gif |      Bin 1055 -> 0 bytes
 .../docs/server/glassfish/images/JVMIcon.gif       |      Bin 446 -> 0 bytes
 .../server/glassfish/images/MessageNodeIcon.gif    |      Bin 513 -> 0 bytes
 .../server/glassfish/images/ResNodeNodeIcon.gif    |      Bin 358 -> 0 bytes
 .../glassfish/images/ResourceEnvRefIcon16.gif      |      Bin 966 -> 0 bytes
 .../server/glassfish/images/ResourceRefIcon16.gif  |      Bin 950 -> 0 bytes
 .../server/glassfish/images/ServerInstanceIcon.png |      Bin 341 -> 0 bytes
 .../server/glassfish/images/ServiceRefIcon16.gif   |      Bin 976 -> 0 bytes
 .../server/glassfish/images/SessionNodeIcon.gif    |      Bin 529 -> 0 bytes
 .../docs/server/glassfish/images/circle1.gif       |      Bin 411 -> 0 bytes
 .../docs/server/glassfish/images/circle2.gif       |      Bin 417 -> 0 bytes
 .../docs/server/glassfish/images/circle3.gif       |      Bin 432 -> 0 bytes
 .../docs/server/glassfish/images/circle4.gif       |      Bin 420 -> 0 bytes
 .../docs/server/glassfish/images/circle5.gif       |      Bin 428 -> 0 bytes
 .../docs/server/glassfish/images/circle6.gif       |      Bin 430 -> 0 bytes
 .../docs/server/glassfish/images/connector.gif     |      Bin 336 -> 0 bytes
 .../platform/docs/server/glassfish/images/dd.gif   |      Bin 237 -> 0 bytes
 .../docs/server/glassfish/images/folder.gif        |      Bin 330 -> 0 bytes
 .../server/glassfish/images/javaMailSession.gif    |      Bin 159 -> 0 bytes
 .../platform/docs/server/glassfish/images/jms.gif  |      Bin 335 -> 0 bytes
 .../docs/server/glassfish/images/jms_00.gif        |      Bin 221 -> 0 bytes
 .../platform/docs/server/glassfish/images/jndi.gif |      Bin 367 -> 0 bytes
 .../server/glassfish/images/main-project-badge.gif |      Bin 62 -> 0 bytes
 .../server/glassfish/images/persistenceMgr.gif     |      Bin 607 -> 0 bytes
 .../glassfish/images/runtime-window-servers.png    |      Bin 568 -> 0 bytes
 .../platform/docs/server/glassfish/images/tip.gif  |      Bin 100 -> 0 bytes
 .../resourcewizards/ConnPool_chooseDB.html         |       98 -
 .../resourcewizards/ConnPool_poolSettings.html     |      169 -
 .../glassfish/resourcewizards/ConnPool_props.html  |      134 -
 .../resourcewizards/DataSource-properties.html     |       77 -
 .../resourcewizards/DataSource_general.html        |      136 -
 .../resourcewizards/DataSource_props.html          |       86 -
 .../glassfish/resourcewizards/JMS_general.html     |      126 -
 .../glassfish/resourcewizards/JMS_props.html       |       55 -
 .../glassfish/resourcewizards/Mail_general.html    |      120 -
 .../glassfish/resourcewizards/Mail_props.html      |       64 -
 .../glassfish/runtimetab/RegServ_Choose.html       |      157 -
 .../glassfish/runtimetab/RegServ_Choose_v3.html    |      131 -
 .../glassfish/runtimetab/RegServ_Create.html       |       91 -
 .../glassfish/runtimetab/RegServ_LogInfo.html      |       84 -
 .../glassfish/runtimetab/RegServ_Remote.html       |       87 -
 .../glassfish/runtimetab/RegServ_Remote_v3.html    |      100 -
 .../glassfish/runtimetab/RegServ_UserDef.html      |       86 -
 .../platform/docs/server/jboss/about_jboss.html    |       43 -
 .../server/jboss/datasource_app_server_jboss.html  |      103 -
 .../docs/server/jboss/jboss_location_csh.html      |       35 -
 .../platform/docs/server/jboss/jboss_process.html  |       69 -
 .../docs/server/jboss/jboss_properties_csh.html    |       41 -
 .../platform/docs/server/jboss/jboss_quickref.html |       71 -
 .../jboss/management_console_app_server_jboss.html |       40 -
 .../server/jboss/registering_app_server_jboss.html |       55 -
 .../docs/server/server_aboutdbconnect.html         |      108 -
 .../j2ee/platform/docs/server/server_context.html  |       68 -
 .../j2ee/platform/docs/server/server_register.html |       47 -
 .../j2ee/platform/docs/server/server_remove.html   |       54 -
 .../j2ee/platform/docs/server/server_start.html    |      126 -
 .../weblogic/registering_app_server_weblogic.html  |       63 -
 .../server/weblogic/weblogic_location_csh.html     |       35 -
 .../server/weblogic/weblogic_properties_csh.html   |       43 -
 .../netbeans/modules/j2ee/platform/docs/tbd.html   |       20 -
 .../j2ee/platform/docs/web/about_webtier.html      |       60 -
 .../platform/docs/webservice/about/about_rest.html |       85 -
 .../platform/docs/webservice/about/about_ws.html   |       96 -
 .../platform/docs/webservice/about/ws_process.html |      173 -
 .../docs/webservice/about/ws_quickref.html         |      175 -
 .../docs/webservice/build/about_build_ws.html      |       58 -
 .../webservice/configure/about_annotations.html    |       60 -
 .../docs/webservice/configure/config_ws_about.html |      102 -
 .../configure/config_ws_annotations.html           |       54 -
 .../docs/webservice/configure/config_ws_dd.html    |       90 -
 .../docs/webservice/configure/configure_axis.html  |       60 -
 .../docs/webservice/consume/about_wsc.html         |       61 -
 .../docs/webservice/consume/wsc_build.html         |       45 -
 .../docs/webservice/consume/wsc_call_ws.html       |       52 -
 .../consume/wsc_call_ws_asynchronous.html          |       79 -
 .../docs/webservice/consume/wsc_create.html        |      107 -
 .../docs/webservice/consume/wsc_deploy.html        |       70 -
 .../docs/webservice/consume/wsc_process.html       |      129 -
 .../docs/webservice/consume/wsc_proxy.html         |      132 -
 .../platform/docs/webservice/consume/wsc_rest.html |      107 -
 .../docs/webservice/consume/wsc_stubs.html         |       81 -
 .../docs/webservice/create/about_implement_ws.html |       63 -
 .../docs/webservice/create/add_ws_operation.html   |       81 -
 .../docs/webservice/create/create_axis.html        |       58 -
 .../create/create_rest_from_scratch.html           |       97 -
 .../webservice/create/create_ws_from_java.html     |       53 -
 .../webservice/create/create_ws_from_scratch.html  |       58 -
 .../webservice/create/create_ws_from_wsdl.html     |       74 -
 .../docs/webservice/create/create_wsdl_file.html   |       55 -
 .../docs/webservice/csh/AddWebServiceDlg.html      |       54 -
 .../csh/editor/EditWSAttributesCookieImpl.html     |       48 -
 .../docs/webservice/csh/editor/ID_BINDING.html     |       70 -
 .../csh/editor/ID_BINDING_OPERATION.html           |       69 -
 .../webservice/csh/editor/ID_EXTERNAL_BINDING.html |       68 -
 .../docs/webservice/csh/editor/ID_GLOBAL.html      |      116 -
 .../docs/webservice/csh/editor/ID_PORT.html        |       60 -
 .../docs/webservice/csh/editor/ID_PORT_TYPE.html   |       94 -
 .../csh/editor/ID_PORT_TYPE_OPERATION_FAULT.html   |       65 -
 .../docs/webservice/csh/editor/ID_SERVICE.html     |       63 -
 .../webservice/csh/editor/wsdl_customization.html  |       50 -
 .../webservice/csh/editor/wsimport_options.html    |       75 -
 .../csh/wizards/LogicalHandlerWizard.html          |       43 -
 .../csh/wizards/MessageHandlerWizard.html          |       54 -
 .../wizards/WebServiceClientWizardDescriptor.html  |       61 -
 .../csh/wizards/WebServiceWizardDescriptor.html    |       61 -
 .../WebServiceWizardFromWSDLDescriptor.html        |       51 -
 .../docs/webservice/csh/wizards/WsdlPanel.html     |       47 -
 .../expose/about_deploy_and_test_ws.html           |       59 -
 .../docs/webservice/expose/as_setup_axis.html      |       54 -
 .../platform/docs/webservice/expose/expose_ws.html |       71 -
 .../webservice/expose/glassfish_tester-ws.html     |       65 -
 .../platform/docs/webservice/expose/test_rest.html |       70 -
 .../platform/docs/webservice/expose/test_ws.html   |       51 -
 .../platform/docs/webservice/jaxb/about_jaxb.html  |       61 -
 .../platform/docs/webservice/jaxb/jaxb_wizard.html |       73 -
 .../docs/webservice/jaxb/marshall_unmarshall.html  |       57 -
 .../docs/webservice/jaxb/unmarshall_marshall.html  |       56 -
 .../webservice/message/about_ws_soap_message.html  |       50 -
 .../message/configure_ws_soap_message.html         |       53 -
 .../webservice/message/create_ws_soap_message.html |       47 -
 .../message/test_and_use_ws_soap_message.html      |       46 -
 .../nodes/wsitconf-AdvancedConfigurationNode.html  |       50 -
 .../nodes/wsitconf-BindingInputNode.html           |       65 -
 .../nodes/wsitconf-BindingOutputNode.html          |       63 -
 .../nodes/wsitconf-EditWSAttributesCookieImpl.html |       67 -
 .../wsitconf-OperationContainerServiceNode.html    |       39 -
 .../webservice/nodes/wsitconf-OperationNode.html   |       53 -
 .../webservice/nodes/wsitconf-ServiceNode.html     |      106 -
 .../nodes/wsitconf-TransportClientNode.html        |       46 -
 .../nodes/wsitconf-UserAuthenticationNode.html     |       57 -
 .../docs/webservice/nodes/wsitconf-about.html      |       86 -
 .../docs/webservice/nodes/wsitconf-access.html     |       59 -
 j2ee.platform/manifest.mf                          |        3 +-
 j2ee.platform/nbproject/project.properties         |        4 +-
 .../modules/j2ee/platform/helpset-decl.xml         |       49 -
 .../org/netbeans/modules/j2ee/platform/layer.xml   |       59 -
 j2ee.samples/build.xml                             |        3 +
 j2ee.samples/manifest.mf                           |        2 +-
 j2ee.samples/nbproject/project.xml                 |       28 +-
 .../build.xml                                      |       74 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |     1016 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       83 +
 .../nbproject/project.xml                          |       27 +
 .../src/conf/MANIFEST.MF                           |        0
 .../src/conf/application-client.xml                |       33 +
 .../appclient/Client.java                          |       70 +
 .../ApplicationScopedResources-ejb/build.xml       |       68 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |      849 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       72 +
 .../nbproject/project.xml                          |       16 +
 .../src/conf/MANIFEST.MF                           |        0
 .../org/glassfish/appscopedresources/Hello.java    |       41 +
 .../glassfish/appscopedresources/HelloBean.java    |       59 +
 .../org/glassfish/appscopedresources/Util.java     |       87 +
 .../ApplicationScopedResources/build.xml           |       66 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |      587 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       41 +
 .../nbproject/project.xml                          |       39 +
 .../setup/glassfish-resources.xml                  |       15 +
 .../src/conf/MANIFEST.MF                           |        0
 j2ee.samples/samples_src/EjbContainer/pom.xml      |      119 +
 .../tempconverter/TemperatureConverter.java        |       51 +
 .../tempconverter/TemperatureConverterTest.java    |      103 +
 j2ee.samples/samples_src/EmbeddedGlassfish/pom.xml |      118 +
 .../EmbeddedGlassfish/resources/WEB-INF/beans.xml  |       32 +
 .../WEB-INF/classes/META-INF/persistence.xml       |       50 +
 .../resources/WEB-INF/sun-web.xml                  |       42 +
 .../EmbeddedGlassfish/resources/WEB-INF/web.xml    |       74 +
 .../EmbeddedGlassfish/resources/index.jsp          |       52 +
 .../EmbeddedGlassfish/resources/newentry.jsp       |       77 +
 .../EmbeddedGlassfish/resources/search.jsp         |       57 +
 .../EmbeddedGlassfish/resources/searchl.jsp        |       57 +
 .../EmbeddedGlassfish/resources/stylesheet.css     |       87 +
 .../client/EmbeddedTelephoneDirectory.java         |      253 +
 .../telephonedirectory/server/AddNewEntry.java     |      154 +
 .../server/PersistenceManager.java                 |      171 +
 .../embedded/telephonedirectory/server/Person.java |       64 +
 .../telephonedirectory/server/PersonEntity.java    |      140 +
 .../telephonedirectory/server/SearchLocation.java  |      141 +
 .../telephonedirectory/server/SearchName.java      |      140 +
 .../telephonedirectory/server/SortedList.java      |      137 +
 .../JsfJpaCrud/src/java/jpa/entities/Customer.java |        2 +-
 .../src/java/jpa/entities/DiscountCode.java        |        2 +-
 .../src/java/jpa/entities/Manufacturer.java        |        2 +-
 .../JsfJpaCrud/src/java/jpa/entities/Product.java  |        2 +-
 .../src/java/jpa/entities/ProductCode.java         |        2 +-
 .../nbproject/project.properties                   |       18 +-
 .../nbproject/project.properties                   |       17 +
 .../lottery_annotation_ejb_stateless/DiceBean.java |       14 +-
 .../nbproject/project.properties                   |       19 +
 .../LotteryAnnotation-war/web/LotteryView.jsp      |       10 +-
 .../LotteryAnnotation/nbproject/project.properties |        9 +-
 .../PetCatalog/setup/SETUP_INSTRUCTIONS.html       |       16 +-
 .../samples_src/PetCatalog/setup/catalog.sql       |       68 +-
 .../{sun-resources.xml => glassfish-resources.xml} |        0
 .../PetCatalog/src/java/controller/Catalog.java    |       39 +-
 .../PetCatalog/src/java/controller/ItemFacade.java |       41 +-
 .../PetCatalog/src/java/controller/PagingInfo.java |       41 +
 .../PetCatalog/src/java/model/Item.java            |       53 +-
 .../ScrumToys/nbproject/project.properties         |        9 +
 .../samples_src/ScrumToys/src/java/i18n.properties |        2 +-
 .../ScrumToys/src/java/i18n_en_US.properties       |        2 +-
 .../ScrumToys/src/java/i18n_pt_BR.properties       |        4 +-
 .../jsf2/demo/scrum/model/entities/Project.java    |        2 +-
 .../demo/scrum/web/controller/SprintManager.java   |        2 +-
 .../samples_src/ScrumToys/web/dashboard/show.xhtml |       29 +-
 .../samples_src/ScrumToys/web/project/form.xhtml   |        2 +-
 .../web/resources/components/bigPostit.xhtml       |       17 +-
 .../ScrumToys/web/resources/components/menu.xhtml  |      102 +-
 .../web/resources/components/menuItem.xhtml        |       13 +-
 .../web/resources/components/postit.xhtml          |        8 +-
 .../web/resources/components/postitLink.xhtml      |        3 +-
 .../web/resources/components/submenu.xhtml         |        5 +-
 .../web/resources/components/submenuItem.xhtml     |       10 +-
 .../ScrumToys/web/skin/changeSkin.xhtml            |        7 +-
 .../samples_src/ScrumToys/web/sprint/form.xhtml    |        4 +-
 .../samples_src/ScrumToys/web/story/create.xhtml   |        6 +-
 .../samples_src/ScrumToys/web/story/form.xhtml     |        6 +-
 .../samples_src/ScrumToys/web/task/form.xhtml      |        6 +-
 .../samples_src/ScrumToys/web/template.xhtml       |        4 +-
 .../ServletStateless/nbproject/project.properties  |       18 +
 .../java/servlet/stateless/Servlet2Stateless.java  |        9 +-
 .../ServletStateless/src/java/util/HTMLFilter.java |       69 +
 .../modules/j2ee/samples/Bundle.properties         |       20 +-
 .../j2ee/samples/JavaEESamplesPanelVisual.form     |        4 +-
 .../j2ee/samples/JavaEESamplesPanelVisual.java     |       92 +-
 .../j2ee/samples/JavaEESamplesWizardIterator.java  |       51 +-
 .../j2ee/samples/JavaEESamplesWizardPanel.java     |       26 +-
 .../modules/j2ee/samples/Maven2SamplesIcon.gif     |      Bin
 .../descriptions/ApplicationScopedResources.html   |        5 +
 .../j2ee/samples/descriptions/EjbContainer.html    |        5 +
 .../samples/descriptions/EmbeddedGlassfish.html    |        9 +
 .../org/netbeans/modules/j2ee/samples/layer.xml    |      148 +-
 j2ee.sun.appsrv/nbproject/project.properties       |        4 +-
 j2ee.sun.appsrv/nbproject/project.xml              |       80 +-
 .../sun/api/restricted/ResourceConfigurator.java   |        6 +-
 .../j2ee/sun/api/restricted/ResourceUtils.java     |      140 +-
 .../modules/j2ee/sun/appsrvapi/Bundle.properties   |        3 +
 .../modules/j2ee/sun/appsrvapi/XResolver.xml       |       12 -
 .../netbeans/modules/j2ee/sun/appsrvapi/layer.xml  |        9 -
 .../j2ee/sun/ide/editors/AdminAuthenticator.java   |        3 +-
 .../resourcesloader/SunResourceDataLoader.java     |       10 +
 .../resourcesloader/SunResourceDataObject.java     |       39 +-
 .../sun/ide/sunresources/wizards/Bundle.properties |       11 +-
 .../wizards/ConnectionPoolOptionalVisualPanel.java |       41 +
 .../j2ee/sun/ide/sunresources/wizards/Util.java    |       15 +-
 .../sun/sunresources/beans/WizardConstants.java    |        4 +-
 j2ee.sun.dd/nbproject/project.properties           |        4 +-
 j2ee.sun.dd/nbproject/project.xml                  |       43 +-
 .../netbeans/modules/j2ee/sun/dd/Bundle.properties |        2 +
 .../modules/j2ee/sun/dd/api/ASDDVersion.java       |       19 +-
 .../modules/j2ee/sun/dd/api/cmp/package-info.java  |        3 +-
 .../sun/dd/impl/app/model_1_3_0/package-info.java  |        4 +-
 .../sun/dd/impl/app/model_1_4_0/package-info.java  |        4 +-
 .../sun/dd/impl/app/model_5_0_0/package-info.java  |        4 +-
 .../sun/dd/impl/app/model_6_0_0/package-info.java  |        4 +-
 .../sun/dd/impl/app/model_6_0_1/package-info.java  |        4 +-
 .../dd/impl/client/model_1_3_0/package-info.java   |        4 +-
 .../dd/impl/client/model_1_4_0/package-info.java   |        4 +-
 .../dd/impl/client/model_1_4_1/package-info.java   |        4 +-
 .../dd/impl/client/model_5_0_0/package-info.java   |        4 +-
 .../dd/impl/client/model_6_0_0/package-info.java   |        4 +-
 .../dd/impl/client/model_6_0_1/package-info.java   |        4 +-
 .../sun/dd/impl/cmp/model_1_0/package-info.java    |        4 +-
 .../sun/dd/impl/cmp/model_1_1/package-info.java    |        4 +-
 .../sun/dd/impl/cmp/model_1_2/package-info.java    |        4 +-
 .../dd/impl/common/model_2_1_0/package-info.java   |        4 +-
 .../dd/impl/common/model_2_1_1/package-info.java   |        4 +-
 .../dd/impl/common/model_3_0_0/package-info.java   |        4 +-
 .../sun/dd/impl/ejb/model_2_0_0/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_2_1_0/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_2_1_1/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_3_0_0/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_3_0_1/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_3_1_0/package-info.java  |        4 +-
 .../sun/dd/impl/ejb/model_3_1_1/package-info.java  |        4 +-
 .../impl/serverresources/model/package-info.java   |        3 +-
 .../serverresources/model_1_5/package-info.java    |        4 +-
 .../j2ee/sun/dd/impl/verifier/package-info.java    |        3 +-
 .../sun/dd/impl/web/model_2_3_0/package-info.java  |        4 +-
 .../sun/dd/impl/web/model_2_4_0/package-info.java  |        4 +-
 .../sun/dd/impl/web/model_2_4_1/package-info.java  |        4 +-
 .../sun/dd/impl/web/model_2_5_0/package-info.java  |        4 +-
 .../sun/dd/impl/web/model_3_0_0/package-info.java  |        4 +-
 .../sun/dd/impl/web/model_3_0_1/package-info.java  |        4 +-
 j2ee.sun.ddui/nbproject/project.properties         |        4 +-
 j2ee.sun.ddui/nbproject/project.xml                |       81 +-
 .../modules/j2ee/sun/ddloaders/Bundle.properties   |       11 +-
 .../modules/j2ee/sun/ddloaders/DDType.java         |       89 +-
 .../modules/j2ee/sun/ddloaders/DDViewFactory.java  |      338 -
 .../sun/ddloaders/SunDescriptorDataLoader.java     |       11 +-
 .../sun/ddloaders/SunDescriptorDataObject.java     |      628 +-
 .../ddloaders/multiview/DDMultiViewElement.java    |        7 +-
 .../SunAppClientOverviewMultiViewElement.java      |        5 +-
 .../common/EnvironmentMultiViewElement.java        |        5 +-
 .../SecurityRoleMappingMultiViewElement.java       |        5 +-
 .../common/ServiceRefMultiViewElement.java         |        5 +-
 .../multiview/ejb/EjbMultiViewElement.java         |        5 +-
 .../multiview/ejb/SunEjbJarDetailsPanel.form       |        8 +-
 .../multiview/ejb/SunEjbJarDetailsPanel.java       |        2 +-
 .../ejb/SunEjbOverviewMultiViewElement.java        |        5 +-
 .../multiview/jms/JmsMultiViewElement.java         |        5 +-
 .../ddloaders/multiview/tables/Bundle.properties   |        6 +-
 .../sun/ddloaders/multiview/web/Bundle.properties  |        2 +-
 .../multiview/web/ServletMultiViewElement.java     |        5 +-
 .../multiview/web/SunWebClassLoaderPanel.form      |        6 +-
 .../multiview/web/SunWebDetailsPanel.form          |        6 +-
 .../web/SunWebOverviewMultiViewElement.java        |        5 +-
 .../webservice/WebServiceMultiViewElement.java     |        5 +-
 .../modules/j2ee/sun/share/Bundle.properties       |        2 +-
 .../j2ee/sun/share/configbean/Bundle.properties    |        1 +
 .../modules/j2ee/sun/share/configbean/Utils.java   |        4 +-
 .../share/configbean/customizers/Bundle.properties |        2 +-
 .../share/configbean/customizers/ServletPanel.form |        8 +-
 .../share/configbean/customizers/ServletPanel.java |        2 +-
 .../customizers/ejbmodule/Bundle.properties        |       17 +
 .../configbean/customizers/ejbmodule/EjbPanel.form |        7 +-
 .../configbean/customizers/ejbmodule/EjbPanel.java |        2 +-
 .../customizers/webservice/EndpointPanel.java      |        3 +-
 .../customizers/webservice/PortInfoPanel.java      |        9 +-
 .../configbean/templates/SunDDVisualPanel.form     |        5 +-
 .../configbean/templates/SunDDVisualPanel.java     |        8 +-
 .../org/netbeans/modules/j2ee/sun/share/layer.xml  |       29 +-
 .../modules/j2ee/sun/ddloaders/DDTypeTest.java     |      129 +
 j2ee.toplinklib/build.xml                          |       50 -
 j2ee.toplinklib/external/binaries-list             |        2 -
 .../glassfish-persistence-v2-build-58g-license.txt |      832 -
 ...assfish-persistence-v2ur1-build-09d-license.txt |      388 -
 j2ee.toplinklib/manifest.mf                        |        7 -
 j2ee.toplinklib/nbproject/project.properties       |       61 -
 j2ee.toplinklib/nbproject/project.xml              |       64 -
 .../modules/j2ee/toplinklib/Bundle.properties      |       48 -
 .../org/netbeans/modules/j2ee/toplinklib/layer.xml |       59 -
 .../modules/j2ee/toplinklib/toplink_lib.xml        |       68 -
 j2ee.weblogic9/manifest.mf                         |        2 +-
 j2ee.weblogic9/nbproject/project.properties        |        5 +
 j2ee.weblogic9/nbproject/project.xml               |      103 +-
 .../modules/j2ee/weblogic9/DomainSupport.java      |      143 +
 .../netbeans/modules/j2ee/weblogic9/URLWait.java   |       41 +-
 .../j2ee/weblogic9/WLConnectionSupport.java        |       67 +-
 .../j2ee/weblogic9/WLDeploymentFactory.java        |        6 -
 .../modules/j2ee/weblogic9/WLPluginProperties.java |      296 +-
 .../j2ee/weblogic9/config/Bundle.properties        |       30 +-
 .../weblogic9/config/ConfigurationModifier.java    |      164 +
 .../config/EarDeploymentConfiguration.java         |       10 +-
 .../config/EjbDeploymentConfiguration.java         |      147 +-
 .../j2ee/weblogic9/config/WLApplicationModule.java |       56 +
 .../j2ee/weblogic9/config/WLDatasource.java        |        3 +-
 .../j2ee/weblogic9/config/WLDatasourceSupport.java |        2 +-
 .../config/WLDeploymentConfiguration.java          |       55 +-
 .../weblogic9/config/WLMessageDestination.java     |      122 +
 .../config/WLMessageDestinationDeployment.java     |      158 +
 .../config/WLMessageDestinationSupport.java        |      724 +
 .../config/WLModuleConfigurationFactory.java       |       11 +-
 .../weblogic9/config/WLServerLibraryManager.java   |       50 +-
 .../weblogic9/config/WLServerLibrarySupport.java   |        2 +-
 .../config/WarDeploymentConfiguration.java         |      160 +-
 .../j2ee/weblogic9/config/gen/package-info.java    |        8 +-
 .../j2ee/weblogic9/dd/ear1030/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/ear1031/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/ear90/package-info.java      |        4 +-
 .../j2ee/weblogic9/dd/ejb1030/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/ejb1031/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/ejb90/package-info.java      |        4 +-
 .../j2ee/weblogic9/dd/jms1031/package-info.java    |       60 +
 .../j2ee/weblogic9/dd/model/EjbJarModel.java       |       43 +-
 .../dd/model/MessageDrivenDescriptorType.java      |       51 +
 .../j2ee/weblogic9/dd/model/MessageModel.java      |      193 +
 .../modules/j2ee/weblogic9/dd/model/QueueType.java |       60 +
 .../modules/j2ee/weblogic9/dd/model/TopicType.java |       60 +
 .../weblogic9/dd/model/WebApplicationModel.java    |       53 +-
 .../j2ee/weblogic9/dd/model/WeblogicEjbJar.java    |        2 +-
 .../dd/model/WeblogicEnterpriseBeanType.java       |        4 +-
 .../j2ee/weblogic9/dd/model/WeblogicJms.java       |       59 +
 .../j2ee/weblogic9/dd/model/WeblogicWebApp.java    |        8 +-
 .../j2ee/weblogic9/dd/web1030/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/web1031/package-info.java    |        4 +-
 .../j2ee/weblogic9/dd/web90/package-info.java      |        4 +-
 .../j2ee/weblogic9/deploy/Bundle.properties        |       15 +-
 .../weblogic9/deploy/CommandBasedDeployer.java     |      121 +-
 .../j2ee/weblogic9/deploy/WLDeploymentManager.java |       73 +-
 .../j2ee/weblogic9/deploy/WLDriverDeployer.java    |       18 +-
 .../weblogic9/deploy/WLIncrementalDeployment.java  |      251 +-
 .../j2ee/weblogic9/deploy/WLJpa2SwitchSupport.java |       94 +-
 .../j2ee/weblogic9/deploy/WLTargetModuleID.java    |       12 +
 .../j2ee/weblogic9/deploy/WebLogicVerifier.java    |       67 +
 .../j2ee/weblogic9/deploy/WebProfileDeployer.java  |      358 -
 .../j2ee/weblogic9/j2ee/JaxRsStackSupportImpl.java |      686 +
 .../weblogic9/j2ee/JaxWsPoliciesSupportImpl.java   |      337 +
 .../j2ee/weblogic9/j2ee/JerseyLibraryHelper.java   |      270 +
 .../j2ee/weblogic9/j2ee/JpaSupportImpl.java        |       80 +
 .../j2ee/weblogic9/j2ee/WLJ2eePlatformFactory.java |      438 +-
 .../j2ee/weblogic9/j2ee/WebLogicJaxWsStack.java    |      151 +
 .../weblogic9/optional/NonProxyHostsHelper.java    |      200 +
 .../j2ee/weblogic9/optional/WLFindJSPServlet.java  |        2 +-
 .../WLOptionalDeploymentManagerFactory.java        |        7 +
 .../j2ee/weblogic9/optional/WLStartServer.java     |      161 +-
 .../registration/AutomaticRegistration.java        |       13 +-
 ...c-jdbc-data-source.xsd => jdbc-data-source.xsd} |        0
 .../modules/j2ee/weblogic9/resources/layer.xml     |        6 +
 .../j2ee/weblogic9/resources/netbeans-jersey.xml   |       23 +
 .../resources/weblogic-ejb-jar_10_3_0.mdd          |       13 +-
 .../resources/weblogic-ejb-jar_10_3_1.mdd          |       13 +-
 .../weblogic9/resources/weblogic-ejb-jar_9_0.mdd   |       13 +-
 .../weblogic9/resources/weblogic-jms_10_3_1.mdd    |     1416 +
 .../weblogic9/resources/weblogic-jms_10_3_1.xsd    |      724 +
 .../resources/weblogic-web-app_10_3_0.mdd          |       18 +-
 .../resources/weblogic-web-app_10_3_1.mdd          |       18 +-
 .../weblogic9/resources/weblogic-web-app_9_0.mdd   |       18 +-
 .../weblogic9/ui/nodes/ConnectorsChildren.java     |        6 +-
 .../j2ee/weblogic9/ui/nodes/Customizer.java        |        2 +
 .../j2ee/weblogic9/ui/nodes/CustomizerGeneral.java |        2 +-
 .../ui/nodes/JavaMailChildrenFactory.java          |        2 +-
 .../j2ee/weblogic9/ui/nodes/JdbRetriever.java      |       10 +-
 .../j2ee/weblogic9/ui/nodes/JdbcChildren.java      |       14 +-
 .../j2ee/weblogic9/ui/nodes/JdbcRetriever.java     |        6 +-
 .../ui/nodes/LibrariesChildrenFactory.java         |        2 +-
 .../j2ee/weblogic9/ui/nodes/ResourceChildren.java  |       29 +-
 .../j2ee/weblogic9/ui/nodes/TuxedoChildren.java    |        2 +-
 .../weblogic9/ui/nodes/WLApplicationsChildren.java |       14 +-
 .../j2ee/weblogic9/ui/nodes/WLManagerNode.java     |       11 +-
 .../weblogic9/ui/nodes/WebProfileJdbRetriever.java |      293 -
 .../nodes/WebProfileLibrariesChildrenFactory.java  |      139 -
 .../j2ee/weblogic9/ui/wizard/Bundle.properties     |        1 +
 .../weblogic9/ui/wizard/ServerLocationPanel.java   |        7 +-
 .../weblogic9/ui/wizard/ServerLocationVisual.java  |        2 +-
 .../ui/wizard/ServerPropertiesVisual.form          |        6 +-
 .../ui/wizard/ServerPropertiesVisual.java          |       92 +-
 .../ui/wizard/WLInstantiatingIterator.java         |       29 +-
 j2ee.weblogic9/test/unit/data/domain-registry.xml  |        4 +
 j2ee.weblogic9/test/unit/data/nodemanager.domains  |        3 +
 .../j2ee/weblogic9/WLPluginPropertiesTest.java     |       90 +-
 .../weblogic9/j2ee/JerseyLibraryHelperTest.java    |      103 +
 .../weblogic9/j2ee/WLJ2eePlatformFactoryTest.java  |        8 +-
 j2eeapis/external/jsr88javax-license.txt           |        2 +-
 j2eeapis/manifest.mf                               |        2 +-
 j2eeserver/apichanges.xml                          |       89 +
 j2eeserver/nbproject/project.properties            |        6 +-
 j2eeserver/nbproject/project.xml                   |       54 +-
 .../common/api/J2eeLibraryTypeProvider.java        |        2 +-
 .../j2ee/deployment/common/api/Version.java        |        8 +-
 .../deployment/config/ConfigFilesListener.java     |       12 +-
 .../j2ee/deployment/config/ConfigSupportImpl.java  |       39 +-
 .../deployment/config/J2eeApplicationAccessor.java |       18 +-
 .../config/ResourceChangeReporterAccessor.java     |       21 +-
 .../devmodules/api/AntDeploymentHelper.java        |       25 +-
 .../deployment/devmodules/api/Bundle.properties    |        8 +-
 .../j2ee/deployment/devmodules/api/Deployment.java |       94 +-
 .../deployment/devmodules/api/J2eeApplication.java |        4 +-
 .../j2ee/deployment/devmodules/api/J2eeModule.java |        7 +-
 .../deployment/devmodules/api/J2eePlatform.java    |        7 +-
 .../devmodules/api/ResourceChangeReporter.java     |        4 +-
 .../deployment/devmodules/api/ServerInstance.java  |       22 +
 .../deployment/devmodules/api/ServerManager.java   |       41 +-
 .../deployment/devmodules/spi/J2eeModuleBase.java  |        5 +-
 .../devmodules/spi/J2eeModuleFactory.java          |        4 +-
 .../devmodules/spi/J2eeModuleProvider.java         |       42 +-
 .../spi/ResourceChangeReporterFactory.java         |        2 +-
 .../modules/j2ee/deployment/impl/Bundle.properties |        8 +-
 .../deployment/impl/ChangeDescriptorAccessor.java  |       41 +
 .../impl/DefaultInstancePropertiesImpl.java        |      190 +
 .../impl/DeletableInstanceProperties.java          |       54 +
 .../j2ee/deployment/impl/DeployOnSaveManager.java  |       68 +-
 .../j2ee/deployment/impl/DeploymentHelper.java     |        9 +
 .../impl/InitialServerFileDistributor.java         |      197 +-
 .../deployment/impl/InstancePropertiesImpl.java    |      309 -
 .../deployment/impl/LazyDeploymentManager.java     |      209 +
 .../impl/MemoryInstancePropertiesImpl.java         |      162 +
 .../j2ee/deployment/impl/ProgressObjectUtil.java   |        6 +-
 .../deployment/impl/ServerFileDistributor.java     |       64 +-
 .../j2ee/deployment/impl/ServerInstance.java       |      325 +-
 .../deployment/impl/ServerLibraryAccessor.java     |       87 +
 .../j2ee/deployment/impl/ServerRegistry.java       |      268 +-
 .../deployment/impl/ServerStringConverter.java     |        4 +-
 .../modules/j2ee/deployment/impl/TargetModule.java |       16 +-
 .../deployment/impl/TargetModuleConverter.java     |      217 +-
 .../modules/j2ee/deployment/impl/TargetServer.java |      117 +-
 .../impl/bridge/AbstractServerLookup.java          |       10 +-
 .../impl/bridge/BridgingServerInstance.java        |       26 +-
 .../impl/bridge/BridgingServerWizardProvider.java  |        3 +-
 .../j2ee/deployment/impl/bridge/Bundle.properties  |        1 +
 .../deployment/impl/bridge/ErgonomicsAction.java   |       56 +
 .../j2ee/deployment/impl/gen/nbd/package-info.java |        3 +-
 .../modules/j2ee/deployment/impl/layer.xml         |       28 +-
 .../deployment/impl/projects/DeploymentTarget.java |       12 +-
 .../query/J2eePlatformJavadocForBinaryQuery.java   |        3 +
 .../query/J2eePlatformSourceForBinaryQuery.java    |        2 +
 .../sharability/JavadocForBinaryQueryImpl.java     |        5 +-
 .../impl/sharability/SourceForBinaryQueryImpl.java |        5 +-
 .../j2ee/deployment/impl/ui/Bundle.properties      |        8 +-
 .../j2ee/deployment/impl/ui/InstanceNode.java      |        3 -
 .../deployment/impl/ui/InstanceNodeDecorator.java  |       38 +-
 .../deployment/impl/ui/InstanceTargetXNode.java    |       50 +-
 .../deployment/impl/ui/RegistryNodeProvider.java   |        4 +-
 .../j2ee/deployment/impl/ui/RenamePanel.form       |       81 +
 .../j2ee/deployment/impl/ui/RenamePanel.java       |      185 +
 .../deployment/impl/ui/actions/ProfileAction.java  |       21 +-
 .../deployment/impl/ui/actions/RemoveAction.java   |      112 +
 .../impl/ui/actions/RemoveInstanceAction.java      |      112 -
 .../deployment/impl/ui/actions/RenameAction.java   |      182 +
 .../impl/ui/wizard/AddServerInstanceWizard.java    |       15 +-
 .../impl/ui/wizard/ServerChooserVisual.form        |        8 +-
 .../impl/ui/wizard/ServerChooserVisual.java        |       40 +-
 .../plugins/api/AlreadyRegisteredException.java    |       54 +
 .../deployment/plugins/api/CommonServerBridge.java |      100 +
 .../deployment/plugins/api/InstanceProperties.java |       37 +-
 .../j2ee/deployment/plugins/api/ServerLibrary.java |        5 +-
 .../plugins/api/ServerLibraryDependency.java       |        5 +-
 .../plugins/spi/ServerLibraryFactory.java          |       32 +-
 .../plugins/spi/ServerLibraryManager.java          |       18 +
 .../j2ee/deployment/plugins/spi/StartServer.java   |        4 +-
 .../plugins/spi/support/LookupProviderSupport.java |        2 -
 .../plugins/spi/support/ProxyOptionalFactory.java  |        3 +-
 .../profiler/api/ProfilerServerSettings.java       |       13 +-
 .../j2ee/deployment/profiler/spi/Profiler.java     |        6 +
 .../deployment/devmodules/spi/DeploymentTest.java  |        2 +-
 .../devmodules/spi/ServerInstanceTest.java         |       13 +-
 .../impl/MemoryInstancePropertiesImplTest.java     |      132 +
 .../deployment/impl/ServerFileDistributorTest.java |        2 +-
 .../deployment/impl/ServerInstanceLookupTest.java  |        2 +-
 .../j2ee/deployment/impl/ServerInstanceTest.java   |        2 +-
 .../j2ee/deployment/impl/ServerStringTest.java     |        2 +-
 .../j2ee/deployment/impl/TargetServerTest.java     |        2 +-
 .../plugins/api/CommonServerBridgeTest.java        |       85 +
 .../plugins/api/InstancePropertiesTest.java        |       36 +-
 .../j2eeserver/devmodule/TestJ2eeModuleImpl.java   |        5 +-
 j2me.cdc.kit/build.xml                             |        5 -
 j2me.cdc.kit/manifest.mf                           |        6 -
 j2me.cdc.kit/nbproject/project.xml                 |      139 -
 .../modules/j2me/cdc/kit/Bundle.properties         |        4 -
 j2me.cdc.platform.nokias80/build.xml               |       52 -
 j2me.cdc.platform.nokias80/manifest.mf             |        7 -
 .../nbproject/project.properties                   |       44 -
 j2me.cdc.platform.nokias80/nbproject/project.xml   |      105 -
 .../j2me/cdc/platform/nokias80/Bundle.properties   |       44 -
 .../platform/nokias80/NokiaPlatformDetector.java   |      243 -
 .../j2me/cdc/platform/nokias80/resources/layer.xml |       57 -
 j2me.cdc.platform.nsicom/build.xml                 |       16 -
 j2me.cdc.platform.nsicom/manifest.mf               |        6 -
 .../nbproject/project.properties                   |       46 -
 j2me.cdc.platform.nsicom/nbproject/project.xml     |       67 -
 .../j2me/cdc/platform/nsicom/wizard/SDKProbe.java  |       65 -
 .../j2me/cdc/platform/nsicom/Bundle.properties     |        5 -
 .../platform/nsicom/NSIcomPlatformDetector.java    |      225 -
 j2me.cdc.platform.ojec/build.xml                   |       52 -
 j2me.cdc.platform.ojec/manifest.mf                 |        6 -
 .../nbproject/project.properties                   |       45 -
 j2me.cdc.platform.ojec/nbproject/project.xml       |      105 -
 .../j2me/cdc/platform/ojec/Bundle.properties       |       44 -
 .../cdc/platform/ojec/OJECPlatformDetector.java    |      253 -
 j2me.cdc.platform.ricoh/build.xml                  |       52 -
 j2me.cdc.platform.ricoh/manifest.mf                |        6 -
 .../nbproject/project.properties                   |       46 -
 j2me.cdc.platform.ricoh/nbproject/project.xml      |      105 -
 .../j2me/cdc/platform/ricoh/Bundle.properties      |       45 -
 .../cdc/platform/ricoh/RicohPlatformDetector.java  |      188 -
 j2me.cdc.platform.semc/build.xml                   |       52 -
 j2me.cdc.platform.semc/manifest.mf                 |        7 -
 .../nbproject/project.properties                   |       44 -
 j2me.cdc.platform.semc/nbproject/project.xml       |      130 -
 .../j2me/cdc/platform/semc/Bundle.properties       |       54 -
 .../j2me/cdc/platform/semc/SDKConfigPanel.form     |       61 -
 .../j2me/cdc/platform/semc/SDKConfigPanel.java     |      161 -
 .../cdc/platform/semc/SEMCPlatformDetector.java    |      224 -
 .../j2me/cdc/platform/semc/resources/layer.xml     |       56 -
 j2me.cdc.platform.sjmc/build.xml                   |       52 -
 j2me.cdc.platform.sjmc/manifest.mf                 |        6 -
 .../nbproject/project.properties                   |       44 -
 j2me.cdc.platform.sjmc/nbproject/project.xml       |      105 -
 .../j2me/cdc/platform/sjmc/Bundle.properties       |       44 -
 .../cdc/platform/sjmc/SJMCPlatformDetector.java    |      253 -
 j2me.cdc.platform.sun/build.xml                    |       52 -
 j2me.cdc.platform.sun/manifest.mf                  |        6 -
 j2me.cdc.platform.sun/nbproject/project.properties |       44 -
 j2me.cdc.platform.sun/nbproject/project.xml        |      113 -
 .../j2me/cdc/platform/sun/Bundle.properties        |       46 -
 .../j2me/cdc/platform/sun/JmeSdkCdcDetector.java   |      244 -
 .../j2me/cdc/platform/sun/SunPlatformDetector.java |      233 -
 .../j2me/cdc/platform/system/EatingReader.java     |       92 -
 .../cdc/platform/system/ExternalProcessing.java    |      235 -
 .../j2me/cdc/platform/system/StreamReader.java     |       94 -
 j2me.cdc.platform/build.xml                        |       48 -
 j2me.cdc.platform/manifest.mf                      |        7 -
 j2me.cdc.platform/nbproject/project.properties     |       46 -
 j2me.cdc.platform/nbproject/project.xml            |      212 -
 .../modules/j2me/cdc/platform/Bundle.properties    |       57 -
 .../modules/j2me/cdc/platform/CDCDevice.java       |      305 -
 .../modules/j2me/cdc/platform/CDCInstallImpl.java  |       99 -
 .../modules/j2me/cdc/platform/CDCPlatform.java     |      540 -
 .../j2me/cdc/platform/CDCPlatformBeanInfo.java     |       94 -
 .../BrokenPlatformCustomizer.form                  |       79 -
 .../BrokenPlatformCustomizer.java                  |      166 -
 .../platform/platformdefinition/Bundle.properties  |      108 -
 .../platformdefinition/CDCPlatformCustomizer.java  |      564 -
 .../platformdefinition/CDCPlatformNode.java        |      115 -
 .../CDCPlatformSourceLevelQueryImpl.java           |       76 -
 .../DefaultClassPathProvider.java                  |      620 -
 .../FileObjectPropertyEditor.java                  |       99 -
 .../JavadocForBinaryQueryPlatformImpl.java         |      262 -
 .../platformdefinition/PlatformConvertor.java      |      727 -
 .../j2me/cdc/platform/platformdefinition/Util.java |      250 -
 .../cdc-platformdefinition-1_1.dtd                 |      111 -
 .../platformdefinition/cdcplatformdefinition.dtd   |       94 -
 .../j2me/cdc/platform/resources/Bundle.properties  |       43 -
 .../j2me/cdc/platform/resources/cdcPlatform.png    |      Bin 771 -> 0 bytes
 .../modules/j2me/cdc/platform/resources/layer.xml  |      101 -
 .../platform/resources/templates/cdcplatform.xml   |       52 -
 .../resources/templates/cdcplatformdefinition.html |        8 -
 .../j2me/cdc/platform/spi/Bundle.properties        |       44 -
 .../cdc/platform/spi/CDCPlatformConfigurator.java  |       85 -
 .../j2me/cdc/platform/spi/CDCPlatformDetector.java |      110 -
 .../j2me/cdc/platform/spi/CDCPlatformUtil.java     |       63 -
 .../j2me/cdc/platform/spi/StreamReader.java        |       83 -
 .../j2me/cdc/platform/wizard/Bundle.properties     |       99 -
 .../cdc/platform/wizard/CDCWizardIterator.java     |      175 -
 .../j2me/cdc/platform/wizard/DetectPanel.form      |      226 -
 .../j2me/cdc/platform/wizard/DetectPanel.java      |      874 -
 j2me.cdc.project.execui/build.xml                  |        5 -
 j2me.cdc.project.execui/manifest.mf                |        6 -
 j2me.cdc.project.execui/nbproject/project.xml      |       24 -
 .../j2me/cdc/project/execui/Bundle.properties      |        4 -
 .../j2me/cdc/project/execui/MainClassChooser.java  |       99 -
 j2me.cdc.project.execuiimpl/build.xml              |        5 -
 j2me.cdc.project.execuiimpl/manifest.mf            |        6 -
 j2me.cdc.project.execuiimpl/nbproject/project.xml  |      103 -
 .../j2me/cdc/project/execuiimpl/Bundle.properties  |       36 -
 .../project/execuiimpl/MainClassChooserImpl.form   |      227 -
 .../project/execuiimpl/MainClassChooserImpl.java   |      821 -
 .../project/nokiaS80/NokiaEmulatorExecTask.java    |      330 -
 .../j2me/cdc/project/nokiaS80/defs.properties      |       42 -
 j2me.cdc.project.nokiaS80/build.xml                |       73 -
 j2me.cdc.project.nokiaS80/manifest.mf              |        7 -
 .../nbproject/project.properties                   |       47 -
 j2me.cdc.project.nokiaS80/nbproject/project.xml    |      137 -
 .../j2me/cdc/project/nokiaS80/Bundle.properties    |       72 -
 .../nokiaS80/NokiaPropertiesDescriptor.java        |       69 -
 .../NokiaS80ProjectCategoryCustomizer.form         |      117 -
 .../NokiaS80ProjectCategoryCustomizer.java         |      202 -
 .../j2me/cdc/project/nokiaS80/resources/Utils.xml  |       61 -
 .../j2me/cdc/project/nokiaS80/resources/layer.xml  |       62 -
 .../nokiaS80/resources/nokiaS80-create-manifest    |       43 -
 .../cdc/project/nokiaS80/resources/nokiaS80-debug  |       21 -
 .../cdc/project/nokiaS80/resources/nokiaS80-init   |       22 -
 .../cdc/project/nokiaS80/resources/nokiaS80-run    |       13 -
 .../cdc/project/nsicom/NSIcomExecDeployTask.java   |      689 -
 .../modules/j2me/cdc/project/nsicom/antlib.xml     |       22 -
 j2me.cdc.project.nsicom/build.xml                  |       26 -
 j2me.cdc.project.nsicom/manifest.mf                |        7 -
 .../nbproject/project.properties                   |        4 -
 j2me.cdc.project.nsicom/nbproject/project.xml      |      143 -
 .../j2me/cdc/project/nsicom/Bundle.properties      |       89 -
 .../nsicom/NSIcomProjectCategoryCustomizer.form    |      288 -
 .../nsicom/NSIcomProjectCategoryCustomizer.java    |      391 -
 .../project/nsicom/NSIcomPropertiesDescriptor.java |       86 -
 .../project/nsicom/RemoteFilesystemChooser.java    |      381 -
 .../j2me/cdc/project/nsicom/resources/Utils.xml    |       61 -
 .../j2me/cdc/project/nsicom/resources/layer.xml    |      104 -
 .../nsicom/resources/nsicom-create-manifest        |       11 -
 .../j2me/cdc/project/nsicom/resources/nsicom-debug |        7 -
 .../j2me/cdc/project/nsicom/resources/nsicom-init  |       14 -
 .../j2me/cdc/project/nsicom/resources/nsicom-run   |       10 -
 .../project/ojec/OJECToolkitEmulatorExecTask.java  |      387 -
 .../modules/j2me/cdc/project/ojec/defs.properties  |       43 -
 j2me.cdc.project.ojec/build.xml                    |       74 -
 j2me.cdc.project.ojec/manifest.mf                  |        7 -
 j2me.cdc.project.ojec/nbproject/project.properties |       48 -
 j2me.cdc.project.ojec/nbproject/project.xml        |      163 -
 .../j2me/cdc/project/ojec/Bundle.properties        |       53 -
 .../cdc/project/ojec/OJECPropertiesDescriptor.java |       75 -
 .../j2me/cdc/project/ojec/resources/Main.html      |       55 -
 .../j2me/cdc/project/ojec/resources/Main.template  |       96 -
 .../j2me/cdc/project/ojec/resources/Utils.xml      |       61 -
 .../j2me/cdc/project/ojec/resources/clean-ojec     |        3 -
 .../j2me/cdc/project/ojec/resources/layer.xml      |       63 -
 .../j2me/cdc/project/ojec/resources/ojec-class.gif |      Bin 699 -> 0 bytes
 .../j2me/cdc/project/ojec/resources/ojec-debug     |       17 -
 .../j2me/cdc/project/ojec/resources/ojec-init      |       10 -
 .../j2me/cdc/project/ojec/resources/ojec-run       |       11 -
 .../j2me/cdc/project/ricoh/DalpBuilder.java        |      255 -
 .../modules/j2me/cdc/project/ricoh/defs.properties |       44 -
 j2me.cdc.project.ricoh/build.properties            |        2 -
 j2me.cdc.project.ricoh/build.xml                   |       74 -
 .../external/RicohAntTasks-2.0-license.txt         |      208 -
 j2me.cdc.project.ricoh/external/binaries-list      |        3 -
 .../external/commons-codec-1.3-license.txt         |      208 -
 .../external/commons-httpclient-3.0-license.txt    |      208 -
 j2me.cdc.project.ricoh/external/samples/README.txt |        2 -
 j2me.cdc.project.ricoh/manifest.mf                 |        7 -
 .../nbproject/project.properties                   |       50 -
 j2me.cdc.project.ricoh/nbproject/project.xml       |      212 -
 .../j2me/cdc/project/ricoh/Bundle.properties       |      492 -
 .../ricoh/RicohApplicationUIDCustomizer.form       |       85 -
 .../ricoh/RicohApplicationUIDCustomizer.java       |      210 -
 .../ricoh/RicohProjectCategoryCustomizer.form      |     1525 -
 .../ricoh/RicohProjectCategoryCustomizer.java      |     1229 -
 .../project/ricoh/RicohPropertiesDescriptor.java   |      159 -
 .../cdc/project/ricoh/SamplesWizardIterator.java   |      464 -
 .../modules/j2me/cdc/project/ricoh/dalp/Dalp.dtd   |      107 -
 .../j2me/cdc/project/ricoh/dalp/DalpParser.java    |      327 -
 .../cdc/project/ricoh/dalp/DalpParserHandler.java  |      227 -
 .../project/ricoh/dalp/DalpParserHandlerImpl.java  |      184 -
 .../cdc/project/ricoh/resources/RicohXlet.html     |       20 -
 .../cdc/project/ricoh/resources/RicohXlet_java     |      144 -
 .../j2me/cdc/project/ricoh/resources/Utils.xml     |       65 -
 .../j2me/cdc/project/ricoh/resources/clean-ricoh   |        6 -
 .../j2me/cdc/project/ricoh/resources/layer.xml     |      210 -
 .../cdc/project/ricoh/resources/ricoh-build-dalp   |       75 -
 .../cdc/project/ricoh/resources/ricoh-class.gif    |      Bin 699 -> 0 bytes
 .../j2me/cdc/project/ricoh/resources/ricoh-debug   |       23 -
 .../j2me/cdc/project/ricoh/resources/ricoh-init    |       41 -
 .../j2me/cdc/project/ricoh/resources/ricoh-run     |       14 -
 .../ricoh/resources/samples/ButtonTest.html        |        8 -
 .../ricoh/resources/samples/FormBrowser.html       |        8 -
 .../project/ricoh/resources/samples/HardKey.html   |        8 -
 .../ricoh/resources/samples/Puzzle15Xlet.html      |        8 -
 .../ricoh/resources/samples/SampleLockControl.html |        8 -
 .../project/ricoh/resources/samples/TimeSet.html   |        8 -
 .../ricoh/resources/samples/WidgetsDemoXlet.html   |        8 -
 .../src/ricoh/util/dom/DOMHandler.java             |       92 -
 .../src/ricoh/util/dom/DalpDOMHandler.java         |      408 -
 .../j2me/cdc/project/savaje/FreePortRetriever.java |       96 -
 .../j2me/cdc/project/savaje/SavajeJnlpBuilder.java |      220 -
 .../cdc/project/savaje/SavajePolicyBuilder.java    |       87 -
 .../project/savaje/SunToolkitEmulatorExecTask.java |      382 -
 .../j2me/cdc/project/savaje/defs.properties        |       45 -
 j2me.cdc.project.savaje/build.xml                  |       74 -
 j2me.cdc.project.savaje/manifest.mf                |        7 -
 .../nbproject/project.properties                   |       47 -
 j2me.cdc.project.savaje/nbproject/project.xml      |      163 -
 .../j2me/cdc/project/savaje/Bundle.properties      |      116 -
 .../savaje/SavaJeProjectCategoryCustomizer.form    |      214 -
 .../savaje/SavaJeProjectCategoryCustomizer.java    |      248 -
 .../project/savaje/SavajePropertiesDescriptor.java |       93 -
 .../j2me/cdc/project/savaje/resources/PBPMain.html |       11 -
 .../j2me/cdc/project/savaje/resources/PBPMain_java |       38 -
 .../j2me/cdc/project/savaje/resources/Utils.xml    |       61 -
 .../j2me/cdc/project/savaje/resources/cdc-hi-debug |       24 -
 .../cdc/project/savaje/resources/class-savaje.gif  |      Bin 699 -> 0 bytes
 .../j2me/cdc/project/savaje/resources/clean-savaje |        6 -
 .../j2me/cdc/project/savaje/resources/layer.xml    |       88 -
 .../cdc/project/savaje/resources/savaje-build-jnlp |       31 -
 .../j2me/cdc/project/savaje/resources/savaje-debug |       16 -
 .../j2me/cdc/project/savaje/resources/savaje-init  |       36 -
 .../j2me/cdc/project/savaje/resources/savaje-run   |       10 -
 .../modules/j2me/cdc/project/semc/EpocIniPath.java |      153 -
 .../j2me/cdc/project/semc/IconAssemblyTask.java    |      232 -
 .../modules/j2me/cdc/project/semc/PkgMake.java     |      369 -
 .../modules/j2me/cdc/project/semc/defs.properties  |       44 -
 j2me.cdc.project.semc/build.xml                    |       73 -
 j2me.cdc.project.semc/manifest.mf                  |        7 -
 j2me.cdc.project.semc/nbproject/project.properties |       47 -
 j2me.cdc.project.semc/nbproject/project.xml        |      162 -
 .../j2me/cdc/project/semc/Bundle.properties        |      140 -
 .../cdc/project/semc/MBMThumbnailAccessory.form    |      138 -
 .../cdc/project/semc/MBMThumbnailAccessory.java    |      483 -
 .../cdc/project/semc/SEMCPropertiesDescriptor.java |      105 -
 .../project/semc/SemcApplicationUIDCustomizer.form |      111 -
 .../project/semc/SemcApplicationUIDCustomizer.java |      247 -
 .../semc/SemcProjectCategoryCustomizer.form        |      500 -
 .../semc/SemcProjectCategoryCustomizer.java        |      564 -
 .../j2me/cdc/project/semc/resources/Utils.xml      |       61 -
 .../j2me/cdc/project/semc/resources/clean-semc     |       14 -
 .../j2me/cdc/project/semc/resources/layer.xml      |       70 -
 .../j2me/cdc/project/semc/resources/semc-build-j9  |       14 -
 .../j2me/cdc/project/semc/resources/semc-debug     |       21 -
 .../j2me/cdc/project/semc/resources/semc-init      |       41 -
 .../j2me/cdc/project/semc/resources/semc-run       |       35 -
 .../j2me/cdc/project/semc/resources/semc-sis       |       86 -
 .../project/sjmc/SJMCToolkitEmulatorExecTask.java  |      387 -
 .../modules/j2me/cdc/project/sjmc/defs.properties  |       43 -
 j2me.cdc.project.sjmc/build.xml                    |       74 -
 j2me.cdc.project.sjmc/manifest.mf                  |        7 -
 j2me.cdc.project.sjmc/nbproject/project.properties |       47 -
 j2me.cdc.project.sjmc/nbproject/project.xml        |      163 -
 .../j2me/cdc/project/sjmc/Bundle.properties        |       53 -
 .../cdc/project/sjmc/SJMCPropertiesDescriptor.java |       75 -
 .../j2me/cdc/project/sjmc/resources/MediaXlet.html |       20 -
 .../j2me/cdc/project/sjmc/resources/MediaXlet_java |       92 -
 .../j2me/cdc/project/sjmc/resources/Utils.xml      |       61 -
 .../j2me/cdc/project/sjmc/resources/clean-sjmc     |        3 -
 .../j2me/cdc/project/sjmc/resources/layer.xml      |       63 -
 .../j2me/cdc/project/sjmc/resources/sjmc-class.gif |      Bin 699 -> 0 bytes
 .../j2me/cdc/project/sjmc/resources/sjmc-debug     |       17 -
 .../j2me/cdc/project/sjmc/resources/sjmc-init      |       10 -
 .../j2me/cdc/project/sjmc/resources/sjmc-run       |       11 -
 .../modules/j2me/cdc/project/CdcCopyLibs.java      |      118 -
 .../modules/j2me/cdc/project/CopyLibs.java         |      115 -
 .../modules/j2me/cdc/project/EpocPathSetter.java   |       93 -
 .../modules/j2me/cdc/project/FatCopyLibs.java      |      113 -
 .../modules/j2me/cdc/project/J9Builder.java        |      291 -
 .../modules/j2me/cdc/project/RemapTask.java        |      131 -
 .../modules/j2me/cdc/project/defs.properties       |       47 -
 j2me.cdc.project/build.xml                         |       72 -
 j2me.cdc.project/manifest.mf                       |        6 -
 j2me.cdc.project/nbproject/project.properties      |       49 -
 j2me.cdc.project/nbproject/project.xml             |      278 -
 .../modules/j2me/cdc/project/Bundle.properties     |      189 -
 .../j2me/cdc/project/CDCPlatformCustomizer.form    |      130 -
 .../j2me/cdc/project/CDCPlatformCustomizer.java    |      322 -
 .../modules/j2me/cdc/project/CDCProjectUtil.java   |      104 -
 .../j2me/cdc/project/CDCPropertiesDescriptor.java  |      103 -
 .../j2me/cdc/project/CustomizerCDCGeneral.form     |      193 -
 .../j2me/cdc/project/CustomizerCDCGeneral.java     |      202 -
 .../modules/j2me/cdc/project/CustomizerRun.form    |      214 -
 .../modules/j2me/cdc/project/CustomizerRun.java    |      337 -
 .../modules/j2me/cdc/project/mbm/Bundle.properties |       47 -
 .../j2me/cdc/project/mbm/MBMDataLoader.java        |      111 -
 .../j2me/cdc/project/mbm/MBMDataObject.java        |      243 -
 .../modules/j2me/cdc/project/mbm/imageObject.png   |      Bin 586 -> 0 bytes
 .../j2me/cdc/project/resources/AGUIXlet.html       |       19 -
 .../j2me/cdc/project/resources/AWTXlet.html        |       19 -
 .../modules/j2me/cdc/project/resources/JFrame.html |       51 -
 .../modules/j2me/cdc/project/resources/Utils.xml   |       61 -
 .../modules/j2me/cdc/project/resources/Xlet.html   |       20 -
 .../j2me/cdc/project/resources/cdc-class.gif       |      Bin 699 -> 0 bytes
 .../cdc/project/resources/cdc-emptyLibrary.html    |       51 -
 .../cdc/project/resources/cdc-emptyProject.html    |       51 -
 .../modules/j2me/cdc/project/resources/cdc-init    |       44 -
 .../cdc/project/resources/cdc-mime-resolver.xml    |       12 -
 .../j2me/cdc/project/resources/cdcPlatform.png     |      Bin 771 -> 0 bytes
 .../j2me/cdc/project/resources/cdcProject.png      |      Bin 556 -> 0 bytes
 .../modules/j2me/cdc/project/resources/clean-j9    |        3 -
 .../cdc/project/resources/existingProject.html     |       51 -
 .../j2me/cdc/project/resources/frame_16.png        |      Bin 357 -> 0 bytes
 .../j2me/cdc/project/resources/frame_32.png        |      Bin 501 -> 0 bytes
 .../project/resources/freeform-project-cdc.html    |       51 -
 .../j2me/cdc/project/resources/importProject.html  |       52 -
 .../project/resources/importToolkitProject.html    |       52 -
 .../modules/j2me/cdc/project/resources/layer.xml   |      334 -
 .../j2me/cdc/project/resources/panel_16.png        |      Bin 308 -> 0 bytes
 .../j2me/cdc/project/resources/panel_32.png        |      Bin 420 -> 0 bytes
 .../j2me/cdc/project/resources/projectBadge.gif    |      Bin 84 -> 0 bytes
 .../modules/j2me/cdc/project/resources/sign-jar    |        3 -
 .../cdc/project/resources/templates/AGUIXlet_form  |       27 -
 .../cdc/project/resources/templates/AGUIXlet_java  |      122 -
 .../cdc/project/resources/templates/AWTXlet_form   |       24 -
 .../cdc/project/resources/templates/AWTXlet_java   |      101 -
 .../cdc/project/resources/templates/JFrame_form    |       23 -
 .../cdc/project/resources/templates/JFrame_java    |       72 -
 .../j2me/cdc/project/resources/templates/Xlet_java |       58 -
 .../cdc/project/ui/CDCFoldersListSettings.java     |      117 -
 .../j2me/cdc/project/ui/wizards/Bundle.properties  |      288 -
 .../project/ui/wizards/ImportCDCProjectPanel.form  |       99 -
 .../project/ui/wizards/ImportCDCProjectPanel.java  |      542 -
 .../ui/wizards/ImportCDCProjectWizardIterator.java |      278 -
 .../ui/wizards/NewCDCProjectWizardIterator.java    |      446 -
 .../project/ui/wizards/PanelConfigurePlatform.java |      138 -
 .../ui/wizards/PanelConfigurePlatformVisual.form   |      166 -
 .../ui/wizards/PanelConfigurePlatformVisual.java   |      391 -
 .../project/ui/wizards/PanelConfigureProject.java  |      154 -
 .../ui/wizards/PanelConfigureProjectVisual.form    |       56 -
 .../ui/wizards/PanelConfigureProjectVisual.java    |      182 -
 .../cdc/project/ui/wizards/PanelOptionsVisual.form |      111 -
 .../cdc/project/ui/wizards/PanelOptionsVisual.java |      284 -
 .../ui/wizards/PanelProjectLocationVisual.form     |      152 -
 .../ui/wizards/PanelProjectLocationVisual.java     |      418 -
 .../j2me/cdc/project/ui/wizards/SettingsPanel.java |       61 -
 j2me.common.ant/build.xml                          |        5 +
 j2me.common.ant/manifest.mf                        |        6 +
 j2me.common.ant/nbproject/project.properties       |        3 +
 j2me.common.ant/nbproject/project.xml              |       38 +
 .../netbeans/modules/j2me/common/ant/Base64.java   |      146 +
 .../netbeans/modules/j2me/common/ant/Bundle.java   |      114 +
 .../modules/j2me/common/ant/Bundle.properties      |      105 +
 .../modules/j2me/common/ant/CopyLibletsTask.java   |      137 +
 .../modules/j2me/common/ant/EMapFormat.java        |      200 +
 .../modules/j2me/common/ant/ExtractTask.java       |      259 +
 .../netbeans/modules/j2me/common/ant/JadTask.java  |      463 +
 .../modules/j2me/common/ant/ObfuscateTask.java     |      593 +
 .../netbeans/modules/j2me/common/ant/RunTask.java  |      850 +
 .../j2me/common/ant/StackTraceTranslator.java      |      334 +
 .../modules/j2me/common/ant/defs.properties        |       47 +
 .../modules/j2me/common/ant/j2me-common-ant.xml    |       56 +
 .../org/netbeans/modules/j2me/common/ant/layer.xml |       11 +
 .../j2me/common/ant}/obfuscators/proguard.1.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.2.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.3.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.4.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.5.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.6.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.7.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.8.txt    |        0
 .../j2me/common/ant}/obfuscators/proguard.9.txt    |        0
 .../test/test_projects/TestObfuscate/build.xml     |        0
 .../TestObfuscate/nbproject/build-impl.xml         |        0
 .../TestObfuscate/nbproject/project.properties     |        0
 .../TestObfuscate/nbproject/project.xml            |        0
 .../TestObfuscate/src/hello/HelloMidlet.java       |        0
 .../TestObfuscate/src/hello/HelloMidlet.mvd        |        0
 .../test/test_projects/sample.xml                  |        0
 .../j2me/common/ant}/ExtractTaskTest/contents.txt  |        0
 .../j2me/common/ant}/ExtractTaskTest/dirlist.txt   |        0
 .../common/ant}/JadTaskTest/MobileApplication.jad  |        0
 .../j2me/common/ant}/JadTaskTest/MyApplication.jad |        0
 .../j2me/common/ant}/JadTaskTest/keystore.ks       |      Bin
 .../common/ant}/RunTaskTest/MobileApplication.jad  |        0
 .../j2me/common/ant/RunTaskTest/bin/emulator.sh    |       55 +
 .../modules/j2me/common/ant/Base64Test.java        |      128 +
 .../modules/j2me/common/ant/EMapFormatTest.java    |      159 +
 .../modules/j2me/common/ant/ExtractTaskTest.java   |      285 +
 .../modules/j2me/common/ant/JadTaskTest.java       |      116 +
 .../modules/j2me/common/ant/ObfuscateTaskTest.java |      157 +
 .../modules/j2me/common/ant/RunTaskTest.java       |      324 +
 .../j2me/common/ant/StackTraceTranslatorTest.java  |      107 +
 .../modules/j2me/keystore}/ant/Bundle.properties   |        0
 .../j2me/keystore/ant/EnterPasswordTask.java       |      202 +
 .../org/netbeans/modules/j2me/keystore/antlib.xml  |       48 +
 j2me.keystore/build.xml                            |       26 +
 j2me.keystore/l10n.list                            |        3 +
 j2me.keystore/manifest.mf                          |        6 +
 j2me.keystore/nbproject/project.properties         |        4 +
 j2me.keystore/nbproject/project.xml                |       80 +
 .../modules/j2me/keystore/Bundle.properties        |        5 +
 .../modules/j2me/keystore/KeyStoreRepository.java  |      756 +
 .../modules/j2me/keystore/KeystoreAction.java      |       71 +
 .../netbeans/modules/j2me/keystore/MEKeyTool.java  |      526 +
 .../keystore/resources/KeyStoreRepository.settings |       52 +
 .../modules/j2me/keystore/resources/layer.xml      |       10 +
 .../modules/j2me/keystore/ui/AddKeystorePanel.form |      247 +
 .../modules/j2me/keystore/ui/AddKeystorePanel.java |      493 +
 .../modules/j2me/keystore/ui/Bundle.properties     |      247 +
 .../j2me/keystore/ui/CreateKeyAliasPanel.form      |      313 +
 .../j2me/keystore/ui/CreateKeyAliasPanel.java      |      485 +
 .../j2me/keystore/ui/EnterPasswordPanel.form       |       90 +
 .../j2me/keystore/ui/EnterPasswordPanel.java       |      328 +
 .../modules/j2me/keystore/ui/ErrorPanel.form       |       44 +
 .../modules/j2me/keystore/ui/ErrorPanel.java       |       98 +
 .../modules/j2me/keystore/ui/ExportPanel.form      |      264 +
 .../modules/j2me/keystore/ui/ExportPanel.java      |      835 +
 .../j2me/keystore/ui/KeyAliasCellRenderer.java     |      133 +
 .../j2me/keystore/ui/KeystoreCellRenderer.java     |       81 +
 .../j2me/keystore/ui/SecurityManagerPanel.form     |      358 +
 .../j2me/keystore/ui/SecurityManagerPanel.java     |      532 +
 .../j2me/keystore}/ui/resources/invalidBadge.gif   |      Bin
 .../modules/j2me/keystore}/ui/resources/key.gif    |      Bin
 .../j2me/keystore}/ui/resources/keystore.gif       |      Bin
 .../j2me/keystore}/ui/resources/lockedBadge.gif    |      Bin
 .../j2me/keystore}/ui/resources/unlockedBadge.gif  |      Bin
 j2me.kit/build.xml                                 |        5 +
 j2me.kit/manifest.mf                               |        5 +
 .../nbproject/project.properties                   |        0
 j2me.kit/nbproject/project.xml                     |       61 +
 j2me.kit/release/VERSION.txt                       |        2 +
 .../netbeans/modules/j2me/kit/Bundle.properties    |        4 +
 j2me.project/build.xml                             |        5 +
 j2me.project/manifest.mf                           |        6 +
 j2me.project/nbproject/project.properties          |       10 +
 j2me.project/nbproject/project.xml                 |      286 +
 .../modules/j2me/project/BuildArtifacts.java       |       86 +
 .../modules/j2me/project/Bundle.properties         |        7 +
 .../modules/j2me/project/J2MEActionProvider.java   |      390 +
 .../netbeans/modules/j2me/project/J2MEProject.java |      477 +
 .../modules/j2me/project/J2MEProjectUpdates.java   |       96 +
 .../modules/j2me/project/J2MEProjectUtils.java     |      339 +
 .../modules/j2me/project/PlatformListener.java     |      171 +
 .../netbeans/modules/j2me/project/Templates.java   |       87 +
 .../modules/j2me/project/api/Bundle.properties     |       45 +
 .../j2me/project/api/ConfigurationSupport.java     |      224 +
 .../j2me/project/api/J2MEProjectBuilder.java       |      618 +
 .../project/api/PropertyEvaluatorProvider.java     |       63 +
 .../j2me/project/api/UpdateHelperProvider.java     |       61 +
 .../modules/j2me/project/ota}/Bundle.properties    |        0
 .../modules/j2me/project/ota/JAMServlet.java       |      205 +
 .../j2me/project/resources/Bundle.properties       |       44 +
 .../modules/j2me/project/resources/build-impl.xsl  |     1560 +
 .../modules/j2me/project/resources/build.xsl       |      141 +
 .../modules/j2me/project/resources/layer.xml       |      190 +
 .../modules/j2me/project/templates/MEEPlet.html    |       51 +
 .../j2me/project/templates/MEEPlet.template        |       29 +
 .../modules/j2me/project/templates/samples.html    |       52 +
 .../modules/j2me/project/ui/Bundle.properties      |       54 +
 .../j2me/project/ui/LibletListCellRenderer.java    |       88 +
 .../j2me/project/ui/LibrariesNodeProvider.java     |      223 +
 .../modules/j2me/project/ui/ManageMIDlets.form     |       54 +
 .../modules/j2me/project/ui/ManageMIDlets.java     |      147 +
 .../j2me/project/ui/PlatformsComboBoxModel.java    |      103 +
 .../j2me/project/ui/SourceLevelComboBoxModel.java  |      264 +
 .../ui/customizer/AddAnnotationProcessor.form      |       66 +
 .../ui/customizer/AddAnnotationProcessor.java      |      141 +
 .../project/ui/customizer/AddAttributePanel.form   |      134 +
 .../project/ui/customizer/AddAttributePanel.java   |      352 +
 .../j2me/project/ui/customizer/AddMIDletPanel.form |      125 +
 .../j2me/project/ui/customizer/AddMIDletPanel.java |      272 +
 .../project/ui/customizer/AddPermissionPanel.java  |      380 +
 .../project/ui/customizer/AddProcessorOption.form  |      105 +
 .../project/ui/customizer/AddProcessorOption.java  |      164 +
 .../ui/customizer/AddPushRegistryPanel.form        |      122 +
 .../ui/customizer/AddPushRegistryPanel.java        |      238 +
 .../j2me/project/ui/customizer/Bundle.properties   |      889 +
 .../ui/customizer/CustomizerProviderImpl.java      |      232 +
 .../j2me/project/ui/customizer/ErrorPanel.form     |       43 +
 .../j2me/project/ui/customizer/ErrorPanel.java     |       92 +
 .../ui/customizer/J2MEAPIPermissionsPanel.form     |       88 +
 .../ui/customizer/J2MEAPIPermissionsPanel.java     |      542 +
 .../customizer/J2MEApplicationDescriptorPanel.form |       34 +
 .../customizer/J2MEApplicationDescriptorPanel.java |       95 +
 .../project/ui/customizer/J2MEAttributesPanel.form |      290 +
 .../project/ui/customizer/J2MEAttributesPanel.java |     1130 +
 .../project/ui/customizer/J2MECompilingPanel.form  |      387 +
 .../project/ui/customizer/J2MECompilingPanel.java  |      464 +
 .../customizer/J2MECompositeCategoryProvider.java  |      250 +
 .../project/ui/customizer/J2MEJavadocPanel.form    |      462 +
 .../project/ui/customizer/J2MEJavadocPanel.java    |      378 +
 .../project/ui/customizer/J2MELibrariesPanel.form  |     1615 +
 .../project/ui/customizer/J2MELibrariesPanel.java  |     1694 +
 .../project/ui/customizer/J2MEMIDletsPanel.form    |      148 +
 .../project/ui/customizer/J2MEMIDletsPanel.java    |      530 +
 .../ui/customizer/J2MEObfuscatingPanel.form        |      135 +
 .../ui/customizer/J2MEObfuscatingPanel.java        |      248 +
 .../project/ui/customizer/J2MEPlatformPanel.form   |       18 +
 .../project/ui/customizer/J2MEPlatformPanel.java   |       83 +
 .../ui/customizer/J2MEProjectProperties.java       |     1481 +
 .../ui/customizer/J2MEPushRegistryPanel.form       |      139 +
 .../ui/customizer/J2MEPushRegistryPanel.java       |      507 +
 .../j2me/project/ui/customizer/J2MERunPanel.form   |      273 +
 .../j2me/project/ui/customizer/J2MERunPanel.java   |      517 +
 .../project/ui/customizer/J2MESigningPanel.form    |      175 +
 .../project/ui/customizer/J2MESigningPanel.java    |      382 +
 .../project/ui/customizer/J2MESourcesPanel.form    |      513 +
 .../project/ui/customizer/J2MESourcesPanel.java    |      717 +
 .../j2me/project/ui/customizer/LibletInfo.java     |      233 +
 .../j2me/project/ui/customizer/MIDletScanner.java  |      261 +
 .../project/ui/customizer/PermissionsProvider.java |      560 +
 .../modules/j2me/project/ui/package-info.java      |       64 +
 .../j2me/project/ui/resources/emptyProject.html    |       51 +
 .../modules/j2me/project/ui/resources/info.png     |      Bin 0 -> 766 bytes
 .../j2me/project/ui/resources}/j2meProject.gif     |      Bin
 .../modules/j2me/project/wizard/Bundle.properties  |      191 +
 .../project/wizard/J2MEProjectWizardIterator.java  |      350 +
 .../project/wizard/J2MESampleProjectGenerator.java |      250 +
 .../project/wizard/J2MESampleProjectIterator.java  |      192 +
 .../project/wizard/J2METargetChooserPanel.java     |      481 +
 .../project/wizard/J2METargetChooserPanelGUI.form  |      214 +
 .../project/wizard/J2METargetChooserPanelGUI.java  |      687 +
 .../project/wizard/NewJ2MEFileWizardIterator.java  |      360 +
 .../j2me/project/wizard/PanelConfigureProject.java |      134 +
 .../wizard/PanelConfigureProjectVisual.form        |       60 +
 .../wizard/PanelConfigureProjectVisual.java        |      167 +
 .../j2me/project/wizard/PanelOptionsVisual.form    |      261 +
 .../j2me/project/wizard/PanelOptionsVisual.java    |      526 +
 .../project/wizard/PanelProjectLocationVisual.form |      156 +
 .../project/wizard/PanelProjectLocationVisual.java |      425 +
 .../j2me/project/wizard/PlatformDevicesPanel.form  |      347 +
 .../j2me/project/wizard/PlatformDevicesPanel.java  |     1089 +
 .../modules/j2me/project/wizard/SettingsPanel.java |       61 +
 .../j2me/project/wizard/WizardSettings.java        |       91 +
 .../org/netbeans/junit/ide/MEProjectSupport.java   |      281 +
 .../netbeans/junit/ide/MEProjectSupportTest.java   |      132 +
 .../modules/j2me/project/J2MEProjectTest.java      |      111 +
 .../netbeans/modules/j2me/project/TestUtils.java   |      230 +
 .../j2me/project/api/ConfigurationSupportTest.java |      449 +
 java.api.common/apichanges.xml                     |      307 +
 java.api.common/manifest.mf                        |        2 +-
 java.api.common/nbproject/project.properties       |        4 +-
 java.api.common/nbproject/project.xml              |       72 +-
 .../modules/java/api/common/SourceRoots.java       |       95 +-
 .../common/ant/PackageModifierImplementation.java  |       63 +
 .../java/api/common/applet/AppletSupport.java      |       10 +-
 .../classpath/BootClassPathImplementation.java     |       15 +-
 .../api/common/classpath/ClassPathExtender.java    |        9 +-
 .../api/common/classpath/ClassPathModifier.java    |       44 +-
 .../common/classpath/ClassPathModifierSupport.java |      346 +-
 .../common/classpath/ClassPathProviderImpl.java    |      371 +-
 .../api/common/classpath/ClassPathSupport.java     |       91 +-
 .../common/classpath/ClassPathSupportFactory.java  |       23 +-
 .../common/classpath/SourcePathImplementation.java |       21 +-
 .../api/common/impl/ClassPathPackageAccessor.java  |       83 +
 .../java/api/common/impl/ExportPackageAction.java  |      167 +
 .../api/common/project/BaseActionProvider.java     |     1182 +-
 .../java/api/common/project/Bundle.properties      |       44 +-
 .../api/common/project/ProjectConfigurations.java  |      519 +
 .../java/api/common/project/ProjectHooks.java      |      763 +
 .../java/api/common/project/ProjectOperations.java |      764 +
 .../java/api/common/project/ProjectProperties.java |      181 +
 .../api/common/project/ui/ActionFilterNode.java    |      214 +-
 .../java/api/common/project/ui/Bundle.properties   |        6 +
 .../common/project/ui/JavaSourceNodeFactory.java   |       24 +-
 .../java/api/common/project/ui/LibrariesNode.java  |      485 +-
 .../common/project/ui/LibrariesSourceGroup.java    |       15 +-
 .../common/project/ui/LogicalViewProviders.java    |      559 +
 .../java/api/common/project/ui/PlatformNode.java   |      182 +-
 .../java/api/common/project/ui/ProjectNode.java    |       19 +-
 .../project/ui/RemoveClassPathRootAction.java      |       13 +-
 .../project/ui/customizer/AntArtifactChooser.java  |        9 +-
 .../project/ui/customizer/AntArtifactItem.java     |       39 +
 .../common/project/ui/customizer/Bundle.properties |       18 +-
 .../ui/customizer/ClassPathListCellRenderer.java   |       30 +-
 .../project/ui/customizer/CustomizerProvider2.java |        2 +
 .../project/ui/customizer/CustomizerProvider3.java |       61 +
 .../common/project/ui/customizer/EditMediator.java |      328 +-
 .../project/ui/customizer/MainClassChooser.form    |       18 +-
 .../project/ui/customizer/MainClassChooser.java    |      111 +-
 .../project/ui/customizer/SourceRootsUi.java       |       45 +-
 .../ui/resources/compileOnSaveDisabledBadge.gif    |      Bin
 .../api/common/project/ui/wizards/FolderList.java  |       86 +-
 .../queries/AnnotationProcessingQueryImpl.java     |       28 +-
 .../common/queries/BinaryForSourceQueryImpl.java   |      123 +-
 .../queries/CompiledSourceForBinaryQueryImpl.java  |        3 +-
 .../common/queries/JavadocForBinaryQueryImpl.java  |        5 +-
 .../java/api/common/queries/ProjectInfoImpl.java   |       12 +-
 .../java/api/common/queries/QuerySupport.java      |       55 +-
 .../api/common/queries/SharabilityQueryImpl.java   |       20 +-
 .../api/common/queries/SourceLevelQueryImpl.java   |       26 +-
 .../api/common/queries/SourceLevelQueryImpl2.java  |       96 +-
 .../java/api/common/queries/SourcesImpl.java       |       29 +-
 .../queries/TemplateAttributesProviderImpl.java    |       67 +-
 .../modules/java/api/common/ui/Bundle.properties   |        6 +
 .../modules/java/api/common/ui/PlatformFilter.java |       63 +
 .../java/api/common/ui/PlatformUiSupport.java      |      449 +-
 .../java/api/common/util/CommonProjectUtils.java   |      124 +-
 .../project/ui/JavaSourceNodeFactoryTest.java      |      125 +
 .../ui/customizer/CustomizerProvider3Test.java     |      145 +
 .../common/queries/GeneratedSourceRootTest.java    |       20 +-
 .../queries/JavadocForBinaryQueryImplTest.java     |        7 +-
 .../common/queries/SourceLevelQueryImplTest.java   |      126 +-
 .../java/api/common/ui/PlatformFilterTest.java     |      284 +
 .../api/common/util/CommonProjectUtilsTest.java    |      107 +
 java.debug/nbproject/project.properties            |        4 +-
 java.debug/nbproject/project.xml                   |       52 +-
 .../java/debug/ClasspathNavigatorProviderImpl.java |        4 +-
 .../netbeans/modules/java/debug/DocTreeNode.java   |      123 +
 .../debug/ElementNavigatorJavaSourceFactory.java   |        3 +-
 .../java/debug/ElementNavigatorProviderImpl.java   |        1 -
 .../java/debug/ErrorNavigatorProviderImpl.java     |        1 -
 .../java/debug/HighlightsLayerFactoryImpl.java     |        2 +
 .../java/debug/SourceForBinaryQueryImpl.java       |        8 +-
 .../java/debug/TreeNavigatorJavaSourceFactory.java |        5 +-
 .../java/debug/TreeNavigatorProviderImpl.java      |        3 +-
 .../org/netbeans/modules/java/debug/TreeNode.java  |       98 +-
 .../modules/java/debug/resources/layer.xml         |        7 -
 java.editor.lib/manifest.mf                        |        2 +-
 java.editor.lib/nbproject/project.properties       |        3 +
 java.editor.lib/nbproject/project.xml              |       13 +-
 .../netbeans/editor/ext/java/JavaFoldManager.java  |       33 +-
 .../editor/ext/java/JavaFormatSupport.java         |        1 +
 java.editor/manifest.mf                            |        2 +-
 java.editor/nbproject/project.properties           |       54 +-
 java.editor/nbproject/project.xml                  |      138 +-
 .../editor/java/AbstractCamelCasePosition.java     |      139 -
 .../netbeans/modules/editor/java/AutoImport.java   |       17 +-
 .../modules/editor/java/BraceCompletion.java       |      880 -
 .../modules/editor/java/BracketCompletion.java     |      881 -
 .../netbeans/modules/editor/java/Bundle.properties |       17 +-
 .../modules/editor/java/CamelCaseOperations.java   |      121 +-
 .../editor/java/DeleteToNextCamelCasePosition.java |       65 -
 .../java/DeleteToPreviousCamelCasePosition.java    |       65 -
 .../netbeans/modules/editor/java/GoToSupport.java  |      203 +-
 .../modules/editor/java/JavaBracesMatcher.java     |      235 +-
 .../editor/java/JavaCodeTemplateFilter.java        |      167 +-
 .../editor/java/JavaCodeTemplateProcessor.java     |      332 +-
 .../modules/editor/java/JavaCompletionItem.java    |     3882 +-
 .../editor/java/JavaCompletionItemFactory.java     |      201 +
 .../editor/java/JavaCompletionProvider.java        |     2332 +-
 .../modules/editor/java/JavaIndentEngine.java      |      147 -
 .../editor/java/JavaIndentEngineBeanInfo.java      |      101 -
 .../org/netbeans/modules/editor/java/JavaKit.java  |      498 +-
 .../editor/java/JavaMoveCodeElementAction.java     |      327 +
 .../editor/java/LazyJavaCompletionItem.java        |      403 +
 .../netbeans/modules/editor/java/LazySortText.java |      106 +
 .../editor/java/LazyTypeCompletionItem.java        |      192 -
 .../editor/java/NbJavaCodeFoldingSideBar.java      |       79 -
 .../java/NbJavaCodeFoldingSideBarFactory.java      |       65 -
 .../editor/java/NbJavaSettingsInitializer.java     |        3 -
 .../modules/editor/java/NextCamelCasePosition.java |       72 -
 .../editor/java/PreviousCamelCasePosition.java     |       73 -
 .../editor/java/SelectCodeElementAction.java       |      202 +-
 .../editor/java/SelectNextCamelCasePosition.java   |       69 -
 .../java/SelectPreviousCamelCasePosition.java      |       68 -
 .../modules/editor/java/TypingCompletion.java      |      837 +
 .../netbeans/modules/editor/java/Utilities.java    |      705 +-
 .../modules/java/editor/JavaEditorWarmUpTask.java  |       42 +-
 .../modules/java/editor/codegen/Bundle.properties  |       12 +-
 .../modules/java/editor/codegen/CodeDeleter.java   |       74 +
 .../java/editor/codegen/ConstructorGenerator.java  |      107 +-
 .../editor/codegen/DelegateMethodGenerator.java    |      158 +-
 .../editor/codegen/EqualsHashCodeGenerator.java    |       47 +-
 .../java/editor/codegen/GeneratorUtils.java        |      523 +-
 .../java/editor/codegen/GetterSetterGenerator.java |      181 +-
 .../codegen/ImplementOverrideMethodGenerator.java  |       98 +-
 .../java/editor/codegen/LoggerGenerator.java       |      188 +
 .../codegen/RemoveSurroundingCodeAction.java       |      583 +
 .../editor/codegen/RemoveSurroundingCodePanel.form |       74 +
 .../editor/codegen/RemoveSurroundingCodePanel.java |      257 +
 .../java/editor/codegen/ToStringGenerator.java     |        9 +-
 .../java/editor/codegen/ui/DelegatePanel.form      |       87 +-
 .../java/editor/codegen/ui/DelegatePanel.java      |       80 +-
 .../java/editor/codegen/ui/ElementNode.java        |       10 +-
 .../editor/codegen/ui/ElementSelectorPanel.java    |        1 -
 .../java/editor/codegen/ui/GetterSetterPanel.form  |       18 +-
 .../java/editor/codegen/ui/GetterSetterPanel.java  |       60 +-
 .../modules/java/editor/fold/Bundle.properties     |       41 +
 .../java/editor/fold/JavaElementFoldManager.java   |      455 +-
 .../fold/JavaElementFoldManagerTaskFactory.java    |       15 +-
 .../java/editor/fold/JavaFoldTypeProvider.java     |       89 +
 .../modules/java/editor/fold/MessagePattern.java   |      165 +
 .../java/editor/fold/ParsingFoldSupport.java       |      663 +
 .../java/editor/fold/ResourceContentReader.java    |      164 +
 .../java/editor/fold/ResourceStringFoldInfo.java   |       72 +
 .../editor/fold/ResourceStringFoldProvider.java    |      470 +
 .../java/editor/fold/ResourceStringLoader.java     |      400 +
 .../editor/hyperlink/JavaHyperlinkProvider.java    |        2 +-
 .../modules/java/editor/imports/Bundle.properties  |       20 +-
 .../java/editor/imports/ClipboardHandler.java      |      858 +
 .../java/editor/imports/ClipboardImportPanel.form  |       67 +
 .../java/editor/imports/ClipboardImportPanel.java  |      116 +
 .../java/editor/imports/ComputeImports.java        |      280 +-
 .../java/editor/imports/FastImportAction.java      |       12 +-
 .../editor/imports/FixDuplicateImportStmts.java    |       50 +-
 .../java/editor/imports/ImportClassPanel.form      |        3 +-
 .../java/editor/imports/ImportClassPanel.java      |       84 +-
 .../java/editor/imports/JavaFixAllImports.java     |      252 +-
 .../modules/java/editor/imports/UnusedImports.java |      351 +
 .../modules/java/editor/javadoc/DocPositions.java  |        6 +-
 .../modules/java/editor/javadoc/JavaReference.java |       26 +-
 .../java/editor/javadoc/JavadocCompletionItem.java |       51 +-
 .../editor/javadoc/JavadocCompletionProvider.java  |        3 +
 .../editor/javadoc/JavadocCompletionQuery.java     |      620 +-
 .../editor/javadoc/JavadocCompletionUtils.java     |       78 +-
 .../java/editor/javadoc/JavadocImports.java        |      732 +-
 .../modules/java/editor/options/Bundle.properties  |       47 +-
 .../java/editor/options/CodeCompletionPanel.form   |      736 +-
 .../java/editor/options/CodeCompletionPanel.java   |      445 +-
 .../MarkOccurencesOptionsPanelController.java      |       18 +-
 .../java/editor/options/MarkOccurencesPanel.java   |       41 +-
 .../java/editor/overridden/Bundle.properties       |        1 +
 .../java/editor/overridden/ComputeAnnotations.java |       63 +-
 .../java/editor/overridden/ComputeOverriders.java  |       72 +-
 .../java/editor/overridden/ElementDescription.java |       11 +-
 .../java/editor/overridden/GoToImplementation.java |      119 +-
 .../editor/overridden/GoToSuperTypeAction.java     |       50 +-
 .../editor/overridden/IsOverriddenAnnotation.java  |        4 +-
 .../overridden/IsOverriddenAnnotationAction.java   |       14 +-
 .../java/editor/overridden/IsOverriddenPopup.java  |       60 +-
 .../modules/java/editor/overridden/PopupUtil.java  |        7 +-
 .../java/editor/rename/InstantRenamePerformer.java |      231 +-
 .../java/editor/rename/SyncDocumentRegion.java     |       29 +-
 .../java/editor/resources/Bundle.properties        |       14 +
 .../java/editor/resources/DefaultAbbrevs.xml       |      124 +-
 .../java/editor/resources/DefaultPreferences.xml   |        7 +-
 .../editor/resources/JavaIndentEngine.settings     |       10 -
 .../editor/resources/eclipse-global-keymap.xml     |       73 +
 .../modules/java/editor/resources/fontsColors.xml  |       16 +-
 .../modules/java/editor/resources/layer.xml        |      108 +-
 .../java/editor/resources/warning_badge.gif        |      Bin
 .../java/editor/resources/whitelist-glyph.gif      |      Bin 0 -> 209 bytes
 .../java/editor/semantic/ColoringAttributes.java   |        4 +-
 .../java/editor/semantic/ColoringManager.java      |        1 +
 .../java/editor/semantic/FindLocalUsagesQuery.java |        8 +
 .../editor/semantic/GoToMarkOccurrencesAction.java |        5 +-
 .../semantic/HighlightsLayerFactoryImpl.java       |        4 +-
 .../editor/semantic/LexerBasedHighlightLayer.java  |       19 +-
 .../semantic/LexerBasedHighlightSequence.java      |       35 +-
 .../semantic/MarkOccurrencesHighlighter.java       |       41 +-
 .../MarkOccurrencesHighlighterFactory.java         |        4 +-
 .../java/editor/semantic/MethodExitDetector.java   |        7 +-
 .../editor/semantic/OccurrencesMarkProvider.java   |        6 +-
 .../java/editor/semantic/SemanticHighlighter.java  |      415 +-
 .../semantic/SemanticHighlighterFactory.java       |        4 +-
 .../editor/semantic/UnusedTooltipResolver.java     |        1 +
 .../modules/java/editor/semantic/Utilities.java    |       76 +-
 .../java/editor/whitelist/WhiteListCheckTask.java  |      183 +
 .../editor/whitelist/WhiteListTaskProvider.java    |      346 +
 .../testCommentUncomment09.pass                    |        2 +-
 .../JavaEditActionsTest/testEditActions08.pass     |        2 +-
 .../JavaEditActionsTest/testEditActions32.pass     |       12 +-
 .../CodeTemplatesTest/testDumpTemplates.pass       |      811 +
 .../codetemplates/CodeTemplatesTest/testFor.pass   |        6 +-
 .../folding/JavaFoldsTest/testJavaFolds00.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds01.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds02.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds03.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds04.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds05.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds06.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds07.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds08.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds09.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds10.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds11.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds12.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds13.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds14.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds15.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds16.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds17.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds18.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds19.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds20.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds21.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds22.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds23.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds24.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds25.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds26.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds27.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds28.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds29.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds30.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds31.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds32.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds33.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds34.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds35.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds36.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds37.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds38.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds39.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds40.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds41.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds42.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds43.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds44.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds45.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds46.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds47.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds48.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds49.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds50.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds51.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds52.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds53.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds54.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds55.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds56.pass     |      106 +-
 .../folding/JavaFoldsTest/testJavaFolds57.pass     |      106 +-
 .../testAnnotationArgumentsAlignment.pass          |       35 +
 .../testArrayInitializerAlignment.pass             |       39 +
 .../AlignmentTest/testAssignmentAlignment.pass     |       35 +
 .../testBinaryOperatorsAlignment.pass              |       35 +
 .../AlignmentTest/testCatchAlignment.pass          |       31 +
 .../AlignmentTest/testElseAlignment.pass           |       31 +
 .../AlignmentTest/testFinallyAlignment.pass        |       31 +
 .../editor/formatting/AlignmentTest/testFor.pass   |       39 +
 .../AlignmentTest/testImplementsListAlignment.pass |       39 +
 .../testMethodCallArgumentsAlignment.pass          |       39 +
 .../testMethodsParametersAlignment.pass            |       35 +
 .../AlignmentTest/testModifiersAlignment.pass      |       32 +
 .../testTernaryOperatorsAlignment.pass             |       39 +
 .../AlignmentTest/testThrowsListAlignment.pass     |       35 +
 .../AlignmentTest/testWhileAlignment.pass          |       31 +
 .../testAfterAnonymousClassHeader.pass             |       40 +
 .../formatting/BlankLinesTest/testAfterClass.pass  |       39 +
 .../BlankLinesTest/testAfterClassHeader.pass       |       39 +
 .../formatting/BlankLinesTest/testAfterField.pass  |       42 +
 .../BlankLinesTest/testAfterImports.pass           |       39 +
 .../formatting/BlankLinesTest/testAfterMethod.pass |       43 +
 .../BlankLinesTest/testAfterPackage.pass           |       39 +
 .../testBeforeAnonymousClassClosingBrace.pass      |       40 +
 .../formatting/BlankLinesTest/testBeforeClass.pass |       39 +
 .../testBeforeClassClosingBrace.pass               |       40 +
 .../formatting/BlankLinesTest/testBeforeField.pass |       42 +
 .../BlankLinesTest/testBeforeImports.pass          |       39 +
 .../BlankLinesTest/testBeforeMethod.pass           |       41 +
 .../BlankLinesTest/testBeforePackage.pass          |       40 +
 .../formatting/BlankLinesTest/testInCode.pass      |       61 +
 .../BlankLinesTest/testInDeclaration.pass          |       47 +
 .../testBraceGenerationDoWhile_Eliminate.pass      |       61 +
 .../testBraceGenerationDoWhile_Generate.pass       |       61 +
 .../testBraceGenerationDoWhile_LeaveAlone.pass     |       61 +
 .../testBraceGenerationFor_Eliminate.pass          |       59 +
 .../testBraceGenerationFor_Generate.pass           |       61 +
 .../testBraceGenerationFor_LeaveAlone.pass         |       60 +
 .../testBraceGenerationIf_Eliminate.pass           |       59 +
 .../BracesTest/testBraceGenerationIf_Generate.pass |       61 +
 .../testBraceGenerationIf_LeaveAlone.pass          |       60 +
 .../testBraceGenerationWhile_Eliminate.pass        |       59 +
 .../testBraceGenerationWhile_Generate.pass         |       61 +
 .../testBraceGenerationWhile_LeaveAlone.pass       |       60 +
 .../testBracePositionClassDeclarationNewLine.pass  |       50 +
 ...ositionClassDeclarationNewLineHalfIndented.pass |       50 +
 ...acePositionClassDeclarationNewLineIndented.pass |       50 +
 .../testBracePositionClassDeclarationSameLine.pass |       48 +
 .../testBracePositionMethodDeclarationNewLine.pass |       50 +
 ...sitionMethodDeclarationNewLineHalfIndented.pass |       50 +
 ...cePositionMethodDeclarationNewLineIndented.pass |       50 +
 ...testBracePositionMethodDeclarationSameLine.pass |       48 +
 .../testBracePositionOtherDeclarationNewLine.pass  |       56 +
 ...ositionOtherDeclarationNewLineHalfIndented.pass |       57 +
 ...acePositionOtherDeclarationNewLineIndented.pass |       57 +
 .../testBracePositionOtherDeclarationSameLine.pass |       48 +
 .../BracesTest/testSpecialElseIfTreatment.pass     |       50 +
 .../testExpandTabsToSpacesAllLanguage.pass         |       15 +
 .../testIndentationLevelAllLanguage.pass           |       17 +
 .../testTabSizeAllLanguage.pass                    |       15 +
 .../testAbsoluteLabelIndentationSize.pass          |       21 +
 .../JavaTabsAndIndentsTest/testCaseIndent.pass     |       51 +
 .../testContinuationIndentationSize.pass           |        8 +
 .../testExpandTabsToSpacesJava.pass                |       51 +
 .../testIndentTopLevelSize.pass                    |       51 +
 .../testIndentationLevelJava.pass                  |       51 +
 .../testLabelIndentationSize.pass                  |       23 +
 .../JavaTabsAndIndentsTest/testTabSizeJava.pass    |       51 +
 ...stAroundOperatorsAnnotationValueAssignment.pass |       53 +
 .../SpacesTest/testAroundOperatorsAssignment.pass  |       53 +
 .../SpacesTest/testAroundOperatorsBinary.pass      |       53 +
 .../SpacesTest/testAroundOperatorsLambdaArrow.pass |       53 +
 ...tAroundOperatorsMethodReferenceDoubleColon.pass |       53 +
 .../SpacesTest/testAroundOperatorsTernary.pass     |       53 +
 .../SpacesTest/testAroundOperatorsUnary.pass       |       53 +
 .../SpacesTest/testBeforeKeywordCatch.pass         |       53 +
 .../SpacesTest/testBeforeKeywordElse.pass          |       53 +
 .../SpacesTest/testBeforeKeywordFinally.pass       |       53 +
 .../SpacesTest/testBeforeKeywordWhile.pass         |       53 +
 .../testBeforeLeftBracesArrayInitializer.pass      |       53 +
 .../SpacesTest/testBeforeLeftBracesCatch.pass      |       53 +
 .../testBeforeLeftBracesClassDeclaration.pass      |       53 +
 .../SpacesTest/testBeforeLeftBracesDo.pass         |       53 +
 .../SpacesTest/testBeforeLeftBracesElse.pass       |       53 +
 .../SpacesTest/testBeforeLeftBracesFinally.pass    |       53 +
 .../SpacesTest/testBeforeLeftBracesFor.pass        |       53 +
 .../SpacesTest/testBeforeLeftBracesIf.pass         |       53 +
 .../testBeforeLeftBracesMethodDeclaration.pass     |       53 +
 .../testBeforeLeftBracesStaticInitializer.pass     |       53 +
 .../SpacesTest/testBeforeLeftBracesSwitch.pass     |       53 +
 .../testBeforeLeftBracesSynchronized.pass          |       53 +
 .../SpacesTest/testBeforeLeftBracesTry.pass        |       53 +
 .../SpacesTest/testBeforeLeftBracesWhile.pass      |       53 +
 .../testBeforeParenthesesAnnotationParameters.pass |       53 +
 .../SpacesTest/testBeforeParenthesesCatch.pass     |       53 +
 .../SpacesTest/testBeforeParenthesesFor.pass       |       53 +
 .../SpacesTest/testBeforeParenthesesIf.pass        |       53 +
 .../testBeforeParenthesesMethodCall.pass           |       53 +
 .../testBeforeParenthesesMethodDeclaration.pass    |       53 +
 .../SpacesTest/testBeforeParenthesesSwitch.pass    |       53 +
 .../testBeforeParenthesesSynchronized.pass         |       53 +
 .../SpacesTest/testBeforeParenthesesTry.pass       |       53 +
 .../SpacesTest/testBeforeParenthesesWhile.pass     |       53 +
 .../formatting/SpacesTest/testOtherAfterColon.pass |       11 +
 .../formatting/SpacesTest/testOtherAfterComma.pass |       53 +
 .../SpacesTest/testOtherAfterSemicolon.pass        |       53 +
 .../SpacesTest/testOtherAfterTypeCast.pass         |       53 +
 .../SpacesTest/testOtherBeforeColon.pass           |       11 +
 .../SpacesTest/testOtherBeforeComma.pass           |       53 +
 .../SpacesTest/testOtherBeforeSemicolon.pass       |       53 +
 .../testWithinParenthesesAnnotation.pass           |       53 +
 .../SpacesTest/testWithinParenthesesArray.pass     |       53 +
 .../SpacesTest/testWithinParenthesesBraces.pass    |       53 +
 .../SpacesTest/testWithinParenthesesCatch.pass     |       53 +
 .../SpacesTest/testWithinParenthesesFor.pass       |       53 +
 .../SpacesTest/testWithinParenthesesIf.pass        |       53 +
 .../testWithinParenthesesLambdaParameters.pass     |       53 +
 .../testWithinParenthesesMethodCall.pass           |       53 +
 .../testWithinParenthesesMethodDeclaration.pass    |       53 +
 .../testWithinParenthesesParentheses.pass          |       53 +
 .../SpacesTest/testWithinParenthesesSwitch.pass    |       53 +
 .../testWithinParenthesesSynchronized.pass         |       53 +
 .../SpacesTest/testWithinParenthesesTry.pass       |       53 +
 .../SpacesTest/testWithinParenthesesTypeCast.pass  |       53 +
 .../SpacesTest/testWithinParenthesesWhile.pass     |       53 +
 .../testAnnotationArguments_Always.pass            |       63 +
 .../testAnnotationArguments_IfLong.pass            |       62 +
 .../WrappingTest/testAnnotations_IfLong.pass       |       49 +
 .../WrappingTest/testAnnotations_Never.pass        |       48 +
 .../WrappingTest/testArrayInitializer_Always.pass  |       62 +
 .../WrappingTest/testArrayInitializer_IfLong.pass  |       62 +
 .../formatting/WrappingTest/testAssert_Always.pass |       50 +
 .../formatting/WrappingTest/testAssert_IfLong.pass |       50 +
 .../WrappingTest/testCaseStatement_IfLong.pass     |       49 +
 .../WrappingTest/testCaseStatement_Never.pass      |       48 +
 .../WrappingTest/testChainedMethod_Always.pass     |       64 +
 .../WrappingTest/testChainedMethod_IfLong.pass     |       64 +
 .../WrappingTest/testDisjunctiveCatch_Always.pass  |       62 +
 .../WrappingTest/testDisjunctiveCatch_IfLong.pass  |       63 +
 .../WrappingTest/testDoWhileStatement_IfLong.pass  |       49 +
 .../WrappingTest/testDoWhileStatement_Never.pass   |       48 +
 .../WrappingTest/testEnumConstants_Always.pass     |       51 +
 .../WrappingTest/testEnumConstants_IfLong.pass     |       50 +
 .../testExtendsImplementsKeyword_Always.pass       |       64 +
 .../testExtendsImplementsKeyword_IfLong.pass       |       62 +
 .../testExtendsImplementsList_Always.pass          |       62 +
 .../testExtendsImplementsList_IfLong.pass          |       62 +
 .../WrappingTest/testForStatement_IfLong.pass      |       49 +
 .../WrappingTest/testForStatement_Never.pass       |       48 +
 .../formatting/WrappingTest/testFor_Always.pass    |       53 +
 .../formatting/WrappingTest/testFor_IfLong.pass    |       50 +
 .../WrappingTest/testIfStatement_IfLong.pass       |       49 +
 .../WrappingTest/testIfStatement_Never.pass        |       48 +
 .../testMethodCallArgument_Always.pass             |       72 +
 .../testMethodCallArgument_IfLong.pass             |       76 +
 .../WrappingTest/testMethodParameters_Always.pass  |       63 +
 .../WrappingTest/testMethodParameters_IfLong.pass  |       62 +
 .../WrappingTest/testThrowsKeyword_Always.pass     |       63 +
 .../WrappingTest/testThrowsKeyword_IfLong.pass     |       62 +
 .../WrappingTest/testThrowsList_Always.pass        |       62 +
 .../WrappingTest/testThrowsList_IfLong.pass        |       64 +
 .../WrappingTest/testTryResoueces_Always.pass      |       62 +
 .../WrappingTest/testTryResources_IfLong.pass      |       62 +
 .../WrappingTest/testWhileStatement_IfLong.pass    |       49 +
 .../WrappingTest/testWhileStatement_Never.pass     |       48 +
 .../formatting/WrappingTest/testWrapAfterDot.pass  |       64 +
 .../test/java/editor/formatting/testReformat.pass  |       19 +-
 .../test/java/editor/formatting/testReformat2.pass |        9 +-
 .../editor/formatting/testReformatAnnotation.pass  |        4 +-
 .../testReformatIncompleteStatement.pass           |        1 -
 .../testReformatIncompleteStatement2.pass          |        1 -
 .../RemoveSurroundingTest/testRemoveCatch.pass     |       51 +
 .../RemoveSurroundingTest/testRemoveElse.pass      |       68 +
 .../RemoveSurroundingTest/testRemoveFor.pass       |       59 +
 .../remove/RemoveSurroundingTest/testRemoveIf.pass |       57 +
 .../RemoveSurroundingTest/testRemoveResources.pass |       57 +
 .../testRemoveSynchronized.pass                    |       53 +
 .../RemoveSurroundingTest/testRemoveTry.pass       |       51 +
 .../RemoveSurroundingTest/testRemoveWhile.pass     |       53 +
 .../smart_enter/SmartEnterTest/testSmartEnter.pass |        4 +-
 .../data/projects/Formatting/build.xml             |       73 +
 .../data/projects/Formatting}/manifest.mf          |        0
 .../projects/Formatting/nbproject/build-impl.xml   |     1413 +
 .../Formatting/nbproject/genfiles.properties       |        8 +
 .../Formatting/nbproject/project.properties        |       84 +
 .../data/projects/Formatting/nbproject/project.xml |       16 +
 .../projects/Formatting/src/action/PartOfFile.java |       18 +
 .../projects/Formatting/src/action/WholeFile.java  |       57 +
 .../Formatting/src/codeGenerating/EmptyClass.java  |       13 +
 .../Formatting/src/codeGenerating/SortOrder.java   |       34 +
 .../Formatting/src/codeGenerating/Test.java        |       26 +
 .../Formatting/src/codeGenerating/Visibility.java  |       33 +
 .../projects/Formatting/src/comments/Comment.java  |       51 +
 .../projects/Formatting/src/general/Alignment.java |       30 +
 .../Formatting/src/general/Alignment2.java         |       35 +
 .../Formatting/src/general/Alignment3.java         |       39 +
 .../Formatting/src/general/BlankLines.java         |       32 +
 .../Formatting/src/general/BracesGeneration.java   |       53 +
 .../Formatting/src/general/BracesPosition.java     |       48 +
 .../Formatting/src/general/Continuation.java       |        8 +
 .../Formatting/src/general/EmptyLines.java         |       40 +
 .../Formatting/src/general/Indentation.java        |       51 +
 .../projects/Formatting/src/general/Label.java     |       21 +
 .../Formatting/src/general/ReduceBlankLines.java   |       65 +
 .../projects/Formatting/src/general/Spaces.java    |       51 +
 .../projects/Formatting/src/general/Spaces2.java   |       10 +
 .../projects/Formatting/src/general/Wrapping1.java |       61 +
 .../projects/Formatting/src/general/Wrapping2.java |       40 +
 .../Formatting/src/general/indentation.html        |       17 +
 .../Formatting/src/general/indentation.xml         |       15 +
 .../projects/Formatting/src/imports/Count.java     |       32 +
 .../projects/Formatting/src/imports/Imports.java   |       14 +
 .../projects/Formatting/src/imports/Layout.java    |       29 +
 .../src/imports/anotherpackage/AuxClass.java       |       13 +
 .../JavaEditActionsTest/testCommentUncomment.java  |        2 +-
 .../JavaEditActionsTest/testEditActions.java       |        2 +-
 .../test/java/editor/breadcrumbs/Breadcrumbs.java  |       98 +
 .../test/java/editor/remove/RemoveSurrounding.java |       45 +
 .../JavaSmartBracketTest/testComment.java          |        2 +-
 .../JavaSmartBracketTest/testLBrace.java           |        2 +-
 .../JavaSmartBracketTest/testSpace.java            |        2 +-
 .../smart_enter/SmartEnterTest/testSmartEnter.java |        2 +-
 .../java/editor/semantic/MarkOccurrencesTest.java  |      552 -
 .../java/editor/actions/EditorActionsTestCase.java |       57 +-
 .../java/editor/actions/JavaEditActionsTest.java   |      733 +-
 .../editor/actions/JavaEditorActionsTestCase.java  |       82 +-
 .../test/java/editor/breadcrumbs/Breadcrumbs.java  |      233 +
 .../codegeneration/CreateConstructorTest.java      |       21 +-
 .../codegeneration/CreateEqualsHashcodeTest.java   |       10 +-
 .../codegeneration/CreateGetterSetterTest.java     |       17 +-
 .../codegeneration/GenerateCodeTestCase.java       |       38 +-
 .../editor/codegeneration/ImplementMethodTest.java |       18 +-
 .../editor/codetemplates/CodeTemplatesTest.java    |      637 +-
 .../operators/CodeTemplatesOperator.java           |      382 +
 .../editor/completion/CompletionTestPerformer.java |       18 +-
 .../test/java/editor/completiongui/GuiTest.java    |       30 +-
 .../java/editor/folding/CodeFoldingTestCase.java   |        1 +
 .../editor/folding/JavaCodeFoldingTestCase.java    |       39 +-
 .../editor/folding/JavaFoldsNavigationTest.java    |       38 +-
 .../test/java/editor/folding/JavaFoldsTest.java    |        2 +-
 .../test/java/editor/formatting/AlignmentTest.java |      217 +
 .../java/editor/formatting/BlankLinesTest.java     |      246 +
 .../test/java/editor/formatting/BracesTest.java    |      321 +
 .../editor/formatting/FormattingOptionsTest.java   |      110 +
 .../formatting/GeneralFormattingOptionsTest.java   |       92 +
 .../editor/formatting/JavaTabsAndIndentsTest.java  |      149 +
 .../test/java/editor/formatting/SpacesTest.java    |      256 +
 .../test/java/editor/formatting/WrappingTest.java  |      523 +
 .../formatting/operators/AlignmentOperator.java    |      312 +
 .../AllLanguageTabsAndIndentsOperator.java         |      150 +
 .../formatting/operators/BlankLinesOperatror.java  |      280 +
 .../formatting/operators/BracesOperator.java       |      184 +
 .../operators/FormattingOptionsOperator.java       |      294 +
 .../operators/FormattingPanelOperator.java         |      156 +
 .../operators/JavaTabsAndIndentsOperator.java      |      186 +
 .../formatting/operators/SpacesOperator.java       |      155 +
 .../formatting/operators/WrappingOperator.java     |      460 +
 .../editor/jelly/GenerateConstructorOperator.java  |       38 +-
 .../test/java/editor/lib/EditorTestCase.java       |       27 -
 .../test/java/editor/lib/JavaEditorTestCase.java   |       33 +-
 .../editor/occurrences/MarkOccurrencesTest.java    |      555 +
 .../java/editor/remove/RemoveSurroundingTest.java  |      175 +
 .../test/java/editor/suites/StableSuite.java       |       14 +-
 .../testGenerate129140.pass                        |        8 +-
 .../testGenerate133625a.pass                       |        8 +-
 .../testGenerate133625b.pass                       |        8 +-
 .../testGenerate133625c.pass                       |        8 +-
 .../testGenerate133625d.pass                       |        8 +-
 .../CreateConstructorNonDefaultConstructor.pass    |      140 -
 ...ConstructorNonDefaultConstructorInnerClass.pass |      138 -
 .../1.6/CreateConstructorTest.pass                 |      141 -
 .../1.6/CreateConstructorTestInnerClass.pass       |      139 -
 .../1.6/CreateConstructorWithConstructors.pass     |      139 -
 ...reateConstructorWithConstructorsInnerClass.pass |      137 -
 .../CreateConstructorWithDefaultConstructor.pass   |      140 -
 ...onstructorWithDefaultConstructorInnerClass.pass |      138 -
 .../1.6/OverrideAbstractList.pass                  |      153 -
 .../1.6/OverridePackagePrivateMethod.pass          |       23 -
 .../1.6/UnimplementedMethod.pass                   |      127 -
 .../1.6/allPackages.pass                           |        6 -
 .../1.6/blockContentAfterFor.pass                  |      139 -
 .../1.6/blockContentAfterForEach.pass              |      139 -
 .../1.6/declaredTypes.pass                         |       98 -
 .../1.6/declaredTypesAndSmartInt.pass              |      101 -
 .../1.6/initBlockContent.pass                      |      137 -
 .../1.6/initBlockTypesAndLocalMembers.pass         |      133 -
 .../1.6/javaLangClasses.pass                       |       68 -
 .../1.6/javaLangClassesStartingWithO.pass          |        3 -
 .../1.6/javaLangContent.pass                       |       97 -
 .../1.6/javaLangInterfaces.pass                    |       17 -
 .../1.6/javaLangThrowables.pass                    |       55 -
 .../1.6/javaUtilContent.pass                       |       97 -
 .../1.6/memberModifiersAndTypesWithoutPublic.pass  |      118 -
 .../1.6/memberModifiersAndTypesWithoutStatic.pass  |      120 -
 .../1.6/memberModifiersTypesAndGenElements.pass    |      127 -
 .../1.6/memberModifiersTypesAndGenElements2.pass   |      128 -
 .../1.6/memberModifiersTypesAndGenElements3.pass   |      129 -
 .../1.6/memberModifiersTypesAndGenElements4.pass   |      135 -
 .../1.6/methodBodyContent.pass                     |      136 -
 .../1.6/methodBodyContentAfterCase.pass            |      139 -
 .../1.6/methodBodyContentAfterCaseAndVar.pass      |      140 -
 .../1.6/methodBodyContentAfterDefault.pass         |      137 -
 .../1.6/methodBodyContentAfterFor.pass             |      137 -
 .../1.6/methodBodyContentAfterForEach.pass         |      137 -
 .../1.6/methodBodyContentAndLocalVar.pass          |      137 -
 .../1.6/parameterTypes.pass                        |      107 -
 .../1.6/staticBlockContent.pass                    |      121 -
 .../1.6/staticBlockTypesAndLocalMembers.pass       |      133 -
 .../1.6/staticKeywordAndAllPackages.pass           |        7 -
 .../1.6/systemContent.pass                         |       30 -
 .../1.6/typesAndLocalMembers.pass                  |      125 -
 .../1.6/typesAndLocalMembers1.pass                 |      125 -
 .../1.6/typesAndStaticLocalMembers.pass            |      132 -
 .../1.6/typesLocalFieldsAndVars.pass               |      108 -
 .../1.6/typesLocalMembersAndSmartInt.pass          |      146 -
 .../1.6/typesLocalMembersAndSmartNumber.pass       |      129 -
 .../1.6/typesLocalMembersAndSmartPrimitives.pass   |      313 -
 .../1.6/typesLocalMembersAndVars.pass              |      127 -
 .../1.6/typesLocalMembersAndVars1.pass             |      123 -
 .../1.6/typesLocalMembersAndVars2.pass             |      127 -
 .../1.6/typesLocalMembersVarsAndSmartBoolean.pass  |      133 -
 .../typesLocalMembersVarsAndSmartEnumAndInt.pass   |      149 -
 .../1.6/typesLocalMembersVarsAndSmartInt.pass      |      148 -
 .../1.6/typesLocalMembersVarsAndSmartString.pass   |      155 -
 .../1.6/typesLocalMembersVarsAndSmarts.pass        |      402 -
 ...ypesLocalMembersVarsAndSmartsStartingWithB.pass |        5 -
 .../CreateConstructorNonDefaultConstructor.pass    |      146 +
 ...ConstructorNonDefaultConstructorInnerClass.pass |      144 +
 .../1.7/CreateConstructorTest.pass                 |      147 +
 .../1.7/CreateConstructorTestInnerClass.pass       |      145 +
 .../1.7/CreateConstructorWithConstructors.pass     |      145 +
 ...reateConstructorWithConstructorsInnerClass.pass |      143 +
 .../CreateConstructorWithDefaultConstructor.pass   |      146 +
 ...onstructorWithDefaultConstructorInnerClass.pass |      144 +
 .../1.7/OverrideAbstractList.pass                  |      159 +
 .../{1.6 => 1.7}/OverrideAbstractList2a.pass       |        0
 .../{1.6 => 1.7}/OverrideAbstractList2a.pass2      |        0
 .../{1.6 => 1.7}/OverrideAbstractList2b.pass       |        0
 .../{1.6 => 1.7}/OverrideAbstractList2b.pass2      |        0
 .../{1.6 => 1.7}/OverrideAbstractList3a.pass       |        0
 .../{1.6 => 1.7}/OverrideAbstractList3a.pass2      |        0
 .../{1.6 => 1.7}/OverrideAbstractList3b.pass       |        0
 .../{1.6 => 1.7}/OverrideAbstractList3b.pass2      |        0
 .../OverrideAbstractListWithPrefix.pass            |        0
 .../OverrideAbstractListWithPrefix.pass2           |        0
 .../{1.6 => 1.7}/OverrideFinalize.pass             |        0
 .../{1.6 => 1.7}/OverrideFinalize.pass2            |        0
 .../{1.6 => 1.7}/OverrideInInnerClass.pass         |        0
 .../{1.6 => 1.7}/OverrideInInnerClass.pass2        |        0
 .../1.7/OverridePackagePrivateMethod.pass          |       23 +
 .../{1.6 => 1.7}/OverridePrivateMethod.pass        |        0
 .../{1.6 => 1.7}/OverrideTypedException1.pass      |        0
 .../{1.6 => 1.7}/OverrideTypedException1.pass2     |        0
 .../{1.6 => 1.7}/OverrideTypedException2.pass      |        0
 .../{1.6 => 1.7}/OverrideTypedException2.pass2     |        0
 .../1.7/UnimplementedMethod.pass                   |      133 +
 .../JavaCompletionProviderTest/{1.6 => 1.7}/a.pass |        0
 .../{1.6 => 1.7}/aI.pass                           |        0
 .../1.7/allPackages.pass                           |        7 +
 .../1.7/blockContentAfterFor.pass                  |      145 +
 .../1.7/blockContentAfterForEach.pass              |      145 +
 .../{1.6 => 1.7}/booleanKeyword.pass               |        0
 .../{1.6 => 1.7}/booleanValue.pass                 |        0
 .../{1.6 => 1.7}/booleanVarName.pass               |        0
 .../{1.6 => 1.7}/breakKeyword.pass                 |        0
 .../{1.6 => 1.7}/caseAndDefaultKeywords.pass       |        0
 .../{1.6 => 1.7}/caseKeyword.pass                  |        0
 .../{1.6 => 1.7}/classKeyword.pass                 |        0
 .../{1.6 => 1.7}/classModifiersWithoutPublic.pass  |        0
 .../{1.6 => 1.7}/cloneable.pass                    |        0
 .../1.7/declaredTypes.pass                         |      104 +
 .../1.7/declaredTypesAndSmartInt.pass              |      107 +
 .../{1.6 => 1.7}/declaredTypesStartingWithStr.pass |        0
 .../{1.6 => 1.7}/defaultKeyword.pass               |        0
 .../{1.6 => 1.7}/empty.pass                        |        0
 .../{1.6 => 1.7}/extendsAndImplementsKeywords.pass |        0
 .../{1.6 => 1.7}/extendsKeyword.pass               |        0
 .../{1.6 => 1.7}/falseAndFloatKeywords.pass        |        0
 .../{1.6 => 1.7}/field.pass                        |        0
 .../{1.6 => 1.7}/finalKeyword.pass                 |        0
 .../{1.6 => 1.7}/hashCode.pass                     |        0
 .../JavaCompletionProviderTest/{1.6 => 1.7}/i.pass |        0
 .../{1.6 => 1.7}/implementsKeyword.pass            |        0
 .../{1.6 => 1.7}/importKeyword.pass                |        0
 .../1.7/initBlockContent.pass                      |      143 +
 .../initBlockContentStartingWithB.pass             |        0
 .../1.7/initBlockTypesAndLocalMembers.pass         |      139 +
 .../{1.6 => 1.7}/instanceOf.pass                   |        0
 .../{1.6 => 1.7}/intKeyword.pass                   |        0
 .../{1.6 => 1.7}/intVarName.pass                   |        0
 .../1.7/interfaceMemberModifiersAndTypes.pass      |      131 +
 ...ersAndTypesWithoutDefaultAbstractAndStatic.pass |      125 +
 ...erModifiersAndTypesWithoutDefaultAndStatic.pass |      126 +
 .../1.7/javaLangClasses.pass                       |       73 +
 .../1.7/javaLangClassesStartingWithO.pass          |        2 +
 .../1.7/javaLangContent.pass                       |      103 +
 .../1.7/javaLangContentAndTestClass.pass           |      104 +
 .../{1.6 => 1.7}/javaLangContentStartingWithI.pass |        0
 .../1.7/javaLangInterfaces.pass                    |       20 +
 .../javaLangInterfacesStartingWithR.pass           |        0
 .../1.7/javaLangThrowables.pass                    |       58 +
 .../javaLangThrowablesStartingWithI.pass           |        0
 .../javaLangThrowablesStartingWithN.pass           |        0
 .../1.7/javaUtilContent.pass                       |       99 +
 .../1.7/lambdaBodyContent.pass                     |      131 +
 .../1.7/lambdaBodyContentWithLocalVar.pass         |      132 +
 .../1.7/lambdaExpression.pass                      |      122 +
 .../1.7/lambdaParameterTypes.pass                  |      114 +
 .../1.7/lambdaSmartInt.pass                        |      144 +
 .../1.7/lambdaSmartInt2.pass                       |      145 +
 .../{1.6 => 1.7}/list.pass                         |        0
 .../1.7/memberModifiersAndTypesWithoutPublic.pass  |      124 +
 .../1.7/memberModifiersAndTypesWithoutStatic.pass  |      126 +
 .../{1.6 => 1.7}/memberModifiersStartingWithP.pass |        0
 .../1.7/memberModifiersTypesAndGenElements.pass    |      133 +
 .../1.7/memberModifiersTypesAndGenElements2.pass   |      134 +
 .../1.7/memberModifiersTypesAndGenElements3.pass   |      135 +
 .../1.7/memberModifiersTypesAndGenElements4.pass   |      141 +
 .../{1.6 => 1.7}/memberModifiersWithoutPublic.pass |        0
 .../1.7/methodBodyContent.pass                     |      142 +
 .../1.7/methodBodyContentAfterCase.pass            |      145 +
 .../1.7/methodBodyContentAfterCaseAndVar.pass      |      146 +
 .../1.7/methodBodyContentAfterDefault.pass         |      143 +
 .../1.7/methodBodyContentAfterFor.pass             |      143 +
 .../1.7/methodBodyContentAfterForEach.pass         |      143 +
 .../1.7/methodBodyContentAndLocalVar.pass          |      143 +
 .../{1.6 => 1.7}/nullPointerException.pass         |        0
 .../{1.6 => 1.7}/numberContent.pass                |        0
 .../{1.6 => 1.7}/object.pass                       |        0
 .../{1.6 => 1.7}/packageKeyword.pass               |        0
 .../{1.6 => 1.7}/packagesStartingWithJ.pass        |        0
 .../1.7/parameterTypes.pass                        |      113 +
 .../{1.6 => 1.7}/publicKeyword.pass                |        0
 .../1.7/returnTypes.pass                           |      115 +
 .../1.7/staticBlockContent.pass                    |      127 +
 .../1.7/staticBlockTypesAndLocalMembers.pass       |      140 +
 .../{1.6 => 1.7}/staticKeyword.pass                |        0
 .../1.7/staticKeywordAndAllPackages.pass           |        8 +
 .../{1.6 => 1.7}/stringConstructors.pass           |        0
 .../{1.6 => 1.7}/stringContent.pass                |        0
 .../1.7/stringVarName.pass                         |        2 +
 .../{1.6 => 1.7}/switchKeyword.pass                |        0
 .../{1.6 => 1.7}/system.pass                       |        0
 .../1.7/systemContent.pass                         |       31 +
 .../{1.6 => 1.7}/systemOut.pass                    |        0
 .../{1.6 => 1.7}/systemOutContent.pass             |        0
 .../{1.6 => 1.7}/throwsKeyword.pass                |        0
 .../{1.6 => 1.7}/topLevelKeywords.pass             |        0
 .../topLevelKeywordsStartingWithP.pass             |        0
 .../topLevelKeywordsWithoutPackage.pass            |        0
 .../1.7/typesAndLocalMembers.pass                  |      131 +
 .../1.7/typesAndLocalMembers1.pass                 |      131 +
 .../1.7/typesAndStaticLocalMembers.pass            |      139 +
 .../1.7/typesInterfaceMembersAndVars.pass          |      138 +
 .../1.7/typesInterfaceMembersAndVars1.pass         |      137 +
 .../1.7/typesLocalFieldsAndVars.pass               |      116 +
 .../1.7/typesLocalMembersAndSmartInt.pass          |      153 +
 .../1.7/typesLocalMembersAndSmartNumber.pass       |      135 +
 .../1.7/typesLocalMembersAndSmartPrimitives.pass   |      326 +
 .../1.7/typesLocalMembersAndVars.pass              |      133 +
 .../1.7/typesLocalMembersAndVars1.pass             |      129 +
 .../1.7/typesLocalMembersAndVars2.pass             |      133 +
 .../typesLocalMembersAndVarsStartingWithB.pass     |        0
 .../1.7/typesLocalMembersVarsAndSmartBoolean.pass  |      139 +
 .../typesLocalMembersVarsAndSmartEnumAndInt.pass   |      156 +
 .../1.7/typesLocalMembersVarsAndSmartInt.pass      |      155 +
 .../1.7/typesLocalMembersVarsAndSmartString.pass   |      161 +
 .../1.7/typesLocalMembersVarsAndSmarts.pass        |      411 +
 ...pesLocalMembersVarsAndSmartsStartingWithB.pass} |        0
 .../1.7/typesStaticInterfaceMembersAndVars.pass    |      128 +
 .../{1.6 => 1.7}/voidKeyword.pass                  |        0
 .../CreateConstructorNonDefaultConstructor.pass    |      146 +
 ...ConstructorNonDefaultConstructorInnerClass.pass |      144 +
 .../1.8/CreateConstructorTest.pass                 |      147 +
 .../1.8/CreateConstructorTestInnerClass.pass       |      145 +
 .../1.8/CreateConstructorWithConstructors.pass     |      145 +
 ...reateConstructorWithConstructorsInnerClass.pass |      143 +
 .../CreateConstructorWithDefaultConstructor.pass   |      146 +
 ...onstructorWithDefaultConstructorInnerClass.pass |      144 +
 .../1.8/OverrideAbstractList.pass                  |      166 +
 .../{ => 1.8}/OverrideAbstractList2a.pass          |        0
 .../{ => 1.8}/OverrideAbstractList2a.pass2         |        0
 .../{ => 1.8}/OverrideAbstractList2b.pass          |        0
 .../{ => 1.8}/OverrideAbstractList2b.pass2         |        0
 .../{ => 1.8}/OverrideAbstractList3a.pass          |        0
 .../{ => 1.8}/OverrideAbstractList3a.pass2         |        0
 .../{ => 1.8}/OverrideAbstractList3b.pass          |        0
 .../{ => 1.8}/OverrideAbstractList3b.pass2         |        0
 .../{ => 1.8}/OverrideAbstractListWithPrefix.pass  |        0
 .../{ => 1.8}/OverrideAbstractListWithPrefix.pass2 |        0
 .../{ => 1.8}/OverrideFinalize.pass                |        0
 .../{ => 1.8}/OverrideFinalize.pass2               |        0
 .../{ => 1.8}/OverrideInInnerClass.pass            |        0
 .../{ => 1.8}/OverrideInInnerClass.pass2           |        0
 .../1.8/OverridePackagePrivateMethod.pass          |       23 +
 .../{ => 1.8}/OverridePrivateMethod.pass           |        0
 .../{ => 1.8}/OverrideTypedException1.pass         |        0
 .../{ => 1.8}/OverrideTypedException1.pass2        |        0
 .../{ => 1.8}/OverrideTypedException2.pass         |        0
 .../{ => 1.8}/OverrideTypedException2.pass2        |        0
 .../1.8/UnimplementedMethod.pass                   |      133 +
 .../JavaCompletionProviderTest/{ => 1.8}/a.pass    |        0
 .../JavaCompletionProviderTest/{ => 1.8}/aI.pass   |        0
 .../1.8/allPackages.pass                           |        6 +
 .../1.8/blockContentAfterFor.pass                  |      145 +
 .../1.8/blockContentAfterForEach.pass              |      145 +
 .../{ => 1.8}/booleanKeyword.pass                  |        0
 .../{ => 1.8}/booleanValue.pass                    |        0
 .../{ => 1.8}/booleanVarName.pass                  |        0
 .../{ => 1.8}/breakKeyword.pass                    |        0
 .../{ => 1.8}/caseAndDefaultKeywords.pass          |        0
 .../{ => 1.8}/caseKeyword.pass                     |        0
 .../{ => 1.8}/classKeyword.pass                    |        0
 .../{ => 1.8}/classModifiersWithoutPublic.pass     |        0
 .../{ => 1.8}/cloneable.pass                       |        0
 .../1.8/declaredTypes.pass                         |      104 +
 .../1.8/declaredTypesAndSmartInt.pass              |      108 +
 .../{ => 1.8}/declaredTypesStartingWithStr.pass    |        0
 .../{ => 1.8}/defaultKeyword.pass                  |        0
 .../{1.6 => 1.8}/empty.pass                        |        0
 .../{ => 1.8}/extendsAndImplementsKeywords.pass    |        0
 .../{ => 1.8}/extendsKeyword.pass                  |        0
 .../{ => 1.8}/falseAndFloatKeywords.pass           |        0
 .../{ => 1.8}/field.pass                           |        0
 .../{ => 1.8}/finalKeyword.pass                    |        0
 .../{ => 1.8}/hashCode.pass                        |        0
 .../JavaCompletionProviderTest/{ => 1.8}/i.pass    |        0
 .../{ => 1.8}/implementsKeyword.pass               |        0
 .../{ => 1.8}/importKeyword.pass                   |        0
 .../1.8/initBlockContent.pass                      |      143 +
 .../{ => 1.8}/initBlockContentStartingWithB.pass   |        0
 .../1.8/initBlockTypesAndLocalMembers.pass         |      142 +
 .../{ => 1.8}/instanceOf.pass                      |        0
 .../{ => 1.8}/intKeyword.pass                      |        0
 .../{ => 1.8}/intVarName.pass                      |        0
 .../1.8/interfaceMemberModifiersAndTypes.pass      |      131 +
 ...ersAndTypesWithoutDefaultAbstractAndStatic.pass |      125 +
 ...erModifiersAndTypesWithoutDefaultAndStatic.pass |      126 +
 .../1.8/javaLangClasses.pass                       |       72 +
 .../1.8/javaLangClassesStartingWithO.pass          |        2 +
 .../1.8/javaLangContent.pass                       |      103 +
 .../1.8/javaLangContentAndTestClass.pass           |      104 +
 .../{ => 1.8}/javaLangContentStartingWithI.pass    |        0
 .../1.8/javaLangInterfaces.pass                    |       20 +
 .../{ => 1.8}/javaLangInterfacesStartingWithR.pass |        0
 .../1.8/javaLangThrowables.pass                    |       57 +
 .../{ => 1.8}/javaLangThrowablesStartingWithI.pass |        0
 .../{ => 1.8}/javaLangThrowablesStartingWithN.pass |        0
 .../1.8/javaUtilContent.pass                       |      114 +
 .../1.8/lambdaBodyContent.pass                     |      131 +
 .../1.8/lambdaBodyContentWithLocalVar.pass         |      132 +
 .../1.8/lambdaExpression.pass                      |      122 +
 .../1.8/lambdaParameterTypes.pass                  |      114 +
 .../1.8/lambdaSmartInt.pass                        |      154 +
 .../1.8/lambdaSmartInt2.pass                       |      155 +
 .../JavaCompletionProviderTest/{ => 1.8}/list.pass |        0
 .../1.8/memberModifiersAndTypesWithoutPublic.pass  |      124 +
 .../1.8/memberModifiersAndTypesWithoutStatic.pass  |      126 +
 .../{ => 1.8}/memberModifiersStartingWithP.pass    |        0
 .../1.8/memberModifiersTypesAndGenElements.pass    |      133 +
 .../1.8/memberModifiersTypesAndGenElements2.pass   |      134 +
 .../1.8/memberModifiersTypesAndGenElements3.pass   |      135 +
 .../1.8/memberModifiersTypesAndGenElements4.pass   |      141 +
 .../{ => 1.8}/memberModifiersWithoutPublic.pass    |        0
 .../1.8/methodBodyContent.pass                     |      142 +
 .../1.8/methodBodyContentAfterCase.pass            |      145 +
 .../1.8/methodBodyContentAfterCaseAndVar.pass      |      146 +
 .../1.8/methodBodyContentAfterDefault.pass         |      143 +
 .../1.8/methodBodyContentAfterFor.pass             |      143 +
 .../1.8/methodBodyContentAfterForEach.pass         |      143 +
 .../1.8/methodBodyContentAndLocalVar.pass          |      143 +
 .../{ => 1.8}/nullPointerException.pass            |        0
 .../{1.6 => 1.8}/numberContent.pass                |        0
 .../{ => 1.8}/object.pass                          |        0
 .../{ => 1.8}/packageKeyword.pass                  |        0
 .../{ => 1.8}/packagesStartingWithJ.pass           |        0
 .../1.8/parameterTypes.pass                        |      113 +
 .../{ => 1.8}/publicKeyword.pass                   |        0
 .../1.8/returnTypes.pass                           |      115 +
 .../1.8/staticBlockContent.pass                    |      127 +
 .../1.8/staticBlockTypesAndLocalMembers.pass       |      150 +
 .../{ => 1.8}/staticKeyword.pass                   |        0
 .../1.8/staticKeywordAndAllPackages.pass           |        7 +
 .../{1.6 => 1.8}/stringConstructors.pass           |        0
 .../1.8/stringContent.pass                         |       60 +
 .../1.8/stringVarName.pass                         |        2 +
 .../{ => 1.8}/switchKeyword.pass                   |        0
 .../{ => 1.8}/system.pass                          |        0
 .../1.8/systemContent.pass                         |       31 +
 .../{ => 1.8}/systemOut.pass                       |        0
 .../{1.6 => 1.8}/systemOutContent.pass             |        0
 .../{ => 1.8}/throwsKeyword.pass                   |        0
 .../{ => 1.8}/topLevelKeywords.pass                |        0
 .../{ => 1.8}/topLevelKeywordsStartingWithP.pass   |        0
 .../{ => 1.8}/topLevelKeywordsWithoutPackage.pass  |        0
 .../1.8/typesAndLocalMembers.pass                  |      131 +
 .../1.8/typesAndLocalMembers1.pass                 |      131 +
 .../1.8/typesAndStaticLocalMembers.pass            |      149 +
 .../1.8/typesInterfaceMembersAndVars.pass          |      138 +
 .../1.8/typesInterfaceMembersAndVars1.pass         |      137 +
 .../1.8/typesLocalFieldsAndVars.pass               |      116 +
 .../1.8/typesLocalMembersAndSmartInt.pass          |      163 +
 .../1.8/typesLocalMembersAndSmartNumber.pass       |      135 +
 .../1.8/typesLocalMembersAndSmartPrimitives.pass   |      367 +
 .../1.8/typesLocalMembersAndVars.pass              |      133 +
 .../1.8/typesLocalMembersAndVars1.pass             |      129 +
 .../1.8/typesLocalMembersAndVars2.pass             |      133 +
 .../typesLocalMembersAndVarsStartingWithB.pass     |        0
 .../1.8/typesLocalMembersVarsAndSmartBoolean.pass  |      142 +
 .../typesLocalMembersVarsAndSmartEnumAndInt.pass   |      166 +
 .../1.8/typesLocalMembersVarsAndSmartInt.pass      |      165 +
 .../1.8/typesLocalMembersVarsAndSmartString.pass   |      163 +
 .../1.8/typesLocalMembersVarsAndSmarts.pass        |      456 +
 ...pesLocalMembersVarsAndSmartsStartingWithB.pass} |        0
 .../1.8/typesStaticInterfaceMembersAndVars.pass    |      128 +
 .../{ => 1.8}/voidKeyword.pass                     |        0
 .../CreateConstructorNonDefaultConstructor.pass    |      140 -
 ...ConstructorNonDefaultConstructorInnerClass.pass |      138 -
 .../CreateConstructorTest.pass                     |      141 -
 .../CreateConstructorTestInnerClass.pass           |      139 -
 .../CreateConstructorWithConstructors.pass         |      139 -
 ...reateConstructorWithConstructorsInnerClass.pass |      137 -
 .../CreateConstructorWithDefaultConstructor.pass   |      140 -
 ...onstructorWithDefaultConstructorInnerClass.pass |      138 -
 .../OverrideAbstractList.pass                      |      153 -
 .../OverridePackagePrivateMethod.pass              |       23 -
 .../UnimplementedMethod.pass                       |      127 -
 .../JavaCompletionProviderTest/allPackages.pass    |        6 -
 .../blockContentAfterFor.pass                      |      139 -
 .../blockContentAfterForEach.pass                  |      139 -
 .../JavaCompletionProviderTest/declaredTypes.pass  |       98 -
 .../declaredTypesAndSmartInt.pass                  |      101 -
 .../initBlockContent.pass                          |      137 -
 .../initBlockTypesAndLocalMembers.pass             |      133 -
 .../javaLangClasses.pass                           |       68 -
 .../javaLangClassesStartingWithO.pass              |        3 -
 .../javaLangContent.pass                           |       97 -
 .../javaLangInterfaces.pass                        |       17 -
 .../javaLangThrowables.pass                        |       55 -
 .../javaUtilContent.pass                           |       90 -
 .../memberModifiersAndTypesWithoutPublic.pass      |      118 -
 .../memberModifiersAndTypesWithoutStatic.pass      |      120 -
 .../memberModifiersTypesAndGenElements.pass        |      127 -
 .../memberModifiersTypesAndGenElements2.pass       |      128 -
 .../memberModifiersTypesAndGenElements3.pass       |      129 -
 .../memberModifiersTypesAndGenElements4.pass       |      135 -
 .../methodBodyContent.pass                         |      136 -
 .../methodBodyContentAfterCase.pass                |      139 -
 .../methodBodyContentAfterCaseAndVar.pass          |      140 -
 .../methodBodyContentAfterDefault.pass             |      137 -
 .../methodBodyContentAfterFor.pass                 |      137 -
 .../methodBodyContentAfterForEach.pass             |      137 -
 .../methodBodyContentAndLocalVar.pass              |      137 -
 .../JavaCompletionProviderTest/numberContent.pass  |       15 -
 .../JavaCompletionProviderTest/parameterTypes.pass |      107 -
 .../staticBlockContent.pass                        |      121 -
 .../staticBlockTypesAndLocalMembers.pass           |      133 -
 .../staticKeywordAndAllPackages.pass               |        7 -
 .../stringConstructors.pass                        |       16 -
 .../JavaCompletionProviderTest/stringContent.pass  |       56 -
 .../JavaCompletionProviderTest/systemContent.pass  |       29 -
 .../systemOutContent.pass                          |       41 -
 .../typesAndLocalMembers.pass                      |      125 -
 .../typesAndLocalMembers1.pass                     |      125 -
 .../typesAndStaticLocalMembers.pass                |      132 -
 .../typesLocalFieldsAndVars.pass                   |      108 -
 .../typesLocalMembersAndSmartInt.pass              |      146 -
 .../typesLocalMembersAndSmartNumber.pass           |      129 -
 .../typesLocalMembersAndSmartPrimitives.pass       |      307 -
 .../typesLocalMembersAndVars.pass                  |      127 -
 .../typesLocalMembersAndVars1.pass                 |      123 -
 .../typesLocalMembersAndVars2.pass                 |      127 -
 .../typesLocalMembersVarsAndSmartBoolean.pass      |      133 -
 .../typesLocalMembersVarsAndSmartEnumAndInt.pass   |      149 -
 .../typesLocalMembersVarsAndSmartInt.pass          |      148 -
 .../typesLocalMembersVarsAndSmartString.pass       |      153 -
 .../typesLocalMembersVarsAndSmarts.pass            |      396 -
 ...ypesLocalMembersVarsAndSmartsStartingWithB.pass |        5 -
 .../ComputeImportsTest/test102613-filtered.pass    |        2 +-
 .../ComputeImportsTest/test102613-unfiltered.pass  |        2 +-
 .../ComputeImportsTest/test202604-filtered.pass    |        2 +
 .../ComputeImportsTest/test202604-unfiltered.pass  |        2 +
 .../ComputeImportsTest/test232647-filtered.pass    |        1 +
 .../ComputeImportsTest/test232647-unfiltered.pass  |        1 +
 .../ComputeImportsTest/test90743-filtered.pass     |        1 +
 .../ComputeImportsTest/test90743-unfiltered.pass   |        1 +
 .../ComputeImportsTest/test97420-filtered.pass     |        1 +
 .../ComputeImportsTest/test97420-unfiltered.pass   |        1 +
 .../testBrokenLambdaParameter-filtered.pass        |        1 +
 .../testBrokenLambdaParameter-unfiltered.pass      |        1 +
 .../testStaticImports1-filtered.pass               |        1 +
 .../testStaticImports1-unfiltered.pass             |        1 +
 .../testStaticImports233117-filtered.pass          |        0
 .../testStaticImports233117-unfiltered.pass        |        0
 .../testStaticImportsArrays1-filtered.pass         |        1 +
 .../testStaticImportsArrays1-unfiltered.pass       |        1 +
 .../testStaticImportsArrays2-filtered.pass         |        1 +
 .../testStaticImportsArrays2-unfiltered.pass       |        1 +
 .../testStaticImportsArrays3-filtered.pass         |        1 +
 .../testStaticImportsArrays3-unfiltered.pass       |        1 +
 .../testTestOverriddenClassWithAnnotation.pass     |        1 +
 .../testConstructorParamIsUsed220117.pass          |       13 +
 .../semantic/DetectorTest/testExtensionMethod.pass |       11 +
 .../testImportDisambiguation203874.pass            |        7 +
 .../DetectorTest/testIncDecReading230408.pass      |       13 +
 .../DetectorTest/testLambdaAndFunctionType.pass    |       34 +
 .../semantic/DetectorTest/testMemberReference.pass |        7 +
 .../DetectorTest/testRemoveAllImports.pass         |       12 -
 .../DetectorTest/testRemoveImportDocStart.pass     |       11 -
 .../DetectorTest/testRemoveImportDocStartTrim.pass |       11 -
 .../DetectorTest/testRemoveImportNotLine1.pass     |       13 -
 .../DetectorTest/testRemoveImportNotLine2.pass     |       13 -
 .../DetectorTest/testRemoveImportTrim.pass         |       13 -
 .../DetectorTest/testSimpleRemoveImport.pass       |       13 -
 .../semantic/DetectorTest/testUnary220003.pass     |        7 +
 .../MarkOccDetTest/testException227248.pass        |        2 +
 .../java/TestOverriddenClassWithAnnotation.java    |        6 +
 .../editor/completion/data/GenericsMethod.java     |        8 +
 .../data/GenericsMethodNoTypeParams.java           |        8 +
 .../java/editor/completion/data/Interface.java     |       12 +
 .../editor/completion/data/LambdaExpression.java   |       24 +
 .../data/LambdaExpressionEmptyMethodBody.java      |       22 +
 .../completion/data/LambdaExpressionStart.java     |       20 +
 .../completion/data/SimpleLambdaExpression.java    |       19 +
 .../SimpleLambdaExpressionEmptyMethodBody.java     |       15 +
 .../data/SimpleLambdaExpressionStart.java          |       13 +
 .../java/editor/imports/data/StaticImports1.java   |        8 +
 .../editor/imports/data/StaticImports233117.java   |       13 +
 .../editor/imports/data/StaticImportsArrays1.java  |       10 +
 .../editor/imports/data/StaticImportsArrays2.java  |       10 +
 .../editor/imports/data/StaticImportsArrays3.java  |       10 +
 .../java/editor/imports/data/Test202604.java       |        6 +
 .../java/editor/imports/data/Test232647.java       |        8 +
 .../imports/data/TestBrokenLambdaParameter.java    |        8 +
 .../semantic/data/ConstructorParamIsUsed.java      |        9 +
 .../editor/semantic/data/ConstructorThrows.java    |       10 -
 .../java/editor/semantic/data/Exception227248.java |       10 +
 .../java/editor/semantic/data/ExtensionMethod.java |       13 +
 .../editor/semantic/data/ImportDisambiguation.java |       11 +
 .../editor/semantic/data/IncDecReading230408.java  |       15 +
 .../semantic/data/LambdaAndFunctionType.java       |       14 +
 .../java/editor/semantic/data/MemberReference.java |       11 +
 .../editor/semantic/data/RemoveAllImports.java     |       13 -
 .../editor/semantic/data/RemoveImportDocStart.java |       11 -
 .../semantic/data/RemoveImportDocStartTrim.java    |       11 -
 .../editor/semantic/data/RemoveImportNotLine1.java |       12 -
 .../editor/semantic/data/RemoveImportNotLine2.java |       12 -
 .../editor/semantic/data/RemoveImportTrim.java     |       13 -
 .../editor/semantic/data/SimpleRemoveImport.java   |       13 -
 .../java/editor/semantic/data/Unary220003.java     |       11 +
 .../modules/editor/java/GoToSupportTest.java       |       76 +-
 .../editor/java/JavaBaseDocumentUnitTestCase.java  |       40 +-
 .../java/JavaBlockCommentCompletionUnitTest.java   |      318 -
 .../editor/java/JavaBraceCompletionUnitTest.java   |     1079 -
 .../editor/java/JavaBracketCompletionUnitTest.java |      674 -
 .../editor/java/JavaFormatterUnitTestSuite.java    |       39 +
 .../editor/java/JavaSmartBracketUnitTestSuite.java |       26 -
 .../editor/java/TypingCompletionUnitTest.java      |     1422 +
 .../modules/editor/java/UtilitiesTest.java         |      101 +-
 .../codegen/DelegateMethodGeneratorTest.java       |       37 +-
 .../codegen/EqualsHashCodeGeneratorTest.java       |      114 +-
 .../java/editor/completion/CompletionTestBase.java |       86 +-
 .../JavaCompletionProvider15FeaturesTest.java      |      107 +
 .../JavaCompletionProvider18FeaturesTest.java      |      365 +
 .../JavaCompletionProviderBasicTest.java           |        6 +-
 .../java/editor/imports/ClipboardHandlerTest.java  |      175 +
 .../java/editor/imports/ComputeImportsTest.java    |      144 +-
 .../java/editor/imports/UnusedImportsTest.java     |      751 +
 .../editor/javadoc/JavadocCompletionQueryTest.java |      259 +-
 .../java/editor/javadoc/JavadocImportsTest.java    |       31 +-
 .../editor/overridden/ComputeOverridersTest.java   |       23 +
 .../editor/overridden/GoToImplementationTest.java  |      144 +
 .../IsOverriddenAnnotationCreatorTest.java         |       10 +-
 .../modules/java/editor/semantic/DetectorTest.java |      144 +-
 .../java/editor/semantic/MarkOccDetTest.java       |        4 +
 .../java/editor/semantic/UnusedImportsTest.java    |        4 +-
 .../editor/view/JavaViewHierarchyRandomTest.java   |       91 +-
 java.examples/DocumentEditor/build.xml             |       99 -
 .../DocumentEditor/nbproject/build-impl.xml        |      622 -
 .../DocumentEditor/nbproject/genfiles.properties   |        8 -
 .../DocumentEditor/nbproject/project.properties    |       91 -
 java.examples/DocumentEditor/nbproject/project.xml |       47 -
 .../services/org.jdesktop.application.Application  |        1 -
 .../src/documenteditor/DocumentEditorAboutBox.form |      192 -
 .../src/documenteditor/DocumentEditorAboutBox.java |      156 -
 .../src/documenteditor/DocumentEditorApp.java      |      294 -
 .../src/documenteditor/DocumentEditorView.form     |      345 -
 .../src/documenteditor/DocumentEditorView.java     |      593 -
 .../resources/DocumentEditorAboutBox.properties    |       42 -
 .../resources/DocumentEditorApp.properties         |       39 -
 .../resources/DocumentEditorView.properties        |      102 -
 .../src/documenteditor/resources/about.png         |      Bin 8187 -> 0 bytes
 .../resources/busyicons/busy-icon0.png             |      Bin 3588 -> 0 bytes
 .../resources/busyicons/busy-icon1.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon10.png            |      Bin 3568 -> 0 bytes
 .../resources/busyicons/busy-icon11.png            |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon12.png            |      Bin 3589 -> 0 bytes
 .../resources/busyicons/busy-icon13.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon14.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon2.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon3.png             |      Bin 3572 -> 0 bytes
 .../resources/busyicons/busy-icon4.png             |      Bin 3576 -> 0 bytes
 .../resources/busyicons/busy-icon5.png             |      Bin 3580 -> 0 bytes
 .../resources/busyicons/busy-icon6.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon7.png             |      Bin 3598 -> 0 bytes
 .../resources/busyicons/busy-icon8.png             |      Bin 3594 -> 0 bytes
 .../resources/busyicons/busy-icon9.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/idle-icon.png              |      Bin 3360 -> 0 bytes
 .../src/documenteditor/resources/copy.png          |      Bin 3319 -> 0 bytes
 .../src/documenteditor/resources/cut.png           |      Bin 4068 -> 0 bytes
 .../src/documenteditor/resources/open.png          |      Bin 3600 -> 0 bytes
 .../src/documenteditor/resources/paste.png         |      Bin 3521 -> 0 bytes
 .../src/documenteditor/resources/save.png          |      Bin 3496 -> 0 bytes
 .../src/documenteditor/resources/splash.png        |      Bin 21747 -> 0 bytes
 java.examples/MarsRoverViewer/build.xml            |       98 -
 .../MarsRoverViewer/nbproject/build-impl.xml       |      622 -
 .../MarsRoverViewer/nbproject/genfiles.properties  |        8 -
 .../MarsRoverViewer/nbproject/project.properties   |       91 -
 .../MarsRoverViewer/nbproject/project.xml          |       47 -
 .../services/org.jdesktop.application.Application  |        1 -
 .../src/marsroverviewer/LoadImageTask.java         |      182 -
 .../marsroverviewer/MarsRoverViewerAboutBox.form   |      192 -
 .../marsroverviewer/MarsRoverViewerAboutBox.java   |      156 -
 .../src/marsroverviewer/MarsRoverViewerApp.java    |      137 -
 .../src/marsroverviewer/MarsRoverViewerView.form   |      296 -
 .../src/marsroverviewer/MarsRoverViewerView.java   |      463 -
 .../resources/MarsRoverViewerAboutBox.properties   |       42 -
 .../resources/MarsRoverViewerApp.properties        |       39 -
 .../resources/MarsRoverViewerView.properties       |       93 -
 .../src/marsroverviewer/resources/about.png        |      Bin 8187 -> 0 bytes
 .../resources/busyicons/busy-icon0.png             |      Bin 3588 -> 0 bytes
 .../resources/busyicons/busy-icon1.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon10.png            |      Bin 3568 -> 0 bytes
 .../resources/busyicons/busy-icon11.png            |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon12.png            |      Bin 3589 -> 0 bytes
 .../resources/busyicons/busy-icon13.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon14.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon2.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon3.png             |      Bin 3572 -> 0 bytes
 .../resources/busyicons/busy-icon4.png             |      Bin 3576 -> 0 bytes
 .../resources/busyicons/busy-icon5.png             |      Bin 3580 -> 0 bytes
 .../resources/busyicons/busy-icon6.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon7.png             |      Bin 3598 -> 0 bytes
 .../resources/busyicons/busy-icon8.png             |      Bin 3594 -> 0 bytes
 .../resources/busyicons/busy-icon9.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/idle-icon.png              |      Bin 3360 -> 0 bytes
 .../src/marsroverviewer/resources/next.png         |      Bin 1126 -> 0 bytes
 .../src/marsroverviewer/resources/previous.png     |      Bin 1150 -> 0 bytes
 .../src/marsroverviewer/resources/refresh.png      |      Bin 1734 -> 0 bytes
 .../src/marsroverviewer/resources/splash.png       |      Bin 21747 -> 0 bytes
 .../src/marsroverviewer/resources/stop.png         |      Bin 1559 -> 0 bytes
 .../anagrams/nbproject/project.properties          |        4 +-
 .../anagrams/src/com/toy/anagrams/ui/Anagrams.java |        7 +-
 java.examples/build.xml                            |       10 -
 java.examples/manifest.mf                          |        2 +-
 java.examples/nbproject/project.properties         |        2 +
 java.examples/nbproject/project.xml                |       27 +-
 .../modules/java/examples/Bundle.properties        |        5 -
 .../java/examples/J2SESampleProjectIterator.java   |       24 +-
 .../java/examples/PanelConfigureProjectVisual.form |       17 +-
 .../java/examples/PanelConfigureProjectVisual.java |       42 +-
 .../modules/java/examples/PanelOptionsVisual.form  |       50 -
 .../modules/java/examples/PanelOptionsVisual.java  |      115 -
 .../modules/java/examples/WizardProperties.java    |        1 -
 .../resources/descriptions/DocumentEditor.html     |       11 -
 .../resources/descriptions/MarsRoverViewer.html    |       11 -
 .../modules/java/examples/resources/mf-layer.xml   |       20 -
 java.freeform/manifest.mf                          |        2 +-
 java.freeform/nbproject/project.properties         |        6 +-
 java.freeform/nbproject/project.xml                |       37 +-
 .../freeform/AnnotationProcessingQueryImpl.java    |       15 +-
 .../modules/java/freeform/Bundle.properties        |        4 +
 .../netbeans/modules/java/freeform/Classpaths.java |       12 +-
 .../modules/java/freeform/JavaActions.java         |      235 +-
 .../java/freeform/JavaFreeformFileBuiltQuery.java  |        2 +-
 .../java/freeform/JavaProjectGenerator.java        |      216 +-
 .../modules/java/freeform/JavaProjectNature.java   |      125 +-
 .../modules/java/freeform/JavadocQuery.java        |        2 +-
 .../modules/java/freeform/LookupProviderImpl.java  |       33 +-
 .../java/freeform/SourceForBinaryQueryImpl.java    |        2 +-
 .../java/freeform/SourceLevelQueryImpl.java        |        4 +-
 .../netbeans/modules/java/freeform/TestQuery.java  |        4 +-
 .../modules/java/freeform/jdkselection/jdk.xsl     |       41 +
 .../freeform/resources/freeform-project-java-4.xsd |      186 +
 .../modules/java/freeform/resources/layer.xml      |        7 +-
 .../modules/java/freeform/ui/Bundle.properties     |        3 +-
 .../modules/java/freeform/ui/ClasspathPanel.form   |        4 +-
 .../modules/java/freeform/ui/ClasspathPanel.java   |       54 +-
 .../ui/NewJ2SEFreeformProjectWizardIterator.java   |       20 +-
 .../java/freeform/ui/SourceFoldersPanel.form       |        2 +-
 .../java/freeform/ui/SourceFoldersPanel.java       |       56 +-
 .../modules/java/freeform/ClasspathsTest.java      |        5 +-
 .../modules/java/freeform/JavaActionsTest.java     |       61 +-
 .../java/freeform/JavaProjectGeneratorTest.java    |       17 +-
 .../java/freeform/JavaProjectNatureTest.java       |       12 +
 .../modules/java/freeform/JavadocQueryTest.java    |        5 +-
 java.guards/manifest.mf                            |        2 +-
 java.guards/nbproject/project.properties           |        4 +-
 java.guards/nbproject/project.xml                  |       14 +-
 .../modules/java/guards/JavaGuardedReader.java     |       53 +-
 .../java/guards/JavaGuardedSectionsProvider.java   |        2 +-
 .../modules/java/guards/JavaGuardedWriter.java     |       38 +-
 .../modules/java/guards/JavaGuardedReaderTest.java |       42 +-
 .../modules/java/guards/JavaGuardedWriterTest.java |       52 +-
 java.helpset/build.xml                             |       51 -
 .../java/helpset/docs/ant/ant_debugging.html       |       62 -
 .../modules/java/helpset/docs/ant/ant_docs.html    |       46 -
 .../modules/java/helpset/docs/ant/ant_editing.html |       35 -
 .../modules/java/helpset/docs/ant/ant_intro.html   |       82 -
 .../java/helpset/docs/ant/ant_optional-tasks.html  |       37 -
 .../modules/java/helpset/docs/ant/ant_running.html |       51 -
 .../java/helpset/docs/ant/ant_settings.html        |       80 -
 .../java/helpset/docs/ant/ant_shortcut.html        |       54 -
 .../java/helpset/docs/ant/ant_tasks-classpath.html |       75 -
 .../modules/java/helpset/docs/ant/ant_version.html |       41 -
 .../java/helpset/docs/ant/exp-classpath.html       |       34 -
 .../java/helpset/docs/ant/images/AntIcon.gif       |      Bin 580 -> 0 bytes
 .../java/helpset/docs/ant/images/AntIconError.gif  |      Bin 597 -> 0 bytes
 .../java/helpset/docs/ant/images/AntShortcut.gif   |      Bin 588 -> 0 bytes
 .../java/helpset/docs/ant/images/DataTypeIcon.gif  |      Bin 94 -> 0 bytes
 .../java/helpset/docs/ant/images/ElementIcon.gif   |      Bin 165 -> 0 bytes
 .../docs/ant/images/EmphasizedTargetIcon.gif       |      Bin 458 -> 0 bytes
 .../java/helpset/docs/ant/images/TargetIcon.gif    |      Bin 332 -> 0 bytes
 .../java/helpset/docs/ant/images/TaskIcon.gif      |      Bin 879 -> 0 bytes
 .../java/helpset/docs/compile/comp_about.html      |      113 -
 .../java/helpset/docs/compile/comp_classpath.html  |      140 -
 .../helpset/docs/compile/comp_dependencies.html    |      111 -
 .../java/helpset/docs/compile/comp_file.html       |       80 -
 .../java/helpset/docs/compile/comp_hudson.html     |       91 -
 .../java/helpset/docs/compile/comp_jar.html        |      113 -
 .../java/helpset/docs/compile/comp_jar_deploy.html |       68 -
 .../java/helpset/docs/compile/comp_libraries.html  |       62 -
 .../java/helpset/docs/compile/comp_output.html     |       68 -
 .../java/helpset/docs/compile/comp_process.html    |      107 -
 .../java/helpset/docs/compile/comp_project.html    |      106 -
 .../java/helpset/docs/compile/comp_quickref.html   |      134 -
 .../java/helpset/docs/configure/options_ant.html   |       75 -
 .../java/helpset/docs/configure/options_form.html  |       66 -
 .../modules/java/helpset/docs/credits.html         |       48 -
 .../helpset/docs/debug/CSH/breakpoint_class.html   |       98 -
 .../docs/debug/CSH/breakpoint_exception.html       |       81 -
 .../helpset/docs/debug/CSH/breakpoint_line.html    |       73 -
 .../helpset/docs/debug/CSH/breakpoint_method.html  |       76 -
 .../helpset/docs/debug/CSH/breakpoint_thread.html  |       74 -
 .../docs/debug/CSH/breakpoint_variable.html        |       66 -
 .../helpset/docs/debug/CSH/breakpoint_view.html    |      137 -
 .../helpset/docs/debug/CSH/breakpoint_window.html  |       61 -
 .../helpset/docs/debug/CSH/callstack_view.html     |       82 -
 .../java/helpset/docs/debug/CSH/classes_view.html  |      105 -
 .../java/helpset/docs/debug/CSH/debug_options.html |       52 -
 .../java/helpset/docs/debug/CSH/debug_output.html  |       73 -
 .../java/helpset/docs/debug/CSH/debug_window.html  |       71 -
 .../docs/debug/CSH/evaluate_expression.html        |       56 -
 .../helpset/docs/debug/CSH/instances_view.html     |       60 -
 .../helpset/docs/debug/CSH/old_stack_call.html     |       39 -
 .../java/helpset/docs/debug/CSH/sessions_view.html |      126 -
 .../java/helpset/docs/debug/CSH/sources_view.html  |       59 -
 .../java/helpset/docs/debug/CSH/threads_view.html  |      148 -
 .../helpset/docs/debug/CSH/variables_view.html     |      114 -
 .../java/helpset/docs/debug/CSH/watch_window.html  |       38 -
 .../java/helpset/docs/debug/CSH/watches_view.html  |      108 -
 .../java/helpset/docs/debug/breakpoint_about.html  |       90 -
 .../helpset/docs/debug/breakpoint_conditional.html |       57 -
 .../java/helpset/docs/debug/breakpoint_group.html  |       53 -
 .../helpset/docs/debug/breakpoint_setting.html     |       82 -
 .../java/helpset/docs/debug/debug_about.html       |       47 -
 .../java/helpset/docs/debug/debug_callstack.html   |       97 -
 .../java/helpset/docs/debug/debug_context.html     |       60 -
 .../helpset/docs/debug/debug_customize_views.html  |       51 -
 .../helpset/docs/debug/debug_debuggingwindow.html  |      149 -
 .../java/helpset/docs/debug/debug_expression.html  |       60 -
 .../helpset/docs/debug/debug_expressionstep.html   |       64 -
 .../java/helpset/docs/debug/debug_finish.html      |       41 -
 .../modules/java/helpset/docs/debug/debug_fix.html |       71 -
 .../java/helpset/docs/debug/debug_fix_watch.html   |       58 -
 .../java/helpset/docs/debug/debug_local.html       |       80 -
 .../java/helpset/docs/debug/debug_new_watch.html   |       62 -
 .../docs/debug/debug_print_breakpoint_message.html |      120 -
 .../java/helpset/docs/debug/debug_process.html     |       98 -
 .../java/helpset/docs/debug/debug_quickref.html    |      199 -
 .../java/helpset/docs/debug/debug_remote.html      |       65 -
 .../java/helpset/docs/debug/debug_source.html      |      110 -
 .../java/helpset/docs/debug/debug_step.html        |       69 -
 .../debug_syntaxrules_breakpointconditions.html    |       54 -
 .../java/helpset/docs/debug/debug_threads.html     |      114 -
 .../java/helpset/docs/debug/debug_variables.html   |       68 -
 .../java/helpset/docs/debug/images/Attach.gif      |      Bin 485 -> 0 bytes
 .../helpset/docs/debug/images/Breakpoint_PC.gif    |      Bin 208 -> 0 bytes
 .../java/helpset/docs/debug/images/CallSite.gif    |      Bin 138 -> 0 bytes
 .../java/helpset/docs/debug/images/CallStack.gif   |      Bin 159 -> 0 bytes
 .../helpset/docs/debug/images/ChangeColumn.gif     |      Bin 137 -> 0 bytes
 .../docs/debug/images/ConditionalBreakpoint.gif    |      Bin 138 -> 0 bytes
 .../debug/images/ConditionalBreakpoint_broken.png  |      Bin 395 -> 0 bytes
 .../java/helpset/docs/debug/images/Continue.gif    |      Bin 462 -> 0 bytes
 .../helpset/docs/debug/images/CurrentFrame.gif     |      Bin 120 -> 0 bytes
 .../helpset/docs/debug/images/DebugProject.gif     |      Bin 173 -> 0 bytes
 .../helpset/docs/debug/images/DebuggerWindow.gif   |      Bin 239 -> 0 bytes
 .../debug/images/DisabledConditionalBreakpoint.gif |      Bin 138 -> 0 bytes
 .../java/helpset/docs/debug/images/Finish.gif      |      Bin 106 -> 0 bytes
 .../modules/java/helpset/docs/debug/images/Fix.gif |      Bin 631 -> 0 bytes
 .../helpset/docs/debug/images/GoToCalledMethod.gif |      Bin 157 -> 0 bytes
 .../docs/debug/images/GoToCallingMethod.gif        |      Bin 159 -> 0 bytes
 .../docs/debug/images/InheritedModifier.gif        |      Bin 152 -> 0 bytes
 .../docs/debug/images/LocalVariablesGroup.gif      |      Bin 610 -> 0 bytes
 .../helpset/docs/debug/images/MultiBreakpoint.gif  |      Bin 197 -> 0 bytes
 .../docs/debug/images/MultiBreakpoint_PC.gif       |      Bin 209 -> 0 bytes
 .../docs/debug/images/MultiBreakpoint_broken.png   |      Bin 433 -> 0 bytes
 .../java/helpset/docs/debug/images/NewWatch.gif    |      Bin 792 -> 0 bytes
 .../helpset/docs/debug/images/NonCurrentFrame.gif  |      Bin 138 -> 0 bytes
 .../docs/debug/images/NonLineBreakpoint.gif        |      Bin 103 -> 0 bytes
 .../modules/java/helpset/docs/debug/images/PC.gif  |      Bin 136 -> 0 bytes
 .../helpset/docs/debug/images/PackageModifier.gif  |      Bin 547 -> 0 bytes
 .../java/helpset/docs/debug/images/Pause.gif       |      Bin 357 -> 0 bytes
 .../java/helpset/docs/debug/images/Paused.gif      |      Bin 72 -> 0 bytes
 .../docs/debug/images/PausedOnBreakpoint.gif       |      Bin 76 -> 0 bytes
 .../helpset/docs/debug/images/PopNewestFrame.gif   |      Bin 152 -> 0 bytes
 .../helpset/docs/debug/images/PrivateModifier.gif  |      Bin 150 -> 0 bytes
 .../java/helpset/docs/debug/images/Properties.gif  |      Bin 210 -> 0 bytes
 .../docs/debug/images/ProtectedModifier.gif        |      Bin 201 -> 0 bytes
 .../helpset/docs/debug/images/PublicModifier.gif   |      Bin 157 -> 0 bytes
 .../java/helpset/docs/debug/images/RunToCursor.gif |      Bin 722 -> 0 bytes
 .../java/helpset/docs/debug/images/Running.gif     |      Bin 69 -> 0 bytes
 .../java/helpset/docs/debug/images/Start.gif       |      Bin 152 -> 0 bytes
 .../java/helpset/docs/debug/images/Starting.gif    |      Bin 70 -> 0 bytes
 .../helpset/docs/debug/images/StaticModifier.gif   |      Bin 135 -> 0 bytes
 .../java/helpset/docs/debug/images/StepInto.gif    |      Bin 558 -> 0 bytes
 .../java/helpset/docs/debug/images/StepOut.gif     |      Bin 598 -> 0 bytes
 .../java/helpset/docs/debug/images/StepOver.gif    |      Bin 515 -> 0 bytes
 .../docs/debug/images/StepOverOperation.gif        |      Bin 708 -> 0 bytes
 .../java/helpset/docs/debug/images/Stopped.gif     |      Bin 70 -> 0 bytes
 .../docs/debug/images/SyntheticModifier.gif        |      Bin 130 -> 0 bytes
 .../helpset/docs/debug/images/ToggleBreakpoint.gif |      Bin 152 -> 0 bytes
 .../java/helpset/docs/debug/images/Variable.gif    |      Bin 315 -> 0 bytes
 .../docs/debug/images/alphabetic_sort_order_16.png |      Bin 669 -> 0 bytes
 .../docs/debug/images/constructorPackage.gif       |      Bin 442 -> 0 bytes
 .../docs/debug/images/constructorPrivate.gif       |      Bin 407 -> 0 bytes
 .../docs/debug/images/constructorProtected.gif     |      Bin 422 -> 0 bytes
 .../docs/debug/images/constructorPublic.gif        |      Bin 353 -> 0 bytes
 .../helpset/docs/debug/images/constructors.gif     |      Bin 558 -> 0 bytes
 .../helpset/docs/debug/images/initializerSt.gif    |      Bin 347 -> 0 bytes
 .../helpset/docs/debug/images/methodPackage.gif    |      Bin 436 -> 0 bytes
 .../helpset/docs/debug/images/methodPrivate.gif    |      Bin 401 -> 0 bytes
 .../helpset/docs/debug/images/methodProtected.gif  |      Bin 443 -> 0 bytes
 .../helpset/docs/debug/images/methodPublic.gif     |      Bin 343 -> 0 bytes
 .../helpset/docs/debug/images/methodStPackage.gif  |      Bin 482 -> 0 bytes
 .../helpset/docs/debug/images/methodStPrivate.gif  |      Bin 442 -> 0 bytes
 .../docs/debug/images/methodStProtected.gif        |      Bin 476 -> 0 bytes
 .../helpset/docs/debug/images/methodStPublic.gif   |      Bin 391 -> 0 bytes
 .../docs/debug/images/monitor_acquired_16.png      |      Bin 616 -> 0 bytes
 .../docs/debug/images/natural_sort_order_16.png    |      Bin 600 -> 0 bytes
 .../docs/debug/images/other_threads_arrow.png      |      Bin 640 -> 0 bytes
 .../images/other_threads_breakpoint_arrow.png      |      Bin 671 -> 0 bytes
 .../docs/debug/images/other_threads_suspended.png  |      Bin 550 -> 0 bytes
 .../helpset/docs/debug/images/resume_button_16.png |      Bin 482 -> 0 bytes
 .../docs/debug/images/suspend_button_16.png        |      Bin 314 -> 0 bytes
 .../debug/images/thread_at_conditional_bpkt_16.png |      Bin 919 -> 0 bytes
 .../docs/debug/images/thread_at_line_bpkt_16.png   |      Bin 899 -> 0 bytes
 .../debug/images/thread_at_non_line_bpkt_16.png    |      Bin 1015 -> 0 bytes
 .../helpset/docs/debug/images/variablePackage.gif  |      Bin 459 -> 0 bytes
 .../helpset/docs/debug/images/variablePrivate.gif  |      Bin 426 -> 0 bytes
 .../docs/debug/images/variableProtected.gif        |      Bin 471 -> 0 bytes
 .../helpset/docs/debug/images/variablePublic.gif   |      Bin 375 -> 0 bytes
 .../helpset/docs/editing/abbreviations-list.html   |      437 -
 .../docs/editing/csh/about_source_editor.html      |      135 -
 .../helpset/docs/editing/csh/editor_glyphs.html    |       75 -
 .../helpset/docs/editing/csh/import_class_db.html  |       37 -
 .../docs/editing/csh/java_editor_toolbar.html      |      122 -
 .../java/helpset/docs/editing/csh/nav_window.html  |      135 -
 .../editing/csh/project_props_editor_format.html   |       47 -
 .../java/helpset/docs/editing/editing_about.html   |       84 -
 .../helpset/docs/editing/editor_navigation.html    |      134 -
 .../docs/editing/editor_template_syntax.html       |       72 -
 .../java/helpset/docs/editing/images/cf_minus.gif  |      Bin 71 -> 0 bytes
 .../java/helpset/docs/editing/images/cf_plus.gif   |      Bin 73 -> 0 bytes
 .../java/helpset/docs/editing/images/comment.png   |      Bin 620 -> 0 bytes
 .../docs/editing/images/errorstripe-error.png      |      Bin 356 -> 0 bytes
 .../helpset/docs/editing/images/find_previous.png  |      Bin 480 -> 0 bytes
 .../helpset/docs/editing/images/glyph-warning.png  |      Bin 449 -> 0 bytes
 .../images/marker-cvsannotation-same-line.png      |      Bin 349 -> 0 bytes
 .../docs/editing/images/marker-error-same-line.png |      Bin 349 -> 0 bytes
 .../helpset/docs/editing/images/marker-error.png   |      Bin 352 -> 0 bytes
 .../docs/editing/images/marker-status-green.png    |      Bin 381 -> 0 bytes
 .../docs/editing/images/marker-status-parsing.gif  |      Bin 102 -> 0 bytes
 .../editing/images/marker-warning-same-line.png    |      Bin 349 -> 0 bytes
 .../helpset/docs/editing/images/next_matching.png  |      Bin 517 -> 0 bytes
 .../docs/editing/images/previous_matching.png      |      Bin 515 -> 0 bytes
 .../helpset/docs/editing/images/todo_filter.gif    |      Bin 207 -> 0 bytes
 .../docs/editing/images/todo_gotosource.png        |      Bin 564 -> 0 bytes
 .../docs/editing/images/todo_showSource.gif        |      Bin 239 -> 0 bytes
 .../java/helpset/docs/editing/images/uncomment.png |      Bin 235 -> 0 bytes
 .../java/helpset/docs/editing/java-editorcuts.html |      153 -
 .../java/helpset/docs/editing/tasks_viewing.html   |       77 -
 .../java/helpset/docs/groovy/groovy_edit.html      |       66 -
 .../java/helpset/docs/groovy/groovy_enable.html    |       48 -
 .../java/helpset/docs/groovy/groovy_intro.html     |       57 -
 .../gui/csh/gui_advanced_sourcemod_dialog.html     |       51 -
 .../docs/gui/csh/gui_bind_advanced_dialog.html     |      115 -
 .../java/helpset/docs/gui/csh/gui_bind_dialog.html |      100 -
 .../docs/gui/csh/gui_connection_wizard.html        |       36 -
 .../docs/gui/csh/gui_customizecode_dialog.html     |       50 -
 .../docs/gui/csh/gui_event_handler_dialog.html     |       76 -
 .../docs/gui/csh/gui_gridbag_customizer.html       |       86 -
 .../docs/gui/csh/gui_guibuilder_window.html        |       35 -
 .../helpset/docs/gui/csh/gui_inspector_window.html |       38 -
 .../helpset/docs/gui/csh/gui_modifiers_editor.html |       82 -
 .../helpset/docs/gui/csh/gui_palette_window.html   |       47 -
 .../helpset/docs/gui/csh/gui_preview_window.html   |       35 -
 .../modules/java/helpset/docs/gui/gui_about.html   |      102 -
 .../java/helpset/docs/gui/gui_accessibleform.html  |       55 -
 .../java/helpset/docs/gui/gui_addcomponent.html    |       91 -
 .../java/helpset/docs/gui/gui_addingtopalette.html |       61 -
 .../java/helpset/docs/gui/gui_bind_about.html      |       69 -
 .../java/helpset/docs/gui/gui_bind_converters.html |       84 -
 .../java/helpset/docs/gui/gui_bind_data.html       |      121 -
 .../java/helpset/docs/gui/gui_bind_db_working.html |      184 -
 .../java/helpset/docs/gui/gui_bind_properties.html |       69 -
 .../java/helpset/docs/gui/gui_bind_synthetic.html  |      169 -
 .../java/helpset/docs/gui/gui_bind_validators.html |       71 -
 .../java/helpset/docs/gui/gui_bind_working.html    |       95 -
 .../java/helpset/docs/gui/gui_component_align.html |       66 -
 .../java/helpset/docs/gui/gui_component_size.html  |       55 -
 .../java/helpset/docs/gui/gui_configuring.html     |       50 -
 .../java/helpset/docs/gui/gui_containers.html      |       73 -
 .../java/helpset/docs/gui/gui_creatingforms.html   |      150 -
 .../java/helpset/docs/gui/gui_creatingmdi.html     |       78 -
 .../java/helpset/docs/gui/gui_deploying.html       |       91 -
 .../java/helpset/docs/gui/gui_designing.html       |      114 -
 .../helpset/docs/gui/gui_editcomponentprops.html   |       64 -
 .../java/helpset/docs/gui/gui_events_managing.html |      130 -
 .../java/helpset/docs/gui/gui_events_setting.html  |       79 -
 .../java/helpset/docs/gui/gui_modifysource.html    |      121 -
 .../java/helpset/docs/gui/gui_overview.html        |      100 -
 .../java/helpset/docs/gui/gui_previewing.html      |       53 -
 .../java/helpset/docs/gui/gui_quickref.html        |      209 -
 .../helpset/docs/gui/gui_selectcomponents.html     |       92 -
 .../helpset/docs/gui/images/absoluteLayout.gif     |      Bin 891 -> 0 bytes
 .../java/helpset/docs/gui/images/addmode-menu.gif  |      Bin 3980 -> 0 bytes
 .../java/helpset/docs/gui/images/addmode.gif       |      Bin 55 -> 0 bytes
 .../java/helpset/docs/gui/images/align_d.png       |      Bin 261 -> 0 bytes
 .../java/helpset/docs/gui/images/align_l.png       |      Bin 270 -> 0 bytes
 .../java/helpset/docs/gui/images/align_r.png       |      Bin 257 -> 0 bytes
 .../java/helpset/docs/gui/images/align_u.png       |      Bin 248 -> 0 bytes
 .../java/helpset/docs/gui/images/borderLayout.gif  |      Bin 875 -> 0 bytes
 .../java/helpset/docs/gui/images/boxLayout.gif     |      Bin 877 -> 0 bytes
 .../java/helpset/docs/gui/images/cardLayout.gif    |      Bin 887 -> 0 bytes
 .../java/helpset/docs/gui/images/connectmode.gif   |      Bin 854 -> 0 bytes
 .../java/helpset/docs/gui/images/flowLayout.gif    |      Bin 877 -> 0 bytes
 .../modules/java/helpset/docs/gui/images/form.gif  |      Bin 571 -> 0 bytes
 .../java/helpset/docs/gui/images/formDesigner.gif  |      Bin 164 -> 0 bytes
 .../java/helpset/docs/gui/images/formNonVisual.gif |      Bin 906 -> 0 bytes
 .../java/helpset/docs/gui/images/formobje.gif      |      Bin 910 -> 0 bytes
 .../java/helpset/docs/gui/images/gridBagLayout.gif |      Bin 882 -> 0 bytes
 .../java/helpset/docs/gui/images/gridLayout.gif    |      Bin 878 -> 0 bytes
 .../java/helpset/docs/gui/images/inspector.png     |      Bin 672 -> 0 bytes
 .../java/helpset/docs/gui/images/jmenubar.gif      |      Bin 99 -> 0 bytes
 .../java/helpset/docs/gui/images/jpopupmenu.gif    |      Bin 118 -> 0 bytes
 .../java/helpset/docs/gui/images/menubar.gif       |      Bin 889 -> 0 bytes
 .../java/helpset/docs/gui/images/nullLayout.gif    |      Bin 85 -> 0 bytes
 .../helpset/docs/gui/images/palette_manager.png    |      Bin 439 -> 0 bytes
 .../java/helpset/docs/gui/images/popupmenu.gif     |      Bin 889 -> 0 bytes
 .../java/helpset/docs/gui/images/resize_h.png      |      Bin 309 -> 0 bytes
 .../java/helpset/docs/gui/images/resize_handle.png |      Bin 211 -> 0 bytes
 .../java/helpset/docs/gui/images/resize_v.png      |      Bin 281 -> 0 bytes
 .../java/helpset/docs/gui/images/sameboth.png      |      Bin 216 -> 0 bytes
 .../java/helpset/docs/gui/images/sameheight.png    |      Bin 222 -> 0 bytes
 .../java/helpset/docs/gui/images/samewidth.png     |      Bin 255 -> 0 bytes
 .../helpset/docs/gui/images/selection_mode.png     |      Bin 611 -> 0 bytes
 .../java/helpset/docs/gui/images/testmode.gif      |      Bin 165 -> 0 bytes
 .../docs/gui/layout_managers/gui_customlayout.html |       77 -
 .../docs/gui/layout_managers/gui_gbcustomizer.html |      110 -
 .../gui/layout_managers/gui_layoutmanagers.html    |      138 -
 .../docs/gui/layout_managers/gui_layoutprops.html  |       76 -
 .../gui/layout_managers/gui_settinglayout.html     |       65 -
 .../java/helpset/docs/gui/saf/gui_saf_about.html   |       99 -
 .../helpset/docs/gui/saf/gui_saf_action_csh.html   |      137 -
 .../java/helpset/docs/gui/saf/gui_saf_actions.html |       91 -
 .../helpset/docs/gui/saf/gui_saf_creating.html     |       74 -
 .../helpset/docs/gui/saf/gui_saf_resources.html    |       88 -
 .../java/helpset/docs/gui/saf/gui_saf_working.html |      128 -
 .../hibernate/csh/hibernate_fromdbwiz_codegen.html |       82 -
 .../helpset/docs/hibernate/hibernate_about.html    |       68 -
 .../docs/hibernate/hibernate_addsupport.html       |       52 -
 .../java/helpset/docs/hibernate/hibernate_cfg.html |       65 -
 .../helpset/docs/hibernate/hibernate_cfgedit.html  |       65 -
 .../helpset/docs/hibernate/hibernate_fromdb.html   |       72 -
 .../java/helpset/docs/hibernate/hibernate_hql.html |       73 -
 .../helpset/docs/hibernate/hibernate_mapping.html  |       69 -
 .../helpset/docs/hibernate/hibernate_reveng.html   |       68 -
 .../helpset/docs/hibernate/hibernate_util.html     |       51 -
 .../docs/hibernate/hibernate_workingwith.html      |       93 -
 .../java/helpset/docs/images/EjbModuleNodeIcon.gif |      Bin 599 -> 0 bytes
 .../modules/java/helpset/docs/images/appclient.gif |      Bin 848 -> 0 bytes
 .../docs/images/application_assembler_16.gif       |      Bin 555 -> 0 bytes
 .../modules/java/helpset/docs/images/arrow.gif     |      Bin 59 -> 0 bytes
 .../java/helpset/docs/images/blue-ball-mid.gif     |      Bin 842 -> 0 bytes
 .../java/helpset/docs/images/blue-sqr-mid.gif      |      Bin 833 -> 0 bytes
 .../modules/java/helpset/docs/images/cf_minus.gif  |      Bin 71 -> 0 bytes
 .../modules/java/helpset/docs/images/cf_plus.gif   |      Bin 73 -> 0 bytes
 .../modules/java/helpset/docs/images/circle1.gif   |      Bin 411 -> 0 bytes
 .../modules/java/helpset/docs/images/circle2.gif   |      Bin 417 -> 0 bytes
 .../modules/java/helpset/docs/images/circle3.gif   |      Bin 432 -> 0 bytes
 .../modules/java/helpset/docs/images/circle4.gif   |      Bin 420 -> 0 bytes
 .../modules/java/helpset/docs/images/circle5.gif   |      Bin 428 -> 0 bytes
 .../modules/java/helpset/docs/images/circle6.gif   |      Bin 430 -> 0 bytes
 .../modules/java/helpset/docs/images/circle7.gif   |      Bin 423 -> 0 bytes
 .../modules/java/helpset/docs/images/circle8.gif   |      Bin 425 -> 0 bytes
 .../modules/java/helpset/docs/images/circle9.gif   |      Bin 437 -> 0 bytes
 .../modules/java/helpset/docs/images/class.gif     |      Bin 695 -> 0 bytes
 .../java/helpset/docs/images/class_source.gif      |      Bin 571 -> 0 bytes
 .../helpset/docs/images/constructorPackage.gif     |      Bin 442 -> 0 bytes
 .../helpset/docs/images/constructorPrivate.gif     |      Bin 407 -> 0 bytes
 .../helpset/docs/images/constructorProtected.gif   |      Bin 422 -> 0 bytes
 .../java/helpset/docs/images/constructorPublic.gif |      Bin 353 -> 0 bytes
 .../java/helpset/docs/images/constructors.gif      |      Bin 558 -> 0 bytes
 .../modules/java/helpset/docs/images/cswitch.gif   |      Bin 1809 -> 0 bytes
 .../java/helpset/docs/images/db-schema-icon.png    |      Bin 596 -> 0 bytes
 .../java/helpset/docs/images/earProjectIcon.gif    |      Bin 321 -> 0 bytes
 .../java/helpset/docs/images/ejbjarProjectIcon.gif |      Bin 255 -> 0 bytes
 .../java/helpset/docs/images/error-badge.gif       |      Bin 320 -> 0 bytes
 .../modules/java/helpset/docs/images/expand.gif    |      Bin 863 -> 0 bytes
 .../java/helpset/docs/images/initializerSt.gif     |      Bin 347 -> 0 bytes
 .../java/helpset/docs/images/j2seProject.gif       |      Bin 627 -> 0 bytes
 .../modules/java/helpset/docs/images/japplet.png   |      Bin 714 -> 0 bytes
 .../modules/java/helpset/docs/images/jar.gif       |      Bin 592 -> 0 bytes
 .../modules/java/helpset/docs/images/java-enum.png |      Bin 346 -> 0 bytes
 .../java/helpset/docs/images/java-main-class.png   |      Bin 675 -> 0 bytes
 .../java/helpset/docs/images/jdialog-form.png      |      Bin 545 -> 0 bytes
 .../modules/java/helpset/docs/images/jdk.png       |      Bin 539 -> 0 bytes
 .../java/helpset/docs/images/jframe-form.png       |      Bin 285 -> 0 bytes
 .../helpset/docs/images/jinternational-frame.png   |      Bin 303 -> 0 bytes
 .../java/helpset/docs/images/jpanel-form.png       |      Bin 205 -> 0 bytes
 .../java/helpset/docs/images/junit-icon.png        |      Bin 462 -> 0 bytes
 .../java/helpset/docs/images/junit_filter.gif      |      Bin 925 -> 0 bytes
 .../java/helpset/docs/images/library-package.png   |      Bin 492 -> 0 bytes
 .../modules/java/helpset/docs/images/library.png   |      Bin 494 -> 0 bytes
 .../java/helpset/docs/images/makeProject.gif       |      Bin 523 -> 0 bytes
 .../helpset/docs/images/master-detail-sample.png   |      Bin 682 -> 0 bytes
 .../modules/java/helpset/docs/images/method.gif    |      Bin 617 -> 0 bytes
 .../java/helpset/docs/images/methodPackage.gif     |      Bin 436 -> 0 bytes
 .../java/helpset/docs/images/methodPrivate.gif     |      Bin 401 -> 0 bytes
 .../java/helpset/docs/images/methodProtected.gif   |      Bin 443 -> 0 bytes
 .../java/helpset/docs/images/methodPublic.gif      |      Bin 343 -> 0 bytes
 .../java/helpset/docs/images/methodStPackage.gif   |      Bin 482 -> 0 bytes
 .../java/helpset/docs/images/methodStPrivate.gif   |      Bin 442 -> 0 bytes
 .../java/helpset/docs/images/methodStProtected.gif |      Bin 476 -> 0 bytes
 .../java/helpset/docs/images/methodStPublic.gif    |      Bin 391 -> 0 bytes
 .../modules/java/helpset/docs/images/module.gif    |      Bin 101 -> 0 bytes
 .../java/helpset/docs/images/needs-compile.gif     |      Bin 317 -> 0 bytes
 .../modules/java/helpset/docs/images/package.gif   |      Bin 402 -> 0 bytes
 .../java/helpset/docs/images/packageBadge.gif      |      Bin 247 -> 0 bytes
 .../java/helpset/docs/images/packageEmpty.gif      |      Bin 334 -> 0 bytes
 .../java/helpset/docs/images/packagePrivate.gif    |      Bin 613 -> 0 bytes
 .../java/helpset/docs/images/packagePublic.gif     |      Bin 358 -> 0 bytes
 .../java/helpset/docs/images/packageRoot.gif       |      Bin 583 -> 0 bytes
 .../java/helpset/docs/images/packagesNode.gif      |      Bin 499 -> 0 bytes
 .../java/helpset/docs/images/panel-form.png        |      Bin 129 -> 0 bytes
 .../helpset/docs/images/persistence-unit-icon.png  |      Bin 638 -> 0 bytes
 .../modules/java/helpset/docs/images/platform.gif  |      Bin 1006 -> 0 bytes
 .../java/helpset/docs/images/projectFolder.gif     |      Bin 1004 -> 0 bytes
 .../java/helpset/docs/images/propertiesKey.gif     |      Bin 712 -> 0 bytes
 .../java/helpset/docs/images/propertiesLocale.gif  |      Bin 684 -> 0 bytes
 .../java/helpset/docs/images/propertiesObject.gif  |      Bin 571 -> 0 bytes
 .../docs/images/runtime-window-databases.png       |      Bin 438 -> 0 bytes
 .../docs/images/runtime-window-httpserver.png      |      Bin 757 -> 0 bytes
 .../docs/images/runtime-window-processes.png       |      Bin 453 -> 0 bytes
 .../helpset/docs/images/runtime-window-servers.png |      Bin 568 -> 0 bytes
 .../docs/images/runtime-window-vcscommands.png     |      Bin 576 -> 0 bytes
 .../docs/images/runtime-window-webservices.png     |      Bin 539 -> 0 bytes
 .../images/runtime-window-xmlentitycatalogs.png    |      Bin 331 -> 0 bytes
 .../java/helpset/docs/images/space_8pix.gif        |      Bin 46 -> 0 bytes
 .../modules/java/helpset/docs/images/tip.gif       |      Bin 100 -> 0 bytes
 .../java/helpset/docs/images/variablePackage.gif   |      Bin 459 -> 0 bytes
 .../java/helpset/docs/images/variablePrivate.gif   |      Bin 426 -> 0 bytes
 .../java/helpset/docs/images/variableProtected.gif |      Bin 471 -> 0 bytes
 .../java/helpset/docs/images/variablePublic.gif    |      Bin 375 -> 0 bytes
 .../java/helpset/docs/images/variableStPackage.gif |      Bin 470 -> 0 bytes
 .../java/helpset/docs/images/variableStPrivate.gif |      Bin 437 -> 0 bytes
 .../helpset/docs/images/variableStProtected.gif    |      Bin 457 -> 0 bytes
 .../java/helpset/docs/images/variableStPublic.gif  |      Bin 391 -> 0 bytes
 .../modules/java/helpset/docs/images/variables.gif |      Bin 580 -> 0 bytes
 .../java/helpset/docs/images/vw-jsf-fragment.png   |      Bin 667 -> 0 bytes
 .../modules/java/helpset/docs/images/vw-jsf.png    |      Bin 615 -> 0 bytes
 .../modules/java/helpset/docs/images/warn.gif      |      Bin 580 -> 0 bytes
 .../modules/java/helpset/docs/images/webPages.gif  |      Bin 1009 -> 0 bytes
 .../java/helpset/docs/images/webProjectIcon.gif    |      Bin 679 -> 0 bytes
 .../helpset/docs/internationalize/addparams.html   |       63 -
 .../helpset/docs/internationalize/autoinsert.html  |       76 -
 .../docs/internationalize/bundleformat.html        |       52 -
 .../docs/internationalize/formedstrings.html       |       55 -
 .../helpset/docs/internationalize/i18n_about.html  |       58 -
 .../docs/internationalize/i18n_automatic.html      |       37 -
 .../docs/internationalize/i18ncodeformat.html      |       58 -
 .../helpset/docs/internationalize/i18nwizard.html  |       76 -
 .../docs/internationalize/international.html       |       45 -
 .../docs/internationalize/manualinsert.html        |       53 -
 .../docs/internationalize/replacingformat.html     |       55 -
 .../docs/internationalize/testingwizard.html       |       56 -
 .../org/netbeans/modules/java/helpset/docs/java.hs |       42 -
 .../modules/java/helpset/docs/javadev-map.jhm      |      621 -
 .../modules/java/helpset/docs/javadev-toc.xml      |      264 -
 .../java/helpset/docs/javadoc/accuracy.html        |       72 -
 .../java/helpset/docs/javadoc/generate.html        |       75 -
 .../java/helpset/docs/javadoc/images/back.gif      |      Bin 316 -> 0 bytes
 .../java/helpset/docs/javadoc/images/forward.gif   |      Bin 302 -> 0 bytes
 .../java/helpset/docs/javadoc/images/history.gif   |      Bin 363 -> 0 bytes
 .../java/helpset/docs/javadoc/images/home.gif      |      Bin 297 -> 0 bytes
 .../java/helpset/docs/javadoc/images/list_only.gif |      Bin 149 -> 0 bytes
 .../helpset/docs/javadoc/images/no_comment.gif     |      Bin 129 -> 0 bytes
 .../java/helpset/docs/javadoc/images/ok.gif        |      Bin 131 -> 0 bytes
 .../java/helpset/docs/javadoc/images/package.gif   |      Bin 547 -> 0 bytes
 .../java/helpset/docs/javadoc/images/partial.gif   |      Bin 145 -> 0 bytes
 .../java/helpset/docs/javadoc/images/private.gif   |      Bin 150 -> 0 bytes
 .../java/helpset/docs/javadoc/images/protected.gif |      Bin 201 -> 0 bytes
 .../java/helpset/docs/javadoc/images/public.gif    |      Bin 157 -> 0 bytes
 .../java/helpset/docs/javadoc/images/reload.gif    |      Bin 476 -> 0 bytes
 .../java/helpset/docs/javadoc/images/sort_name.gif |      Bin 239 -> 0 bytes
 .../java/helpset/docs/javadoc/images/sort_type.gif |      Bin 301 -> 0 bytes
 .../java/helpset/docs/javadoc/images/stop.gif      |      Bin 424 -> 0 bytes
 .../java/helpset/docs/javadoc/images/toggle.gif    |      Bin 1887 -> 0 bytes
 .../java/helpset/docs/javadoc/javadoc_add.html     |       84 -
 .../java/helpset/docs/javadoc/javadoc_jdk.html     |       41 -
 .../java/helpset/docs/javadoc/search_window.html   |      108 -
 .../java/helpset/docs/javadoc/show_in_editor.html  |       57 -
 .../java/helpset/docs/junit/junit_about.html       |       63 -
 .../java/helpset/docs/junit/junit_configuring.html |       55 -
 .../helpset/docs/junit/junit_creatingtests.html    |       92 -
 .../docs/junit/junit_csh_chooseversion.html        |       56 -
 .../docs/junit/junit_csh_creatingtests.html        |       56 -
 .../helpset/docs/junit/junit_csh_emptytest.html    |       59 -
 .../helpset/docs/junit/junit_csh_simpletest.html   |       69 -
 .../helpset/docs/junit/junit_csh_testsuite.html    |       59 -
 .../helpset/docs/junit/junit_debuggingtests.html   |       42 -
 .../java/helpset/docs/junit/junit_overview.html    |       91 -
 .../java/helpset/docs/junit/junit_quickref.html    |      116 -
 .../helpset/docs/junit/junit_resultswindow.html    |       42 -
 .../helpset/docs/junit/junit_runningtests.html     |       80 -
 .../java/helpset/docs/maven/maven-about.html       |      102 -
 .../modules/java/helpset/docs/osgi/about-osgi.html |       35 -
 .../java/helpset/docs/osgi/osgi-import.html        |       47 -
 .../modules/java/helpset/docs/osgi/osgi-pure.html  |       35 -
 .../modules/java/helpset/docs/pending.html         |       50 -
 .../persistence/csh/db_persist_addentityclass.html |       33 -
 .../persistence/csh/glossary_persist_context.html  |       20 -
 .../csh/persist_editor_persistenceunit.html        |       72 -
 .../persistence/csh/persist_new_entityclass.html   |       43 -
 .../csh/persist_new_entityclass_db1.html           |       65 -
 .../csh/persist_new_entityclass_db2.html           |       64 -
 .../csh/persist_new_entityclass_db3.html           |       64 -
 .../csh/persist_new_persistenceunit.html           |       49 -
 .../general/persist_jpa_fromentity.html            |       58 -
 .../persistence/general/persistence_about.html     |       72 -
 .../general/persistence_aboutentitymanager.html    |       82 -
 .../persistence/general/persistence_aboutunit.html |      115 -
 .../general/persistence_entityclasses.html         |       91 -
 .../general/persistence_entitymanager.html         |       62 -
 .../persistence/general/persistence_fromdb.html    |       93 -
 .../persistence/general/persistence_mapping.html   |      106 -
 .../persistence/general/persistence_quickref.html  |       86 -
 .../persistence/general/persistence_support.html   |       52 -
 .../docs/persistence/general/persistence_unit.html |       62 -
 .../java/helpset/docs/profiling/profile_about.html |       42 -
 .../helpset/docs/project/csh/files_window.html     |       78 -
 .../docs/project/csh/glossary_freeform.html        |       27 -
 .../docs/project/csh/glossary_standard.html        |       33 -
 .../docs/project/csh/proj_add_java_platform.html   |       50 -
 .../docs/project/csh/proj_j2se-desktopapp_wiz.html |       74 -
 .../project/csh/proj_j2se-desktopapp_wiz1.html     |       64 -
 .../project/csh/proj_j2se-desktopapp_wiz2.html     |       62 -
 .../docs/project/csh/proj_j2se-standapp_wiz.html   |       66 -
 .../project/csh/proj_j2se-standclasslib_wiz.html   |       58 -
 .../docs/project/csh/proj_j2seexistsrc_wiz1.html   |       57 -
 .../docs/project/csh/proj_j2seexistsrc_wiz2.html   |       54 -
 .../docs/project/csh/proj_j2seexistsrc_wiz3.html   |       94 -
 .../project/csh/proj_j2sefree_props_buildrun.html  |       71 -
 .../project/csh/proj_j2sefree_props_classpath.html |       80 -
 .../project/csh/proj_j2sefree_props_output.html    |       88 -
 .../project/csh/proj_j2sefree_props_sources.html   |       92 -
 .../docs/project/csh/proj_j2sefree_wiz1.html       |       75 -
 .../docs/project/csh/proj_j2sefree_wiz2.html       |       71 -
 .../docs/project/csh/proj_j2sefree_wiz3.html       |       63 -
 .../docs/project/csh/proj_j2sefree_wiz4.html       |       66 -
 .../docs/project/csh/proj_j2sefree_wiz5.html       |       78 -
 .../csh/proj_j2sestand_props_common-app.html       |       72 -
 .../csh/proj_j2sestand_props_compiling.html        |      104 -
 .../csh/proj_j2sestand_props_desktop-app.html      |       73 -
 .../csh/proj_j2sestand_props_documenting.html      |       72 -
 .../csh/proj_j2sestand_props_formatting.html       |       70 -
 .../csh/proj_j2sestand_props_libraries.html        |      133 -
 .../csh/proj_j2sestand_props_packaging.html        |       86 -
 .../docs/project/csh/proj_j2sestand_props_run.html |       79 -
 .../project/csh/proj_j2sestand_props_sources.html  |       98 -
 .../project/csh/proj_j2sestand_props_webstart.html |      116 -
 .../project/csh/proj_j2sestand_props_wsclient.html |      130 -
 .../proj_j2sestand_props_wsclient_disabled.html    |       53 -
 .../docs/project/csh/proj_new_lib_wiz1.html        |       47 -
 .../docs/project/csh/proj_new_lib_wiz2.html        |       68 -
 .../docs/project/csh/proj_platform_manager.html    |       74 -
 .../helpset/docs/project/csh/proj_templates.html   |       49 -
 .../java/helpset/docs/project/csh/proj_window.html |       60 -
 .../java/helpset/docs/project/proj_about.html      |       63 -
 .../java/helpset/docs/project/proj_creating.html   |       73 -
 .../java/helpset/docs/project/proj_deleting.html   |       47 -
 .../java/helpset/docs/project/proj_free_about.html |       71 -
 .../java/helpset/docs/project/proj_free_add.html   |       64 -
 .../helpset/docs/project/proj_free_classpath.html  |       96 -
 .../java/helpset/docs/project/proj_free_debug.html |      202 -
 .../docs/project/proj_free_debug_about.html        |       96 -
 .../helpset/docs/project/proj_free_nbtargs.html    |       75 -
 .../helpset/docs/project/proj_free_projectxml.html |      128 -
 .../helpset/docs/project/proj_free_targets.html    |      136 -
 .../java/helpset/docs/project/proj_icons.html      |      367 -
 .../java/helpset/docs/project/proj_import.html     |       60 -
 .../java/helpset/docs/project/proj_jdk.html        |      110 -
 .../java/helpset/docs/project/proj_main.html       |       46 -
 .../docs/project/proj_move_copy_rename.html        |       59 -
 .../java/helpset/docs/project/proj_process.html    |       99 -
 .../java/helpset/docs/project/proj_quickref.html   |      138 -
 .../java/helpset/docs/project/proj_sharing.html    |      134 -
 .../helpset/docs/project/proj_sources_multi.html   |       66 -
 .../helpset/docs/project/proj_stand_about.html     |      172 -
 .../docs/project/proj_stand_ant_structure.html     |       87 -
 .../helpset/docs/project/proj_stand_customize.html |      104 -
 .../java/helpset/docs/project/proj_templates.html  |      104 -
 .../helpset/docs/project/proj_webfree_debug.html   |      131 -
 .../docs/propfiles/about_resourcebundles.html      |       76 -
 .../java/helpset/docs/propfiles/addinglocale.html  |       58 -
 .../java/helpset/docs/propfiles/addingprops.html   |       92 -
 .../docs/propfiles/creating_resourcebundles.html   |       63 -
 .../java/helpset/docs/propfiles/editinglocale.html |       74 -
 .../docs/propfiles/images/propertiesKey.gif        |      Bin 211 -> 0 bytes
 .../docs/propfiles/images/propertiesLocale.gif     |      Bin 530 -> 0 bytes
 .../docs/propfiles/images/propertiesObject.gif     |      Bin 559 -> 0 bytes
 .../java/helpset/docs/propfiles/modifyprops.html   |       62 -
 .../helpset/docs/refactor/aboutRefactoring.html    |       46 -
 .../helpset/docs/refactor/changeParameters.html    |       90 -
 .../helpset/docs/refactor/convertAnonymous.html    |       52 -
 .../java/helpset/docs/refactor/copyClass.html      |       73 -
 .../refactor/csh/change-method-parameters_db.html  |       86 -
 .../helpset/docs/refactor/csh/copy-class_db.html   |       73 -
 .../docs/refactor/csh/encapsulate-fields_db.html   |       92 -
 .../docs/refactor/csh/extract-interface_db.html    |       78 -
 .../docs/refactor/csh/extract-method_db.html       |       79 -
 .../docs/refactor/csh/extract-superclass_db.html   |       72 -
 .../helpset/docs/refactor/csh/findUsages-CSH.html  |       65 -
 .../helpset/docs/refactor/csh/move-class_db.html   |       73 -
 .../helpset/docs/refactor/csh/move-inner_db.html   |       75 -
 .../helpset/docs/refactor/csh/previewWindow.html   |       53 -
 .../java/helpset/docs/refactor/csh/pull-up_db.html |       74 -
 .../helpset/docs/refactor/csh/push-down_db.html    |       72 -
 .../java/helpset/docs/refactor/csh/rename_db.html  |       75 -
 .../helpset/docs/refactor/csh/safe-delete_db.html  |       69 -
 .../helpset/docs/refactor/csh/usagesWindow.html    |       50 -
 .../docs/refactor/csh/use-supertype_db.html        |       69 -
 .../helpset/docs/refactor/encapsulateField.html    |       85 -
 .../helpset/docs/refactor/extractInterface.html    |       68 -
 .../java/helpset/docs/refactor/extractMethod.html  |       63 -
 .../helpset/docs/refactor/extractSuperclass.html   |       77 -
 .../java/helpset/docs/refactor/findClass.html      |      115 -
 .../java/helpset/docs/refactor/moveClass.html      |       73 -
 .../java/helpset/docs/refactor/moveInner.html      |       63 -
 .../modules/java/helpset/docs/refactor/pullUp.html |       64 -
 .../java/helpset/docs/refactor/pushDown.html       |       56 -
 .../helpset/docs/refactor/refactorQuickRef.html    |      140 -
 .../java/helpset/docs/refactor/renameClass.html    |       62 -
 .../java/helpset/docs/refactor/renameField.html    |       47 -
 .../java/helpset/docs/refactor/safeDelete.html     |       93 -
 .../modules/java/helpset/docs/refactor/undo.html   |       44 -
 .../java/helpset/docs/refactor/useSupertype.html   |       71 -
 .../helpset/docs/run/images/clock_execution.gif    |      Bin 3304 -> 0 bytes
 .../modules/java/helpset/docs/run/run_about.html   |      103 -
 .../modules/java/helpset/docs/run/run_app.html     |       68 -
 .../modules/java/helpset/docs/run/run_args.html    |       72 -
 .../java/helpset/docs/run/run_classpath.html       |      124 -
 .../modules/java/helpset/docs/run/run_file.html    |       66 -
 .../java/helpset/docs/run/run_jvm_args.html        |       45 -
 .../modules/java/helpset/docs/run/run_process.html |       58 -
 .../java/helpset/docs/run/run_quickref.html        |      113 -
 .../modules/java/helpset/docs/spring/about.html    |       61 -
 .../java/helpset/docs/spring/add-support.html      |       49 -
 .../helpset/docs/spring/create-config-file.html    |       59 -
 .../java/helpset/docs/spring/locate-beans.html     |       62 -
 .../java/helpset/docs/spring/organize-files.html   |       81 -
 .../netbeans/modules/java/helpset/docs/tbd.html    |       19 -
 java.helpset/manifest.mf                           |        7 -
 java.helpset/nbproject/project.properties          |       45 -
 java.helpset/nbproject/project.xml                 |       56 -
 .../modules/java/helpset/Bundle.properties         |       47 -
 .../netbeans/modules/java/helpset/helpset-decl.xml |       49 -
 .../org/netbeans/modules/java/helpset/layer.xml    |       59 -
 java.hints.declarative.test/arch.xml               |     1078 +
 java.hints.declarative.test/build.xml              |        5 +
 java.hints.declarative.test/manifest.mf            |        5 +
 .../nbproject/project.properties                   |        5 +
 java.hints.declarative.test/nbproject/project.xml  |       65 +
 .../java/hints/declarative/test/Bundle.properties  |        1 +
 .../test/api/DeclarativeHintsTestBase.java         |      196 +
 java.hints.declarative/build.xml                   |        5 +
 java.hints.declarative/manifest.mf                 |        6 +
 .../nbproject/project.properties                   |       14 +
 java.hints.declarative/nbproject/project.xml       |      371 +
 .../java/hints/declarative/APIAccessor.java        |       77 +
 .../java/hints/declarative/Bundle.properties       |       39 +
 .../hints/declarative/ClassPathProviderImpl.java   |       66 +
 .../modules/java/hints/declarative/Condition.java  |      183 +
 .../java/hints/declarative/ConditionAPIHacks.java  |       74 +
 .../java/hints/declarative/DeclarativeFix.java     |       82 +
 .../hints/declarative/DeclarativeHintLexer.java    |      287 +
 .../hints/declarative/DeclarativeHintRegistry.java |      420 +
 .../hints/declarative/DeclarativeHintTokenId.java  |      126 +
 .../hints/declarative/DeclarativeHintsOptions.java |       55 +
 .../hints/declarative/DeclarativeHintsParser.java  |      543 +
 .../hints/declarative/DeclarativeHintsWorker.java  |      224 +
 .../hints/declarative/EmbeddingProviderImpl.java   |      192 +
 .../modules/java/hints/declarative/Hacks.java      |      183 +
 .../java/hints/declarative/HintDataObject.java     |       86 +
 .../hints/declarative/MethodInvocationContext.java |      309 +
 .../hints/declarative/PatternConvertorImpl.java    |       71 +
 .../modules/java/hints/declarative/Utilities.java  |      103 +
 .../hints/declarative/conditionapi/Context.java    |      384 +
 .../conditionapi/DefaultRuleUtilities.java         |      190 +
 .../hints/declarative/conditionapi/Matcher.java    |      178 +
 .../hints/declarative/conditionapi/Variable.java   |       61 +
 .../hints/declarative/debugging/Bundle.properties  |       42 +
 .../debugging/DebuggingHighlightsLayerFactory.java |       76 +
 .../declarative/debugging/EvaluationSpanTask.java  |      334 +
 .../hints/declarative/debugging/HintWrapper.java   |       83 +
 .../debugging/ToggleDebuggingAction.java           |      136 +
 .../hints/declarative/idebinding/Bundle.properties |       42 +
 .../idebinding/HintsActionProvider.java            |      116 +
 .../hints/declarative/idebinding/HintsTask.java    |      206 +
 .../idebinding/JavadocForBinaryQueryImpl.java      |       88 +
 .../hints/declarative/idebinding/ParserImpl.java   |      118 +
 .../hints/declarative/resources/Bundle.properties  |       46 +
 .../resources/DeclarativeHintsTestTemplate.test    |        0
 .../hints/declarative/resources/HintSample.hint    |        1 +
 .../hints/declarative/resources/HintTemplate.hint  |        1 +
 .../hints/declarative/resources/fontsColors.xml    |       54 +
 .../java/hints/declarative/resources/layer.xml     |      272 +
 .../java/hints/declarative/resources/test.hint     |        4 +
 .../declarative/resources/toggle-debugging.png     |      Bin
 .../java/hints/declarative/test/Bundle.properties  |       38 +
 .../test/DeclarativeHintsTestDataObject.java       |       75 +
 .../declarative/test/EditorTestPerformer.java      |      225 +
 .../test/HighlightsLayerFactoryImpl.java           |       60 +
 .../java/hints/declarative/test/TestLexer.java     |       97 +
 .../hints/declarative/test/TestLocatorImpl.java    |      161 +
 .../java/hints/declarative/test/TestParser.java    |      295 +
 .../java/hints/declarative/test/TestPerformer.java |      280 +
 .../java/hints/declarative/test/TestTokenId.java   |      106 +
 .../java/hints/declarative/CallOutterMethod.hint   |        3 +
 .../java/hints/declarative/CallOutterMethod.test   |       38 +
 .../java/hints/declarative/ChangeFieldType.hint    |        4 +
 .../java/hints/declarative/ChangeFieldType.test    |       10 +
 .../hints/declarative/CustomConditionTest.hint     |        8 +
 .../hints/declarative/CustomConditionTest.test     |       24 +
 .../declarative/DeclarativeHintLexerTest.java      |      331 +
 .../declarative/DeclarativeHintRegistryTest.java   |      109 +
 .../declarative/DeclarativeHintsParserTest.java    |      533 +
 .../declarative/EmbeddingProviderImplTest.java     |      238 +
 .../java/hints/declarative/EnhancedForTest.hint    |        7 +
 .../java/hints/declarative/EnhancedForTest.test    |       34 +
 .../java/hints/declarative/FakeBlockWarning.hint   |        5 +
 .../java/hints/declarative/FakeBlockWarning.test   |       13 +
 .../java/hints/declarative/ImportsTest1.hint       |        5 +
 .../java/hints/declarative/ImportsTest1.test       |       17 +
 .../java/hints/declarative/ImportsTest2.hint       |        5 +
 .../java/hints/declarative/ImportsTest2.test       |       17 +
 .../java/hints/declarative/LambdaInput.hint        |        1 +
 .../java/hints/declarative/LambdaInput.test        |       32 +
 .../declarative/MethodInvocationContextTest.java   |      131 +
 .../declarative/NameBoundVariablesGetSet.hint      |       15 +
 .../declarative/NameBoundVariablesGetSet.test      |       18 +
 .../hints/declarative/NegativeInstanceOfTest.hint  |        4 +
 .../hints/declarative/NegativeInstanceOfTest.test  |       27 +
 .../hints/declarative/PerformDeclarativeTest.java  |       55 +
 .../java/hints/declarative/TestParentMatches.hint  |        2 +
 .../java/hints/declarative/TestParentMatches.test  |       25 +
 .../modules/java/hints/declarative/TestUtils.java  |       91 +
 .../hints/declarative/annotation-conversion.hint   |        4 +
 .../hints/declarative/annotation-conversion.test   |       22 +
 .../declarative/broken-condition-no-exception.hint |        1 +
 .../declarative/broken-condition-no-exception.test |        8 +
 .../java/hints/declarative/condition-on-fix.hint   |        4 +
 .../java/hints/declarative/condition-on-fix.test   |       28 +
 .../declarative/conditionapi/ContextTest.java      |       85 +
 .../conditionapi/DefaultRuleUtilitiesTest.java     |       78 +
 .../declarative/conditionapi/MatcherTest.java      |       84 +
 .../declarative/conditionapi/isAvailable.hint      |        7 +
 .../declarative/conditionapi/isAvailable.test      |       21 +
 .../declarative/conditionapi/matchWithBind.hint    |        4 +
 .../declarative/conditionapi/matchWithBind.test    |       28 +
 .../debugging/EvaluationSpanTaskTest.java          |      236 +
 .../expression-to-expression-statement.hint        |        4 +
 .../expression-to-expression-statement.test        |       14 +
 .../java/hints/declarative/fqn-rewrite-test.hint   |        3 +
 .../java/hints/declarative/fqn-rewrite-test.test   |       19 +
 .../declarative/idebinding/Bundle_test.properties  |       41 +
 .../declarative/idebinding/HintsTaskTest.java      |      150 +
 .../java/hints/declarative/otherwise-test.hint     |        5 +
 .../java/hints/declarative/otherwise-test.test     |       28 +
 .../java/hints/declarative/remove-from-parent.hint |        9 +
 .../java/hints/declarative/remove-from-parent.test |       27 +
 .../java/hints/declarative/test/TestLexerTest.java |       72 +
 .../hints/declarative/test/TestParserTest.java     |      102 +
 .../declarative/testfrombundle/Bundle.properties   |        1 +
 .../testfrombundle/display-names-from-bundle.hint  |        3 +
 .../testfrombundle/display-names-from-bundle.test  |        9 +
 java.hints.legacy.spi/arch.xml                     |     1078 +
 java.hints.legacy.spi/build.xml                    |        5 +
 java.hints.legacy.spi/manifest.mf                  |        6 +
 java.hints.legacy.spi/nbproject/project.properties |        6 +
 java.hints.legacy.spi/nbproject/project.xml        |      111 +
 .../java/hints/legacy/spi/Bundle.properties        |        2 +
 .../java/hints/legacy/spi/RulesManager.java        |      487 +
 .../modules/java/hints/spi/AbstractHint.java       |      195 +
 .../netbeans/modules/java/hints/spi/ErrorRule.java |        0
 .../org/netbeans/modules/java/hints/spi/Rule.java  |        0
 .../netbeans/modules/java/hints/spi/TreeRule.java  |        0
 .../modules/java/hints/spi/support/FixFactory.java |      122 +
 java.hints.processor/build.xml                     |        5 -
 java.hints.processor/manifest.mf                   |        6 -
 java.hints.processor/nbproject/project.properties  |        4 -
 java.hints.processor/nbproject/project.xml         |       56 -
 .../processor/JavaHintsAnnotationProcessor.java    |      384 -
 java.hints.test/apichanges.xml                     |      181 +
 java.hints.test/arch.xml                           |     1078 +
 java.hints.test/build.xml                          |        5 +
 java.hints.test/manifest.mf                        |        5 +
 .../org-netbeans-modules-java-hints-test.sig       |       68 +
 java.hints.test/nbproject/project.properties       |        7 +
 java.hints.test/nbproject/project.xml              |      210 +
 .../modules/java/hints/test/Bundle.properties      |        1 +
 .../modules/java/hints/test/Utilities.java         |      104 +
 .../modules/java/hints/test/api/HintTest.java      |     1452 +
 .../modules/parsing/impl/indexing/MimeTypes.java   |       66 +
 .../modules/java/hints/test/api/HintTestTest.java  |      328 +
 java.hints.ui/build.xml                            |        5 +
 java.hints.ui/manifest.mf                          |        7 +
 java.hints.ui/nbproject/project.properties         |        3 +
 java.hints.ui/nbproject/project.xml                |      233 +
 .../modules/java/hints/analysis/AnalyzerImpl.java  |      245 +
 .../modules/java/hints/onsave/Bundle.properties    |        2 +
 .../java/hints/onsave/OnSaveCustomizer.form        |       63 +
 .../java/hints/onsave/OnSaveCustomizer.java        |      127 +
 .../hints/onsave/OnSavePreferencesCustomizer.java  |      104 +
 .../java/hints/onsave/RemoveUnusedAfterSave.java   |      176 +
 .../netbeans/modules/java/hints/spiimpl/layer.xml  |       47 +
 .../java/hints/spiimpl/options/Bundle.properties   |       53 +
 .../hints/spiimpl/options/DepScanningSettings.java |       84 +
 .../options/HintsOptionsPanelController.java       |      146 +
 .../java/hints/spiimpl/options/HintsPanel.form     |      528 +
 .../java/hints/spiimpl/options/HintsPanel.java     |     1510 +
 .../hints/spiimpl/options/HintsPanelLogic.java     |      845 +
 .../AbstractApplyHintsRefactoringPlugin.java       |      633 +
 .../spiimpl/refactoring/ApplyPatternAction.java    |       80 +
 .../hints/spiimpl/refactoring/Bundle.properties    |       95 +
 .../hints/spiimpl/refactoring/Configuration.java   |      101 +
 .../spiimpl/refactoring/ConfigurationRenderer.java |      150 +
 .../refactoring/ConfigurationsComboModel.java      |      323 +
 .../spiimpl/refactoring/ConfigurationsManager.java |      192 +
 .../refactoring/FindDuplicatesRefactoring.java     |       87 +
 .../FindDuplicatesRefactoringPlugin.java           |      135 +
 .../refactoring/InspectAndRefactorPanel.form       |      178 +
 .../refactoring/InspectAndRefactorPanel.java       |      838 +
 .../spiimpl/refactoring/InspectAndRefactorUI.java  |      167 +
 .../refactoring/InspectAndTransformOpenerImpl.java |       72 +
 .../spiimpl/refactoring/InspectionComboModel.java  |      158 +
 .../spiimpl/refactoring/InspectionRenderer.java    |      111 +
 .../refactoring/RefactoringPluginFactoryImpl.java  |       58 +
 .../java/hints/spiimpl/refactoring/Utilities.java  |      384 +
 .../modules/java/hints/ui/Bundle.properties        |        1 +
 java.hints/manifest.mf                             |        2 +-
 java.hints/nbproject/project.properties            |       25 +-
 java.hints/nbproject/project.xml                   |      150 +-
 .../modules/java/hints/AddOverrideAnnotation.java  |      174 +-
 .../java/hints/AnnotationAsSuperInterface.java     |      116 +-
 .../modules/java/hints/ArithmeticUtilities.java    |      843 +-
 .../modules/java/hints/AssignmentIssues.java       |      142 +-
 .../modules/java/hints/AssignmentToItself.java     |      174 +-
 .../org/netbeans/modules/java/hints/Braces.java    |      237 +-
 .../netbeans/modules/java/hints/Bundle.properties  |      134 +-
 .../modules/java/hints/ClassStructure.java         |      144 +-
 .../java/hints/ConvertAnonymousToInner.java        |       52 +-
 .../java/hints/ConvertAnonymousToInnerAction.java  |        9 +-
 .../netbeans/modules/java/hints/DoubleCheck.java   |      141 +-
 .../java/hints/EmptyCancelForCancellableTask.java  |        2 +-
 .../modules/java/hints/EmptyStatements.java        |      374 +-
 .../modules/java/hints/EqualsMethodHint.java       |      145 +-
 .../java/hints/ExportNonAccessibleElement.java     |       11 +-
 .../modules/java/hints/FieldForUnusedParam.java    |       43 +-
 .../java/hints/FieldForUnusedParamCustomizer.java  |        2 +-
 .../org/netbeans/modules/java/hints/HideField.java |       50 +-
 .../org/netbeans/modules/java/hints/Imports.java   |      367 +-
 .../modules/java/hints/IncompatibleMask.java       |       21 +-
 .../modules/java/hints/InitializerCanBeStatic.java |      131 +
 .../java/hints/LeakingThisInConstructor.java       |       14 +-
 .../modules/java/hints/LoggerHintsCustomizer.form  |      159 +
 .../modules/java/hints/LoggerHintsCustomizer.java  |      251 +
 .../modules/java/hints/LoggerNotStaticFinal.java   |       64 +-
 .../modules/java/hints/MissingHashCode.java        |       63 +-
 .../modules/java/hints/MultipleLoggers.java        |       17 +-
 .../org/netbeans/modules/java/hints/NoLoggers.java |      189 +-
 .../modules/java/hints/ObsoleteCollection.java     |       11 +-
 .../spi/support => }/OneCheckboxCustomizer.form    |        0
 .../modules/java/hints/OneCheckboxCustomizer.java  |      100 +
 .../modules/java/hints/OrganizeImports.java        |      380 +
 .../modules/java/hints/OrganizeMembers.java        |      263 +
 .../hints/OverridableMethodCallInConstructor.java  |       19 +-
 .../java/hints/PointlessBitwiseExpression.java     |       74 +-
 .../modules/java/hints/PrintStackTrace.java        |       77 +-
 .../modules/java/hints/SerialVersionUID.java       |       64 +-
 .../modules/java/hints/ShiftOutOfRange.java        |       14 +-
 .../modules/java/hints/SideEffectVisitor.java      |      241 +
 .../modules/java/hints/StandardJavacWarnings.java  |      140 +-
 .../netbeans/modules/java/hints/StaticAccess.java  |       98 +-
 .../netbeans/modules/java/hints/StaticImport.java  |      268 +-
 .../hints/StaticNonFinalUsedInInitialization.java  |       11 +-
 .../modules/java/hints/StopProcessing.java         |       64 +
 .../modules/java/hints/StringBuilderAppend.java    |      109 +-
 .../java/hints/SuspiciousNamesCombination.java     |       83 +-
 .../java/hints/SuspiciousNamesCustomizer.form      |      108 +
 .../java/hints/SuspiciousNamesCustomizer.java      |      307 +
 .../modules/java/hints/SyncOnNonFinal.java         |       56 +-
 .../org/netbeans/modules/java/hints/SystemOut.java |       81 +-
 .../modules/java/hints/ThisInAnonymous.java        |       47 +-
 .../modules/java/hints/ThreadDumpStack.java        |       82 +-
 .../netbeans/modules/java/hints/UtilityClass.java  |      326 +-
 .../modules/java/hints/WrongPackageSuggestion.java |        2 +-
 .../modules/java/hints/WrongStringComparison.java  |      151 +-
 .../modules/java/hints/analyzer/AnalyzeFolder.java |       61 +-
 .../modules/java/hints/analyzer/Analyzer.java      |      151 +-
 .../java/hints/analyzer/OverridePreferences.java   |      120 -
 .../hints/analyzer/ui/AnalyzerTopComponent.java    |       12 +-
 .../java/hints/bugs/AnnotationsNotRuntime.java     |       19 +-
 .../java/hints/bugs/ArrayStringConversions.java    |     1607 +
 .../java/hints/bugs/AssertWithSideEffects.java     |      114 +
 .../java/hints/bugs/BoxedIdentityComparison.java   |      173 +
 .../modules/java/hints/bugs/BroadCatchBlock.java   |      469 +
 .../java/hints/bugs/BroadCatchCustomizer.form      |      134 +
 .../java/hints/bugs/BroadCatchCustomizer.java      |      324 +
 .../modules/java/hints/bugs/Bundle.properties      |      192 +-
 .../modules/java/hints/bugs/CastVSInstanceOf.java  |       13 +-
 .../java/hints/bugs/CheckReturnValueHint.java      |      100 +
 .../modules/java/hints/bugs/CloneAndCloneable.java |      351 +
 .../modules/java/hints/bugs/CollectionRemove.java  |      107 +-
 .../hints/bugs/ComparatorParameterNotUsed.java     |      164 +
 .../java/hints/bugs/ConfusingVarargsParameter.java |      190 +
 .../modules/java/hints/bugs/EqualsHint.java        |       81 +-
 .../modules/java/hints/bugs/InfiniteRecursion.java |      636 +
 .../java/hints/bugs/MalformedFormatString.java     |      372 +
 .../java/hints/bugs/MalformedXPathExpression.java  |      184 +
 .../modules/java/hints/bugs/MathRandomCast.java    |      162 +
 .../netbeans/modules/java/hints/bugs/NPECheck.java |     1358 +
 .../netbeans/modules/java/hints/bugs/Regexp.java   |       51 +-
 .../hints/bugs/StringBufferCharConstructor.java    |      156 +
 .../modules/java/hints/bugs/SuspiciousToArray.java |      271 +
 .../java/hints/bugs/ThrowableNotThrown.java        |      359 +
 .../org/netbeans/modules/java/hints/bugs/Tiny.java |      325 +-
 .../modules/java/hints/bugs/TryCatchFinally.java   |      265 +
 .../modules/java/hints/bugs/Unbalanced.java        |      331 +
 .../java/hints/bugs/UnusedAssignmentOrBranch.java  |      197 +
 .../java/hints/control/RedundantConditional.java   |       81 +
 .../modules/java/hints/control/RedundantIf.java    |      100 +
 .../java/hints/control/RemoveUnnecessary.java      |      239 +
 .../java/hints/encapsulation/Bundle.properties     |        9 +-
 .../hints/encapsulation/ClassEncapsulation.java    |       68 +-
 .../hints/encapsulation/FieldEncapsulation.java    |       82 +-
 .../hints/encapsulation/ParamEncapsulation.java    |       58 +-
 .../hints/encapsulation/ReturnEncapsulation.java   |       54 +-
 .../hints/errors/AbstractMethodCannotHaveBody.java |      132 +
 .../modules/java/hints/errors/AccessError.java     |      183 +
 .../modules/java/hints/errors/AddCast.java         |      120 +-
 .../modules/java/hints/errors/AddCastFix.java      |       89 +-
 .../modules/java/hints/errors/AddCatchFix.java     |       89 +
 .../modules/java/hints/errors/AddConstructor.java  |      166 +
 .../hints/errors/AddOrRemoveFinalModifier.java     |      247 +
 .../java/hints/errors/AddParameterOrLocalFix.java  |       67 +-
 .../modules/java/hints/errors/ArrayAccess.java     |      169 +
 .../modules/java/hints/errors/Bundle.properties    |       41 +-
 .../java/hints/errors/ChangeMethodParameters.java  |      374 +
 .../java/hints/errors/ChangeMethodReturnType.java  |      179 +
 .../java/hints/errors/ChangeParametersFix.java     |      143 +
 .../modules/java/hints/errors/ChangeType.java      |        4 +-
 .../modules/java/hints/errors/ChangeTypeFix.java   |        2 +-
 .../java/hints/errors/ClassNameMismatch.java       |      121 +
 .../java/hints/errors/ConvertToDiamond.java        |      115 -
 .../modules/java/hints/errors/CreateClassFix.java  |        8 +-
 .../modules/java/hints/errors/CreateElement.java   |      182 +-
 .../java/hints/errors/CreateElementUtilities.java  |      180 +-
 .../java/hints/errors/CreateEnumConstant.java      |       18 +-
 .../modules/java/hints/errors/CreateFieldFix.java  |       20 +-
 .../modules/java/hints/errors/CreateMethodFix.java |       88 +-
 .../java/hints/errors/ErrorFixesFakeHint.java      |       87 +-
 .../java/hints/errors/ExtendsImplements.java       |      167 +
 .../modules/java/hints/errors/ExtraCatch.java      |      192 +
 .../errors/FinalFieldsFromCtorCustomiser.java      |        2 +-
 .../hints/errors/ImplementAllAbstractMethods.java  |      299 +-
 .../modules/java/hints/errors/ImportClass.java     |      213 +-
 .../java/hints/errors/ImportClassCustomizer.form   |       48 +
 .../java/hints/errors/ImportClassCustomizer.java   |      106 +
 .../hints/errors/LocalVariableFixCustomizer.java   |        2 +-
 .../hints/errors/MagicSurroundWithTryCatchFix.java |       83 +-
 .../java/hints/errors/MakeVariableFinal.java       |      174 -
 .../java/hints/errors/MissingReturnStatement.java  |      197 +
 .../hints/errors/OrigSurroundWithTryCatchFix.java  |       36 +-
 .../java/hints/errors/OverrideErrorMessage.java    |       70 +
 .../java/hints/errors/OverrideWeakerAccess.java    |      135 +
 .../java/hints/errors/RemoveInvalidModifier.java   |      198 +
 .../modules/java/hints/errors/RemoveOverride.java  |      129 +
 .../java/hints/errors/RemoveUselessCast.java       |       13 +-
 .../java/hints/errors/RenameConstructor.java       |      182 +
 .../java/hints/errors/SurroundWithTryCatchLog.java |        8 +-
 .../java/hints/errors/UncaughtException.java       |      147 +-
 .../modules/java/hints/errors/Utilities.java       |     1042 +-
 .../modules/java/hints/errors/VarArgsCast.java     |       13 +-
 .../modules/java/hints/finalize/Bundle.properties  |        2 +-
 .../modules/java/hints/finalize/CallFinalize.java  |       21 +-
 .../java/hints/finalize/FinalizeDeclared.java      |       15 +-
 .../hints/finalize/FinalizeDoesNotCallSuper.java   |       90 +-
 .../java/hints/finalize/FinalizeNotProtected.java  |       56 +-
 .../netbeans/modules/java/hints/finalize/Util.java |        2 +-
 .../java/hints/infrastructure/Bundle.properties    |        3 -
 .../hints/infrastructure/ErrorHintsProvider.java   |      116 +-
 .../ErrorPositionRefresherHelper.java              |      118 +
 .../java/hints/infrastructure/HintAction.java      |       89 +-
 .../infrastructure/JavaHintsPositionRefresher.java |      270 -
 .../NoClassLoaderProblemCustomizerProvider.java    |       74 -
 .../modules/java/hints/infrastructure/Pair.java    |       73 -
 .../java/hints/infrastructure/RulesManager.java    |      439 -
 .../infrastructure/SuppressWarningsCompletion.java |       15 +-
 .../modules/java/hints/introduce/Bundle.properties |       12 +-
 .../java/hints/introduce/CommonMembersPanel.java   |      135 +
 .../modules/java/hints/introduce/CopyFinder.java   |     1583 -
 .../java/hints/introduce/CopyFinderService.java    |       69 +
 .../modules/java/hints/introduce/Flow.java         |     1540 +-
 .../java/hints/introduce/InstanceRefFinder.java    |      496 +
 .../java/hints/introduce/IntroduceAction.java      |      145 +-
 .../java/hints/introduce/IntroduceConstantFix.java |      186 +
 .../IntroduceExpressionBasedMethodFix.java         |      299 +
 .../java/hints/introduce/IntroduceFieldFix.java    |      390 +
 .../java/hints/introduce/IntroduceFieldPanel.form  |        5 +-
 .../java/hints/introduce/IntroduceFieldPanel.java  |      211 +-
 .../java/hints/introduce/IntroduceFixBase.java     |       71 +
 .../java/hints/introduce/IntroduceHint.java        |     2493 +-
 .../java/hints/introduce/IntroduceHintFactory.java |        3 +-
 .../java/hints/introduce/IntroduceKind.java        |        6 +-
 .../java/hints/introduce/IntroduceMethodFix.java   |      873 +
 .../java/hints/introduce/IntroduceMethodPanel.form |       37 +-
 .../java/hints/introduce/IntroduceMethodPanel.java |      111 +-
 .../hints/introduce/IntroduceParameterFix.java     |       94 +
 .../java/hints/introduce/IntroduceVariableFix.java |      218 +
 .../hints/introduce/IntroduceVariablePanel.form    |      225 -
 .../hints/introduce/IntroduceVariablePanel.java    |      336 -
 .../hints/introduce/MethodCandidateChooser.form    |       70 +
 .../hints/introduce/MethodCandidateChooser.java    |      248 +
 .../introduce/PositionRefresherHelperImpl.java     |      115 +
 .../java/hints/introduce/ScanStatement.java        |      382 +
 .../java/hints/introduce/TargetDescription.java    |       77 +
 .../modules/java/hints/introduce/TreeUtils.java    |      182 +
 .../hints/jackpot/code/CodeHintProviderImpl.java   |      342 -
 .../modules/java/hints/jackpot/code/FSWrapper.java |      271 -
 .../java/hints/jackpot/code/spi/Constraint.java    |       64 -
 .../modules/java/hints/jackpot/code/spi/Hint.java  |       67 -
 .../hints/jackpot/code/spi/TriggerCompileTime.java |       53 -
 .../hints/jackpot/code/spi/TriggerPattern.java     |       58 -
 .../hints/jackpot/code/spi/TriggerPatterns.java    |       57 -
 .../hints/jackpot/code/spi/TriggerTreeKind.java    |       58 -
 .../java/hints/jackpot/hintsimpl/FileToURL.java    |       14 +-
 .../hints/jackpot/hintsimpl/ForbiddenMethod.java   |       16 +-
 .../jackpot/hintsimpl/LoggerStringConcat.java      |      114 +-
 .../java/hints/jackpot/impl/JackpotTrees.java      |      170 -
 .../java/hints/jackpot/impl/JavaFixImpl.java       |      104 -
 .../java/hints/jackpot/impl/MessageImpl.java       |       61 -
 .../java/hints/jackpot/impl/RulesManager.java      |      168 -
 .../modules/java/hints/jackpot/impl/Utilities.java |     1234 -
 .../hints/jackpot/impl/hints/HintsInvoker.java     |      723 -
 .../java/hints/jackpot/impl/hints/HintsTask.java   |      180 -
 .../java/hints/jackpot/impl/pm/BulkSearch.java     |      160 -
 .../jackpot/impl/pm/CopyFinderBasedBulkSearch.java |      133 -
 .../modules/java/hints/jackpot/impl/pm/NFA.java    |      216 -
 .../hints/jackpot/impl/pm/NFABasedBulkSearch.java  |      567 -
 .../java/hints/jackpot/impl/pm/Pattern.java        |      176 -
 .../jackpot/spi/ClassPathBasedHintProvider.java    |       56 -
 .../java/hints/jackpot/spi/CustomizerProvider.java |       56 -
 .../jackpot/spi/ElementBasedHintProvider.java      |       56 -
 .../modules/java/hints/jackpot/spi/Hacks.java      |      291 -
 .../java/hints/jackpot/spi/HintContext.java        |      145 -
 .../java/hints/jackpot/spi/HintDescription.java    |      174 -
 .../hints/jackpot/spi/HintDescriptionFactory.java  |      109 -
 .../java/hints/jackpot/spi/HintMetadata.java       |      135 -
 .../java/hints/jackpot/spi/HintProvider.java       |       52 -
 .../java/hints/jackpot/spi/HintsRunner.java        |       71 -
 .../modules/java/hints/jackpot/spi/JavaFix.java    |      843 -
 .../java/hints/jackpot/spi/MatcherUtilities.java   |       75 -
 .../hints/jackpot/spi/support/Bundle.properties    |        5 -
 .../spi/support/ErrorDescriptionFactory.java       |      287 -
 .../jackpot/spi/support/OneCheckboxCustomizer.java |       99 -
 .../spi/support/OneCheckboxCustomizerProvider.java |       71 -
 .../modules/java/hints/jdk/AddUnderscores.java     |      243 +
 .../java/hints/jdk/AddUnderscoresPanel.form        |      114 +
 .../java/hints/jdk/AddUnderscoresPanel.java        |      178 +
 .../java/hints/jdk/AnnotationProcessors.java       |       98 +
 .../modules/java/hints/jdk/Bundle.properties       |       54 +-
 .../modules/java/hints/jdk/ConvertToARM.java       |      180 +-
 .../java/hints/jdk/ConvertToDiamondBulkHint.java   |      205 +
 .../hints/jdk/ConvertToDiamondBulkHintPanel.form   |       97 +
 .../hints/jdk/ConvertToDiamondBulkHintPanel.java   |      159 +
 .../modules/java/hints/jdk/ConvertToLambda.java    |      153 +
 .../java/hints/jdk/ConvertToLambdaConverter.java   |      276 +
 .../jdk/ConvertToLambdaPreconditionChecker.java    |      607 +
 .../java/hints/jdk/ConvertToStringSwitch.java      |      244 +-
 .../modules/java/hints/jdk/IndexOfToContains.java  |      135 +
 .../modules/java/hints/jdk/IteratorToFor.java      |      456 +
 .../modules/java/hints/jdk/JoinCatches.java        |      117 +-
 .../modules/java/hints/jdk/ThrowableInitCause.java |       53 +-
 .../modules/java/hints/jdk/UnnecessaryBoxing.java  |      492 +
 .../java/hints/jdk/UnnecessaryUnboxing.java        |      161 +
 .../modules/java/hints/jdk/UseSpecificCatch.java   |      228 +-
 .../java/hints/jdk/UseSpecificCatchCustomizer.form |      105 +
 .../java/hints/jdk/UseSpecificCatchCustomizer.java |      275 +
 .../jdk/mapreduce/ForLoopToFunctionalHint.java     |      109 +
 .../hints/jdk/mapreduce/PreconditionsChecker.java  |      432 +
 .../hints/jdk/mapreduce/ProspectiveOperation.java  |      669 +
 .../java/hints/jdk/mapreduce/Refactorer.java       |      265 +
 .../java/hints/jdk/mapreduce/TreeUtilities.java    |       71 +
 .../modules/java/hints/options/Bundle.properties   |       31 -
 .../java/hints/options/DepScanningSettings.java    |       84 -
 .../hints/options/HintsOptionsPanelController.java |      129 -
 .../modules/java/hints/options/HintsPanel.form     |      243 -
 .../modules/java/hints/options/HintsPanel.java     |      508 -
 .../java/hints/options/HintsPanelLogic.java        |      566 -
 .../modules/java/hints/options/HintsSettings.java  |      174 -
 .../java/hints/perf/BoxingOfBoxingValue.java       |      167 +
 .../modules/java/hints/perf/Bundle.properties      |       35 +-
 .../modules/java/hints/perf/InitialCapacity.java   |       15 +-
 .../modules/java/hints/perf/ManualArrayCopy.java   |       63 +-
 .../java/hints/perf/NoBooleanConstructor.java      |       23 +-
 .../java/hints/perf/ReplaceBufferByString.java     |      566 +
 .../modules/java/hints/perf/SizeEqualsZero.java    |       32 +-
 .../java/hints/perf/StringBuffer2Builder.java      |       15 +-
 .../org/netbeans/modules/java/hints/perf/Tiny.java |      301 +-
 .../modules/java/hints/resources/Bundle.properties |        7 +-
 .../java/hints/resources/default.properties        |        1 +
 .../java/hints/resources/enabled.properties        |        2 +
 .../modules/java/hints/resources/jdk5.properties   |        1 +
 .../modules/java/hints/resources/jdk7.properties   |        1 +
 .../modules/java/hints/resources/jdk8.properties   |        2 +
 .../modules/java/hints/resources/layer.xml         |      223 +-
 .../modules/java/hints/spi/AbstractHint.java       |      161 -
 .../java/hints/spi/support/Bundle.properties       |       44 -
 .../modules/java/hints/spi/support/FixFactory.java |      445 -
 .../java/hints/suggestions/Bundle.properties       |       45 +
 .../java/hints/suggestions/CreateSubclass.java     |      315 +
 .../hints/suggestions/ExpandEnhancedForLoop.java   |      221 +
 .../hints/suggestions/ExpectedTypeResolver.java    |     1351 +
 .../hints/suggestions/FillSwitchCustomizer.form    |       72 +
 .../hints/suggestions/FillSwitchCustomizer.java    |      147 +
 .../java/hints/suggestions/FlipOperands.java       |      194 +
 .../modules/java/hints/suggestions/Ifs.java        |      337 +
 .../java/hints/suggestions/ImplementMethods.java   |      166 +
 .../modules/java/hints/suggestions/Lambda.java     |      516 +
 .../modules/java/hints/suggestions/Move.java       |      183 +
 .../hints/suggestions/NameAndPackagePanel.form     |       78 +
 .../hints/suggestions/NameAndPackagePanel.java     |      274 +
 .../modules/java/hints/suggestions/Tiny.java       |      274 +-
 .../java/hints/suggestions/TooStrongCast.java      |      337 +
 .../netbeans/modules/java/hints/testing/Tiny.java  |      369 +
 .../modules/java/hints/threading/Bundle.properties |       12 +-
 .../modules/java/hints/threading/Tiny.java         |      156 +-
 .../CreateElementTest/test190447b-hints.pass       |        2 +-
 .../CreateElementTest/test190447c-hints.pass       |        2 +-
 .../ErrorHintsTest/testAddCastHint1-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint10-hints.pass    |        2 +-
 .../ErrorHintsTest/testAddCastHint11-hints.pass    |        2 +-
 .../ErrorHintsTest/testAddCastHint2-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint3-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint4-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint5-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint6-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint7-hints.pass     |        3 +-
 .../ErrorHintsTest/testAddCastHint8-hints.pass     |        2 +-
 .../ErrorHintsTest/testAddCastHint9-hints.pass     |        2 +
 .../ErrorHintsTest/testCreateField1-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateField10-hints.pass    |        2 +-
 .../ErrorHintsTest/testCreateField2-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateField5-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateField6-hints.pass     |        2 +-
 .../testCreateFieldMethod1-hints.pass              |        2 +-
 .../testCreateFieldMethod2-hints.pass              |        2 +-
 .../testCreateFieldPrimitive-hints.pass            |        2 +-
 .../testCreateLocalVariable1-hints.pass            |        2 +-
 .../testCreateLocalVariable10-hints.pass           |        2 +-
 .../testCreateLocalVariable2-hints.pass            |        2 +-
 .../testCreateLocalVariable3-hints.pass            |        2 +-
 .../testCreateLocalVariable4-hints.pass            |        2 +-
 .../testCreateLocalVariable5-hints.pass            |        2 +-
 .../testCreateLocalVariable6-hints.pass            |        2 +-
 .../testCreateLocalVariable7-hints.pass            |        2 +-
 .../testCreateLocalVariable8-hints.pass            |        2 +-
 .../testCreateLocalVariable9-hints.pass            |        2 +-
 .../ErrorHintsTest/testCreateParam1-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateParam2-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateParam3-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateParam4-hints.pass     |        2 +-
 .../ErrorHintsTest/testCreateParam5-hints.pass     |        2 +-
 .../testMakeVariableFinal1-hints.pass              |        1 -
 .../testMakeVariableFinal1.pass                    |       16 -
 .../testMakeVariableFinal2-hints.pass              |        1 -
 .../testMakeVariableFinal2.pass                    |       16 -
 .../testCreateConstructor1.pass                    |        2 +-
 .../OrigCreateMethodTest/testCreateElement1.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement2.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement3.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement4.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement5.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement6.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement7.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement8.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElement9.pass   |        2 +-
 .../OrigCreateMethodTest/testCreateElementa.pass   |        2 +-
 .../UncaughtExceptionTest/testBug113812-hints.pass |        2 +-
 .../testOverrideAnnotation.pass                    |        1 +
 .../ErrorHintsProviderTest/testShortErrors1.pass   |        2 +-
 .../ErrorHintsProviderTest/testShortErrors10.pass  |        2 +-
 .../ErrorHintsProviderTest/testShortErrors2.pass   |        2 +-
 .../ErrorHintsProviderTest/testShortErrors3.pass   |        2 +-
 .../ErrorHintsProviderTest/testShortErrors4.pass   |        2 +-
 .../testShortErrors5-nonmac.pass                   |        2 +-
 .../ErrorHintsProviderTest/testShortErrors6.pass   |        2 +-
 .../ErrorHintsProviderTest/testShortErrors7.pass   |        4 +-
 ...estTestShortErrorsMethodInvocation1-nonmac.pass |        5 +-
 .../testTestShortErrorsMethodInvocation1.pass      |        2 +-
 ...estTestShortErrorsMethodInvocation2-nonmac.pass |        4 +-
 .../testTestShortErrorsNewClass-nonmac.pass        |        5 +-
 .../testTestShortErrorsNewClass.pass               |        2 +-
 .../testTestShortErrorsSVUIDWarning-nonmac.pass    |        2 +-
 .../testTestSpaceAfterDot218655.pass               |        3 +
 .../testTestUnicodeError.pass                      |        1 +
 .../hints/BroadCatchBlockTest/OneException.java    |       17 +
 .../hints/BroadCatchBlockTest/SingleUmbrella.java  |       15 +
 .../hints/BroadCatchBlockTest/TwoExceptions.java   |       31 +
 .../BroadCatchBlockTest/TwoExceptionsCommon.java   |       36 +
 .../TwoExceptionsCommonMulti.java                  |       34 +
 .../BroadCatchBlockTest/TwoExceptionsMulti.java    |       29 +
 .../data/javahints/TestOverrideAnnotation.java     |        5 +
 .../unit/data/javahints/TestSpaceAfterDot.java     |        7 +
 .../test/unit/data/javahints/TestUnicodeError.java |        7 +
 .../hints/BroadCatchBlockTest/OneException.java    |       17 +
 .../hints/BroadCatchBlockTest/SingleUmbrella.java  |       14 +
 .../hints/BroadCatchBlockTest/TwoExceptions.java   |       29 +
 .../BroadCatchBlockTest/TwoExceptionsCommon.java   |       33 +
 .../ChangeMethodParametersTest/AbstractMethod.java |       15 +
 .../ChangeMethodParametersTest/AddParameter.java   |       15 +
 .../ChangeMethodParametersTest/Constructor.java    |       15 +
 .../RemoveParameter.java                           |       16 +
 .../ReorderParameter.java                          |       16 +
 .../ChangeMethodParametersTest/Test201360.java     |       14 +
 .../ChangeMethodParametersTest/Test204556.java     |       11 +
 .../MakeVariableFinalTest/MakeVariableFinal.java   |       16 -
 .../java/hints/TooStrongCastTest/ArrayAccess.java  |       23 +
 .../hints/TooStrongCastTest/CastAssignment.java    |       32 +
 .../hints/TooStrongCastTest/CastExpressions.java   |       53 +
 .../java/hints/TooStrongCastTest/CastMethods.java  |       60 +
 .../java/hints/TooStrongCastTest/ReturnType.java   |       48 +
 .../hints/TooStrongCastTest/ThrowExpression.java   |       20 +
 .../java/hints/introduce/RefFinderTest/Base.java   |       61 +
 .../java/hints/introduce/RefFinderTest/Test.java   |      176 +
 .../java/hints/AddOverrideAnnotationTest.java      |       38 +-
 .../java/hints/AnnotationAsSuperInterfaceTest.java |       83 +
 .../java/hints/ArithmeticUtilitiesTest.java        |      187 +-
 .../java/hints/AssignResultToVariableTest.java     |       59 +-
 .../modules/java/hints/AssignmentIssuesTest.java   |      407 +-
 .../modules/java/hints/AssignmentToItselfTest.java |      108 +
 .../modules/java/hints/Bundle_test.properties      |       26 +-
 .../modules/java/hints/ClassStructureTest.java     |      393 +-
 .../java/hints/ConvertAnonymousToInnerTest.java    |       10 +-
 .../modules/java/hints/DoubleCheckTest.java        |      285 +-
 .../modules/java/hints/EqualsMethodHintTest.java   |      165 +-
 .../java/hints/FieldForUnusedParamTest.java        |       56 +-
 .../modules/java/hints/HideFieldByVarTest.java     |        2 +-
 .../netbeans/modules/java/hints/HideFieldTest.java |       16 +-
 .../modules/java/hints/IllegalInstanceOfTest.java  |        5 -
 .../netbeans/modules/java/hints/ImportsTest.java   |       78 +
 .../modules/java/hints/IncompatibleMaskTest.java   |      445 +-
 .../java/hints/LeakingThisInConstructorTest.java   |      119 +-
 .../java/hints/LoggerNotStaticFinalTest.java       |      146 +-
 .../modules/java/hints/MissingHashCodeTest.java    |       71 +-
 .../modules/java/hints/MultipleLoggersTest.java    |       97 +-
 .../netbeans/modules/java/hints/NoLoggersTest.java |      164 +-
 .../modules/java/hints/OrganizeImportsTest.java    |       75 +
 .../OverridableMethodCallInConstructorTest.java    |      145 +-
 .../java/hints/PointlessBitwiseExpressionTest.java |      579 +-
 .../modules/java/hints/PrintStackTraceTest.java    |       70 +-
 .../java/hints/RemoveEmptyStatementTest.java       |      165 +
 .../modules/java/hints/SerialVersionUIDTest.java   |       22 +-
 .../modules/java/hints/ShiftOutOfRangeTest.java    |      364 +-
 .../modules/java/hints/StaticAccessTest.java       |       66 +-
 .../modules/java/hints/StaticImportTest.java       |      104 +-
 .../StaticNonFinalUsedInInitializationTest.java    |       91 +-
 .../java/hints/StringBuilderAppendTest.java        |      214 +-
 .../java/hints/SuspiciousNamesCombinationTest.java |        1 -
 .../modules/java/hints/SyncOnNonFinalTest.java     |       48 +-
 .../netbeans/modules/java/hints/SystemOutTest.java |       75 +-
 .../netbeans/modules/java/hints/TestUtilities.java |       67 -
 .../modules/java/hints/ThisInAnonymousTest.java    |       75 +-
 .../modules/java/hints/ThreadDumpStackTest.java    |       65 +-
 .../modules/java/hints/UtilityClassTest.java       |       96 +-
 .../hints/UtilityClassWithConstructorTest.java     |      158 -
 .../java/hints/WrongPackageSuggestionTest.java     |       23 +-
 .../java/hints/WrongStringComparisonTest.java      |      263 +-
 .../java/hints/bugs/AnnotationsNotRuntimeTest.java |      105 +-
 .../java/hints/bugs/ArrayStringOperationsTest.java |      336 +
 .../java/hints/bugs/AssertWithSideEffectsTest.java |      143 +
 .../hints/bugs/BoxedIdentityComparisonTest.java    |      172 +
 .../java/hints/bugs/BroadCatchBlockTest.java       |      198 +
 .../modules/java/hints/bugs/Bundle_test.properties |       19 +
 .../java/hints/bugs/CastVSInstanceOfTest.java      |      106 +-
 .../java/hints/bugs/CheckReturnValueHintTest.java  |       84 +
 .../java/hints/bugs/CloneAndCloneableTest.java     |      232 +
 .../java/hints/bugs/CollectionRemoveTest.java      |      351 +-
 .../modules/java/hints/bugs/EqualsHintTest.java    |      120 +-
 .../java/hints/bugs/InfiniteRecursionTest.java     |      532 +
 .../java/hints/bugs/MalformedFormatStringTest.java |      274 +
 .../java/hints/bugs/MathRandomCastTest.java        |      127 +
 .../modules/java/hints/bugs/NPECheckTest.java      |     1485 +
 .../modules/java/hints/bugs/RegexpTest.java        |       27 +-
 .../bugs/StringBufferCharConstructorTest.java      |      139 +
 .../java/hints/bugs/SuspiciousToArrayTest.java     |      203 +
 .../java/hints/bugs/ThrowableNotThrownTest.java    |      339 +
 .../netbeans/modules/java/hints/bugs/TinyTest.java |      413 +-
 .../java/hints/bugs/TryCatchFinallyTest.java       |      218 +
 .../modules/java/hints/bugs/UnbalancedTest.java    |      523 +
 .../hints/bugs/UnusedAssignmentOrBranchTest.java   |      112 +
 .../hints/control/RedundantConditionalTest.java    |      190 +
 .../java/hints/control/RedundantIfTest.java        |      241 +
 .../java/hints/control/RemoveUnnecessaryTest.java  |      490 +
 .../encapsulation/ClassEncapsulationTest.java      |      203 +-
 .../encapsulation/FieldEncapsulationTest.java      |      514 +-
 .../encapsulation/ParamEncapsulationTest.java      |      394 +-
 .../encapsulation/ReturnEncapsulationTest.java     |      426 +-
 .../errors/AbstractMethodCannotHaveBodyTest.java   |       85 +
 .../modules/java/hints/errors/AccessErrorTest.java |      104 +
 .../modules/java/hints/errors/AddCastTest.java     |       63 +-
 .../modules/java/hints/errors/AddCatchFixTest.java |       87 +
 .../java/hints/errors/AddConstructorTest.java      |       89 +
 .../java/hints/errors/AddFinalModifierTest.java    |      120 +
 .../hints/errors/AddParameterOrLocalFixTest.java   |      143 +-
 .../modules/java/hints/errors/ArrayAccessTest.java |      135 +
 .../java/hints/errors/Bundle_test.properties       |       20 +
 .../hints/errors/ChangeMethodParametersTest.java   |      180 +
 .../hints/errors/ChangeMethodReturnTypeTest.java   |      118 +
 .../modules/java/hints/errors/ChangeTypeTest.java  |       47 +-
 .../java/hints/errors/ClassNameMismatchTest.java   |       68 +
 .../java/hints/errors/ConvertToDiamondTest.java    |       85 -
 .../java/hints/errors/CreateClass183980Test.java   |        6 +-
 .../modules/java/hints/errors/CreateClassTest.java |       43 +-
 .../java/hints/errors/CreateElementTest.java       |        6 +-
 .../modules/java/hints/errors/CreateFieldTest.java |       53 +-
 .../java/hints/errors/CreateMethodTest.java        |      183 +-
 .../modules/java/hints/errors/ErrorHintsTest.java  |       20 +-
 .../java/hints/errors/ExtendsImplementsTest.java   |       79 +
 .../modules/java/hints/errors/ExtraCatchTest.java  |      178 +
 .../errors/ImplementAllAbstractMethodsTest.java    |      104 +-
 .../modules/java/hints/errors/ImportClassTest.java |        2 +-
 .../errors/MagicSurroundWithTryCatchFixTest.java   |       66 +-
 .../java/hints/errors/MakeVariableFinalTest.java   |       76 -
 .../hints/errors/MissingReturnStatementTest.java   |      152 +
 .../java/hints/errors/NewImportClassTest.java      |       97 +
 .../java/hints/errors/OrigCreateMethodTest.java    |        6 +-
 .../errors/OrigSurroundWithTryCatchFixTest.java    |       41 +-
 .../hints/errors/OrigUncaughtExceptionTest.java    |      176 +
 .../hints/errors/OverrideWeakerAccessTest.java     |       88 +
 .../RemoveFinalModifierFromParameterTest.java      |       84 +
 .../RemoveFinalModifierFromVariableTest.java       |      126 +
 .../hints/errors/RemoveInvalidModifierTest.java    |      190 +
 .../java/hints/errors/RemoveOverrideTest.java      |       92 +
 .../java/hints/errors/RemoveUselessCastTest.java   |        5 +-
 .../java/hints/errors/RenameConstructorTest.java   |       99 +
 .../hints/errors/SuppressWarningsFixerTest.java    |        7 +-
 .../java/hints/errors/UncaughtExceptionTest.java   |      273 +-
 .../modules/java/hints/errors/UtilitiesTest.java   |       70 +-
 .../java/hints/finalize/CallFinalizeTest.java      |      121 +-
 .../java/hints/finalize/FinalizeDeclaredTest.java  |       44 +-
 .../finalize/FinalizeDoesNotCallSuperTest.java     |      178 +-
 .../hints/finalize/FinalizeNotProtectedTest.java   |      108 +-
 .../infrastructure/ErrorHintsProviderTest.java     |       86 +-
 .../hints/infrastructure/ErrorHintsTestBase.java   |      126 +-
 .../java/hints/infrastructure/HintsTestBase.java   |       32 +-
 .../JavaHintsPositionRefresherTest.java            |        6 +-
 .../infrastructure/TestPreferencesProvider.java    |       68 +
 .../hints/infrastructure/TreeRuleTestBase.java     |      103 +-
 .../java/hints/introduce/CopyFinderTest.java       |     1168 -
 .../modules/java/hints/introduce/FlowTest.java     |     1147 +-
 .../java/hints/introduce/IntroduceHintTest.java    |     2380 +-
 .../java/hints/introduce/RefFinderTest.java        |      366 +
 .../jackpot/code/CodeHintProviderImplTest.java     |      118 -
 .../java/hints/jackpot/code/FSWrapperTest.java     |      270 -
 .../java/hints/jackpot/code/spi/TestBase.java      |      333 -
 .../hints/jackpot/hintsimpl/Bundle_test.properties |        2 +-
 .../jackpot/hintsimpl/LoggerStringConcatTest.java  |      259 +-
 .../modules/java/hints/jackpot/impl/TestBase.java  |      123 -
 .../java/hints/jackpot/impl/UtilitiesTest.java     |      299 -
 .../hints/jackpot/impl/hints/HintsInvokerTest.java |      766 -
 .../jackpot/impl/pm/BulkSearchTestPerformer.java   |      540 -
 .../impl/pm/CopyFinderBasedBulkSearchTest.java     |       80 -
 .../jackpot/impl/pm/NFABasedBulkSearchTest.java    |       69 -
 .../java/hints/jackpot/impl/pm/PatternTest.java    |      196 -
 .../java/hints/jackpot/spi/JavaFixTest.java        |      295 -
 .../hints/jackpot/spi/MatcherUtilitiesTest.java    |       89 -
 .../modules/java/hints/jdk/AddUnderscoresTest.java |      223 +
 .../java/hints/jdk/AnnotationProcessorsTest.java   |       63 +
 .../modules/java/hints/jdk/Bundle_test.properties  |       11 +
 .../modules/java/hints/jdk/ConvertToARMTest.java   |     1908 +-
 .../hints/jdk/ConvertToDiamondBulkHintTest.java    |      319 +
 .../java/hints/jdk/ConvertToLambdaTest.java        |     1013 +
 .../java/hints/jdk/ConvertToStringSwitchTest.java  |      759 +-
 .../java/hints/jdk/IndexOfToContainsTest.java      |       88 +
 .../modules/java/hints/jdk/IteratorToForTest.java  |      554 +
 .../modules/java/hints/jdk/JoinCatchesTest.java    |      256 +-
 .../java/hints/jdk/ThrowableInitCauseTest.java     |      568 +-
 .../java/hints/jdk/UnnecessaryBoxingTest.java      |      164 +
 .../java/hints/jdk/UseSpecificCatchTest.java       |      175 +-
 .../jdk/mapreduce/ForLoopToFunctionalHintTest.java |     1905 +
 .../modules/java/hints/perf/Bundle_test.properties |        1 +
 .../java/hints/perf/InitialCapacityTest.java       |       80 +-
 .../java/hints/perf/ManualArrayCopyTest.java       |      270 +-
 .../java/hints/perf/NoBooleanConstructorTest.java  |      121 +-
 .../java/hints/perf/ReplaceBufferByStringTest.java |      219 +
 .../java/hints/perf/SizeEqualsZeroTest.java        |       81 +-
 .../java/hints/perf/StringBuffer2BuilderTest.java  |      126 +-
 .../netbeans/modules/java/hints/perf/TinyTest.java |      526 +-
 .../java/hints/suggestions/Bundle_test.properties  |       21 +
 .../java/hints/suggestions/CreateSubclassTest.java |      100 +
 .../suggestions/ExpandEnhancedForLoopTest.java     |      178 +
 .../java/hints/suggestions/FlipOperandsTest.java   |       77 +
 .../modules/java/hints/suggestions/IfsTest.java    |      871 +
 .../hints/suggestions/ImplementMethodsTest.java    |       74 +
 .../modules/java/hints/suggestions/LambdaTest.java |      364 +
 .../modules/java/hints/suggestions/MoveTest.java   |      190 +
 .../modules/java/hints/suggestions/TinyTest.java   |      477 +-
 .../java/hints/suggestions/TooStrongCastTest.java  |      532 +
 .../modules/java/hints/testing/TinyTest.java       |      244 +
 .../modules/java/hints/threading/TinyTest.java     |      837 +-
 java.j2sedeploy/build.xml                          |        5 +
 java.j2sedeploy/manifest.mf                        |        6 +
 java.j2sedeploy/nbproject/project.properties       |        2 +
 java.j2sedeploy/nbproject/project.xml              |      133 +
 .../modules/java/j2sedeploy/Bundle.properties      |        1 +
 .../java/j2sedeploy/J2SEDeployActionProvider.java  |      288 +
 .../J2SEDeployGeneratedFilesInterceptor.java       |      152 +
 .../java/j2sedeploy/J2SEDeployProjectOpenHook.java |      151 +
 .../java/j2sedeploy/J2SEDeployProperties.java      |      357 +
 .../modules/java/j2sedeploy/NativeBundleType.java  |      175 +
 .../java/j2sedeploy/api/J2SEDeployConstants.java   |       59 +
 .../resources/build-native-prototype.xml           |      953 +
 .../modules/java/j2sedeploy/ui/Bundle.properties   |       45 +
 .../java/j2sedeploy/ui/CreateBundleAction.java     |      185 +
 .../ui/JSEDeploymentCategoryProvider.java          |      156 +
 .../java/j2sedeploy/ui/JSEDeploymentPanel.form     |       88 +
 .../java/j2sedeploy/ui/JSEDeploymentPanel.java     |      247 +
 java.j2seembedded/build.xml                        |       21 +
 .../modules/java/j2seembedded/wizard/JREProbe.java |      176 +
 java.j2seembedded/manifest.mf                      |        7 +
 java.j2seembedded/nbproject/project.properties     |        4 +
 java.j2seembedded/nbproject/project.xml            |      222 +
 .../modules/java/j2seembedded/Bundle.properties    |        2 +
 .../java/j2seembedded/platform/Bundle.properties   |       80 +
 .../j2seembedded/platform/ConnectionMethod.java    |      368 +
 .../java/j2seembedded/platform/RemotePlatform.java |      357 +
 .../j2seembedded/platform/RemotePlatformNode.java  |      632 +
 .../j2seembedded/platform/RemotePlatformProbe.java |      232 +
 .../platform/RemotePlatformProvider.java           |      490 +
 .../project/RemoteBuildPropertiesProvider.java     |      150 +
 .../project/RemoteGeneratedFilesInterceptor.java   |      130 +
 .../j2seembedded/project/RemoteJavaAntLogger.java  |      438 +
 .../project/RemotePlatformProjectSaver.java        |       97 +
 .../project/RemoteProjectOpenHook.java             |      121 +
 .../project/RemoteRuntimePlatformProvider.java     |      101 +
 .../java/j2seembedded/project/Utilities.java       |      449 +
 .../java/j2seembedded/resources/ejdkBadge.gif      |      Bin 0 -> 132 bytes
 .../modules/java/j2seembedded/resources}/empty.gif |      Bin
 .../modules/java/j2seembedded/resources/layer.xml  |       81 +
 .../java/j2seembedded}/resources/platform.gif      |      Bin
 .../j2seembedded/resources/platformdefinition.dtd  |       75 +
 .../resources/remote-platform-impl.xml             |      213 +
 .../j2seembedded/resources/validateconnection.xml  |       96 +
 .../modules/java/j2seembedded/ui/Bundle.properties |       70 +
 .../java/j2seembedded/ui/CreateJREPanel.form       |      378 +
 .../java/j2seembedded/ui/CreateJREPanel.java       |      700 +
 .../java/j2seembedded/wizard/Bundle.properties     |       77 +
 .../j2seembedded/wizard/RemotePlatformInstall.java |       71 +
 .../java/j2seembedded/wizard/RemotePlatformIt.java |      201 +
 .../j2seembedded/wizard/SetUpRemotePlatform.form   |      354 +
 .../j2seembedded/wizard/SetUpRemotePlatform.java   |      854 +
 java.j2seplatform/arch.xml                         |       10 +-
 java.j2seplatform/manifest.mf                      |        3 +-
 java.j2seplatform/nbproject/project.properties     |        8 +-
 java.j2seplatform/nbproject/project.xml            |       49 +-
 .../modules/java/j2seplatform/Bundle.properties    |        3 +-
 .../java/j2seplatform/J2SEPlatformModule.java      |        9 +-
 .../java/j2seplatform/api/J2SEPlatformCreator.java |       70 +-
 .../libraries/J2SELibraryClassPathProvider.java    |       46 +-
 .../libraries/J2SELibrarySourceForBinaryQuery.java |       96 +-
 .../J2SELibrarySourceJavadocAttacher.java          |      278 +
 .../libraries/J2SELibraryTypeProvider.java         |      112 +-
 .../libraries/J2SEVolumeCustomizer.form            |        2 +-
 .../libraries/J2SEVolumeCustomizer.java            |      246 +-
 .../JavadocForBinaryQueryLibraryImpl.java          |      190 +-
 .../BrokenPlatformCustomizer.form                  |       20 +-
 .../BrokenPlatformCustomizer.java                  |       17 +-
 .../platformdefinition/Bundle.properties           |        3 +
 .../DefaultClassPathProvider.java                  |      742 -
 .../platformdefinition/DefaultPlatformImpl.java    |       60 +-
 .../DefaultSourceLevelQueryImpl.java               |       81 -
 .../platformdefinition/ForwardingJavaPlatform.java |      117 +
 .../platformdefinition/J2SEPlatformCustomizer.java |      238 +-
 .../J2SEPlatformDefaultJavadocImpl.java            |      135 +
 .../J2SEPlatformDefaultSourcesImpl.java            |      129 +
 .../platformdefinition/J2SEPlatformImpl.java       |      166 +-
 .../platformdefinition/J2SEPlatformNode.java       |       16 +-
 .../J2SEPlatformSourceJavadocAttacher.java         |      173 +
 .../JavadocForBinaryQueryPlatformImpl.java         |      382 +-
 .../platformdefinition/PlatformConvertor.java      |       68 +-
 .../java/j2seplatform/platformdefinition/Util.java |       27 +-
 .../java/j2seplatform/queries/Bundle.properties    |       22 +
 .../queries/DefaultClassPathProvider.java          |      715 +
 .../queries/DefaultJavadocForBinaryQuery.java      |       64 +
 .../queries/DefaultSourceForBinaryQuery.java       |       69 +
 .../queries/DefaultSourceJavadocAttacher.java      |      175 +
 .../queries/DefaultSourceLevelQueryImpl.java       |       81 +
 .../java/j2seplatform/queries/QueriesCache.java    |      312 +
 .../j2seplatform/queries/SelectRootsPanel.form     |      198 +
 .../j2seplatform/queries/SelectRootsPanel.java     |      566 +
 .../queries/SourceJavadocAttacherUtil.java         |      260 +
 .../java/j2seplatform/resources/Bundle.properties  |       49 -
 .../modules/java/j2seplatform/resources/layer.xml  |        8 +-
 .../spi/J2SEPlatformDefaultJavadoc.java            |       67 +
 .../spi/J2SEPlatformDefaultSources.java            |       63 +
 .../java/j2seplatform/wizard/DetectPanel.java      |      451 +-
 .../j2seplatform/wizard/J2SEWizardIterator.java    |       21 +-
 .../modules/java/jarloader/Bundle.properties       |        1 +
 .../modules/java/jarloader/JarDataNode.java        |       19 +-
 .../modules/java/jarloader/JarDataObject.java      |        2 +
 .../JavadocForBinaryQueryLibraryImplTest.java      |       16 +-
 .../libraries/LibraryProviderImpl.java             |      107 -
 .../SourceForBinaryQueryLibraryImplTest.java       |       24 +-
 .../libraries/TestLibraryProviderImpl.java         |      107 +
 .../DefaultClassPathProviderTest.java              |       53 +-
 .../DefaultSourceLevelQueryImplTest.java           |        2 +-
 .../JavaPlatformProviderImpl.java                  |       23 +-
 .../JavadocForBinaryQueryPlatformImplTest.java     |      140 +-
 java.j2seprofiles/build.xml                        |        5 +
 java.j2seprofiles/manifest.mf                      |        6 +
 java.j2seprofiles/nbproject/project.properties     |        2 +
 java.j2seprofiles/nbproject/project.xml            |      157 +
 .../modules/java/j2seprofiles/Bundle.properties    |        3 +
 .../java/j2seprofiles/ProfilesAnalyzer.java        |      763 +
 .../java/j2seprofiles/ProfilesCustomizer.form      |       69 +
 .../java/j2seprofiles/ProfilesCustomizer.java      |      229 +
 .../j2seprofiles/ProfilesCustomizerProvider.java   |       64 +
 .../java/j2seprofiles/resources/profile.png        |      Bin 0 -> 3537 bytes
 java.j2seproject/apichanges.xml                    |      104 +
 java.j2seproject/copylibstask/build.xml            |        3 +-
 .../copylibstask/nbproject/build-impl.xml          |      623 +-
 .../copylibstask/nbproject/genfiles.properties     |        8 +-
 .../java/j2seproject/copylibstask/CopyLibs.java    |       30 +-
 java.j2seproject/manifest.mf                       |        2 +-
 java.j2seproject/nbproject/project.properties      |       20 +-
 java.j2seproject/nbproject/project.xml             |       77 +-
 .../modules/java/j2seproject/Bundle.properties     |       10 +-
 .../java/j2seproject/J2SEActionProvider.java       |      127 +-
 .../j2seproject/J2SEConfigurationProvider.java     |      257 -
 .../modules/java/j2seproject/J2SEProject.java      |      741 +-
 .../java/j2seproject/J2SEProjectGenerator.java     |       10 +
 .../java/j2seproject/J2SEProjectOperations.java    |      411 -
 .../java/j2seproject/J2SEProjectPlatformImpl.java  |      198 +
 .../modules/java/j2seproject/J2SEProjectUtil.java  |       31 +-
 .../modules/java/j2seproject/MainClassUpdater.java |      150 +-
 .../java/j2seproject/UpdateProjectImpl.java        |       11 +-
 .../api/J2SEBuildPropertiesProvider.java           |       76 +
 .../api/J2SECategoryExtensionProvider.java         |      110 +
 .../j2seproject/api/J2SECustomPropertySaver.java   |       66 +
 .../java/j2seproject/api/J2SEProjectBuilder.java   |      142 +-
 .../java/j2seproject/api/J2SEProjectPlatform.java  |       91 +
 .../j2seproject/api/J2SERunConfigProvider.java     |        3 +
 .../api/J2SERuntimePlatformProvider.java           |       57 +
 .../java/j2seproject/problems/Bundle.properties    |       56 +
 .../problems/ResolveBrokenRuntimePlatform.form     |      162 +
 .../problems/ResolveBrokenRuntimePlatform.java     |      344 +
 .../problems/RuntimePlatformProblemsProvider.java  |      567 +
 .../java/j2seproject/resources/build-impl.xsl      |     1105 +-
 .../modules/java/j2seproject/resources/build.xsl   |        3 +-
 .../modules/java/j2seproject/resources/jax-rpc.xsd |       69 +
 .../modules/java/j2seproject/ui/Bundle.properties  |        4 -
 .../j2seproject/ui/J2SELogicalViewProvider.java    |      542 -
 .../java/j2seproject/ui/LibrariesNodeFactory.java  |       20 +-
 .../j2seproject/ui/customizer/Bundle.properties    |       42 +-
 .../ui/customizer/CustomizerApplication.form       |      432 +-
 .../ui/customizer/CustomizerApplication.java       |      164 +-
 .../j2seproject/ui/customizer/CustomizerJar.form   |      297 +-
 .../j2seproject/ui/customizer/CustomizerJar.java   |      166 +-
 .../ui/customizer/CustomizerLibraries.java         |       48 +-
 .../ui/customizer/CustomizerProviderImpl.java      |       37 +-
 .../j2seproject/ui/customizer/CustomizerRun.form   |      125 +-
 .../j2seproject/ui/customizer/CustomizerRun.java   |      685 +-
 .../ui/customizer/CustomizerSources.form           |       58 +-
 .../ui/customizer/CustomizerSources.java           |       74 +-
 .../ui/customizer/J2SECompositePanelProvider.java  |       90 +-
 .../ui/customizer/J2SEProjectProperties.java       |      242 +-
 .../customizer/vmo/AbstractJavaVMOptionParser.java |       39 +
 .../ui/customizer/vmo/JavaVMOption.java            |       39 +
 .../j2seproject/ui/customizer/vmo/OptionValue.java |       39 +
 .../ui/customizer/vmo/OptionsDialog.java           |       39 +
 .../ui/customizer/vmo/ParametrizedNode.java        |       39 +
 .../j2seproject/ui/customizer/vmo/SwitchNode.java  |       39 +
 .../ui/customizer/vmo/UnknownOption.java           |       39 +
 .../ui/customizer/vmo/UnrecognizedOption.java      |       39 +
 .../ui/customizer/vmo/UserPropertyNode.java        |       39 +
 .../ui/customizer/vmo/VMOptionTreeAdaptor.java     |       39 +
 .../ui/customizer/vmo/VMOptionsTableModel.java     |       40 +
 .../ui/customizer/vmo/ValueCellEditor.java         |       65 +-
 .../ui/customizer/vmo/gen/CommandLineLexer.java    |       41 +-
 .../ui/customizer/vmo/gen/CommandLineParser.java   |       41 +-
 .../modules/java/j2seproject/ui/package-info.java  |       54 +
 .../java/j2seproject/ui/resources/CopyLibs.xml     |        9 +-
 .../modules/java/j2seproject/ui/resources/info.png |      Bin 0 -> 766 bytes
 .../java/j2seproject/ui/resources/layer.xml        |       40 +-
 .../java/j2seproject/ui/wizards/Bundle.properties  |       30 +-
 .../j2seproject/ui/wizards/ImportFoldersPanel.form |      115 +
 .../j2seproject/ui/wizards/ImportFoldersPanel.java |      213 +
 .../ui/wizards/NewJ2SEProjectWizardIterator.java   |       80 +-
 .../j2seproject/ui/wizards/PanelOptionsVisual.form |       26 +-
 .../j2seproject/ui/wizards/PanelOptionsVisual.java |       16 -
 .../ui/wizards/PanelProjectLocationExtSrc.java     |       51 +-
 .../j2seproject/ui/wizards/PanelSourceFolders.java |      147 +-
 .../j2seproject/ui/wizards/WizardSettings.java     |       11 -
 .../qa-functional/src/gui/projects/Labels.java     |        2 +-
 .../modules/java/j2seproject/BuildImplTest.java    |       88 +-
 .../java/j2seproject/J2SEActionProviderTest.java   |      120 +-
 .../j2seproject/J2SEConfigurationProviderTest.java |       68 +-
 .../java/j2seproject/J2SEProjectGeneratorTest.java |       37 +-
 .../modules/java/j2seproject/J2SEProjectTest.java  |       19 +
 .../modules/java/j2seproject/J2SESourcesTest.java  |        6 +-
 .../modules/java/j2seproject/SourceRootsTest.java  |       12 +-
 .../api/J2SECategoryExtensionProviderTest.java     |      318 +
 .../api/J2SECustomPropertySaverTest.java           |      277 +
 .../j2seproject/api/J2SEProjectPlatformTest.java   |      259 +
 .../classpath/BootClassPathImplementationTest.java |        4 +-
 .../J2SEProjectClassPathModifierTest.java          |       21 +-
 .../classpath/SourcePathImplementationTest.java    |        5 +-
 .../queries/BinaryForSourceQueryImplTest.java      |       79 +-
 .../queries/CompiledSourceForBinaryQueryTest.java  |       10 +-
 .../j2seproject/queries/FileEncodingQueryTest.java |        6 +-
 .../queries/UnitTestForSourceQueryImplTest.java    |        6 +-
 .../ui/customizer/vmo/VmOptionsGrammarTest.java    |       39 +
 java.kit/manifest.mf                               |        4 +-
 java.kit/nbproject/project.properties              |        8 +-
 java.kit/nbproject/project.xml                     |      145 +-
 java.kit/release/VERSION.txt                       |        2 +-
 .../netbeans/modules/java/kit/Bundle.properties    |       43 +
 .../src/org/netbeans/modules/java/kit/layer.xml    |       20 +-
 .../netbeans/test/ide/IDECommitValidationTest.java |        3 +-
 .../src/org/netbeans/test/ide/IDEValidation.java   |      173 +-
 .../netbeans/test/ide/MemoryValidationTest.java    |       24 +-
 .../src/org/netbeans/test/ide/WatchProjects.java   |      157 +-
 java.lexer/apichanges.xml                          |      161 +
 java.lexer/manifest.mf                             |        2 +-
 java.lexer/nbproject/project.properties            |        7 +-
 java.lexer/nbproject/project.xml                   |        3 +-
 .../netbeans/api/java/lexer/JavaStringTokenId.java |        4 +-
 .../org/netbeans/api/java/lexer/JavaTokenId.java   |        8 +
 .../lib/java/lexer/JavaCharacterTokenId.java       |      121 +
 .../src/org/netbeans/lib/java/lexer/JavaLexer.java |      669 +-
 .../netbeans/lib/java/lexer/JavaStringLexer.java   |       51 +-
 .../org/netbeans/lib/java/lexer/JavadocLexer.java  |      138 +-
 .../lib/java/lexer/JavaLexerBatchTest.java         |      103 +-
 .../netbeans/lib/java/lexer/JavadocLexerTest.java  |       50 +-
 java.metrics/build.xml                             |        5 +
 java.metrics/manifest.mf                           |        6 +
 java.metrics/nbproject/project.properties          |        4 +
 java.metrics/nbproject/project.xml                 |       87 +
 .../modules/java/metrics/Bundle.properties         |        2 +
 .../modules/java/metrics/hints/Bundle.properties   |      220 +
 .../modules/java/metrics/hints/ClassMetrics.java   |      670 +
 .../metrics/hints/ComplexArithmeticExpression.java |      127 +
 .../metrics/hints/ComplexLogicalExpression.java    |      127 +
 .../metrics/hints/CyclomaticComplexityVisitor.java |      202 +
 .../java/metrics/hints/DeclaredTypeCollector.java  |      126 +
 .../java/metrics/hints/DependencyCollector.java    |      285 +
 .../modules/java/metrics/hints/DepthVisitor.java   |      155 +
 .../java/metrics/hints/ExpressionVisitor.java      |      249 +
 .../modules/java/metrics/hints/MethodMetrics.java  |      770 +
 .../modules/java/metrics/hints/NCLOCVisitor.java   |      248 +
 .../org/netbeans/modules/java/metrics/layer.xml    |       13 +
 .../test/unit/data/hints/metrics/CoupledEnum.java  |       13 +
 .../unit/data/hints/metrics/CoupledException.java  |       13 +
 .../test/unit/data/hints/metrics/FullBranch.java   |       71 +
 .../test/unit/data/hints/metrics/MethodCount.java  |       69 +
 .../data/hints/metrics/MethodCountAbstract.java    |       71 +
 .../unit/data/hints/metrics/MethodCountLess.java   |       67 +
 .../unit/data/hints/metrics/MethodCoupled.java     |       79 +
 .../test/unit/data/hints/metrics/MethodLimits.java |      127 +
 .../unit/data/hints/metrics/MethodNoReturn.java    |       54 +
 .../unit/data/hints/metrics/MethodNotCoupled.java  |       83 +
 .../data/hints/metrics/MethodNotTooComplex.java    |       41 +
 .../unit/data/hints/metrics/MethodNotTooDeep.java  |       40 +
 .../test/unit/data/hints/metrics/MethodReturn.java |       55 +
 .../unit/data/hints/metrics/MethodTooComplex.java  |       52 +
 .../unit/data/hints/metrics/MethodTooDeep.java     |       52 +
 .../unit/data/hints/metrics/NoMethodLimits.java    |      117 +
 .../hints/metrics/NotTooManyLinesOrCommands.java   |       89 +
 .../data/hints/metrics/TooManyLinesOrCommands.java |      144 +
 .../java/metrics/hints/ClassMetricsTest.java       |      108 +
 .../java/metrics/hints/MethodMetricsTest.java      |      331 +
 java.navigation/arch.xml                           |     1306 +
 java.navigation/manifest.mf                        |        3 +-
 java.navigation/nbproject/project.properties       |        4 +-
 java.navigation/nbproject/project.xml              |      115 +-
 .../java/navigation/BreadCrumbsNodeImpl.java       |      524 +
 .../java/navigation/BreadCrumbsScanningTask.java   |      180 +
 .../modules/java/navigation/Bundle.properties      |       60 +-
 .../java/navigation/CaretListeningFactory.java     |       22 +-
 .../java/navigation/CaretListeningTask.java        |      183 +-
 .../java/navigation/ClassMemberFilters.java        |      174 +-
 .../ClassMemberNavigatorJavaSourceFactory.java     |        8 +-
 .../modules/java/navigation/ClassMemberPanel.java  |       64 +-
 .../java/navigation/ClassMemberPanelUI.form        |        4 +-
 .../java/navigation/ClassMemberPanelUI.java        |      613 +-
 .../java/navigation/DeclarationTopComponent.form   |       44 -
 .../java/navigation/DeclarationTopComponent.java   |      214 -
 .../java/navigation/DocumentationScrollPane.java   |      114 +-
 .../modules/java/navigation/ElementNode.java       |       70 +-
 .../java/navigation/ElementScanningTask.java       |      189 +-
 .../modules/java/navigation/HTMLDocView.java       |        2 +
 .../modules/java/navigation/JavaElement.java       |       74 -
 .../modules/java/navigation/JavaHierarchy.java     |      134 -
 .../java/navigation/JavaHierarchyModel.java        |      663 -
 .../java/navigation/JavaHierarchyPanel.form        |      259 -
 .../java/navigation/JavaHierarchyPanel.java        |      847 -
 .../modules/java/navigation/JavaMembers.java       |      121 -
 .../navigation/JavaMembersAndHierarchyIcons.java   |       96 -
 .../navigation/JavaMembersAndHierarchyOptions.java |      405 -
 .../modules/java/navigation/JavaMembersModel.java  |      814 -
 .../modules/java/navigation/JavaMembersPanel.form  |      300 -
 .../modules/java/navigation/JavaMembersPanel.java  |     1003 -
 .../java/navigation/JavaTreeCellRenderer.java      |       73 -
 .../java/navigation/JavadocTopComponent.form       |        6 +-
 .../java/navigation/JavadocTopComponent.java       |       27 +-
 .../modules/java/navigation/ResizablePopup.java    |      131 -
 .../modules/java/navigation/ToolTipManagerEx.java  |       13 +-
 .../netbeans/modules/java/navigation/Utils.java    |      738 -
 .../java/navigation/actions/Bundle.properties      |       14 +-
 .../java/navigation/actions/DeclarationAction.java |       73 -
 .../navigation/actions/InspectHierarchyAction.java |      111 -
 .../actions/InspectHierarchyAtCaretAction.java     |      267 -
 .../navigation/actions/InspectMembersAction.java   |      108 -
 .../actions/InspectMembersAtCaretAction.java       |      246 -
 .../java/navigation/actions/NameActions.java       |      119 +
 .../java/navigation/actions/OpenAction.java        |        6 +-
 .../navigation/actions/ShowHierarchyAction.java    |      101 +
 .../actions/ShowHierarchyAtCaretAction.java        |      108 +
 .../java/navigation/actions/ShowMembersAction.java |      166 +
 .../actions/ShowMembersAtCaretAction.java          |      108 +
 .../java/navigation/actions/SortActionSupport.java |      134 -
 .../java/navigation/actions/SortActions.java       |      162 +
 .../modules/java/navigation/base/Filters.java      |      187 +
 .../java/navigation/base/FiltersManager.java       |       57 +-
 .../java/navigation/base/HistorySupport.java       |      310 +
 .../modules/java/navigation/base/Icons.java        |       43 +-
 .../modules/java/navigation/base/Resolvers.java    |      227 +
 .../java/navigation/base/SelectJavadocTask.java    |      159 +
 .../modules/java/navigation/base/Utils.java        |      110 +
 .../navigation/hierarchy/HierarchyFilters.java     |       99 +
 .../hierarchy/HierarchyTopComponent.form           |       18 +
 .../hierarchy/HierarchyTopComponent.java           |      662 +
 .../modules/java/navigation/hierarchy/Nodes.java   |     1059 +
 .../resources/DeclarationTopComponentSettings.xml  |        8 -
 .../resources/DeclarationTopComponentWstcref.xml   |        7 -
 .../navigation/resources/declaration_action.png    |      Bin 625 -> 0 bytes
 .../java/navigation/resources/expandall.gif        |      Bin 590 -> 0 bytes
 .../java/navigation/resources/filterHideStatic.png |      Bin 662 -> 198 bytes
 .../modules/java/navigation/resources/fqn.gif      |      Bin 562 -> 0 bytes
 .../modules/java/navigation/resources/fqn.png      |      Bin 0 -> 531 bytes
 .../navigation/resources/hierarchy_refresh.png     |      Bin
 .../java/navigation/resources/hierarchy_window.png |      Bin 0 -> 480 bytes
 .../java/navigation/resources/javadoc_open.png     |      Bin 0 -> 589 bytes
 .../modules/java/navigation/resources/layer.xml    |      103 +-
 .../java/navigation/resources/statement.png        |      Bin 0 -> 405 bytes
 .../modules/java/navigation/resources/static.gif   |      Bin 91 -> 0 bytes
 .../modules/java/navigation/resources/static.png   |      Bin 0 -> 198 bytes
 .../stackanalyzer/AnalyzeStackTopComponent.form    |        4 +-
 .../stackanalyzer/AnalyzeStackTopComponent.java    |       54 +-
 .../modules/java/stackanalyzer/Bundle.properties   |        4 +-
 .../java/stackanalyzer/StackLineAnalyser.java      |      127 +-
 .../java/navigation/BreadCrumbsNodeImplTest.java   |      200 +
 .../modules/java/navigation/ElementNodeTest.java   |        6 +-
 java.platform/apichanges.xml                       |       16 +
 java.platform/manifest.mf                          |        4 +-
 .../org-netbeans-modules-java-platform.sig         |       16 +-
 java.platform/nbproject/project.properties         |        4 +-
 java.platform/nbproject/project.xml                |       29 +-
 .../api/java/platform/JavaPlatformManager.java     |       11 +-
 .../netbeans/api/java/platform/Specification.java  |       61 +-
 .../java/platform/DefaultJavaPlatformProvider.java |      165 +-
 .../java/platform/FallbackDefaultJavaPlatform.java |       32 +-
 .../modules/java/platform/InstallerRegistry.java   |       25 +-
 .../classpath/PlatformClassPathProvider.java       |       13 +
 .../queries/PlatformSourceForBinaryQuery.java      |      135 +-
 .../modules/java/platform/resources/layer.xml      |        1 +
 .../modules/java/platform/ui/Bundle.properties     |        3 +-
 .../java/platform/ui/PlatformsCustomizer.form      |        4 +-
 .../java/platform/ui/PlatformsCustomizer.java      |      166 +-
 .../java/platform/wizard/LocationChooser.java      |        7 +-
 .../api/java/platform/JavaPlatformManagerTest.java |       64 +-
 .../java/platform/TestJavaPlatformProvider.java    |      118 +
 .../platform/ConvertAsJavaBeanPlatformTest.java    |       13 +-
 .../platform/DefaultJavaPlatformProviderTest.java  |      124 +
 .../modules/java/platform/PlatformInstallTest.java |       36 +-
 .../queries/PlatformSourceForBinaryQueryTest.java  |      154 +
 java.preprocessorbridge/apichanges.xml             |      132 +
 .../nbproject/project.properties                   |        6 +-
 java.preprocessorbridge/nbproject/project.xml      |       28 +-
 .../preprocessorbridge/spi/JavaIndexerPlugin.java  |       97 +
 java.project/apichanges.xml                        |      147 +
 java.project/arch.xml                              |        6 +-
 java.project/manifest.mf                           |        2 +-
 .../org-netbeans-modules-java-project.sig          |       62 +-
 java.project/nbproject/project.properties          |       13 +-
 java.project/nbproject/project.xml                 |       73 +-
 .../classpath/ProjectClassPathModifier.java        |       98 +-
 .../api/java/project/runner/JavaRunner.java        |       53 +-
 .../java/project/BrokenReferencesAlertPanel.form   |       90 -
 .../java/project/BrokenReferencesAlertPanel.java   |      135 -
 .../java/project/BrokenReferencesCustomizer.form   |      138 -
 .../java/project/BrokenReferencesCustomizer.java   |      368 -
 .../java/project/BrokenReferencesModel.java        |      755 -
 .../modules/java/project/Bundle.properties         |       67 +-
 .../java/project/ChangePackageViewTypeAction.java  |       33 +-
 .../ExtraProjectJavadocForBinaryQueryImpl.java     |       42 +-
 .../ExtraProjectSourceForBinaryQueryImpl.java      |       64 +-
 .../netbeans/modules/java/project/FixProfile.form  |      141 +
 .../netbeans/modules/java/project/FixProfile.java  |      437 +
 .../java/project/FixProjectSourceLevel.form        |      128 +
 .../java/project/FixProjectSourceLevel.java        |      235 +
 .../modules/java/project/JavaAntLogger.java        |       28 +-
 .../modules/java/project/JavaProjectSettings.java  |       37 +-
 .../java/project/JavaTargetChooserPanel.java       |       96 +-
 .../java/project/JavaTargetChooserPanelGUI.form    |       10 +-
 .../java/project/JavaTargetChooserPanelGUI.java    |       84 +-
 .../java/project/NewJavaFileWizardIterator.java    |       47 +-
 .../modules/java/project/PackageDisplayUtils.java  |       23 +-
 .../java/project/ProfileProblemsProviderImpl.java  |      749 +
 .../java/project/ProjectProblemsProviders.java     |     1403 +
 .../classpath/ClassPathModifierLookupMerger.java   |      194 +
 .../org/netbeans/modules/java/project/layer.xml    |      172 +-
 .../project/resources/AnnotationType.java.template |       16 +
 .../java/project/resources/AnnotationType.template |       16 -
 .../java/project/resources/Applet.java.template    |       27 +
 .../modules/java/project/resources/Applet.template |       27 -
 .../java/project/resources/Class.java.template     |       16 +
 .../modules/java/project/resources/Class.template  |       16 -
 .../java/project/resources/Empty.java.template     |        0
 .../java/project/resources/Enum.java.template      |       16 +
 .../modules/java/project/resources/Enum.template   |       16 -
 .../java/project/resources/Exception.java.template |       30 +
 .../java/project/resources/Exception.template      |       30 -
 .../java/project/resources/Interface.java.template |       16 +
 .../java/project/resources/Interface.template      |       16 -
 .../java/project/resources/JApplet.java.template   |       28 +
 .../java/project/resources/JApplet.template        |       28 -
 .../java/project/resources/Main.java.template      |       23 +
 .../modules/java/project/resources/Main.template   |       23 -
 .../java/project/resources/Package.template        |        1 -
 .../java/project/resources/Singleton.java.template |       26 +
 .../java/project/resources/Singleton.template      |       26 -
 .../modules/java/project}/resources/jar.gif        |      Bin
 .../modules/java/project}/resources/libraries.gif  |      Bin
 .../modules/java/project/resources/main-class.png  |      Bin 0 -> 798 bytes
 .../java/project/resources/package-info.html       |        2 +-
 .../project/resources/package-info.java.template   |        8 +
 .../java/project/resources/package-info.template   |        8 -
 .../classpath/ProjectClassPathExtender.java        |       11 +-
 .../ProjectClassPathModifierImplementation.java    |       43 +-
 .../support/ProjectClassPathImplementation.java    |        3 +-
 .../support/JavadocAndSourceRootDetection.java     |      115 +-
 .../java/project/support/LookupMergerSupport.java  |       18 +-
 .../project/support/PreferredProjectPlatform.java  |      108 +
 .../support/ui/BrokenReferencesSupport.java        |      396 +-
 .../spi/java/project/support/ui/Bundle.properties  |       47 +-
 .../spi/java/project/support/ui/EditJarPanel.form  |        7 +-
 .../spi/java/project/support/ui/EditJarPanel.java  |       13 +-
 .../java/project/support/ui/EditJarSupport.java    |        6 +-
 .../support/ui/IncludeExcludeVisualizerPanel.java  |        9 +-
 .../support/ui/MakeSharableVisualPanel1.java       |       19 +-
 .../support/ui/MakeSharableVisualPanel2.java       |       75 +-
 .../java/project/support/ui/PackageRootNode.java   |      121 +-
 .../spi/java/project/support/ui/PackageView.java   |       93 +-
 .../project/support/ui/PackageViewChildren.java    |      177 +-
 .../project/support/ui/SharableLibrariesUtils.java |      145 +-
 .../spi/java/project/support/ui/TreeRootNode.java  |      447 +-
 .../support/ui/templates/JavaTemplates.java        |       48 +-
 .../project/support/ui/templates/annotation.png    |      Bin 0 -> 613 bytes
 .../java/project/support/ui/templates/class.png    |      Bin
 .../spi/java/project/support/ui/templates/enum.png |      Bin 0 -> 663 bytes
 .../project/support/ui/templates/interface.png     |      Bin 0 -> 587 bytes
 .../qa-functional/src/projects/LibrariesTest.java  |       15 +-
 .../src/projects/apitest/CreateProjectTest.java    |        7 +-
 .../src/projects/apitest/Utilities.java            |        2 -
 .../unit/data/simple-app/src/simpleapp/Clazz.java  |       39 +
 .../unit/data/simple-app/src/simpleapp/Main.java   |       39 +
 .../data/simple-app/test/simpleapp/ClazzTest.java  |       39 +
 .../modules/java/project/JavaAntLoggerTest.java    |       11 +-
 .../support/JavadocAndSourceRootDetectionTest.java |       86 +
 .../support/PreferredProjectPlatformTest.java      |      214 +
 .../java/project/support/ui/PackageViewTest.java   |      217 +-
 .../modules/java/source/ant/DeleteTask.java        |      141 +
 .../modules/java/source/ant/JavacTask.java         |        5 +-
 .../java/source/ant/TranslateClassPath.java        |       59 +-
 .../netbeans/modules/java/source/ant/antlib.xml    |        1 +
 java.source.ant/nbproject/project.properties       |        8 +-
 java.source.ant/nbproject/project.xml              |       56 +-
 .../modules/java/source/ant/ProjectRunnerImpl.java |      152 +-
 .../source/ant/resources/junit-debug-snippet.xml   |       75 +-
 .../source/ant/resources/junit-profile-snippet.xml |      172 +
 .../java/source/ant/resources/junit-snippet.xml    |       66 +-
 .../ant/resources/profile-applet-snippet.xml       |       72 +
 .../java/source/ant/resources/profile-snippet.xml  |       75 +
 .../java/source/ant/ProjectRunnerImplTest.java     |       66 +-
 java.source.queries/apichanges.xml                 |      194 +
 java.source.queries/arch.xml                       |     1137 +
 java.source.queries/build.xml                      |        5 +
 java.source.queries/manifest.mf                    |        6 +
 java.source.queries/nbproject/project.properties   |        7 +
 java.source.queries/nbproject/project.xml          |       63 +
 .../modules/java/source/queries/APIAccessor.java   |       77 +
 .../modules/java/source/queries/Bundle.properties  |        1 +
 .../modules/java/source/queries/SPIAccessor.java   |       83 +
 .../modules/java/source/queries/api/Function.java  |       56 +
 .../modules/java/source/queries/api/Queries.java   |      256 +
 .../java/source/queries/api/QueryException.java    |       64 +
 .../source/queries/api/TemplateWizardFactory.java  |       81 +
 .../modules/java/source/queries/api/Updates.java   |      160 +
 .../java/source/queries/spi/ModelOperations.java   |      220 +
 .../java/source/queries/spi/QueriesController.java |      153 +
 .../source/queries/spi/TemplateWizardProvider.java |       65 +
 .../queries/spi/QueryOperationsTestBase.java       |      762 +
 java.source.queriesimpl/build.xml                  |        5 +
 java.source.queriesimpl/manifest.mf                |        6 +
 .../nbproject/project.properties                   |        8 +
 java.source.queriesimpl/nbproject/project.xml      |      140 +
 .../java/source/queriesimpl/Bundle.properties      |        8 +
 .../source/queriesimpl/JavaOperationsImpl.java     |      563 +
 .../queriesimpl/NbTemplateWizardProviderImpl.java  |       66 +
 .../source/queriesimpl/QueriesControllerImpl.java  |      138 +
 .../source/queriesimpl/TemplateWizardIterator.java |      343 +
 .../source/queriesimpl/JavaOperationsImplTest.java |      122 +
 java.source/apichanges.xml                         |      437 +
 java.source/build.xml                              |        6 +-
 java.source/manifest.mf                            |        2 +-
 .../nbproject/org-netbeans-modules-java-source.sig |      549 +-
 java.source/nbproject/project.properties           |       90 +-
 java.source/nbproject/project.xml                  |       97 +-
 .../netbeans/api/java/source/AssignComments.java   |      292 +-
 .../org/netbeans/api/java/source/Bundle.properties |        1 +
 .../org/netbeans/api/java/source/ClassIndex.java   |      476 +-
 .../netbeans/api/java/source/ClasspathInfo.java    |      357 +-
 .../org/netbeans/api/java/source/CodeStyle.java    |      494 +-
 .../netbeans/api/java/source/CodeStyleUtils.java   |      226 +
 .../netbeans/api/java/source/CommentCollector.java |      362 +-
 .../netbeans/api/java/source/CompilationInfo.java  |       63 +-
 .../api/java/source/DocTreePathHandle.java         |      500 +
 .../netbeans/api/java/source/ElementHandle.java    |       58 +-
 .../netbeans/api/java/source/ElementUtilities.java |      312 +-
 .../api/java/source/GeneratorUtilities.java        |     1253 +-
 .../api/java/source/JavaParserResultTask.java      |       26 +-
 .../org/netbeans/api/java/source/JavaSource.java   |       60 +-
 .../api/java/source/JavaSourceTaskFactory.java     |       38 +-
 .../api/java/source/ModificationResult.java        |       98 +-
 .../org/netbeans/api/java/source/ScanUtils.java    |      560 +
 .../org/netbeans/api/java/source/SourceUtils.java  |      605 +-
 .../api/java/source/TranslateIdentifier.java       |      733 +-
 .../org/netbeans/api/java/source/TreeMaker.java    |      737 +-
 .../netbeans/api/java/source/TreePathHandle.java   |      137 +-
 .../netbeans/api/java/source/TreeUtilities.java    |      642 +-
 .../netbeans/api/java/source/TypeMirrorHandle.java |       79 +-
 .../netbeans/api/java/source/TypeUtilities.java    |       27 +-
 .../org/netbeans/api/java/source/WorkingCopy.java  |      821 +-
 .../netbeans/api/java/source/matching/Matcher.java |      202 +
 .../api/java/source/matching/Occurrence.java       |      128 +
 .../netbeans/api/java/source/matching/Pattern.java |      157 +
 .../support/CaretAwareJavaSourceTaskFactory.java   |       33 +-
 .../support/EditorAwareJavaSourceTaskFactory.java  |       29 +-
 .../support/LookupBasedJavaSourceTaskFactory.java  |       31 +-
 .../api/java/source/support/OpenedEditors.java     |       12 +-
 .../api/java/source/support/ProfileSupport.java    |      894 +
 .../api/java/source/support/ReferencesCount.java   |      295 +
 .../SelectionAwareJavaSourceTaskFactory.java       |       30 +-
 .../netbeans/modules/java/BinaryElementOpen.java   |        4 +-
 .../org/netbeans/modules/java/Bundle.properties    |        3 +-
 .../org/netbeans/modules/java/ClassDataObject.java |       28 +-
 .../org/netbeans/modules/java/JavaDataLoader.java  |       21 +-
 .../org/netbeans/modules/java/JavaDataObject.java  |      166 +-
 .../src/org/netbeans/modules/java/JavaNode.java    |      349 +-
 .../modules/java/classfile/AttachSourcePanel.form  |       56 +
 .../modules/java/classfile/AttachSourcePanel.java  |      179 +
 .../java/classfile/BinaryElementOpenImpl.java      |        6 +-
 .../modules/java/classfile/Bundle.properties       |        2 +
 .../modules/java/classfile/CodeGenerator.java      |      225 +-
 .../modules/java/classfile/SideBarFactoryImpl.java |       92 +
 .../modules/java/resources/abstract_class_file.png |      Bin 0 -> 614 bytes
 .../modules/java/resources/annotation_file.png     |      Bin 0 -> 613 bytes
 .../netbeans/modules/java/resources/enum_file.png  |      Bin 0 -> 663 bytes
 .../modules/java/resources/interface_file.png      |      Bin 0 -> 587 bytes
 .../netbeans/modules/java/source/Bundle.properties |        2 +
 .../modules/java/source/ElementHandleAccessor.java |       40 +-
 .../modules/java/source/JBrowseModule.java         |       30 +-
 .../modules/java/source/JavaSourceAccessor.java    |       51 +-
 .../netbeans/modules/java/source/JavadocEnv.java   |       93 +-
 .../modules/java/source/JavadocHelper.java         |      485 +-
 .../modules/java/source/PostFlowAnalysis.java      |       24 +-
 .../netbeans/modules/java/source/TreeLoader.java   |      245 +-
 .../java/source/builder/CommentHandlerService.java |       22 +-
 .../java/source/builder/CommentSetImpl.java        |       54 +-
 .../java/source/builder/ElementsService.java       |       23 +-
 .../modules/java/source/builder/TreeFactory.java   |      601 +-
 .../source/classpath/AptCacheForSourceQuery.java   |       36 +-
 .../java/source/classpath/AptSourcePath.java       |      267 +
 .../java/source/classpath/CacheClassPath.java      |      159 +-
 .../modules/java/source/classpath/Function.java    |       50 +
 .../modules/java/source/classpath/SourcePath.java  |      304 +-
 .../java/source/classpath/SourcePathCheck.java     |        8 +-
 .../modules/java/source/engine/Bundle.properties   |       61 -
 .../java/source/engine/FileSourceRewriter.java     |      134 -
 .../modules/java/source/engine/SourceReader.java   |       98 -
 .../modules/java/source/engine/SourceRewriter.java |      103 -
 .../java/source/engine/StringSourceRewriter.java   |       94 -
 .../modules/java/source/engine/package.html        |       48 -
 .../modules/java/source/indexing/APTUtils.java     |      222 +-
 .../modules/java/source/indexing/Bundle.properties |       42 +
 .../source/indexing/COSSynchronizingIndexer.java   |       49 +-
 .../indexing/CacheAttributesTransaction.java       |      118 +
 .../modules/java/source/indexing/CheckSums.java    |       41 +-
 .../java/source/indexing/CompileWorker.java        |       44 +-
 .../modules/java/source/indexing/FQN2Files.java    |        8 +-
 .../java/source/indexing/JavaBinaryIndexer.java    |      209 +-
 .../java/source/indexing/JavaCustomIndexer.java    |      966 +-
 .../modules/java/source/indexing/JavaIndex.java    |      217 +-
 .../java/source/indexing/JavaIndexerWorker.java    |      376 +
 .../java/source/indexing/JavaParsingContext.java   |      279 +-
 .../source/indexing/MultiPassCompileWorker.java    |      489 +-
 .../java/source/indexing/OnePassCompileWorker.java |      289 +-
 .../java/source/indexing/SourcePrefetcher.java     |      110 +
 .../source/indexing/SuperOnePassCompileWorker.java |      301 +-
 .../java/source/indexing/TransactionContext.java   |      267 +
 .../modules/java/source/matching/CopyFinder.java   |     1941 +
 .../netbeans/modules/java/source/package-info.java |       55 +
 .../source/parsing/AbstractSourceFileObject.java   |      539 +
 .../java/source/parsing/AptSourceFileManager.java  |       22 +-
 .../modules/java/source/parsing/CTSymArchive.java  |      140 +
 .../java/source/parsing/CachingArchive.java        |      323 +-
 .../source/parsing/CachingArchiveClassLoader.java  |      129 +-
 .../source/parsing/CachingArchiveProvider.java     |      241 +-
 .../java/source/parsing/CachingFileManager.java    |       40 +-
 .../modules/java/source/parsing/ClassParser.java   |       83 +-
 .../java/source/parsing/ClassParserFactory.java    |       32 +-
 .../java/source/parsing/ClasspathInfoListener.java |       12 +-
 .../java/source/parsing/CompilationInfoImpl.java   |      165 +-
 .../parsing/DefaultJavaFileObjectProvider.java     |       65 -
 .../parsing/DefaultSourceFileObjectProvider.java   |       70 +
 .../source/parsing/ErrorHandlingJavadocEnter.java  |       87 -
 .../source/parsing/FileManagerTransaction.java     |      499 +
 .../java/source/parsing/FileObjectArchive.java     |       13 +-
 .../modules/java/source/parsing/FileObjects.java   |      595 +-
 .../java/source/parsing/FindAnonymousVisitor.java  |        3 +-
 .../source/parsing/FindMethodRegionsVisitor.java   |        3 +-
 .../modules/java/source/parsing/FolderArchive.java |       61 +-
 .../parsing/ForwardingInferableJavaFileObject.java |        4 +-
 .../ForwardingPrefetchableJavaFileObject.java      |       73 +
 .../java/source/parsing/GeneratedFileMarker.java   |       62 -
 .../modules/java/source/parsing/Hacks.java         |       63 +
 .../source/parsing/JavaFileObjectProvider.java     |       80 -
 .../java/source/parsing/JavacFlowListener.java     |       88 +-
 .../modules/java/source/parsing/JavacParser.java   |      495 +-
 .../java/source/parsing/JavacParserFactory.java    |        4 +-
 .../modules/java/source/parsing/MimeTask.java      |       85 +
 .../java/source/parsing/OutputFileManager.java     |      144 +-
 .../source/parsing/PrefetchableJavaFileObject.java |       65 +
 .../java/source/parsing/ProcessorGenerated.java    |      352 +
 .../modules/java/source/parsing/ProxyArchive.java  |      174 +
 .../java/source/parsing/ProxyFileManager.java      |      668 +-
 .../java/source/parsing/SiblingProvider.java       |        1 +
 .../modules/java/source/parsing/SiblingSource.java |        7 +-
 .../java/source/parsing/SiblingSupport.java        |       31 +-
 .../java/source/parsing/SourceFileManager.java     |      187 +-
 .../java/source/parsing/SourceFileObject.java      |      481 +-
 .../source/parsing/SourceFileObjectProvider.java   |       78 +
 .../source/parsing/TranslatePositionsVisitor.java  |       26 +-
 .../java/source/parsing/WriteBackTransaction.java  |      562 +
 .../modules/java/source/pretty/CharBuffer.java     |       93 +-
 .../java/source/pretty/ImportAnalysis2.java        |       84 +-
 .../modules/java/source/pretty/VeryPretty.java     |     1474 +-
 .../modules/java/source/pretty/WidthEstimator.java |       20 +-
 .../modules/java/source/query/Bundle.properties    |       47 -
 .../modules/java/source/query/CommentSet.java      |       12 +-
 .../modules/java/source/query/package.html         |       47 -
 .../java/source/resources/Bundle.properties        |       42 +
 .../source/resources/GeneratedMethodBody.template  |       13 +
 .../source/resources/OverriddenMethodBody.template |       18 +
 .../java/source/resources/icons/initializer.png    |      Bin 353 -> 445 bytes
 .../source/resources/icons/initializerStatic.png   |      Bin 347 -> 401 bytes
 .../java/source/resources/icons/warning.png        |      Bin
 .../java/source/resources/java-mime-resolver.xml   |       57 -
 .../modules/java/source/resources/layer.xml        |       69 +-
 .../modules/java/source/save/BlockSequences.java   |      276 +
 .../modules/java/source/save/Bundle.properties     |        8 +-
 .../modules/java/source/save/CasualDiff.java       |     2901 +-
 .../modules/java/source/save/ComputeDiff.java      |      154 +-
 .../modules/java/source/save/DiffContext.java      |       53 +-
 .../modules/java/source/save/DiffFacility.java     |      109 +-
 .../modules/java/source/save/DiffUtilities.java    |      188 +
 .../modules/java/source/save/ElementOverlay.java   |      155 +-
 .../modules/java/source/save/EstimatorFactory.java |        3 +-
 .../netbeans/modules/java/source/save/Measure.java |       44 +
 .../java/source/save/PositionEstimator.java        |      246 +-
 .../modules/java/source/save/Reformatter.java      |     3185 +-
 .../modules/java/source/save/Reindenter.java       |      503 +-
 .../java/source/tasklist/CompilerSettings.java     |       93 +-
 .../java/source/transform/FieldGroupTree.java      |       10 +-
 .../transform/ImmutableDocTreeTranslator.java      |      503 +
 .../source/transform/ImmutableTreeTranslator.java  |      123 +-
 .../java/source/transform/TreeDuplicator.java      |      604 +
 .../modules/java/source/usages/BinaryAnalyser.java |     1201 +-
 .../source/usages/BuildArtifactMapperImpl.java     |      108 +-
 .../modules/java/source/usages/ClassFileUtil.java  |       41 +-
 .../source/usages/ClassIndexEventsTransaction.java |      283 +
 .../modules/java/source/usages/ClassIndexImpl.java |      121 +-
 .../java/source/usages/ClassIndexManager.java      |      285 +-
 .../java/source/usages/ClassIndexManagerEvent.java |       10 +
 .../java/source/usages/ClassPathRootsListener.java |      341 -
 .../java/source/usages/ClasspathInfoAccessor.java  |       10 +-
 .../modules/java/source/usages/DocumentUtil.java   |      123 +-
 .../netbeans/modules/java/source/usages/Pair.java  |       75 -
 .../java/source/usages/PersistentClassIndex.java   |      612 +-
 .../source/usages/PersistentIndexTransaction.java  |      164 +
 .../modules/java/source/usages/QueryUtil.java      |      113 +-
 .../modules/java/source/usages/SourceAnalyser.java |      873 -
 .../java/source/usages/SourceAnalyzerFactory.java  |     1033 +
 .../modules/java/source/usages/UsagesData.java     |      136 +
 .../source/usages/VirtualSourceProviderQuery.java  |       29 +-
 .../org/netbeans/modules/java/ui/Bundle.properties |      199 +-
 .../org/netbeans/modules/java/ui/FmtAlignment.form |       38 +-
 .../org/netbeans/modules/java/ui/FmtAlignment.java |       38 +-
 .../netbeans/modules/java/ui/FmtBlankLines.form    |      238 +-
 .../netbeans/modules/java/ui/FmtBlankLines.java    |      225 +-
 .../modules/java/ui/FmtCodeGeneration.form         |      535 +-
 .../modules/java/ui/FmtCodeGeneration.java         |      747 +-
 .../org/netbeans/modules/java/ui/FmtComments.form  |      227 +
 .../org/netbeans/modules/java/ui/FmtComments.java  |      266 +
 .../org/netbeans/modules/java/ui/FmtImports.form   |      377 +-
 .../org/netbeans/modules/java/ui/FmtImports.java   |      714 +-
 .../org/netbeans/modules/java/ui/FmtNaming.form    |      236 +
 .../org/netbeans/modules/java/ui/FmtNaming.java    |      365 +
 .../org/netbeans/modules/java/ui/FmtOptions.java   |      470 +-
 .../org/netbeans/modules/java/ui/FmtSpaces.java    |       12 +-
 .../netbeans/modules/java/ui/FmtTabsIndents.form   |       55 +-
 .../netbeans/modules/java/ui/FmtTabsIndents.java   |       38 +-
 .../org/netbeans/modules/java/ui/FmtWrapping.form  |      163 +-
 .../org/netbeans/modules/java/ui/FmtWrapping.java  |      117 +-
 .../java/generating/ConstructorElem/testRun.pass   |        5 +-
 .../test/java/generating/FieldElem/testRun.pass    |        5 +-
 .../java/generating/InitializerElem/testRun.pass   |        5 +-
 .../test/java/generating/InnerClasses/testRun.pass |        5 +-
 .../test/java/generating/MethodElem/testRun.pass   |        5 +-
 .../test/java/generating/SourceElem/testRun.pass   |        7 +-
 .../generating/SuperClassInterfaces/testRun.pass   |        5 +-
 .../gui/copypaste/ClassNodeTest/testCopyPaste.pass |       40 +-
 .../ClassNodeTest/testCopyPasteInterface.pass      |       40 +-
 .../gui/copypaste/ClassNodeTest/testCutPaste.pass  |       38 +-
 .../ClassNodeTest/testCutPasteInterface.pass       |       38 +-
 .../fiximports/FixImportsTest/testFixImports.pass  |       38 +-
 .../FixImportsTest/testFixImportsComplex.pass      |       38 +-
 .../parser/ParserTest/testCreateConstructor1.pass  |       14 +-
 .../parser/ParserTest/testCreateConstructor2.pass  |        4 +-
 .../gui/parser/ParserTest/testCreateField1.pass    |       10 +-
 .../gui/parser/ParserTest/testCreateField2.pass    |        4 +-
 .../parser/ParserTest/testCreateInnerClass1.pass   |       14 +-
 .../ParserTest/testCreateInnerInterface1.pass      |       14 +-
 .../gui/parser/ParserTest/testCreateMethod1.pass   |       14 +-
 .../gui/parser/ParserTest/testCreateMethod2.pass   |        4 +-
 .../parser/ParserTest/testCreateOuterClass1.pass   |        8 +-
 .../parser/ParserTest/testCreateOuterClass2.pass   |        4 +-
 .../ParserTest/testCreateOuterInterface1.pass      |        6 +-
 .../ParserTest/testCreateOuterInterface2.pass      |        6 +-
 .../NewFileWizardTest/testCreateAnnotation.pass    |        5 +-
 .../wizards/NewFileWizardTest/testCreateClass.pass |        7 +-
 .../wizards/NewFileWizardTest/testCreateEnum.pass  |        5 +-
 .../NewFileWizardTest/testCreateException.pass     |        8 +-
 .../NewFileWizardTest/testCreateInterface.pass     |        5 +-
 .../NewFileWizardTest/testCreateJApplet.pass       |        8 +-
 .../NewFileWizardTest/testCreateMainClass.pass     |        5 +-
 .../NewFileWizardTest/testCreatePackageInfo.pass   |        4 +-
 .../qa-functional/data/projects/default/build.xml  |        3 +-
 .../data/projects/default/nbproject/build-impl.xml |      953 +-
 .../projects/default/nbproject/genfiles.properties |        8 +-
 .../projects/default/nbproject/project.properties  |       12 +-
 .../default/src/TopLevelClassDefaultPackage.java   |       48 +-
 .../test/java/generating/javadoc/TestFile.java     |       39 +
 .../test/java/gui/copypaste/test/TestClass.java    |       38 +-
 .../java/gui/copypaste/test/TestInterface.java     |       38 +-
 .../java/gui/customizers/test/ClassCustomizer.java |       38 +-
 .../customizers/test/ConstructorCustomizer.java    |       38 +-
 .../java/gui/customizers/test/FieldCustomizer.java |       38 +-
 .../gui/customizers/test/MethodCustomizer.java     |       38 +-
 .../java/gui/errorannotations/test/TestClass.java  |       38 +-
 .../test/java/gui/fiximports/test/TestClass.java   |       38 +-
 .../java/gui/overridemethods/test/TestClass.java   |       38 +-
 .../parser/ParserTest/testCreateConstructor.java   |       36 +-
 .../gui/parser/ParserTest/testCreateField.java     |       36 +-
 .../parser/ParserTest/testCreateInnerClass.java    |       41 +-
 .../ParserTest/testCreateInnerInterface.java       |       36 +-
 .../gui/parser/ParserTest/testCreateMethod.java    |       36 +-
 .../parser/ParserTest/testCreateOuterClass.java    |       36 +-
 .../ParserTest/testCreateOuterInterface.java       |       36 +-
 .../java/gui/synchronization/test/TestClass.java   |       38 +-
 .../test/java/gui/wizards/test/TestClass.java      |       38 +-
 .../netbeans/test/java/hints/HintsTest/AllAbs.java |       40 +-
 .../test/java/hints/HintsTest/AllAbs2.java         |       40 +-
 .../test/java/hints/HintsTest/Element1.java        |       40 +-
 .../test/java/hints/HintsTest/Element2.java        |       40 +-
 .../test/java/hints/HintsTest/Imports.java         |       40 +-
 .../netbeans/test/java/hints/HintsTest/Inline.java |       39 +
 .../test/java/hints/HintsTest/RemoveImport.java    |       40 +-
 .../test/java/hints/HintsTest/Surround.java        |       39 +
 .../test/java/hints/HintsTest/addHint.java         |       40 +-
 .../test/java/hints/HintsTest/castHint.java        |       40 +-
 .../navigation/MembersViewTest/SuperClass.java     |       58 -
 .../test/java/parsing/javadoc/TestFile.java        |       39 +
 .../src/org/netbeans/test/java/rename/Rename.java  |       39 +
 .../test/java/testsources/GetClassTest.java        |       39 +-
 .../java/testsources/GetDeclaringClassTest.java    |       39 +-
 .../netbeans/test/java/testsources/InTestFS.java   |       39 +-
 .../netbeans/test/java/testsources/Remover.java    |       39 +-
 .../test/java/testsources/TopLevelClass.java       |       39 +-
 .../test/java/testsources/WalkThrough.java         |       39 +
 .../test/java/testsources/ifaces/Interface1.java   |       39 +-
 .../test/java/testsources/ifaces/Interface2.java   |       39 +-
 .../test/java/testsources/ifaces/Interface3.java   |       39 +-
 .../test/java/testsources/ifaces/Interface4.java   |       39 +-
 .../java/testsources/ifaces/OtherInterface.java    |       39 +-
 .../java/testsources/ifaces/RootInterface.java     |       39 +-
 .../src/org/netbeans/test/java/Common.java         |        1 +
 .../org/netbeans/test/java/gui/GuiUtilities.java   |        5 +-
 .../gui/errorannotations/ErrorAnnotations.java     |      174 +-
 .../test/java/gui/fiximports/FixImportsTest.java   |       49 +-
 .../netbeans/test/java/gui/parser/ParserTest.java  |      336 +-
 .../test/java/gui/wizards/NewFileWizardTest.java   |       92 +-
 .../test/java/hints/AddElementHintTest.java        |        8 +-
 .../netbeans/test/java/hints/AddImportTest.java    |       10 +-
 .../netbeans/test/java/hints/HintsTestCase.java    |       16 +-
 .../org/netbeans/test/java/hints/SurroundTest.java |       18 +-
 .../test/java/navigation/MembersOperator.java      |      531 -
 .../test/java/navigation/MembersViewTest.java      |      120 -
 .../netbeans/test/java/rename/InstantRename.java   |        2 +
 .../org/netbeans/test/java/suites/GuiSuite.java    |        2 +
 .../org/netbeans/test/java/suites/HintsSuite.java  |        8 +-
 .../netbeans/test/java/suites/NavigationSuite.java |       61 -
 .../test/java/suites/SourceGeneratingSuite.java    |        2 +
 .../org/netbeans/test/java/suites/StableSuite.java |       32 +-
 .../unit/data/ImportAnalysisDefaultPackage1.java   |       41 +-
 .../unit/data/ImportAnalysisDefaultPackage2.java   |       39 +
 .../unit/data/ImportAnalysisDefaultPackage3.java   |       43 +-
 .../codegen/LabelsTest/testIdentifiers.pass        |       21 +-
 .../unit/data/indexing/files/ConstructorTest.java  |       59 +
 .../test/unit/data/indexing/files/EmptyClass.java  |       44 +
 .../parsing/source1/ClassWithInnerClass.java       |       50 +
 .../org/netbeans/parsing/source1/TestFile.java     |       66 +
 .../org/netbeans/parsing/source2/SuperClass.java   |       88 +
 java.source/test/unit/data/jdk/JTable.java         |       40 +-
 .../test/codegen/ClassImplementingList.java        |       39 +
 .../netbeans/test/codegen/ClassWithInnerClass.java |       39 +
 .../data/org/netbeans/test/codegen/EmptyClass.java |       39 +
 .../org/netbeans/test/codegen/ImportsTest1.java    |       39 +
 .../netbeans/test/codegen/ImportsTest127486.java   |       39 +
 .../netbeans/test/codegen/ImportsTest130479.java   |       39 +
 .../org/netbeans/test/codegen/ImportsTest2.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest3.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest4.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest5.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest6.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest7.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest8.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTest9.java    |       39 +
 .../org/netbeans/test/codegen/ImportsTesta.java    |       39 +
 .../org/netbeans/test/codegen/InputStream.java     |       39 +
 .../test/codegen/SynteticDefaultConstructor.java   |       39 +
 .../data/org/netbeans/test/codegen/Tutorial1.java  |       38 +-
 .../data/org/netbeans/test/codegen/Tutorial2.java  |       38 +-
 .../test/codegen/imports157162/foo/Bar.java        |       39 +
 .../test/codegen/imports157162/foo/Foo.java        |       39 +
 .../test/codegen/imports157162/test/Test.java      |       39 +
 .../netbeans/test/codegen/imports157566/a/C.java   |       39 +
 .../netbeans/test/codegen/imports157566/b/C.java   |       39 +
 .../test/codegen/imports157566/b/Character.java    |       39 +
 .../test/codegen/imports157566/b/String.java       |       39 +
 .../test/codegen/imports157566/b/Test.java         |       39 +
 .../test/codegen/imports157566/b/Testd.java        |       39 +
 .../test/codegen/imports157566/b/Teste.java        |       39 +
 .../test/unit/data/samples1/EmptyClass.java        |       39 +
 .../data/sourceutils/TestDollarSourceName.java     |        6 +
 .../sourceutils/TestGetEnclosingTypeElement.java   |       39 +
 .../data/sourceutils/TestGetFQNsForSimpleName.java |       39 +
 .../TestGetOutermostEnclosingTypeElement.java      |       39 +
 .../sourceutils/TestInnerClassName$InnerClass.java |        9 +
 .../unit/data/sourceutils/TestInnerClassName.java  |        9 +
 .../unit/data/sourceutils/TestIsDeprecated1.java   |       39 +
 .../unit/data/sourceutils/TestIsDeprecated2.java   |       39 +
 .../api/java/source/APIIsSelfContainedTest.java    |        4 +-
 .../netbeans/api/java/source/ClassIndexTest.java   |      434 +-
 .../api/java/source/CodeStyleUtilsTest.java        |      168 +
 .../api/java/source/CommentCollectorTest.java      |      228 +-
 .../api/java/source/CompilationInfoTest.java       |       78 +
 .../api/java/source/ElementHandleTest.java         |       37 +-
 .../api/java/source/ElementUtilitiesTest.java      |      158 +
 .../api/java/source/GeneratorUtilitiesTest.java    |      449 +-
 .../java/source/JavaSourceInvalidationTest.java    |      201 +
 .../api/java/source/JavaSourceTaskFactoryTest.java |        6 +-
 .../netbeans/api/java/source/JavaSourceTest.java   |      313 +-
 .../api/java/source/ModificationResultTest.java    |       20 +
 .../netbeans/api/java/source/ScanUtilsTest.java    |      722 +
 .../netbeans/api/java/source/SourceUtilsTest.java  |      226 +-
 .../api/java/source/SourceUtilsTestUtil.java       |       41 +-
 .../api/java/source/SourceUtilsTestUtil2.java      |        1 -
 .../netbeans/api/java/source/TestUtilities.java    |       21 +-
 .../api/java/source/TestUtilitiesTest.java         |        3 +-
 .../api/java/source/TranslateIdentifierTest.java   |      118 +
 .../api/java/source/TreePathHandleTest.java        |       83 +
 .../api/java/source/TreeUtilitiesTest.java         |      112 +-
 .../api/java/source/TypeMirrorHandleTest.java      |       34 +-
 .../org/netbeans/api/java/source/UiUtilsTest.java  |        3 +-
 .../netbeans/api/java/source/WorkingCopyTest.java  |      110 +
 .../java/source/gen/AnnotationOnLocVarTest.java    |        4 +-
 .../api/java/source/gen/AnnotationTest.java        |       84 +
 .../netbeans/api/java/source/gen/ArraysTest.java   |      149 +
 .../api/java/source/gen/BodyStatementTest.java     |       41 +
 .../api/java/source/gen/ClassImplementsTest.java   |       42 +
 .../api/java/source/gen/ClassMemberTest.java       |      255 +-
 .../netbeans/api/java/source/gen/CommentsTest.java |      650 +-
 .../api/java/source/gen/CompilationUnitTest.java   |      487 +
 .../api/java/source/gen/ConstructorRenameTest.java |       42 +
 .../api/java/source/gen/ConstructorTest.java       |       97 +-
 .../netbeans/api/java/source/gen/DoctreeTest.java  |     2313 +
 .../java/source/gen/DuplicatedCommentsTest.java    |       82 +-
 .../org/netbeans/api/java/source/gen/EnumTest.java |      253 +
 .../api/java/source/gen/FieldGroupTest.java        |      453 +-
 .../api/java/source/gen/FormRegressionTest.java    |      265 +
 .../api/java/source/gen/GeneratorTestBase.java     |       28 +-
 .../java/source/gen/GeneratorTestMDRCompat.java    |       12 +-
 .../api/java/source/gen/GuardedBlockTest.java      |       89 +-
 .../org/netbeans/api/java/source/gen/IfTest.java   |      143 +
 .../api/java/source/gen/ImportAnalysis2Test.java   |      290 +-
 .../api/java/source/gen/ImportAnalysisTest.java    |       13 +
 .../netbeans/api/java/source/gen/ImportsTest.java  |       39 +
 .../api/java/source/gen/IndentAddedElemTest.java   |      133 +
 .../api/java/source/gen/InterfaceTest.java         |      193 +
 .../netbeans/api/java/source/gen/LambdaTest.java   |     1043 +
 .../api/java/source/gen/MemberAdditionTest.java    |       21 +-
 .../netbeans/api/java/source/gen/Method1Test.java  |      103 +-
 .../api/java/source/gen/MethodBodyTest.java        |      150 +
 .../java/source/gen/MethodTypeParametersTest.java  |      212 +-
 .../api/java/source/gen/ModifiersTest.java         |       45 +
 .../netbeans/api/java/source/gen/MoveTreeTest.java |      229 +-
 .../api/java/source/gen/NewClassTreeTest.java      |       41 +
 .../java/source/gen/ParallelModificationTest.java  |      169 +
 .../api/java/source/gen/ParameterizedTypeTest.java |      155 +
 .../source/gen/RefactoringRegressionsTest.java     |      157 +-
 .../netbeans/api/java/source/gen/SwitchTest.java   |       98 +
 .../api/java/source/gen/TreeTaggingTest.java       |       10 +-
 .../org/netbeans/api/java/source/gen/TryTest.java  |      383 +
 .../api/java/source/gen/TypeAnnotationTest.java    |      363 +
 .../netbeans/api/java/source/gen/VarArgsTest.java  |       53 +
 .../netbeans/api/java/source/gen/WrappingTest.java |      275 +
 .../java/source/matching/MatchingTestAccessor.java |       62 +
 .../api/java/source/performance/Utilities.java     |        2 +-
 .../java/source/support/ProfileSupportTest.java    |      411 +
 .../java/source/support/ReferencesCountTest.java   |      345 +
 .../org/netbeans/modules/java/FileToURLTest.java   |        5 +-
 .../netbeans/modules/java/JavaDataObjectTest.java  |        2 +-
 .../org/netbeans/modules/java/JavaNodeTest.java    |       66 +
 .../java/builder/CommentHandlerServiceTest.java    |        2 -
 .../modules/java/classfile/CodeGeneratorTest.java  |       90 +-
 .../modules/java/source/ClassIndexTestCase.java    |      109 +
 .../modules/java/source/PostFlowAnalysisTest.java  |      127 +
 .../org/netbeans/modules/java/source/TestUtil.java |       28 +
 .../CacheSourceForBinaryQueryImplTest.java         |        8 +-
 .../java/source/classpath/SourcePathTest.java      |       40 +-
 .../modules/java/source/indexing/APTUtilsTest.java |      400 +
 .../java/source/indexing/CheckSumsTest.java        |      109 +
 .../source/indexing/CompileWorkerTestBase.java     |      176 +
 .../source/indexing/JavaCustomIndexerTest.java     |      197 +
 .../indexing/MultiPassCompileWorkerTest.java       |       65 +
 .../source/indexing/OnePassCompileWorkerTest.java  |       64 +
 .../java/source/indexing/SourcePrefetcherTest.java |      299 +
 .../indexing/SuperOnePassCompileWorkerTest.java    |       64 +
 .../source/parsing/CachingFileManagerTest.java     |      129 +-
 .../source/parsing/CachingFolderArchiveTest.java   |        4 +-
 .../java/source/parsing/ClasspathInfoTest.java     |       41 +-
 .../java/source/parsing/FileManagerTest.java       |        9 +-
 .../java/source/parsing/FileObjectsTest.java       |       12 +-
 .../source/parsing/IndexerTransactionTest.java     |      757 +
 .../java/source/parsing/JavacParserTest.java       |      265 +-
 .../java/source/parsing/JavacParserTestUtil.java   |       61 -
 .../modules/java/source/parsing/MutableCp.java     |       93 +
 .../source/parsing/PerfJavacIntefaceGCTest.java    |        3 +-
 .../java/source/parsing/PerfResolveTest.java       |        3 +-
 .../java/source/parsing/SourceFileObjectTest.java  |        6 +-
 .../modules/java/source/save/DiffFacilityTest.java |       46 +
 .../modules/java/source/save/FormatingTest.java    |     1057 +-
 .../modules/java/source/save/ReindenterTest.java   |      104 +-
 .../modules/java/source/transform/Transformer.java |        5 +-
 .../java/source/usages/BinaryAnalyserTest.java     |      294 +-
 .../java/source/usages/ClassIndexManagerTest.java  |      144 +
 .../source/usages/ClassPathRootsListenerTest.java  |      202 -
 .../java/source/usages/CompromiseSATest.java       |        5 +-
 .../java/source/usages/LucenePerformanceTest.java  |        3 +-
 .../java/source/usages/ScanInProgressTest.java     |        3 -
 .../java/source/usages/SourceAnalyzerTest.java     |      320 +
 .../usages/VirtualSourceProviderQueryTest.java     |        3 +-
 .../lucene/support/LowMemoryWatcherAccessor.java   |       57 +
 java.sourceui/apichanges.xml                       |       17 +-
 java.sourceui/manifest.mf                          |        1 +
 .../org-netbeans-modules-java-sourceui.sig         |       16 +-
 java.sourceui/nbproject/project.properties         |       10 +-
 java.sourceui/nbproject/project.xml                |       82 +-
 .../netbeans/api/java/source/ui/Bundle.properties  |        6 +-
 .../api/java/source/ui/ElementJavadoc.java         |      362 +-
 .../netbeans/api/java/source/ui/ElementOpen.java   |      193 +-
 .../api/java/source/ui/HTMLJavadocParser.java      |      131 +-
 .../api/java/source/ui/TypeElementFinder.java      |       22 +-
 .../modules/java/source/ui/Bundle.properties       |        3 +
 .../modules/java/source/ui/FastTypeProvider.java   |      344 +
 .../modules/java/source/ui/JavaSourceUIModule.java |       58 +
 .../java/source/ui/JavaSymbolDescriptor.java       |      102 +-
 .../modules/java/source/ui/JavaSymbolProvider.java |      219 +-
 .../java/source/ui/JavaTypeDescription.java        |      223 +-
 .../modules/java/source/ui/JavaTypeProvider.java   |      665 +-
 .../java/source/ui/OpenProjectFastIndex.java       |      723 +
 .../api/java/source/ui/ElementHeadersTest.java     |       40 +-
 .../netbeans/api/java/source/ui/FileChooser.html   |      525 +
 .../api/java/source/ui/HTMLJavadocParserTest.java  |       51 +
 .../modules/java/source/ui/FastIndexTest.java      |      217 +
 .../java/source/ui/JavaTypeProviderTest.java       |      370 +
 .../netbeans/spi/jumpto/type/JumptoAccessor.java   |       63 +
 java.testrunner/build.xml                          |        5 +
 java.testrunner/manifest.mf                        |        6 +
 .../nbproject/project.properties                   |        0
 java.testrunner/nbproject/project.xml              |      167 +
 .../modules/java/testrunner/Bundle.properties      |      349 +
 .../modules/java/testrunner/CommonSettings.java    |      312 +
 .../modules/java/testrunner/CommonTestUtil.java    |      383 +
 .../netbeans/modules/java/testrunner/GuiUtils.java |      315 +
 .../netbeans/modules/java/testrunner/Utils.java    |      782 +
 .../java/testrunner/hints/CreateTestClassHint.java |      171 +
 .../testrunner/hints/CreateTestMethodsHint.java    |      177 +
 .../modules/java/testrunner/hints/Utils.java       |      194 +
 .../providers/JavaCommonSettingsProvider.java      |      205 +
 .../providers/JavaCommonTestUtilProvider.java      |       74 +
 .../testrunner/providers/JavaGuiUtilsProvider.java |      121 +
 .../testrunner/providers/JavaRootsProvider.java    |       83 +
 .../java/testrunner/CommonTestUtilTest.java        |       94 +
 javacard.apdu.io/external/apduio-license.txt       |        2 +-
 javacard.apdu.io/manifest.mf                       |        2 +-
 javacard.apdufile/manifest.mf                      |        2 +-
 javacard.apdufile/nbproject/project.properties     |        2 +
 javacard.apdufile/nbproject/project.xml            |       41 +-
 .../modules/javacard/apdufile/ApduDataObject.java  |       31 +-
 .../modules/javacard/apdufile/ApduResolver.xml     |       12 -
 .../netbeans/modules/javacard/apdufile/layer.xml   |        8 -
 javacard.common/manifest.mf                        |        2 +-
 javacard.common/nbproject/project.properties       |        2 +
 javacard.common/nbproject/project.xml              |       40 +-
 .../netbeans/modules/javacard/common/AIDPanel.form |       11 +-
 .../netbeans/modules/javacard/common/AIDPanel.java |       10 +-
 .../modules/javacard/common/Bundle.properties      |        3 +
 .../netbeans/modules/javacard/common/Utils.java    |       41 +-
 javacard.console/manifest.mf                       |        2 +-
 javacard.console/nbproject/project.properties      |        2 +
 javacard.console/nbproject/project.xml             |       14 +-
 .../modules/javacard/shell/NoWrapTextPane.java     |       44 +-
 .../modules/javacard/shell/ShellPanel.form         |        4 +-
 .../modules/javacard/shell/ShellTopComponent.form  |        4 +-
 javacard.filemodels/manifest.mf                    |        2 +-
 javacard.filemodels/nbproject/project.properties   |        2 +
 javacard.filemodels/src/com/sun/javacard/AID.java  |       11 +-
 .../src/com/sun/javacard/Bundle.properties         |        2 +-
 javacard.kit/manifest.mf                           |        2 +-
 javacard.kit/nbproject/project.xml                 |       29 +-
 javacard.kit/release/VERSION.txt                   |        2 +-
 javacard.oberthur/manifest.mf                      |        2 +-
 javacard.oberthur/nbproject/project.xml            |       16 +-
 javacard.platform.ui/manifest.mf                   |        3 +-
 javacard.platform.ui/nbproject/project.xml         |       25 +-
 .../modules/javacard/platform/ui/ServicesNode.java |        2 +
 .../modules/javacard/platform/ui/layer.xml         |       14 -
 javacard.project/catalog.xml                       |        4 -
 javacard.project/manifest.mf                       |        2 +-
 javacard.project/nbproject/project.properties      |        7 +
 javacard.project/nbproject/project.xml             |       98 +-
 .../netbeans/modules/javacard/Bundle.properties    |        1 -
 .../src/org/netbeans/modules/javacard/JCUtil.java  |       17 +-
 .../javacard/constants/ProjectPropertyNames.java   |        1 +
 .../constants/ProjectTemplateWizardKeys.java       |        1 +
 .../src/org/netbeans/modules/javacard/layer.xml    |      105 +-
 .../modules/javacard/options/Bundle.properties     |        2 +
 .../modules/javacard/options/JavacardOptions.form  |       11 +-
 .../modules/javacard/options/JavacardOptions.java  |       75 +-
 .../options/JavacardOptionsPanelController.java    |        9 +-
 .../javacard/project/BootClassPathImpl.java        |       10 +-
 .../modules/javacard/project/Bundle.properties     |        2 +
 .../modules/javacard/project/JCProject.java        |       14 +-
 .../javacard/project/JCProjectActionProvider.java  |       21 +-
 .../project/JCProjectSourceNodeFactory.java        |       26 +-
 .../javacard/project/ProcessorClasspathImpl.java   |       21 +-
 .../netbeans/modules/javacard/project/Updater.java |        3 +-
 .../project/customizer/AppletCustomizer.form       |        6 +-
 .../project/customizer/AppletCustomizer.java       |       20 +-
 .../customizer/AppletEditorUnlockPanel.form        |        7 +-
 .../customizer/AppletProjectCustomizerRun.form     |        8 +-
 .../customizer/AppletProjectCustomizerRun.java     |       58 +-
 .../javacard/project/customizer/Bundle.properties  |        1 -
 .../customizer/ClassicAppletProjectProperties.java |       26 +-
 .../project/customizer/CompilingPanel.form         |        9 +-
 .../project/customizer/CompilingPanel.java         |       70 +-
 .../customizer/CustomizeDeploymentPanel.form       |        4 +-
 .../customizer/CustomizeDeploymentPanel.java       |       76 +-
 .../project/customizer/CustomizerSources.form      |        4 +-
 .../project/customizer/DependencyCustomizer.form   |        9 +-
 .../project/customizer/DependencyCustomizer.java   |       70 +-
 .../customizer/JCProjectCategoryProvider.java      |        4 +-
 .../project/customizer/PackagingCustomizer.form    |        4 +-
 .../project/customizer/PackagingCustomizer.java    |       30 +-
 .../javacard/project/customizer/RunCustomizer.form |        7 +-
 .../project/customizer/SecurityCustomizer.form     |        6 +-
 .../project/customizer/SecurityCustomizer.java     |       90 +-
 .../javacard/project/customizer/WebCustomizer.form |       10 +-
 .../javacard/project/customizer/WebCustomizer.java |       80 +-
 .../project/customizer/WebEditorUnlockPanel.form   |        4 +-
 .../customizer/WebProjectCustomizerRun.form        |       36 +-
 .../customizer/WebProjectCustomizerRun.java        |      101 +-
 .../project/customizer/WebProjectProperties.java   |        5 +-
 .../javacard/project/deps/ArtifactKind.java        |       43 +
 .../javacard/project/deps/Bundle.properties        |        1 -
 .../project/deps/DependenciesProvider.java         |       43 +
 .../javacard/project/deps/DependencyKind.java      |        5 +-
 .../javacard/project/deps/DeploymentStrategy.java  |       43 +-
 .../project/deps/ResolvedDependencies.java         |       43 +
 .../javacard/project/deps/ResolvedDependency.java  |       44 +-
 .../ui/ChooseDeploymentStrategyPanelVisual.form    |        4 +-
 .../ui/ChooseDeploymentStrategyPanelVisual.java    |       10 +-
 .../project/deps/ui/DependenciesChildren.java      |       43 +
 .../project/deps/ui/DependenciesEditorPanel.form   |        8 +-
 .../project/deps/ui/DependenciesEditorPanel.java   |      104 +-
 .../javacard/project/deps/ui/DependenciesNode.java |       43 +
 .../project/deps/ui/DependenciesPanel.java         |       43 +
 .../project/deps/ui/DependencyDescriptor.java      |       43 +
 .../javacard/project/deps/ui/DependencyPanel.form  |        8 +-
 .../javacard/project/deps/ui/DependencyPanel.java  |      109 +-
 .../project/deps/ui/EditOneDependencyPanel.form    |        6 +-
 .../project/deps/ui/EditOneDependencyPanel.java    |       44 +-
 .../modules/javacard/project/ui/Bundle.properties  |        1 +
 .../javacard/project/ui/FileModelFactory.java      |        6 +
 .../project/ui/UnsupportedEncodingDialog.form      |        4 +-
 .../project/ui/UnsupportedEncodingDialog.java      |       24 +-
 .../modules/javacard/resources/build-impl.xsl      |       79 +-
 .../javacard/source/JavaCardErrorProcessor.java    |       19 +-
 .../modules/javacard/source/JavacardAPQI.java      |        7 +-
 .../javacard/templates/ClassicApplet.template      |        2 +-
 .../ClassicAppletDeploymentVisualPanel.form        |       12 +-
 .../ClassicAppletDeploymentVisualPanel.java        |       64 +-
 .../modules/javacard/templates/ErrorPanel.form     |        4 +-
 .../modules/javacard/templates/ErrorPanel.java     |       34 +-
 .../javacard/templates/ExtendedApplet.template     |        2 +-
 .../javacard/templates/HelloServlet.template       |        2 +-
 .../modules/javacard/templates/Servlet.template    |        2 +-
 .../templates/ServletDeploymentVisualPanel.form    |        4 +-
 .../templates/ServletDeploymentVisualPanel.java    |       70 +-
 .../templates/cap-project-template.properties      |        6 +-
 .../templates/clslib-project-template.properties   |        4 +-
 .../templates/eap-project-template.properties      |        3 +
 .../templates/extlib-project-template.properties   |        5 +-
 .../templates/web-project-template.properties      |        5 +-
 .../modules/javacard/wizard/Bundle.properties      |        1 -
 .../modules/javacard/wizard/PackageAIDPanel.form   |        7 +-
 .../modules/javacard/wizard/PackageAIDPanel.java   |       28 +-
 .../javacard/wizard/ProjectDefinitionPanel.form    |       14 +-
 .../javacard/wizard/ProjectDefinitionPanel.java    |       79 +-
 .../wizard/ProjectDefinitionWizardPanel.java       |        2 +-
 .../javacard/wizard/ProjectWizardIterator.java     |       49 +-
 .../javacard/project/deps/DependenciesTest.java    |       40 +-
 .../project/deps/ResolvedDependenciesTest.java     |       39 +
 .../external/javacard_ri-license.txt               |        2 +-
 javacard.ri.bundle/manifest.mf                     |        2 +-
 javacard.ri.bundle/nbproject/project.xml           |       14 +-
 javacard.ri.platform/manifest.mf                   |        2 +-
 javacard.ri.platform/nbproject/project.properties  |        4 +
 javacard.ri.platform/nbproject/project.xml         |       55 +-
 .../modules/javacard/ri/card/CardProperties.java   |        9 +
 .../modules/javacard/ri/card/ConditionImpl.java    |       44 +
 .../javacard/ri/card/CustomizerProvider.java       |       11 +-
 .../modules/javacard/ri/platform/CardResolver.xml  |       53 -
 .../ri/platform/JavacardPlatformResolver.xml       |       53 -
 .../modules/javacard/ri/platform/RIPlatform.java   |       63 +-
 .../ri/platform/installer/Bundle.properties        |        5 +-
 .../platform/installer/DevicePropertiesPanel.form  |        4 +-
 .../platform/installer/DevicePropertiesPanel.java  |       90 +-
 .../installer/JavacardPlatformWizardIterator.java  |       73 +-
 .../ri/platform/installer/NewDevicePanel.form      |        4 +-
 .../ri/platform/installer/NewDevicePanel.java      |       17 +-
 .../ri/platform/installer/PlatformPanel.form       |        8 +-
 .../ri/platform/installer/PlatformPanel.java       |       60 +-
 .../ri/platform/installer/RIPlatformFactory.java   |       13 +
 .../ri/platform/installer/ServersPanel.form        |        6 +-
 .../ri/platform/installer/ServersPanel.java        |       62 +-
 .../modules/javacard/ri/platform/layer.xml         |       12 -
 .../javacard/ri/platform/loader/Bundle.properties  |        1 -
 .../ri/platform/loader/CardDataObject.java         |       16 +-
 .../javacard/ri/platform/loader/DevicesForm.form   |        4 +-
 .../javacard/ri/platform/loader/DevicesForm.java   |       22 +-
 .../ri/platform/loader/PathPropertyForm.form       |        6 +-
 .../ri/platform/loader/PathPropertyForm.java       |       44 +-
 .../platform/loader/PlatformCustomizerPanel.form   |        6 +-
 .../platform/loader/PlatformCustomizerPanel.java   |       28 +-
 .../modules/javacard/ri/spi/RIPlatformUtils.java   |        6 +-
 .../javacard/ri/platform/FakeCardsFactory.java     |       39 +
 javacard.spi/manifest.mf                           |        3 +-
 javacard.spi/nbproject/project.properties          |        2 +
 javacard.spi/nbproject/project.xml                 |       63 +-
 .../javacard/api/BadPlatformOrDevicePanel.java     |        4 +-
 .../modules/javacard/api/Bundle.properties         |        1 +
 .../javacard/api/PlatformAndDevicePanel.java       |       93 +-
 .../modules/javacard/spi/CardCustomizer.java       |        4 +-
 .../javacard/spi/impl/JavacardPlatformInstall.java |        9 +-
 .../org/netbeans/modules/javacard/spi/layer.xml    |       15 -
 javadoc/manifest.mf                                |        2 +-
 javadoc/nbproject/project.properties               |        6 +-
 javadoc/nbproject/project.xml                      |       93 +-
 .../modules/javadoc/highlighting/Factory.java      |       69 +
 .../modules/javadoc/highlighting/Highlighting.java |      356 +
 .../netbeans/modules/javadoc/hints/AddTagFix.java  |      578 +-
 .../netbeans/modules/javadoc/hints/Analyzer.java   |     1271 +-
 .../modules/javadoc/hints/Bundle.properties        |       29 -
 .../org/netbeans/modules/javadoc/hints/Cancel.java |       56 +
 .../org/netbeans/modules/javadoc/hints/FixAll.java |       64 +-
 .../javadoc/hints/GenerateJavadocAction.java       |       72 +-
 .../modules/javadoc/hints/GenerateJavadocFix.java  |      198 +-
 .../netbeans/modules/javadoc/hints/HtmlTag.java    |      468 +
 .../modules/javadoc/hints/JavadocGenerator.java    |      154 +-
 .../modules/javadoc/hints/JavadocHint.java         |      326 +
 .../modules/javadoc/hints/JavadocHintProvider.java |      240 -
 .../modules/javadoc/hints/JavadocUtilities.java    |      632 +-
 .../modules/javadoc/hints/RemoveTagFix.java        |      220 +-
 .../modules/javadoc/resources/mf-layer.xml         |       11 +-
 .../modules/javadoc/search/IndexBuilder.java       |       37 +-
 .../javadoc/search/IndexOverviewAction.java        |        8 +
 .../modules/javadoc/search/IndexSearch.java        |        6 +-
 .../modules/javadoc/search/ReferencesPanel.form    |        2 +-
 .../modules/javadoc/search/ReferencesPanel.java    |       36 +-
 .../modules/javadoc/hints/AddTagFixTest.java       |      944 +-
 .../modules/javadoc/hints/Analyzer2Test.java       |      355 +
 .../modules/javadoc/hints/AnalyzerTest.java        |      130 -
 .../javadoc/hints/GenerateJavadocFixTest.java      |      188 +-
 .../modules/javadoc/hints/JavadocTestSupport.java  |      198 -
 .../modules/javadoc/hints/RemoveTagFixTest.java    |      280 +-
 javaee.api/external/javaee-api-6.0-license.txt     |        2 +-
 javaee.api/external/javaee-web-api-6.0-license.txt |        2 +-
 javaee.api/external/javax.annotation-license.txt   |        2 +-
 javaee.api/external/jaxb-api-osgi-license.txt      |        2 +-
 .../external/webservices-api-osgi-license.txt      |        2 +-
 javaee.api/manifest.mf                             |        2 +-
 .../netbeans/modules/javaee/api/javaee-api-6.0.xml |       15 +-
 .../modules/javaee/api/javaee-endorsed-api-6.0.xml |        2 +-
 .../modules/javaee/api/javaee-web-api-6.0.xml      |       15 +-
 javaee.beanvalidation/manifest.mf                  |        2 +-
 javaee.beanvalidation/nbproject/project.properties |        2 +-
 javaee.beanvalidation/nbproject/project.xml        |       51 +-
 .../javaee/beanvalidation/AbstractIterator.java    |       76 +-
 .../javaee/beanvalidation/Bundle.properties        |        2 +-
 .../ValidationConfigurationIterator.java           |        2 +-
 .../beanvalidation/resources/Constraint.template   |        2 +-
 .../beanvalidation/resources/Validator.template    |        2 +-
 javaee.injection/build.xml                         |        5 +
 javaee.injection/manifest.mf                       |        6 +
 javaee.injection/nbproject/project.properties      |        2 +
 javaee.injection/nbproject/project.xml             |       58 +
 .../modules/javaee/injection/Bundle.properties     |        2 +
 .../javaee/injection/api/InjectionTargetQuery.java |      160 +
 .../spi/InjectionTargetQueryImplementation.java    |       78 +
 javaee.project/build.xml                           |        5 +
 javaee.project/manifest.mf                         |        7 +
 javaee.project/nbproject/project.properties        |        2 +
 javaee.project/nbproject/project.xml               |      330 +
 .../modules/javaee/project/Bundle.properties       |        1 +
 .../project/api/ClientSideDevelopmentSupport.java  |      518 +
 .../project/api/JavaEEProjectSettingConstants.java |       78 +
 .../javaee/project/api/JavaEEProjectSettings.java  |      229 +
 .../api/PersistenceProviderSupplierImpl.java       |      172 +
 .../javaee/project/api/WhiteListUpdater.java       |      173 +
 .../project/api/ant/AntProjectConstants.java       |       56 +
 .../javaee/project/api/ant/AntProjectUtil.java     |       87 +
 .../project/api/ant/ArtifactCopyOnSaveSupport.java |      505 +
 .../javaee/project/api/ant/Bundle.properties       |       53 +
 .../javaee/project/api/ant/DeployOnSaveUtils.java  |      207 +
 .../javaee/project/api/ant/ui/Bundle.properties    |       46 +
 .../project/api/ant/ui/J2EEProjectProperties.java  |      558 +
 .../api/ant/ui/customizer/LicensePanelSupport.java |      152 +
 .../logicalview/AbstractLogicalViewProvider.java   |      992 +
 .../logicalview/AbstractLogicalViewProvider2.java  |       74 +
 .../api/ant/ui/logicalview/Bundle.properties       |       54 +
 .../api/ant/ui/logicalview/ExtraLibrariesNode.java |       77 +
 .../ant/ui/logicalview/ExtraLibrariesTestNode.java |       83 +
 .../api/ant/ui/logicalview/J2eePlatformNode.java   |      322 +
 .../ant/ui/logicalview/J2eePlatformTestNode.java   |      277 +
 .../project/api/ant/ui/wizard/Bundle.properties    |      215 +
 .../project/api/ant/ui/wizard/ImportBuildfile.form |       89 +
 .../project/api/ant/ui/wizard/ImportBuildfile.java |      191 +
 .../api/ant/ui/wizard/J2eeVersionWarningPanel.form |       37 +
 .../api/ant/ui/wizard/J2eeVersionWarningPanel.java |      258 +
 .../ant/ui/wizard/ProjectImportLocationPanel.form  |      342 +
 .../ant/ui/wizard/ProjectImportLocationPanel.java  |      617 +
 .../wizard/ProjectImportLocationWizardPanel.java   |      185 +
 .../api/ant/ui/wizard/ProjectLocationPanel.form    |      330 +
 .../api/ant/ui/wizard/ProjectLocationPanel.java    |      559 +
 .../ant/ui/wizard/ProjectLocationWizardPanel.java  |      127 +
 .../api/ant/ui/wizard/ProjectServerPanel.form      |      468 +
 .../api/ant/ui/wizard/ProjectServerPanel.java      |     1102 +
 .../ant/ui/wizard/ProjectServerWizardPanel.java    |      157 +
 .../javaee/project/api/ear/EarDDGenerator.java     |       95 +
 .../javaee/project/api/ui/UserProjectSettings.java |      219 +
 .../api/ui/utils/J2eePlatformUiSupport.java        |      254 +
 .../javaee/project/api/ui/utils/MessageUtils.java  |      150 +
 .../javaee/project/api/ui/utils/UIUtil.java        |       91 +
 .../project/dd/ear/ApplicationXmlVisualPanel1.form |      143 +
 .../project/dd/ear/ApplicationXmlVisualPanel1.java |      248 +
 .../dd/ear/ApplicationXmlWizardIterator.java       |      215 +
 .../project/dd/ear/ApplicationXmlWizardPanel1.java |      152 +
 .../javaee/project/dd/ear}/Bundle.properties       |        0
 .../javaee/project/dd/ear}/applicationXml.html     |        0
 .../javaee/project/hints/OptionalEE7APIsHint.java  |      141 +
 .../org/netbeans/modules/javaee/project/layer.xml  |       18 +
 .../project/spi/FrameworkServerURLMapping.java     |       78 +
 .../spi/JavaEEProjectSettingsImplementation.java   |      103 +
 .../spi/ear/EarDDGeneratorImplementation.java      |       79 +
 .../project/ui/resources/brokenProjectBadge.gif    |      Bin
 .../ui/resources/compileOnSaveDisabledBadge.gif    |      Bin
 .../modules/javaee}/project/ui/resources/error.gif |      Bin
 .../javaee}/project/ui/resources/j2eeServer.gif    |      Bin
 .../modules/javaee}/project/ui/resources/jar.gif   |      Bin
 .../javaee}/project/ui/resources/platform.gif      |      Bin
 .../project}/ui/resources/resourcesBadge.gif       |      Bin
 .../javaee}/project/ui/resources/warning.gif       |      Bin
 javaee.resources/build.xml                         |        5 +
 javaee.resources/manifest.mf                       |        5 +
 .../nbproject/project.properties                   |        0
 javaee.resources/nbproject/project.xml             |      134 +
 .../javaee/resources/api/JmsDestination.java       |       93 +
 .../javaee/resources/api/JmsDestinations.java      |       59 +
 .../modules/javaee/resources/api/JndiResource.java |       67 +
 .../resources/api/JndiResourcesDefinition.java     |       61 +
 .../api/model/JndiResourcesAbstractModel.java      |      104 +
 .../resources/api/model/JndiResourcesModel.java    |       77 +
 .../api/model/JndiResourcesModelFactory.java       |       72 +
 .../api/model/JndiResourcesModelSupport.java       |      139 +
 .../api/model/JndiResourcesModelUnit.java          |      138 +
 .../javaee/resources/api/model/Location.java       |       64 +
 .../javaee/resources/api/model/Refreshable.java    |       54 +
 .../resources/impl/model/JmsDestinationImpl.java   |      219 +
 .../resources/impl/model/JmsDestinationsImpl.java  |      123 +
 .../impl/model/JndiResourcesModelImpl.java         |       94 +
 .../JndiResourcesModelProviderFactoryImpl.java     |       65 +
 .../impl/model/JndiResourcesModelProviderImpl.java |      158 +
 .../impl/model/JndiResourcesObjectProviders.java   |      140 +
 .../impl/model/JndiResourcesValueHandlers.java     |       73 +
 .../resources/impl/model/LocationHelper.java       |      111 +
 .../javaee/resources/impl/model/LocationImpl.java  |       75 +
 .../javaee/resources/resources/Bundle.properties   |        3 +
 .../spi/model/JndiResourcesModelProvider.java      |       67 +
 .../model/JndiResourcesModelProviderFactory.java   |       60 +
 .../test/unit/data/projects/EJBModule53/build.xml  |       68 +
 .../projects/EJBModule53/nbproject/ant-deploy.xml  |        3 +
 .../projects/EJBModule53/nbproject/build-impl.xml  |        1 +
 .../EJBModule53/nbproject/genfiles.properties      |        8 +
 .../EJBModule53/nbproject/project.properties       |       75 +
 .../projects/EJBModule53/nbproject/project.xml     |       16 +
 .../EJBModule53/setup/glassfish-resources.xml      |       18 +
 .../projects/EJBModule53}/src/conf/MANIFEST.MF     |        0
 .../src/java/test/jms/MoreDefinitionBean.java      |       37 +
 .../src/java/test/jms/OneDefinitionBean.java       |       29 +
 .../src/java/test/jms/OneDefinitionClass.java      |       16 +
 .../modules/javaee/resources/TestBase.java         |      190 +
 .../api/model/JndiResourcesModelSupportTest.java   |       78 +
 javaee.specs.support/build.xml                     |        5 +
 javaee.specs.support/manifest.mf                   |        5 +
 .../nbproject/project.properties                   |        0
 javaee.specs.support/nbproject/project.xml         |      138 +
 .../specs/support/DefaultEjbSupportImpl.java       |       69 +
 .../specs/support/DefaultJmsSupportImpl.java       |       71 +
 .../javaee/specs/support/api/EjbSupport.java       |       85 +
 .../modules/javaee/specs/support/api/JaxRpc.java   |       75 +
 .../specs/support/api/JaxRpcStackSupport.java      |       84 +
 .../specs/support/api/JaxRsStackSupport.java       |      164 +
 .../modules/javaee/specs/support/api/JaxWs.java    |       91 +
 .../specs/support/api/JaxWsPoliciesSupport.java    |      163 +
 .../specs/support/api/JaxWsStackSupport.java       |      138 +
 .../javaee/specs/support/api/JmsSupport.java       |      116 +
 .../javaee/specs/support/api/JpaProvider.java      |       88 +
 .../javaee/specs/support/api/JpaSupport.java       |       81 +
 .../specs/support/bridge/AbstractJaxWsStack.java   |      142 +
 .../support/bridge/BridgingJpaSupportImpl.java     |      116 +
 .../specs/support/bridge/IdeJaxRpcStack.java       |       85 +
 .../specs/support/bridge/IdeJaxRsSupportImpl.java  |      188 +
 .../javaee/specs/support/bridge/IdeJaxWsStack.java |       58 +
 .../javaee/specs/support/bridge/JdkJaxWsStack.java |       65 +
 .../specs/support/resources/Bundle.properties      |        2 +
 .../support/spi/EjbSupportImplementation.java      |       61 +
 .../spi/JaxRsStackSupportImplementation.java       |       90 +
 .../spi/JaxWsPoliciesSupportImplementation.java    |      111 +
 .../support/spi/JmsSupportImplementation.java      |       85 +
 .../specs/support/spi/JpaProviderFactory.java      |      116 +
 .../support/spi/JpaProviderImplementation.java     |       60 +
 .../support/spi/JpaSupportImplementation.java      |       57 +
 javaee.wildfly/build.xml                           |       47 +
 javaee.wildfly/manifest.mf                         |        7 +
 javaee.wildfly/nbproject/project.properties        |      109 +
 javaee.wildfly/nbproject/project.xml               |      365 +
 .../modules/javaee/wildfly/Bundle.properties       |       78 +
 .../javaee/wildfly/ChangelogWildflyPlugin.java     |       78 +
 .../javaee/wildfly/WildflyDeploymentFactory.java   |      359 +
 .../javaee/wildfly/WildflyDeploymentManager.java   |      502 +
 .../javaee/wildfly/WildflyTargetModuleID.java      |      177 +
 .../javaee/wildfly/WrappedTargetModuleID.java      |      119 +
 .../javaee/wildfly/config/Bundle.properties        |       93 +
 .../wildfly/config/CarDeploymentConfiguration.java |      457 +
 .../wildfly/config/EarDeploymentConfiguration.java |      158 +
 .../wildfly/config/EjbDeploymentConfiguration.java |     1225 +
 .../wildfly/config/JBossDataSourceRefModifier.java |      326 +
 .../javaee/wildfly/config/JBossEjbRefModifier.java |      338 +
 .../wildfly/config/JBossMsgDestRefModifier.java    |      342 +
 .../wildfly/config/ProgressObjectSupport.java      |       81 +
 .../config/ResourceConfigurationHelper.java        |      142 +
 .../wildfly/config/WarDeploymentConfiguration.java |      623 +
 .../wildfly/config/WildflyConnectionFactory.java   |       68 +
 .../javaee/wildfly/config/WildflyDatasource.java   |      266 +
 .../wildfly/config/WildflyDatasourceManager.java   |      253 +
 .../config/WildflyDeploymentConfiguration.java     |      225 +
 .../wildfly/config/WildflyMailSessionResource.java |      126 +
 .../wildfly/config/WildflyMessageDestination.java  |       86 +
 .../config/WildflyMessageDestinationManager.java   |      200 +
 .../config/WildflyModuleConfigurationFactory.java  |      102 +
 .../wildfly/config/WildflyResourceAdapter.java     |       68 +
 .../javaee/wildfly/config/WildflySocket.java       |      100 +
 .../config/WildlfyModuleConfigurationFactory.java  |      102 +
 .../javaee/wildfly/config/ds/Bundle.properties     |       51 +
 .../wildfly/config/ds/DatasourceSupport.java       |      350 +
 .../javaee/wildfly/config/ds/gen/package-info.java |       57 +
 .../javaee/wildfly/config/gen/package-info.java    |      110 +
 .../javaee/wildfly/config/mdb/Bundle.properties    |       54 +
 .../config/mdb/MessageDestinationSupport.java      |      347 +
 .../config/xml/AbstractHierarchicalHandler.java    |       78 +
 .../wildfly/config/xml/ConfigurationParser.java    |      100 +
 .../wildfly/config/xml/ds/WildflyDataSource.java   |      108 +
 .../config/xml/ds/WildflyDatasourceHandler.java    |      112 +
 .../config/xml/ds/WildflyDatasourcesHandler.java   |      117 +
 .../wildfly/config/xml/ds/WildflyDriver.java       |       69 +
 .../config/xml/ds/WildflyDriverHandler.java        |       99 +
 .../config/xml/ds/WildflyDriversHandler.java       |       87 +
 .../config/xml/ds/WildflySecurityHandler.java      |      102 +
 .../xml/jms/WildflyMessageDestinationHandler.java  |      112 +
 .../javaee/wildfly/customizer/Bundle.properties    |      141 +
 .../javaee/wildfly/customizer/Customizer.java      |      112 +
 .../wildfly/customizer/CustomizerDataSupport.java  |      348 +
 .../javaee/wildfly/customizer/CustomizerJVM.form   |      212 +
 .../javaee/wildfly/customizer/CustomizerJVM.java   |      210 +
 .../wildfly/customizer/CustomizerSupport.java      |      775 +
 .../wildfly/customizer/WildflyTabVisualPanel.form  |       97 +
 .../wildfly/customizer/WildflyTabVisualPanel.java  |      287 +
 .../wildfly/deploy/WildflyDeploymentStatus.java    |      110 +
 .../wildfly/deploy/WildflyProgressObject.java      |      128 +
 .../modules/javaee/wildfly/ide/Bundle.properties   |      108 +
 .../javaee/wildfly/ide/JBossJaxWsStack.java        |      250 +
 .../modules/javaee/wildfly/ide/JpaSupportImpl.java |       84 +
 .../modules/javaee/wildfly/ide/JspNameUtil.java    |      164 +
 .../javaee/wildfly/ide/WildFlyFindJSPServlet.java  |      127 +
 .../wildfly/ide/WildFlyInstanceDescriptor.java     |       74 +
 .../wildfly/ide/WildflyDeploymentStatus.java       |      100 +
 .../wildfly/ide/WildflyIncrementalDeployment.java  |      218 +
 .../wildfly/ide/WildflyJ2eePlatformFactory.java    |      542 +
 .../wildfly/ide/WildflyJdbcDriverDeployer.java     |       74 +
 .../modules/javaee/wildfly/ide/WildflyKiller.java  |      197 +
 .../WildflyOptionalDeploymentManagerFactory.java   |      127 +
 .../javaee/wildfly/ide/WildflyOutputSupport.java   |      408 +
 .../javaee/wildfly/ide/WildflyProgressObject.java  |      126 +
 .../javaee/wildfly/ide/WildflyStartRunnable.java   |      511 +
 .../javaee/wildfly/ide/WildflyStartServer.java     |      399 +
 .../javaee/wildfly/ide/WildflyStopRunnable.java    |      159 +
 .../wildfly/ide/commands/Authentication.java       |      102 +
 .../javaee/wildfly/ide/commands/WildflyClient.java |     1350 +
 .../ide/commands/WildflyExplodedDeployer.java      |      265 +
 .../wildfly/ide/commands/WildflyManagementAPI.java |      362 +
 .../javaee/wildfly/ide/commands/WildflyModule.java |      120 +
 .../wildfly/ide/ui/AddServerLocationPanel.java     |      171 +
 .../ide/ui/AddServerLocationVisualPanel.java       |      355 +
 .../wildfly/ide/ui/AddServerPropertiesPanel.java   |      228 +
 .../ide/ui/AddServerPropertiesVisualPanel.java     |      584 +
 .../javaee/wildfly/ide/ui/Bundle.properties        |      109 +
 .../ide/ui/WildflyInstantiatingIterator.java       |      338 +
 .../wildfly/ide/ui/WildflyPluginProperties.java    |      221 +
 .../javaee/wildfly/ide/ui/WildflyPluginUtils.java  |      477 +
 .../javaee/wildfly/nodes/AbstractStateNode.java    |      122 +
 .../modules/javaee/wildfly/nodes/Bundle.properties |       97 +
 .../wildfly/nodes/SimplePropertySupport.java       |       70 +
 .../modules/javaee/wildfly/nodes/Util.java         |      257 +
 .../wildfly/nodes/WildflyApplicationsChildren.java |      102 +
 .../javaee/wildfly/nodes/WildflyAsyncChildren.java |       59 +
 .../nodes/WildflyConnectionFactoriesChildren.java  |      120 +
 .../nodes/WildflyConnectionFactoryNode.java        |      106 +
 .../wildfly/nodes/WildflyDatasourceNode.java       |      114 +
 .../wildfly/nodes/WildflyDatasourcesChildren.java  |      117 +
 .../WildflyDeploymentDestinationsChildren.java     |      120 +
 .../wildfly/nodes/WildflyDestinationNode.java      |       87 +
 .../wildfly/nodes/WildflyDestinationsChildren.java |      117 +
 .../wildfly/nodes/WildflyEarApplicationNode.java   |      125 +
 .../nodes/WildflyEarApplicationsChildren.java      |      118 +
 .../wildfly/nodes/WildflyEarModulesChildren.java   |      126 +
 .../wildfly/nodes/WildflyEjbComponentNode.java     |      105 +
 .../nodes/WildflyEjbComponentsChildren.java        |      122 +
 .../javaee/wildfly/nodes/WildflyEjbModuleNode.java |      107 +
 .../wildfly/nodes/WildflyEjbModulesChildren.java   |      117 +
 .../javaee/wildfly/nodes/WildflyItemNode.java      |      141 +
 .../javaee/wildfly/nodes/WildflyJmsChildren.java   |       90 +
 .../wildfly/nodes/WildflyMailSessionNode.java      |      118 +
 .../wildfly/nodes/WildflyMailSessionsChildren.java |      118 +
 .../javaee/wildfly/nodes/WildflyManagerNode.java   |      254 +
 .../wildfly/nodes/WildflyRegistryNodeFactory.java  |       67 +
 .../wildfly/nodes/WildflyResourceAdapterNode.java  |      105 +
 .../nodes/WildflyResourceAdaptersChildren.java     |      120 +
 .../wildfly/nodes/WildflyResourcesChildren.java    |      102 +
 .../wildfly/nodes/WildflyResourcesItemNode.java    |      112 +
 .../javaee/wildfly/nodes/WildflyTargetNode.java    |       70 +
 .../nodes/WildflyWebApplicationsChildren.java      |      130 +
 .../javaee/wildfly/nodes/WildflyWebModuleNode.java |      143 +
 .../javaee/wildfly/nodes/actions/Bundle.properties |       56 +
 .../wildfly/nodes/actions/KillServerAction.java    |      103 +
 .../wildfly/nodes/actions/OpenServerLogAction.java |      117 +
 .../wildfly/nodes/actions/OpenURLAction.java       |      110 +
 .../wildfly/nodes/actions/OpenURLActionCookie.java |       56 +
 .../nodes/actions/RefreshModulesAction.java        |      101 +
 .../nodes/actions/RefreshModulesCookie.java        |       56 +
 .../javaee/wildfly/nodes/actions/Refreshable.java  |       54 +
 .../wildfly/nodes/actions/ShowAdminToolAction.java |      114 +
 .../wildfly/nodes/actions/StartModuleAction.java   |      118 +
 .../wildfly/nodes/actions/StartModuleCookie.java   |       59 +
 .../nodes/actions/StartModuleCookieImpl.java       |      113 +
 .../wildfly/nodes/actions/StopModuleAction.java    |      121 +
 .../wildfly/nodes/actions/StopModuleCookie.java    |       59 +
 .../nodes/actions/StopModuleCookieImpl.java        |      114 +
 .../nodes/actions/UndeployModuleAction.java        |      116 +
 .../nodes/actions/UndeployModuleCookie.java        |       59 +
 .../nodes/actions/UndeployModuleCookieImpl.java    |      119 +
 .../nodes/actions/WildflyEditConfigAction.java     |       96 +
 .../javaee/wildfly/resources/Bundle.properties     |       60 +
 .../javaee/wildfly/resources/EntityBean.png        |      Bin 0 -> 754 bytes
 .../javaee/wildfly/resources/MessageBean.png       |      Bin 0 -> 790 bytes
 .../javaee/wildfly/resources/ResNodeNodeIcon.gif   |      Bin 0 -> 703 bytes
 .../javaee/wildfly/resources/SessionBean.png       |      Bin 0 -> 817 bytes
 .../wildfly/resources/application-client_7.xsd     |      331 +
 .../modules/javaee/wildfly/resources/connector.gif |      Bin 0 -> 535 bytes
 .../javaee/wildfly/resources/datasources_1_1.xsd   |      946 +
 .../modules/javaee/wildfly/resources/eap.gif       |      Bin 0 -> 324 bytes
 .../modules/javaee/wildfly/resources/javaee_6.xsd  |     2422 +
 .../modules/javaee/wildfly/resources/javaee_7.xsd  |     3098 +
 .../wildfly/resources/javaee_web_services_1_3.xsd  |      572 +
 .../resources/javaee_web_services_client_1_3.xsd   |      737 +
 .../modules/javaee/wildfly/resources/javamail.gif  |      Bin 0 -> 152 bytes
 .../javaee/wildfly/resources/jboss-app_4_0.dtd     |      129 +
 .../javaee/wildfly/resources/jboss-app_7_0.xsd     |      123 +
 .../wildfly/resources/jboss-as-config_2_0.xsd      |     3598 +
 .../jboss-as-messaging-deployment_1_0.xsd          |      122 +
 .../wildfly/resources/jboss-as-messaging_2_0.xsd   |     1145 +
 .../javaee/wildfly/resources/jboss-as-web_2_0.xsd  |      439 +
 .../javaee/wildfly/resources/jboss-client_4_0.dtd  |      199 +
 .../javaee/wildfly/resources/jboss-common_6_0.xsd  |      572 +
 .../javaee/wildfly/resources/jboss-ds_1_5.dtd      |      427 +
 .../javaee/wildfly/resources/jboss-service_4_0.dtd |      287 +
 .../javaee/wildfly/resources/jboss-web_4_0.dtd     |      429 +
 .../javaee/wildfly/resources/jboss-web_7_2.xsd     |      854 +
 .../modules/javaee/wildfly/resources/jboss_4_0.dtd |     1627 +
 .../modules/javaee/wildfly/resources/jdbc.gif      |      Bin 0 -> 600 bytes
 .../modules/javaee/wildfly/resources/jms.gif       |      Bin 0 -> 588 bytes
 .../modules/javaee/wildfly/resources/jndi.gif      |      Bin 0 -> 508 bytes
 .../modules/javaee/wildfly/resources/jsp_2_2.xsd   |      389 +
 .../modules/javaee/wildfly/resources/layer.xml     |      102 +
 .../modules/javaee/wildfly/resources/nbdep.xml     |       53 +
 .../modules/javaee/wildfly/resources}/wait.gif     |      Bin
 .../javaee/wildfly/resources/web-app_3_0.xsd       |      281 +
 .../javaee/wildfly/resources/web-common_3_0.xsd    |     1584 +
 .../javaee/wildfly/resources/web-fragment_3_0.xsd  |      281 +
 .../wildfly/resources/wildfly-datasources_2_0.xsd  |     1035 +
 .../wildfly/resources/wildfly-undertow_1_0.xsd     |      282 +
 .../modules/javaee/wildfly/resources/wildfly.png   |      Bin 0 -> 891 bytes
 .../modules/javaee/wildfly/resources/xml.xsd       |      287 +
 .../javaee/wildfly/util/ProgressEventSupport.java  |       94 +
 .../javaee/wildfly/util/WildFlyProperties.java     |      325 +
 .../qa-functional/data/JBoss4EjbTest}/build.xml    |        0
 .../data/JBoss4EjbTest/nbproject/build-impl.xml    |      466 +
 .../JBoss4EjbTest/nbproject/genfiles.properties    |        8 +
 .../JBoss4EjbTest/nbproject/project.properties     |       49 +
 .../data/JBoss4EjbTest/nbproject/project.xml       |       16 +
 .../data/JBoss4EjbTest}/src/conf/MANIFEST.MF       |        0
 .../data/JBoss4EjbTest/src/conf/ejb-jar.xml        |       42 +
 .../data/JBoss4EjbTest/src/conf/jboss.xml          |        2 +
 .../src/java/ejb/SessionTest2Bean.java             |       65 +
 .../src/java/ejb/SessionTest2Local.java            |       13 +
 .../src/java/ejb/SessionTest2LocalBusiness.java    |       11 +
 .../src/java/ejb/SessionTest2LocalHome.java        |       16 +
 .../src/java/ejb/SessionTest2Remote.java           |       13 +
 .../src/java/ejb/SessionTest2RemoteBusiness.java   |       11 +
 .../src/java/ejb/SessionTest2RemoteHome.java       |       17 +
 .../src/java/ejb/SessionTestBean.java              |       65 +
 .../src/java/ejb/SessionTestLocal.java             |       13 +
 .../src/java/ejb/SessionTestLocalBusiness.java     |       11 +
 .../src/java/ejb/SessionTestLocalHome.java         |       16 +
 .../qa-functional/data/JBoss4WebTest/build.xml     |       64 +
 .../data/JBoss4WebTest/nbproject/build-impl.xml    |      606 +
 .../JBoss4WebTest/nbproject/genfiles.properties    |        8 +
 .../JBoss4WebTest/nbproject/project.properties     |       66 +
 .../data/JBoss4WebTest/nbproject/project.xml       |       18 +
 .../data/JBoss4WebTest}/src/conf/MANIFEST.MF       |        0
 .../data/JBoss4WebTest/src/java/web/Test.java      |       68 +
 .../data/JBoss4WebTest/web/WEB-INF/jboss-web.xml   |        5 +
 .../data/JBoss4WebTest/web/WEB-INF/web.xml         |       21 +
 .../qa-functional/data/JBoss4WebTest/web/index.jsp |       36 +
 .../TestDeployDebugWebApp/nbproject/build-impl.xml |      547 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       65 +
 .../TestDeployDebugWebApp/nbproject/project.xml    |       18 +
 .../TestDeployDebugWebApp}/src/conf/MANIFEST.MF    |        0
 .../web/WEB-INF/jboss-web.xml                      |        4 +
 .../TestDeployDebugWebApp}/web/WEB-INF/web.xml     |        0
 .../data/TestDeployDebugWebApp/web/index.jsp       |       36 +
 .../data/ejb/nbproject/build-impl.xml              |      432 +
 .../data/ejb/nbproject/genfiles.properties         |        8 +
 .../data/ejb/nbproject/project.properties          |       48 +
 .../qa-functional/data/ejb/nbproject/project.xml   |       16 +
 .../qa-functional/data/ejb/src/conf/ejb-jar.xml    |       58 +
 .../test/qa-functional/data/ejb/src/conf/jboss.xml |       10 +
 .../ejb/src/java/com/titan/cabin/CabinBean.java    |       67 +
 .../src/java/com/titan/cabin/CabinHomeRemote.java  |       14 +
 .../ejb/src/java/com/titan/cabin/CabinRemote.java  |       17 +
 .../netbeans/test/javaee/lib/ProgressOperator.java |      142 +
 .../src/org/netbeans/test/javaee/lib/Util.java     |      324 +
 .../test/javaee/wildfly/JBossValidation.java       |      307 +
 .../javaee/wildfly/ide/ui/JBPluginUtilsTest.java   |       63 +
 javaee7.api/build.xml                              |       49 +
 javaee7.api/external/binaries-list                 |        7 +
 javaee7.api/external/javaee-api-7.0-license.txt    |      270 +
 .../external/javaee-web-api-7.0-license.txt        |      680 +
 .../external/javax.annotation-api-license.txt      |      270 +
 .../external/javax.xml.soap-api-license.txt        |      270 +
 javaee7.api/external/jaxb-api-osgi-license.txt     |      719 +
 javaee7.api/external/jaxws-api-license.txt         |      719 +
 javaee7.api/external/jsr181-api-license.txt        |      270 +
 javaee7.api/manifest.mf                            |        7 +
 javaee7.api/nbproject/project.properties           |       57 +
 javaee7.api/nbproject/project.xml                  |       55 +
 .../netbeans/modules/javaee7/api/Bundle.properties |       51 +
 .../modules/javaee7/api/javaee-api-7.0.xml         |       66 +
 .../javaee7/api/javaee-endorsed-api-7.0.xml        |       70 +
 .../modules/javaee7/api/javaee-web-api-7.0.xml     |       66 +
 .../src/org/netbeans/modules/javaee7/api/layer.xml |       62 +
 javaewah.dummy/build.xml                           |       13 +
 javaewah.dummy/manifest.mf                         |        1 +
 .../nbproject/project.properties                   |        0
 javaewah.dummy/nbproject/project.xml               |       15 +
 javafx2.editor/build.xml                           |        5 +
 javafx2.editor/manifest.mf                         |        6 +
 javafx2.editor/nbproject/project.properties        |       54 +
 javafx2.editor/nbproject/project.xml               |      407 +
 .../modules/javafx2/editor/Bundle.properties       |       54 +
 .../modules/javafx2/editor/ErrorHintProvider.java  |      126 +
 .../netbeans/modules/javafx2/editor/ErrorMark.java |      148 +
 .../modules/javafx2/editor/ErrorReporter.java      |       53 +
 .../modules/javafx2/editor/FXMLCompletion2.java    |      225 +
 .../modules/javafx2/editor/FXMLCompletionItem.java |      173 +
 .../modules/javafx2/editor/JavaFXEditorUtils.java  |      138 +
 .../editor/actions/ControllerFileMaker.java        |      310 +
 .../editor/actions/ControllerGenerator.java        |      797 +
 .../editor/actions/FieldsWithTypeParams.java       |       26 +
 .../editor/actions/GenerateControllerAction.java   |      210 +
 .../editor/codegen/AddFxPropertyConfig.java        |      133 +
 .../codegen/AddJavaFXPropertyCodeGenerator.java    |      204 +
 .../editor/codegen/AddJavaFXPropertyMaker.java     |      272 +
 .../javafx2/editor/codegen/AddPropertyPanel.form   |      321 +
 .../javafx2/editor/codegen/AddPropertyPanel.java   |      872 +
 .../javafx2/editor/codegen/Bundle.properties       |       66 +
 .../javafx2/editor/codegen/GeneratorUtils.java     |      162 +
 .../editor/completion/beans/BeanModelBuilder.java  |      806 +
 .../editor/completion/beans/BuilderResolver.java   |       60 +
 .../editor/completion/beans/FSBuilderResolver.java |       70 +
 .../javafx2/editor/completion/beans/FxBean.java    |      556 +
 .../editor/completion/beans/FxBeanCache.java       |      289 +
 .../editor/completion/beans/FxBeanProvider.java    |       73 +
 .../editor/completion/beans/FxDefinition.java      |       75 +
 .../editor/completion/beans/FxDefinitionKind.java  |       81 +
 .../javafx2/editor/completion/beans/FxEvent.java   |      139 +
 .../editor/completion/beans/FxProperty.java        |      191 +
 .../completion/beans/SimpleBuilderResolver.java    |       71 +
 .../completion/impl/AbstractCompletionItem.java    |      200 +
 .../completion/impl/AttachedPropertyItem.java      |      180 +
 .../editor/completion/impl/Bundle.properties       |       46 +
 .../editor/completion/impl/ClassCompleter.java     |      488 +
 .../editor/completion/impl/ClassItemFactory.java   |       58 +
 .../completion/impl/ClassItemFactoryBase.java      |       64 +
 .../javafx2/editor/completion/impl/Completer.java  |       97 +
 .../editor/completion/impl/CompletionContext.java  |     1638 +
 .../editor/completion/impl/CompletionUtils.java    |      161 +
 .../editor/completion/impl/ConstantCompleter.java  |      118 +
 .../editor/completion/impl/EnumValueCompleter.java |      159 +
 .../editor/completion/impl/EventCompleter.java     |      179 +
 .../completion/impl/EventCompletionItem.java       |      139 +
 .../completion/impl/FxCopyReferenceCompleter.java  |      206 +
 .../editor/completion/impl/FxIdCompleter.java      |      139 +
 .../editor/completion/impl/FxIncludeCompleter.java |      107 +
 .../editor/completion/impl/FxInstructionItem.java  |      119 +
 .../completion/impl/HandlerMethodCompleter.java    |      146 +
 .../completion/impl/IdReferenceCompleter.java      |      135 +
 .../editor/completion/impl/ImportCompleter.java    |      196 +
 .../editor/completion/impl/InstanceCompleter.java  |      146 +
 .../editor/completion/impl/PackageItem.java        |       88 +
 .../editor/completion/impl/PropertyCompleter.java  |      258 +
 .../completion/impl/PropertyElementItem.java       |      209 +
 .../completion/impl/ResourcePathCompleter.java     |      290 +
 .../editor/completion/impl/ResourcePathItem.java   |       97 +
 .../editor/completion/impl/SimpleClassItem.java    |      217 +
 .../completion/impl/StaticPropertyCompleter.java   |      326 +
 .../editor/completion/impl/ValueClassItem.java     |      203 +
 .../javafx2/editor/completion/impl/ValueItem.java  |      105 +
 .../completion/model/CompoundCharSequence.java     |      118 +
 .../javafx2/editor/completion/model/Dummy.java     |       76 +
 .../editor/completion/model/EventHandler.java      |      189 +
 .../editor/completion/model/FxClassUtils.java      |      199 +
 .../javafx2/editor/completion/model/FxInclude.java |      100 +
 .../editor/completion/model/FxInstance.java        |      177 +
 .../editor/completion/model/FxInstanceCopy.java    |       89 +
 .../javafx2/editor/completion/model/FxModel.java   |      415 +
 .../editor/completion/model/FxNewInstance.java     |      137 +
 .../javafx2/editor/completion/model/FxNode.java    |      179 +
 .../editor/completion/model/FxNodeVisitor.java     |      230 +
 .../editor/completion/model/FxObjectBase.java      |      114 +
 .../editor/completion/model/FxReference.java       |      104 +
 .../editor/completion/model/FxScriptFragment.java  |      127 +
 .../editor/completion/model/FxTreeUtilities.java   |      228 +
 .../editor/completion/model/FxXmlSymbols.java      |      234 +
 .../editor/completion/model/FxmlParserResult.java  |      124 +
 .../editor/completion/model/HasContent.java        |       52 +
 .../editor/completion/model/HasResource.java       |       66 +
 .../editor/completion/model/ImportDecl.java        |      122 +
 .../editor/completion/model/LanguageDecl.java      |       82 +
 .../editor/completion/model/MapProperty.java       |       78 +
 .../editor/completion/model/PropertySetter.java    |      151 +
 .../editor/completion/model/PropertyValue.java     |      114 +
 .../editor/completion/model/StaticProperty.java    |       95 +
 .../editor/completion/model/TextPositions.java     |       86 +
 .../javafx2/editor/completion/model/XmlNode.java   |       90 +
 .../editor/completion/model/XmlTreeNode.java       |       85 +
 .../editor/css/JavaFXCSSCompletionItem.java        |      134 +
 .../javafx2/editor/css/JavaFXCSSModule.java        |      239 +
 .../modules/javafx2/editor/css/javafx2.properties  |      343 +
 .../modules/javafx2/editor/fxml/Bundle.properties  |       42 +
 .../javafx2/editor/fxml/FXMLDataObject.java        |      100 +
 .../javafx2/editor/fxml/FXMLEditAction.java        |      121 +
 .../javafx2/editor/fxml/FXMLHyperlinkProvider.java |      231 +
 .../javafx2/editor/fxml/FXMLMultiViewHelper.java   |       71 +
 .../javafx2/editor/fxml/FXMLOpenAction.java        |      146 +
 .../javafx2/editor/fxml/FxmlSchemaCatalog.java     |      154 +
 .../javafx2/editor/parser/BuildEnvironment.java    |      159 +
 .../javafx2/editor/parser/FxModelBuilder.java      |     1333 +
 .../javafx2/editor/parser/FxParserTask.java        |       78 +
 .../modules/javafx2/editor/parser/FxmlParser.java  |      238 +
 .../javafx2/editor/parser/FxmlParserFactory.java   |       62 +
 .../javafx2/editor/parser/ModelAccessor.java       |      154 +
 .../javafx2/editor/parser/ModelBuilderStep.java    |       52 +
 .../modules/javafx2/editor/parser/NodeInfo.java    |      261 +
 .../editor/parser/ScriptEmbeddingProvider.java     |      284 +
 .../editor/parser/processors/EventResolver.java    |      232 +
 .../editor/parser/processors/ImportProcessor.java  |      328 +
 .../editor/parser/processors/IncludeResolver.java  |      159 +
 .../parser/processors/NamedInstancesCollector.java |      149 +
 .../editor/parser/processors/PropertyResolver.java |      351 +
 .../parser/processors/ReferenceResolver.java       |      139 +
 .../editor/parser/processors/ScriptResolver.java   |      160 +
 .../editor/parser/processors/TypeResolver.java     |      279 +
 .../editor/parser/processors/ValueChecker.java     |      121 +
 .../modules/javafx2/editor/resources/class.gif     |      Bin 0 -> 326 bytes
 .../modules/javafx2/editor}/resources/class.png    |      Bin
 .../javafx2/editor/resources}/error-glyph.gif      |      Bin
 .../modules/javafx2/editor/resources/event.png     |      Bin 0 -> 3234 bytes
 .../modules/javafx2/editor/resources/fxml.xsd      |       98 +
 .../javafx2/editor/resources/fxmlObject.png        |      Bin 0 -> 486 bytes
 .../editor/resources/generate_controller.png       |      Bin
 .../modules/javafx2/editor/resources/handler.png   |      Bin
 .../javafx2/editor/resources/instruction.png       |      Bin 0 -> 785 bytes
 .../editor/resources/javafxicon-disabled.png       |      Bin 0 -> 656 bytes
 .../javafx2/editor/resources/javafxicon.png        |      Bin 0 -> 656 bytes
 .../modules/javafx2/editor/resources/layer.xml     |      145 +
 .../javafx2/editor/resources/map-property.png      |      Bin 0 -> 723 bytes
 .../modules/javafx2/editor/resources/package.gif   |      Bin
 .../javafx2/editor/resources/property-static.png   |      Bin 0 -> 366 bytes
 .../modules/javafx2/editor/resources/property.png  |      Bin
 .../javafx2/editor/resources/system-property.png   |      Bin 0 -> 785 bytes
 .../javafx2/editor/resources/variable_ref.png      |      Bin 0 -> 433 bytes
 .../modules/javafx2/editor}/resources/warning.gif  |      Bin
 .../modules/javafx2/editor/sax/ContentLocator.java |      113 +
 .../javafx2/editor/sax/SequenceContentHandler.java |       64 +
 .../modules/javafx2/editor/sax/XmlLexerParser.java |     1279 +
 .../modules/javafx2/editor/spi/FXMLOpener.java     |       56 +
 .../editor/FXMLCompletionTest/1.6/simpleTest.pass  |       10 +
 .../editor/FXMLCompletionTest/1.6/simpleTest2.pass |        8 +
 .../editor/FXMLCompletionTest/1.7/simpleTest.pass  |       10 +
 .../editor/FXMLCompletionTest/1.7/simpleTest2.pass |        8 +
 .../beans/BeanModelBuilderTest/AnchorPane.pass     |      132 +
 .../1.6/completeOpeningBrace.pass                  |       61 +
 .../1.6/completePartialMiddle.pass                 |        5 +
 .../1.6/completePartialName.pass                   |        4 +
 .../1.6/completePartialNameWithAttributes.pass     |        5 +
 .../1.6/completeSubclassShallow.pass               |        6 +
 .../1.6/qualifiedClassNoImports.pass               |        5 +
 .../ClassCompleterTest/1.6/replaceClassTag.pass    |       59 +
 .../1.6/rootEmptyCompletionDeep.pass               |       99 +
 .../1.6/rootEmptyCompletionShallow.pass            |       47 +
 .../1.6/startInDefaultProperty.pass                |       78 +
 .../1.6/testReplaceClassTag.out2                   |       30 +
 .../ClassCompleterTest/completeOpeningBrace2.pass  |       30 +
 .../ClassCompleterTest/completePartialMiddle2.pass |       30 +
 .../completePartialMiddleWithAttributes2.pass      |       30 +
 .../ClassCompleterTest/completePartialName2.pass   |       30 +
 .../completePartialNameWithAttributes2.pass        |       30 +
 .../completeSubclassShallow2.pass                  |       30 +
 .../qualifiedClassNoImports2.pass                  |        2 +
 .../impl/ClassCompleterTest/replaceClassTag2.pass  |       30 +
 .../replaceClassTagWithAttributes2.pass            |       30 +
 .../ClassCompleterTest/replaceSelfClosedTag2.pass  |       30 +
 .../rootEmptyCompletionDeep2.pass                  |        8 +
 .../rootEmptyCompletionShallow2.pass               |        8 +
 .../startInDefaultProperty2.pass                   |       30 +
 .../impl/ImportCompleterTest/1.6/firstImport.pass  |       99 +
 .../1.6/firstImportStartInstruction.pass           |        1 +
 .../ImportCompleterTest/1.6/importAfterRoot.pass   |        0
 .../ImportCompleterTest/1.6/importBeforeRoot.pass  |        0
 .../1.6/importInMiddleOfInstructions.pass          |        1 +
 .../ImportCompleterTest/1.6/importInsideRoot.pass  |       75 +
 .../1.6/importJavaSubpackages.pass                 |       13 +
 .../ImportCompleterTest/1.6/partialImport.pass     |        1 +
 .../impl/ImportCompleterTest/1.6/tlPackages.pass   |        9 +
 .../impl/ImportCompleterTest/firstImport2.pass     |        2 +
 .../importJavaSubpackages2.pass                    |        2 +
 .../impl/ImportCompleterTest/tlPackages2.pass      |        2 +
 .../1.6/addElementChildPropertyBrace.pass          |      221 +
 .../1.6/addFirstChildElementProperty.pass          |       74 +
 .../1.6/addFirstElementProperty.pass               |       14 +
 .../1.6/addPropertySuffix.pass                     |        1 +
 .../1.6/elementFollowingBrace.pass                 |      121 +
 .../PropertyCompleterTest/1.6/elementSuffix.pass   |        2 +
 .../1.6/newAttributeAfterTag.pass                  |       33 +
 .../1.6/replaceAttribute.pass                      |        2 +
 .../1.6/replaceElementProperty.pass                |      124 +
 .../addElementChildPropertyBrace2.pass             |       18 +
 .../addFirstChildElementProperty2.pass             |       18 +
 .../addFirstElementProperty2.pass                  |       22 +
 .../addPropertyAfterAttribute2.pass                |       20 +
 .../addPropertyBeforeBrace2.pass                   |       20 +
 .../PropertyCompleterTest/addPropertySuffix2.pass  |       20 +
 .../elementFollowingBrace2.pass                    |       22 +
 .../elementPrecedingBrace2.pass                    |       22 +
 .../elementPropertyBrace2.pass                     |       22 +
 .../impl/PropertyCompleterTest/elementSuffix2.pass |       22 +
 .../PropertyCompleterTest/mapPropertyElement2.pass |       22 +
 .../newAttributeAfterTag2.pass                     |       20 +
 .../newAttributeBeforeValue2.pass                  |       20 +
 .../PropertyCompleterTest/replaceAttribute2.pass   |       20 +
 .../replaceElementProperty2.pass                   |       22 +
 .../parser/FxmlBuilderTest/BrokenAttributes.pass   |       88 +
 .../parser/FxmlBuilderTest/BrokenElements.pass     |       84 +
 .../parser/FxmlBuilderTest/BrokenHierarchy.pass    |       86 +
 .../parser/FxmlBuilderTest/DefinedBeans.pass       |       81 +
 .../parser/FxmlBuilderTest/IncompletePi.pass       |       78 +
 .../parser/FxmlParserTest/DefinitionsResolved.pass |       79 +
 .../editor/parser/FxmlParserTest/InlineScript.pass |       68 +
 .../parser/FxmlParserTest/UnresolvedThings.pass    |        5 +
 .../sax/XMLLexerParserTest/BrokenAttributes.pass   |       53 +
 .../sax/XMLLexerParserTest/BrokenElements.pass     |       51 +
 .../sax/XMLLexerParserTest/BrokenHierarchy.pass    |       53 +
 .../sax/XMLLexerParserTest/IncompletePi.pass       |       53 +
 .../editor/sax/XMLLexerParserTest/Parser.pass      |       53 +
 .../editor/sax/XMLLexerParserTest/XmlEntities.pass |       59 +
 .../editor/actions/FieldsWithTypeParams.java       |       26 +
 .../beans/BeanModelBuilderTest/AnchorPane.fxml     |       31 +
 .../completion/data/ClassCompleterTest/empty.fxml  |        8 +
 .../data/ClassCompleterTest/incomplete1.fxml       |       29 +
 .../data/ClassCompleterTest/noImports.fxml         |        2 +
 .../data/ClassCompleterTest/sample1.fxml           |       30 +
 .../completion/data/ImportCompleterTest/empty.fxml |        2 +
 .../data/ImportCompleterTest/imports.fxml          |       13 +
 .../data/ImportCompleterTest/importsAndRoot.fxml   |       13 +
 .../data/PropertyCompleterTest/sample1.fxml        |       22 +
 .../data/PropertyCompleterTest/sample2.fxml        |       18 +
 .../javafx2/editor/completion/data/Simple.fxml     |       31 +
 .../javafx2/editor/completion/impl/Empty.fxml      |        8 +
 .../javafx2/editor/completion/impl/Parser.fxml     |       31 +
 .../javafx2/editor/completion/impl/Simple.fxml     |       45 +
 .../editor/parser/FxmlBuilderTest/BaseLoad.fxml    |       31 +
 .../parser/FxmlBuilderTest/BrokenAttributes.fxml   |       31 +
 .../parser/FxmlBuilderTest/BrokenElements.fxml     |       31 +
 .../parser/FxmlBuilderTest/BrokenHierarchy.fxml    |       32 +
 .../parser/FxmlBuilderTest/DefinedBeans.fxml       |       35 +
 .../parser/FxmlBuilderTest/IncompletePi.fxml       |       31 +
 .../parser/FxmlBuilderTest/MismatchedElements.fxml |       31 +
 .../parser/FxmlParserTest/DefinitionsResolved.fxml |       35 +
 .../editor/parser/FxmlParserTest/InlineScript.fxml |       33 +
 .../parser/FxmlParserTest/ParserInvocation.fxml    |       31 +
 .../parser/FxmlParserTest/UnresolvedThings.fxml    |       35 +
 .../sax/XMLLexerParserTest/BrokenAttributes.fxml   |       31 +
 .../sax/XMLLexerParserTest/BrokenElements.fxml     |       31 +
 .../sax/XMLLexerParserTest/BrokenHierarchy.fxml    |       32 +
 .../sax/XMLLexerParserTest/IncompletePi.fxml       |       31 +
 .../sax/XMLLexerParserTest/MismatchedElements.fxml |       31 +
 .../editor/sax/XMLLexerParserTest/Parser.fxml      |       31 +
 .../editor/sax/XMLLexerParserTest/XmlEntities.fxml |       33 +
 .../javafx2/editor/FXMLCompletionTestBase.java     |      445 +
 .../modules/javafx2/editor/GoldenFileTestBase.java |      128 +
 .../editor/actions/ControllerGeneratorTest.java    |      179 +
 .../AddJavaFXPropertyCodeGeneratorTest.java        |       60 +
 .../completion/beans/BeanModelBuilderTest.java     |      170 +
 .../editor/completion/impl/ClassCompleterTest.java |      199 +
 .../completion/impl/CompletionContextTest.java     |      311 +
 .../completion/impl/ImportCompleterTest.java       |      109 +
 .../completion/impl/PropertyCompleterTest.java     |      176 +
 .../javafx2/editor/css/JavaFXCSSModuleTest.java    |      173 +
 .../javafx2/editor/parser/FxmlBuilderTest.java     |      170 +
 .../javafx2/editor/parser/FxmlParserTest.java      |      158 +
 .../javafx2/editor/parser/PrintVisitor.java        |      144 +
 .../javafx2/editor/sax/XMLLexerParserTest.java     |      246 +
 .../netbeans/modules/javafx2/editor/test/layer.xml |       71 +
 javafx2.kit/build.xml                              |        5 +
 javafx2.kit/manifest.mf                            |        5 +
 .../nbproject/project.properties                   |        0
 javafx2.kit/nbproject/project.xml                  |       73 +
 {web.kit => javafx2.kit}/release/VERSION.txt       |        0
 .../netbeans/modules/javafx2/kit/Bundle.properties |        6 +
 javafx2.platform/build.xml                         |        5 +
 javafx2.platform/manifest.mf                       |        7 +
 javafx2.platform/nbproject/project.properties      |        2 +
 javafx2.platform/nbproject/project.xml             |      129 +
 .../modules/javafx2/platform/Bundle.properties     |        6 +
 .../javafx2/platform/JavaFXPlatformJavadoc.java    |      278 +
 .../javafx2/platform/JavaFxDefaultJavadocImpl.java |       87 +
 .../javafx2/platform/JavaFxDefaultSourcesImpl.java |      103 +
 .../platform/PlatformPropertiesHandler.java        |       70 +
 .../netbeans/modules/javafx2/platform/Utils.java   |      195 +
 .../javafx2/platform/api/JavaFXPlatformUtils.java  |      227 +
 .../platform/api/JavaFxRuntimeInclusion.java       |      266 +
 .../netbeans/modules/javafx2/platform/layer.xml    |       14 +
 javafx2.project/build.xml                          |        5 +
 javafx2.project/manifest.mf                        |        6 +
 javafx2.project/nbproject/project.properties       |        4 +
 javafx2.project/nbproject/project.xml              |      346 +
 .../modules/javafx2/project/Bundle.properties      |      334 +
 .../javafx2/project/ChooseOtherPlatformPanel.form  |       67 +
 .../javafx2/project/ChooseOtherPlatformPanel.java  |      177 +
 .../modules/javafx2/project/J2SEProjectType.java   |       57 +
 .../modules/javafx2/project/JFXActionProvider.java |      461 +
 .../javafx2/project/JFXGeneratedFilesHelper.java   |      225 +
 .../project/JFXGeneratedFilesInterceptor.java      |      149 +
 .../javafx2/project/JFXPlatformUpdater.java        |      114 +
 .../javafx2/project/JFXProjectConfigurations.java  |     2928 +
 .../javafx2/project/JFXProjectGenerator.java       |      791 +
 .../javafx2/project/JFXProjectIconAnnotator.java   |      174 +
 .../javafx2/project/JFXProjectOpenedHook.java      |      339 +
 .../javafx2/project/JFXProjectPlatformFilter.java  |      102 +
 .../javafx2/project/JFXProjectProblems.java        |      350 +
 .../javafx2/project/JFXProjectProperties.java      |     1914 +
 .../modules/javafx2/project/JFXProjectUtils.java   |     1786 +
 .../javafx2/project/JFXRecommendedTemplates.java   |       71 +
 .../project/JavaFXProjectWizardIterator.java       |      541 +
 .../javafx2/project/PanelConfigureProject.java     |      140 +
 .../project/PanelConfigureProjectVisual.form       |       60 +
 .../project/PanelConfigureProjectVisual.java       |      191 +
 .../javafx2/project/PanelIncludesExcludes.java     |      120 +
 .../javafx2/project/PanelOptionsVisual.form        |      421 +
 .../javafx2/project/PanelOptionsVisual.java        |      823 +
 .../project/PanelProjectLocationExtSrc.form        |      209 +
 .../project/PanelProjectLocationExtSrc.java        |      463 +
 .../project/PanelProjectLocationVisual.form        |      156 +
 .../project/PanelProjectLocationVisual.java        |      414 +
 .../javafx2/project/PanelSourceFolders.form        |       86 +
 .../javafx2/project/PanelSourceFolders.java        |      365 +
 .../modules/javafx2/project/SettingsPanel.java     |       59 +
 .../modules/javafx2/project/WizardSettings.java    |      106 +
 .../javafx2/project/api/JavaFXProjectUtils.java    |       95 +
 .../modules/javafx2/project/fxml/Bundle.properties |      132 +
 .../project/fxml/ConfigureFXMLCSSPanelVisual.form  |      290 +
 .../project/fxml/ConfigureFXMLCSSPanelVisual.java  |      707 +
 .../fxml/ConfigureFXMLControllerPanelVisual.form   |      290 +
 .../fxml/ConfigureFXMLControllerPanelVisual.java   |      734 +
 .../project/fxml/ConfigureFXMLPanelVisual.form     |      175 +
 .../project/fxml/ConfigureFXMLPanelVisual.java     |      496 +
 .../fxml/FXMLTemplateAttributesProvider.java       |      102 +
 .../project/fxml/FXMLTemplateWizardIterator.java   |      666 +
 .../javafx2/project/fxml/SourceGroupSupport.java   |      460 +
 .../org/netbeans/modules/javafx2/project/layer.xml |      193 +
 .../modules/javafx2/project/resources/build.xsl    |      129 +
 .../javafx2/project/templates/CSS_empty.template   |        7 +
 .../modules/javafx2/project/templates/FXML.html    |       49 +
 .../project/templates/FXML_controller.template     |       29 +
 .../javafx2/project/templates/FXML_fxml.template   |       34 +
 .../javafx2/project/templates/FXML_java_1.template |       39 +
 .../javafx2/project/templates/FXML_java_2.template |       37 +
 .../modules/javafx2/project/templates/FXMain.html  |       49 +
 .../javafx2/project/templates/FXMain.template      |       52 +
 .../javafx2/project/templates/FXPreloader.html     |       53 +
 .../javafx2/project/templates/FXPreloader.template |       54 +
 .../javafx2/project/templates/FXSwingMain.html     |       49 +
 .../javafx2/project/templates/FXSwingMain.template |       92 +
 .../project/templates/FXSwingTemplate.html_        |       11 +
 .../project/templates/FXSwingTemplateApplet.jnlp_  |       21 +
 .../templates/FXSwingTemplateApplication.jnlp_     |       19 +
 .../javafx2/project/templates/JavaFXApp.html       |       53 +
 .../project/templates/JavaFXExistingSources.html   |       54 +
 .../javafx2/project/templates/JavaFXMLApp.html     |       56 +
 .../project/templates/JavaFXPreloaderApp.html      |       56 +
 .../javafx2/project/templates/JavaFXSwingApp.html  |       53 +
 .../project/templates/NewProjectFXML.template      |       18 +
 .../javafx2/project/templates/jfx-impl.xml_        |     4007 +
 .../modules/javafx2/project/ui/Bundle.properties   |      409 +
 .../project/ui/JFXApplicationCategoryProvider.java |       81 +
 .../project/ui/JFXApplicationClassChooser.form     |       89 +
 .../project/ui/JFXApplicationClassChooser.java     |      299 +
 .../ui/JFXApplicationMultiPropertyPanel.form       |      163 +
 .../ui/JFXApplicationMultiPropertyPanel.java       |      297 +
 .../javafx2/project/ui/JFXApplicationPanel.form    |       66 +
 .../javafx2/project/ui/JFXApplicationPanel.java    |      134 +
 .../project/ui/JFXDeploymentCategoryProvider.java  |      125 +
 .../javafx2/project/ui/JFXDeploymentPanel.form     |      737 +
 .../javafx2/project/ui/JFXDeploymentPanel.java     |      852 +
 .../javafx2/project/ui/JFXDownloadModePanel.form   |       67 +
 .../javafx2/project/ui/JFXDownloadModePanel.java   |      244 +
 .../modules/javafx2/project/ui/JFXIconsPanel.form  |      279 +
 .../modules/javafx2/project/ui/JFXIconsPanel.java  |      570 +
 .../project/ui/JFXJavaScriptCallbacksPanel.form    |       96 +
 .../project/ui/JFXJavaScriptCallbacksPanel.java    |      206 +
 .../project/ui/JFXPackagingCategoryProvider.java   |       85 +
 .../javafx2/project/ui/JFXPackagingPanel.form      |      100 +
 .../javafx2/project/ui/JFXPackagingPanel.java      |      181 +
 .../ui/JFXPreloaderChooserVisualPanel1.form        |      100 +
 .../ui/JFXPreloaderChooserVisualPanel1.java        |      140 +
 .../project/ui/JFXPreloaderChooserWizard.java      |      126 +
 .../ui/JFXPreloaderChooserWizardIterator.java      |      210 +
 .../ui/JFXPreloaderChooserWizardPanel1.java        |      136 +
 .../ui/JFXPreloaderChooserWizardPanel2.java        |      330 +
 .../javafx2/project/ui/JFXRequestRuntimePanel.form |       66 +
 .../javafx2/project/ui/JFXRequestRuntimePanel.java |      153 +
 .../javafx2/project/ui/JFXRunCategoryProvider.java |       80 +
 .../modules/javafx2/project/ui/JFXRunPanel.form    |     1046 +
 .../modules/javafx2/project/ui/JFXRunPanel.java    |     2057 +
 .../javafx2/project/ui/JFXSigningPanel.form        |      282 +
 .../javafx2/project/ui/JFXSigningPanel.java        |      382 +
 .../project/ui/JSEApplicationClassChooser.form     |      287 +
 .../project/ui/JSEApplicationClassChooser.java     |      704 +
 .../project/ui/JSEDeploymentCategoryExtender.java  |      134 +
 .../javafx2/project/ui/JSEDeploymentPanel.form     |      124 +
 .../javafx2/project/ui/JSEDeploymentPanel.java     |      275 +
 .../javafx2/project/ui/PlatformsComboBoxModel.java |      107 +
 .../javafx2/project/ui/RuntimeComboBox.form        |       42 +
 .../javafx2/project/ui/RuntimeComboBox.java        |      486 +
 .../modules/javafx2/project/ui/resources/info.png  |      Bin 0 -> 766 bytes
 .../javafx2/project/ui/resources/jfx_overlay.png   |      Bin 0 -> 407 bytes
 .../javafx2/project/ui/resources/jfx_project.png   |      Bin 0 -> 804 bytes
 .../javafx2/project/ui/resources/jfxicon.png       |      Bin 0 -> 600 bytes
 .../javafx2/project/ui/resources/jfxjava.png       |      Bin 0 -> 749 bytes
 .../ui/resources/toggle_absolute_relative.png      |      Bin 0 -> 623 bytes
 .../javafx2/project/NewJavaFX2FilesTest.java       |      110 +
 .../javafx2/project/NewJavaFX2ProjectTest.java     |      122 +
 .../modules/javafx2/project/TestUtils.java         |      189 +
 .../org/netbeans/junit/ide/FXProjectSupport.java   |      148 +
 .../netbeans/junit/ide/FXProjectSupportTest.java   |      114 +
 .../src/org/netbeans/junit/ide/JDKSetupTest.java   |      329 +
 .../modules/javafx2/project/JFXConfigsTest.java    |      530 +
 .../modules/javafx2/project/ProjectTypeTest.java   |      142 +
 .../modules/javafx2/project/UpdateJFXImplTest.java |      458 +
 .../project/ui/JFXApplicationClassChooserTest.java |      338 +
 javafx2.samples/AdvancedMedia/build.xml            |       62 +
 .../AdvancedMedia}/manifest.mf                     |        0
 .../AdvancedMedia/nbproject/genfiles.properties    |        8 +
 .../AdvancedMedia/nbproject/jfx-impl.xml           |     3993 +
 .../AdvancedMedia/nbproject/project.properties     |      108 +
 .../AdvancedMedia/nbproject/project.xml            |       27 +
 .../src/advancedmedia/AdvancedMedia.java           |      467 +
 .../src/advancedmedia/pausebutton.png              |      Bin 0 -> 107 bytes
 .../AdvancedMedia/src/advancedmedia/playbutton.png |      Bin 0 -> 131 bytes
 javafx2.samples/AudioVisualizer3D/build.xml        |       62 +
 .../AudioVisualizer3D}/manifest.mf                 |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../AudioVisualizer3D/nbproject/jfx-impl.xml       |     3993 +
 .../AudioVisualizer3D/nbproject/project.properties |      108 +
 .../AudioVisualizer3D/nbproject/project.xml        |       27 +
 .../src/audiovisualizer3d/AudioVisualizer3D.java   |      251 +
 javafx2.samples/BrickBreaker/build.xml             |       62 +
 .../BrickBreaker}/manifest.mf                      |        0
 .../BrickBreaker/nbproject/genfiles.properties     |        8 +
 .../BrickBreaker/nbproject/jfx-impl.xml            |     3993 +
 .../BrickBreaker/nbproject/project.properties      |      104 +
 javafx2.samples/BrickBreaker/nbproject/project.xml |       27 +
 .../BrickBreaker/src/brickbreaker/Ball.java        |       70 +
 .../BrickBreaker/src/brickbreaker/Bat.java         |       97 +
 .../BrickBreaker/src/brickbreaker/Bonus.java       |       94 +
 .../BrickBreaker/src/brickbreaker/Brick.java       |      121 +
 .../BrickBreaker/src/brickbreaker/Config.java      |      199 +
 .../BrickBreaker/src/brickbreaker/Level.java       |      670 +
 .../BrickBreaker/src/brickbreaker/LevelData.java   |      228 +
 .../BrickBreaker/src/brickbreaker/Main.java        |      149 +
 .../BrickBreaker/src/brickbreaker/Splash.java      |      211 +
 .../BrickBreaker/src/brickbreaker/Utils.java       |       55 +
 .../src/brickbreaker/images/desktop/background.png |      Bin 0 -> 244713 bytes
 .../src/brickbreaker/images/desktop/ball/ball0.png |      Bin 0 -> 3345 bytes
 .../src/brickbreaker/images/desktop/ball/ball1.png |      Bin 0 -> 3669 bytes
 .../src/brickbreaker/images/desktop/ball/ball2.png |      Bin 0 -> 3905 bytes
 .../src/brickbreaker/images/desktop/ball/ball3.png |      Bin 0 -> 4597 bytes
 .../src/brickbreaker/images/desktop/ball/ball4.png |      Bin 0 -> 2362 bytes
 .../src/brickbreaker/images/desktop/ball/ball5.png |      Bin 0 -> 2712 bytes
 .../src/brickbreaker/images/desktop/bat/center.png |      Bin 0 -> 3175 bytes
 .../src/brickbreaker/images/desktop/bat/left.png   |      Bin 0 -> 965 bytes
 .../src/brickbreaker/images/desktop/bat/right.png  |      Bin 0 -> 1030 bytes
 .../brickbreaker/images/desktop/bonus/ballfast.png |      Bin 0 -> 1935 bytes
 .../brickbreaker/images/desktop/bonus/ballgrow.png |      Bin 0 -> 5320 bytes
 .../images/desktop/bonus/ballreduce.png            |      Bin 0 -> 2716 bytes
 .../brickbreaker/images/desktop/bonus/ballslow.png |      Bin 0 -> 1465 bytes
 .../brickbreaker/images/desktop/bonus/batgrow.png  |      Bin 0 -> 1703 bytes
 .../images/desktop/bonus/batreduce.png             |      Bin 0 -> 1763 bytes
 .../brickbreaker/images/desktop/bonus/catch.png    |      Bin 0 -> 5053 bytes
 .../images/desktop/bonus/extralife.png             |      Bin 0 -> 2462 bytes
 .../brickbreaker/images/desktop/bonus/strike.png   |      Bin 0 -> 5272 bytes
 .../src/brickbreaker/images/desktop/brick/blue.png |      Bin 0 -> 2823 bytes
 .../brickbreaker/images/desktop/brick/broken1.png  |      Bin 0 -> 3165 bytes
 .../brickbreaker/images/desktop/brick/broken2.png  |      Bin 0 -> 3418 bytes
 .../brickbreaker/images/desktop/brick/brown.png    |      Bin 0 -> 2452 bytes
 .../src/brickbreaker/images/desktop/brick/cyan.png |      Bin 0 -> 2490 bytes
 .../brickbreaker/images/desktop/brick/green.png    |      Bin 0 -> 2940 bytes
 .../src/brickbreaker/images/desktop/brick/grey.png |      Bin 0 -> 2174 bytes
 .../brickbreaker/images/desktop/brick/magenta.png  |      Bin 0 -> 3061 bytes
 .../brickbreaker/images/desktop/brick/orange.png   |      Bin 0 -> 2816 bytes
 .../src/brickbreaker/images/desktop/brick/red.png  |      Bin 0 -> 3020 bytes
 .../brickbreaker/images/desktop/brick/violet.png   |      Bin 0 -> 2975 bytes
 .../brickbreaker/images/desktop/brick/white.png    |      Bin 0 -> 2923 bytes
 .../brickbreaker/images/desktop/brick/yellow.png   |      Bin 0 -> 3120 bytes
 .../src/brickbreaker/images/desktop/gameover.png   |      Bin 0 -> 27906 bytes
 .../src/brickbreaker/images/desktop/logo.png       |      Bin 0 -> 18793 bytes
 .../src/brickbreaker/images/desktop/ready.png      |      Bin 0 -> 18554 bytes
 .../brickbreaker/images/desktop/splash/breaker.png |      Bin 0 -> 72849 bytes
 .../images/desktop/splash/breakershadow.png        |      Bin 0 -> 15378 bytes
 .../brickbreaker/images/desktop/splash/brick.png   |      Bin 0 -> 56416 bytes
 .../images/desktop/splash/brickshadow.png          |      Bin 0 -> 12620 bytes
 .../images/desktop/splash/pressanykey.png          |      Bin 0 -> 8162 bytes
 .../images/desktop/splash/pressanykeyshadow.png    |      Bin 0 -> 11388 bytes
 .../brickbreaker/images/desktop/splash/strike.png  |      Bin 0 -> 32609 bytes
 .../images/desktop/splash/strikeshadow.png         |      Bin 0 -> 9336 bytes
 .../src/brickbreaker/images/desktop/splash/sun.png |      Bin 0 -> 45422 bytes
 .../src/brickbreaker/images/desktop/vline.png      |      Bin 0 -> 1877 bytes
 javafx2.samples/ChangeListener/build.xml           |       62 +
 .../ChangeListener}/manifest.mf                    |        0
 .../ChangeListener/nbproject/genfiles.properties   |        8 +
 .../ChangeListener/nbproject/jfx-impl.xml          |     3993 +
 .../ChangeListener/nbproject/project.properties    |      108 +
 .../ChangeListener/nbproject/project.xml           |       27 +
 .../src/changelistener/ChangeListener.java         |      132 +
 javafx2.samples/ChartAdvancedArea/build.xml        |       62 +
 .../ChartAdvancedArea}/manifest.mf                 |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../ChartAdvancedArea/nbproject/jfx-impl.xml       |     3993 +
 .../ChartAdvancedArea/nbproject/project.properties |      108 +
 .../ChartAdvancedArea/nbproject/project.xml        |       27 +
 .../src/chartadvancedarea/ChartAdvancedArea.java   |       99 +
 javafx2.samples/ChartAdvancedBar/build.xml         |       62 +
 .../ChartAdvancedBar}/manifest.mf                  |        0
 .../ChartAdvancedBar/nbproject/genfiles.properties |        8 +
 .../ChartAdvancedBar/nbproject/jfx-impl.xml        |     3993 +
 .../ChartAdvancedBar/nbproject/project.properties  |      108 +
 .../ChartAdvancedBar/nbproject/project.xml         |       27 +
 .../src/chartadvancedbar/ChartAdvancedBar.java     |      112 +
 javafx2.samples/ChartAdvancedPie/build.xml         |       62 +
 .../ChartAdvancedPie}/manifest.mf                  |        0
 .../ChartAdvancedPie/nbproject/genfiles.properties |        8 +
 .../ChartAdvancedPie/nbproject/jfx-impl.xml        |     3993 +
 .../ChartAdvancedPie/nbproject/project.properties  |      108 +
 .../ChartAdvancedPie/nbproject/project.xml         |       27 +
 .../src/chartadvancedpie/ChartAdvancedPie.java     |       84 +
 javafx2.samples/ChartAdvancedScatter/build.xml     |       62 +
 .../ChartAdvancedScatter}/manifest.mf              |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../ChartAdvancedScatter/nbproject/jfx-impl.xml    |     3993 +
 .../nbproject/project.properties                   |      108 +
 .../ChartAdvancedScatter/nbproject/project.xml     |       27 +
 .../chartadvancedscatter/ChartAdvancedScatter.java |       93 +
 javafx2.samples/ChartAdvancedScatterLive/build.xml |       62 +
 .../ChartAdvancedScatterLive}/manifest.mf          |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/jfx-impl.xml                         |     3993 +
 .../nbproject/project.properties                   |      108 +
 .../ChartAdvancedScatterLive/nbproject/project.xml |       27 +
 .../ChartAdvancedScatterLive.java                  |      144 +
 javafx2.samples/ChartAdvancedStockLine/build.xml   |       62 +
 .../ChartAdvancedStockLine}/manifest.mf            |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../ChartAdvancedStockLine/nbproject/jfx-impl.xml  |     3993 +
 .../nbproject/project.properties                   |      108 +
 .../ChartAdvancedStockLine/nbproject/project.xml   |       27 +
 .../ChartAdvancedStockLine.java                    |      187 +
 javafx2.samples/ChartAudioArea/build.xml           |       62 +
 .../ChartAudioArea}/manifest.mf                    |        0
 .../ChartAudioArea/nbproject/genfiles.properties   |        8 +
 .../ChartAudioArea/nbproject/jfx-impl.xml          |     3993 +
 .../ChartAudioArea/nbproject/project.properties    |      108 +
 .../ChartAudioArea/nbproject/project.xml           |       27 +
 .../src/chartaudioarea/ChartAudioArea.java         |      148 +
 javafx2.samples/ChartAudioBar/build.xml            |       62 +
 .../ChartAudioBar}/manifest.mf                     |        0
 .../ChartAudioBar/nbproject/genfiles.properties    |        8 +
 .../ChartAudioBar/nbproject/jfx-impl.xml           |     3993 +
 .../ChartAudioBar/nbproject/project.properties     |      108 +
 .../ChartAudioBar/nbproject/project.xml            |       27 +
 .../src/chartaudiobar/ChartAudioBar.java           |      157 +
 javafx2.samples/ChartLine/build.xml                |       62 +
 .../ChartLine}/manifest.mf                         |        0
 .../ChartLine/nbproject/genfiles.properties        |        8 +
 javafx2.samples/ChartLine/nbproject/jfx-impl.xml   |     3993 +
 .../ChartLine/nbproject/project.properties         |      108 +
 javafx2.samples/ChartLine/nbproject/project.xml    |       27 +
 .../ChartLine/src/chartline/ChartLine.java         |       97 +
 javafx2.samples/ColorPicker/build.xml              |       62 +
 .../ColorPicker}/manifest.mf                       |        0
 .../ColorPicker/nbproject/genfiles.properties      |        8 +
 javafx2.samples/ColorPicker/nbproject/jfx-impl.xml |     3993 +
 .../ColorPicker/nbproject/project.properties       |      117 +
 javafx2.samples/ColorPicker/nbproject/project.xml  |       25 +
 .../src/colorpicker/ColorPickerDemo.java           |      104 +
 javafx2.samples/ColorfulCircles/build.xml          |       62 +
 .../ColorfulCircles}/manifest.mf                   |        0
 .../ColorfulCircles/nbproject/genfiles.properties  |        8 +
 .../ColorfulCircles/nbproject/jfx-impl.xml         |     3993 +
 .../ColorfulCircles/nbproject/project.properties   |      108 +
 .../ColorfulCircles/nbproject/project.xml          |       27 +
 .../src/colorfulcircles/ColorfulCircles.java       |      177 +
 javafx2.samples/CreateAdvancedStage/build.xml      |       62 +
 .../CreateAdvancedStage}/manifest.mf               |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../CreateAdvancedStage/nbproject/jfx-impl.xml     |     3993 +
 .../nbproject/project.properties                   |      108 +
 .../CreateAdvancedStage/nbproject/project.xml      |       27 +
 .../createadvancedstage/CreateAdvancedStage.java   |      184 +
 javafx2.samples/Cube3D/build.xml                   |       62 +
 .../Cube3D}/manifest.mf                            |        0
 .../Cube3D/nbproject/genfiles.properties           |        8 +
 javafx2.samples/Cube3D/nbproject/jfx-impl.xml      |     3993 +
 .../Cube3D/nbproject/project.properties            |      108 +
 javafx2.samples/Cube3D/nbproject/project.xml       |       27 +
 javafx2.samples/Cube3D/src/cube3d/Cube3D.java      |      189 +
 javafx2.samples/CubeSystem3D/build.xml             |       62 +
 .../CubeSystem3D}/manifest.mf                      |        0
 .../CubeSystem3D/nbproject/genfiles.properties     |        8 +
 .../CubeSystem3D/nbproject/jfx-impl.xml            |     3993 +
 .../CubeSystem3D/nbproject/project.properties      |      108 +
 javafx2.samples/CubeSystem3D/nbproject/project.xml |       27 +
 .../src/cubesystem3d/CubeSystem3D.java             |      329 +
 javafx2.samples/DigitalClock/build.xml             |       62 +
 .../DigitalClock}/manifest.mf                      |        0
 .../DigitalClock/nbproject/genfiles.properties     |        8 +
 .../DigitalClock/nbproject/jfx-impl.xml            |     3993 +
 .../DigitalClock/nbproject/project.properties      |      104 +
 javafx2.samples/DigitalClock/nbproject/project.xml |       27 +
 .../src/digitalclock/DigitalClock-background.png   |      Bin 0 -> 65586 bytes
 .../src/digitalclock/DigitalClock.java             |      227 +
 javafx2.samples/DisplayShelf/build.xml             |       62 +
 .../DisplayShelf}/manifest.mf                      |        0
 .../DisplayShelf/nbproject/genfiles.properties     |        8 +
 .../DisplayShelf/nbproject/jfx-impl.xml            |     3993 +
 .../DisplayShelf/nbproject/project.properties      |      108 +
 javafx2.samples/DisplayShelf/nbproject/project.xml |       27 +
 .../src/displayshelf/DisplayShelf.java             |      327 +
 .../DisplayShelf/src/displayshelf/animal1.jpg      |      Bin 0 -> 22036 bytes
 .../DisplayShelf/src/displayshelf/animal10.jpg     |      Bin 0 -> 15301 bytes
 .../DisplayShelf/src/displayshelf/animal11.jpg     |      Bin 0 -> 9792 bytes
 .../DisplayShelf/src/displayshelf/animal12.jpg     |      Bin 0 -> 14031 bytes
 .../DisplayShelf/src/displayshelf/animal13.jpg     |      Bin 0 -> 13076 bytes
 .../DisplayShelf/src/displayshelf/animal14.jpg     |      Bin 0 -> 9954 bytes
 .../DisplayShelf/src/displayshelf/animal2.jpg      |      Bin 0 -> 15219 bytes
 .../DisplayShelf/src/displayshelf/animal3.jpg      |      Bin 0 -> 17102 bytes
 .../DisplayShelf/src/displayshelf/animal4.jpg      |      Bin 0 -> 11994 bytes
 .../DisplayShelf/src/displayshelf/animal5.jpg      |      Bin 0 -> 9101 bytes
 .../DisplayShelf/src/displayshelf/animal6.jpg      |      Bin 0 -> 11130 bytes
 .../DisplayShelf/src/displayshelf/animal7.jpg      |      Bin 0 -> 14321 bytes
 .../DisplayShelf/src/displayshelf/animal8.jpg      |      Bin 0 -> 13182 bytes
 .../DisplayShelf/src/displayshelf/animal9.jpg      |      Bin 0 -> 16592 bytes
 javafx2.samples/FXML-LoginDemo/README.TXT          |       46 +
 javafx2.samples/FXML-LoginDemo/build.xml           |       62 +
 .../FXML-LoginDemo}/manifest.mf                    |        0
 .../FXML-LoginDemo/nbproject/genfiles.properties   |        8 +
 .../FXML-LoginDemo/nbproject/jfx-impl.xml          |     3993 +
 .../FXML-LoginDemo/nbproject/project.properties    |      108 +
 .../FXML-LoginDemo/nbproject/project.xml           |       27 +
 .../FXML-LoginDemo/src/demo/CoarseGrid.png         |      Bin 0 -> 973 bytes
 javafx2.samples/FXML-LoginDemo/src/demo/Login.css  |      119 +
 .../FXML-LoginDemo/src/demo/LoginController.java   |       87 +
 .../FXML-LoginDemo/src/demo/LoginLogo.png          |      Bin 0 -> 10440 bytes
 javafx2.samples/FXML-LoginDemo/src/demo/Main.java  |      103 +
 .../FXML-LoginDemo/src/demo/ProfileController.java |      131 +
 javafx2.samples/FXML-LoginDemo/src/demo/login.fxml |       44 +
 .../FXML-LoginDemo/src/demo/model/User.java        |      118 +
 .../FXML-LoginDemo/src/demo/profile.fxml           |      118 +
 .../src/demo/security/Authenticator.java           |       46 +
 javafx2.samples/Fireworks/build.xml                |       62 +
 .../Fireworks}/manifest.mf                         |        0
 .../Fireworks/nbproject/genfiles.properties        |        8 +
 javafx2.samples/Fireworks/nbproject/jfx-impl.xml   |     3993 +
 .../Fireworks/nbproject/project.properties         |      116 +
 javafx2.samples/Fireworks/nbproject/project.xml    |       25 +
 .../Fireworks/src/Fireworks/Fireworks.java         |      324 +
 javafx2.samples/Fireworks/src/Fireworks/sf.jpg     |      Bin 0 -> 68017 bytes
 javafx2.samples/HTMLEditorApp/build.xml            |       62 +
 .../HTMLEditorApp}/manifest.mf                     |        0
 .../HTMLEditorApp/nbproject/genfiles.properties    |        8 +
 .../HTMLEditorApp/nbproject/jfx-impl.xml           |     3993 +
 .../HTMLEditorApp/nbproject/project.properties     |      108 +
 .../HTMLEditorApp/nbproject/project.xml            |       27 +
 .../src/htmleditorapp/HTMLEditorApp.java           |      117 +
 javafx2.samples/KeyStrokeMotion/build.xml          |       62 +
 .../KeyStrokeMotion}/manifest.mf                   |        0
 .../KeyStrokeMotion/nbproject/genfiles.properties  |        8 +
 .../KeyStrokeMotion/nbproject/jfx-impl.xml         |     3993 +
 .../KeyStrokeMotion/nbproject/project.properties   |      108 +
 .../KeyStrokeMotion/nbproject/project.xml          |       27 +
 .../src/keystrokemotion/KeyStrokeMotion.java       |      171 +
 javafx2.samples/MouseEvents/build.xml              |       62 +
 .../MouseEvents}/manifest.mf                       |        0
 .../MouseEvents/nbproject/genfiles.properties      |        8 +
 javafx2.samples/MouseEvents/nbproject/jfx-impl.xml |     3993 +
 .../MouseEvents/nbproject/project.properties       |      108 +
 javafx2.samples/MouseEvents/nbproject/project.xml  |       27 +
 .../MouseEvents/src/mouseevents/MouseEvents.java   |      234 +
 javafx2.samples/PaginationDemo/build.xml           |       62 +
 .../PaginationDemo}/manifest.mf                    |        0
 .../PaginationDemo/nbproject/genfiles.properties   |        8 +
 .../PaginationDemo/nbproject/jfx-impl.xml          |     3993 +
 .../PaginationDemo/nbproject/project.properties    |      116 +
 .../PaginationDemo/nbproject/project.xml           |       25 +
 .../src/paginationdemo/PaginationDemo.java         |      120 +
 .../PaginationDemo/src/paginationdemo/animal1.jpg  |      Bin 0 -> 22036 bytes
 .../PaginationDemo/src/paginationdemo/animal2.jpg  |      Bin 0 -> 15219 bytes
 .../PaginationDemo/src/paginationdemo/animal3.jpg  |      Bin 0 -> 17102 bytes
 .../PaginationDemo/src/paginationdemo/animal4.jpg  |      Bin 0 -> 11994 bytes
 .../PaginationDemo/src/paginationdemo/animal5.jpg  |      Bin 0 -> 9101 bytes
 .../PaginationDemo/src/paginationdemo/animal6.jpg  |      Bin 0 -> 11130 bytes
 .../PaginationDemo/src/paginationdemo/animal7.jpg  |      Bin 0 -> 14321 bytes
 .../PaginationDemo/src/paginationdemo/animal8.jpg  |      Bin 0 -> 13182 bytes
 javafx2.samples/PuzzlePieces/build.xml             |       62 +
 .../PuzzlePieces}/manifest.mf                      |        0
 .../PuzzlePieces/nbproject/genfiles.properties     |        8 +
 .../PuzzlePieces/nbproject/jfx-impl.xml            |     3993 +
 .../PuzzlePieces/nbproject/project.properties      |      107 +
 javafx2.samples/PuzzlePieces/nbproject/project.xml |       27 +
 .../src/puzzlepieces/PuzzlePieces-picture.jpg      |      Bin 0 -> 58616 bytes
 .../src/puzzlepieces/PuzzlePieces.java             |      353 +
 javafx2.samples/StopWatch/build.xml                |       62 +
 .../sfs => javafx2.samples/StopWatch}/manifest.mf  |        0
 .../StopWatch/nbproject/genfiles.properties        |        8 +
 javafx2.samples/StopWatch/nbproject/jfx-impl.xml   |     3993 +
 .../StopWatch/nbproject/project.properties         |      110 +
 javafx2.samples/StopWatch/nbproject/project.xml    |       27 +
 .../StopWatch/src/stopwatch/StopWatch.java         |      613 +
 .../StopWatch/src/stopwatch/stopwatch.png          |      Bin 0 -> 44471 bytes
 javafx2.samples/SwingInterop/build.xml             |       62 +
 .../SwingInterop}/manifest.mf                      |        0
 .../SwingInterop/nbproject/genfiles.properties     |        8 +
 .../SwingInterop/nbproject/jfx-impl.xml            |     3993 +
 .../SwingInterop/nbproject/project.properties      |      109 +
 javafx2.samples/SwingInterop/nbproject/project.xml |       28 +
 .../nbproject/templates/FXSwingTemplate.html       |       11 +
 .../nbproject/templates/FXSwingTemplateApplet.jnlp |       21 +
 .../templates/FXSwingTemplateApplication.jnlp      |       19 +
 .../src/swinginterop/SampleTableModel.java         |      119 +
 .../src/swinginterop/SwingInterop.java             |      270 +
 javafx2.samples/TimelineEvents/build.xml           |       62 +
 .../TimelineEvents}/manifest.mf                    |        0
 .../TimelineEvents/nbproject/genfiles.properties   |        8 +
 .../TimelineEvents/nbproject/jfx-impl.xml          |     3993 +
 .../TimelineEvents/nbproject/project.properties    |      108 +
 .../TimelineEvents/nbproject/project.xml           |       27 +
 .../src/timelineevents/TimelineEvents.java         |      153 +
 javafx2.samples/TimelineInterpolator/build.xml     |       62 +
 .../TimelineInterpolator}/manifest.mf              |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../TimelineInterpolator/nbproject/jfx-impl.xml    |     3993 +
 .../nbproject/project.properties                   |      108 +
 .../TimelineInterpolator/nbproject/project.xml     |       27 +
 .../timelineinterpolator/TimelineInterpolator.java |      133 +
 javafx2.samples/TransitionPath/build.xml           |       62 +
 .../TransitionPath}/manifest.mf                    |        0
 .../TransitionPath/nbproject/genfiles.properties   |        8 +
 .../TransitionPath/nbproject/jfx-impl.xml          |     3993 +
 .../TransitionPath/nbproject/project.properties    |      108 +
 .../TransitionPath/nbproject/project.xml           |       27 +
 .../src/transitionpath/TransitionPath.java         |      124 +
 javafx2.samples/TransitionRotate/build.xml         |       62 +
 .../TransitionRotate}/manifest.mf                  |        0
 .../TransitionRotate/nbproject/genfiles.properties |        8 +
 .../TransitionRotate/nbproject/jfx-impl.xml        |     3993 +
 .../TransitionRotate/nbproject/project.properties  |      107 +
 .../TransitionRotate/nbproject/project.xml         |       27 +
 .../src/transitionrotate/TransitionRotate.java     |      110 +
 javafx2.samples/WebViewBrowser/build.xml           |       62 +
 .../WebViewBrowser}/manifest.mf                    |        0
 .../WebViewBrowser/nbproject/genfiles.properties   |        8 +
 .../WebViewBrowser/nbproject/jfx-impl.xml          |     3993 +
 .../WebViewBrowser/nbproject/project.properties    |      108 +
 .../WebViewBrowser/nbproject/project.xml           |       27 +
 .../src/webviewbrowser/WebViewBrowser.java         |      144 +
 javafx2.samples/Xylophone/build.xml                |       62 +
 .../sfs => javafx2.samples/Xylophone}/manifest.mf  |        0
 .../Xylophone/nbproject/genfiles.properties        |        8 +
 javafx2.samples/Xylophone/nbproject/jfx-impl.xml   |     3993 +
 .../Xylophone/nbproject/project.properties         |      110 +
 javafx2.samples/Xylophone/nbproject/project.xml    |       27 +
 javafx2.samples/Xylophone/src/xylophone/Note1.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note2.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note3.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note4.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note5.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note6.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note7.wav  |      Bin 0 -> 200026 bytes
 javafx2.samples/Xylophone/src/xylophone/Note8.wav  |      Bin 0 -> 199240 bytes
 .../Xylophone/src/xylophone/Xylophone.java         |      205 +
 javafx2.samples/build.xml                          |      222 +
 javafx2.samples/l10n.list                          |        2 +
 javafx2.samples/manifest.mf                        |        7 +
 .../nbproject/project.properties                   |        0
 javafx2.samples/nbproject/project.xml              |      138 +
 .../modules/javafx2/samples/Bundle.properties      |      122 +
 .../samples/JavaFXSampleProjectGenerator.java      |      251 +
 .../samples/JavaFXSampleProjectIterator.java       |      207 +
 .../javafx2/samples/PanelConfigureProject.java     |      144 +
 .../samples}/PanelConfigureProjectVisual.form      |        0
 .../samples/PanelConfigureProjectVisual.java       |      147 +
 .../javafx2/samples/PanelOptionsVisual.form        |      131 +
 .../javafx2/samples/PanelOptionsVisual.java        |      244 +
 .../samples/PanelProjectLocationVisual.form        |      127 +
 .../samples/PanelProjectLocationVisual.java        |      301 +
 .../modules/javafx2/samples/WizardProperties.java  |       58 +
 .../javafx2/samples/resources/AdvancedMedia.html   |       51 +
 .../samples/resources/AudioVisualizer3D.html       |       51 +
 .../javafx2/samples/resources/BrickBreaker.html    |       51 +
 .../javafx2/samples/resources/ChangeListener.html  |       51 +
 .../samples/resources/ChartAdvancedArea.html       |       51 +
 .../samples/resources/ChartAdvancedBar.html        |       51 +
 .../samples/resources/ChartAdvancedPie.html        |       51 +
 .../samples/resources/ChartAdvancedScatter.html    |       51 +
 .../resources/ChartAdvancedScatterLive.html        |       51 +
 .../samples/resources/ChartAdvancedStockLine.html  |       51 +
 .../javafx2/samples/resources/ChartAudioArea.html  |       51 +
 .../javafx2/samples/resources/ChartAudioBar.html   |       51 +
 .../javafx2/samples/resources/ChartLine.html       |       51 +
 .../javafx2/samples/resources/ColorPicker.html     |       51 +
 .../javafx2/samples/resources/ColorfulCircles.html |       51 +
 .../samples/resources/CreateAdvancedStage.html     |       51 +
 .../modules/javafx2/samples/resources/Cube3D.html  |       51 +
 .../javafx2/samples/resources/CubeSystem3D.html    |       51 +
 .../javafx2/samples/resources/DigitalClock.html    |       51 +
 .../javafx2/samples/resources/DisplayShelf.html    |       51 +
 .../javafx2/samples/resources/FXML-LoginDemo.html  |       51 +
 .../javafx2/samples/resources/Fireworks.html       |       51 +
 .../javafx2/samples/resources/HTMLEditorApp.html   |       51 +
 .../javafx2/samples/resources/KeyStrokeMotion.html |       51 +
 .../javafx2/samples/resources/MouseEvents.html     |       51 +
 .../javafx2/samples/resources/PaginationDemo.html  |       51 +
 .../javafx2/samples/resources/PuzzlePieces.html    |       51 +
 .../javafx2/samples/resources/StopWatch.html       |       51 +
 .../javafx2/samples/resources/SwingInterop.html    |       51 +
 .../javafx2/samples/resources/TimelineEvents.html  |       51 +
 .../samples/resources/TimelineInterpolator.html    |       51 +
 .../javafx2/samples/resources/TransitionPath.html  |       51 +
 .../samples/resources/TransitionRotate.html        |       51 +
 .../javafx2/samples/resources/WebViewBrowser.html  |       51 +
 .../javafx2/samples/resources/Xylophone.html       |       51 +
 .../modules/javafx2/samples/resources/layer.xml    |      372 +
 .../modules/javafx2/samples/resources/samples.html |       51 +
 javafx2.scenebuilder/build.xml                     |        5 +
 javafx2.scenebuilder/manifest.mf                   |        5 +
 javafx2.scenebuilder/nbproject/project.properties  |       51 +
 javafx2.scenebuilder/nbproject/project.xml         |      117 +
 .../modules/javafx2/scenebuilder/Bundle.properties |       54 +
 .../modules/javafx2/scenebuilder/Home.java         |      156 +
 .../modules/javafx2/scenebuilder/HomeFactory.java  |       60 +
 .../scenebuilder/SceneBuilderFXMLOpener.java       |      139 +
 .../modules/javafx2/scenebuilder/Settings.java     |      175 +
 .../javafx2/scenebuilder/impl/Bundle.properties    |       58 +
 .../javafx2/scenebuilder/impl/SBHomeFactory.java   |      257 +
 .../javafx2/scenebuilder/options/Bundle.properties |        6 +
 .../scenebuilder/options/GrowingComboBox.form      |       42 +
 .../scenebuilder/options/GrowingComboBox.java      |      483 +
 .../scenebuilder/options/SBOptionsPanel.form       |      115 +
 .../scenebuilder/options/SBOptionsPanel.java       |      324 +
 .../options/SBOptionsPanelController.java          |      166 +
 javahelp/apichanges.xml                            |       17 +
 javahelp/external/jhall-2.0_05-license.txt         |        2 +-
 javahelp/manifest.mf                               |        2 +-
 javahelp/nbproject/project.properties              |        5 +-
 javahelp/nbproject/project.xml                     |       20 +-
 javahelp/src/META-INF/upgrade/Help.hint            |       29 +
 javahelp/src/org/netbeans/api/javahelp/Help.java   |        2 +
 .../netbeans/api/javahelp/HelpSetRegistration.java |        5 +-
 .../src/org/netbeans/api/javahelp/HelpUtils.java   |       74 +
 .../org/netbeans/api/javahelp/doc-files/api.html   |       31 +-
 .../netbeans/modules/javahelp/AbstractHelp.java    |        2 +-
 .../netbeans/modules/javahelp/Bundle.properties    |        3 +-
 .../org/netbeans/modules/javahelp/HelpAction.java  |       80 +-
 .../modules/javahelp/HelpCtxProcessor.java         |       42 +-
 .../javahelp/HelpSetRegistrationProcessor.java     |      111 +-
 .../org/netbeans/modules/javahelp/JavaHelp.java    |      139 +-
 .../modules/javahelp/NbDocsStreamHandler.java      |        3 +-
 .../netbeans/modules/javahelp/resources/help.gif   |      Bin 348 -> 0 bytes
 .../netbeans/modules/javahelp}/resources/help.png  |      Bin
 .../netbeans/modules/javahelp/resources/help24.png |      Bin 0 -> 1690 bytes
 .../modules/javahelp/resources/help32x32.png       |      Bin 0 -> 2438 bytes
 .../netbeans/modules/javahelp/resources/layer.xml  |        3 +-
 javahelp/test/unit/src/META-INF/upgrade/Help.test  |       86 +
 .../org/netbeans/api/javahelp/HelpUtilsTest.java   |       65 +
 .../javahelp/HelpSetRegistrationProcessorTest.java |      135 +
 javascript.editing/build-javascript.xml            |      123 -
 javascript.editing/build.xml                       |       20 -
 javascript.editing/catalog.xml                     |        4 -
 javascript.editing/external/binaries-list          |        4 -
 .../external/js-domstubs-license.txt               |      277 -
 javascript.editing/external/jsstubs-license.txt    |      277 -
 javascript.editing/external/preindexed-license.txt |      835 -
 .../external/preindexed-native-license.txt         |      835 -
 javascript.editing/external/sdocs-license.txt      |      835 -
 javascript.editing/manifest.mf                     |        8 -
 javascript.editing/nbproject/project.properties    |       11 -
 javascript.editing/nbproject/project.xml           |      388 -
 .../modules/javascript/editing/AstElement.java     |      361 -
 .../modules/javascript/editing/AstNodeAdapter.java |      356 -
 .../modules/javascript/editing/AstPath.java        |      300 -
 .../modules/javascript/editing/AstUtilities.java   |     1081 -
 .../modules/javascript/editing/BrowserVersion.java |      146 -
 .../modules/javascript/editing/Bundle.properties   |      129 -
 .../modules/javascript/editing/ClassCache.java     |       85 -
 .../modules/javascript/editing/CommentElement.java |       70 -
 .../javascript/editing/DefaultKeyBindings.xml      |       57 -
 .../javascript/editing/DuplicateElementSet.java    |      119 -
 .../modules/javascript/editing/Element.java        |       62 -
 .../javascript/editing/ElementUtilities.java       |      361 -
 .../javascript/editing/FunctionAstElement.java     |      160 -
 .../modules/javascript/editing/FunctionCache.java  |       91 -
 .../javascript/editing/FunctionElement.java        |       56 -
 .../javascript/editing/GlobalAstElement.java       |       90 -
 .../javascript/editing/IndexAttributes.java        |       51 -
 .../modules/javascript/editing/IndexedElement.java |      698 -
 .../javascript/editing/IndexedFunction.java        |      126 -
 .../modules/javascript/editing/IndexedPackage.java |      146 -
 .../javascript/editing/IndexedProperty.java        |       77 -
 .../modules/javascript/editing/Installer.java      |       59 -
 .../modules/javascript/editing/JavaScriptExample   |       26 -
 .../modules/javascript/editing/JsAnalyzer.java     |     1288 -
 .../javascript/editing/JsBracesMatcher.java        |      184 -
 .../javascript/editing/JsBracesMatcherFactory.java |       59 -
 .../javascript/editing/JsClassPathProvider.java    |      109 -
 .../javascript/editing/JsCodeCompletion.java       |     2977 -
 .../javascript/editing/JsCommentFormatter.java     |      332 -
 .../javascript/editing/JsDeclarationFinder.java    |      657 -
 .../modules/javascript/editing/JsElement.java      |       87 -
 .../netbeans/modules/javascript/editing/JsExample  |       10 -
 .../modules/javascript/editing/JsFormatter.java    |      910 -
 .../modules/javascript/editing/JsIndex.java        |      716 -
 .../modules/javascript/editing/JsIndexer.java      |     1050 -
 .../javascript/editing/JsKeystrokeHandler.java     |     1719 -
 .../modules/javascript/editing/JsLanguage.java     |      208 -
 .../javascript/editing/JsOccurrenceFinder.java     |      360 -
 .../modules/javascript/editing/JsParseResult.java  |      228 -
 .../modules/javascript/editing/JsParser.java       |     1217 -
 .../modules/javascript/editing/JsPretty.java       |      929 -
 .../javascript/editing/JsRenameHandler.java        |      333 -
 .../javascript/editing/JsSemanticAnalyzer.java     |      332 -
 .../modules/javascript/editing/JsTypeAnalyzer.java |      640 -
 .../modules/javascript/editing/JsTypeSearcher.java |      487 -
 .../modules/javascript/editing/JsUtils.java        |      337 -
 .../modules/javascript/editing/JsonAnalyzer.java   |      166 -
 .../modules/javascript/editing/JsonLanguage.java   |      159 -
 .../modules/javascript/editing/KeywordElement.java |       79 -
 .../netbeans/modules/javascript/editing/Pair.java  |       71 -
 .../javascript/editing/ParseTreeVisitor.java       |       68 -
 .../javascript/editing/ParseTreeWalker.java        |       99 -
 .../javascript/editing/SupportedBrowsers.java      |      189 -
 .../javascript/editing/VariableVisitor.java        |      607 -
 .../modules/javascript/editing/codetemplates.xml   |       60 -
 .../modules/javascript/editing/commentColors.xml   |       21 -
 .../editing/embedding/JsEmbeddingProvider.java     |      637 -
 .../modules/javascript/editing/fontsColors.xml     |       34 -
 .../modules/javascript/editing/icons/firefox.png   |      Bin 25663 -> 0 bytes
 .../modules/javascript/editing/icons/firefox16.png |      Bin 1003 -> 0 bytes
 .../modules/javascript/editing/icons/firefox32.png |      Bin 2805 -> 0 bytes
 .../modules/javascript/editing/icons/ie.png        |      Bin 83724 -> 0 bytes
 .../modules/javascript/editing/icons/ie16.png      |      Bin 1010 -> 0 bytes
 .../modules/javascript/editing/icons/ie32.png      |      Bin 2724 -> 0 bytes
 .../modules/javascript/editing/icons/opera.png     |      Bin 16349 -> 0 bytes
 .../modules/javascript/editing/icons/opera16.png   |      Bin 869 -> 0 bytes
 .../modules/javascript/editing/icons/opera32.png   |      Bin 2240 -> 0 bytes
 .../modules/javascript/editing/icons/safari.png    |      Bin 25593 -> 0 bytes
 .../modules/javascript/editing/icons/safari16.png  |      Bin 902 -> 0 bytes
 .../editing/icons/safari20-disasbled.png           |      Bin 1172 -> 0 bytes
 .../modules/javascript/editing/icons/safari32.png  |      Bin 2544 -> 0 bytes
 .../modules/javascript/editing/jsontemplate.json   |       12 -
 .../modules/javascript/editing/jsresolver.xml      |       57 -
 .../modules/javascript/editing/jstemplate.js       |       10 -
 .../netbeans/modules/javascript/editing/layer.xml  |      320 -
 .../modules/javascript/editing/lexer/Call.java     |      428 -
 .../javascript/editing/lexer/JsCommentLexer.java   |      396 -
 .../javascript/editing/lexer/JsCommentTokenId.java |      117 -
 .../modules/javascript/editing/lexer/JsLexer.java  |      399 -
 .../javascript/editing/lexer/JsStringLexer.java    |      205 -
 .../javascript/editing/lexer/JsStringTokenId.java  |      127 -
 .../javascript/editing/lexer/JsTokenId.java        |      223 -
 .../javascript/editing/lexer/LexUtilities.java     |      823 -
 .../javascript/editing/options/BrowserPanel.form   |      185 -
 .../javascript/editing/options/BrowserPanel.java   |      359 -
 .../javascript/editing/options/Bundle.properties   |       65 -
 .../javascript/editing/options/JSOptionsPanel.form |       19 -
 .../javascript/editing/options/JSOptionsPanel.java |       78 -
 .../editing/options/JsOptionsController.java       |      191 -
 .../javascript/editing/spi/JSPreferencesPanel.java |       55 -
 .../editing/spi/JSPreferencesPanelProvider.java    |       52 -
 .../modules/javascript/editing/stringColors.xml    |       13 -
 .../test/unit/data/testfiles/137522.js             |       19 -
 .../testfiles/137522.js.test137522.occurrences     |        3 -
 .../data/testfiles/137522.js.test137522.rename     |        3 -
 .../data/testfiles/137522.js.test137522b.rename    |        3 -
 .../test/unit/data/testfiles/SpryAccordion.js      |      465 -
 .../test/unit/data/testfiles/SpryData.js           |     3382 -
 .../test/unit/data/testfiles/SpryData.js.types     |     3382 -
 .../test/unit/data/testfiles/SpryEffects.js        |     1802 -
 .../test/unit/data/testfiles/SpryEffects.js.folds  |     1803 -
 .../unit/data/testfiles/SpryEffects.js.formatted   |     1929 -
 .../unit/data/testfiles/SpryEffects.js.indexed     |      513 -
 .../unit/data/testfiles/SpryEffects.js.structure   |      267 -
 .../SpryEffects.js.testMarkExits.occurrences       |        1 -
 .../SpryEffects.js.testMarkExits2.occurrences      |        4 -
 .../SpryEffects.js.testMarks3.occurrences          |        3 -
 .../test/unit/data/testfiles/SpryEffects.js.types  |     1802 -
 .../test/unit/data/testfiles/SpryXML.js            |      158 -
 .../test/unit/data/testfiles/SpryXML.js.folds      |      159 -
 .../test/unit/data/testfiles/SpryXML.js.structure  |       14 -
 .../test/unit/data/testfiles/arraytype.js          |        6 -
 .../test/unit/data/testfiles/broken1.js            |        1 -
 .../test/unit/data/testfiles/broken10.js           |        3 -
 .../test/unit/data/testfiles/broken11.js           |        3 -
 .../test/unit/data/testfiles/broken12.js           |        2 -
 .../test/unit/data/testfiles/broken13.js           |        7 -
 .../test/unit/data/testfiles/broken14.js           |        4 -
 .../test/unit/data/testfiles/broken15.js           |       13 -
 .../test/unit/data/testfiles/broken16.js           |        5 -
 .../test/unit/data/testfiles/broken2.js            |        2 -
 .../test/unit/data/testfiles/broken3.js            |        3 -
 .../test/unit/data/testfiles/broken4.js            |        2 -
 .../test/unit/data/testfiles/broken5.js            |        2 -
 .../test/unit/data/testfiles/broken6.js            |        2 -
 .../test/unit/data/testfiles/broken7.js            |        4 -
 .../test/unit/data/testfiles/broken8.js            |        3 -
 .../test/unit/data/testfiles/broken9.js            |        3 -
 .../test/unit/data/testfiles/bubble.js             |      639 -
 .../test/unit/data/testfiles/bubble.js.formatted   |      673 -
 .../test/unit/data/testfiles/bubble.js.indexed     |       45 -
 .../test/unit/data/testfiles/calls/call1.js        |       22 -
 .../test/unit/data/testfiles/calls/call2.js        |       19 -
 .../test/unit/data/testfiles/calls/call3.js        |       31 -
 .../unit/data/testfiles/cc-prefix1.js.prefixes     |       22 -
 .../unit/data/testfiles/cc-prefix2.js.prefixes     |       32 -
 .../test/unit/data/testfiles/cc-prefix3.js         |        3 -
 .../unit/data/testfiles/cc-prefix3.js.prefixes     |       52 -
 .../test/unit/data/testfiles/cc-prefix4.js         |       11 -
 .../unit/data/testfiles/cc-prefix4.js.prefixes     |      204 -
 .../test/unit/data/testfiles/cc-prefix5.js         |        1 -
 .../unit/data/testfiles/cc-prefix5.js.prefixes     |       30 -
 .../test/unit/data/testfiles/cc-prefix6.js         |        2 -
 .../unit/data/testfiles/cc-prefix6.js.prefixes     |       24 -
 .../test/unit/data/testfiles/cc-prefix7.js         |        4 -
 .../unit/data/testfiles/cc-prefix7.js.prefixes     |       26 -
 .../test/unit/data/testfiles/cc-prefix8.js         |        3 -
 .../unit/data/testfiles/cc-prefix8.js.prefixes     |       24 -
 .../unit/data/testfiles/class-inheritance-ext.js   |       14 -
 .../testfiles/class-inheritance-ext.js.indexed     |       18 -
 .../test/unit/data/testfiles/class-via-function.js |       23 -
 .../data/testfiles/class-via-function.js.indexed   |       17 -
 .../test/unit/data/testfiles/classes.js            |       34 -
 .../test/unit/data/testfiles/classes.js.folds      |       35 -
 .../test/unit/data/testfiles/classes.js.structure  |       18 -
 .../test/unit/data/testfiles/classprops.js         |        8 -
 .../test/unit/data/testfiles/classprops.js.indexed |       11 -
 .../unit/data/testfiles/completion/lib/comments.js |        7 -
 .../lib/comments.js.testComments1.completion       |       27 -
 .../lib/comments.js.testComments2.completion       |        7 -
 .../lib/comments.js.testComments3.completion       |       27 -
 .../lib/comments.js.testComments4.completion       |        3 -
 .../data/testfiles/completion/lib/configcalls.js   |       15 -
 ...figcalls.js.testParameterCompletion1.completion |        6 -
 ...figcalls.js.testParameterCompletion2.completion |        5 -
 ...figcalls.js.testParameterCompletion4.completion |        5 -
 ...figcalls.js.testParameterCompletion5.completion |        5 -
 .../data/testfiles/completion/lib/domproperties.js |        2 -
 ...operties.js.testDeprecatedProperties.completion |       18 -
 .../test/unit/data/testfiles/completion/lib/e4x.js |       36 -
 .../completion/lib/e4x.js.testE4X1.completion      |       13 -
 .../completion/lib/e4x.js.testE4X2.completion      |       16 -
 .../completion/lib/e4x.js.testE4X3.completion      |        5 -
 .../completion/lib/empty.js.testEmpty.completion   |      153 -
 .../data/testfiles/completion/lib/expressions.js   |        3 -
 .../lib/expressions.js.testExpression1.completion  |       90 -
 .../lib/expressions.js.testExpressions2.completion |       31 -
 .../data/testfiles/completion/lib/expressions2.js  |        2 -
 .../expressions2.js.testExpressions2b.completion   |      142 -
 .../data/testfiles/completion/lib/expressions3.js  |        2 -
 .../expressions3.js.testExpressions3.completion    |       22 -
 .../data/testfiles/completion/lib/expressions4.js  |        2 -
 .../expressions4.js.testExpressions4.completion    |        7 -
 .../data/testfiles/completion/lib/expressions5.js  |        2 -
 .../expressions5.js.testExpressions5.completion    |       31 -
 .../data/testfiles/completion/lib/newcompletion.js |        3 -
 ...ewcompletion.js.testNewCompletionEol.completion |      232 -
 .../data/testfiles/completion/lib/rails-index.html |      284 -
 .../lib/rails-index.html.test1.completion          |       14 -
 .../lib/rails-index.html.test10.completion         |       22 -
 .../lib/rails-index.html.test2.completion          |       22 -
 .../lib/rails-index.html.test3.completion          |       41 -
 .../lib/rails-index.html.test4.completion          |        4 -
 .../lib/rails-index.html.test5.completion          |        7 -
 .../lib/rails-index.html.test6.completion          |       14 -
 .../lib/rails-index.html.test7.completion          |        4 -
 .../lib/rails-index.html.test8.completion          |        4 -
 .../lib/rails-index.html.test9.completion          |        4 -
 .../unit/data/testfiles/completion/lib/test1.js    |       12 -
 ...1.js.testCompletionRegexpCompletion1.completion |       32 -
 ...1.js.testCompletionRegexpCompletion2.completion |       21 -
 ...1.js.testCompletionStringCompletion1.completion |       18 -
 ...1.js.testCompletionStringCompletion2.completion |       18 -
 .../lib/test129036.js.test129036.completion        |        6 -
 .../unit/data/testfiles/completion/lib/test2.js    |       13 -
 ...2.js.testCompletionStringCompletion3.completion |       18 -
 .../lib/test2.js.testLocalCompletion1.completion   |       72 -
 .../lib/test2.js.testLocalCompletion2.completion   |       72 -
 .../lib/test2.js.testLocalCompletion3.completion   |      153 -
 .../unit/data/testfiles/completion/lib/yahoo.js    |       13 -
 .../completion/lib/yahoo.js.testYahoo.completion   |       12 -
 .../completion/nbproject/project.properties        |        4 -
 .../testfiles/completion/nbproject/project.xml     |       15 -
 .../test/unit/data/testfiles/debugger.js           |       22 -
 .../test/unit/data/testfiles/debugger.js.semantic  |       22 -
 javascript.editing/test/unit/data/testfiles/dnd.js |     2023 -
 .../test/unit/data/testfiles/dnd.js.indexed        |      284 -
 .../test/unit/data/testfiles/dragdrop.js           |      913 -
 .../test/unit/data/testfiles/dragdrop.js.folds     |      914 -
 .../test/unit/data/testfiles/dragdrop.js.formatted |      961 -
 .../test/unit/data/testfiles/dragdrop.js.indexed   |      296 -
 .../test/unit/data/testfiles/dragdrop.js.structure |      151 -
 javascript.editing/test/unit/data/testfiles/e4x.js |       36 -
 .../test/unit/data/testfiles/e4x.js.formatted      |       36 -
 .../test/unit/data/testfiles/e4x.js.offsets        |       39 -
 .../test/unit/data/testfiles/e4x.js.semantic       |       36 -
 .../test/unit/data/testfiles/e4x2.js               |       34 -
 .../test/unit/data/testfiles/e4x2.js.formatted     |       39 -
 .../test/unit/data/testfiles/e4x2.js.offsets       |       35 -
 .../test/unit/data/testfiles/e4x2.js.semantic      |       34 -
 .../test/unit/data/testfiles/e4x3.js               |        9 -
 .../test/unit/data/testfiles/e4x3.js.offsets       |       10 -
 .../test/unit/data/testfiles/e4xexample1.js        |       16 -
 .../test/unit/data/testfiles/e4xexample2.js        |       20 -
 .../data/testfiles/embedding/convertscript.html    |        9 -
 .../data/testfiles/embedding/convertscript.html.js |        5 -
 .../unit/data/testfiles/embedding/embed124916.erb  |       11 -
 .../testfiles/embedding/embed124916.erb.formatted  |       11 -
 .../data/testfiles/embedding/embed124916.erb.js    |        6 -
 .../unit/data/testfiles/embedding/emptyattr.html   |        4 -
 .../data/testfiles/embedding/fileinclusion.html    |       11 -
 .../data/testfiles/embedding/fileinclusion.html.js |       13 -
 .../embedding/inlined-javascript-templating.rhtml  |        6 -
 .../inlined-javascript-templating.rhtml.js         |        9 -
 .../unit/data/testfiles/embedding/issue136495.erb  |       35 -
 .../testfiles/embedding/issue136495.erb.formatted  |       35 -
 .../data/testfiles/embedding/issue136495.erb.js    |       35 -
 .../testfiles/embedding/issue136495.erb.js.offsets |       36 -
 .../unit/data/testfiles/embedding/issue146936.erb  |       25 -
 .../testfiles/embedding/issue146936.erb.formatted  |       25 -
 .../unit/data/testfiles/embedding/issue146936.jsp  |       19 -
 .../unit/data/testfiles/embedding/issue148423.jsp  |       38 -
 .../test/unit/data/testfiles/embedding/mixed.erb   |       22 -
 .../data/testfiles/embedding/mixed.erb.formatted   |       22 -
 .../unit/data/testfiles/embedding/mixed.erb.js     |       11 -
 .../unit/data/testfiles/embedding/rails-index.html |      277 -
 .../data/testfiles/embedding/rails-index.html.js   |       28 -
 .../unit/data/testfiles/embedding/sideeffects.html |       37 -
 .../data/testfiles/embedding/sideeffects.html.js   |       24 -
 .../unit/data/testfiles/embedding/yuisample.html   |      377 -
 .../data/testfiles/embedding/yuisample.html.js     |       65 -
 .../test/unit/data/testfiles/events.js             |       35 -
 .../test/unit/data/testfiles/events.js.indexed     |       32 -
 .../test/unit/data/testfiles/fileinclusion.html.js |       13 -
 .../data/testfiles/fileinclusion.html.js.imports   |        4 -
 .../unit/data/testfiles/formatting/simple01.json   |        8 -
 .../testfiles/formatting/simple01.json.formatted   |        8 -
 .../unit/data/testfiles/formatting/simple02.json   |       26 -
 .../testfiles/formatting/simple02.json.formatted   |       26 -
 .../test/unit/data/testfiles/functions.js          |       45 -
 .../test/unit/data/testfiles/functions.js.offsets  |       46 -
 .../unit/data/testfiles/generated_identifiers.js   |       34 -
 .../testfiles/generated_identifiers.js.offsets     |       35 -
 .../test/unit/data/testfiles/incremental.js        |       13 -
 .../test/unit/data/testfiles/incremental2.js       |        4 -
 .../test/unit/data/testfiles/incremental_error.js  |        7 -
 .../test/unit/data/testfiles/issue120499.js        |       13 -
 .../unit/data/testfiles/issue120499.js.offsets     |       14 -
 .../unit/data/testfiles/issue144248-minimal.js     |        4 -
 .../testfiles/issue144248-minimal.js.formatted     |        5 -
 .../test/unit/data/testfiles/issue144248.js        |       32 -
 .../unit/data/testfiles/issue144248.js.formatted   |       34 -
 .../test/unit/data/testfiles/issue148423.js        |       11 -
 .../unit/data/testfiles/issue148423.js.offsets     |       12 -
 .../test/unit/data/testfiles/issue149019.js        |        8 -
 .../unit/data/testfiles/issue149019.js.offsets     |        9 -
 .../test/unit/data/testfiles/issue149226.js        |        8 -
 .../test/unit/data/testfiles/issue149795.js        |        3 -
 .../test/unit/data/testfiles/issue159083.js        |        3 -
 .../unit/data/testfiles/issue159083.js.offsets     |        4 -
 .../test/unit/data/testfiles/javascript17.js       |      162 -
 .../unit/data/testfiles/javascript17.js.offsets    |      227 -
 ...ascript17.js.testJavaScript17Stuff1.occurrences |        1 -
 ...ascript17.js.testJavaScript17Stuff2.occurrences |        1 -
 .../test/unit/data/testfiles/jmaki-uncompressed.js |     1431 -
 .../data/testfiles/jmaki-uncompressed.js.folds     |     1432 -
 .../data/testfiles/jmaki-uncompressed.js.structure |       88 -
 .../data/testfiles/jmaki-uncompressed.js.types     |     1431 -
 .../test/unit/data/testfiles/jquery.sdoc           |     3079 -
 .../test/unit/data/testfiles/jquery.sdoc.indexed   |      352 -
 .../test/unit/data/testfiles/jquery2.sdoc          |     2894 -
 .../test/unit/data/testfiles/jquery2.sdoc.indexed  |      354 -
 .../test/unit/data/testfiles/jsexample1.js         |       26 -
 .../test/unit/data/testfiles/lbracketlist.js       |        6 -
 .../unit/data/testfiles/lbracketlist.js.offsets    |        7 -
 .../test/unit/data/testfiles/nesting.js            |        6 -
 .../data/testfiles/nesting.js.testNesting.rename   |        2 -
 .../test/unit/data/testfiles/newstyle-prototype.js |       25 -
 .../data/testfiles/newstyle-prototype.js.indexed   |       21 -
 .../test/unit/data/testfiles/occurrences.js        |       14 -
 .../occurrences.js.testMarkExits3.occurrences      |        5 -
 .../test/unit/data/testfiles/occurrences2.js       |       12 -
 .../occurrences2.js.testCatchVars.occurrences      |        2 -
 .../test/unit/data/testfiles/oldstyle-prototype.js |       31 -
 .../data/testfiles/oldstyle-prototype.js.indexed   |       29 -
 .../data/testfiles/orig-dojo.js.uncompressed.js    |     7206 -
 .../testfiles/orig-dojo.js.uncompressed.js.folds   |     7207 -
 .../orig-dojo.js.uncompressed.js.formatted         |     7517 -
 .../testfiles/orig-dojo.js.uncompressed.js.indexed |      730 -
 .../orig-dojo.js.uncompressed.js.structure         |      391 -
 .../testfiles/orig-dojo.js.uncompressed.js.types   |     7206 -
 .../test/unit/data/testfiles/prototype-new.js      |     4265 -
 .../unit/data/testfiles/prototype-new.js.formatted |     4435 -
 .../unit/data/testfiles/prototype-new.js.indexed   |      817 -
 .../unit/data/testfiles/prototype-new.js.offsets   |     4275 -
 .../unit/data/testfiles/prototype-new.js.semantic  |     4265 -
 .../unit/data/testfiles/prototype.js.formatted     |     2589 -
 .../test/unit/data/testfiles/prototype.js.indexed  |      640 -
 .../test/unit/data/testfiles/prototype.js.offsets  |     2521 -
 .../test/unit/data/testfiles/prototype.js.semantic |     2515 -
 .../test/unit/data/testfiles/prototype.js.types    |     2515 -
 .../test/unit/data/testfiles/rename.js             |       12 -
 .../data/testfiles/rename.js.testRename1.rename    |        1 -
 .../data/testfiles/rename.js.testRename2.rename    |        1 -
 .../data/testfiles/rename.js.testRename3.rename    |        1 -
 .../data/testfiles/rename.js.testRename4.rename    |        1 -
 .../data/testfiles/rename.js.testRename5.rename    |        2 -
 .../data/testfiles/rename.js.testRename6.rename    |        2 -
 .../data/testfiles/rename.js.testRename7.rename    |        1 -
 .../data/testfiles/rename.js.testRename8.rename    |        1 -
 .../test/unit/data/testfiles/rename2.js            |       12 -
 .../test/unit/data/testfiles/rename2.js.offsets    |       13 -
 .../testfiles/rename2.js.testOffsets136162.rename  |        3 -
 .../test/unit/data/testfiles/returntypes.js        |       14 -
 .../unit/data/testfiles/returntypes.js.indexed     |       10 -
 .../test/unit/data/testfiles/sample.json           |       18 -
 .../test/unit/data/testfiles/sample.json.folds     |       19 -
 .../test/unit/data/testfiles/sample.json.structure |        2 -
 .../test/unit/data/testfiles/sample2.json          |       23 -
 .../test/unit/data/testfiles/sample2.json.folds    |       24 -
 .../unit/data/testfiles/sample2.json.structure     |       15 -
 .../test/unit/data/testfiles/semantic1.js          |        9 -
 .../test/unit/data/testfiles/semantic1.js.offsets  |       10 -
 .../test/unit/data/testfiles/semantic1.js.semantic |        9 -
 .../test/unit/data/testfiles/semantic2.js          |       14 -
 .../test/unit/data/testfiles/semantic2.js.offsets  |       15 -
 .../test/unit/data/testfiles/semantic2.js.semantic |       14 -
 .../test/unit/data/testfiles/semantic3.js          |       16 -
 .../test/unit/data/testfiles/semantic3.js.offsets  |       17 -
 .../test/unit/data/testfiles/semantic3.js.semantic |       16 -
 .../test/unit/data/testfiles/semantic4.js          |        7 -
 .../test/unit/data/testfiles/semantic4.js.offsets  |        8 -
 .../test/unit/data/testfiles/semantic4.js.semantic |        7 -
 .../semantic4.js.testMarkExits4.occurrences        |        1 -
 .../testfiles/semantic4.js.testMarks.occurrences   |        2 -
 .../testfiles/semantic4.js.testMarks2.occurrences  |        2 -
 .../test/unit/data/testfiles/semantic5.js          |       13 -
 .../test/unit/data/testfiles/semantic5.js.offsets  |       14 -
 .../test/unit/data/testfiles/semantic5.js.semantic |       13 -
 .../test/unit/data/testfiles/semantic6.js          |        3 -
 .../test/unit/data/testfiles/semantic6.js.offsets  |        4 -
 .../test/unit/data/testfiles/semantic6.js.semantic |        3 -
 .../test/unit/data/testfiles/semantic7.js          |       13 -
 .../test/unit/data/testfiles/semantic7.js.offsets  |       14 -
 .../test/unit/data/testfiles/semantic7.js.semantic |       13 -
 .../test/unit/data/testfiles/semantic8.js          |        3 -
 .../test/unit/data/testfiles/semantic8.js.offsets  |        4 -
 .../test/unit/data/testfiles/semantic8.js.semantic |        3 -
 .../test/unit/data/testfiles/semantic9.js          |       21 -
 .../test/unit/data/testfiles/semantic9.js.offsets  |       22 -
 .../test/unit/data/testfiles/semantic9.js.semantic |       21 -
 .../test/unit/data/testfiles/simple.js             |       24 -
 .../test/unit/data/testfiles/simple.js.indexed     |       20 -
 .../test/unit/data/testfiles/simple.js.types       |       24 -
 .../test/unit/data/testfiles/simple2.js            |       20 -
 .../test/unit/data/testfiles/stub_Element.js       |     4371 -
 .../unit/data/testfiles/stub_Element.js.indexed    |      189 -
 .../test/unit/data/testfiles/stub_dom2_Node.js     |      516 -
 .../unit/data/testfiles/stub_dom2_Node.js.indexed  |      100 -
 .../test/unit/data/testfiles/stub_dom_Window.js    |     5667 -
 .../unit/data/testfiles/stub_dom_Window.js.indexed |      256 -
 .../unit/data/testfiles/stub_dom_XMLHttpRequest.js |      410 -
 .../testfiles/stub_dom_XMLHttpRequest.js.indexed   |       43 -
 .../test/unit/data/testfiles/switches.js           |       30 -
 .../test/unit/data/testfiles/switches.js.formatted |       30 -
 .../test/unit/data/testfiles/switches.js.offsets   |       33 -
 .../test/unit/data/testfiles/testInput.js.txt      |       54 -
 .../data/testfiles/testInput.js.txt.tokens.txt     |      195 -
 .../test/unit/data/testfiles/tryblocks.js          |       37 -
 .../unit/data/testfiles/tryblocks.js.formatted     |       37 -
 .../test/unit/data/testfiles/tryblocks.js.offsets  |       38 -
 .../test/unit/data/testfiles/tryblocks.js.semantic |       37 -
 .../test/unit/data/testfiles/two-names.js          |        7 -
 .../test/unit/data/testfiles/two-names.js.indexed  |       12 -
 .../test/unit/data/testfiles/types1.js             |       28 -
 .../test/unit/data/testfiles/types1.js.types       |       28 -
 .../test/unit/data/testfiles/types2.js             |       27 -
 .../test/unit/data/testfiles/types2.js.indexed     |       15 -
 .../test/unit/data/testfiles/types2.js.types       |       27 -
 .../test/unit/data/testfiles/webuifunc.js          |       54 -
 .../testfiles/webuifunc.js.testRename10.rename     |       13 -
 .../testfiles/webuifunc.js.testRename11a.rename    |        2 -
 .../testfiles/webuifunc.js.testRename11b.rename    |        2 -
 .../testfiles/webuifunc.js.testRename12.rename     |        1 -
 .../testfiles/webuifunc.js.testRename13.rename     |        2 -
 .../testfiles/webuifunc.js.testRename14.rename     |        2 -
 .../testfiles/webuifunc.js.testRename9a.rename     |        8 -
 .../testfiles/webuifunc.js.testRename9b.rename     |        8 -
 .../testfiles/webuifunc.js.testRename9c.rename     |        8 -
 .../test/unit/data/testfiles/woodstock-body.js     |      443 -
 .../data/testfiles/woodstock-body.js.formatted     |      447 -
 .../unit/data/testfiles/woodstock-body.js.indexed  |       30 -
 .../unit/data/testfiles/woodstock-body.js.types    |      443 -
 .../test/unit/data/testfiles/woodstock.sdoc        |       18 -
 .../unit/data/testfiles/woodstock.sdoc.indexed     |       10 -
 .../test/unit/data/testfiles/woodstock2.js         |        8 -
 .../test/unit/data/testfiles/woodstock2.js.indexed |        8 -
 .../test/unit/data/testfiles/yui-anim.js           |       73 -
 .../test/unit/data/testfiles/yui-anim.js.indexed   |       16 -
 javascript.editing/test/unit/data/testfiles/yui.js |       28 -
 .../test/unit/data/testfiles/yui.js.indexed        |       21 -
 .../test/unit/data/testfiles/yui.sdoc              |    47699 -
 .../test/unit/data/testfiles/yui.sdoc.indexed      |    10400 -
 .../modules/javascript/editing/AstOffsetTest.java  |      234 -
 .../javascript/editing/AstUtilitiesTest.java       |      134 -
 .../javascript/editing/ElementUtilitiesTest.java   |      117 -
 .../editing/EmbeddedFormatterTest.java.disabled    |      116 -
 .../javascript/editing/HtmlCompletionTest.java     |      133 -
 .../modules/javascript/editing/JsAnalyzerTest.java |      184 -
 .../javascript/editing/JsBracesMatcherTest.java    |       81 -
 .../javascript/editing/JsCodeCompletionTest.java   |      387 -
 .../javascript/editing/JsCommentFormatterTest.java |      135 -
 .../editing/JsDeclarationFinderTest.java           |       79 -
 .../javascript/editing/JsFormatterTest.java        |     1118 -
 .../modules/javascript/editing/JsIndexerTest.java  |      374 -
 .../javascript/editing/JsKeystrokeHandlerTest.java |      823 -
 .../javascript/editing/JsOccurrenceFinderTest.java |      122 -
 .../modules/javascript/editing/JsParserTest.java   |      288 -
 .../javascript/editing/JsPositionManagerTest.java  |      158 -
 .../javascript/editing/JsRenameHandlerTest.java    |      127 -
 .../javascript/editing/JsSemanticAnalyzerTest.java |      115 -
 .../modules/javascript/editing/JsTestBase.java     |      291 -
 .../javascript/editing/JsTestMimeResolver.java     |       86 -
 .../javascript/editing/JsTypeAnalyzerTest.java     |      159 -
 .../modules/javascript/editing/JsUtilsTest.java    |       97 -
 .../modules/javascript/editing/TypesTest.java      |      201 -
 .../javascript/editing/embedding/JsModelTest.java  |      513 -
 .../modules/javascript/editing/lexer/CallTest.java |      511 -
 .../editing/lexer/JsCommentLexerRandomTest.java    |      128 -
 .../editing/lexer/JsCommentLexerTest.java          |      170 -
 .../editing/lexer/JsLexerRandomTest.java           |      122 -
 .../javascript/editing/lexer/JsLexerTest.java      |      338 -
 .../javascript/editing/lexer/JsTokenDumpTest.java  |       69 -
 .../javascript/editing/lexer/LexUtilitiesTest.java |       98 -
 javascript.hints/build.xml                         |        9 -
 javascript.hints/manifest.mf                       |        7 -
 javascript.hints/nbproject/project.properties      |       46 -
 javascript.hints/nbproject/project.xml             |      332 -
 .../javascript/hints/AccidentalAssignment.java     |      205 -
 .../modules/javascript/hints/Bundle.properties     |      112 -
 .../javascript/hints/DuplicateLabelHint.java       |      168 -
 .../modules/javascript/hints/MoreInfoFix.java      |       79 -
 .../modules/javascript/hints/OldLanguageRule.java  |      228 -
 .../modules/javascript/hints/StrictWarning.java    |      504 -
 .../modules/javascript/hints/UnicodeConvert.java   |      193 -
 .../modules/javascript/hints/UnsupportedCalls.java |      818 -
 .../modules/javascript/hints/WrongJsDoc.java       |      210 -
 .../hints/infrastructure/Bundle.properties         |        2 -
 .../hints/infrastructure/HintsAdvancedOption.java  |       68 -
 .../javascript/hints/infrastructure/JsAstRule.java |       62 -
 .../hints/infrastructure/JsErrorRule.java          |       67 -
 .../hints/infrastructure/JsHintsProvider.java      |      332 -
 .../hints/infrastructure/JsRuleContext.java        |       57 -
 .../hints/infrastructure/JsSelectionRule.java      |       61 -
 .../netbeans/modules/javascript/hints/layer.xml    |      101 -
 .../test/unit/data/testfiles/assign.js             |       28 -
 .../testfiles/assign.js.testFixSideEffects1.fixed  |       28 -
 .../testfiles/assign.js.testFixSideEffects2.fixed  |       28 -
 .../testfiles/assign.js.testFixSideEffects3.fixed  |       28 -
 .../testfiles/assign.js.testFixSideEffects4.fixed  |       28 -
 .../testfiles/assign.js.testFixSideEffects5.fixed  |       28 -
 .../testfiles/assign.js.testFixSideEffects6.fixed  |       28 -
 .../testfiles/assign.js.testSideEffects4.hints     |       35 -
 .../test/unit/data/testfiles/debugger.js           |       22 -
 .../test/unit/data/testfiles/duplicatelabels.js    |       21 -
 .../testfiles/duplicatelabels.js.testHint1.hints   |        6 -
 .../test/unit/data/testfiles/effects_error.js      |        4 -
 .../effects_error.js.testSideEffects3.hints        |        5 -
 .../unit/data/testfiles/functions-sideeffects.js   |        8 -
 ...-sideeffects.js.testNoFunctionSideEffects.hints |       10 -
 .../test/unit/data/testfiles/gameboard.js          |      101 -
 .../unit/data/testfiles/gameboard.js.testXHR.hints |        6 -
 .../test/unit/data/testfiles/generated.js          |        4 -
 .../test/unit/data/testfiles/letyield.js           |        9 -
 .../data/testfiles/letyield.js.testHint1.hints     |       12 -
 .../test/unit/data/testfiles/namespace.js          |        2 -
 .../test/unit/data/testfiles/prototype.js          |     2515 -
 .../data/testfiles/prototype.js.testFix1.fixed     |     2515 -
 .../data/testfiles/prototype.js.testFix2.fixed     |     2515 -
 .../data/testfiles/prototype.js.testFix3.fixed     |     2515 -
 .../data/testfiles/prototype.js.testHint1.hints    |       70 -
 ...pe.js.testStrict.msg.anon.no.return.value.hints |       24 -
 ...ototype.js.testStrict.msg.no.side.effects.hints |        8 -
 ...ype.js.testStrict.msg.return.inconsistent.hints |       16 -
 ...prototype.js.testStrict.msg.var.hides.arg.hints |        4 -
 .../prototype.js.testStrict.msg.var.redecl.hints   |       10 -
 .../test/unit/data/testfiles/reserved.js           |        2 -
 .../reserved.js.testReservedKeyword.hints          |        8 -
 .../test/unit/data/testfiles/returns.js            |       82 -
 .../testfiles/returns.js.testReturnAnalysis.hints  |        8 -
 .../test/unit/data/testfiles/sideeffects.js        |        9 -
 .../test/unit/data/testfiles/trailingcomma.js      |       15 -
 .../trailingcomma.js.testFixTrailingComma.fixed    |       15 -
 .../trailingcomma.js.testTrailingComma.hints       |       10 -
 .../test/unit/data/testfiles/unicode.js            |        3 -
 .../unit/data/testfiles/unicode.js.testFix1.fixed  |        3 -
 .../unit/data/testfiles/unicode.js.testHint1.hints |        5 -
 .../test/unit/data/testfiles/unsupportedcalls.js   |       11 -
 .../testfiles/unsupportedcalls.js.testHint1.hints  |       36 -
 .../test/unit/data/testfiles/wrongdocs.js          |       45 -
 .../data/testfiles/wrongdocs.js.testHint1.hints    |       16 -
 .../javascript/hints/AccidentalAssignmentTest.java |       76 -
 .../javascript/hints/DuplicateLabelHintTest.java   |       72 -
 .../modules/javascript/hints/HintTestBase.java     |       53 -
 .../javascript/hints/OldLanguageRuleTest.java      |       67 -
 .../javascript/hints/StrictWarningTest.java        |      181 -
 .../javascript/hints/UnicodeConvertTest.java       |       76 -
 .../javascript/hints/UnsupportedCallsTest.java     |       72 -
 .../modules/javascript/hints/WrongJsDocTest.java   |       64 -
 javascript.jstestdriver/build.xml                  |        5 +
 javascript.jstestdriver/manifest.mf                |        6 +
 .../nbproject/project.properties                   |        2 +
 javascript.jstestdriver/nbproject/project.xml      |      185 +
 .../javascript/jstestdriver/Bundle.properties      |       63 +
 .../jstestdriver/JSTestDriverCustomizerPanel.form  |      151 +
 .../jstestdriver/JSTestDriverCustomizerPanel.java  |      495 +
 .../jstestdriver/JSTestDriverSupport.java          |      693 +
 .../jstestdriver/JsTestingProviderImpl.java        |      274 +
 .../jstestdriver/TestDriverServiceNode.java        |      226 +
 .../javascript/jstestdriver/api/JsTestDriver.java  |       62 +
 .../javascript/jstestdriver/api/RunTests.java      |       65 +
 .../modules/javascript/jstestdriver/layer.xml      |       21 +
 .../preferences/JsTestDriverPreferences.java       |      109 +
 .../JsTestDriverPreferencesValidator.java          |      106 +
 .../jstestdriver/resources/JsTestDriver.png        |      Bin 0 -> 819 bytes
 .../jstestdriver/resources/TemplateHelp.html       |       51 +
 .../jstestdriver/resources/jsTestDriver.conf       |       10 +
 .../jstestdriver/resources/mime-resolver.xml       |        9 +
 .../javascript/jstestdriver/resources/running.png  |      Bin 0 -> 231 bytes
 .../javascript/jstestdriver/resources/waiting.png  |      Bin 0 -> 244 bytes
 .../jstestdriver/ui/customizer/Bundle.properties   |       43 +
 .../ui/customizer/CustomizerJsTestDriver.form      |       75 +
 .../ui/customizer/CustomizerJsTestDriver.java      |      253 +
 .../ui/customizer/CustomizerPanel.java             |      104 +
 .../jstestdriver/util/JsTestDriverUtils.java       |       79 +
 .../jstestdriver/util/ValidationResult.java        |      225 +
 .../jstestdriver/wizard/Bundle.properties          |        1 +
 .../jstestdriver/wizard/InstallJasminePanel.form   |       38 +
 .../jstestdriver/wizard/InstallJasminePanel.java   |       87 +
 .../InstallJasmineWizardDescriptorPanel.java       |      197 +
 .../wizard/NewConfigFileWizardIterator.java        |      217 +
 javascript.karma/build.xml                         |        5 +
 javascript.karma/manifest.mf                       |        5 +
 javascript.karma/nbproject/project.properties      |        2 +
 javascript.karma/nbproject/project.xml             |      214 +
 .../release/karma/karma-netbeans-reporter/index.js |      143 +
 .../karma/karma-netbeans-reporter/package.json     |       20 +
 .../release/karma/karma-netbeans.conf.js           |      148 +
 .../javascript/karma/JsTestingProviderImpl.java    |      138 +
 .../modules/javascript/karma/browsers/Browser.java |       72 +
 .../javascript/karma/browsers/Browsers.java        |      109 +
 .../javascript/karma/browsers/ChromeBased.java     |       65 +
 .../modules/javascript/karma/browsers/Firefox.java |       64 +
 .../javascript/karma/browsers/OperaLegacy.java     |       64 +
 .../javascript/karma/coverage/CloverLogParser.java |      262 +
 .../karma/coverage/CoverageProcessor.java          |      107 +
 .../javascript/karma/coverage/CoverageWatcher.java |      144 +
 .../javascript/karma/exec/KarmaExecutable.java     |      430 +
 .../modules/javascript/karma/exec/KarmaServer.java |      513 +
 .../javascript/karma/exec/KarmaServers.java        |      299 +
 .../karma/exec/KarmaServersListener.java           |       88 +
 .../javascript/karma/mapping/ServerMapping.java    |      186 +
 .../karma/preferences/KarmaPreferences.java        |      212 +
 .../preferences/KarmaPreferencesValidator.java     |       94 +
 .../javascript/karma/resources/Bundle.properties   |       47 +
 .../karma/run/JumpToCallStackAction.java           |       89 +
 .../karma/run/KarmaCallstackFrameNode.java         |       68 +
 .../modules/javascript/karma/run/KarmaRunInfo.java |      177 +
 .../karma/run/KarmaTestRunnerNodeFactory.java      |       76 +
 .../modules/javascript/karma/run/TestRunner.java   |      344 +
 .../javascript/karma/ui/KarmaErrorsDialog.java     |       88 +
 .../karma/ui/customizer/Bundle.properties          |       57 +
 .../karma/ui/customizer/CustomizerKarma.form       |      273 +
 .../karma/ui/customizer/CustomizerKarma.java       |      535 +
 .../karma/ui/customizer/KarmaCustomizerPanel.java  |      108 +
 .../karma/ui/logicalview/KarmaChildrenList.java    |      530 +
 .../karma/ui/resources/KarmaConfDescription.html   |       53 +
 .../javascript/karma/ui/resources/karma.conf.js    |       27 +
 .../javascript/karma/ui/resources/karma.png        |      Bin 0 -> 497 bytes
 .../javascript/karma/ui/resources/running.png      |      Bin 0 -> 231 bytes
 .../javascript/karma/ui/resources/waiting.png      |      Bin 0 -> 244 bytes
 .../ui/wizard/NewKarmaConfWizardIterator.java      |      163 +
 .../javascript/karma/util/ExternalExecutable.java  |      696 +
 .../karma/util/ExternalExecutableValidator.java    |       78 +
 .../modules/javascript/karma/util/FileUtils.java   |      273 +
 .../util/InvalidExternalExecutableException.java   |       57 +
 .../modules/javascript/karma/util/KarmaUtils.java  |      205 +
 .../modules/javascript/karma/util/StringUtils.java |      130 +
 .../javascript/karma/util/ValidationResult.java    |      226 +
 javascript.karma/test/unit/data/clover.xml         |      236 +
 .../javascript/karma/browsers/BrowsersTest.java    |      151 +
 .../javascript/karma/browsers/ChromeBasedTest.java |       84 +
 .../javascript/karma/browsers/FirefoxTest.java     |       88 +
 .../javascript/karma/browsers/OperaLegacyTest.java |       92 +
 .../javascript/karma/browsers/util/TestUtils.java  |       65 +
 .../karma/coverage/CloverLogParserTest.java        |      138 +
 .../javascript/karma/exec/FileLineParserTest.java  |       82 +
 .../javascript/karma/run/TestRunnerTest.java       |       95 +
 javascript.kit/build.xml                           |        9 -
 javascript.kit/manifest.mf                         |        6 -
 javascript.kit/nbproject/project.properties        |       42 -
 javascript.kit/nbproject/project.xml               |       51 -
 .../modules/javascript/kit/Bundle.properties       |       48 -
 javascript.refactoring/build.xml                   |        9 -
 javascript.refactoring/manifest.mf                 |        6 -
 .../nbproject/project.properties                   |        5 -
 javascript.refactoring/nbproject/project.xml       |      209 -
 .../refactoring/javascript/DiffElement.java        |      138 -
 .../refactoring/javascript/JsElementCtx.java       |      404 -
 .../refactoring/javascript/RefactoringModule.java  |       96 -
 .../refactoring/javascript/RetoucheUtils.java      |      406 -
 .../refactoring/javascript/WhereUsedElement.java   |      231 -
 .../javascript/api/WhereUsedQueryConstants.java    |       54 -
 .../javascript/plugins/Bundle.properties           |      141 -
 .../javascript/plugins/JsRefactoringPlugin.java    |      252 -
 .../javascript/plugins/JsRefactoringsFactory.java  |       77 -
 .../javascript/plugins/JsWhereUsedQueryPlugin.java |      703 -
 .../plugins/RenameRefactoringPlugin.java           |     1210 -
 .../javascript/plugins/RetoucheCommit.java         |      100 -
 .../javascript/plugins/SearchVisitor.java          |       61 -
 .../javascript/resources/Bundle.properties         |       44 -
 .../refactoring/javascript/resources/mf-layer.xml  |      103 -
 .../refactoring/javascript/ui/Bundle.properties    |      388 -
 .../javascript/ui/RefactoringActionsProvider.java  |      470 -
 .../refactoring/javascript/ui/RenamePanel.form     |      141 -
 .../refactoring/javascript/ui/RenamePanel.java     |      217 -
 .../javascript/ui/RenameRefactoringUI.java         |      295 -
 .../refactoring/javascript/ui/WhereUsedPanel.form  |      257 -
 .../refactoring/javascript/ui/WhereUsedPanel.java  |      423 -
 .../javascript/ui/WhereUsedQueryUI.java            |      206 -
 .../javascript/ui/tree/ElementGrip.java            |       84 -
 .../javascript/ui/tree/ElementGripFactory.java     |      185 -
 .../javascript/ui/tree/ElementGripTreeElement.java |       87 -
 .../javascript/ui/tree/FileTreeElement.java        |       94 -
 .../javascript/ui/tree/FolderTreeElement.java      |      157 -
 .../javascript/ui/tree/ProjectTreeElement.java     |       95 -
 .../javascript/ui/tree/RefactoringTreeElement.java |       99 -
 .../javascript/ui/tree/SourceGroupTreeElement.java |      110 -
 .../javascript/ui/tree/TreeElementFactoryImpl.java |      116 -
 .../javascript/ui/tree/packageBadge.gif            |      Bin 314 -> 0 bytes
 javascript2.debug/build.xml                        |       50 +
 javascript2.debug/manifest.mf                      |        7 +
 javascript2.debug/nbproject/project.properties     |       51 +
 javascript2.debug/nbproject/project.xml            |      166 +
 .../modules/javascript2/debug/Bundle.properties    |       45 +
 .../modules/javascript2/debug/JSUtils.java         |      186 +
 .../annotation/BreakpointAnnotationListener.java   |       96 +
 .../annotation/BreakpointAnnotationManager.java    |      286 +
 .../debug/annotation/LineBreakpointAnnotation.java |      138 +
 .../javascript2/debug/breakpoints/FutureLine.java  |       98 +
 .../debug/breakpoints/JSBreakpointStatus.java      |       90 +
 .../debug/breakpoints/JSBreakpointsInfo.java       |       70 +
 .../breakpoints/JSBreakpointsInfoManager.java      |      199 +
 .../debug/breakpoints/JSLineBreakpoint.java        |      276 +
 .../breakpoints/JSLineBreakpointBeanInfo.java      |       64 +
 .../debug/breakpoints/JSLineBreakpointType.java    |      109 +
 .../ToggleBreakpointActionProvider.java            |      107 +
 .../debug/breakpoints/io/BreakpointsFromGroup.java |      232 +
 .../debug/breakpoints/io/JSBreakpointReader.java   |      259 +
 .../debug/breakpoints/io/PersistenceManager.java   |      179 +
 .../models/BreakpointNodeActionProvider.java       |      207 +
 .../breakpoints/models/BreakpointNodeModel.java    |      221 +
 .../debug/breakpoints/ui/Bundle.properties         |        2 +
 .../debug/breakpoints/ui/ControllerProvider.java   |       55 +
 .../breakpoints/ui/JSLineBreakpointCustomizer.java |      107 +
 .../ui/JSLineBreakpointCustomizerPanel.form        |       72 +
 .../ui/JSLineBreakpointCustomizerPanel.java        |      253 +
 javascript2.editor/build.xml                       |       79 +
 javascript2.editor/external/binaries-list          |        3 +
 .../external/js-corestubs-license.txt              |       43 +
 .../external/js-domstubs-license.txt               |       64 +
 .../external/js-reststubs-license.txt              |        6 +
 javascript2.editor/manifest.mf                     |        8 +
 javascript2.editor/nbproject/project.properties    |       15 +
 javascript2.editor/nbproject/project.xml           |      435 +
 .../modules/javascript2/editor/Bundle.properties   |      113 +
 .../editor/CompletionContextFinder.java            |      277 +
 ...CompletionInterceptorRegistrationProcessor.java |       81 +
 ...tionFinderInterceptorRegistrationProcessor.java |       81 +
 .../modules/javascript2/editor/EditorExtender.java |       87 +
 .../javascript2/editor/JsBracesMatcher.java        |      219 +
 .../javascript2/editor/JsCamelCaseInterceptor.java |      190 +
 .../javascript2/editor/JsCodeCompletion.java       |     1020 +
 .../javascript2/editor/JsCompletionItem.java       |      608 +
 .../editor/JsDeletedTextInterceptor.java           |      200 +
 .../modules/javascript2/editor/JsKeyWords.java     |       97 +
 .../modules/javascript2/editor/JsLanguage.java     |      201 +
 .../javascript2/editor/JsSemanticAnalyzer.java     |      323 +
 .../javascript2/editor/JsStructureScanner.java     |      656 +
 .../editor/JsTypedBreakInterceptor.java            |      831 +
 .../javascript2/editor/JsTypedTextInterceptor.java |      828 +
 .../modules/javascript2/editor/JsonLanguage.java   |      162 +
 .../javascript2/editor/ModuleInstaller.java        |       68 +
 .../javascript2/editor/TokenSequenceIterator.java  |      109 +
 .../netbeans/modules/javascript2/editor/Utils.java |       91 +
 .../editor/actions/InsertSemicolonAction.java      |      146 +
 .../javascript2/editor/api/FrameworksUtils.java    |       56 +
 .../javascript2/editor/api/lexer/JsTokenId.java    |      295 +
 .../javascript2/editor/api/lexer/LexUtilities.java |      648 +
 .../javascript2/editor/api/package-info.java       |       66 +
 .../editor/classpath/ClassPathProviderImpl.java    |      190 +
 .../javascript2/editor/doc/DocumentationUtils.java |       58 +
 .../editor/doc/JsDocumentationCodeCompletion.java  |      185 +
 .../editor/doc/JsDocumentationCompleter.java       |      481 +
 .../editor/doc/JsDocumentationElement.java         |      112 +
 .../editor/doc/JsDocumentationFallbackHolder.java  |       96 +
 .../doc/JsDocumentationFallbackProvider.java       |       81 +
 .../doc/JsDocumentationFallbackSyntaxProvider.java |       77 +
 .../editor/doc/JsDocumentationPrinter.java         |      344 +
 .../editor/doc/JsDocumentationReader.java          |       87 +
 .../editor/doc/JsDocumentationResolver.java        |      111 +
 .../editor/doc/api/JsDocumentationSupport.java     |      134 +
 .../editor/doc/spi/AnnotationCompletionTag.java    |      143 +
 .../doc/spi/AnnotationCompletionTagProvider.java   |       90 +
 .../javascript2/editor/doc/spi/DocParameter.java   |       85 +
 .../javascript2/editor/doc/spi/JsComment.java      |      152 +
 .../editor/doc/spi/JsDocumentationHolder.java      |      285 +
 .../editor/doc/spi/JsDocumentationProvider.java    |       83 +
 .../javascript2/editor/doc/spi/JsModifier.java     |       83 +
 .../javascript2/editor/doc/spi/SyntaxProvider.java |       99 +
 .../editor/embedding/JsEmbeddingProvider.java      |      936 +
 .../ExtDocAnnotationCompletionTagProvider.java     |      108 +
 .../javascript2/editor/extdoc/ExtDocComment.java   |      216 +
 .../editor/extdoc/ExtDocDocumentationHolder.java   |       67 +
 .../editor/extdoc/ExtDocDocumentationProvider.java |       96 +
 .../javascript2/editor/extdoc/ExtDocParser.java    |      158 +
 .../editor/extdoc/ExtDocSyntaxProvider.java        |       72 +
 .../editor/extdoc/completion/DescriptionTag.java   |       67 +
 .../extdoc/completion/IdentDescribedTag.java       |       72 +
 .../editor/extdoc/completion/IdentSimpleTag.java   |       67 +
 .../editor/extdoc/completion/TypeDescribedTag.java |       74 +
 .../editor/extdoc/completion/TypeNamedTag.java     |       79 +
 .../editor/extdoc/completion/TypeSimpleTag.java    |       69 +
 .../editor/extdoc/model/ExtDocBaseElement.java     |       70 +
 .../extdoc/model/ExtDocDescriptionElement.java     |       78 +
 .../editor/extdoc/model/ExtDocElement.java         |       56 +
 .../editor/extdoc/model/ExtDocElementType.java     |      128 +
 .../editor/extdoc/model/ExtDocElementUtils.java    |      242 +
 .../extdoc/model/ExtDocIdentDescribedElement.java  |       79 +
 .../extdoc/model/ExtDocIdentSimpleElement.java     |       78 +
 .../editor/extdoc/model/ExtDocSimpleElement.java   |       65 +
 .../extdoc/model/ExtDocTypeDescribedElement.java   |      106 +
 .../extdoc/model/ExtDocTypeNamedElement.java       |      130 +
 .../extdoc/model/ExtDocTypeSimpleElement.java      |      105 +
 .../javascript2/editor/formatter/Bundle.properties |       69 +
 .../javascript2/editor/formatter/CodeStyle.java    |      959 +
 .../javascript2/editor/formatter/Defaults.java     |      123 +
 .../javascript2/editor/formatter/FmtOptions.java   |      983 +
 .../editor/formatter/FormatContext.java            |      672 +
 .../javascript2/editor/formatter/FormatToken.java  |      634 +
 .../editor/formatter/FormatTokenStream.java        |      352 +
 .../editor/formatter/FormatVisitor.java            |     1348 +
 .../editor/formatter/IndentContext.java            |      227 +
 .../javascript2/editor/formatter/JsFormatter.java  |     2127 +
 .../javascript2/editor/formatter/Utils.java        |       70 +
 .../editor/formatter/ui/Bundle.properties          |      244 +
 .../javascript2/editor/formatter/ui/FmtSpaces.form |       66 +
 .../javascript2/editor/formatter/ui/FmtSpaces.java |      447 +
 .../editor/formatter/ui/FmtTabsIndents.form        |      124 +
 .../editor/formatter/ui/FmtTabsIndents.java        |      158 +
 .../editor/formatter/ui/FmtWrapping.form           |      986 +
 .../editor/formatter/ui/FmtWrapping.java           |      706 +
 .../javascript2/editor/formatter/ui/Spaces.js      |       50 +
 .../javascript2/editor/formatter/ui/TabsIndents.js |       24 +
 .../javascript2/editor/formatter/ui/Wrapping.js    |       22 +
 .../editor/formatter/ui/json/Bundle.properties     |      111 +
 .../editor/formatter/ui/json/FmtSpaces.form        |       66 +
 .../editor/formatter/ui/json/FmtSpaces.java        |      390 +
 .../editor/formatter/ui/json/FmtTabsIndents.form   |      124 +
 .../editor/formatter/ui/json/FmtTabsIndents.java   |      159 +
 .../editor/formatter/ui/json/FmtWrapping.form      |      288 +
 .../editor/formatter/ui/json/FmtWrapping.java      |      276 +
 .../editor/formatter/ui/json/Spaces.json           |        7 +
 .../editor/formatter/ui/json/TabsIndents.json      |        4 +
 .../editor/formatter/ui/json/Wrapping.json         |        1 +
 .../editor/hints/ArrayTrailingComma.java           |       69 +
 .../editor/hints/AssignmentInCondition.java        |       69 +
 .../editor/hints/BetterConditionHint.java          |       69 +
 .../javascript2/editor/hints/Bundle.properties     |       42 +
 .../editor/hints/DuplicatePropertyName.java        |       69 +
 .../editor/hints/ErrorCheckingSupport.java         |      341 +
 .../editor/hints/GlobalIsNotDefined.java           |      164 +
 .../editor/hints/HintsAdvancedOption.java          |       87 +
 .../editor/hints/IncorrectDocumentationRule.java   |       68 +
 .../javascript2/editor/hints/JsAstRule.java        |       89 +
 .../javascript2/editor/hints/JsConventionHint.java |       93 +
 .../javascript2/editor/hints/JsConventionRule.java |      530 +
 .../editor/hints/JsFunctionDocumentationRule.java  |      257 +
 .../javascript2/editor/hints/JsHintsProvider.java  |      322 +
 .../editor/hints/MissingSemicolonHint.java         |       69 +
 .../editor/hints/ObjectTrailingComma.java          |       69 +
 .../editor/hints/UndocumentedParameterRule.java    |       68 +
 .../javascript2/editor/hints/WeirdAssignment.java  |      121 +
 .../javascript2/editor/index/IndexedElement.java   |      587 +
 .../modules/javascript2/editor/index/JsIndex.java  |      584 +
 .../javascript2/editor/index/JsIndexer.java        |      306 +
 .../editor/index/QuerySupportFactory.java          |       74 +
 .../JsDocAnnotationCompletionTagProvider.java      |      108 +
 .../javascript2/editor/jsdoc/JsDocComment.java     |      278 +
 .../javascript2/editor/jsdoc/JsDocCommentType.java |       71 +
 .../editor/jsdoc/JsDocDocumentationHolder.java     |       69 +
 .../editor/jsdoc/JsDocDocumentationProvider.java   |       92 +
 .../javascript2/editor/jsdoc/JsDocParser.java      |      185 +
 .../editor/jsdoc/JsDocSyntaxProvider.java          |       72 +
 .../editor/jsdoc/completion/AssingTag.java         |       73 +
 .../editor/jsdoc/completion/DescriptionTag.java    |       67 +
 .../editor/jsdoc/completion/LinkTag.java           |       67 +
 .../editor/jsdoc/completion/TypeDescribedTag.java  |       74 +
 .../editor/jsdoc/completion/TypeNamedTag.java      |       79 +
 .../editor/jsdoc/completion/TypeSimpleTag.java     |       69 +
 .../editor/jsdoc/model/AssignElement.java          |       82 +
 .../editor/jsdoc/model/DeclarationElement.java     |       77 +
 .../editor/jsdoc/model/DescriptionElement.java     |       78 +
 .../editor/jsdoc/model/JsDocElement.java           |       69 +
 .../editor/jsdoc/model/JsDocElementImpl.java       |       65 +
 .../editor/jsdoc/model/JsDocElementType.java       |      139 +
 .../editor/jsdoc/model/JsDocElementUtils.java      |      220 +
 .../editor/jsdoc/model/LinkElement.java            |       72 +
 .../javascript2/editor/jsdoc/model/NamePath.java   |       64 +
 .../editor/jsdoc/model/NamedParameterElement.java  |      172 +
 .../editor/jsdoc/model/ParameterElement.java       |       79 +
 .../editor/jsdoc/model/SimpleElement.java          |       66 +
 .../jsdoc/model/UnnamedParameterElement.java       |       88 +
 .../editor/lexer/JavaScriptColoringLexer.java      |     1703 +
 .../editor/lexer/JsDocumentationColoringLexer.java |      823 +
 .../editor/lexer/JsDocumentationLexer.java         |      103 +
 .../editor/lexer/JsDocumentationTokenId.java       |      144 +
 .../modules/javascript2/editor/lexer/JsLexer.java  |      103 +
 .../editor/lexer/JsonColoringLexer.java            |      771 +
 .../javascript2/editor/lexer/JsonLexer.java        |      103 +
 .../javascript2/editor/model/DeclarationScope.java |       57 +
 .../javascript2/editor/model/Identifier.java       |       63 +
 .../modules/javascript2/editor/model/JsArray.java  |       54 +
 .../javascript2/editor/model/JsElement.java        |      117 +
 .../javascript2/editor/model/JsFunction.java       |       61 +
 .../modules/javascript2/editor/model/JsObject.java |       95 +
 .../modules/javascript2/editor/model/JsWith.java   |       61 +
 .../modules/javascript2/editor/model/Model.java    |      845 +
 .../javascript2/editor/model/ModelFactory.java     |       59 +
 .../javascript2/editor/model/Occurrence.java       |       54 +
 .../editor/model/OccurrencesSupport.java           |      154 +
 .../modules/javascript2/editor/model/Type.java     |       80 +
 .../javascript2/editor/model/TypeUsage.java        |       52 +
 .../editor/model/impl/AnonymousObject.java         |      106 +
 .../editor/model/impl/CatchBlockImpl.java          |      109 +
 .../editor/model/impl/DeclarationScopeImpl.java    |      104 +
 .../model/impl/FunctionArgumentAccessor.java       |       91 +
 .../FunctionInterceptorRegistrationProcessor.java  |       81 +
 .../editor/model/impl/IdentifierImpl.java          |      104 +
 .../javascript2/editor/model/impl/JsArrayImpl.java |      155 +
 .../editor/model/impl/JsArrayReference.java        |       76 +
 .../editor/model/impl/JsElementImpl.java           |      256 +
 .../editor/model/impl/JsFunctionImpl.java          |      314 +
 .../editor/model/impl/JsFunctionReference.java     |      103 +
 .../editor/model/impl/JsInstantRenamer.java        |       86 +
 .../editor/model/impl/JsObjectImpl.java            |      681 +
 .../editor/model/impl/JsObjectReference.java       |      142 +
 .../editor/model/impl/JsWithObjectImpl.java        |      243 +
 .../editor/model/impl/ModelBuilder.java            |      152 +
 .../editor/model/impl/ModelElementFactory.java     |      299 +
 .../model/impl/ModelElementFactoryAccessor.java    |       80 +
 .../editor/model/impl/ModelExtender.java           |      116 +
 .../ModelInterceptorRegistrationProcessor.java     |       81 +
 .../javascript2/editor/model/impl/ModelUtils.java  |     1597 +
 .../editor/model/impl/ModelVisitor.java            |     2173 +
 .../editor/model/impl/OccurrenceBuilder.java       |      216 +
 .../editor/model/impl/OccurrenceImpl.java          |       96 +
 .../editor/model/impl/ParameterObject.java         |      115 +
 .../editor/model/impl/PathNodeVisitor.java         |      472 +
 .../editor/model/impl/SemiTypeResolverVisitor.java |      454 +
 .../editor/model/impl/TypeUsageImpl.java           |      126 +
 .../editor/model/impl/UsageBuilder.java            |       50 +
 .../editor/navigation/DeclarationFinderImpl.java   |      348 +
 .../editor/navigation/JsIndexSearcher.java         |      231 +
 .../editor/navigation/OccurrencesFinderImpl.java   |      203 +
 .../javascript2/editor/options/OptionsUtils.java   |      219 +
 .../editor/options/ui/Bundle.properties            |       54 +
 .../editor/options/ui/CodeCompletionPanel.form     |      189 +
 .../editor/options/ui/CodeCompletionPanel.java     |      377 +
 .../editor/options/ui/json/Bundle.properties       |       46 +
 .../options/ui/json/CodeCompletionPanel.form       |       65 +
 .../options/ui/json/CodeCompletionPanel.java       |      206 +
 .../javascript2/editor/parser/JsErrorManager.java  |      400 +
 .../javascript2/editor/parser/JsParser.java        |      106 +
 .../javascript2/editor/parser/JsParserError.java   |      125 +
 .../javascript2/editor/parser/JsParserResult.java  |      138 +
 .../javascript2/editor/parser/JsonParser.java      |      106 +
 .../editor/parser/SanitizingParser.java            |      694 +
 .../javascript2/editor/resources/Bundle.properties |       74 +
 .../editor/resources/DefaultKeyBindings-Mac.xml    |       59 +
 .../editor/resources/DefaultKeyBindings.xml        |       59 +
 .../modules/javascript2/editor/resources/JsExample |       18 +
 .../javascript2/editor/resources/JsonExample.json  |       22 +
 .../editor/resources/codetemplates-doc.xml         |      163 +
 .../javascript2/editor/resources/codetemplates.xml |      287 +
 .../editor/resources/fontsColors-bluetheme.xml     |       19 +
 .../editor/resources/fontsColors-citylights.xml    |       14 +
 .../javascript2/editor/resources/fontsColors.xml   |       38 +
 .../javascript2/editor/resources}/javascript.html  |        0
 .../javascript2/editor/resources}/javascript.png   |      Bin
 .../javascript2/editor/resources}/json.html        |        0
 .../javascript2/editor/resources/jsontemplate.json |        7 +
 .../javascript2/editor/resources/jstemplate.js     |       10 +
 .../modules/javascript2/editor/resources/layer.xml |      546 +
 .../editor/resources/methodPriviliged.png          |      Bin 0 -> 741 bytes
 .../sdoc/SDocAnnotationCompletionTagProvider.java  |      100 +
 .../javascript2/editor/sdoc/SDocComment.java       |      251 +
 .../editor/sdoc/SDocDocumentationHolder.java       |       67 +
 .../editor/sdoc/SDocDocumentationProvider.java     |       96 +
 .../javascript2/editor/sdoc/SDocParser.java        |      158 +
 .../editor/sdoc/SDocSyntaxProvider.java            |       72 +
 .../editor/sdoc/completion/DescriptionTag.java     |       67 +
 .../editor/sdoc/completion/IdentifierTag.java      |       67 +
 .../editor/sdoc/completion/TypeDescribedTag.java   |       74 +
 .../editor/sdoc/completion/TypeNamedTag.java       |       79 +
 .../editor/sdoc/completion/TypeSimpleTag.java      |       69 +
 .../editor/sdoc/elements/SDocBaseElement.java      |       69 +
 .../sdoc/elements/SDocDescriptionElement.java      |       78 +
 .../editor/sdoc/elements/SDocElement.java          |       56 +
 .../editor/sdoc/elements/SDocElementType.java      |      127 +
 .../editor/sdoc/elements/SDocElementUtils.java     |      208 +
 .../sdoc/elements/SDocIdentifierElement.java       |       78 +
 .../editor/sdoc/elements/SDocSimpleElement.java    |       65 +
 .../sdoc/elements/SDocTypeDescribedElement.java    |      106 +
 .../editor/sdoc/elements/SDocTypeNamedElement.java |      113 +
 .../sdoc/elements/SDocTypeSimpleElement.java       |      105 +
 .../javascript2/editor/spi/CompletionContext.java  |       68 +
 .../javascript2/editor/spi/CompletionProvider.java |       70 +
 .../javascript2/editor/spi/DeclarationFinder.java  |       63 +
 .../editor/spi/model/FunctionArgument.java         |      121 +
 .../editor/spi/model/FunctionInterceptor.java      |       70 +
 .../editor/spi/model/ModelElementFactory.java      |      600 +
 .../editor/spi/model/ModelInterceptor.java         |       65 +
 .../data/PhpProject14/nbproject/project.properties |        9 +
 .../data/PhpProject14/nbproject/project.xml        |        9 +
 .../test/qa-functional/data/PhpProject14/real2k.js |     1848 +
 .../qa-functional/data/PhpProject14/real500.js     |      476 +
 .../data/PhpProject14/syntheticDoc10k.js           |     9996 +
 .../test/qa-functional/data/completionTest/ext.js  |       45 +
 .../qa-functional/data/completionTest/extends.js   |       33 +
 .../test/qa-functional/data/completionTest/goto.js |        8 +
 .../qa-functional/data/completionTest/jsdoc.js     |       51 +
 .../completionTest/nbproject/project.properties    |        7 +
 .../data/completionTest/nbproject/project.xml      |        9 +
 .../qa-functional/data/completionTest/plugin.js    |       70 +
 .../qa-functional/data/completionTest/rename.js    |       64 +
 .../data/completionTest/rename_with.js             |      100 +
 .../qa-functional/data/completionTest/styles.css   |        6 +
 .../data/completionTest/templates.html             |       35 +
 .../qa-functional/data/completionTest/templates.js |       16 +
 .../test/qa-functional/data/completionTest/test.js |        0
 .../qa-functional/data/completionTest/widget.js    |       52 +
 .../test/qa-functional/data/navigationTest/goto.js |       19 +
 .../navigationTest/nbproject/project.properties    |        7 +
 .../data/navigationTest/nbproject/project.xml      |        9 +
 .../test/qa-functional/data/navigationTest/test.js |       64 +
 .../performance/JsIndexingPerformanceTest.java     |      132 +
 .../performance/JsParsingPerformanceTest.java      |      155 +
 .../javascript2/editor/qaf/GeneralJavaScript.java  |      393 +
 .../javascript2/editor/qaf/NavigateTest.java       |      148 +
 .../javascript2/editor/qaf/TemplatesTest.java      |      185 +
 .../editor/qaf/cc/BrowserObjectsTest.java          |      168 +
 .../javascript2/editor/qaf/cc/DOMObjectsTest.java  |      190 +
 .../editor/qaf/cc/EmbeddedHTMLTest.java            |      333 +
 .../javascript2/editor/qaf/cc/ExtJSTest.java       |      131 +
 .../javascript2/editor/qaf/cc/ExtendsTest.java     |      122 +
 .../editor/qaf/cc/JQueryPluginTest.java            |      154 +
 .../editor/qaf/cc/JQueryWidgetTest.java            |      153 +
 .../javascript2/editor/qaf/cc/JSObjectsTest.java   |      328 +
 .../modules/javascript2/editor/qaf/cc/TestCC.java  |      435 +
 .../editor/qaf/cc/TestCCInsideWith.java            |      447 +
 .../javascript2/editor/qaf/cc/TestJQuery.java      |      256 +
 .../javascript2/editor/qaf/hints/HintsTest.java    |      199 +
 .../editor/qaf/jsdoc/CompletionTest.java           |      111 +
 .../editor/qaf/refactor/RenameTest.java            |      167 +
 .../editor/qaf/refactor/RenameWithTest.java        |      201 +
 .../test/unit/data/testfiles/coloring/Formatter.js |       86 +
 .../data/testfiles/coloring/Formatter.js.semantic  |       86 +
 .../data/testfiles/coloring/Formatter.js.structure |       10 +
 .../unit/data/testfiles/coloring/assignments01.js  |       27 +
 .../testfiles/coloring/assignments01.js.semantic   |       27 +
 .../testfiles/coloring/assignments01.js.structure  |        9 +
 .../assignments01.js.testSemicolonAssignment.hints |        3 +
 .../unit/data/testfiles/coloring/czechChars.js     |       30 +
 .../data/testfiles/coloring/czechChars.js.folds    |       31 +
 .../data/testfiles/coloring/czechChars.js.model    |       48 +
 .../data/testfiles/coloring/czechChars.js.semantic |       30 +
 ...chChars.js.testFunctionParameters05.occurrences |        3 +
 .../czechChars.js.testProperty01.occurrences       |        2 +
 .../czechChars.js.testProperty02.occurrences       |        2 +
 .../czechChars.js.testProperty03.occurrences       |        2 +
 .../czechChars.js.testProperty04.occurrences       |        3 +
 .../czechChars.js.testProperty05.occurrences       |        2 +
 .../unit/data/testfiles/coloring/issue149408.js    |        5 +
 .../testfiles/coloring/issue149408.js.structure    |        2 +
 .../unit/data/testfiles/coloring/issue176581.js    |        6 +
 .../issue176581.js.testIssue176581_01.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue180919.js    |        1 +
 .../testfiles/coloring/issue180919.js.semantic     |        1 +
 .../unit/data/testfiles/coloring/issue198032.js    |       41 +
 .../testfiles/coloring/issue198032.js.structure    |        8 +
 .../issue198032.js.testIssue198032_01.occurrences  |        2 +
 .../issue198032.js.testIssue198032_02.occurrences  |        4 +
 .../issue198032.js.testIssue198032_03.occurrences  |        2 +
 .../issue198032.js.testIssue198032_04.occurrences  |        2 +
 .../issue198032.js.testIssue198032_05.occurrences  |        2 +
 .../issue198032.js.testIssue198032_06.occurrences  |        9 +
 .../unit/data/testfiles/coloring/issue198431.js    |        9 +
 .../testfiles/coloring/issue198431.js.semantic     |        9 +
 .../issue198431.js.testIssue198431.occurrences     |        3 +
 .../unit/data/testfiles/coloring/issue209717_01.js |        3 +
 .../testfiles/coloring/issue209717_01.js.semantic  |        3 +
 ...ssue209717_01.js.testIssue209717_01.occurrences |        2 +
 ...ssue209717_01.js.testIssue209717_02.occurrences |        2 +
 .../unit/data/testfiles/coloring/issue209717_02.js |        4 +
 .../testfiles/coloring/issue209717_02.js.semantic  |        4 +
 ...ssue209717_02.js.testIssue209717_03.occurrences |        2 +
 .../unit/data/testfiles/coloring/issue209717_03.js |        7 +
 .../testfiles/coloring/issue209717_03.js.semantic  |        7 +
 ...ssue209717_03.js.testIssue209717_04.occurrences |        2 +
 .../unit/data/testfiles/coloring/issue209717_04.js |        6 +
 .../testfiles/coloring/issue209717_04.js.semantic  |        6 +
 ...ssue209717_04.js.testIssue209717_05.occurrences |        3 +
 .../unit/data/testfiles/coloring/issue209941.js    |       17 +
 .../issue209941.js.testIssue209941_01.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue212319.js    |       39 +
 .../testfiles/coloring/issue212319.js.semantic     |       39 +
 .../unit/data/testfiles/coloring/issue213968.js    |       15 +
 .../testfiles/coloring/issue213968.js.semantic     |       15 +
 .../unit/data/testfiles/coloring/issue214982.js    |        7 +
 .../testfiles/coloring/issue214982.js.semantic     |        7 +
 .../unit/data/testfiles/coloring/issue215354.js    |       12 +
 .../testfiles/coloring/issue215354.js.semantic     |       12 +
 .../testfiles/coloring/issue215354.js.structure    |        4 +
 .../unit/data/testfiles/coloring/issue215554.js    |       11 +
 .../testfiles/coloring/issue215554.js.semantic     |       11 +
 .../issue215554.js.testIssue215554.occurrences     |        2 +
 .../unit/data/testfiles/coloring/issue215755.js    |       14 +
 .../testfiles/coloring/issue215755.js.semantic     |       14 +
 .../unit/data/testfiles/coloring/issue215756.js    |       15 +
 .../testfiles/coloring/issue215756.js.structure    |        3 +
 .../issue215756.js.testIssue215756_01.occurrences  |        4 +
 .../issue215756.js.testIssue215756_02.occurrences  |        2 +
 .../issue215756.js.testIssue215756_03.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue215757.js    |        5 +
 .../testfiles/coloring/issue215757.js.semantic     |        5 +
 .../issue215757.js.testIssue232993_01.occurrences  |        3 +
 .../issue215757.js.testIssue232993_02.occurrences  |        1 +
 .../issue215757.js.testIssue232993_03.occurrences  |        1 +
 .../issue215757.js.testIssue232993_04.occurrences  |        1 +
 .../unit/data/testfiles/coloring/issue215839.js    |        3 +
 .../testfiles/coloring/issue215839.js.semantic     |        3 +
 .../unit/data/testfiles/coloring/issue216262.js    |        7 +
 .../testfiles/coloring/issue216262.js.semantic     |        7 +
 .../unit/data/testfiles/coloring/issue216640.js    |        5 +
 .../testfiles/coloring/issue216640.js.structure    |        3 +
 .../unit/data/testfiles/coloring/issue216851.js    |        5 +
 .../testfiles/coloring/issue216851.js.structure    |        2 +
 .../unit/data/testfiles/coloring/issue217443.js    |       31 +
 .../testfiles/coloring/issue217443.js.semantic     |       31 +
 .../unit/data/testfiles/coloring/issue217770.js    |        8 +
 .../issue217770.js.testIssue217770_01.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue218041.js    |        6 +
 .../testfiles/coloring/issue218041.js.semantic     |        6 +
 .../issue218041.js.testIssue218041_01.occurrences  |        2 +
 .../issue218041.js.testIssue218041_02.occurrences  |        1 +
 .../unit/data/testfiles/coloring/issue218070_01.js |       19 +
 .../testfiles/coloring/issue218070_01.js.structure |        2 +
 ...ssue218070_01.js.testIssue218070_01.occurrences |        4 +
 ...ssue218070_01.js.testIssue218070_02.occurrences |        2 +
 .../unit/data/testfiles/coloring/issue218090.js    |       34 +
 .../testfiles/coloring/issue218090.js.semantic     |       34 +
 .../issue218090.js.testIssue218090_01.occurrences  |        2 +
 .../issue218090.js.testIssue218090_02.occurrences  |        2 +
 .../issue218090.js.testIssue218090_03.occurrences  |        2 +
 .../issue218090.js.testIssue218090_04.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue218100.js    |       13 +
 .../testfiles/coloring/issue218100.js.semantic     |       13 +
 .../unit/data/testfiles/coloring/issue218230.js    |      135 +
 .../testfiles/coloring/issue218230.js.semantic     |      135 +
 .../unit/data/testfiles/coloring/issue218231.js    |        7 +
 .../testfiles/coloring/issue218231.js.semantic     |        7 +
 .../issue218231.js.testIssue218231_01.occurrences  |        2 +
 .../issue218231.js.testIssue218231_02.occurrences  |        1 +
 .../unit/data/testfiles/coloring/issue218467.js    |        5 +
 .../testfiles/coloring/issue218467.js.semantic     |        5 +
 .../unit/data/testfiles/coloring/issue218561.js    |       18 +
 .../testfiles/coloring/issue218561.js.semantic     |       18 +
 .../issue218561.js.testIssue218561_01.occurrences  |        3 +
 .../issue218561.js.testIssue218561_02.occurrences  |        2 +
 .../unit/data/testfiles/coloring/issue219027.html  |       57 +
 .../issue219027.html.testIssue219067.occurrences   |        1 +
 .../unit/data/testfiles/coloring/issue219044.js    |       23 +
 .../testfiles/coloring/issue219044.js.semantic     |       23 +
 .../unit/data/testfiles/coloring/issue219634.js    |       25 +
 .../testfiles/coloring/issue219634.js.semantic     |       25 +
 .../issue219634.js.testIssue219634_01.occurrences  |        2 +
 .../issue219634.js.testIssue219634_02.occurrences  |        2 +
 .../issue219634.js.testIssue219634_03.occurrences  |        6 +
 .../issue219634.js.testIssue219634_04.occurrences  |        1 +
 .../unit/data/testfiles/coloring/issue220102.js    |        9 +
 .../testfiles/coloring/issue220102.js.semantic     |        9 +
 .../issue220102.js.testIssue220102.occurrences     |        4 +
 .../unit/data/testfiles/coloring/issue220735.js    |       16 +
 .../testfiles/coloring/issue220735.js.semantic     |       16 +
 .../unit/data/testfiles/coloring/issue220891.js    |       12 +
 .../testfiles/coloring/issue220891.js.semantic     |       12 +
 .../issue220891.js.testIssue220891.occurrences     |        4 +
 .../unit/data/testfiles/coloring/issue221464.js    |        3 +
 .../testfiles/coloring/issue221464.js.semantic     |        3 +
 .../unit/data/testfiles/coloring/issue222691.js    |       21 +
 .../testfiles/coloring/issue222691.js.structure    |        4 +
 .../unit/data/testfiles/coloring/issue222852.js    |       11 +
 .../testfiles/coloring/issue222852.js.structure    |        2 +
 .../unit/data/testfiles/coloring/issue222893.js    |        7 +
 .../testfiles/coloring/issue222893.js.structure    |        1 +
 .../unit/data/testfiles/coloring/issue222910.js    |        8 +
 .../testfiles/coloring/issue222910.js.structure    |        4 +
 .../unit/data/testfiles/coloring/issue222954.js    |        1 +
 .../testfiles/coloring/issue222954.js.structure    |        1 +
 .../unit/data/testfiles/coloring/issue222977.js    |       14 +
 .../testfiles/coloring/issue222977.js.structure    |        6 +
 .../unit/data/testfiles/coloring/issue223109.js    |        8 +
 .../testfiles/coloring/issue223109.js.semantic     |        8 +
 .../unit/data/testfiles/coloring/issue223121.js    |       13 +
 .../testfiles/coloring/issue223121.js.structure    |        6 +
 .../unit/data/testfiles/coloring/issue223264.js    |        9 +
 .../testfiles/coloring/issue223264.js.structure    |        2 +
 .../unit/data/testfiles/coloring/issue223304.js    |        1 +
 .../testfiles/coloring/issue223304.js.structure    |        1 +
 .../unit/data/testfiles/coloring/issue223306.js    |       24 +
 .../testfiles/coloring/issue223306.js.structure    |        6 +
 .../unit/data/testfiles/coloring/issue223313.js    |        3 +
 .../testfiles/coloring/issue223313.js.structure    |        4 +
 .../unit/data/testfiles/coloring/issue223423.js    |       10 +
 .../testfiles/coloring/issue223423.js.structure    |        5 +
 .../unit/data/testfiles/coloring/issue223699.js    |       21 +
 .../testfiles/coloring/issue223699.js.semantic     |       21 +
 .../testfiles/coloring/issue223699.js.structure    |        5 +
 .../issue223699.js.testIssue223699_01.occurrences  |        3 +
 .../issue223699.js.testIssue223699_02.occurrences  |        6 +
 .../unit/data/testfiles/coloring/issue223814.js    |       33 +
 .../testfiles/coloring/issue223814.js.structure    |        5 +
 .../unit/data/testfiles/coloring/issue224036.js    |        1 +
 .../testfiles/coloring/issue224036.js.semantic     |        1 +
 .../unit/data/testfiles/coloring/issue224562.js    |        8 +
 .../testfiles/coloring/issue224562.js.structure    |        1 +
 .../unit/data/testfiles/coloring/issue225098.js    |       17 +
 .../testfiles/coloring/issue225098.js.semantic     |       17 +
 .../unit/data/testfiles/coloring/issue229838.js    |        6 +
 .../testfiles/coloring/issue229838.js.semantic     |        6 +
 .../unit/data/testfiles/coloring/issue231430.js    |       11 +
 .../testfiles/coloring/issue231430.js.semantic     |       11 +
 .../unit/data/testfiles/coloring/issue231752.js    |        9 +
 .../testfiles/coloring/issue231752.js.semantic     |        9 +
 .../testfiles/coloring/issue231752.js.structure    |        5 +
 .../unit/data/testfiles/coloring/issue231848.js    |       18 +
 .../testfiles/coloring/issue231848.js.semantic     |       18 +
 .../unit/data/testfiles/coloring/issue231921.js    |        6 +
 .../testfiles/coloring/issue231921.js.semantic     |        6 +
 .../unit/data/testfiles/coloring/issue233567.js    |        6 +
 .../testfiles/coloring/issue233567.js.semantic     |        6 +
 .../unit/data/testfiles/coloring/issue235793.js    |       10 +
 .../testfiles/coloring/issue235793.js.semantic     |       10 +
 .../unit/data/testfiles/coloring/issue238465.js    |        9 +
 .../testfiles/coloring/issue238465.js.semantic     |        9 +
 .../unit/data/testfiles/coloring/issue244989.js    |       16 +
 .../testfiles/coloring/issue244989.js.semantic     |       16 +
 .../issue244989.js.testIssue244989_01.occurrences  |        3 +
 .../data/testfiles/coloring/unusedVariable02.js    |        5 +
 .../coloring/unusedVariable02.js.semantic          |        5 +
 .../data/testfiles/coloring/unusedVariable03.js    |       11 +
 .../coloring/unusedVariable03.js.semantic          |       11 +
 .../data/testfiles/coloring/unusedVariables.js     |        7 +
 .../testfiles/coloring/unusedVariables.js.semantic |        7 +
 .../testfiles/completion/arguments/arguments.js    |       29 +
 .../completion/arguments/arguments.js.model        |       64 +
 ...ts.js.testFunctionObjectProperties02.completion |       30 +
 ...ts.js.testFunctionObjectProperties03.completion |        9 +
 .../arguments.js.testIssue215763.completion        |       28 +
 .../completion/arguments/argumentsTestFile.js      |        5 +
 ...le.js.testFunctionObjectProperties01.completion |       30 +
 .../testfiles/completion/arrays/arrayliteral.js    |       11 +
 .../completion/arrays/arrayliteral.js.semantic     |       11 +
 .../completion/arrays/arrayliteral.js.structure    |        5 +
 .../arrayliteral.js.testArrayLiteral01.completion  |       21 +
 .../arrayliteral.js.testArrayLiteral02.completion  |       26 +
 .../data/testfiles/completion/arrays/arrays1.js    |       14 +
 .../completion/arrays/arrays1.js.structure         |        3 +
 .../arrays/arrays1.js.testArrays01.completion      |       49 +
 .../arrays/arrays1.js.testArrays02.completion      |        6 +
 .../arrays/arrays1.js.testArrays03.completion      |        6 +
 .../data/testfiles/completion/arrays/arrays2.js    |       11 +
 .../arrays/arrays2.js.testArrays04.completion      |       49 +
 .../data/testfiles/completion/arrays/arrays3.js    |       17 +
 .../arrays/arrays3.js.testArrays05.completion      |       49 +
 .../testfiles/completion/arrays/issue231267.js     |       10 +
 .../completion/arrays/issue231267.js.structure     |        5 +
 .../issue231267.js.testIssue231267_01.completion   |       26 +
 .../issue231267.js.testIssue231267_02.completion   |       21 +
 .../testfiles/completion/arrays/issue231449.js     |       12 +
 .../completion/arrays/issue231449.js.structure     |        5 +
 .../issue231449.js.testIssue231449_01.completion   |       26 +
 .../issue231449.js.testIssue231449_02.completion   |       21 +
 .../unit/data/testfiles/completion}/cc-prefix1.js  |        0
 .../testfiles/completion/cc-prefix1.js.prefixes    |       36 +
 .../unit/data/testfiles/completion}/cc-prefix2.js  |        0
 .../testfiles/completion/cc-prefix2.js.prefixes    |       64 +
 .../unit/data/testfiles/completion/cc-prefix3.js   |        1 +
 .../testfiles/completion/cc-prefix3.js.prefixes    |       70 +
 .../completion/documentation/documentation01.js    |       25 +
 ...ntation01.js.testCompletionDocumentation01.html |        7 +
 ...ntation01.js.testCompletionDocumentation02.html |        7 +
 ...ntation01.js.testCompletionDocumentation03.html |       17 +
 .../documentation01.js.testIssue180805.html        |       34 +
 .../completion/documentation/issue223104.js        |       11 +
 .../issue223104.js.testIssue223104.html            |       34 +
 .../completion/documentation/issue226631.js        |        8 +
 .../issue226631.js.testIssue226631.html            |       11 +
 .../unit/data/testfiles/completion/extDefine.js    |        7 +
 .../completion/general/findObjectByOffset.js       |       19 +
 ...yOffset.js.testFindObjectByOffset_01.completion |       14 +
 ...yOffset.js.testFindObjectByOffset_02.completion |        9 +
 ...yOffset.js.testFindObjectByOffset_03.completion |       14 +
 ...yOffset.js.testFindObjectByOffset_04.completion |        9 +
 .../completion/general/issue214205/issue214205.js  |        3 +
 .../issue214205.js.testIssue214205_01.completion   |       37 +
 .../issue214205.js.testIssue214205_02.completion   |       37 +
 .../testfiles/completion/general/issue215353.js    |        6 +
 .../issue215353.js.testIssue215353.completion      |       30 +
 .../testfiles/completion/general/issue215764.js    |       10 +
 .../completion/general/issue215764.js.structure    |        2 +
 .../issue215764.js.testIssue215764_01.completion   |       26 +
 .../testfiles/completion/general/issue215863.js    |        5 +
 .../issue215863.js.testIssue215863_01.completion   |        7 +
 .../issue215863.js.testIssue215863_02.completion   |      154 +
 .../issue215863.js.testIssue215863_03.completion   |        7 +
 .../issue215863.js.testIssue215863_04.completion   |        9 +
 .../issue215863.js.testIssue215863_05.completion   |        8 +
 .../issue215863.js.testIssue215863_06.completion   |       10 +
 .../testfiles/completion/general/issue218525.html  |       42 +
 .../issue218525.html.testIssue218525_01.completion |        5 +
 ...issue218525.html.testIssue218525_01.occurrences |        2 +
 ...issue218525.html.testIssue218525_02.occurrences |        2 +
 .../testfiles/completion/general/issue218689.html  |       30 +
 .../issue218689.html.testIssue218689.completion    |        6 +
 ...issue218689.html.testIssue229363_01.occurrences |        6 +
 ...issue218689.html.testIssue229363_02.occurrences |        5 +
 .../testfiles/completion/general/issue220088.js    |       18 +
 .../issue220088.js.testIssue220088_01.completion   |        5 +
 .../issue220088.js.testIssue220088_02.completion   |        7 +
 .../issue220088.js.testIssue220088_03.completion   |        5 +
 .../issue220088.js.testIssue220088_04.completion   |        7 +
 .../issue220088.js.testIssue220088_05.completion   |       13 +
 .../issue220088.js.testIssue220088_06.completion   |        5 +
 .../issue220088.js.testIssue220088_07.completion   |        7 +
 .../testfiles/completion/general/issue220101.js    |       14 +
 .../issue220101.js.testIssue220101.completion      |        6 +
 .../testfiles/completion/general/issue220621.js    |       15 +
 .../issue220621.js.testIssue220621_01.completion   |        5 +
 .../issue220621.js.testIssue220621_02.completion   |        6 +
 .../testfiles/completion/general/issue220917.js    |        3 +
 .../issue220917.js.testIssue220917_01.completion   |       15 +
 .../issue220917.js.testIssue220917_02.completion   |       21 +
 .../issue220917.js.testIssue220917_03.completion   |       11 +
 .../testfiles/completion/general/issue222601.js    |       23 +
 .../completion/general/issue222601.js.structure    |        4 +
 .../issue222601.js.testIssue222601_01.completion   |       26 +
 .../testfiles/completion/general/issue222780.js    |        1 +
 .../issue222780.js.testIssue222780.completion      |        5 +
 .../testfiles/completion/general/issue222993.js    |       16 +
 .../issue222993.js.testIssue222993_01.completion   |        7 +
 .../issue222993.js.testIssue222993_02.completion   |       28 +
 .../issue222993.js.testIssue222993_03.completion   |       27 +
 .../testfiles/completion/general/issue223037.js    |       30 +
 .../completion/general/issue223037.js.semantic     |       30 +
 .../completion/general/issue223037.js.structure    |       10 +
 .../issue223037.js.testIssue223037_01.completion   |        7 +
 .../issue223037.js.testIssue223037_02.completion   |       49 +
 .../testfiles/completion/general/issue223311.js    |        8 +
 .../issue223311.js.testIssue223311_01.completion   |       15 +
 .../testfiles/completion/general/issue223681.js    |       13 +
 .../issue223681.js.testIssue223681_01.completion   |       33 +
 .../testfiles/completion/general/issue223967.js    |        9 +
 .../completion/general/issue223967.js.structure    |        3 +
 .../issue223967.js.testIssue223967_01.completion   |       14 +
 .../testfiles/completion/general/issue225986.js    |       11 +
 .../issue225986.js.testIssue225986_01.completion   |        5 +
 .../testfiles/completion/general/issue226521.js    |       30 +
 .../completion/general/issue226521.js.structure    |       12 +
 .../issue226521.js.testIssue226521_01.completion   |       14 +
 .../issue226521.js.testIssue226521_02.completion   |        9 +
 .../testfiles/completion/general/issue230667.js    |       17 +
 .../issue230667.js.testIssue230667_01.completion   |        9 +
 .../issue230667.js.testIssue230667_02.completion   |        9 +
 .../issue230667.js.testIssue230667_03.completion   |        9 +
 .../issue230667.js.testIssue230667_04.completion   |       14 +
 .../issue230667.js.testIssue230667_05.completion   |        9 +
 .../issue230667.js.testIssue230667_06.completion   |        7 +
 .../testfiles/completion/general/issue230736.js    |       20 +
 .../completion/general/issue230736.js.structure    |       11 +
 .../issue230736.js.testIssue230736_01.completion   |        6 +
 .../issue230736.js.testIssue230736_02.completion   |       10 +
 .../issue230736.js.testIssue230736_03.completion   |        9 +
 .../issue230736.js.testIssue230736_04.completion   |        9 +
 .../issue230736.js.testIssue230736_05.completion   |        9 +
 .../testfiles/completion/general/issue230784.js    |       22 +
 .../completion/general/issue230784.js.structure    |       10 +
 .../issue230784.js.testIssue230784_01.completion   |        9 +
 .../issue230784.js.testIssue230784_02.completion   |        9 +
 .../issue230784.js.testIssue230784_03.completion   |        9 +
 .../testfiles/completion/general/issue232376.js    |       20 +
 .../issue232376.js.testIssue232376_01.completion   |        6 +
 .../testfiles/completion/general/issue235206.js    |        3 +
 .../issue235206.js.testIssue235206_01.completion   |       13 +
 .../testfiles/completion/general/issue235252.js    |        1 +
 .../issue235252.js.testIssue235252.completion      |        9 +
 .../testfiles/completion/general/issue238289.js    |       18 +
 .../issue238289.js.testIssue238289.completion      |        6 +
 .../unit/data/testfiles/completion/issue215746.js  |        2 +
 .../issue215746.js.testIssue215746_01.completion   |        6 +
 .../issue215746.js.testIssue215746_02.completion   |        6 +
 .../issue215746.js.testIssue215746_03.completion   |        6 +
 .../unit/data/testfiles/completion/issue215777.js  |        2 +
 .../issue215777.js.testIssue215777_01.completion   |       51 +
 .../issue215777.js.testIssue215777_02.completion   |       51 +
 .../unit/data/testfiles/completion/issue215861.js  |        5 +
 .../issue215861.js.testIssue215861_01.completion   |       45 +
 .../issue215861.js.testIssue215861_02.completion   |       45 +
 .../unit/data/testfiles/completion/issue217029.js  |        5 +
 .../testfiles/completion/issue217029.js.structure  |        1 +
 .../issue217029.js.testIssue217029_01.completion   |        7 +
 .../unit/data/testfiles/completion/issue217031.js  |        3 +
 .../testfiles/completion/issue217031.js.structure  |        1 +
 .../data/testfiles/completion/issue217100_1.js     |        2 +
 .../issue217100_1.js.testIssue217100_01.completion |        7 +
 .../data/testfiles/completion/issue217100_2.js     |        2 +
 .../issue217100_2.js.testIssue217100_02.completion |        7 +
 .../data/testfiles/completion/issue217100_3.js     |        1 +
 .../issue217100_3.js.testIssue217100_03.completion |        7 +
 .../data/testfiles/completion/issue218361_1.js     |        1 +
 .../issue218361_1.js.testIssue218361_01.completion |       32 +
 .../data/testfiles/completion/issue218361_2.js     |        2 +
 .../issue218361_2.js.testIssue218361_02.completion |       32 +
 .../data/testfiles/completion/issue218361_3.js     |        1 +
 .../issue218361_3.js.testIssue218361_03.completion |       32 +
 .../data/testfiles/completion/issue218361_4.js     |        3 +
 .../issue218361_4.js.testIssue218361_04.completion |       32 +
 .../data/testfiles/completion/issue218361_5.js     |        2 +
 .../issue218361_5.js.testIssue218361_05.completion |        5 +
 .../data/testfiles/completion/issue218631.html     |       11 +
 .../issue218631.html.testIssue218631.completion    |        5 +
 .../unit/data/testfiles/completion/issue221022.js  |       12 +
 .../issue221022.js.testIssue221022.completion      |       11 +
 .../unit/data/testfiles/completion/issue222955.js  |        3 +
 .../issue222955.js.testIssue222955.completion      |        5 +
 .../unit/data/testfiles/completion/issue223593.js  |       14 +
 .../testfiles/completion/issue223593.js.structure  |        5 +
 .../issue223593.js.testIssue223593.completion      |        7 +
 .../unit/data/testfiles/completion/issue223933.js  |       10 +
 .../testfiles/completion/issue223933.js.structure  |        1 +
 .../issue223933.js.testIssue223933.completion      |        5 +
 .../unit/data/testfiles/completion/issue224071.js  |       12 +
 .../issue224071.js.testIssue224071_01.completion   |        7 +
 .../completion/issue224453/issue224453.js          |       25 +
 .../issue224453.js.testIssue224453_01.completion   |        7 +
 .../issue224453.js.testIssue224453_02.completion   |        6 +
 .../issue224453.js.testIssue224453_03.completion   |        9 +
 .../issue224453.js.testIssue224453_04.completion   |        5 +
 .../unit/data/testfiles/completion/issue224458.js  |        2 +
 .../issue224458.js.testIssue224458.completion      |        5 +
 .../unit/data/testfiles/completion/issue224650.js  |       19 +
 .../issue224650.js.testIssue224650.completion      |        9 +
 .../unit/data/testfiles/completion/issue225307.js  |        8 +
 .../issue225307.js.testIssue225307.completion      |        9 +
 .../unit/data/testfiles/completion/issue226532.js  |       13 +
 .../issue226532.js.testIssue226532.completion      |        8 +
 .../unit/data/testfiles/completion/issue226563.js  |       11 +
 .../issue226563.js.testIssue226563.completion      |        9 +
 .../data/testfiles/completion/issue226650.html     |        9 +
 .../issue226650.html.testIssue226650.completion    |       32 +
 .../unit/data/testfiles/completion/issue228564.js  |       14 +
 .../testfiles/completion/issue228564.js.structure  |        5 +
 .../issue228564.js.testIssue228564.completion      |        5 +
 .../completion/issue228634/issue228634.js          |       15 +
 .../issue228634.js.testIssue228634_01.completion   |        5 +
 .../issue228634.js.testIssue228634_01.occurrences  |        4 +
 .../issue228634.js.testIssue228634_02.occurrences  |        2 +
 .../issue228634.js.testIssue228634_03.occurrences  |        3 +
 .../unit/data/testfiles/completion/issue228986.js  |        3 +
 .../issue228986.js.testIssue238986.completion      |        5 +
 .../unit/data/testfiles/completion/issue229204.js  |        7 +
 .../issue229204.js.testIssue229204_01.completion   |        6 +
 .../unit/data/testfiles/completion/issue231293.js  |       10 +
 .../issue231293.js.testIssue231293_01.completion   |        6 +
 .../unit/data/testfiles/completion/issue232178.js  |       12 +
 .../issue232178.js.testIssue232178_01.completion   |       43 +
 .../unit/data/testfiles/completion/issue232570.js  |       10 +
 .../testfiles/completion/issue232570.js.structure  |        5 +
 .../issue232570.js.testIssue232570_01.completion   |        6 +
 .../issue232570.js.testIssue232570_01.occurrences  |        2 +
 .../issue232570.js.testIssue232570_02.occurrences  |        2 +
 .../issue232570.js.testIssue232570_03.occurrences  |        3 +
 .../issue232570.js.testIssue232570_04.occurrences  |        4 +
 .../testfiles/completion/issue233487/definition.js |        8 +
 .../testfiles/completion/issue233487/index.html    |       18 +
 .../index.html.testIssue228634_01.completion       |       10 +
 .../data/testfiles/completion/issue233487/test.js  |        2 +
 .../test.js.testIssue228634_02.completion          |        9 +
 .../data/testfiles/completion/issue238310_01.js    |        1 +
 ...issue238310_01.js.testIssue238310_01.completion |        5 +
 .../data/testfiles/completion/issue238310_02.js    |        1 +
 ...issue238310_02.js.testIssue238310_02.completion |        6 +
 .../data/testfiles/completion/issue238310_03.js    |        2 +
 ...issue238310_03.js.testIssue238310_03.completion |        6 +
 .../unit/data/testfiles/completion/issue238356.js  |       11 +
 .../issue238356.js.testIssue238356_01.completion   |        7 +
 .../unit/data/testfiles/completion/issue240914.js  |       20 +
 .../issue240914.js.testIssue240914_01.completion   |       36 +
 .../issue240914.js.testIssue240914_02.completion   |        6 +
 .../issue240914.js.testIssue240914_03.completion   |        8 +
 .../issue240914.js.testIssue240914_04.completion   |       38 +
 .../completion/issue243647/some243647A.js          |        8 +
 .../completion/issue243647/some243647B.js          |        6 +
 .../testfiles/completion/issue243647/test243647.js |        2 +
 .../test243647.js.testIssue243647_01.completion    |        6 +
 .../test243647.js.testIssue243647_02.completion    |        7 +
 .../unit/data/testfiles/completion/issue244803.js  |        4 +
 .../completion/issue245252/issue245252.js          |       28 +
 .../issue245252.js.testIssue245252_01.completion   |        9 +
 .../unit/data/testfiles/completion/issue246020.js  |       12 +
 .../data/testfiles/completion/issue246060/aaa.js   |        6 +
 .../data/testfiles/completion/issue246060/app.js   |        7 +
 .../app.js.testIssue246060_01.completion           |       27 +
 .../data/testfiles/completion/issue246060/req.js   |      663 +
 .../data/testfiles/completion/lib/Formatter.js     |      128 +
 .../completion/objectPropertyNameContext.js        |       23 +
 .../completion/paramTypes/paramTypes01.js          |       25 +
 ...1.js.testParameterTypesDocDefinition.completion |       61 +
 ...s.testShowMethodDefinedInOtherFile01.completion |       29 +
 .../testfiles/completion/paramTypes/testFile.js    |       15 +
 .../testFile.js.testGlobalContext01.completion     |       16 +
 ...meterTypesMethodDefinedInOtherFile01.completion |       29 +
 ...s.testShowMethodDefinedInOtherFile02.completion |       29 +
 .../completion/patterns/SingletonCloser.js         |       72 +
 ...letonCloser.js.testSingletonCloser01.completion |        7 +
 ...letonCloser.js.testSingletonCloser02.completion |       15 +
 ...letonCloser.js.testSingletonCloser03.completion |       15 +
 .../completion/prototypeChain01/basicDocumentCC.js |       11 +
 .../basicDocumentCC.js.testDocument01.completion   |        9 +
 .../basicDocumentCC.js.testDocument02.completion   |        5 +
 .../basicDocumentCC.js.testDocument03.completion   |        5 +
 .../basicDocumentCC.js.testDocument04.completion   |        5 +
 .../completion/prototypeChain01/issue214556.js     |       43 +
 .../issue214556.js.testSimple01.completion         |       40 +
 .../issue214556.js.testSimple02.completion         |       41 +
 .../issue214556.js.testSimple03.completion         |       42 +
 .../prototypeChain01/issue214556_test.js           |        5 +
 .../issue214556_test.js.testFromIndex.completion   |       33 +
 .../data/testfiles/completion/resolvingThis.js     |       14 +
 .../completion/resolvingThis.js.structure          |        5 +
 ...resolvingThis.js.testResolvingThis01.completion |        6 +
 .../simpleMethodChain/methodChainSimple.js         |       30 +
 .../methodChainSimple.js.structure                 |        7 +
 ...ainSimple.js.testMethodChainSimple01.completion |       30 +
 ...ainSimple.js.testMethodChainSimple02.completion |        6 +
 ...ainSimple.js.testMethodChainSimple03.completion |       30 +
 ...ainSimple.js.testMethodChainSimple04.completion |        9 +
 ...ainSimple.js.testMethodChainSimple05.completion |       58 +
 ...ainSimple.js.testMethodChainSimple06.completion |        7 +
 .../unit/data/testfiles/completion}/test129036.js  |        0
 .../completion/test129036.js.test129036.completion |        6 +
 .../data/testfiles/completion/typeInferenceNew.js  |       40 +
 .../testfiles/completion/typeInferenceNew.js.model |       61 +
 .../completion/typeInferenceNew.js.structure       |       13 +
 ...New.js.testMethodsOfUndefinedObjects.completion |        7 +
 ...ferenceNew.js.testTypeInferenceNew01.completion |       37 +
 ...ferenceNew.js.testTypeInferenceNew02.completion |       11 +
 ...ferenceNew.js.testTypeInferenceNew03.completion |       11 +
 .../data/testfiles/completion/undefinedMethods.js  |       47 +
 ...edMethods.js.testUndefinedMethods01.occurrences |        5 +
 ...edMethods.js.testUndefinedMethods02.occurrences |        3 +
 ...edMethods.js.testUndefinedMethods03.occurrences |        2 +
 ...edMethods.js.testUndefinedMethods04.occurrences |        3 +
 .../unit/data/testfiles/completion/with/with1.js   |        9 +
 .../completion/with/with1.js.testWith1.completion  |      361 +
 .../unit/data/testfiles/completion/with/with2.js   |       10 +
 .../completion/with/with2.js.testWith2.completion  |       61 +
 .../unit/data/testfiles/completion/with/with3.js   |        9 +
 .../completion/with/with3.js.testWith3.completion  |      361 +
 .../completion/withAnonymProperty/Controllers.js   |       26 +
 .../completion/withAnonymProperty/test.js          |       11 +
 .../test.js.testWith5.completion                   |       55 +
 .../completion/withAnonymProperty/test2.js         |       11 +
 .../test2.js.testProperty01.completion             |        6 +
 .../test2.js.testProperty02.completion             |        6 +
 .../completion/withAnonymous/declaration.js        |        6 +
 .../testfiles/completion/withAnonymous/with5.js    |        8 +
 .../withAnonymous/with5.js.testWith5.completion    |      354 +
 .../testfiles/completion/withAnonymous/with6.js    |        8 +
 .../withAnonymous/with6.js.testWith6.completion    |       26 +
 .../data/testfiles/completion/withComplex/with4.js |       27 +
 .../withComplex/with4.js.testWith4a.completion     |      353 +
 .../withComplex/with4.js.testWith4b.completion     |      351 +
 .../withComplex/with4.js.testWith4c.completion     |      351 +
 .../doc/commentGenerator/testClass1-expected.js    |       15 +
 .../testfiles/doc/commentGenerator/testClass1.js   |       11 +
 .../doc/commentGenerator/testClass2-expected.js    |       14 +
 .../testfiles/doc/commentGenerator/testClass2.js   |       11 +
 .../doc/commentGenerator/testClass3-expected.js    |       15 +
 .../testfiles/doc/commentGenerator/testClass3.js   |       12 +
 .../doc/commentGenerator/testGlobal1-expected.js   |       21 +
 .../testfiles/doc/commentGenerator/testGlobal1.js  |       17 +
 .../doc/commentGenerator/testGlobal2-expected.js   |       19 +
 .../testfiles/doc/commentGenerator/testGlobal2.js  |       16 +
 .../doc/commentGenerator/testGlobal3-expected.js   |       23 +
 .../testfiles/doc/commentGenerator/testGlobal3.js  |       16 +
 .../doc/commentGenerator/testGlobal4-expected.js   |       20 +
 .../testfiles/doc/commentGenerator/testGlobal4.js  |       17 +
 .../commentGenerator/testIssue218411_1-expected.js |       13 +
 .../doc/commentGenerator/testIssue218411_1.js      |       10 +
 .../commentGenerator/testIssue218411_2-expected.js |       15 +
 .../doc/commentGenerator/testIssue218411_2.js      |       10 +
 .../commentGenerator/testIssue218945-expected.js   |       23 +
 .../doc/commentGenerator/testIssue218945.js        |       20 +
 .../testIssue222094_1-expected.html                |        8 +
 .../doc/commentGenerator/testIssue222094_1.html    |        5 +
 .../testIssue222094_2-expected.html                |       19 +
 .../doc/commentGenerator/testIssue222094_2.html    |       16 +
 .../testIssue222650_1-expected.html                |        9 +
 .../doc/commentGenerator/testIssue222650_1.html    |        6 +
 .../testIssue222650_2-expected.html                |        9 +
 .../doc/commentGenerator/testIssue222650_2.html    |        6 +
 .../commentGenerator/testIssue230610-expected.js   |      253 +
 .../doc/commentGenerator/testIssue230610.js        |      246 +
 .../commentGenerator/testIssue231420-expected.js   |        8 +
 .../doc/commentGenerator/testIssue231420.js        |        5 +
 .../commentGenerator/testIssue238683-expected.js   |       12 +
 .../doc/commentGenerator/testIssue238683.js        |        7 +
 .../doc/commentGenerator/testObject1-expected.js   |       17 +
 .../testfiles/doc/commentGenerator/testObject1.js  |       14 +
 .../doc/commentGenerator/testProperty1-expected.js |       16 +
 .../doc/commentGenerator/testProperty1.js          |       13 +
 .../doc/commentGenerator/testProperty2-expected.js |       18 +
 .../doc/commentGenerator/testProperty2.js          |       14 +
 .../doc/commentGenerator/testProperty3-expected.js |       17 +
 .../doc/commentGenerator/testProperty3.js          |       14 +
 .../doc/commentGenerator/testProperty4-expected.js |       18 +
 .../doc/commentGenerator/testProperty4.js          |       14 +
 .../doc/commentGenerator/testProperty5-expected.js |       12 +
 .../doc/commentGenerator/testProperty5.js          |        9 +
 .../doc/commentGenerator/testProperty6-expected.js |       13 +
 .../doc/commentGenerator/testProperty6.js          |       10 +
 .../doc/commentGenerator/testProperty7-expected.js |       12 +
 .../doc/commentGenerator/testProperty7.js          |        9 +
 .../test/unit/data/testfiles/doc/commonDocFile.js  |      496 +
 .../data/testfiles/doc/completion/cc-prefix1.js    |        3 +
 .../doc/completion/cc-prefix1.js.prefixes          |       40 +
 .../data/testfiles/doc/completion/cc-prefix2.js    |        3 +
 .../doc/completion/cc-prefix2.js.prefixes          |       52 +
 .../doc/holder/testGetCommentWhereNotPossible.js   |        7 +
 .../testGetCommentWithBracesOnVariousLine.js       |       17 +
 .../testfiles/doc/holder/testGetCorrectComment.js  |       10 +
 .../testfiles/doc/resolver/extdocWithSDocTags.js   |      478 +
 .../testfiles/doc/resolver/jsdocWithSDocTags.js    |      258 +
 .../testfiles/doc/resolver/sdocWithJsDocTags.js    |      255 +
 .../data/testfiles/extdoc/allTypesAsterisks.js     |       22 +
 .../data/testfiles/extdoc/allTypesNoAsterisks.js   |       22 +
 .../unit/data/testfiles/extdoc/blockComment.js     |       18 +
 .../unit/data/testfiles/extdoc/classWithExtDoc.js  |      481 +
 ...classWithExtDoc.js.testAllCompletion.completion |       22 +
 ...sWithExtDoc.js.testMethodCompletion1.completion |        6 +
 ...sWithExtDoc.js.testMethodCompletion2.completion |        6 +
 .../classWithExtDoc.js.testNoCompletion.completion |        3 +
 ...ssWithExtDoc.js.testParamCompletion2.completion |        7 +
 ...ssWithExtDoc.js.testParamCompletion3.completion |        5 +
 ...ssWithExtDoc.js.testParamCompletion4.completion |        5 +
 ...ssWithExtDoc.js.testParamCompletion5.completion |        5 +
 ...ssWithExtDoc.js.testParamCompletion6.completion |        5 +
 .../completionDocumentation01.js                   |      488 +
 ...testCompletionDocumentation01completionDoc.html |       14 +
 ...testCompletionDocumentation02completionDoc.html |        3 +
 ...testCompletionDocumentation03completionDoc.html |       11 +
 ...testCompletionDocumentation04completionDoc.html |       13 +
 ...testCompletionDocumentation05completionDoc.html |        2 +
 .../unit/data/testfiles/extdoc/modelTestFile.js    |       99 +
 .../unit/data/testfiles/extdoc/parameterTypes.js   |       29 +
 .../test/unit/data/testfiles/formatter/arrays1.js  |        5 +
 .../formatter/arrays1.js.default.formatted         |        5 +
 .../testfiles/formatter/arrays1.js.formatTokens    |      122 +
 .../data/testfiles/formatter/arrays1.js.indented   |        5 +
 .../formatter/arrays1.js.inverted.formatted        |        5 +
 .../test/unit/data/testfiles/formatter/arrays2.js  |       10 +
 .../testfiles/formatter/arrays2.js.formatTokens    |      221 +
 .../data/testfiles/formatter/arrays2.js.indented   |       10 +
 .../formatter/arrays2.js.wrapAlways.formatted      |       21 +
 .../formatter/arrays2.js.wrapIfLong.formatted      |       12 +
 .../formatter/arrays2.js.wrapNever.formatted       |       10 +
 .../test/unit/data/testfiles/formatter/arrays3.js  |       16 +
 .../testfiles/formatter/arrays3.js.formatTokens    |      436 +
 .../data/testfiles/formatter/arrays3.js.formatted  |       16 +
 .../test/unit/data/testfiles/formatter/arrays4.js  |       10 +
 .../arrays4.js.initializerOnlyWrapAlways.formatted |       24 +
 .../arrays4.js.initializerOnlyWrapIfLong.formatted |       13 +
 .../arrays4.js.initializerOnlyWrapNever.formatted  |       10 +
 .../arrays4.js.itemsOnlyWrapAlways.formatted       |       20 +
 .../arrays4.js.itemsOnlyWrapIfLong.formatted       |       12 +
 .../arrays4.js.itemsOnlyWrapNever.formatted        |       10 +
 .../formatter/arrays4.js.wrapAlways.formatted      |       34 +
 .../formatter/arrays4.js.wrapIfLong.formatted      |       12 +
 .../formatter/arrays4.js.wrapNever.formatted       |       10 +
 .../test/unit/data/testfiles/formatter/basic1.json |       13 +
 .../data/testfiles/formatter/basic1.json.formatted |       24 +
 .../test/unit/data/testfiles/formatter/basic2.json |       10 +
 .../data/testfiles/formatter/basic2.json.formatted |       10 +
 .../test/unit/data/testfiles/formatter/basic3.json |       10 +
 .../data/testfiles/formatter/basic3.json.formatted |       10 +
 .../test/unit/data/testfiles/formatter/broken1.js  |        6 +
 .../data/testfiles/formatter/broken1.js.formatted  |        6 +
 .../test/unit/data/testfiles/formatter/catch1.js   |       22 +
 .../formatter/catch1.js.default.formatted          |       22 +
 .../testfiles/formatter/catch1.js.formatTokens     |      302 +
 .../data/testfiles/formatter/catch1.js.indented    |       22 +
 .../formatter/catch1.js.inverted.formatted         |       22 +
 .../test/unit/data/testfiles/formatter/catch2.js   |       27 +
 .../formatter/catch2.js.default.formatted          |       37 +
 .../testfiles/formatter/catch2.js.formatTokens     |      386 +
 .../data/testfiles/formatter/catch2.js.indented    |       27 +
 .../formatter/catch2.js.inverted.formatted         |       37 +
 .../unit/data/testfiles/formatter/codeTemplate1.js |        3 +
 .../testfiles/formatter/codeTemplate1.js.formatted |        3 +
 .../test/unit/data/testfiles/formatter/commas1.js  |       23 +
 .../testfiles/formatter/commas1.js.formatTokens    |      297 +
 .../data/testfiles/formatter/commas1.js.formatted  |       23 +
 .../data/testfiles/formatter/commas1.js.indented   |       23 +
 .../test/unit/data/testfiles/formatter/commas2.js  |       23 +
 .../testfiles/formatter/commas2.js.formatTokens    |      297 +
 .../data/testfiles/formatter/commas2.js.formatted  |       23 +
 .../data/testfiles/formatter/commas2.js.indented   |       23 +
 .../test/unit/data/testfiles/formatter/commas3.js  |       23 +
 .../testfiles/formatter/commas3.js.formatTokens    |      297 +
 .../data/testfiles/formatter/commas3.js.formatted  |       23 +
 .../data/testfiles/formatter/commas3.js.indented   |       23 +
 .../unit/data/testfiles/formatter/comments1.js     |        7 +
 .../testfiles/formatter/comments1.js.formatTokens  |       64 +
 .../testfiles/formatter/comments1.js.formatted     |        7 +
 .../data/testfiles/formatter/comments1.js.indented |        7 +
 .../unit/data/testfiles/formatter/comments2.js     |       21 +
 .../testfiles/formatter/comments2.js.formatted     |       21 +
 .../unit/data/testfiles/formatter/comments3.js     |       21 +
 .../testfiles/formatter/comments3.js.formatted     |       21 +
 .../unit/data/testfiles/formatter/dashboard.js     |      457 +
 .../testfiles/formatter/dashboard.js.formatted     |      457 +
 .../test/unit/data/testfiles/formatter/dowhile1.js |        9 +
 .../testfiles/formatter/dowhile1.js.formatTokens   |       78 +
 .../data/testfiles/formatter/dowhile1.js.formatted |        9 +
 .../test/unit/data/testfiles/formatter/dowhile2.js |       15 +
 .../testfiles/formatter/dowhile2.js.formatTokens   |      163 +
 .../formatter/dowhile2.js.wrapAlways.formatted     |       20 +
 .../formatter/dowhile2.js.wrapIfLong.formatted     |       18 +
 .../formatter/dowhile2.js.wrapNever.formatted      |       17 +
 .../formatter/embeddedMultipleSections1.html       |       23 +
 .../embeddedMultipleSections1.html.formatted       |       23 +
 .../formatter/embeddedMultipleSections2.html       |       11 +
 .../embeddedMultipleSections2.html.formatted       |       11 +
 .../data/testfiles/formatter/embeddedSimple1.html  |       11 +
 .../formatter/embeddedSimple1.html.formatted       |       11 +
 .../data/testfiles/formatter/embeddedSimple2.html  |       10 +
 .../formatter/embeddedSimple2.html.formatted       |       10 +
 .../data/testfiles/formatter/embeddedSimple3.html  |       28 +
 .../formatter/embeddedSimple3.html.formatted       |       28 +
 .../data/testfiles/formatter/embeddedSimple4.html  |       17 +
 .../formatter/embeddedSimple4.html.formatted       |       17 +
 .../data/testfiles/formatter/embeddedSimple5.html  |       15 +
 .../formatter/embeddedSimple5.html.formatted       |       15 +
 .../data/testfiles/formatter/embeddedSimple6.html  |       17 +
 .../formatter/embeddedSimple6.html.formatted       |       17 +
 .../data/testfiles/formatter/embeddedTrimmed1.html |        7 +
 .../formatter/embeddedTrimmed1.html.formatted      |        9 +
 .../test/unit/data/testfiles/formatter/for1.js     |       16 +
 .../data/testfiles/formatter/for1.js.formatTokens  |      194 +
 .../data/testfiles/formatter/for1.js.formatted     |       16 +
 .../unit/data/testfiles/formatter/for1.js.indented |       16 +
 .../test/unit/data/testfiles/formatter/for2.js     |        5 +
 .../data/testfiles/formatter/for2.js.formatTokens  |       79 +
 .../data/testfiles/formatter/for2.js.formatted     |        5 +
 .../unit/data/testfiles/formatter/for2.js.indented |        5 +
 .../test/unit/data/testfiles/formatter/for3.js     |       14 +
 .../testfiles/formatter/for3.js.default.formatted  |       17 +
 .../data/testfiles/formatter/for3.js.formatTokens  |      250 +
 .../unit/data/testfiles/formatter/for3.js.indented |       14 +
 .../testfiles/formatter/for3.js.inverted.formatted |       17 +
 .../test/unit/data/testfiles/formatter/for4.js     |       16 +
 .../testfiles/formatter/for4.js.default.formatted  |       22 +
 .../data/testfiles/formatter/for4.js.formatTokens  |      276 +
 .../unit/data/testfiles/formatter/for4.js.indented |       16 +
 .../testfiles/formatter/for4.js.inverted.formatted |       22 +
 .../test/unit/data/testfiles/formatter/for5.js     |       19 +
 .../data/testfiles/formatter/for5.js.formatTokens  |      323 +
 .../unit/data/testfiles/formatter/for5.js.indented |       19 +
 .../formatter/for5.js.wrapAlways.formatted         |       23 +
 .../formatter/for5.js.wrapIfLong.formatted         |       21 +
 .../formatter/for5.js.wrapIfLongNoSpace.formatted  |       21 +
 .../formatter/for5.js.wrapNever.formatted          |       19 +
 .../test/unit/data/testfiles/formatter/for6.js     |       23 +
 .../data/testfiles/formatter/for6.js.formatTokens  |      452 +
 .../unit/data/testfiles/formatter/for6.js.indented |       23 +
 .../formatter/for6.js.wrapAlways.formatted         |       40 +
 .../formatter/for6.js.wrapIfLong.formatted         |       33 +
 .../formatter/for6.js.wrapNever.formatted          |       31 +
 .../unit/data/testfiles/formatter/formatting1.js   |       85 +
 .../formatter/formatting1.js.formatTokens          |     1129 +
 .../testfiles/formatter/formatting1.js.formatted   |       85 +
 .../testfiles/formatter/formatting1.js.indented    |       85 +
 .../unit/data/testfiles/formatter/formatting2.js   |       87 +
 .../formatter/formatting2.js.formatTokens          |     1180 +
 .../testfiles/formatter/formatting2.js.formatted   |       91 +
 .../testfiles/formatter/formatting2.js.indented    |       87 +
 .../unit/data/testfiles/formatter/functionCall1.js |       16 +
 .../formatter/functionCall1.js.default.formatted   |       16 +
 .../formatter/functionCall1.js.formatTokens        |      280 +
 .../testfiles/formatter/functionCall1.js.indented  |       16 +
 .../formatter/functionCall1.js.inverted.formatted  |       16 +
 .../unit/data/testfiles/formatter/functionCall2.js |       21 +
 .../formatter/functionCall2.js.default.formatted   |       21 +
 .../formatter/functionCall2.js.formatTokens        |      362 +
 .../testfiles/formatter/functionCall2.js.indented  |       21 +
 .../formatter/functionCall2.js.inverted.formatted  |       21 +
 .../unit/data/testfiles/formatter/functionCall3.js |       10 +
 .../formatter/functionCall3.js.formatTokens        |      132 +
 .../testfiles/formatter/functionCall3.js.indented  |       10 +
 .../functionCall3.js.wrapAlways.formatted          |       18 +
 .../functionCall3.js.wrapIfLong.formatted          |       14 +
 .../formatter/functionCall3.js.wrapNever.formatted |       11 +
 .../unit/data/testfiles/formatter/functionCall4.js |        4 +
 .../formatter/functionCall4.js.formatTokens        |       64 +
 .../testfiles/formatter/functionCall4.js.indented  |        4 +
 .../functionCall4.js.wrapAlways.formatted          |        7 +
 .../functionCall4.js.wrapIfLong.formatted          |        4 +
 .../formatter/functionCall4.js.wrapNever.formatted |        4 +
 .../unit/data/testfiles/formatter/functionCall5.js |        8 +
 .../formatter/functionCall5.js.formatTokens        |      159 +
 .../testfiles/formatter/functionCall5.js.indented  |        8 +
 .../functionCall5.js.wrapAlways.formatted          |       16 +
 .../functionCall5.js.wrapBeforeAlways.formatted    |       16 +
 .../functionCall5.js.wrapBeforeIfLong.formatted    |       10 +
 .../functionCall5.js.wrapBeforeNever.formatted     |        8 +
 .../functionCall5.js.wrapIfLong.formatted          |       10 +
 .../formatter/functionCall5.js.wrapNever.formatted |        8 +
 .../testfiles/formatter/functionDeclaration1.js    |       13 +
 .../formatter/functionDeclaration1.js.formatTokens |      243 +
 .../formatter/functionDeclaration1.js.formatted    |       13 +
 .../formatter/functionDeclaration1.js.indented     |       13 +
 .../testfiles/formatter/functionDeclaration2.js    |       29 +
 .../functionDeclaration2.js.default.formatted      |       29 +
 .../formatter/functionDeclaration2.js.formatTokens |      361 +
 .../formatter/functionDeclaration2.js.indented     |       29 +
 .../functionDeclaration2.js.inverted.formatted     |       29 +
 .../testfiles/formatter/functionDeclaration3.js    |       29 +
 .../functionDeclaration3.js.default.formatted      |       31 +
 .../formatter/functionDeclaration3.js.formatTokens |      368 +
 .../formatter/functionDeclaration3.js.indented     |       29 +
 .../functionDeclaration3.js.inverted.formatted     |       31 +
 .../testfiles/formatter/functionDeclaration4.js    |       12 +
 .../formatter/functionDeclaration4.js.formatTokens |      212 +
 .../formatter/functionDeclaration4.js.formatted    |       19 +
 .../formatter/functionDeclaration4.js.indented     |       12 +
 .../functionDeclaration4.js.inverted.formatted     |       19 +
 .../testfiles/formatter/functionDeclaration5.js    |       12 +
 .../formatter/functionDeclaration5.js.formatTokens |      106 +
 .../formatter/functionDeclaration5.js.indented     |       12 +
 .../functionDeclaration5.js.wrapAlways.formatted   |       18 +
 .../functionDeclaration5.js.wrapIfLong.formatted   |       15 +
 .../functionDeclaration5.js.wrapNever.formatted    |       12 +
 .../unit/data/testfiles/formatter/functions1.js    |       18 +
 .../testfiles/formatter/functions1.js.formatTokens |      258 +
 .../testfiles/formatter/functions1.js.formatted    |       18 +
 .../testfiles/formatter/functions1.js.indented     |       18 +
 .../unit/data/testfiles/formatter/functions2.js    |       19 +
 .../testfiles/formatter/functions2.js.formatTokens |      273 +
 .../testfiles/formatter/functions2.js.formatted    |       19 +
 .../testfiles/formatter/functions2.js.indented     |       19 +
 .../unit/data/testfiles/formatter/functions3.js    |       21 +
 .../testfiles/formatter/functions3.js.formatTokens |      280 +
 .../testfiles/formatter/functions3.js.formatted    |       21 +
 .../testfiles/formatter/functions3.js.indented     |       21 +
 .../unit/data/testfiles/formatter/functions4.js    |        7 +
 .../testfiles/formatter/functions4.js.formatTokens |      119 +
 .../testfiles/formatter/functions4.js.formatted    |        7 +
 .../testfiles/formatter/functions4.js.indented     |        7 +
 .../unit/data/testfiles/formatter/functions5.js    |        9 +
 .../testfiles/formatter/functions5.js.formatTokens |       69 +
 .../testfiles/formatter/functions5.js.formatted    |        9 +
 .../testfiles/formatter/functions5.js.indented     |        9 +
 .../unit/data/testfiles/formatter/functions6.js    |       85 +
 .../formatter/functions6.js.default.formatted      |       85 +
 .../testfiles/formatter/functions6.js.formatTokens |     1134 +
 .../testfiles/formatter/functions6.js.indented     |       85 +
 .../formatter/functions6.js.inverted.formatted     |       85 +
 .../unit/data/testfiles/formatter/functions7.js    |        1 +
 .../testfiles/formatter/functions7.js.formatTokens |       51 +
 .../testfiles/formatter/functions7.js.formatted    |        6 +
 .../testfiles/formatter/functions7.js.indented     |        1 +
 .../test/unit/data/testfiles/formatter/if1.js      |       20 +
 .../data/testfiles/formatter/if1.js.formatTokens   |      150 +
 .../unit/data/testfiles/formatter/if1.js.formatted |       20 +
 .../unit/data/testfiles/formatter/if1.js.indented  |       20 +
 .../test/unit/data/testfiles/formatter/if2.js      |       22 +
 .../testfiles/formatter/if2.js.default.formatted   |       24 +
 .../data/testfiles/formatter/if2.js.formatTokens   |      294 +
 .../unit/data/testfiles/formatter/if2.js.indented  |       22 +
 .../testfiles/formatter/if2.js.inverted.formatted  |       24 +
 .../test/unit/data/testfiles/formatter/if3.js      |       26 +
 .../testfiles/formatter/if3.js.default.formatted   |       36 +
 .../data/testfiles/formatter/if3.js.formatTokens   |      354 +
 .../unit/data/testfiles/formatter/if3.js.indented  |       26 +
 .../testfiles/formatter/if3.js.inverted.formatted  |       36 +
 .../test/unit/data/testfiles/formatter/if4.js      |        5 +
 .../data/testfiles/formatter/if4.js.formatTokens   |       67 +
 .../unit/data/testfiles/formatter/if4.js.formatted |        4 +
 .../unit/data/testfiles/formatter/if4.js.indented  |        5 +
 .../test/unit/data/testfiles/formatter/if5.js      |        2 +
 .../data/testfiles/formatter/if5.js.formatTokens   |       49 +
 .../unit/data/testfiles/formatter/if5.js.formatted |        5 +
 .../unit/data/testfiles/formatter/if5.js.indented  |        2 +
 .../test/unit/data/testfiles/formatter/if6.js      |        3 +
 .../data/testfiles/formatter/if6.js.formatTokens   |       51 +
 .../unit/data/testfiles/formatter/if6.js.formatted |        6 +
 .../unit/data/testfiles/formatter/if6.js.indented  |        3 +
 .../test/unit/data/testfiles/formatter/if7.js      |        7 +
 .../data/testfiles/formatter/if7.js.formatTokens   |      114 +
 .../unit/data/testfiles/formatter/if7.js.formatted |        8 +
 .../unit/data/testfiles/formatter/if7.js.indented  |        7 +
 .../test/unit/data/testfiles/formatter/if8.js      |       20 +
 .../data/testfiles/formatter/if8.js.formatTokens   |      337 +
 .../unit/data/testfiles/formatter/if8.js.indented  |       20 +
 .../formatter/if8.js.wrapAlways.formatted          |       37 +
 .../formatter/if8.js.wrapIfLong.formatted          |       30 +
 .../testfiles/formatter/if8.js.wrapNever.formatted |       25 +
 .../test/unit/data/testfiles/formatter/if9.js      |        2 +
 .../data/testfiles/formatter/if9.js.formatTokens   |       61 +
 .../unit/data/testfiles/formatter/if9.js.formatted |        3 +
 .../unit/data/testfiles/formatter/if9.js.indented  |        2 +
 .../unit/data/testfiles/formatter/issue189745.js   |       14 +
 .../testfiles/formatter/issue189745.js.formatted   |       14 +
 .../testfiles/formatter/issue189745.js.indented    |       14 +
 .../unit/data/testfiles/formatter/issue210134.js   |        4 +
 .../testfiles/formatter/issue210134.js.formatted   |        4 +
 .../unit/data/testfiles/formatter/issue218090.js   |       22 +
 .../testfiles/formatter/issue218090.js.formatted   |       22 +
 .../unit/data/testfiles/formatter/issue218328.js   |        1 +
 .../testfiles/formatter/issue218328.js.formatted   |        3 +
 .../unit/data/testfiles/formatter/issue219046.js   |       10 +
 .../testfiles/formatter/issue219046.js.formatted   |       13 +
 .../unit/data/testfiles/formatter/issue220920.js   |       37 +
 .../testfiles/formatter/issue220920.js.formatted   |       37 +
 .../unit/data/testfiles/formatter/issue221293.js   |       11 +
 .../testfiles/formatter/issue221293.js.formatted   |       11 +
 .../unit/data/testfiles/formatter/issue221495.js   |       10 +
 .../testfiles/formatter/issue221495.js.formatted   |       10 +
 .../unit/data/testfiles/formatter/issue224246.js   |       10 +
 .../testfiles/formatter/issue224246.js.formatted   |       10 +
 .../data/testfiles/formatter/issue225654_full.js   |        7 +
 .../formatter/issue225654_full.js.formatted        |        7 +
 .../testfiles/formatter/issue225654_partial.js     |        7 +
 .../formatter/issue225654_partial.js.formatted     |        7 +
 .../unit/data/testfiles/formatter/issue226282_1.js |       14 +
 .../testfiles/formatter/issue226282_1.js.formatted |       14 +
 .../unit/data/testfiles/formatter/issue226282_2.js |       14 +
 .../testfiles/formatter/issue226282_2.js.formatted |       14 +
 .../unit/data/testfiles/formatter/issue228919.js   |        7 +
 .../testfiles/formatter/issue228919.js.formatted   |        7 +
 .../unit/data/testfiles/formatter/issue230007.js   |        1 +
 .../testfiles/formatter/issue230007.js.formatted   |        1 +
 .../unit/data/testfiles/formatter/issue231018.js   |        2 +
 .../unit/data/testfiles/formatter/issue231163.js   |        7 +
 .../testfiles/formatter/issue231163.js.formatted   |        8 +
 .../unit/data/testfiles/formatter/issue231918.js   |        9 +
 .../testfiles/formatter/issue231918.js.formatted   |        9 +
 .../unit/data/testfiles/formatter/issue232374.js   |       11 +
 .../testfiles/formatter/issue232374.js.formatted   |       11 +
 .../unit/data/testfiles/formatter/issue234244.js   |       12 +
 .../testfiles/formatter/issue234244.js.formatted   |       12 +
 .../unit/data/testfiles/formatter/issue240402.js   |        3 +
 .../testfiles/formatter/issue240402.js.formatted   |        5 +
 .../unit/data/testfiles/formatter/issue244983.js   |       14 +
 .../formatter/issue244983.js.expand.formatted      |       15 +
 .../formatter/issue244983.js.noexpand.formatted    |       15 +
 .../test/unit/data/testfiles/formatter/objects1.js |        7 +
 .../testfiles/formatter/objects1.js.formatTokens   |      129 +
 .../data/testfiles/formatter/objects1.js.formatted |        7 +
 .../test/unit/data/testfiles/formatter/objects2.js |       13 +
 .../testfiles/formatter/objects2.js.formatTokens   |      197 +
 .../data/testfiles/formatter/objects2.js.formatted |       13 +
 .../test/unit/data/testfiles/formatter/objects3.js |       13 +
 .../testfiles/formatter/objects3.js.formatTokens   |      272 +
 .../data/testfiles/formatter/objects3.js.formatted |       13 +
 .../test/unit/data/testfiles/formatter/objects4.js |       15 +
 .../testfiles/formatter/objects4.js.formatTokens   |      298 +
 .../formatter/objects4.js.wrapAlways.formatted     |       18 +
 .../formatter/objects4.js.wrapIfLong.formatted     |       17 +
 .../formatter/objects4.js.wrapNever.formatted      |       15 +
 .../test/unit/data/testfiles/formatter/objects5.js |       11 +
 .../data/testfiles/formatter/objects5.js.formatted |       11 +
 .../test/unit/data/testfiles/formatter/objects6.js |        7 +
 .../data/testfiles/formatter/objects6.js.formatted |        7 +
 .../test/unit/data/testfiles/formatter/objects7.js |       10 +
 .../formatter/objects7.js.default.formatted        |       14 +
 .../formatter/objects7.js.inverted.formatted       |       14 +
 .../test/unit/data/testfiles/formatter/objects8.js |       10 +
 .../objects8.js.objectOnlyWrapAlways.formatted     |       18 +
 .../objects8.js.objectOnlyWrapIfLong.formatted     |       12 +
 .../objects8.js.objectOnlyWrapNever.formatted      |       10 +
 .../objects8.js.propertiesOnlyWrapAlways.formatted |       17 +
 .../objects8.js.propertiesOnlyWrapIfLong.formatted |       12 +
 .../objects8.js.propertiesOnlyWrapNever.formatted  |       10 +
 .../formatter/objects8.js.spaces.formatted         |       10 +
 .../formatter/objects8.js.wrapAlways.formatted     |       25 +
 .../formatter/objects8.js.wrapIfLong.formatted     |       12 +
 .../formatter/objects8.js.wrapNever.formatted      |       10 +
 .../test/unit/data/testfiles/formatter/objects9.js |       19 +
 .../formatter/objects9.js.wrapAlways.formatted     |       23 +
 .../formatter/objects9.js.wrapIfLong.formatted     |       20 +
 .../formatter/objects9.js.wrapNever.formatted      |       19 +
 .../unit/data/testfiles/formatter/operators1.js    |       16 +
 .../formatter/operators1.js.default.formatted      |       16 +
 .../testfiles/formatter/operators1.js.formatTokens |      288 +
 .../formatter/operators1.js.inverted.formatted     |       16 +
 .../unit/data/testfiles/formatter/operators2.js    |       23 +
 .../operators2.js.assignment.wrapAlways.formatted  |       34 +
 .../operators2.js.assignment.wrapIfLong.formatted  |       26 +
 .../operators2.js.assignment.wrapNever.formatted   |       23 +
 .../operators2.js.binary.wrapAfterAlways.formatted |       29 +
 .../operators2.js.binary.wrapAfterIfLong.formatted |       24 +
 .../operators2.js.binary.wrapAfterNever.formatted  |       23 +
 .../operators2.js.binary.wrapAlways.formatted      |       29 +
 .../operators2.js.binary.wrapIfLong.formatted      |       24 +
 .../operators2.js.binary.wrapNever.formatted       |       23 +
 .../testfiles/formatter/operators2.js.formatTokens |      374 +
 ...operators2.js.ternary.wrapAfterAlways.formatted |       29 +
 ...operators2.js.ternary.wrapAfterIfLong.formatted |       24 +
 .../operators2.js.ternary.wrapAfterNever.formatted |       23 +
 .../operators2.js.ternary.wrapAlways.formatted     |       29 +
 .../operators2.js.ternary.wrapIfLong.formatted     |       24 +
 .../operators2.js.ternary.wrapNever.formatted      |       23 +
 .../unit/data/testfiles/formatter/package.json     |        3 +
 .../testfiles/formatter/package.json.formatted     |        3 +
 .../unit/data/testfiles/formatter/parentheses1.js  |       46 +
 .../formatter/parentheses1.js.default.formatted    |       46 +
 .../formatter/parentheses1.js.formatTokens         |      737 +
 .../formatter/parentheses1.js.inverted.formatted   |       46 +
 .../data/testfiles/formatter/partialFormat1.js     |       26 +
 .../formatter/partialFormat1.js.formatted          |       26 +
 .../data/testfiles/formatter/partialFormat2.js     |       19 +
 .../formatter/partialFormat2.js.formatted          |       19 +
 .../data/testfiles/formatter/partialFormat3.js     |       26 +
 .../formatter/partialFormat3.js.formatted          |       26 +
 .../data/testfiles/formatter/partialFormat4.js     |       26 +
 .../formatter/partialFormat4.js.formatted          |       26 +
 .../data/testfiles/formatter/partialFormat5.js     |       26 +
 .../formatter/partialFormat5.js.formatted          |       26 +
 .../data/testfiles/formatter/partialFormat6.js     |       14 +
 .../formatter/partialFormat6.js.formatted          |       14 +
 .../unit/data/testfiles/formatter}/prototype.js    |        0
 .../testfiles/formatter/prototype.js.formatted     |     2455 +
 .../test/unit/data/testfiles/formatter/spaces1.js  |       46 +
 .../formatter/spaces1.js.disabled.formatted        |       46 +
 .../formatter/spaces1.js.enabled.formatted         |       46 +
 .../testfiles/formatter/spaces1.js.formatTokens    |      659 +
 .../data/testfiles/formatter/spacesSemicolons1.js  |       14 +
 .../spacesSemicolons1.js.disabled.formatted        |       18 +
 .../spacesSemicolons1.js.enabled.formatted         |       18 +
 .../formatter/spacesSemicolons1.js.formatTokens    |      167 +
 .../spacesSemicolons1.js.semiDisabled.formatted    |       18 +
 .../spacesSemicolons1.js.whileDisabled.formatted   |       18 +
 .../unit/data/testfiles/formatter/statements1.js   |        9 +
 .../formatter/statements1.js.wrapAlways.formatted  |       20 +
 .../formatter/statements1.js.wrapIfLong.formatted  |       15 +
 .../formatter/statements1.js.wrapNever.formatted   |        9 +
 .../test/unit/data/testfiles/formatter/switch1.js  |       25 +
 .../testfiles/formatter/switch1.js.formatTokens    |      326 +
 .../data/testfiles/formatter/switch1.js.formatted  |       25 +
 .../data/testfiles/formatter/switch1.js.indented   |       25 +
 .../test/unit/data/testfiles/formatter/switch2.js  |       24 +
 .../testfiles/formatter/switch2.js.formatTokens    |      326 +
 .../data/testfiles/formatter/switch2.js.formatted  |       24 +
 .../test/unit/data/testfiles/formatter/switch3.js  |       36 +
 .../formatter/switch3.js.default.formatted         |       36 +
 .../testfiles/formatter/switch3.js.formatTokens    |      341 +
 .../data/testfiles/formatter/switch3.js.indented   |       36 +
 .../formatter/switch3.js.inverted.formatted        |       36 +
 .../test/unit/data/testfiles/formatter/switch4.js  |       14 +
 .../formatter/switch4.js.default.formatted         |       14 +
 .../testfiles/formatter/switch4.js.formatTokens    |      132 +
 .../formatter/switch4.js.inverted.formatted        |       14 +
 .../test/unit/data/testfiles/formatter/switch5.js  |        3 +
 .../testfiles/formatter/switch5.js.formatTokens    |      122 +
 .../data/testfiles/formatter/switch5.js.formatted  |       14 +
 .../test/unit/data/testfiles/formatter/switch6.js  |        3 +
 .../testfiles/formatter/switch6.js.formatTokens    |      158 +
 .../data/testfiles/formatter/switch6.js.formatted  |       16 +
 .../unit/data/testfiles/formatter/tabsIndents1.js  |       24 +
 .../formatter/tabsIndents1.js.formatTokens         |      300 +
 .../formatter/tabsIndents1.js.indented.formatted   |       24 +
 .../formatter/tabsIndents1.js.normal.formatted     |       24 +
 .../test/unit/data/testfiles/formatter/ternary1.js |        1 +
 .../testfiles/formatter/ternary1.js.formatTokens   |       70 +
 .../data/testfiles/formatter/ternary1.js.formatted |        1 +
 .../test/unit/data/testfiles/formatter/ternary2.js |        1 +
 .../testfiles/formatter/ternary2.js.formatTokens   |      117 +
 .../data/testfiles/formatter/ternary2.js.formatted |        5 +
 .../test/unit/data/testfiles/formatter/var1.js     |        5 +
 .../data/testfiles/formatter/var1.js.formatTokens  |      110 +
 .../data/testfiles/formatter/var1.js.formatted     |        7 +
 .../test/unit/data/testfiles/formatter/var2.js     |        6 +
 .../formatter/var2.js.wrapAlways.formatted         |       17 +
 .../formatter/var2.js.wrapIfLong.formatted         |        7 +
 .../formatter/var2.js.wrapNever.formatted          |        6 +
 .../test/unit/data/testfiles/formatter/var3.js     |        7 +
 .../formatter/var3.js.wrapAlways.formatted         |        9 +
 .../formatter/var3.js.wrapIfLong.formatted         |        8 +
 .../formatter/var3.js.wrapNever.formatted          |        7 +
 .../test/unit/data/testfiles/formatter/var4.js     |        5 +
 .../data/testfiles/formatter/var4.js.formatTokens  |      147 +
 .../data/testfiles/formatter/var4.js.formatted     |        8 +
 .../test/unit/data/testfiles/formatter/while1.js   |        9 +
 .../testfiles/formatter/while1.js.formatTokens     |       74 +
 .../data/testfiles/formatter/while1.js.formatted   |        9 +
 .../test/unit/data/testfiles/formatter/while2.js   |       11 +
 .../testfiles/formatter/while2.js.formatTokens     |      114 +
 .../data/testfiles/formatter/while2.js.formatted   |       15 +
 .../test/unit/data/testfiles/formatter/while3.js   |       16 +
 .../formatter/while3.js.default.formatted          |       21 +
 .../testfiles/formatter/while3.js.formatTokens     |      249 +
 .../formatter/while3.js.inverted.formatted         |       21 +
 .../test/unit/data/testfiles/formatter/while4.js   |       19 +
 .../formatter/while4.js.default.formatted          |       30 +
 .../testfiles/formatter/while4.js.formatTokens     |      286 +
 .../formatter/while4.js.inverted.formatted         |       30 +
 .../test/unit/data/testfiles/formatter/while5.js   |       13 +
 .../testfiles/formatter/while5.js.formatTokens     |      172 +
 .../formatter/while5.js.wrapAlways.formatted       |       16 +
 .../formatter/while5.js.wrapIfLong.formatted       |       14 +
 .../formatter/while5.js.wrapNever.formatted        |       13 +
 .../test/unit/data/testfiles/formatter/with1.js    |       13 +
 .../data/testfiles/formatter/with1.js.formatTokens |       85 +
 .../data/testfiles/formatter/with1.js.formatted    |       13 +
 .../test/unit/data/testfiles/formatter/with2.js    |       15 +
 .../testfiles/formatter/with2.js.default.formatted |       18 +
 .../data/testfiles/formatter/with2.js.formatTokens |      183 +
 .../formatter/with2.js.inverted.formatted          |       18 +
 .../test/unit/data/testfiles/formatter/with3.js    |       18 +
 .../data/testfiles/formatter/with3.js.formatTokens |      240 +
 .../formatter/with3.js.wrapAlways.formatted        |       24 +
 .../formatter/with3.js.wrapIfLong.formatted        |       20 +
 .../formatter/with3.js.wrapNever.formatted         |       20 +
 .../data/testfiles/hints/accidentalAssignment.js   |       18 +
 ...lAssignment.js.testAccidentalAssignment01.hints |       12 +
 .../data/testfiles/hints/arrayTrailingComma.js     |        3 +
 ...TrailingComma.js.testArrayTrailingComma01.hints |        3 +
 .../unit/data/testfiles/hints/betterCondition.js   |       22 +
 .../betterCondition.js.testBetterCondition01.hints |       15 +
 .../unit/data/testfiles/hints/duplicateName.js     |       12 +
 .../duplicateName.js.testDuplicateName01.hints     |        6 +
 .../unit/data/testfiles/hints/duplicateName02.js   |       10 +
 .../duplicateName02.js.testDuplicateName02.hints   |        0
 .../unit/data/testfiles/hints/duplicateName03.js   |       25 +
 .../duplicateName03.js.testDuplicateName03.hints   |        6 +
 .../data/testfiles/hints/globalIsNotDeclared.js    |        8 +
 .../globalIsNotDeclared.js.testSimple01.hints      |        6 +
 .../testfiles/hints/incorrectDocumentation1.js     |        5 +
 ...umentation1.js.testNoHintNoCommentComment.hints |        0
 .../testfiles/hints/incorrectDocumentation2.js     |        8 +
 ...Documentation2.js.testHintForWrongComment.hints |        3 +
 .../testfiles/hints/incorrectDocumentation3.js     |       10 +
 ...testHintNoHintForOptionalParameterComment.hints |        0
 .../test/unit/data/testfiles/hints/issue217079.js  |        4 +
 .../issue217079.js.testSemicolonIssue217079.hints  |        0
 .../test/unit/data/testfiles/hints/issue218042.js  |        5 +
 ...e218042.js.testBetterConditionIssue218042.hints |        3 +
 .../issue218042.js.testSemicolonIssue218042.hints  |        3 +
 .../test/unit/data/testfiles/hints/issue218108.js  |        1 +
 .../issue218108.js.testSemicolonIssue218108.hints  |        0
 .../test/unit/data/testfiles/hints/issue218446.js  |        9 +
 .../issue218446.js.testSemicolonIssue218446.hints  |        0
 .../test/unit/data/testfiles/hints/issue218590.js  |        9 +
 .../hints/issue218590.js.testIssue218590.hints     |        0
 .../test/unit/data/testfiles/hints/issue219193.js  |        4 +
 .../issue219193.js.testSemicolonIssue219193.hints  |        2 +
 .../test/unit/data/testfiles/hints/issue221454.js  |        1 +
 .../hints/issue221454.js.testIssue221454.hints     |        2 +
 .../test/unit/data/testfiles/hints/issue221497.js  |       12 +
 .../hints/issue221497.js.testIssue221497.hints     |        0
 .../test/unit/data/testfiles/hints/issue224035.js  |        2 +
 .../hints/issue224035.js.testIssue224035.hints     |        0
 .../test/unit/data/testfiles/hints/issue224040.js  |       17 +
 .../hints/issue224040.js.testIssue224040.hints     |        0
 .../test/unit/data/testfiles/hints/issue224041.js  |        1 +
 .../hints/issue224041.js.testIssue224041.hints     |        0
 .../test/unit/data/testfiles/hints/issue224918.js  |        9 +
 .../hints/issue224918.js.testIssue224918.hints     |        3 +
 .../test/unit/data/testfiles/hints/issue225048.js  |       14 +
 .../hints/issue225048.js.testIssue225048.hints     |        6 +
 .../unit/data/testfiles/hints/issue225048_01.js    |       11 +
 .../issue225048_01.js.testIssue225048_01.hints     |        6 +
 .../test/unit/data/testfiles/hints/issue226996.js  |        9 +
 .../issue226996.js.testSemicolonIssue226996.hints  |        2 +
 .../test/unit/data/testfiles/hints/issue228217.js  |        6 +
 .../issue228217.js.testSemicolonIssue228217.hints  |        0
 .../data/testfiles/hints/issue233813/definition.js |        5 +
 .../unit/data/testfiles/hints/issue233813/test.js  |        7 +
 .../issue233813/test.js.testIssue233813.hints      |        3 +
 .../test/unit/data/testfiles/hints/issue244944.js  |        7 +
 .../hints/issue244944.js.testIssue244944.hints     |        3 +
 .../data/testfiles/hints/missingSemicolon01.js     |        6 +
 .../missingSemicolon01.js.testSemicolon02.hints    |        6 +
 .../data/testfiles/hints/objectTrailingComma.js    |        8 +
 ...railingComma.js.testObjectTrailingComma01.hints |        3 +
 .../data/testfiles/hints/undocumentedParameter1.js |        5 +
 ...entedParameter1.js.testNoHintForNoComment.hints |        0
 .../data/testfiles/hints/undocumentedParameter2.js |        8 +
 ...ntedParameter2.js.testHintForEmptyComment.hints |        3 +
 .../data/testfiles/hints/undocumentedParameter3.js |        8 +
 ...ameter3.js.testHintForNotCompletedComment.hints |        3 +
 .../test/unit/data/testfiles/hints/varInForNode.js |        7 +
 .../hints/varInForNode.js.testSemicolon03.hints    |        3 +
 .../data/testfiles/hints/variableDeclaration.js    |        6 +
 .../variableDeclaration.js.testSemicolon01.hints   |        0
 .../unit/data/testfiles/hints/weirdAssignment.js   |        5 +
 .../testfiles/hints/weirdAssignment.js.semantic    |        5 +
 .../hints/weirdAssignment.js.testSimple01.hints    |        3 +
 .../unit/data/testfiles/issue230784.js.structure   |       10 +
 .../unit/data/testfiles/jsdoc/allTypesAsterisks.js |       41 +
 .../data/testfiles/jsdoc/allTypesNoAsterisk.js     |       41 +
 .../test/unit/data/testfiles/jsdoc/blockComment.js |       18 +
 .../unit/data/testfiles/jsdoc/classWithJsDoc.js    |      520 +
 .../classWithJsDoc.js.testAllCompletion.completion |       42 +
 ...ssWithJsDoc.js.testMethodCompletion1.completion |        5 +
 ...ssWithJsDoc.js.testMethodCompletion2.completion |        5 +
 .../classWithJsDoc.js.testNoCompletion.completion  |        3 +
 ...assWithJsDoc.js.testParamCompletion2.completion |        8 +
 ...assWithJsDoc.js.testParamCompletion3.completion |        5 +
 ...assWithJsDoc.js.testParamCompletion4.completion |        5 +
 ...assWithJsDoc.js.testParamCompletion5.completion |        5 +
 ...assWithJsDoc.js.testParamCompletion6.completion |        5 +
 ...assWithJsDoc.js.testReturnCompletion.completion |        6 +
 .../completionDocumentation01.js                   |      516 +
 ...testCompletionDocumentation01completionDoc.html |       30 +
 ...testCompletionDocumentation02completionDoc.html |        5 +
 ...testCompletionDocumentation03completionDoc.html |       30 +
 ...testCompletionDocumentation04completionDoc.html |       29 +
 ...testCompletionDocumentation05completionDoc.html |       10 +
 ...testCompletionDocumentation06completionDoc.html |       12 +
 ...testCompletionDocumentation07completionDoc.html |       19 +
 ...testCompletionDocumentation08completionDoc.html |       16 +
 ...testCompletionDocumentation09completionDoc.html |       19 +
 ...testCompletionDocumentation10completionDoc.html |       16 +
 ...testCompletionDocumentation11completionDoc.html |        5 +
 ...testCompletionDocumentation12completionDoc.html |       30 +
 ...testCompletionDocumentation13completionDoc.html |       25 +
 .../test/unit/data/testfiles/jsdoc/issue233176.js  |        9 +
 .../unit/data/testfiles/jsdoc/modelTestFile.js     |      192 +
 .../unit/data/testfiles/jsdoc/parameterTypes.js    |       44 +
 .../data/testfiles/jsdoc/parser/issue188091.js     |       15 +
 .../data/testfiles/jsdoc/parser/issue217857.js     |        7 +
 .../data/testfiles/jsdoc/parser/issue224205.js     |        8 +
 .../data/testfiles/jsdoc/parser/issue224265.js     |       13 +
 .../data/testfiles/jsdoc/parser/issue224552.js     |       13 +
 .../test/unit/data/testfiles/jsdoc/returnTypes.js  |       45 +
 .../test/unit/data/testfiles/jsdoc/windowStub.js   |      394 +
 .../data/testfiles/markoccurences/issue137317.js   |        6 +
 .../markoccurences/issue137317.js.semantic         |        6 +
 .../issue137317.js.testIssue137317_01.occurrences  |        2 +
 .../issue137317.js.testIssue137317_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue156832.js   |        6 +
 .../issue156832.js.testIssue156832.occurrences     |        4 +
 .../data/testfiles/markoccurences/issue210136.js   |       10 +
 .../issue210136.js.testIssue210136.occurrences     |        4 +
 .../data/testfiles/markoccurences/issue217086.js   |        8 +
 .../issue217086.js.testIssue217086_01.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue217155.js   |       10 +
 .../issue217155.js.testIssue217155_01.occurrences  |        2 +
 .../issue217155.js.testIssue217155_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue217769.js   |        6 +
 .../markoccurences/issue217769.js.semantic         |        6 +
 .../issue217769.js.testIssue217769_01.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue217935.js   |       26 +
 .../issue217935.js.testIssue217935_01.occurrences  |        3 +
 .../issue217935.js.testIssue217935_02.occurrences  |        3 +
 .../issue217935.js.testIssue217935_03.occurrences  |        3 +
 .../issue217935.js.testIssue217935_04.occurrences  |        3 +
 .../issue217935.js.testIssue222904_01.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue218136.js   |        7 +
 .../markoccurences/issue218136.js.semantic         |        7 +
 .../issue218136.js.testIssue218136_01.occurrences  |        2 +
 .../issue218136.js.testIssue218136_02.occurrences  |        2 +
 .../issue218136.js.testIssue218136_03.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue218191.js   |       21 +
 .../markoccurences/issue218191.js.semantic         |       21 +
 .../issue218191.js.testIssue218191_01.occurrences  |        3 +
 .../issue218191.js.testIssue218191_02.occurrences  |        3 +
 .../issue218191.js.testIssue218191_03.occurrences  |        2 +
 .../issue218191.js.testIssue218191_04.occurrences  |        3 +
 .../issue218191.js.testIssue218191_05.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue218261.js   |        2 +
 .../issue218261.js.testIssue218261.occurrences     |        1 +
 .../data/testfiles/markoccurences/issue221228.js   |       32 +
 .../issue221228.js.testIssue221228_01.occurrences  |        2 +
 .../issue221228.js.testIssue221228_02.occurrences  |        2 +
 .../issue221228.js.testIssue221228_03.occurrences  |        2 +
 .../issue221228.js.testIssue221228_04.occurrences  |        2 +
 .../issue221228.js.testIssue221228_05.occurrences  |        3 +
 .../issue221228.js.testIssue221228_06.occurrences  |        1 +
 .../issue221228.js.testIssue221228_07.occurrences  |        3 +
 .../issue221228.js.testIssue221228_08.occurrences  |        3 +
 .../issue221228.js.testIssue221228_09.occurrences  |        3 +
 .../issue221228.js.testIssue221228_10.occurrences  |        3 +
 .../issue221228.js.testIssue221228_11.occurrences  |        3 +
 .../issue221228.js.testIssue221228_12.occurrences  |        3 +
 .../issue221228.js.testIssue221228_13.occurrences  |        1 +
 .../issue221228.js.testIssue221228_14.occurrences  |        3 +
 .../issue221228.js.testIssue221228_15.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue222250.js   |        8 +
 .../issue222250.js.testIssue222250_01.occurrences  |        3 +
 .../issue222250.js.testIssue222250_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue222373.js   |       15 +
 .../issue222373.js.testIssue222373_01.occurrences  |        4 +
 .../issue222373.js.testIssue222373_02.occurrences  |        4 +
 .../issue222373.js.testIssue222373_03.occurrences  |        4 +
 .../issue222373.js.testIssue222373_04.occurrences  |        4 +
 .../issue222373.js.testIssue222373_05.occurrences  |        3 +
 .../issue222373.js.testIssue222373_06.occurrences  |        4 +
 .../issue222373.js.testIssue222373_07.occurrences  |        4 +
 .../issue222373.js.testIssue222373_08.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue222498.js   |        7 +
 .../markoccurences/issue222498.js.semantic         |        7 +
 .../issue222498.js.testIssue222498_01.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue222507.js   |        7 +
 .../issue222507.js.testIssue222507_01.occurrences  |        2 +
 .../issue222507.js.testIssue222507_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue222698.js   |        7 +
 .../issue222698.js.testIssue222698_01.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue222767.js   |       11 +
 .../issue222767.js.testIssue222767_01.occurrences  |        3 +
 .../issue222767.js.testIssue222767_02.occurrences  |        3 +
 .../markoccurences/issue222964/issue222964.js      |       14 +
 .../issue222964/issue222964.js.semantic            |       14 +
 .../issue222964/issue222964.js.structure           |        7 +
 .../issue222964.js.testIssue222964_01.completion   |       27 +
 .../issue222964.js.testIssue222964_01.occurrences  |        3 +
 .../issue222964.js.testIssue222964_02.completion   |       27 +
 .../issue222964.js.testIssue222964_02.occurrences  |        3 +
 .../issue222964.js.testIssue222964_03.completion   |       28 +
 .../issue222964.js.testIssue222964_03.occurrences  |        5 +
 .../issue222964.js.testIssue222964_04.occurrences  |        3 +
 .../issue222964.js.testIssue222964_05.completion   |       28 +
 .../issue222964.js.testIssue222964_05.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue223057.js   |       13 +
 .../issue223057.js.testIssue223057_01.occurrences  |        2 +
 .../issue223057.js.testIssue223057_02.occurrences  |        5 +
 .../data/testfiles/markoccurences/issue223074.js   |       13 +
 .../issue223074.js.testIssue223074_01.occurrences  |        5 +
 .../issue223074.js.testIssue223074_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue223465.js   |        5 +
 .../markoccurences/issue223465.js.semantic         |        5 +
 .../issue223465.js.testIssue223465.occurrences     |        1 +
 .../data/testfiles/markoccurences/issue223823.js   |        9 +
 .../markoccurences/issue223823.js.semantic         |        9 +
 .../issue223823.js.testIssue223823_01.occurrences  |        2 +
 .../issue223823.js.testIssue223823_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue223952.js   |       10 +
 .../issue223952.js.testIssue223952.occurrences     |        2 +
 .../data/testfiles/markoccurences/issue224215.js   |        4 +
 .../markoccurences/issue224215.js.semantic         |        4 +
 .../issue224215.js.testIssue224215_01.occurrences  |        2 +
 .../issue224215.js.testIssue224215_02.occurrences  |        2 +
 .../issue224215.js.testIssue224215_03.occurrences  |        1 +
 .../data/testfiles/markoccurences/issue224462.js   |       29 +
 .../issue224462.js.testIssue224462_01.occurrences  |        1 +
 .../issue224462.js.testIssue224462_02.occurrences  |        2 +
 .../issue224462.js.testIssue224462_03.occurrences  |        2 +
 .../issue224462.js.testIssue224462_04.occurrences  |        4 +
 .../issue224462.js.testIssue224462_05.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue224520.js   |       17 +
 .../markoccurences/issue224520.js.semantic         |       17 +
 .../markoccurences/issue224520.js.structure        |        4 +
 .../issue224520.js.testIssue224520.occurrences     |        4 +
 .../data/testfiles/markoccurences/issue225399.js   |        7 +
 .../markoccurences/issue225399.js.semantic         |        7 +
 .../markoccurences/issue225399.js.structure        |        5 +
 .../issue225399.js.testIssue225399_01.occurrences  |        4 +
 .../issue225399.js.testIssue225399_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue230974.js   |        4 +
 .../issue230974.js.testIssue230974_01.occurrences  |        2 +
 .../issue230974.js.testIssue230974_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue231530.js   |       13 +
 .../issue231530.js.testIssue231530_01.occurrences  |        2 +
 .../issue231530.js.testIssue231530_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue231531.js   |       21 +
 .../issue231531.js.testIssue231531_01.occurrences  |        3 +
 .../issue231531.js.testIssue231531_02.occurrences  |        4 +
 .../issue231531.js.testIssue231531_03.occurrences  |        4 +
 .../data/testfiles/markoccurences/issue231533.js   |       10 +
 .../issue231533.js.testIssue231533_01.occurrences  |        2 +
 .../issue231533.js.testIssue231533_02.occurrences  |        4 +
 .../issue231533.js.testIssue231533_03.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue231782.js   |        7 +
 .../testfiles/markoccurences/issue231782.js.model  |       25 +
 .../issue231782.js.testIssue231782_01.occurrences  |        2 +
 .../issue231782.js.testIssue231782_02.occurrences  |        2 +
 .../issue231782.js.testIssue231782_03.occurrences  |        3 +
 .../issue231782.js.testIssue231782_04.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue231913.js   |        7 +
 .../issue231913.js.testIssue231913.occurrences     |        2 +
 .../data/testfiles/markoccurences/issue232595.js   |        6 +
 .../markoccurences/issue232595.js.semantic         |        6 +
 .../issue232595.js.testIssue232595_01.occurrences  |        2 +
 .../issue232595.js.testIssue232595_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue232776.js   |       12 +
 .../issue232776.js.testIssue232776_01.occurrences  |        2 +
 .../issue232776.js.testIssue232776_02.occurrences  |        2 +
 .../issue232776.js.testIssue232776_03.occurrences  |        2 +
 .../issue232776.js.testIssue232776_04.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue232777.js   |       13 +
 .../issue232777.js.testIssue232777_01.occurrences  |        2 +
 .../issue232777.js.testIssue232777_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue232792.js   |       37 +
 .../markoccurences/issue232792.js.structure        |       10 +
 .../issue232792.js.testCCinWith01.completion       |       39 +
 .../issue232792.js.testIssue23277.completion       |        7 +
 .../issue232792.js.testIssue232792_01.occurrences  |        2 +
 .../issue232792.js.testIssue232792_02.occurrences  |        3 +
 .../issue232792.js.testIssue232792_03.occurrences  |        2 +
 .../issue232792.js.testIssue232798.completion      |        7 +
 .../data/testfiles/markoccurences/issue232804.js   |       16 +
 .../markoccurences/issue232804.js.semantic         |       16 +
 .../markoccurences/issue232804.js.structure        |        5 +
 .../issue232804.js.testIssue232804_01.occurrences  |        2 +
 .../issue232804.js.testIssue232804_02.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue233236.js   |        7 +
 .../issue233236.js.testIssue233236_01.occurrences  |        2 +
 .../issue233236.js.testIssue233236_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue233578.js   |       13 +
 .../issue233578.js.testIssue233578_01.occurrences  |        3 +
 .../issue233578.js.testIssue233578_02.occurrences  |        2 +
 .../issue233578.js.testIssue233578_03.occurrences  |        2 +
 .../issue233578.js.testIssue233578_04.occurrences  |        1 +
 .../data/testfiles/markoccurences/issue233720.js   |       32 +
 .../markoccurences/issue233720.js.semantic         |       32 +
 .../issue233720.js.testIssue233720_01.occurrences  |        2 +
 .../issue233720.js.testIssue233720_02.occurrences  |        2 +
 .../issue233720.js.testIssue233720_03.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue233787.js   |       15 +
 .../markoccurences/issue233787.js.semantic         |       15 +
 .../issue233787.js.testIssue233787_01.occurrences  |        2 +
 .../issue233787.js.testIssue233787_02.occurrences  |        2 +
 .../issue233787.js.testIssue233787_03.occurrences  |        2 +
 .../issue233787.js.testIssue233787_04.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue234392.js   |        2 +
 .../issue234392.js.testIssue234392_01.occurrences  |        2 +
 .../issue234392.js.testIssue234392_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue234512.js   |       13 +
 .../issue234512.js.testIssue234512_01.occurrences  |        2 +
 .../issue234512.js.testIssue234512_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue238499.js   |        6 +
 .../markoccurences/issue238499.js.semantic         |        6 +
 .../issue238499.js.testIssue238499_01.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue239967.js   |       10 +
 .../issue239967.js.testIssue239967_01.occurrences  |        3 +
 .../issue239967.js.testIssue239967_02.occurrences  |        1 +
 .../issue239967.js.testIssue239967_03.occurrences  |        3 +
 .../issue239967.js.testIssue239967_04.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue241171.js   |       16 +
 .../testfiles/markoccurences/issue241171.js.model  |       64 +
 .../issue241171.js.testIssue241171_01.occurrences  |        3 +
 .../issue241171.js.testIssue241171_02.occurrences  |        3 +
 .../data/testfiles/markoccurences/issue242421.js   |       10 +
 .../testfiles/markoccurences/issue242421.js.model  |       36 +
 .../markoccurences/issue242421.js.semantic         |       10 +
 .../issue242421.js.testIssue242421_01.occurrences  |        4 +
 .../issue242421.js.testIssue242421_02.occurrences  |        2 +
 .../issue242421.js.testIssue242421_03.occurrences  |        2 +
 .../issue242421.js.testIssue242421_04.occurrences  |        3 +
 .../issue242421.js.testIssue242421_05.occurrences  |        4 +
 .../data/testfiles/markoccurences/issue244344.js   |       14 +
 .../markoccurences/issue244344.js.semantic         |       14 +
 .../markoccurences/issue244344.js.structure        |        3 +
 .../issue244344.js.testIssue244344_01.occurrences  |        3 +
 .../issue244344.js.testIssue244344_02.occurrences  |        6 +
 .../issue244344.js.testIssue244344_03.occurrences  |        2 +
 .../issue244344.js.testIssue244344_04.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue244861.js   |       14 +
 .../testfiles/markoccurences/issue244861.js.model  |       29 +
 .../issue244861.js.testIssue244861_01.occurrences  |        3 +
 .../issue244861.js.testIssue244861_02.occurrences  |        7 +
 .../issue244861.js.testIssue244861_03.occurrences  |        3 +
 .../issue244861.js.testIssue244861_04.occurrences  |        2 +
 .../issue244861.js.testIssue244861_05.occurrences  |        7 +
 .../data/testfiles/markoccurences/issue244964.js   |       14 +
 .../issue244964.js.testIssue244964_01.occurrences  |        3 +
 .../issue244964.js.testIssue244964_02.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue244973A.js  |       59 +
 .../markoccurences/issue244973A.js.semantic        |       59 +
 .../markoccurences/issue244973A.js.structure       |       10 +
 ...issue244973A.js.testIssue244973A_01.occurrences |        9 +
 ...issue244973A.js.testIssue244973A_02.occurrences |       15 +
 .../data/testfiles/markoccurences/issue244973B.js  |       58 +
 .../markoccurences/issue244973B.js.semantic        |       58 +
 .../markoccurences/issue244973B.js.structure       |       10 +
 ...issue244973B.js.testIssue244973B_01.occurrences |        9 +
 ...issue244973B.js.testIssue244973B_02.occurrences |       16 +
 .../data/testfiles/markoccurences/issue245445.js   |       17 +
 .../markoccurences/issue245445.js.semantic         |       17 +
 .../issue245445.js.testIssue245445_01.occurrences  |        3 +
 .../issue245445.js.testIssue245445_02.occurrences  |        3 +
 .../issue245445.js.testIssue245445_03.occurrences  |        2 +
 .../issue245445.js.testIssue245445_04.occurrences  |        2 +
 .../issue245445.js.testIssue245445_05.occurrences  |        1 +
 .../issue245445.js.testIssue245445_06.occurrences  |        2 +
 .../issue245445.js.testIssue245445_07.occurrences  |        2 +
 .../data/testfiles/markoccurences/issue245488.js   |        6 +
 .../markoccurences/issue245488.js.structure        |        3 +
 .../testConstructor/testConstructor.js             |       48 +
 ...estConstructor.js.testConstructor_1.occurrences |        3 +
 ...estConstructor.js.testConstructor_2.occurrences |        3 +
 ...estConstructor.js.testConstructor_3.occurrences |        3 +
 .../testCorrectPrototype/testCorrectPrototype.js   |       55 +
 ...Prototype.js.testCorrectPrototype_1.occurrences |        2 +
 ...Prototype.js.testCorrectPrototype_2.occurrences |        2 +
 ...Prototype.js.testCorrectPrototype_3.occurrences |        1 +
 ...Prototype.js.testCorrectPrototype_4.occurrences |        1 +
 ...Prototype.js.testCorrectPrototype_5.occurrences |        1 +
 .../testDocumentation/testDocumentation.js         |       62 +
 .../testDocumentation.js.semantic                  |       62 +
 ...ocumentation.js.testDocumentation_1.occurrences |        3 +
 ...cumentation.js.testDocumentation_10.occurrences |        4 +
 ...ocumentation.js.testDocumentation_2.occurrences |        0
 ...ocumentation.js.testDocumentation_3.occurrences |        3 +
 ...ocumentation.js.testDocumentation_4.occurrences |        8 +
 ...ocumentation.js.testDocumentation_5.occurrences |        3 +
 ...ocumentation.js.testDocumentation_6.occurrences |        4 +
 ...ocumentation.js.testDocumentation_7.occurrences |        3 +
 ...ocumentation.js.testDocumentation_8.occurrences |        3 +
 ...ocumentation.js.testDocumentation_9.occurrences |        4 +
 .../testGlobalTypes/testGlobalTypes.js             |       50 +
 ...estGlobalTypes.js.testGlobalTypes_1.occurrences |        5 +
 .../testMethodIdent/testMethodIdent.js             |       47 +
 ...estMethodIdent.js.testMethodIdent_1.occurrences |        3 +
 ...estMethodIdent.js.testMethodIdent_2.occurrences |        3 +
 .../unit/data/testfiles/model/anonymousFunction.js |       57 +
 .../testfiles/model/anonymousFunction.js.model     |       22 +
 .../data/testfiles/model/anonymousFunction2.js     |        7 +
 .../testfiles/model/anonymousFunction2.js.model    |       32 +
 .../test/unit/data/testfiles/model/closers01.js    |       29 +
 .../unit/data/testfiles/model/closers01.js.model   |       57 +
 .../unit/data/testfiles/model/functionInGlobal.js  |       21 +
 ...obal.js.testFunctionInGlobalSpace01.occurrences |        2 +
 ...obal.js.testFunctionInGlobalSpace02.occurrences |        3 +
 .../model/getterSettterInObjectLiteral.js          |       23 +
 .../model/getterSettterInObjectLiteral.js.semantic |       23 +
 .../getterSettterInObjectLiteral.js.structure      |       12 +
 ...s.testGetterSetterInObjectLiteral01.occurrences |        4 +
 ...s.testGetterSetterInObjectLiteral02.occurrences |        4 +
 ....js.testGetterSettterInObjectLiteral.completion |        8 +
 ...ObjectLiteral.js.testIssue218652_01.occurrences |        1 +
 ...ObjectLiteral.js.testIssue218652_02.occurrences |        1 +
 .../test/unit/data/testfiles/model/issue229717.js  |       18 +
 .../unit/data/testfiles/model/issue229717.js.model |       39 +
 .../data/testfiles/model/issue229717.js.structure  |        8 +
 .../issue229717.js.testIssue229717_01.completion   |        8 +
 .../issue229717.js.testIssue229717_01.occurrences  |        4 +
 .../issue229717.js.testIssue229717_02.completion   |        7 +
 .../issue229717.js.testIssue229717_03.completion   |        8 +
 .../unit/data/testfiles/model/issue236141_01.js    |        3 +
 .../data/testfiles/model/issue236141_01.js.model   |       29 +
 .../unit/data/testfiles/model/issue236141_02.js    |        3 +
 .../data/testfiles/model/issue236141_02.js.model   |       31 +
 .../test/unit/data/testfiles/model/issue238693.js  |       14 +
 .../unit/data/testfiles/model/issue238693.js.model |       37 +
 .../issue238693.js.testIssue238693_01.occurrences  |        3 +
 .../test/unit/data/testfiles/model/issue242408.js  |       17 +
 .../unit/data/testfiles/model/issue242408.js.model |       48 +
 .../data/testfiles/model/issue242408.js.semantic   |       17 +
 .../data/testfiles/model/issue242408.js.structure  |        7 +
 .../issue242408.js.testIssue242408_01.completion   |        6 +
 .../issue242408.js.testIssue242408_01.occurrences  |        3 +
 .../issue242408.js.testIssue242408_02.completion   |        5 +
 .../issue242408.js.testIssue242408_02.occurrences  |        3 +
 .../issue242408.js.testIssue242408_03.occurrences  |        2 +
 .../issue242408.js.testIssue242408_04.occurrences  |        3 +
 .../issue242408.js.testIssue242408_05.occurrences  |        2 +
 .../test/unit/data/testfiles/model/issue242454.js  |       16 +
 .../unit/data/testfiles/model/issue242454.js.model |       24 +
 .../data/testfiles/model/issue242454.js.semantic   |       16 +
 .../data/testfiles/model/issue242454.js.structure  |        4 +
 .../issue242454.js.testIssue242454_01.completion   |        5 +
 .../issue242454.js.testIssue242454_01.occurrences  |        2 +
 .../test/unit/data/testfiles/model/issue243449.js  |       12 +
 .../data/testfiles/model/issue243449.js.semantic   |       12 +
 .../data/testfiles/model/issue243449.js.structure  |        9 +
 .../issue243449.js.testIssue243449_01.occurrences  |        2 +
 .../issue243449.js.testIssue243449_02.occurrences  |        2 +
 .../issue243449.js.testIssue243449_03.occurrences  |        2 +
 .../unit/data/testfiles/model/jQueryFragment01.js  |       41 +
 .../data/testfiles/model/jQueryFragment01.js.model |       59 +
 .../testfiles/model/jQueryFragment01.js.semantic   |       41 +
 .../testfiles/model/jQueryFragment01.js.structure  |       15 +
 .../unit/data/testfiles/model/jQueryFragment02.js  |       17 +
 .../data/testfiles/model/jQueryFragment02.js.model |       48 +
 .../test/unit/data/testfiles/model/kolo.js         |       72 +
 .../test/unit/data/testfiles/model/kolo.js.model   |       53 +
 .../test/unit/data/testfiles/model/namespaces01.js |       30 +
 .../data/testfiles/model/namespaces01.js.model     |       38 +
 .../unit/data/testfiles/model/objectAsParameter.js |       64 +
 .../testfiles/model/objectAsParameter.js.model     |       37 +
 .../testfiles/model/objectAsParameter.js.semantic  |       64 +
 .../unit/data/testfiles/model/objectMethods01.js   |       13 +
 .../data/testfiles/model/objectMethods01.js.model  |       24 +
 .../unit/data/testfiles/model/objectNames01.js     |        9 +
 .../data/testfiles/model/objectNames01.js.model    |       17 +
 .../test/unit/data/testfiles/model/parameters01.js |       77 +
 .../parameters01.js.testAssignments01.occurrences  |        4 +
 .../parameters01.js.testAssignments02.occurrences  |        4 +
 ...eters01.js.testFunctionParameters01.occurrences |        3 +
 ...eters01.js.testFunctionParameters02.occurrences |        3 +
 ...eters01.js.testFunctionParameters03.occurrences |        2 +
 .../model/parameters01.js.testMethod01.occurrences |        2 +
 .../test/unit/data/testfiles/model/person.js       |      111 +
 .../test/unit/data/testfiles/model/person.js.model |      155 +
 .../data/testfiles/model/person.js.model.revert    |      155 +
 .../unit/data/testfiles/model/person.js.semantic   |      111 +
 .../unit/data/testfiles/model/person.js.structure  |       25 +
 .../model/person.js.testIssue217086_02.occurrences |        5 +
 .../model/person.js.testIssue241171_03.occurrences |        3 +
 .../model/person.js.testIssue249454.completion     |       17 +
 .../model/person.js.testPrototype01.completion     |        6 +
 .../model/person.js.testPrototype02.completion     |       22 +
 .../model/person.js.testPrototype03.completion     |        6 +
 .../model/person.js.testPrototype04.completion     |        6 +
 .../model/person.js.testPrototype05.completion     |       22 +
 .../model/person.js.testPrototype06.completion     |        5 +
 .../unit/data/testfiles/model/privateMethod.js     |       16 +
 .../test/unit/data/testfiles/model/property01.js   |        5 +
 .../unit/data/testfiles/model/property01.js.model  |        9 +
 .../test/unit/data/testfiles/model/property02.js   |       19 +
 .../test/unit/data/testfiles/model/property03.js   |       50 +
 .../unit/data/testfiles/model/property03.js.model  |       18 +
 .../unit/data/testfiles/model/propertyWithNew.js   |       52 +
 .../data/testfiles/model/propertyWithNew.js.model  |       20 +
 .../test/unit/data/testfiles/model/recursion.js    |       52 +
 .../unit/data/testfiles/model/recursion.js.model   |       22 +
 .../unit/data/testfiles/model/returnTypes01.js     |       84 +
 .../data/testfiles/model/returnTypes01.js.model    |       59 +
 .../unit/data/testfiles/model/returnTypes02.js     |      104 +
 .../data/testfiles/model/returnTypes02.js.model    |       99 +
 .../returnTypes02.js.testAssignments03.occurrences |        5 +
 ...Types02.js.testFunctionParameters04.occurrences |        3 +
 .../test/unit/data/testfiles/model/simpleCall.js   |       43 +
 .../unit/data/testfiles/model/simpleCall.js.model  |       14 +
 .../unit/data/testfiles/model/simpleFunction.js    |        5 +
 .../data/testfiles/model/simpleFunction.js.model   |       13 +
 .../test/unit/data/testfiles/model/simpleObject.js |       62 +
 .../data/testfiles/model/simpleObject.js.model     |       26 +
 .../simpleObject.js.testSimpleObject01.completion  |        8 +
 .../simpleObject.js.testSimpleObject01.occurrences |        4 +
 .../simpleObject.js.testSimpleObject02.completion  |        5 +
 .../simpleObject.js.testSimpleObject02.occurrences |        3 +
 .../simpleObject.js.testSimpleObject03.completion  |        8 +
 .../simpleObject.js.testSimpleObject03.occurrences |        3 +
 .../simpleObject.js.testSimpleObject04.completion  |        5 +
 .../simpleObject.js.testSimpleObject04.occurrences |        2 +
 .../data/testfiles/model/simpleObjectContinue.js   |       52 +
 ...ObjectContinue.js.testSimpleObject01.completion |        9 +
 .../unit/data/testfiles/model/staticMethods01.js   |       19 +
 .../data/testfiles/model/staticMethods01.js.model  |       31 +
 .../test/unit/data/testfiles/model/ternary.js      |       52 +
 .../unit/data/testfiles/model/ternary.js.model     |       25 +
 .../unit/data/testfiles/model/testIssue217679.js   |       17 +
 .../data/testfiles/model/testIssue217679.js.model  |       28 +
 .../test/unit/data/testfiles/model/variables01.js  |       33 +
 .../unit/data/testfiles/model/variables01.js.model |       41 +
 .../testfiles/navigation/226152/issue226152A.js    |        3 +
 .../testfiles/navigation/226152/issue226152B.js    |        5 +
 .../unit/data/testfiles/navigation/239162/fileA.js |        8 +
 .../unit/data/testfiles/navigation/239162/fileB.js |        9 +
 .../testfiles/navigation/239162/fileB.js.semantic  |        9 +
 .../fileB.js.testMarkOccurrences_01.occurrences    |        2 +
 .../unit/data/testfiles/navigation/239179/fileA.js |       10 +
 .../unit/data/testfiles/navigation/239179/fileB.js |        9 +
 .../testfiles/navigation/239179/fileB.js.semantic  |        9 +
 .../fileB.js.testMarkOccurrences_01.occurrences    |        2 +
 .../fileB.js.testMarkOccurrences_02.occurrences    |        2 +
 .../data/testfiles/navigation/testWith01/testA.js  |       12 +
 .../data/testfiles/navigation/testWith01/testB.js  |       23 +
 .../data/testfiles/parser/embeddedSimple1.xhtml    |       14 +
 .../data/testfiles/parser/embeddedSimple2.xhtml    |       18 +
 .../data/testfiles/parser/embeddedSimple3.html     |       17 +
 .../data/testfiles/parser/embeddedSimple4.html     |       18 +
 .../test/unit/data/testfiles/scriptInput.js        |        4 +
 .../unit/data/testfiles/scriptInput.js.formatted   |        4 +
 .../unit/data/testfiles/scriptInput.js.tokens.txt  |       33 +
 .../test/unit/data/testfiles/scriptInputBroken.js  |        6 +
 .../data/testfiles/scriptInputBroken.js.formatted  |        6 +
 .../data/testfiles/scriptInputBroken.js.tokens.txt |       44 +
 .../unit/data/testfiles/sdoc/allTypesAsterisks.js  |       28 +
 .../data/testfiles/sdoc/allTypesNoAsterisks.js     |       28 +
 .../test/unit/data/testfiles/sdoc/blockComment.js  |       18 +
 .../test/unit/data/testfiles/sdoc/classWithSDoc.js |      537 +
 .../classWithSDoc.js.testAllCompletion.completion  |       26 +
 ...assWithSDoc.js.testMethodCompletion1.completion |        6 +
 ...assWithSDoc.js.testMethodCompletion2.completion |        6 +
 .../classWithSDoc.js.testNoCompletion.completion   |        3 +
 ...lassWithSDoc.js.testParamCompletion2.completion |        8 +
 ...lassWithSDoc.js.testParamCompletion3.completion |        5 +
 ...lassWithSDoc.js.testParamCompletion4.completion |        5 +
 ...lassWithSDoc.js.testParamCompletion5.completion |        5 +
 ...lassWithSDoc.js.testParamCompletion6.completion |        5 +
 .../completionDocumentation01.js                   |      539 +
 ...testCompletionDocumentation01completionDoc.html |       30 +
 ...testCompletionDocumentation02completionDoc.html |        5 +
 ...testCompletionDocumentation03completionDoc.html |       30 +
 ...testCompletionDocumentation04completionDoc.html |       29 +
 ...testCompletionDocumentation05completionDoc.html |       10 +
 ...testCompletionDocumentation06completionDoc.html |       12 +
 ...testCompletionDocumentation07completionDoc.html |       16 +
 ...testCompletionDocumentation09completionDoc.html |       15 +
 ...testCompletionDocumentation10completionDoc.html |       16 +
 ...testCompletionDocumentation11completionDoc.html |        5 +
 ...testCompletionDocumentation12completionDoc.html |       30 +
 ...testCompletionDocumentation13completionDoc.html |       25 +
 .../test/unit/data/testfiles/sdoc/modelTestFile.js |      119 +
 .../unit/data/testfiles/sdoc/parameterTypes.js     |       24 +
 .../test/unit/data/testfiles/simple.js             |       31 +
 .../test/unit/data/testfiles/simple.js.folds       |       32 +
 .../test/unit/data/testfiles/simple.js.formatted   |       31 +
 .../test/unit/data/testfiles/simple.js.indented    |       31 +
 .../test/unit/data/testfiles/simple.json           |       14 +
 .../test/unit/data/testfiles/simple.json.folds     |       14 +
 .../test/unit/data/testfiles/simple.json.formatted |       25 +
 .../test/unit/data/testfiles/simple.json.structure |        9 +
 .../unit/data/testfiles/structure/issue205098.js   |        7 +
 .../testfiles/structure/issue205098.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue216855.js   |        9 +
 .../testfiles/structure/issue216855.js.structure   |        1 +
 .../unit/data/testfiles/structure/issue217011.js   |       37 +
 .../testfiles/structure/issue217011.js.structure   |       13 +
 .../unit/data/testfiles/structure/issue217938.js   |        4 +
 .../testfiles/structure/issue217938.js.structure   |        4 +
 .../issue217938.js.testIssue217938_01.occurrences  |        2 +
 .../issue217938.js.testIssue217938_02.occurrences  |        1 +
 .../unit/data/testfiles/structure/issue219508.js   |       14 +
 .../testfiles/structure/issue219508.js.semantic    |       14 +
 .../testfiles/structure/issue219508.js.structure   |        5 +
 .../data/testfiles/structure/issue219508_01.js     |       36 +
 .../structure/issue219508_01.js.structure          |       10 +
 .../unit/data/testfiles/structure/issue222177.js   |       11 +
 .../testfiles/structure/issue222177.js.structure   |        3 +
 .../unit/data/testfiles/structure/issue222179.js   |       13 +
 .../testfiles/structure/issue222179.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue222952.js   |       14 +
 .../testfiles/structure/issue222952.js.structure   |        6 +
 .../testfiles/structure/issue223112/issue223112.js |        2 +
 .../structure/issue223112/issue223112.js.structure |        2 +
 .../testfiles/structure/issue223602/issue223602.js |       20 +
 .../structure/issue223602/issue223602.js.structure |       11 +
 .../issue223602.js.testIssue223602_01.completion   |       28 +
 .../issue223602.js.testIssue223602_02.completion   |        8 +
 .../issue223602.js.testIssue223602_03.completion   |        8 +
 .../issue223602.js.testIssue223679_01.completion   |        7 +
 .../testfiles/structure/issue223891/issue223891.js |        8 +
 .../structure/issue223891/issue223891.js.structure |        2 +
 .../issue223891.js.testIssue223891_01.completion   |        9 +
 .../issue223891.js.testIssue223891_01.occurrences  |        3 +
 .../issue223891.js.testIssue223891_02.occurrences  |        2 +
 .../issue223891.js.testIssue223891_03.occurrences  |        2 +
 .../unit/data/testfiles/structure/issue224090.js   |       11 +
 .../testfiles/structure/issue224090.js.structure   |        2 +
 .../unit/data/testfiles/structure/issue225755.js   |        1 +
 .../testfiles/structure/issue225755.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue226142.js   |       22 +
 .../data/testfiles/structure/issue226142.js.folds  |       22 +
 .../unit/data/testfiles/structure/issue226480.js   |       16 +
 .../testfiles/structure/issue226480.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue226490.js   |       16 +
 .../testfiles/structure/issue226490.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue226559.js   |       10 +
 .../testfiles/structure/issue226559.js.structure   |        4 +
 .../issue226559.js.testIssue226559.completion      |        6 +
 .../unit/data/testfiles/structure/issue226627.js   |        6 +
 .../testfiles/structure/issue226627.js.structure   |        2 +
 .../unit/data/testfiles/structure/issue226930.js   |      692 +
 .../testfiles/structure/issue226930.js.structure   |       51 +
 .../unit/data/testfiles/structure/issue226976.js   |        9 +
 .../testfiles/structure/issue226976.js.structure   |        7 +
 .../unit/data/testfiles/structure/issue227153.js   |        7 +
 .../testfiles/structure/issue227153.js.structure   |        0
 .../unit/data/testfiles/structure/issue228186.js   |       10 +
 .../data/testfiles/structure/issue228186.js.folds  |       10 +
 .../unit/data/testfiles/structure/issue228289.js   |       19 +
 .../testfiles/structure/issue228289.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue228556.js   |        4 +
 .../testfiles/structure/issue228556.js.structure   |        3 +
 .../unit/data/testfiles/structure/issue230578.js   |        8 +
 .../testfiles/structure/issue230578.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue230709.js   |        8 +
 .../data/testfiles/structure/issue230709.js.model  |       23 +
 .../testfiles/structure/issue230709.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue231025.js   |       13 +
 .../testfiles/structure/issue231025.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue231026.js   |       11 +
 .../testfiles/structure/issue231026.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue231048.js   |       12 +
 .../testfiles/structure/issue231048.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue231059.js   |       24 +
 .../testfiles/structure/issue231059.js.structure   |        6 +
 .../unit/data/testfiles/structure/issue231262.js   |       60 +
 .../testfiles/structure/issue231262.js.structure   |       10 +
 .../unit/data/testfiles/structure/issue231292.js   |       18 +
 .../testfiles/structure/issue231292.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue231333.js   |        7 +
 .../testfiles/structure/issue231333.js.structure   |        1 +
 .../unit/data/testfiles/structure/issue231688.js   |       15 +
 .../testfiles/structure/issue231688.js.structure   |        7 +
 .../unit/data/testfiles/structure/issue231697.js   |       12 +
 .../testfiles/structure/issue231697.js.structure   |        1 +
 .../unit/data/testfiles/structure/issue231744.js   |       14 +
 .../testfiles/structure/issue231744.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue231751.js   |       16 +
 .../testfiles/structure/issue231751.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue231815.js   |      671 +
 .../testfiles/structure/issue231815.js.structure   |       58 +
 .../unit/data/testfiles/structure/issue231841.js   |       16 +
 .../testfiles/structure/issue231841.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue231908.js   |        7 +
 .../testfiles/structure/issue231908.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue232549.js   |        6 +
 .../testfiles/structure/issue232549.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue232910.js   |        6 +
 .../testfiles/structure/issue232910.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue232920.js   |       15 +
 .../testfiles/structure/issue232920.js.structure   |        5 +
 .../issue232920.js.testIssue232920_01.occurrences  |        2 +
 .../issue232920.js.testIssue232920_02.occurrences  |        2 +
 .../issue232920.js.testIssue232920_03.occurrences  |        2 +
 .../unit/data/testfiles/structure/issue232942.js   |       15 +
 .../testfiles/structure/issue232942.js.structure   |        1 +
 .../unit/data/testfiles/structure/issue233062.js   |       15 +
 .../testfiles/structure/issue233062.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue233173.js   |       13 +
 .../testfiles/structure/issue233173.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue233237.js   |       20 +
 .../testfiles/structure/issue233237.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue233630A.js  |       22 +
 .../testfiles/structure/issue233630A.js.structure  |        5 +
 .../unit/data/testfiles/structure/issue233630B.js  |       19 +
 .../testfiles/structure/issue233630B.js.structure  |        4 +
 .../unit/data/testfiles/structure/issue233719.js   |       16 +
 .../testfiles/structure/issue233719.js.semantic    |       16 +
 .../testfiles/structure/issue233719.js.structure   |        8 +
 .../issue233719.js.testIssue233719_01.completion   |        7 +
 .../issue233719.js.testIssue233719_02.completion   |        7 +
 .../unit/data/testfiles/structure/issue233738.js   |        4 +
 .../testfiles/structure/issue233738.js.structure   |        3 +
 .../issue233738.js.testIssue233738_01.occurrences  |        2 +
 .../issue233738.js.testIssue233738_02.occurrences  |        2 +
 .../unit/data/testfiles/structure/issue234359.js   |       51 +
 .../testfiles/structure/issue234359.js.semantic    |       51 +
 .../testfiles/structure/issue234359.js.structure   |       13 +
 .../unit/data/testfiles/structure/issue234371.js   |       13 +
 .../testfiles/structure/issue234371.js.structure   |        6 +
 .../unit/data/testfiles/structure/issue234430.js   |       15 +
 .../testfiles/structure/issue234430.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue234453.js   |       17 +
 .../testfiles/structure/issue234453.js.structure   |        5 +
 .../unit/data/testfiles/structure/issue241963.js   |       35 +
 .../testfiles/structure/issue241963.js.structure   |        4 +
 .../unit/data/testfiles/structure/issue245519.js   |        3 +
 .../testfiles/structure/issue245519.js.structure   |        1 +
 .../unit/data/testfiles/structure/issue246896.js   |       16 +
 .../testfiles/structure/issue246896.js.semantic    |       16 +
 .../testfiles/structure/issue246896.js.structure   |        8 +
 .../unit/data/testfiles/structure/resolvingThis.js |       36 +
 .../testfiles/structure/resolvingThis.js.structure |       15 +
 .../testfiles/structure/semitypes/semiTypes.js     |       34 +
 .../structure/semitypes/semiTypes.js.model         |       73 +
 .../structure/semitypes/semiTypes.js.structure     |       18 +
 .../testfiles/structure/structureEmbedded1.html    |       57 +
 .../structure/structureEmbedded1.html.structure    |        2 +
 .../testfiles/structure/withIndex/issue223117.js   |        4 +
 .../structure/withIndex/issue223117.js.structure   |        1 +
 .../test/unit/data/testfiles/testInput.js          |       84 +
 .../unit/data/testfiles/testInput.js.tokens.txt    |      604 +
 .../test/unit/data/testfiles/testInput.json        |       14 +
 .../unit/data/testfiles/testInput.json.tokens.txt  |      157 +
 .../test/unit/data/testfiles/with/inner01.js       |       16 +
 .../unit/data/testfiles/with/inner01.js.semantic   |       16 +
 .../unit/data/testfiles/with/inner01.js.structure  |        6 +
 .../with/inner01.js.testInner01_01.occurrences     |        2 +
 .../with/inner01.js.testInner01_02.occurrences     |        2 +
 .../with/inner01.js.testInner01_03.occurrences     |        2 +
 .../with/inner01.js.testInner01_04.occurrences     |        2 +
 .../with/inner01.js.testInner01_05.occurrences     |        2 +
 .../with/inner01.js.testInner01_06.occurrences     |        2 +
 .../test/unit/data/testfiles/with/inner02.js       |       16 +
 .../unit/data/testfiles/with/inner02.js.semantic   |       16 +
 .../unit/data/testfiles/with/inner02.js.structure  |        6 +
 .../with/inner02.js.testInner02_01.occurrences     |        2 +
 .../with/inner02.js.testInner02_02.occurrences     |        2 +
 .../with/inner02.js.testInner02_03.occurrences     |        2 +
 .../with/inner02.js.testInner02_04.occurrences     |        2 +
 .../with/inner02.js.testInner02_05.occurrences     |        2 +
 .../with/inner02.js.testInner02_06.occurrences     |        2 +
 .../test/unit/data/testfiles/with/inner03.js       |       31 +
 .../unit/data/testfiles/with/inner03.js.semantic   |       31 +
 .../unit/data/testfiles/with/inner03.js.structure  |        9 +
 .../with/inner03.js.testInner03_01.occurrences     |        2 +
 .../with/inner03.js.testInner03_02.occurrences     |        4 +
 .../with/inner03.js.testInner03_03.occurrences     |        4 +
 .../with/inner03.js.testInner03_04.occurrences     |        2 +
 .../with/inner03.js.testInner03_05.occurrences     |        3 +
 .../with/inner03.js.testInner03_06.occurrences     |        4 +
 .../with/inner03.js.testInner03_07.occurrences     |        3 +
 .../with/inner03.js.testInner03_08.occurrences     |        2 +
 .../test/unit/data/testfiles/with/issue234373.js   |       12 +
 .../issue234373.js.testIssue234373_01.occurrences  |        2 +
 .../issue234373.js.testIssue234373_02.completion   |       38 +
 .../test/unit/data/testfiles/with/issue234375.js   |       32 +
 .../data/testfiles/with/issue234375.js.semantic    |       32 +
 .../data/testfiles/with/issue234375.js.structure   |        8 +
 .../issue234375.js.testIssue234375_01.completion   |       29 +
 .../issue234375.js.testIssue234375_01.occurrences  |        2 +
 .../issue234375.js.testIssue234375_02.completion   |       11 +
 .../issue234375.js.testIssue234375_02.occurrences  |        2 +
 .../issue234375.js.testIssue234375_03.completion   |       21 +
 .../issue234375.js.testIssue234479_01.occurrences  |        5 +
 .../issue234375.js.testIssue234479_02.occurrences  |        5 +
 .../test/unit/data/testfiles/with/issue234380.js   |        8 +
 .../data/testfiles/with/issue234380.js.semantic    |        8 +
 .../data/testfiles/with/issue234380.js.structure   |        2 +
 .../issue234380.js.testIssue234380_01.occurrences  |        2 +
 .../test/unit/data/testfiles/with/issue234381.js   |       10 +
 .../data/testfiles/with/issue234381.js.semantic    |       10 +
 .../data/testfiles/with/issue234381.js.structure   |        4 +
 .../issue234381.js.testIssue234381_01.occurrences  |        2 +
 .../issue234381.js.testIssue234381_02.occurrences  |        2 +
 .../issue234381.js.testIssue234381_03.completion   |       36 +
 .../test/unit/data/testfiles/with/issue234390.js   |       13 +
 .../data/testfiles/with/issue234390.js.semantic    |       13 +
 .../data/testfiles/with/issue234390.js.structure   |        4 +
 .../issue234390.js.testIssue234390_01.occurrences  |        2 +
 .../issue234390.js.testIssue234390_02.occurrences  |        4 +
 .../issue234390.js.testIssue234390_03.occurrences  |        3 +
 .../test/unit/data/testfiles/with/issue234400.js   |       11 +
 .../issue234400.js.testIssue234400_01.completion   |        6 +
 .../test/unit/data/testfiles/with/issue234637A.js  |        7 +
 .../unit/data/testfiles/with/issue234637Test.js    |        6 +
 ...ssue234637Test.js.testIssue234637_01.completion |        6 +
 .../test/unit/data/testfiles/with/issue235227.js   |       19 +
 .../issue235227.js.testIssue235227_01.occurrences  |        2 +
 .../issue235227.js.testIssue235227_02.occurrences  |        2 +
 .../issue235227.js.testIssue235227_03.occurrences  |        2 +
 .../issue235227.js.testIssue235227_04.occurrences  |        2 +
 .../test/unit/data/testfiles/with/issue241640.js   |       12 +
 .../issue241640.js.testIssue241640_01.occurrences  |        4 +
 .../test/unit/data/testfiles/with/man.js           |       25 +
 .../test/unit/data/testfiles/with/test01.js        |        7 +
 .../with/test01.js.testWith_01.occurrences         |        2 +
 .../with/test01.js.testWith_02.occurrences         |        2 +
 .../with/test01.js.testWith_03.occurrences         |        2 +
 .../with/test01.js.testWith_04.occurrences         |        3 +
 .../test/unit/data/testfiles/with/test02.js        |       10 +
 .../unit/data/testfiles/with/test02.js.semantic    |       10 +
 .../with/test02.js.testWith_05.occurrences         |        2 +
 .../with/test02.js.testWith_06.occurrences         |        3 +
 .../with/test02.js.testWith_07.occurrences         |        4 +
 .../test/unit/data/testfiles/with/varInWith01.js   |       17 +
 .../data/testfiles/with/varInWith01.js.semantic    |       17 +
 .../data/testfiles/with/varInWith01.js.structure   |        7 +
 .../varInWith01.js.testVarInWith_02.occurrences    |        3 +
 .../varInWith01.js.testVarInWith_03.occurrences    |        2 +
 .../varInWith01.js.testVarInWith_04.occurrences    |        3 +
 .../varInWith01.js.testVarInWith_05.occurrences    |        3 +
 .../varInWith01.js.testVarInWith_06.completion     |        6 +
 .../test/unit/data/testfiles/with/woman.js         |       40 +
 ...woman.js.testMarkOccurrenceWoman_01.occurrences |        6 +
 ...woman.js.testMarkOccurrenceWoman_02.occurrences |        4 +
 ...woman.js.testMarkOccurrenceWoman_03.occurrences |        3 +
 ...woman.js.testMarkOccurrenceWoman_04.occurrences |        3 +
 ...woman.js.testMarkOccurrenceWoman_05.occurrences |        3 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../javascript2/editor/AutomatedIndentingTest.java |       76 +
 .../editor/CompletionContextFinderTest.java        |      160 +
 .../javascript2/editor/JsBracesMatcherTest.java    |       81 +
 .../editor/JsCodeCompletionArgumentsTest.java      |       96 +
 .../editor/JsCodeCompletionArraysTest.java         |      123 +
 .../javascript2/editor/JsCodeCompletionBase.java   |      286 +
 .../editor/JsCodeCompletionDocumentationTest.java  |       77 +
 .../editor/JsCodeCompletionGeneralTest.java        |      389 +
 .../editor/JsCodeCompletionIssue222964Test.java    |       96 +
 .../editor/JsCodeCompletionIssue223602Test.java    |       95 +
 .../editor/JsCodeCompletionIssue223891Test.java    |       84 +
 .../editor/JsCodeCompletionIssue224453Test.java    |       96 +
 .../editor/JsCodeCompletionIssue228634Test.java    |       83 +
 .../editor/JsCodeCompletionIssue233487Test.java    |       89 +
 .../editor/JsCodeCompletionIssue243647Test.java    |       90 +
 .../editor/JsCodeCompletionIssue245252Test.java    |       86 +
 .../editor/JsCodeCompletionIssue246060Test.java    |       84 +
 .../editor/JsCodeCompletionModelTest.java          |       76 +
 .../editor/JsCodeCompletionParamTypesTest.java     |      100 +
 .../editor/JsCodeCompletionPrototypeChain01.java   |      112 +
 .../JsCodeCompletionSimpleMethodChainTest.java     |      103 +
 .../javascript2/editor/JsCodeCompletionTest.java   |      302 +
 .../editor/JsCodeCompletionWithAnonymProperty.java |       92 +
 .../editor/JsCodeCompletionWithAnonymous.java      |       87 +
 .../editor/JsCodeCompletionWithComplex.java        |       91 +
 .../editor/JsCodeCompletionWithTest.java           |       91 +
 .../editor/JsDeletedTextInterceptorTest.java       |      241 +
 .../javascript2/editor/JsSemanticAnalyzerTest.java |      384 +
 .../editor/JsStructureScannerArrayTest.java        |      104 +
 .../editor/JsStructureScannerEmbeddedTest.java     |       57 +
 .../editor/JsStructureScannerIssue223112Test.java  |       96 +
 .../editor/JsStructureScannerIssue223602Test.java  |       96 +
 .../editor/JsStructureScannerIssue223891Test.java  |       96 +
 .../editor/JsStructureScannerSemiTypes.java        |       96 +
 .../javascript2/editor/JsStructureScannerTest.java |      530 +
 .../editor/JsStructureScannerWithIndexTest.java    |       96 +
 .../modules/javascript2/editor/JsTestBase.java     |      102 +
 .../JsTypedBreakInterceptorEmbeddedTest.java       |       87 +
 .../editor/JsTypedBreakInterceptorTest.java        |      524 +
 .../editor/JsTypedTextInterceptorTest.java         |      375 +
 .../modules/javascript2/editor/JsWithBase.java     |      182 +
 .../modules/javascript2/editor/JsWithFastTest.java |      361 +
 .../modules/javascript2/editor/JsWithTest.java     |      115 +
 .../editor/JsonDeletedTextInterceptorTest.java     |      114 +
 .../editor/JsonStructureScannerTest.java           |       62 +
 .../modules/javascript2/editor/JsonTestBase.java   |       82 +
 .../editor/JsonTypedBreakInterceptorTest.java      |       99 +
 .../editor/JsonTypedTextInterceptorTest.java       |      143 +
 .../classpath/ClasspathProviderImplAccessor.java   |       61 +
 .../editor/doc/JsCommentGeneratorTest.java         |      246 +
 .../doc/JsDocumentationCodeCompletionTest.java     |       64 +
 .../editor/doc/JsDocumentationHolderTest.java      |      111 +
 .../editor/doc/JsDocumentationReaderTest.java      |       90 +
 .../editor/doc/JsDocumentationSupportTest.java     |      116 +
 .../editor/doc/JsDocumentationTestBase.java        |      372 +
 .../editor/embedding/JsEmbeddingProviderTest.java  |      177 +
 .../editor/embedding/JsEmbeddingTestBase.java      |       86 +
 .../editor/extdoc/ExtDocCodeCompletionTest.java    |       92 +
 .../extdoc/ExtDocCompletionDocumentationTest.java  |      109 +
 .../extdoc/ExtDocDocumentationProviderTest.java    |      309 +
 .../javascript2/editor/extdoc/ExtDocModelTest.java |      395 +
 .../editor/extdoc/ExtDocParserTest.java            |      117 +
 .../editor/formatter/JsFormatterEmbeddedTest.java  |      133 +
 .../editor/formatter/JsFormatterTest.java          |     2032 +
 .../editor/formatter/JsonFormatterTest.java        |       73 +
 .../editor/formatter/PackageFormatterTest.java     |       67 +
 .../javascript2/editor/hint/HintTestBase.java      |       63 +
 .../javascript2/editor/hint/Issue233813Test.java   |      100 +
 .../editor/hint/JsConventionHintTest.java          |      170 +
 .../editor/hint/JsGlobalIsNotDeclaredTest.java     |       94 +
 .../editor/hint/JsIncorrectDocumentationTest.java  |       73 +
 .../editor/hint/JsUndocumentedParameterTest.java   |       73 +
 .../editor/hint/JsWeirdAssignmentTest.java         |       69 +
 .../editor/jsdoc/JsDocCodeCompletionTest.java      |       97 +
 .../jsdoc/JsDocCompletionDocumentationTest.java    |      150 +
 .../jsdoc/JsDocDocumentationProviderTest.java      |      406 +
 .../javascript2/editor/jsdoc/JsDocModelTest.java   |      498 +
 .../javascript2/editor/jsdoc/JsDocParserTest.java  |      189 +
 .../lexer/JsDocumentationLexerRandomTest.java      |      111 +
 .../editor/lexer/JsDocumentationLexerTest.java     |      398 +
 .../editor/lexer/JsLexerRandomTest.java            |      123 +
 .../javascript2/editor/lexer/JsLexerTest.java      |      579 +
 .../javascript2/editor/lexer/JsTokenDumpTest.java  |       80 +
 .../editor/lexer/JsonTokenDumpTest.java            |       70 +
 .../editor/model/impl/MarkOccurrenceTest.java      |     1176 +
 .../javascript2/editor/model/impl/ModelTest.java   |      262 +
 .../editor/model/impl/ModelTestBase.java           |      103 +
 .../editor/navigation/GoToDeclarationTest.java     |       83 +
 .../editor/navigation/Issue226152Test.java         |       99 +
 .../editor/navigation/Issue239162Test.java         |      115 +
 .../editor/navigation/Issue239179Test.java         |      126 +
 .../javascript2/editor/navigation/With01Test.java  |       87 +
 .../editor/parser/JsParserEmbeddedTest.java        |      132 +
 .../javascript2/editor/parser/JsParserTest.java    |      297 +
 .../javascript2/editor/parser/JsonParserTest.java  |      151 +
 .../editor/sdoc/SDocCodeCompletionTest.java        |       92 +
 .../sdoc/SDocCompletionDocumentationTest.java      |      145 +
 .../editor/sdoc/SDocDocumentationProviderTest.java |      330 +
 .../javascript2/editor/sdoc/SDocModelTest.java     |      400 +
 .../javascript2/editor/sdoc/SDocParserTest.java    |      118 +
 .../tools/JavaScriptColoringScanner.flex           |      568 +
 javascript2.editor/tools/JsDocColoringScanner.flex |      228 +
 .../tools/JsDocumentationColoringScanner.flex      |      228 +
 javascript2.editor/tools/JsonColoringScanner.flex  |      254 +
 javascript2.editor/tools/SDocColoringScanner.flex  |      220 +
 javascript2.editor/tools/lexer-js.patch            |      104 +
 javascript2.editor/tools/lexer-jsdoc.patch         |      112 +
 .../tools/lexer-jsdocumentation.patch              |      112 +
 javascript2.editor/tools/lexer-json.patch          |      104 +
 javascript2.editor/tools/lexer-sdoc.patch          |      112 +
 javascript2.extjs/build.xml                        |        5 +
 javascript2.extjs/external/extjs-properties.xml    |      180 +
 javascript2.extjs/manifest.mf                      |        5 +
 javascript2.extjs/nbproject/project.properties     |        5 +
 javascript2.extjs/nbproject/project.xml            |      132 +
 .../modules/javascript2/extjs/Bundle.properties    |        5 +
 .../modules/javascript2/extjs/DataLoader.java      |      146 +
 .../javascript2/extjs/ExtJsCodeCompletion.java     |      167 +
 .../javascript2/extjs/ExtJsCompletionItem.java     |      152 +
 .../modules/javascript2/extjs/ExtJsDataItem.java   |       78 +
 .../modules/javascript2/extjs/ExtJsElement.java    |      114 +
 .../extjs/model/ExtApplyFunctionInterceptor.java   |      116 +
 .../extjs/model/ExtDefineFunctionInterceptor.java  |      126 +
 .../model/ExtNamespaceFunctionInterceptor.java     |      107 +
 .../completion/applyMethod/ClassManager.js         |     1874 +
 .../completion/applyMethod/ClassManager.js.model   |     1067 +
 .../applyMethod/ClassManager.js.structure          |      101 +
 .../completion/defineMethod/defineMethod.js        |        9 +
 .../completion/defineMethod/defineMethod.js.model  |       36 +
 .../defineMethod/defineMethod.js.structure         |       10 +
 .../completion/defineMethod/issue231923.js         |       13 +
 .../issue231923.js.testIssue231923.completion      |        6 +
 .../completion/defineMethod/issue237938.js         |       10 +
 .../defineMethod/issue237938.js.semantic           |       10 +
 .../testfiles/completion/defineMethod/test01.js    |        1 +
 ...01.js.testDefineMethodInterceptor_01.completion |        5 +
 .../testfiles/completion/defineMethod/test02.js    |        1 +
 ...02.js.testDefineMethodInterceptor_02.completion |        6 +
 .../testfiles/completion/defineMethod/test03.js    |        1 +
 ...03.js.testDefineMethodInterceptor_03.completion |        5 +
 .../testfiles/completion/defineMethod/test04.js    |        1 +
 ...04.js.testDefineMethodInterceptor_04.completion |        7 +
 .../testfiles/completion/defineMethod/test05.js    |        1 +
 ...05.js.testDefineMethodInterceptor_05.completion |        5 +
 .../testfiles/completion/defineMethod/test06.js    |        1 +
 ...06.js.testDefineMethodInterceptor_06.completion |        5 +
 .../unit/data/testfiles/structure/issue230177.js   |      391 +
 .../testfiles/structure/issue230177.js.structure   |       32 +
 .../unit/data/testfiles/structure/issue231923.js   |       10 +
 .../data/testfiles/structure/issue231923.js.model  |       54 +
 .../testfiles/structure/issue231923.js.structure   |        7 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../extjs/model/ExtDefineCodeCompletionTest.java   |      108 +
 .../javascript2/extjs/model/ExtModelTest.java      |       67 +
 .../extjs/model/JsSemanticColoringTest.java        |       59 +
 .../javascript2/extjs/model/JsStructureTest.java   |       79 +
 javascript2.jquery/build.xml                       |        5 +
 javascript2.jquery/external/jquery-api-license.txt |       25 +
 javascript2.jquery/external/jquery-api.xml         |    22893 +
 .../external/jquery-propertyNames.xml              |      361 +
 javascript2.jquery/manifest.mf                     |        6 +
 javascript2.jquery/nbproject/project.properties    |       10 +
 javascript2.jquery/nbproject/project.xml           |      203 +
 .../modules/javascript2/jquery/Bundle.properties   |        2 +
 .../javascript2/jquery/PropertyNameDataItem.java   |       78 +
 .../javascript2/jquery/PropertyNameDataLoader.java |      146 +
 .../modules/javascript2/jquery/SelectorItem.java   |       85 +
 .../javascript2/jquery/SelectorsLoader.java        |      631 +
 .../jquery/editor/JQueryCodeCompletion.java        |      639 +
 .../jquery/editor/JQueryCompletionItem.java        |      434 +
 .../jquery/editor/JQueryDeclarationFinder.java     |      392 +
 .../jquery/model/JQueryExtendInterceptor.java      |      125 +
 .../javascript2/jquery/model/JQueryModel.java      |      306 +
 .../jquery/model/JQueryModelInterceptor.java       |       65 +
 .../javascript2/jquery/model/JQueryUtils.java      |      146 +
 .../jquery/model/JQueryWidgetInterceptor.java      |       95 +
 .../javascript2/jquery/resources/jquery_16_2.png   |      Bin 0 -> 1036 bytes
 .../jquery}/resources/style_sheet_16.png           |      Bin
 .../data/testfiles/completion/issue217123.html     |       13 +
 .../issue217123.html.testIssue217123.completion    |        5 +
 .../unit/data/testfiles/completion/issue217450.js  |        2 +
 .../issue217450.js.testIssue217450.completion      |      182 +
 .../unit/data/testfiles/completion/issue235647.js  |        2 +
 .../issue235647.js.testIssue235647.completion      |        6 +
 .../testfiles/completion/jQuery/issue223060.js     |        2 +
 .../issue223060.js.testIssue223060.completion      |      182 +
 .../testfiles/completion/jQuery/issue223963.js     |        1 +
 .../jQuery/issue223963.js.testIssue223963.html     |       42 +
 .../data/testfiles/completion/jQuery/newFile.js    |        6 +
 .../jQuery/newFile.js.testNewFile.completion       |       23 +
 .../jQuery/newFile.js.testNewFile02.completion     |       23 +
 .../jQuery/selectors/basic/issue211769.js          |        1 +
 .../issue211769.js.testIssue211769_1.expected.js   |        1 +
 .../jQuery/selectors/basic/issue211769_1.js        |        1 +
 .../issue211769_1.js.testIssue211769_2.expected.js |        1 +
 .../jQuery/selectors/basic/issue211769_2.js        |        1 +
 .../selectors/basic/issue211769_2.js.expected.js   |        1 +
 .../jQuery/selectors/basic/issue221481.js          |        1 +
 .../issue221481.js.testIssue221481.expected.js     |        1 +
 .../jQuery/selectors/basic/issue221481_1.js        |        1 +
 .../issue221481_1.js.testIssue221481_1.expected.js |        1 +
 .../jQuery/selectors/basic/issue221481_2.js        |        1 +
 .../issue221481_2.js.testIssue221481_2.expected.js |        1 +
 .../jQuery/selectors/basic/selectors.css           |       18 +
 .../jQuery/selectors/basic/selectors.html          |       27 +
 .../completion/jQuery/selectors/basic/selectors.js |       14 +
 .../selectors.js.testIssue217019_1.completion      |      179 +
 .../selectors.js.testIssue217019_2.completion      |      179 +
 .../basic/selectors.js.testIssue229750.completion  |       11 +
 .../selectors.js.testSelectorClass01.completion    |        8 +
 .../selectors.js.testSelectorClass02.completion    |        8 +
 .../basic/selectors.js.testSelectorId01.completion |        3 +
 .../basic/selectors.js.testSelectorId02.completion |        5 +
 .../selectors.js.testSelectorTag01.completion      |        8 +
 .../selectors.js.testSelectorTag02.completion      |        5 +
 .../selectors.js.testSelectorTagAttr01.completion  |        6 +
 .../selectors.js.testSelectorTagAttr02.completion  |        6 +
 .../completion/jQuery/selectors/issue223964.js     |        5 +
 .../issue223964.js.testAttributeName_01.completion |       83 +
 .../issue223964.js.testAttributeName_02.completion |      179 +
 .../issue223964.js.testAttributeName_03.completion |       83 +
 .../issue223964.js.testAttributeName_04.completion |       83 +
 .../issue223964.js.testAttributeName_05.completion |      179 +
 .../data/testfiles/completion/jQuery/simple.js     |        3 +
 .../jQuery/simple.js.testMethods01.completion      |       23 +
 .../jQuery/simple.js.testMethods02.completion      |        7 +
 .../data/testfiles/completion/jQueryFragment01.js  |       41 +
 .../jQueryFragment01.js.testProperty01.completion  |       39 +
 .../jQueryFragment01.js.testProperty02.completion  |      183 +
 .../jQueryFragment01.js.testProperty03.completion  |        6 +
 .../jQueryFragment01.js.testProperty04.completion  |       12 +
 .../jQueryFragment01.js.testProperty05.completion  |        7 +
 .../data/testfiles/completion/propertyNames.js     |       11 +
 ...ropertyNames.js.testPropertyNames_01.completion |        5 +
 ...ropertyNames.js.testPropertyNames_02.completion |       11 +
 ...opertyNames.js.testPropertyNames_03.expected.js |       11 +
 .../data/testfiles/completion/propertyNames02.js   |       11 +
 ...ertyNames02.js.testPropertyNames_04.expected.js |       13 +
 .../data/testfiles/jquery/218102/issue218102.js    |        1 +
 .../testfiles/jquery/218102/issue218102_css.css    |        7 +
 .../test/unit/data/testfiles/jquery/issue236722.js |      184 +
 .../data/testfiles/jquery/issue236722.js.structure |       21 +
 .../test/unit/data/testfiles/jquery/issue238856.js |     1369 +
 .../data/testfiles/jquery/issue238856.js.structure |       84 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../org.openide.modules.InstalledFileLocator       |        1 +
 .../modules/javascript2/jquery/Goto218102Test.java |       98 +
 .../jquery/JQueryCodeCompletionSelectorsTest.java  |      427 +
 .../jquery/JQueryCodeCompletionTest.java           |      111 +
 .../jquery/JQueryInstalledFileLocator.java         |       74 +
 .../javascript2/jquery/JQueryStructureTest.java    |       71 +
 javascript2.kit/build.xml                          |        9 +
 javascript2.kit/manifest.mf                        |        6 +
 javascript2.kit/nbproject/project.properties       |       43 +
 javascript2.kit/nbproject/project.xml              |       58 +
 .../modules/javascript2/kit/Bundle.properties      |       48 +
 javascript2.knockout/build.xml                     |        5 +
 javascript2.knockout/manifest.mf                   |        5 +
 .../nbproject/project.properties                   |        0
 javascript2.knockout/nbproject/project.xml         |      142 +
 .../modules/javascript2/knockout/Bundle.properties |        2 +
 .../model/KnockoutApplyBindingsInterceptor.java    |      223 +
 .../knockout/model/KnockoutExportInterceptor.java  |      320 +
 .../knockout/model/KnockoutExtendInterceptor.java  |      218 +
 .../knockout/model/KnockoutModelInterceptor.java   |       92 +
 .../knockout/model/resources/knockout-2.2.1.model  |     2944 +
 .../knockout/model/resources/knockout-3.0.0.model  |     2263 +
 .../test/unit/data/testfiles/completion/full.js    |        6 +
 .../completion/full.js.testFull1.completion        |       47 +
 .../test/unit/data/testfiles/completion/simple.js  |        8 +
 .../completion/simple.js.testSimple1.completion    |       10 +
 .../completion/simple.js.testSimple2.completion    |       22 +
 .../test/unit/data/testfiles/model/bindings1.js    |        6 +
 .../unit/data/testfiles/model/bindings1.js.model   |       19 +
 .../test/unit/data/testfiles/model/bindings2.js    |       15 +
 .../unit/data/testfiles/model/bindings2.js.model   |       78 +
 .../test/unit/data/testfiles/model/bindings3.js    |       14 +
 .../unit/data/testfiles/model/bindings3.js.model   |       77 +
 .../unit/data/testfiles/model/bindingsExpenses.js  |       69 +
 .../data/testfiles/model/bindingsExpenses.js.model |      175 +
 .../test/unit/data/testfiles/model/extend1.js      |       13 +
 .../unit/data/testfiles/model/extend1.js.model     |       33 +
 .../test/unit/data/testfiles/model/extend2.js      |       15 +
 .../unit/data/testfiles/model/extend2.js.model     |       35 +
 .../test/unit/data/testfiles/model/issue233001.js  |        7 +
 .../unit/data/testfiles/model/issue233001.js.model |       25 +
 .../knockout/KnockoutCodeCompletionTest.java       |       68 +
 .../knockout/model/KnockoutModelTest.java          |      198 +
 javascript2.prototypejs/build.xml                  |        5 +
 javascript2.prototypejs/manifest.mf                |        5 +
 .../nbproject/project.properties                   |        3 +
 javascript2.prototypejs/nbproject/project.xml      |      175 +
 .../javascript2/prototypejs/Bundle.properties      |        6 +
 .../prototypejs/model/CreateInterceptor.java       |      184 +
 .../test/unit/data/basic/issue201885.js            |       25 +
 .../test/unit/data/basic/issue201885.js.semantic   |       25 +
 .../test/unit/data/basic/issue201885.js.structure  |        4 +
 .../data/basic/issue201885.js.testCC_01.completion |        5 +
 .../data/basic/issue201885.js.testCC_02.completion |        6 +
 .../issue201885.js.testOccurreces_01.occurrences   |        2 +
 .../issue201885.js.testOccurreces_02.occurrences   |        3 +
 .../prototypejs/model/PrototypeJsTestBase.java     |       64 +
 .../prototypejs/model/TestIssue201885.java         |       81 +
 javascript2.requirejs/build.xml                    |        5 +
 javascript2.requirejs/manifest.mf                  |        6 +
 javascript2.requirejs/nbproject/project.properties |        3 +
 javascript2.requirejs/nbproject/project.xml        |      295 +
 .../javascript2/requirejs/Bundle.properties        |        5 +
 .../javascript2/requirejs/ConfigOption.java        |       97 +
 .../requirejs/RequireJsDataProvider.java           |      297 +
 .../requirejs/RequireJsPreferences.java            |      173 +
 .../modules/javascript2/requirejs/StringUtils.java |      248 +
 .../javascript2/requirejs/editor/EditorUtils.java  |      263 +
 .../requirejs/editor/FSCompletionItem.java         |      223 +
 .../requirejs/editor/FSCompletionUtils.java        |      382 +
 .../requirejs/editor/MappingCompletionItem.java    |      195 +
 .../requirejs/editor/RequireJSCodeCompletion.java  |      266 +
 .../requirejs/editor/RequireJsCompletionItem.java  |      237 +
 .../editor/RequireJsDeclarationFinder.java         |      174 +
 .../javascript2/requirejs/editor/SimpleHandle.java |      115 +
 .../requirejs/editor/index/IndexElement.java       |       66 +
 .../requirejs/editor/index/RequireJsIndex.java     |      215 +
 .../requirejs/editor/index/RequireJsIndexer.java   |      282 +
 .../requirejs/editor/model/ConfigInterceptor.java  |      160 +
 .../requirejs/editor/model/DefineInterceptor.java  |      320 +
 .../html/RequireJsAttributeCompletionItem.java     |       73 +
 .../requirejs/html/RequireJsCustomAttribute.java   |      168 +
 .../html/RequireJsFileReferenceCompletion.java     |      235 +
 .../html/RequireJsHtmlCompletionItem.java          |      168 +
 .../requirejs/html/RequireJsHtmlExtension.java     |      215 +
 .../modules/javascript2/requirejs/layer.xml        |       13 +
 .../javascript2/requirejs/resources/requirejs.png  |      Bin 0 -> 839 bytes
 .../javascript2/requirejs/ui/Bundle.properties     |       61 +
 .../javascript2/requirejs/ui/LocalPathCell.form    |       89 +
 .../javascript2/requirejs/ui/LocalPathCell.java    |      139 +
 .../requirejs/ui/RequireJsCustomizer.java          |       94 +
 .../javascript2/requirejs/ui/RequireJsPanel.form   |      136 +
 .../javascript2/requirejs/ui/RequireJsPanel.java   |      452 +
 .../SimpleRequire/nbproject/project.properties     |        8 +
 .../data/SimpleRequire/nbproject/project.xml       |        9 +
 .../data/SimpleRequire/public_html/index.html      |       17 +
 .../data/SimpleRequire/public_html/js/app/ca/a.js  |        7 +
 .../data/SimpleRequire/public_html/js/app/cb/y.js  |        0
 .../SimpleRequire/public_html/js/app/function.js   |       14 +
 .../SimpleRequire/public_html/js/app/mymodule.js   |       89 +
 .../SimpleRequire/public_html/js/app/mytest.js     |        9 +
 .../public_html/js/app/newFunction.js              |       63 +
 .../public_html/js/app/objectLiteral.js            |       33 +
 .../SimpleRequire/public_html/js/app/stdModule.js  |       32 +
 .../data/SimpleRequire/public_html/js/bbb/def.js   |       22 +
 .../data/SimpleRequire/public_html/js/bbb/fs.js    |        4 +
 .../data/SimpleRequire/public_html/js/bbb2/aa.js   |       87 +
 .../SimpleRequire/public_html/js/libs/jquery.js    |        0
 .../SimpleRequire/public_html/js/libs/piwik.js     |        0
 .../data/SimpleRequire/public_html/js/main.js      |       89 +
 .../data/SimpleRequire/public_html/js/main2.js     |       14 +
 .../data/SimpleRequire/public_html/sample.js       |        9 +
 .../test/qa-functional/data/external.js            |       24 +
 .../javascript2/requirejs/GeneralRequire.java      |      520 +
 .../requirejs/cc/ConfigurationTest.java            |      267 +
 .../javascript2/requirejs/cc/DependenciesTest.java |      150 +
 .../requirejs/cc/FileConfigurationTest.java        |      135 +
 .../javascript2/requirejs/cc/FncModuleTest.java    |      111 +
 .../requirejs/cc/LiteralModuleTest.java            |      181 +
 .../javascript2/requirejs/cc/ModulesTest.java      |      153 +
 .../javascript2/requirejs/cc/NewFncModuleTest.java |      209 +
 .../javascript2/requirejs/cc/RequireFncTest.java   |      181 +
 .../javascript2/requirejs/cc/StdModuleTest.java    |      180 +
 .../javascript2/requirejs/navigate/DefineTest.java |      174 +
 .../requirejs/navigate/ExternalFileNavTest.java    |      119 +
 .../requirejs/navigate/NavigateRequireTest.java    |      111 +
 .../requirejs/navigate/NavigateTest.java           |      258 +
 .../requirejs/navigate/RequireTest.java            |      173 +
 .../data/TestProject1/js/fileCC/folder1/module2.js |        1 +
 .../data/TestProject1/js/fileCC/folder1/module3.js |        1 +
 .../TestProject1/js/fileCC/folder2/issue245041.js  |        4 +
 .../issue245041.js.testIssue245041.completion      |        9 +
 .../data/TestProject1/js/fileCC/folder2/module4.js |        1 +
 .../test/unit/data/TestProject1/js/fileCC/main3.js |        2 +
 .../fileCC/main3.js.testFSCompletion04.expected.js |        2 +
 .../test/unit/data/TestProject1/js/fileCC/main4.js |        1 +
 .../fileCC/main4.js.testFSCompletion05.expected.js |        1 +
 .../test/unit/data/TestProject1/js/fileCC/main5.js |        1 +
 .../fileCC/main5.js.testFSCompletion06.expected.js |        1 +
 .../test/unit/data/TestProject1/js/fileCC/main6.js |        1 +
 .../fileCC/main6.js.testFSCompletion07.expected.js |        1 +
 .../unit/data/TestProject1/js/folder1/api/utils.js |        9 +
 .../TestProject1/js/folder1/api/v0.1/OMessages.js  |        3 +
 .../TestProject1/js/folder1/api/v0.1/Options.js    |        6 +
 .../unit/data/TestProject1/js/folder1/module1.js   |       49 +
 .../data/TestProject1/js/folder1/objectLiteral.js  |        7 +
 .../data/TestProject1/js/folder1/objectLiteral2.js |        6 +
 .../data/TestProject1/js/folder1/objectLiteral3.js |        7 +
 .../TestProject1/js/folder1/usingObjectLiteral.js  |        3 +
 ...ObjectLiteral.js.testObjectLiteral01.completion |        7 +
 .../TestProject1/js/folder1/usingObjectLiteral2.js |        3 +
 ...bjectLiteral2.js.testObjectLiteral02.completion |        7 +
 ...bjectLiteral2.js.testObjectLiteral03.completion |        8 +
 .../test/unit/data/TestProject1/js/folder2/fs.js   |       11 +
 .../js/folder2/fs.js.testFSCompletion02.completion |       14 +
 .../fs.js.testMappingCompletion01.completion       |        6 +
 .../fs.js.testMappingCompletion02.completion       |        6 +
 .../fs.js.testMappingCompletion03.completion       |        6 +
 .../fs.js.testMappingCompletion04.completion       |        5 +
 .../test/unit/data/TestProject1/js/main.js         |       28 +
 .../js/main.js.testFSCompletion01.completion       |        6 +
 .../js/main.js.testProjectMappings01.completion    |        6 +
 .../test/unit/data/TestProject1/js/main2.js        |        2 +
 .../js/main2.js.testFSCompletion03.completion      |       13 +
 .../data/TestProject1/nbproject/project.properties |        7 +
 .../unit/data/TestProject1/nbproject/project.xml   |        9 +
 .../data/TestProject2/nbproject/project.properties |        7 +
 .../unit/data/TestProject2/nbproject/project.xml   |        9 +
 .../unit/data/TestProject2/public_html/index.html  |       17 +
 .../TestProject2/public_html/js/app/issue245156.js |        9 +
 .../issue245156.js.testIssue245156_01.completion   |        5 +
 .../issue245156.js.testIssue245156_02.completion   |        6 +
 ...s.testObjectCCIssue245156Property_02.completion |        7 +
 ...245156.js.testObjectCCIssue245156_01.completion |        7 +
 .../TestProject2/public_html/js/app/issue245184.js |        7 +
 ...sue245184.js.testLoaderPluginName_01.completion |       15 +
 ...issue245184.js.testPathWithPlugin_01.completion |       12 +
 ...issue245184.js.testPathWithPlugin_02.completion |        5 +
 ...issue245184.js.testPathWithPlugin_03.completion |        9 +
 .../TestProject2/public_html/js/app/moduleApp1.js  |        8 +
 .../TestProject2/public_html/js/lib/moduleLib1.js  |        5 +
 .../TestProject2/public_html/js/lib/moduleLib2.js  |        7 +
 .../public_html/js/lib/proto/localization.js       |        7 +
 .../public_html/js/lib/require.js/require.js       |     2053 +
 .../unit/data/TestProject2/public_html/js/main.js  |       20 +
 .../TestProject2/public_html/js/main.js.context    |      448 +
 .../js/main.js.testFSBaseUrl01.completion          |        8 +
 .../js/main.js.testFSCompletion01.completion       |        6 +
 .../js/main.js.testFSCompletion02.completion       |        8 +
 .../js/main.js.testFSCompletion03.completion       |        6 +
 .../js/main.js.testFSCompletion04.completion       |        5 +
 .../js/main.js.testFSCompletion06.completion       |        8 +
 .../js/main.js.testFSCompletion07.completion       |        5 +
 .../js/main.js.testFSCompletion08.completion       |        5 +
 .../js/main.js.testLoaderPluginName_02.completion  |       16 +
 .../data/TestProject2/public_html/js/picnic.js     |        6 +
 .../javascript2/requirejs/TestProjectSupport.java  |      118 +
 .../requirejs/editor/EditorUtilsTest.java          |       91 +
 .../RequireFileCodeCompletionBaseUrlTest.java      |      397 +
 .../editor/RequireFileCodeCompletionTest.java      |      394 +
 .../RequireJSCodeCompletionProject2Test.java       |      111 +
 .../editor/RequireJSCodeCompletionTest.java        |      135 +
 .../RequireJsDeclarationFinderBaseUrlTest.java     |      155 +
 .../editor/RequireJsDeclarationFinderTest.java     |      116 +
 javawebstart/AntTasks/nbproject/build-impl.xml     |      654 +-
 .../AntTasks/nbproject/genfiles.properties         |        4 +-
 .../modules/javawebstart/SignJarsTask.java         |       39 +-
 .../anttasks/CopyTemplatePageTask.java             |       46 +-
 .../anttasks/GenerateJnlpFileTask.java             |      338 +-
 .../javawebstart/anttasks/SignJarsTask.java        |      349 +-
 javawebstart/manifest.mf                           |        2 +-
 javawebstart/nbproject/project.properties          |        2 +-
 javawebstart/nbproject/project.xml                 |      161 +-
 .../modules/javawebstart/Bundle.properties         |        3 +-
 .../javawebstart/CustomizerRunComponent.java       |        6 +-
 .../javawebstart/J2SERunConfigProviderImpl.java    |       20 +-
 .../javawebstart/JWSGeneratedFilesInterceptor.java |      149 +
 .../modules/javawebstart/JWSLookupProvider.java    |      104 -
 .../modules/javawebstart/JWSProjectOpenHook.java   |      227 +
 .../modules/javawebstart/JnlpDataObject.java       |       37 +-
 .../netbeans/modules/javawebstart/JnlpResolver.xml |       52 -
 .../netbeans/modules/javawebstart/RunJavaws.java   |       92 +
 .../org/netbeans/modules/javawebstart/layer.xml    |       23 +-
 .../modules/javawebstart/package-info.java         |       44 +
 .../modules/javawebstart/resources/jnlp-impl.xml_  |      388 +-
 .../ui/customizer/AppletParametersPanel.form       |        4 +-
 .../ui/customizer/AppletParametersPanel.java       |       84 +-
 .../javawebstart/ui/customizer/Bundle.properties   |       38 +-
 .../ui/customizer/ExtensionResourcesPanel.form     |        4 +-
 .../ui/customizer/ExtensionResourcesPanel.java     |       42 +-
 .../customizer/JWSCompositeCategoryProvider.java   |      498 +-
 .../ui/customizer/JWSCustomizerPanel.form          |      116 +-
 .../ui/customizer/JWSCustomizerPanel.java          |      187 +-
 .../ui/customizer/JWSProjectProperties.java        |      623 +-
 .../ui/customizer/JWSProjectPropertiesUtils.java   |      526 +
 .../ui/customizer/ResourcesCustomizer.form         |        2 +-
 .../javawebstart/ui/customizer/SigningPanel.form   |       64 +-
 .../javawebstart/ui/customizer/SigningPanel.java   |      116 +-
 .../ui/customizer/JWSProjectPropertiesTest.java    |      408 +
 jellytools.cnd/manifest.mf                         |        2 +-
 jellytools.cnd/nbproject/project.xml               |        8 +-
 .../NewCNDProjectNameLocationStepOperator.java     |        2 +-
 .../jellytools/CNDBundleKeysTest.properties        |        2 +-
 .../NewCNDProjectNameLocationStepOperatorTest.java |        4 +-
 jellytools.enterprise/manifest.mf                  |        2 +-
 jellytools.enterprise/nbproject/project.properties |        5 +-
 jellytools.enterprise/nbproject/project.xml        |       41 +-
 .../NewWebProjectNameLocationStepOperator.java     |       52 +-
 .../NewWebProjectServerSettingsStepOperator.java   |       19 +-
 .../jellytools/actions/RedeployProjectAction.java  |       68 +-
 .../jellytools/modules/j2ee/J2eeTestCase.java      |      161 +-
 .../modules/j2ee/actions/CustomizerAction.java     |       63 +-
 .../modules/j2ee/actions/RefreshAction.java        |       63 +-
 .../modules/j2ee/actions/RemoveInstanceAction.java |       61 +-
 .../modules/j2ee/actions/RestartAction.java        |       61 +-
 .../modules/j2ee/actions/StartAction.java          |       61 +-
 .../modules/j2ee/actions/StartDebugAction.java     |       60 +-
 .../modules/j2ee/actions/StopAction.java           |       61 +-
 .../modules/j2ee/nodes/J2eeServerNode.java         |       16 +
 .../modules/web/NewJspFileNameStepOperator.java    |        7 +-
 .../web/NewWebFreeFormNameStepOperator.java        |       31 +-
 .../data/WebFreeFormSrc/src/dummy/DummyClass.java  |       43 +
 .../jellytools/EnterpriseBundleKeysTest.java       |       72 +-
 .../jellytools/EnterpriseBundleKeysTest.properties |        7 +-
 .../actions/ExploreFromHereActionTest.java         |      182 -
 .../modules/j2ee/J2eeTestCaseGlassfishTest.java    |       80 +-
 .../jellytools/modules/j2ee/J2eeTestCaseTest.java  |       62 +-
 .../web/NewWebFreeFormActionsStepOperatorTest.java |       94 +-
 .../web/NewWebFreeFormNameStepOperatorTest.java    |       88 +-
 .../NewWebFreeFormSrcFoldersStepOperatorTest.java  |       97 +-
 .../web/NewWebFreeFormWebSrcStepOperatorTest.java  |       94 +-
 .../netbeans/jellytools/nodes/FolderNodeTest.java  |      265 -
 .../org-netbeans-modules-jellytools-ide.sig        |      533 +-
 jellytools.ide/nbproject/project.properties        |        6 +-
 jellytools.ide/nbproject/project.xml               |       49 +-
 .../org/netbeans/jellytools/EditorOperator.java    |      489 +-
 .../org/netbeans/jellytools/FilesTabOperator.java  |       11 +-
 .../netbeans/jellytools/FindInFilesOperator.java   |       11 -
 .../org/netbeans/jellytools/NavigatorOperator.java |        5 +-
 .../netbeans/jellytools/NewFileWizardOperator.java |       40 +-
 .../jellytools/NewProjectWizardOperator.java       |      125 +-
 .../netbeans/jellytools/ProjectsTabOperator.java   |       98 +-
 .../netbeans/jellytools/RuntimeTabOperator.java    |       10 +
 .../netbeans/jellytools/SearchResultsOperator.java |      171 +-
 .../jellytools/actions/DebugProjectAction.java     |       36 +-
 .../netbeans/jellytools/actions/NewFileAction.java |      107 +-
 .../jellytools/actions/PaletteViewAction.java      |        4 +-
 .../modules/debugger/SessionsOperator.java         |      100 +-
 .../debugger/actions/ApplyCodeChangesAction.java   |       69 +-
 .../debugger/actions/AttachDebuggerAction.java     |       63 +-
 .../debugger/actions/BreakpointsWindowAction.java  |       68 +-
 .../modules/debugger/actions/ContinueAction.java   |       69 +-
 .../debugger/actions/DebugProjectAction.java       |       58 +-
 .../actions/DeleteAllBreakpointsAction.java        |       54 +-
 .../modules/debugger/actions/FinishAllAction.java  |       64 +-
 .../debugger/actions/FinishDebuggerAction.java     |       70 +-
 .../debugger/actions/MakeCurrentAction.java        |       64 +-
 .../debugger/actions/NewBreakpointAction.java      |       70 +-
 .../modules/debugger/actions/PauseAction.java      |       79 +
 .../debugger/actions/RunToCursorAction.java        |       67 +-
 .../modules/debugger/actions/SessionsAction.java   |       77 +-
 .../modules/debugger/actions/SourcesAction.java    |       77 +-
 .../modules/debugger/actions/StepIntoAction.java   |       72 +-
 .../modules/debugger/actions/StepOutAction.java    |       75 +-
 .../modules/debugger/actions/StepOverAction.java   |       69 +-
 .../debugger/actions/StepOverExpressionAction.java |       84 +
 .../debugger/actions/TakeGUISnapshotAction.java    |       79 +
 .../debugger/actions/ToggleBreakpointAction.java   |       82 +-
 .../jellytools/modules/javacvs/BranchOperator.java |      297 -
 .../modules/javacvs/BrowseCVSModuleOperator.java   |      114 -
 .../javacvs/BrowseRepositoryFolderOperator.java    |      115 -
 .../modules/javacvs/BrowseTagsOperator.java        |      134 -
 .../modules/javacvs/CVSRootStepOperator.java       |      337 -
 .../modules/javacvs/CheckoutWizardOperator.java    |      130 -
 .../jellytools/modules/javacvs/CommitOperator.java |      226 -
 .../jellytools/modules/javacvs/DiffOperator.java   |      365 -
 .../modules/javacvs/EditCVSRootOperator.java       |      310 -
 .../javacvs/FolderToImportStepOperator.java        |      297 -
 .../modules/javacvs/ImportWizardOperator.java      |      142 -
 .../javacvs/MergeChangesFromBranchOperator.java    |      492 -
 .../javacvs/ModuleToCheckoutStepOperator.java      |      297 -
 .../modules/javacvs/SearchHistoryOperator.java     |      505 -
 .../modules/javacvs/SwitchToBranchOperator.java    |      229 -
 .../jellytools/modules/javacvs/TagOperator.java    |      226 -
 .../modules/javacvs/VersioningOperator.java        |      368 -
 .../modules/javacvs/actions/BranchAction.java      |       98 -
 .../modules/javacvs/actions/CheckoutAction.java    |       70 -
 .../modules/javacvs/actions/CommitAction.java      |       94 -
 .../modules/javacvs/actions/DiffAction.java        |       95 -
 .../modules/javacvs/actions/ImportAction.java      |       78 -
 .../modules/javacvs/actions/MergeAction.java       |       77 -
 .../javacvs/actions/SearchHistoryAction.java       |       94 -
 .../modules/javacvs/actions/ShowChangesAction.java |       93 -
 .../javacvs/actions/SwitchToBranchAction.java      |       98 -
 .../modules/javacvs/actions/TagAction.java         |       94 -
 .../netbeans/jellytools/testutils/NodeUtils.java   |        4 +-
 .../data/SampleProject/nbproject/build-impl.xml    |      492 +-
 .../SampleProject/nbproject/project.properties     |       10 +-
 .../SampleProject/src/sample1/JFrameSample.form    |       13 +-
 .../SampleProject/src/sample1/JFrameSample.java    |       45 +-
 .../src/sample1/SampleClassCompletion.java         |       60 -
 .../data/SampleProject/test/Dummy.java             |       44 +
 .../org/netbeans/jellytools/CollectBundleKeys.java |      127 +
 .../jellytools/DocumentsDialogOperatorTest.java    |      199 +
 .../netbeans/jellytools/EditorOperatorTest.java    |      430 +
 .../jellytools/EditorWindowOperatorTest.java       |      195 +
 .../netbeans/jellytools/FilesTabOperatorTest.java  |       94 +-
 .../jellytools/FindInFilesOperatorTest.java        |       20 +-
 .../org/netbeans/jellytools/IDEBundleKeysTest.java |       59 +-
 .../jellytools/IDEBundleKeysTest.properties        |       47 +-
 .../netbeans/jellytools/JellytoolsIDESuite.java    |       76 +
 .../netbeans/jellytools/NavigatorOperatorTest.java |       90 +
 .../jellytools/ProjectsTabOperatorTest.java        |        0
 .../jellytools/RuntimeTabOperatorTest.java         |       97 +-
 .../jellytools/SearchResultsOperatorTest.java      |      120 +-
 .../jellytools/actions/FindInFilesActionTest.java  |       96 +-
 .../modules/db/actions/DbActionsTest.java          |       84 +-
 .../modules/db/nodes/DatabasesNodeTest.java        |       86 +-
 .../debugger/BreakpointsWindowOperatorTest.java    |       70 +-
 .../actions/BreakpointsWindowActionTest.java       |       77 +-
 .../actions/DeleteAllBreakpointsActionTest.java    |       95 +-
 .../editor/CompletionJListOperatorTest.java        |      155 +
 .../javacvs/CheckoutWizardOperatorTest.java        |      181 -
 .../modules/javacvs/ImportWizardOperatorTest.java  |      164 -
 .../modules/javacvs/PseudoCvsServer.java           |      357 -
 .../modules/javacvs/VersioningOperatorTest.java    |      113 -
 jellytools.java/manifest.mf                        |        2 +-
 jellytools.java/nbproject/project.properties       |        8 +-
 jellytools.java/nbproject/project.xml              |       24 +-
 .../NewJavaProjectNameLocationStepOperator.java    |       19 +-
 .../debugger/actions/DebugJavaFileAction.java      |      101 +-
 .../modules/form/ComponentInspectorOperator.java   |      149 +-
 .../modules/form/FormDesignerOperator.java         |        4 +-
 .../modules/form/actions/InspectorAction.java      |       69 +-
 .../jellytools/testutils/JavaNodeUtils.java        |        2 +-
 .../SampleProject/src/sample1/JFrameSample.form    |       13 +-
 .../SampleProject/src/sample1/JFrameSample.java    |       45 +-
 .../src/sample1/outline/TestOutline.java           |       70 +
 .../data/SampleProject/test/Dummy.java             |       44 +
 .../qa-functional/src/examples/ActionsTest.java    |      104 +
 .../test/qa-functional/src/examples/EmptyTest.java |        0
 .../qa-functional/src/examples/ExamplesSuite.java  |       65 +
 .../test/qa-functional/src/examples/NodesTest.java |        0
 .../qa-functional/src/examples/OperatorsTest.java  |      128 +
 .../qa-functional/src/examples/OverallTest.java    |        0
 .../qa-functional/src/examples/PropertiesTest.java |        0
 .../qa-functional/src/examples/WizardsTest.java    |        0
 .../netbeans/jellytools/JavaBundleKeysTest.java    |       71 +-
 .../jellytools/JavaBundleKeysTest.properties       |       10 +-
 .../netbeans/jellytools/JellytoolsJavaSuite.java   |       67 +
 .../jellytools/NewFileWizardOperatorTest.java      |      134 +
 .../NewJavaFileNameLocationStepOperatorTest.java   |       82 +-
 ...NewJavaProjectNameLocationStepOperatorTest.java |      136 +-
 .../jellytools/NewProjectWizardOperatorTest.java   |      150 +
 .../netbeans/jellytools/OutlineOperatorTest.java   |      131 +
 .../jellytools/TopComponentOperatorTest.java       |      252 +
 .../jellytools/actions/ActionNoBlockTest.java      |        0
 .../netbeans/jellytools/actions/ActionTest.java    |      335 +
 .../netbeans/jellytools/actions/ActionsSuite.java  |       93 +
 .../jellytools/actions/AddLocaleActionTest.java    |       90 +
 .../jellytools/actions/AttachWindowActionTest.java |        0
 .../actions/BuildJavaProjectActionTest.java        |       79 +-
 .../actions/CleanJavaProjectActionTest.java        |       78 +-
 .../jellytools/actions/CompileJavaActionTest.java  |       97 +-
 .../jellytools/actions/CopyActionTest.java         |        0
 .../jellytools/actions/CustomizeActionTest.java    |      103 +
 .../netbeans/jellytools/actions/CutActionTest.java |        0
 .../jellytools/actions/DebugProjectActionTest.java |      135 +
 .../jellytools/actions/DeleteActionTest.java       |        0
 .../jellytools/actions/EditActionTest.java         |        0
 .../jellytools/actions/FindActionTest.java         |        0
 .../jellytools/actions/HelpActionTest.java         |        0
 .../actions/MaximizeWindowActionTest.java          |      108 +
 .../jellytools/actions/NewFileActionTest.java      |      119 +
 .../jellytools/actions/OpenActionTest.java         |        0
 .../actions/OutputWindowViewActionTest.java        |        0
 .../jellytools/actions/PaletteViewActionTest.java  |        0
 .../jellytools/actions/PasteActionTest.java        |        0
 .../jellytools/actions/ProjectViewActionTest.java  |        0
 .../jellytools/actions/PropertiesActionTest.java   |        0
 .../jellytools/actions/RenameActionTest.java       |       93 +
 .../jellytools/actions/ReplaceActionTest.java      |      118 +
 .../jellytools/actions/RuntimeViewActionTest.java  |        0
 .../jellytools/actions/SaveActionTest.java         |      111 +
 .../jellytools/actions/SaveAllActionTest.java      |       88 +
 .../actions/SaveAsTemplateActionTest.java          |        0
 .../actions/ShowDescriptionAreaActionTest.java     |        0
 .../actions/SortByCategoryActionTest.java          |        0
 .../jellytools/actions/SortByNameActionTest.java   |        0
 .../debugger/actions/DebugJavaFileActionTest.java  |       84 +-
 .../modules/form/FormEditorOperatorTest.java       |       57 +-
 .../editors/FormPropertiesEditorsTestCase.java     |       92 +-
 .../editors/MethodPickerOperatorTest.java          |      108 +-
 .../editors/ParametersPickerOperatorTest.java      |      142 +-
 .../editors/PropertyPickerOperatorTest.java        |      109 +-
 .../netbeans/jellytools/nodes/ClassNodeTest.java   |       96 +-
 .../netbeans/jellytools/nodes/FolderNodeTest.java  |      160 +
 .../netbeans/jellytools/nodes/FormNodeTest.java    |      121 +-
 .../netbeans/jellytools/nodes/HTMLNodeTest.java    |        0
 .../netbeans/jellytools/nodes/ImageNodeTest.java   |        0
 .../netbeans/jellytools/nodes/JavaNodeTest.java    |      126 +-
 .../jellytools/nodes/JavaProjectRootNodeTest.java  |      109 +-
 .../org/netbeans/jellytools/nodes/NodeTest.java    |      343 +
 .../org/netbeans/jellytools/nodes/NodesSuite.java  |       71 +
 .../jellytools/nodes/ProjectRootNodeTest.java      |        0
 .../jellytools/nodes/PropertiesNodeTest.java       |      162 +
 .../org/netbeans/jellytools/nodes/URLNodeTest.java |        0
 .../jellytools/nodes/UnrecognizedNodeTest.java     |        0
 .../properties/CustomPropertiesTest.java           |        0
 .../jellytools/properties/PropertiesSuite.java     |       64 +
 .../properties/PropertySheetOperatorTest.java      |      176 +
 .../jellytools/properties/PropertyTest.java        |      217 +
 .../netbeans/jellytools/properties/TestNode.java   |      237 +
 .../editors/CustomEditorOperatorsTest.java         |        0
 jellytools.platform/manifest.mf                    |        2 +-
 .../org-netbeans-modules-jellytools-platform.sig   |       99 +-
 jellytools.platform/nbproject/project.properties   |        7 +-
 jellytools.platform/nbproject/project.xml          |       49 +-
 .../org/netbeans/jellytools/FavoritesOperator.java |       12 +-
 .../src/org/netbeans/jellytools/HelpOperator.java  |        6 +
 .../src/org/netbeans/jellytools/JellyTestCase.java |       27 +-
 .../netbeans/jellytools/MainWindowOperator.java    |       15 +-
 .../org/netbeans/jellytools/NbDialogOperator.java  |        7 +-
 .../org/netbeans/jellytools/OptionsOperator.java   |        7 +
 .../org/netbeans/jellytools/OutlineOperator.java   |      260 +-
 .../org/netbeans/jellytools/OutputTabOperator.java |       88 +-
 .../netbeans/jellytools/TopComponentOperator.java  |      391 +-
 .../org/netbeans/jellytools/actions/Action.java    |     1079 +-
 .../netbeans/jellytools/actions/ActionNoBlock.java |      289 +-
 .../jellytools/actions/AttachWindowAction.java     |      169 +-
 .../jellytools/actions/CloneViewAction.java        |        4 +
 .../jellytools/actions/CloseViewAction.java        |        2 +-
 .../netbeans/jellytools/actions/DeleteAction.java  |       17 +
 .../jellytools/actions/DockWindowAction.java       |        4 +
 .../jellytools/actions/MaximizeWindowAction.java   |      141 +-
 .../jellytools/actions/OutputWindowViewAction.java |       12 +-
 .../jellytools/actions/PropertiesAction.java       |        3 +-
 .../netbeans/jellytools/actions/ReplaceAction.java |       71 +-
 .../jellytools/actions/RestoreWindowAction.java    |      138 +-
 .../netbeans/jellytools/actions/SaveAction.java    |       88 +-
 .../netbeans/jellytools/actions/SaveAllAction.java |       79 +-
 .../jellytools/actions/UndockWindowAction.java     |       48 +-
 .../src/org/netbeans/jellytools/nodes/Node.java    |      599 +-
 .../org/netbeans/jellytools/nodes/OutlineNode.java |       89 +-
 .../netbeans/jellytools/properties/Property.java   |       67 +-
 .../properties/PropertySheetOperator.java          |       43 +-
 .../src/org/netbeans/jellytools/timeouts           |        4 +-
 .../org/netbeans/jellytools/util/StringFilter.java |        8 +-
 .../src/org/netbeans/jellytools/version_info       |        2 +-
 .../jellytools/widgets/WidgetOperator.java         |      196 +-
 .../SampleProject/src/sample1/JFrameSample.java    |       42 +-
 .../data/SampleProject/test/Dummy.java             |       44 +
 .../netbeans/jellytools/FavoritesOperatorTest.java |      102 +
 .../org/netbeans/jellytools/HelpOperatorTest.java  |        3 +-
 .../jellytools/JellytoolsPlatformSuite.java        |       63 +
 .../jellytools/MainWindowOperatorTest.java         |        4 +-
 .../netbeans/jellytools/NbDialogOperatorTest.java  |       10 +-
 .../netbeans/jellytools/OutputOperatorTest.java    |      248 +
 .../netbeans/jellytools/OutputTabOperatorTest.java |      317 +
 .../jellytools/PlatformBundleKeysTest.properties   |        3 +-
 .../netbeans/jellytools/PluginsOperatorTest.java   |        9 +-
 .../jellytools/QuestionDialogOperatorTest.java     |        8 +-
 .../jellytools/SaveAsTemplateOperatorTest.java     |      126 +
 .../src/org/netbeans/jellytools/Utils.java         |       70 +
 .../netbeans/jellytools/WizardOperatorTest.java    |       11 +-
 .../jellytools/widgets/WidgetOperatorTest.java     |       99 +-
 jellytools/arch.xml                                |     1073 -
 jellytools/build.xml                               |       48 -
 jellytools/manifest.mf                             |        5 -
 jellytools/nbproject/project.properties            |       58 -
 jellytools/nbproject/project.xml                   |       84 -
 .../netbeans/modules/jellytools/Bundle.properties  |       49 -
 .../SampleProject/nbproject/project.properties     |       68 -
 .../data/SampleProject/nbproject/project.xml       |       16 -
 .../SampleProject/src/sample1/JFrameSample.form    |       23 -
 .../SampleProject/src/sample1/JFrameSample.java    |       57 -
 .../SampleProject/src/sample1/SampleClass1.java    |       59 -
 .../SampleProject/src/sample1/TestOutline.java     |       71 -
 .../data/SampleProject/src/sample1/html.html       |       10 -
 .../data/SampleProject/src/sample1/image.gif       |      Bin 813 -> 0 bytes
 .../src/sample1/properties.properties              |        1 -
 .../src/sample1/sample2/SampleClass2.java          |       59 -
 .../data/SampleProject/test/Dummy.java             |        1 -
 .../qa-functional/src/examples/ActionsTest.java    |      104 -
 .../qa-functional/src/examples/ExamplesSuite.java  |       65 -
 .../qa-functional/src/examples/OperatorsTest.java  |      128 -
 .../org/netbeans/jellytools/BundleKeysTest.java    |       85 -
 .../netbeans/jellytools/BundleKeysTest.properties  |       32 -
 .../org/netbeans/jellytools/CollectBundleKeys.java |       90 -
 .../jellytools/DocumentsDialogOperatorTest.java    |      201 -
 .../netbeans/jellytools/EditorOperatorTest.java    |      427 -
 .../jellytools/EditorWindowOperatorTest.java       |      196 -
 .../netbeans/jellytools/FavoritesOperatorTest.java |      101 -
 .../org/netbeans/jellytools/JellytoolsSuite.java   |       71 -
 .../netbeans/jellytools/NavigatorOperatorTest.java |       90 -
 .../jellytools/NewFileWizardOperatorTest.java      |      134 -
 .../jellytools/NewProjectWizardOperatorTest.java   |      150 -
 .../netbeans/jellytools/OutlineOperatorTest.java   |      197 -
 .../netbeans/jellytools/OutputOperatorTest.java    |      250 -
 .../netbeans/jellytools/OutputTabOperatorTest.java |      319 -
 .../jellytools/SaveAsTemplateOperatorTest.java     |      127 -
 .../jellytools/TopComponentOperatorTest.java       |      266 -
 .../netbeans/jellytools/actions/ActionTest.java    |      337 -
 .../netbeans/jellytools/actions/ActionsSuite.java  |       87 -
 .../jellytools/actions/AddLocaleActionTest.java    |       90 -
 .../jellytools/actions/CustomizeActionTest.java    |      103 -
 .../jellytools/actions/DebugProjectActionTest.java |      140 -
 .../actions/MaximizeWindowActionTest.java          |      109 -
 .../jellytools/actions/NewFileActionTest.java      |      119 -
 .../jellytools/actions/RenameActionTest.java       |       93 -
 .../jellytools/actions/ReplaceActionTest.java      |      121 -
 .../jellytools/actions/SaveActionTest.java         |      118 -
 .../jellytools/actions/SaveAllActionTest.java      |       74 -
 .../editor/CompletionJListOperatorTest.java        |      151 -
 .../org/netbeans/jellytools/nodes/NodeTest.java    |      351 -
 .../org/netbeans/jellytools/nodes/NodesSuite.java  |       65 -
 .../jellytools/nodes/PropertiesNodeTest.java       |      162 -
 .../jellytools/properties/PropertiesSuite.java     |       63 -
 .../properties/PropertySheetOperatorTest.java      |      177 -
 .../jellytools/properties/PropertyTest.java        |      217 -
 .../netbeans/jellytools/properties/TestNode.java   |      231 -
 jemmy/external/binaries-list                       |        4 +-
 jemmy/external/jemmy-2.3.0.0-license.txt           |      386 -
 jemmy/external/jemmy-2.3.1.1-license .txt          |      386 +
 jemmy/manifest.mf                                  |        2 +-
 jemmy/nbproject/project.properties                 |        4 +-
 jemmy/nbproject/project.xml                        |        4 +-
 jsp.lexer/manifest.mf                              |        2 +-
 jsp.lexer/nbproject/project.properties             |        4 +
 jsp.lexer/nbproject/project.xml                    |        8 +-
 .../src/org/netbeans/lib/jsp/lexer/JspLexer.java   |       96 +-
 .../src/org/netbeans/lib/jsp/lexer/JspState.java   |      134 +
 .../lib/jsp/lexer/JspLexerTest/testComplexJSP.pass |       50 +-
 .../jsp/lexer/JspLexerTest/test_QE_tokensTest.pass |      460 +
 jsp.lexer/test/unit/data/testfiles/tokensTest.jsp  |       63 +
 .../org/netbeans/lib/jsp/lexer/JspLexerTest.java   |       94 +-
 .../unit/src/org/netbeans/lib/jsp/lexer/Utils.java |       61 +
 jumpto/apichanges.xml                              |       97 +
 jumpto/nbproject/project.properties                |        8 +-
 jumpto/nbproject/project.xml                       |       61 +-
 .../org/netbeans/api/jumpto/type/TypeBrowser.java  |       23 +-
 .../modules/jumpto/common/Bundle.properties        |       40 +
 .../netbeans/modules/jumpto/common/Factory.java    |       59 +
 .../jumpto/common/HighlightingNameFormatter.java   |      211 +
 .../org/netbeans/modules/jumpto/common/Models.java |      342 +
 .../netbeans/modules/jumpto/common/UiUtils.java    |      102 +
 .../org/netbeans/modules/jumpto/common/Utils.java  |      125 +
 .../netbeans/modules/jumpto/file/Bundle.properties |        1 +
 .../modules/jumpto/file/FileDescription.java       |      132 +-
 .../modules/jumpto/file/FileProviderAccessor.java  |        8 +-
 .../modules/jumpto/file/FileSearchAction.java      |      666 +-
 .../modules/jumpto/file/FileSearchPanel.form       |        9 +-
 .../modules/jumpto/file/FileSearchPanel.java       |      246 +-
 .../org/netbeans/modules/jumpto/file/Worker.java   |      762 +
 .../jumpto/quicksearch/GoToSymbolProvider.java     |       10 +-
 .../jumpto/quicksearch/GoToSymbolWorker.java       |        4 +-
 .../modules/jumpto/quicksearch/GoToTypeWorker.java |      128 +-
 .../jumpto/quicksearch/JavaTypeSearchProvider.java |       36 +-
 .../netbeans/modules/jumpto/resources/layer.xml    |        2 -
 .../netbeans/modules/jumpto/resources/unknown.gif  |      Bin
 .../modules/jumpto/symbol/ContentProviderImpl.java |      553 +
 .../modules/jumpto/symbol/DialogFactory.java       |      149 +
 .../netbeans/modules/jumpto/symbol/GoToPanel.form  |        2 +-
 .../netbeans/modules/jumpto/symbol/GoToPanel.java  |       87 +-
 .../modules/jumpto/symbol/GoToSymbolAction.java    |      551 +-
 .../jumpto/symbol/SymbolProviderAccessor.java      |        7 +-
 .../netbeans/modules/jumpto/type/Bundle.properties |        3 +
 .../org/netbeans/modules/jumpto/type/Factory.java  |       59 -
 .../netbeans/modules/jumpto/type/GoToPanel.form    |        4 +-
 .../netbeans/modules/jumpto/type/GoToPanel.java    |      153 +-
 .../modules/jumpto/type/GoToTypeAction.java        |      447 +-
 .../org/netbeans/modules/jumpto/type/Models.java   |      138 -
 .../modules/jumpto/type/TypeComparator.java        |       12 +-
 .../modules/jumpto/type/TypeProviderAccessor.java  |        9 +-
 .../netbeans/spi/jumpto/file/FileDescriptor.java   |       18 +
 .../org/netbeans/spi/jumpto/file/FileProvider.java |       37 +-
 .../spi/jumpto/symbol/SymbolDescriptor.java        |       32 +
 .../netbeans/spi/jumpto/symbol/SymbolProvider.java |       71 +-
 .../netbeans/spi/jumpto/type/TypeDescriptor.java   |       34 +
 .../org/netbeans/spi/jumpto/type/TypeProvider.java |       71 +-
 .../common/HighlightingNameFormatterTest.java      |      109 +
 .../netbeans/spi/jumpto/file/FileProviderTest.java |        6 +-
 junit/build.xml                                    |        2 +-
 junit/manifest.mf                                  |        2 +-
 junit/nbproject/project.properties                 |        4 +
 junit/nbproject/project.xml                        |       72 +-
 .../modules/junit/AbstractTestGenerator.java       |      219 +-
 .../org/netbeans/modules/junit/Bundle.properties   |       49 +-
 .../netbeans/modules/junit/ClassNameTextField.java |      501 -
 .../netbeans/modules/junit/CreateTestAction.java   |      456 -
 .../netbeans/modules/junit/DefaultITPlugin.java    |      209 +
 .../org/netbeans/modules/junit/DefaultPlugin.java  |      193 +-
 .../netbeans/modules/junit/GoToOppositeAction.java |       87 +-
 junit/src/org/netbeans/modules/junit/GuiUtils.java |      303 -
 .../modules/junit/JUnit3TestGenerator.java         |        4 +-
 .../modules/junit/JUnit4TestGenerator.java         |        4 +-
 .../netbeans/modules/junit/JUnitCfgOfCreate.java   |     1128 -
 .../modules/junit/JUnitLibraryDefiner.java         |       95 +
 .../modules/junit/JUnitLibraryDownloader.java      |      384 -
 .../modules/junit/JUnitPluginTrampoline.java       |        6 +-
 .../org/netbeans/modules/junit/JUnitSettings.java  |      228 +-
 .../modules/junit/JUnitTestCreatorProvider.java    |      407 +
 .../org/netbeans/modules/junit/MessageStack.java   |      278 -
 .../org/netbeans/modules/junit/NamedObject.java    |      103 -
 .../netbeans/modules/junit/SelfResizingPanel.java  |      161 -
 .../modules/junit/SizeRestrictedPanel.java         |      137 -
 .../org/netbeans/modules/junit/TestCreator.java    |       23 +-
 .../netbeans/modules/junit/TestGeneratorSetup.java |       19 +-
 junit/src/org/netbeans/modules/junit/TestUtil.java |      680 +-
 .../junit/actions/JUnitMethodDebuggerProvider.java |       71 +
 .../junit/actions/JUnitMethodRunnerProvider.java   |       71 +
 .../modules/junit/actions/TestClassInfoTask.java   |       32 +-
 .../modules/junit/actions/TestMethodAction.java    |       83 +-
 .../junit/actions/TestSingleMethodSupport.java     |      150 +
 .../modules/junit/output/Bundle.properties         |       12 +-
 .../modules/junit/output/JUnitAntLogger.java       |      113 +-
 .../junit/output/JUnitExecutionManager.java        |      112 +-
 .../modules/junit/output/JUnitOutputReader.java    |      153 +-
 .../modules/junit/output/JUnitTestMethodNode.java  |       74 +-
 .../modules/junit/output/JUnitTestSession.java     |        8 +-
 .../modules/junit/output/JUnitTestcase.java        |       14 +-
 .../netbeans/modules/junit/output/JumpAction.java  |        7 +-
 .../netbeans/modules/junit/output/OutputUtils.java |      121 +-
 .../netbeans/modules/junit/output/RegexpUtils.java |       15 +-
 .../modules/junit/output/XmlOutputParser.java      |       64 +-
 .../netbeans/modules/junit/plugin/JUnitPlugin.java |      269 +-
 .../org/netbeans/modules/junit/resources/layer.xml |       39 +-
 .../resources/templates/JUnit3Suite.java.template  |        2 +-
 .../templates/JUnit3TestClass.java.template        |        2 +-
 .../resources/templates/JUnit4Suite.java.template  |        2 +-
 .../templates/JUnit4TestClass.java.template        |        2 +-
 .../junit/resources/templates/junit-custom.xml     |        4 +-
 .../modules/junit/wizards/Bundle.properties        |        2 +-
 .../modules/junit/wizards/ClassChooserPanel.java   |        3 +-
 .../modules/junit/wizards/EmptyTestCaseWizard.java |        2 +-
 .../junit/wizards/EmptyTestCaseWizardIterator.java |       17 +-
 .../junit/wizards/EmptyTestStepLocation.java       |       24 +-
 .../modules/junit/wizards/JavaChildren.java        |        5 +-
 .../modules/junit/wizards/SettingsPanel.java       |        6 +-
 .../wizards/SimpleTestCaseWizardIterator.java      |       38 +-
 .../junit/wizards/SimpleTestStepLocation.java      |       51 +-
 .../modules/junit/wizards/StepProblemMessage.java  |        2 +-
 .../junit/wizards/TestSuiteStepLocation.java       |       24 +-
 .../junit/wizards/TestSuiteWizardIterator.java     |       10 +-
 .../JunitTestProject/nbproject/project.properties  |        1 +
 .../data/JunitTestProject/nbproject/project.xml    |        1 +
 .../src/org/netbeans/test/junit/go/Alfa.java       |       41 +-
 .../test/junit/pkgtestcreation/test/TestClass.java |       41 +-
 .../junit/pkgtestcreation/test/TestClass2.java     |       41 +-
 .../test/junit/testcreation/test/TestClass.java    |       68 +-
 .../test/junit/testresults/test/TestClass.java     |       41 +-
 .../test/junit/testresults/test/TestSuccess.java   |       42 +-
 .../test/junit/testcreation/test/TestClass.java    |      121 +
 .../test/org/netbeans/test/junit/go/AlfaTest.java  |       41 +-
 .../test/org/netbeans/test/junit/go/GoSuite.java   |       41 +-
 .../junit/testresults/test/EmptyJUnitTest.java     |       41 +-
 .../junit/testresults/test/ResultTestSuite.java    |       41 +-
 .../test/junit/testresults/test/TestClassTest.java |       41 +-
 .../junit/testresults/test/TestSuccessTest.java    |       41 +-
 .../CreateTestTest/testCreateTestByPopup.pass      |       50 +-
 .../CreateTestTest/testCreateTestByPopup2.pass     |       13 +-
 .../CreateTestTest/testCreateTestByPopup3.pass     |       13 +-
 .../CreateTestTest/testCreateTestByWizard.pass     |       13 +-
 .../testCreateWODefMethodBodies.pass               |       25 +-
 .../creation/CreateTestTest/testCreateWOHints.pass |       47 +-
 .../CreateTestTest/testCreateWOJavadoc.pass        |       45 +-
 .../creation/CreateTestTest/testCreateWOsetUp.pass |       52 +-
 .../CreateTestTest/testCreateWOtearDown.pass       |       52 +-
 .../modules/junit/actions/OpenTestAction.java      |       40 +-
 .../modules/junit/testcases/JunitTestCase.java     |       41 +-
 .../test/junit/creation/CreateTestTest.java        |      150 +-
 .../org/netbeans/test/junit/creation/GotoTest.java |       51 +-
 .../test/junit/creation/TestCreationTestSuite.java |       11 +-
 .../test/junit/junit3/CreateProjectTest.java       |       42 +
 .../test/junit/junit4/CreateProjectTest.java       |       42 +
 .../test/junit/results/ResultsWindowTest.java      |       39 +-
 .../org/netbeans/test/junit/utils/Utilities.java   |       10 +-
 .../modules/junit/ClassNameTextFieldTest.java      |      157 -
 .../netbeans/modules/junit/MessageStackTest.java   |      330 -
 .../modules/junit/output/RegexpUtilsTest.java      |       73 +
 keyring.fallback/build.xml                         |        5 +
 keyring.fallback/manifest.mf                       |        6 +
 .../nbproject/project.properties                   |        0
 keyring.fallback/nbproject/project.xml             |       77 +
 .../modules/keyring/fallback/Bundle.properties     |       17 +
 .../modules/keyring/fallback/FallbackProvider.java |      215 +
 .../keyring/fallback/MasterPasswordEncryption.java |      243 +
 .../keyring/fallback/MasterPasswordPanel.form      |      148 +
 .../keyring/fallback/MasterPasswordPanel.java      |      225 +
 .../modules/keyring/spi/EncryptionProvider.java    |        0
 .../org/netbeans/modules/keyring/utils/Utils.java  |       86 +
 .../keyring/fallback/FallbackProviderTest.java     |        0
 .../fallback/MasterPasswordEncryptionTest.java     |      101 +
 keyring.impl/manifest.mf                           |        3 +-
 keyring.impl/nbproject/project.properties          |        4 +
 keyring.impl/nbproject/project.xml                 |       29 +-
 .../modules/keyring/fallback/Bundle.properties     |       18 -
 .../modules/keyring/fallback/FallbackProvider.java |      212 -
 .../keyring/fallback/MasterPasswordEncryption.java |      242 -
 .../keyring/fallback/MasterPasswordPanel.form      |      148 -
 .../keyring/fallback/MasterPasswordPanel.java      |      225 -
 .../modules/keyring/gnome/GnomeKeyringLibrary.java |       59 +-
 .../modules/keyring/gnome/GnomeProvider.java       |        2 +
 .../org/netbeans/modules/keyring/impl/Utils.java   |       85 -
 .../modules/keyring/kde/KWalletProvider.java       |       20 +-
 .../netbeans/modules/keyring/mac/MacProvider.java  |       29 +-
 .../modules/keyring/mac/SecurityLibrary.java       |       29 +-
 .../modules/keyring/win32/Win32Protect.java        |       11 +-
 .../modules/keyring/KeyringProviderTestBase.java   |       12 +-
 .../fallback/MasterPasswordEncryptionTest.java     |       82 -
 keyring/apichanges.xml                             |       29 +
 keyring/arch.xml                                   |        3 +-
 keyring/build.xml                                  |        6 +-
 keyring/manifest.mf                                |        3 +-
 keyring/nbproject/org-netbeans-modules-keyring.sig |       12 +-
 keyring/nbproject/project.xml                      |       22 +-
 keyring/src/org/netbeans/api/keyring/Keyring.java  |      144 +-
 .../src/org/netbeans/api/keyring/package-info.java |        2 +-
 .../org/netbeans/modules/keyring/Bundle.properties |        2 +
 keyring/src/org/netbeans/modules/keyring/layer.xml |       14 +
 ko4j.debugging/build.xml                           |        5 +
 ko4j.debugging/manifest.mf                         |        6 +
 ko4j.debugging/nbproject/project.properties        |        6 +
 ko4j.debugging/nbproject/project.xml               |       79 +
 .../modules/ko4j/debugging/Bundle.properties       |        6 +
 .../ko4j/debugging/MessageDispatcherImpl.java      |       57 +
 .../netbeans/modules/ko4j/debugging/Server.java    |       99 +
 .../netbeans/modules/ko4j/debugging/Transport.java |      145 +
 .../modules/ko4j/debugging/TurnInspectOn.java      |       92 +
 languages.apacheconf/build.xml                     |       16 +
 languages.apacheconf/manifest.mf                   |        7 +
 languages.apacheconf/nbproject/project.properties  |        2 +
 languages.apacheconf/nbproject/project.xml         |      163 +
 .../languages/apacheconf/ApacheConfDataObject.java |      102 +
 .../apacheconf/csl/ApacheConfLanguageConfig.java   |       72 +
 .../apacheconf/lexer/ApacheConfColoringLexer.java  |      831 +
 .../apacheconf/lexer/ApacheConfLexer.java          |       96 +
 .../apacheconf/lexer/ApacheConfLexerUtils.java     |       86 +
 .../apacheconf/lexer/ApacheConfTokenId.java        |      107 +
 .../languages/apacheconf/lexer/StateStack.java     |      167 +
 .../apacheconf/resources/ApacheConfExample.conf    |       17 +
 .../resources/ApacheConfFileDescription.html       |       50 +
 .../apacheconf/resources/ApacheConfResolver.xml    |       16 +
 .../apacheconf/resources/ApacheConfTemplate.conf   |        4 +
 .../apacheconf/resources/Bundle.properties         |       20 +
 .../resources/FontAndColors-bluetheme.xml          |       53 +
 .../apacheconf/resources/FontAndColors.xml         |       61 +
 .../apacheconf/resources/apache_conf_file_16.png   |      Bin 0 -> 3460 bytes
 .../languages/apacheconf/resources/layer.xml       |      119 +
 .../languages/apacheconf/resources/license.txt     |       40 +
 .../lexer/ApacheConfLexerTest/issue215891.pass     |        7 +
 .../lexer/ApacheConfLexerTest/issue236943.pass     |      353 +
 .../lexer/ApacheConfLexerTest/negativeFloat.pass   |       88 +
 .../lexer/ApacheConfLexerTest/test1.pass           |       27 +
 .../lexer/ApacheConfLexerTest/test10.pass          |       68 +
 .../lexer/ApacheConfLexerTest/test2.pass           |       28 +
 .../lexer/ApacheConfLexerTest/test3.pass           |       51 +
 .../lexer/ApacheConfLexerTest/test4.pass           |       58 +
 .../lexer/ApacheConfLexerTest/test5.pass           |      111 +
 .../lexer/ApacheConfLexerTest/test6.pass           |      136 +
 .../lexer/ApacheConfLexerTest/test7.pass           |       26 +
 .../lexer/ApacheConfLexerTest/test8.pass           |       75 +
 .../lexer/ApacheConfLexerTest/test9.pass           |       98 +
 .../testfiles/actions/toggleComment/toggle_01.conf |       21 +
 .../toggleComment/toggle_01.conf.toggleComment     |       21 +
 .../testfiles/actions/toggleComment/toggle_02.conf |       21 +
 .../toggleComment/toggle_02.conf.toggleComment     |       21 +
 .../testfiles/actions/toggleComment/toggle_03.conf |       21 +
 .../toggleComment/toggle_03.conf.toggleComment     |       21 +
 .../testfiles/actions/toggleComment/toggle_04.conf |       21 +
 .../toggleComment/toggle_04.conf.toggleComment     |       21 +
 .../unit/data/testfiles/lexer/issue215891.conf     |        1 +
 .../unit/data/testfiles/lexer/issue236943.conf     |        3 +
 .../unit/data/testfiles/lexer/negativeFloat.conf   |        4 +
 .../test/unit/data/testfiles/lexer/test1.conf      |        3 +
 .../test/unit/data/testfiles/lexer/test10.conf     |        6 +
 .../test/unit/data/testfiles/lexer/test2.conf      |        2 +
 .../test/unit/data/testfiles/lexer/test3.conf      |        4 +
 .../test/unit/data/testfiles/lexer/test4.conf      |        1 +
 .../test/unit/data/testfiles/lexer/test5.conf      |        6 +
 .../test/unit/data/testfiles/lexer/test6.conf      |        7 +
 .../test/unit/data/testfiles/lexer/test7.conf      |        4 +
 .../test/unit/data/testfiles/lexer/test8.conf      |        5 +
 .../test/unit/data/testfiles/lexer/test9.conf      |       14 +
 .../languages/apacheconf/ApacheConfTestBase.java   |       74 +
 .../actions/ApacheConfActionTestBase.java          |       90 +
 .../actions/ToggleCommentActionTest.java           |       81 +
 .../apacheconf/lexer/ApacheConfLexerTest.java      |      133 +
 .../apacheconf/lexer/ApacheConfLexerTestBase.java  |       82 +
 .../tools/ApacheConfColoringLexer.flex             |      280 +
 languages.apacheconf/tools/skeleton.netbeans       |      326 +
 languages.diff/manifest.mf                         |        2 +-
 languages.diff/nbproject/project.xml               |       16 +-
 .../modules/languages/diff/Bundle.properties       |        2 +-
 .../org/netbeans/modules/languages/diff/Diff.xml   |       27 -
 .../modules/languages/diff/DiffDataObject.java     |       50 +-
 .../languages/diff/FontAndColors-bluetheme.xml     |       70 +
 .../org/netbeans/modules/languages/diff/layer.xml  |       17 +-
 languages.ini/build.xml                            |       11 +
 languages.ini/manifest.mf                          |        2 +-
 languages.ini/nbproject/project.properties         |        3 +-
 languages.ini/nbproject/project.xml                |      102 +-
 .../modules/languages/ini/IniDataObject.java       |       56 +-
 .../languages/ini/IniLanguageHierarchy.java        |       69 -
 .../modules/languages/ini/IniLanguageProvider.java |       71 -
 .../netbeans/modules/languages/ini/IniLexer.java   |      357 -
 .../netbeans/modules/languages/ini/IniTokenId.java |       68 -
 .../languages/ini/csl/IniLanguageConfig.java       |       72 +
 .../languages/ini/lexer/IniColoringLexer.java      |      739 +
 .../modules/languages/ini/lexer/IniLexer.java      |       93 +
 .../modules/languages/ini/lexer/IniTokenId.java    |       98 +
 .../modules/languages/ini/lexer/StateStack.java    |      162 +
 .../languages/ini/resources/Bundle.properties      |        4 +-
 .../modules/languages/ini/resources/EmptyINI.ini   |        2 +-
 .../ini/resources/FontAndColors-bluetheme.xml      |       50 +
 .../ini/resources/FontAndColors-citylights.xml     |       50 +
 .../languages/ini/resources/FontAndColors.xml      |        7 +-
 .../modules/languages/ini/resources/Ini.xml        |       27 -
 .../modules/languages/ini/resources/layer.xml      |       97 +-
 .../languages/ini/lexer/IniLexerTest/basic.pass    |       24 +
 .../languages/ini/lexer/IniLexerTest/keys.pass     |       32 +
 .../languages/ini/lexer/IniLexerTest/sections.pass |       28 +
 .../languages/ini/lexer/IniLexerTest/values.pass   |       43 +
 .../testfiles/actions/toggleComment/toggle_01.ini  |       10 +
 .../toggleComment/toggle_01.ini.toggleComment      |       10 +
 .../testfiles/actions/toggleComment/toggle_02.ini  |       10 +
 .../toggleComment/toggle_02.ini.toggleComment      |       10 +
 .../testfiles/actions/toggleComment/toggle_03.ini  |       10 +
 .../toggleComment/toggle_03.ini.toggleComment      |       10 +
 .../testfiles/actions/toggleComment/toggle_04.ini  |       10 +
 .../toggleComment/toggle_04.ini.toggleComment      |       10 +
 .../test/unit/data/testfiles/lexer/basic.ini       |        8 +
 .../test/unit/data/testfiles/lexer/keys.ini        |        9 +
 .../test/unit/data/testfiles/lexer/sections.ini    |        6 +
 .../test/unit/data/testfiles/lexer/values.ini      |       13 +
 .../modules/languages/ini/IniTestBase.java         |       73 +
 .../languages/ini/actions/IniActionsTestBase.java  |       90 +
 .../ini/actions/ToggleCommentActionTest.java       |       81 +
 .../modules/languages/ini/lexer/IniLexerTest.java  |      105 +
 .../languages/ini/lexer/IniLexerTestBase.java      |       82 +
 .../modules/languages/ini/util/TestUtils.java      |       88 +
 languages.ini/tools/IniColoringLexer.flex          |      291 +
 languages.ini/tools/skeleton.netbeans              |      326 +
 languages.manifest/manifest.mf                     |        2 +-
 languages.manifest/nbproject/project.xml           |       25 +-
 .../modules/languages/manifest/Bundle.properties   |        2 +-
 .../modules/languages/manifest/Manifest.xml        |       27 -
 .../modules/languages/manifest/MfDataObject.java   |       77 +-
 .../languages/manifest/MfLanguageProvider.java     |        3 +-
 .../netbeans/modules/languages/manifest/layer.xml  |        8 -
 languages.neon/build.xml                           |       16 +
 languages.neon/manifest.mf                         |        7 +
 languages.neon/nbproject/project.properties        |        3 +
 languages.neon/nbproject/project.xml               |      184 +
 .../modules/languages/neon/NeonDataObject.java     |      103 +
 .../neon/completion/CompletionProviders.java       |       89 +
 .../languages/neon/completion/CompletionUtils.java |       80 +
 .../neon/completion/NeonCompletionContext.java     |      119 +
 .../completion/NeonCompletionContextFinder.java    |       59 +
 .../neon/completion/NeonCompletionHandler.java     |      201 +
 .../neon/completion/NeonCompletionProposal.java    |      189 +
 .../languages/neon/completion/NeonElement.java     |      188 +
 .../languages/neon/csl/NeonLanguageConfig.java     |       86 +
 .../languages/neon/lexer/NeonColoringLexer.java    |     1009 +
 .../modules/languages/neon/lexer/NeonLexer.java    |       96 +
 .../languages/neon/lexer/NeonLexerUtils.java       |       89 +
 .../modules/languages/neon/lexer/NeonTokenId.java  |      108 +
 .../modules/languages/neon/lexer/StateStack.java   |      169 +
 .../modules/languages/neon/parser/NeonParser.java  |       96 +
 .../MethodCompletionProviderProcessor.java         |       78 +
 .../languages/neon/resources/Bundle.properties     |       21 +
 .../neon/resources/FontAndColors-bluetheme.xml     |       53 +
 .../languages/neon/resources/FontAndColors.xml     |       62 +
 .../languages/neon/resources/NeonExample.neon      |       28 +
 .../neon/resources/NeonFileDescription.html        |       50 +
 .../languages/neon/resources/NeonTemplate.neon     |        5 +
 .../modules/languages/neon/resources/layer.xml     |      119 +
 .../languages/neon/resources/neon_file_16.png      |      Bin 0 -> 3198 bytes
 .../spi/completion/MethodCompletionProvider.java   |       71 +
 .../neon/lexer/NeonLexerTest/autowiring.pass       |      105 +
 .../languages/neon/lexer/NeonLexerTest/basic.pass  |      114 +
 .../languages/neon/lexer/NeonLexerTest/child.pass  |       21 +
 .../neon/lexer/NeonLexerTest/closeBracket.pass     |        7 +
 .../neon/lexer/NeonLexerTest/extension.pass        |       20 +
 .../neon/lexer/NeonLexerTest/factory.pass          |      103 +
 .../neon/lexer/NeonLexerTest/hashInCommonUse.pass  |       21 +
 .../neon/lexer/NeonLexerTest/includes.pass         |       61 +
 .../neon/lexer/NeonLexerTest/inheritance1.pass     |       45 +
 .../neon/lexer/NeonLexerTest/inheritance2.pass     |       49 +
 .../neon/lexer/NeonLexerTest/issue206378.pass      |       23 +
 .../neon/lexer/NeonLexerTest/issue208274.pass      |       18 +
 .../neon/lexer/NeonLexerTest/issue209549.pass      |       41 +
 .../neon/lexer/NeonLexerTest/issue210049_01.pass   |        9 +
 .../neon/lexer/NeonLexerTest/issue210049_02.pass   |       11 +
 .../neon/lexer/NeonLexerTest/issue210049_03.pass   |       12 +
 .../neon/lexer/NeonLexerTest/issue224830.pass      |        9 +
 .../neon/lexer/NeonLexerTest/issue224847.pass      |        9 +
 .../neon/lexer/NeonLexerTest/issue224850_01.pass   |       15 +
 .../neon/lexer/NeonLexerTest/issue224850_02.pass   |       15 +
 .../neon/lexer/NeonLexerTest/issue224850_03.pass   |       15 +
 .../neon/lexer/NeonLexerTest/issue229449.pass      |        9 +
 .../neon/lexer/NeonLexerTest/issue238224.pass      |        5 +
 .../neon/lexer/NeonLexerTest/multilineValues.pass  |       22 +
 .../neon/lexer/NeonLexerTest/nonshared.pass        |       53 +
 .../lexer/NeonLexerTest/notAndSelfKeyword.pass     |       23 +
 .../languages/neon/lexer/NeonLexerTest/pipes.pass  |       12 +
 .../neon/lexer/NeonLexerTest/referenceByClass.pass |       42 +
 .../languages/neon/lexer/NeonLexerTest/sample.pass |      134 +
 .../neon/lexer/NeonLexerTest/scalar1.pass          |       24 +
 .../neon/lexer/NeonLexerTest/servicesCircular.pass |       30 +
 .../languages/neon/lexer/NeonLexerTest/setup.pass  |      179 +
 .../testfiles/actions/toggleComment/toggle_01.neon |       29 +
 .../toggleComment/toggle_01.neon.toggleComment     |       29 +
 .../testfiles/actions/toggleComment/toggle_02.neon |       29 +
 .../toggleComment/toggle_02.neon.toggleComment     |       29 +
 .../testfiles/actions/toggleComment/toggle_03.neon |       29 +
 .../toggleComment/toggle_03.neon.toggleComment     |       29 +
 .../testfiles/actions/toggleComment/toggle_04.neon |       29 +
 .../toggleComment/toggle_04.neon.toggleComment     |       29 +
 .../test/unit/data/testfiles/lexer/autowiring.neon |       25 +
 .../test/unit/data/testfiles/lexer/basic.neon      |       26 +
 .../test/unit/data/testfiles/lexer/child.neon      |        4 +
 .../unit/data/testfiles/lexer/closeBracket.neon    |        1 +
 .../test/unit/data/testfiles/lexer/extension.neon  |        6 +
 .../test/unit/data/testfiles/lexer/factory.neon    |       21 +
 .../unit/data/testfiles/lexer/hashInCommonUse.neon |        4 +
 .../test/unit/data/testfiles/lexer/includes.neon   |       13 +
 .../unit/data/testfiles/lexer/inheritance1.neon    |        8 +
 .../unit/data/testfiles/lexer/inheritance2.neon    |        9 +
 .../unit/data/testfiles/lexer/issue206378.neon     |        4 +
 .../unit/data/testfiles/lexer/issue208274.neon     |        1 +
 .../unit/data/testfiles/lexer/issue209549.neon     |        6 +
 .../unit/data/testfiles/lexer/issue210049_01.neon  |        1 +
 .../unit/data/testfiles/lexer/issue210049_02.neon  |        1 +
 .../unit/data/testfiles/lexer/issue210049_03.neon  |        1 +
 .../unit/data/testfiles/lexer/issue224830.neon     |        2 +
 .../unit/data/testfiles/lexer/issue224847.neon     |        2 +
 .../unit/data/testfiles/lexer/issue224850_01.neon  |        2 +
 .../unit/data/testfiles/lexer/issue224850_02.neon  |        2 +
 .../unit/data/testfiles/lexer/issue224850_03.neon  |        2 +
 .../unit/data/testfiles/lexer/issue229449.neon     |        2 +
 .../unit/data/testfiles/lexer/issue238224.neon     |        1 +
 .../unit/data/testfiles/lexer/multilineValues.neon |        6 +
 .../test/unit/data/testfiles/lexer/nonshared.neon  |       10 +
 .../data/testfiles/lexer/notAndSelfKeyword.neon    |        3 +
 .../test/unit/data/testfiles/lexer/pipes.neon      |        3 +
 .../data/testfiles/lexer/referenceByClass.neon     |        9 +
 .../test/unit/data/testfiles/lexer/sample.neon     |       26 +
 .../test/unit/data/testfiles/lexer/scalar1.neon    |        5 +
 .../data/testfiles/lexer/servicesCircular.neon     |        7 +
 .../test/unit/data/testfiles/lexer/setup.neon      |       37 +
 .../modules/languages/neon/NeonTestBase.java       |       75 +
 .../neon/actions/NeonActionsTestBase.java          |       90 +
 .../neon/actions/ToggleCommentActionTest.java      |       81 +
 .../languages/neon/lexer/NeonLexerTest.java        |      209 +
 .../languages/neon/lexer/NeonLexerTestBase.java    |       82 +
 languages.neon/tools/NeonColoringLexer.flex        |      415 +
 languages.neon/tools/skeleton.netbeans             |      326 +
 languages.yaml/manifest.mf                         |        2 +-
 languages.yaml/nbproject/project.properties        |        8 +
 languages.yaml/nbproject/project.xml               |       87 +-
 .../modules/languages/yaml/Bundle.properties       |        2 +-
 .../yaml/EmbeddedSectionsHighlighting.java         |       73 +-
 .../modules/languages/yaml/IndentUtils.java        |       75 +
 .../modules/languages/yaml/InsertTabAction.java    |      136 +
 .../org/netbeans/modules/languages/yaml/YAML.xml   |       53 -
 .../modules/languages/yaml/YamlCompletion.java     |       42 +-
 .../modules/languages/yaml/YamlDataObject.java     |       92 +
 .../modules/languages/yaml/YamlExample.yaml        |       29 +
 .../languages/yaml/YamlKeystrokeHandler.java       |       51 +-
 .../modules/languages/yaml/YamlLanguage.java       |       14 +-
 .../netbeans/modules/languages/yaml/YamlLexer.java |       87 +-
 .../modules/languages/yaml/YamlParser.java         |       42 +-
 .../modules/languages/yaml/YamlParserResult.java   |       16 +-
 .../modules/languages/yaml/YamlScanner.java        |       77 +-
 .../languages/yaml/YamlSemanticAnalyzer.java       |       36 +-
 .../modules/languages/yaml/YamlTokenId.java        |       49 +-
 .../org/netbeans/modules/languages/yaml/layer.xml  |       36 +-
 .../modules/languages/yaml/preferences.xml         |        4 +-
 .../languages/yaml/ruby/RubyEmbeddingProvider.java |       30 +-
 .../test/unit/data/testfiles/fixture.yml.folds     |        1 -
 .../test/unit/data/testfiles/fixture2.yml.folds    |        4 +-
 .../test/unit/data/testfiles/fixture3.yml.folds    |        2 +-
 .../test/unit/data/testfiles/issue173769.yaml      |        2 +
 .../unit/data/testfiles/issue173769.yaml.structure |        2 +
 .../test/unit/data/testfiles/issue232192_01.yaml   |       25 +
 .../unit/data/testfiles/issue232192_01.yaml.errors |        0
 .../test/unit/data/testfiles/issue232192_02.yaml   |        6 +
 .../unit/data/testfiles/issue232192_02.yaml.errors |        0
 .../test/unit/data/testfiles/test1.yaml.folds      |        4 +-
 .../test/unit/data/testfiles/test6.yaml.folds      |        2 +-
 .../test/unit/data/testfiles/test7.yaml.folds      |        4 +-
 .../test/unit/data/testfiles/test9.yaml.structure  |        8 -
 .../modules/languages/yaml/YamlCompletionTest.java |        4 +-
 .../languages/yaml/YamlKeystrokeHandlerTest.java   |        6 +-
 .../modules/languages/yaml/YamlLexerTest.java      |       11 +-
 .../modules/languages/yaml/YamlParserTest.java     |       19 +-
 .../modules/languages/yaml/YamlScannerTest.java    |       19 +-
 .../languages/yaml/YamlSemanticAnalyzerTest.java   |        1 -
 .../modules/languages/yaml/YamlTestBase.java       |       10 +-
 languages/manifest.mf                              |        1 +
 languages/nbproject/project.properties             |        5 +-
 languages/nbproject/project.xml                    |       43 +-
 .../modules/languages/LanguagesManager.java        |        3 +-
 .../src/org/netbeans/modules/languages/Rule.java   |       53 +-
 .../org/netbeans/modules/languages/TokenType.java  |       53 +-
 .../modules/languages/dataobject/Bundle.properties |        1 +
 .../languages/dataobject/GLFFilesCustomEditor.form |        5 +-
 .../languages/dataobject/GLFFilesCustomEditor.java |       72 +-
 .../languages/dataobject/LanguagesDataObject.java  |        7 +
 .../languages/features/ASTBrowserAction.java       |       43 +-
 .../languages/features/ASTBrowserTopComponent.form |        6 +-
 .../languages/features/ASTBrowserTopComponent.java |       53 +-
 .../languages/features/HighlighterSupport.java     |       43 +-
 .../netbeans/modules/languages/features/Index.java |       13 +-
 .../languages/features/TokensBrowserAction.java    |       43 +-
 .../features/TokensBrowserTopComponent.form        |        6 +-
 .../features/TokensBrowserTopComponent.java        |       55 +-
 .../netbeans/modules/languages/lexer/SLexer.java   |        2 +-
 .../languages/resources/Languagesresolver.xml      |       52 -
 .../netbeans/modules/languages/resources/layer.xml |       12 +-
 .../data/OpenFileProj/src/files/sample.sh          |       43 +
 languages/test/qa-functional/data/tokens/sample.sh |       43 +
 .../test/languages/OpenProjectFileTest.java        |       45 +-
 .../test/languages/OpenStandaloneFileTest.java     |       45 +-
 .../org/netbeans/test/languages/TokensTest.java    |       45 +-
 .../org/netbeans/test/lib/BasicOpenFileTest.java   |       45 +-
 .../src/org/netbeans/test/lib/BasicTokensTest.java |       45 +-
 .../src/org/netbeans/test/lib/DumpTokens.java      |       45 +-
 .../src/org/netbeans/api/languages/ASTTest.java    |       43 +-
 .../netbeans/modules/languages/LanguageTest.java   |       44 +-
 .../modules/languages/NBSLanguageReaderTest.java   |       43 +-
 .../org/netbeans/modules/languages/TestUtils.java  |       43 +-
 .../modules/languages/parser/AnalyserTest.java     |       43 +-
 .../modules/languages/parser/DGUtilsTest.java      |       43 +-
 .../modules/languages/parser/FirstTest.java        |       43 +-
 .../modules/languages/parser/Grammar1.java         |       43 +-
 .../netbeans/modules/languages/parser/NBSTest.java |       43 +-
 .../modules/languages/parser/ParserTest.java       |       43 +-
 .../modules/languages/parser/PatternTest.java      |       43 +-
 lexer.nbbridge/nbproject/project.properties        |        2 +-
 lexer.nbbridge/nbproject/project.xml               |       27 +-
 lexer/arch.xml                                     |       17 +-
 .../modules/lexer/demo/antlr/CalcLanguage.java     |       40 +-
 .../modules/lexer/demo/antlr/CalcScanner.java      |       41 +-
 .../lexer/demo/antlr/CalcScannerTokenTypes.java    |       41 +-
 .../lexer/demo/handcoded/link/LinkLanguage.java    |       40 +-
 .../lexer/demo/handcoded/plain/PlainLanguage.java  |       40 +-
 .../modules/lexer/demo/javacc/CalcConstants.java   |       42 +-
 .../modules/lexer/demo/javacc/CalcLanguage.java    |       40 +-
 .../lexer/demo/javacc/CalcTokenManager.java        |       42 +-
 lexer/nbproject/org-netbeans-modules-lexer.sig     |        6 +-
 lexer/nbproject/project.properties                 |        8 +-
 lexer/nbproject/project.xml                        |       33 +-
 lexer/src/org/netbeans/api/lexer/Language.java     |       44 +-
 lexer/src/org/netbeans/api/lexer/Token.java        |        1 +
 .../src/org/netbeans/api/lexer/TokenHierarchy.java |       27 +-
 .../src/org/netbeans/api/lexer/TokenSequence.java  |      303 +-
 .../src/org/netbeans/lib/lexer/BatchTokenList.java |       49 +-
 lexer/src/org/netbeans/lib/lexer/Bundle.properties |        2 +-
 .../org/netbeans/lib/lexer/EmbeddedJoinInfo.java   |       72 +-
 .../org/netbeans/lib/lexer/EmbeddedTokenList.java  |      377 +-
 .../org/netbeans/lib/lexer/EmbeddingContainer.java |      731 -
 .../org/netbeans/lib/lexer/EmbeddingOperation.java |      471 +
 lexer/src/org/netbeans/lib/lexer/IntegerCache.java |        3 +-
 .../lib/lexer/JoinLexerInputOperation.java         |       42 +-
 .../src/org/netbeans/lib/lexer/JoinTokenList.java  |      559 +-
 .../org/netbeans/lib/lexer/JoinTokenListBase.java  |      182 -
 lexer/src/org/netbeans/lib/lexer/LanguageIds.java  |      292 +
 .../org/netbeans/lib/lexer/LanguageOperation.java  |       25 +-
 .../lib/lexer/LexerApiPackageAccessor.java         |        2 +
 .../netbeans/lib/lexer/LexerInputOperation.java    |       59 +-
 .../netbeans/lib/lexer/LexerUtilsConstants.java    |      198 +-
 .../org/netbeans/lib/lexer/StackElementArray.java  |      120 +
 .../netbeans/lib/lexer/SubSequenceTokenList.java   |       41 +-
 .../lib/lexer/TokenHierarchyOperation.java         |      317 +-
 lexer/src/org/netbeans/lib/lexer/TokenIdImpl.java  |        4 +
 lexer/src/org/netbeans/lib/lexer/TokenList.java    |       43 +-
 .../src/org/netbeans/lib/lexer/TokenListList.java  |       93 +-
 .../org/netbeans/lib/lexer/TokenOrEmbedding.java   |        2 +-
 .../org/netbeans/lib/lexer/TokenSequenceList.java  |       35 +-
 lexer/src/org/netbeans/lib/lexer/WrapTokenId.java  |       82 +
 .../org/netbeans/lib/lexer/WrapTokenIdCache.java   |      178 +
 .../org/netbeans/lib/lexer/inc/DocumentInput.java  |       12 +-
 .../lib/lexer/inc/FilterSnapshotTokenList.java     |       42 +-
 .../org/netbeans/lib/lexer/inc/IncTokenList.java   |       99 +-
 .../lib/lexer/inc/JoinTokenListChange.java         |       64 +-
 .../lexer/inc/MutableJoinLexerInputOperation.java  |        4 +-
 .../lib/lexer/inc/MutableJoinTokenList.java        |      121 -
 .../netbeans/lib/lexer/inc/MutableTokenList.java   |        5 +-
 .../netbeans/lib/lexer/inc/RemovedTokenList.java   |       54 +-
 .../netbeans/lib/lexer/inc/SnapshotTokenList.java  |       61 +-
 .../lib/lexer/inc/TokenHierarchyEventInfo.java     |        6 +-
 .../lib/lexer/inc/TokenHierarchyUpdate.java        |      172 +-
 .../netbeans/lib/lexer/inc/TokenListChange.java    |       16 +-
 .../lib/lexer/inc/TokenListListUpdate.java         |       70 +-
 .../netbeans/lib/lexer/inc/TokenListUpdater.java   |       55 +-
 .../netbeans/lib/lexer/token/AbstractToken.java    |       59 +-
 .../netbeans/lib/lexer/token/CustomTextToken.java  |        9 +-
 .../org/netbeans/lib/lexer/token/DefaultToken.java |      259 +-
 .../org/netbeans/lib/lexer/token/JoinToken.java    |        5 +-
 .../netbeans/lib/lexer/token/JoinTokenText.java    |        9 +-
 .../org/netbeans/lib/lexer/token/PartToken.java    |        9 +-
 .../lib/lexer/token/PartTypePropertyProvider.java  |        4 +-
 .../netbeans/lib/lexer/token/PropertyToken.java    |        7 +-
 .../org/netbeans/lib/lexer/token/TextToken.java    |       15 +-
 .../org/netbeans/lib/lexer/token/TokenLength.java  |      158 -
 .../org/netbeans/spi/lexer/LanguageHierarchy.java  |        9 +-
 lexer/src/org/netbeans/spi/lexer/LexerInput.java   |        2 +-
 .../org/netbeans/api/lexer/TokenHierarchyTest.java |      223 +-
 .../org/netbeans/api/lexer/TokenSequenceTest.java  |       60 +-
 .../netbeans/lib/lexer/EmbeddedTokenListTest.java  |      197 +-
 .../org/netbeans/lib/lexer/LanguageIdsTest.java    |      164 +
 .../netbeans/lib/lexer/LanguageManagerTest.java    |       16 +-
 .../netbeans/lib/lexer/TokenSequenceListTest.java  |       56 +-
 .../netbeans/lib/lexer/WrapTokenIdCacheTest.java   |      134 +
 .../lib/lexer/inc/EmbeddingUpdateTest.java         |      124 +-
 .../lib/lexer/inc/TokenHierarchyEventTest.java     |       74 +-
 .../netbeans/lib/lexer/lang/TestCharTokenId.java   |       47 +-
 .../lib/lexer/lang/TestJoinMixTagLexer.java        |      119 +
 .../lib/lexer/lang/TestJoinMixTagTokenId.java      |      158 +
 .../lib/lexer/lang/TestJoinMixTextLexer.java       |      120 +
 .../lib/lexer/lang/TestJoinMixTextTokenId.java     |      122 +
 .../lib/lexer/test/LexerTestUtilities.java         |      125 +-
 .../lib/lexer/test/ModificationTextDocument.java   |        9 +
 .../netbeans/lib/lexer/test/TestRandomModify.java  |       41 +-
 .../lib/lexer/test/inc/DocumentUpdateTest.java     |       93 +-
 .../lexer/test/inc/TokenHierarchyRebuildTest.java  |       60 +-
 .../lexer/test/inc/TokenListUpdaterExtraTest.java  |       72 +-
 .../lib/lexer/test/inc/TokenListUpdaterTest.java   |      288 +-
 .../netbeans/lib/lexer/test/join/JoinMixTest.java  |      440 +
 .../lib/lexer/test/join/JoinRandomTest.java        |        4 -
 .../lib/lexer/test/join/JoinSectionsMod1Test.java  |      596 +-
 .../lib/lexer/test/join/JoinSectionsMod2Test.java  |      145 +-
 .../test/join/JoinSectionsPositioningTest.java     |      270 +-
 .../lexer/test/simple/SimpleLanguageProvider.java  |       18 +-
 .../lib/lexer/test/simple/SimpleLexerIncTest.java  |      467 +-
 .../test/state/InvalidLexerOperationTest.java      |       63 +-
 .../lib/lexer/test/state/StateLexerIncTest.java    |       57 +-
 .../src/org/netbeans/spi/lexer/LexerInputTest.java |      155 +
 lib.cvsclient/build.xml                            |       48 -
 lib.cvsclient/manifest.mf                          |        7 -
 lib.cvsclient/nbproject/project.properties         |       45 -
 lib.cvsclient/nbproject/project.xml                |       99 -
 .../org/netbeans/lib/cvsclient/Bundle.properties   |       48 -
 .../src/org/netbeans/lib/cvsclient/CVSRoot.java    |      735 -
 .../src/org/netbeans/lib/cvsclient/Client.java     |     1046 -
 .../org/netbeans/lib/cvsclient/ClientServices.java |      254 -
 .../netbeans/lib/cvsclient/admin/AdminHandler.java |      147 -
 .../lib/cvsclient/admin/DateComparator.java        |       92 -
 .../org/netbeans/lib/cvsclient/admin/Entry.java    |      603 -
 .../lib/cvsclient/admin/StandardAdminHandler.java  |      786 -
 .../lib/cvsclient/command/BasicCommand.java        |      571 -
 .../lib/cvsclient/command/BinaryBuilder.java       |       65 -
 .../lib/cvsclient/command/BuildableCommand.java    |      189 -
 .../netbeans/lib/cvsclient/command/Builder.java    |       57 -
 .../lib/cvsclient/command/Bundle.properties        |       70 -
 .../netbeans/lib/cvsclient/command/Command.java    |      299 -
 .../cvsclient/command/CommandAbortedException.java |       61 -
 .../lib/cvsclient/command/CommandException.java    |      148 -
 .../lib/cvsclient/command/CommandUtils.java        |       89 -
 .../command/DefaultFileInfoContainer.java          |      123 -
 .../lib/cvsclient/command/FileInfoContainer.java   |       59 -
 .../lib/cvsclient/command/GlobalOptions.java       |      649 -
 .../command/KeywordSubstitutionOptions.java        |       89 -
 .../cvsclient/command/PipedFileInformation.java    |      145 -
 .../lib/cvsclient/command/PipedFilesBuilder.java   |      199 -
 .../lib/cvsclient/command/RepositoryCommand.java   |      262 -
 .../cvsclient/command/TemporaryFileCreator.java    |       55 -
 .../org/netbeans/lib/cvsclient/command/Watch.java  |       98 -
 .../lib/cvsclient/command/WrapperUtils.java        |      173 -
 .../lib/cvsclient/command/add/AddBuilder.java      |      216 -
 .../lib/cvsclient/command/add/AddCommand.java      |      728 -
 .../lib/cvsclient/command/add/AddInformation.java  |       60 -
 .../command/annotate/AnnotateBuilder.java          |      166 -
 .../command/annotate/AnnotateCommand.java          |      300 -
 .../command/annotate/AnnotateInformation.java      |      204 -
 .../cvsclient/command/annotate/AnnotateLine.java   |      157 -
 .../command/annotate/RannotateCommand.java         |      386 -
 .../command/checkout/CheckoutCommand.java          |      893 -
 .../command/checkout/ModuleListBuilder.java        |      117 -
 .../command/checkout/ModuleListInformation.java    |      108 -
 .../cvsclient/command/commit/CommitBuilder.java    |      292 -
 .../cvsclient/command/commit/CommitCommand.java    |      575 -
 .../command/commit/CommitInformation.java          |       84 -
 .../lib/cvsclient/command/diff/DiffCommand.java    |      514 -
 .../cvsclient/command/diff/DiffInformation.java    |      278 -
 .../cvsclient/command/diff/SimpleDiffBuilder.java  |      282 -
 .../lib/cvsclient/command/edit/EditCommand.java    |      329 -
 .../cvsclient/command/editors/EditorsBuilder.java  |      172 -
 .../cvsclient/command/editors/EditorsCommand.java  |      183 -
 .../command/editors/EditorsFileInfoContainer.java  |       85 -
 .../cvsclient/command/export/ExportBuilder.java    |      112 -
 .../cvsclient/command/export/ExportCommand.java    |      515 -
 .../cvsclient/command/history/HistoryCommand.java  |      678 -
 .../cvsclient/command/importcmd/ImportBuilder.java |      120 -
 .../cvsclient/command/importcmd/ImportCommand.java |      581 -
 .../lib/cvsclient/command/log/LogBuilder.java      |      346 -
 .../lib/cvsclient/command/log/LogCommand.java      |      430 -
 .../lib/cvsclient/command/log/LogInformation.java  |      530 -
 .../lib/cvsclient/command/log/RlogCommand.java     |      493 -
 .../cvsclient/command/remove/RemoveBuilder.java    |      153 -
 .../cvsclient/command/remove/RemoveCommand.java    |      275 -
 .../command/remove/RemoveInformation.java          |       91 -
 .../cvsclient/command/status/StatusBuilder.java    |      311 -
 .../cvsclient/command/status/StatusCommand.java    |      218 -
 .../command/status/StatusInformation.java          |      379 -
 .../lib/cvsclient/command/tag/RtagCommand.java     |      414 -
 .../lib/cvsclient/command/tag/TagBuilder.java      |      126 -
 .../lib/cvsclient/command/tag/TagCommand.java      |      434 -
 .../cvsclient/command/unedit/UneditCommand.java    |      257 -
 .../cvsclient/command/update/UpdateBuilder.java    |      288 -
 .../cvsclient/command/update/UpdateCommand.java    |      737 -
 .../lib/cvsclient/command/watch/WatchCommand.java  |      237 -
 .../lib/cvsclient/command/watch/WatchMode.java     |      112 -
 .../command/watchers/WatchersBuilder.java          |      130 -
 .../command/watchers/WatchersCommand.java          |      180 -
 .../command/watchers/WatchersInformation.java      |      227 -
 .../lib/cvsclient/commandLine/BasicListener.java   |      121 -
 .../lib/cvsclient/commandLine/Bundle.properties    |       72 -
 .../lib/cvsclient/commandLine/CVSCommand.java      |      634 -
 .../lib/cvsclient/commandLine/CommandFactory.java  |      195 -
 .../netbeans/lib/cvsclient/commandLine/GetOpt.java |      445 -
 .../cvsclient/commandLine/ListenerProvider.java    |       64 -
 .../command/AbstractCommandProvider.java           |       90 -
 .../commandLine/command/Bundle.properties          |      243 -
 .../commandLine/command/CommandProvider.java       |      102 -
 .../lib/cvsclient/commandLine/command/Import.java  |      103 -
 .../lib/cvsclient/commandLine/command/add.java     |      100 -
 .../cvsclient/commandLine/command/annotate.java    |       99 -
 .../cvsclient/commandLine/command/checkout.java    |       93 -
 .../lib/cvsclient/commandLine/command/commit.java  |      254 -
 .../lib/cvsclient/commandLine/command/diff.java    |       99 -
 .../lib/cvsclient/commandLine/command/export.java  |      104 -
 .../commandLine/command/locbundlecheck.java        |      344 -
 .../lib/cvsclient/commandLine/command/log.java     |      100 -
 .../cvsclient/commandLine/command/rannotate.java   |       95 -
 .../lib/cvsclient/commandLine/command/remove.java  |       99 -
 .../lib/cvsclient/commandLine/command/rlog.java    |       95 -
 .../lib/cvsclient/commandLine/command/rtag.java    |      107 -
 .../lib/cvsclient/commandLine/command/status.java  |      107 -
 .../lib/cvsclient/commandLine/command/tag.java     |      111 -
 .../lib/cvsclient/commandLine/command/update.java  |      110 -
 .../cvsclient/connection/AbstractConnection.java   |      170 -
 .../connection/AuthenticationException.java        |      137 -
 .../lib/cvsclient/connection/Bundle.properties     |       54 -
 .../lib/cvsclient/connection/Connection.java       |      129 -
 .../cvsclient/connection/ConnectionFactory.java    |      124 -
 .../cvsclient/connection/ConnectionModifier.java   |       65 -
 .../lib/cvsclient/connection/ExtConnection.java    |      123 -
 .../lib/cvsclient/connection/GzipModifier.java     |       80 -
 .../lib/cvsclient/connection/LocalConnection.java  |      195 -
 .../cvsclient/connection/PServerConnection.java    |      487 -
 .../lib/cvsclient/connection/PasswordsFile.java    |      197 -
 .../lib/cvsclient/connection/Scrambler.java        |       60 -
 .../cvsclient/connection/StandardScrambler.java    |      330 -
 .../lib/cvsclient/event/BinaryMessageEvent.java    |       99 -
 .../netbeans/lib/cvsclient/event/CVSAdapter.java   |      122 -
 .../org/netbeans/lib/cvsclient/event/CVSEvent.java |       71 -
 .../netbeans/lib/cvsclient/event/CVSListener.java  |      111 -
 .../lib/cvsclient/event/EnhancedMessageEvent.java  |      124 -
 .../netbeans/lib/cvsclient/event/EventManager.java |      177 -
 .../lib/cvsclient/event/FileAddedEvent.java        |       83 -
 .../lib/cvsclient/event/FileInfoEvent.java         |       88 -
 .../lib/cvsclient/event/FileRemovedEvent.java      |       85 -
 .../lib/cvsclient/event/FileToRemoveEvent.java     |       85 -
 .../lib/cvsclient/event/FileUpdatedEvent.java      |       83 -
 .../netbeans/lib/cvsclient/event/MessageEvent.java |      180 -
 .../lib/cvsclient/event/ModuleExpansionEvent.java  |       88 -
 .../lib/cvsclient/event/TerminationEvent.java      |      105 -
 .../lib/cvsclient/file/DefaultFileHandler.java     |      558 -
 .../file/DefaultTransmitTextFilePreprocessor.java  |      153 -
 .../file/DefaultWriteTextFilePreprocessor.java     |      108 -
 .../netbeans/lib/cvsclient/file/FileDetails.java   |       91 -
 .../netbeans/lib/cvsclient/file/FileHandler.java   |      153 -
 .../org/netbeans/lib/cvsclient/file/FileMode.java  |       75 -
 .../lib/cvsclient/file/FileReadOnlyHandler.java    |       60 -
 .../netbeans/lib/cvsclient/file/FileStatus.java    |      178 -
 .../org/netbeans/lib/cvsclient/file/FileUtils.java |      191 -
 .../lib/cvsclient/file/GzippedFileHandler.java     |       71 -
 .../lib/cvsclient/file/OutputStreamProvider.java   |       57 -
 .../file/TransmitTextFilePreprocessor.java         |       70 -
 .../cvsclient/file/WindowsFileReadOnlyHandler.java |       81 -
 .../file/WriteRcsDiffFilePreprocessor.java         |      418 -
 .../cvsclient/file/WriteTextFilePreprocessor.java  |       58 -
 .../lib/cvsclient/request/ArgumentRequest.java     |      102 -
 .../lib/cvsclient/request/ArgumentxRequest.java    |       96 -
 .../lib/cvsclient/request/CaseRequest.java         |       73 -
 .../lib/cvsclient/request/CommandRequest.java      |       97 -
 .../lib/cvsclient/request/DirectoryRequest.java    |      109 -
 .../lib/cvsclient/request/EntryRequest.java        |      105 -
 .../cvsclient/request/ExpandModulesRequest.java    |       81 -
 .../lib/cvsclient/request/GlobalOptionRequest.java |       87 -
 .../cvsclient/request/GzipFileContentsRequest.java |       91 -
 .../lib/cvsclient/request/GzipStreamRequest.java   |      119 -
 .../lib/cvsclient/request/IsModifiedRequest.java   |       70 -
 .../lib/cvsclient/request/KoptRequest.java         |       70 -
 .../lib/cvsclient/request/ModifiedRequest.java     |      106 -
 .../lib/cvsclient/request/NotifyRequest.java       |      119 -
 .../lib/cvsclient/request/QuestionableRequest.java |       89 -
 .../netbeans/lib/cvsclient/request/Request.java    |      107 -
 .../lib/cvsclient/request/RootRequest.java         |       87 -
 .../netbeans/lib/cvsclient/request/SetRequest.java |       81 -
 .../lib/cvsclient/request/StickyRequest.java       |       90 -
 .../lib/cvsclient/request/UnchangedRequest.java    |       98 -
 .../request/UnconfiguredRequestException.java      |       62 -
 .../lib/cvsclient/request/UseUnchangedRequest.java |       71 -
 .../cvsclient/request/ValidRequestsRequest.java    |       73 -
 .../cvsclient/request/ValidResponsesRequest.java   |       78 -
 .../lib/cvsclient/request/WrapperSendRequest.java  |       74 -
 .../lib/cvsclient/response/Bundle.properties       |       10 -
 .../lib/cvsclient/response/CheckedInResponse.java  |      133 -
 .../response/ClearStaticDirectoryResponse.java     |      102 -
 .../cvsclient/response/ClearStickyResponse.java    |       97 -
 .../lib/cvsclient/response/CopyFileResponse.java   |      102 -
 .../lib/cvsclient/response/CreatedResponse.java    |       55 -
 .../cvsclient/response/ErrorMessageResponse.java   |      108 -
 .../lib/cvsclient/response/ErrorResponse.java      |       90 -
 .../lib/cvsclient/response/MergedResponse.java     |       99 -
 .../cvsclient/response/MessageBinaryResponse.java  |      111 -
 .../lib/cvsclient/response/MessageResponse.java    |      111 -
 .../cvsclient/response/MessageTaggedResponse.java  |       89 -
 .../lib/cvsclient/response/ModTimeResponse.java    |      132 -
 .../response/ModuleExpansionResponse.java          |       93 -
 .../lib/cvsclient/response/NewEntryResponse.java   |      105 -
 .../lib/cvsclient/response/NotifiedResponse.java   |       85 -
 .../lib/cvsclient/response/OKResponse.java         |       81 -
 .../lib/cvsclient/response/RcsDiffResponse.java    |      230 -
 .../cvsclient/response/RemoveEntryResponse.java    |       95 -
 .../lib/cvsclient/response/RemovedResponse.java    |      110 -
 .../netbeans/lib/cvsclient/response/Response.java  |       72 -
 .../lib/cvsclient/response/ResponseException.java  |       70 -
 .../lib/cvsclient/response/ResponseFactory.java    |      146 -
 .../lib/cvsclient/response/ResponseServices.java   |      191 -
 .../response/SetStaticDirectoryResponse.java       |       99 -
 .../lib/cvsclient/response/SetStickyResponse.java  |      112 -
 .../lib/cvsclient/response/SpecialResponses.java   |       90 -
 .../lib/cvsclient/response/TemplateResponse.java   |      163 -
 .../lib/cvsclient/response/UpdatedResponse.java    |      252 -
 .../cvsclient/response/ValidRequestsResponse.java  |       93 -
 .../cvsclient/response/WrapperSendResponse.java    |      142 -
 .../org/netbeans/lib/cvsclient/util/BugLog.java    |       97 -
 .../lib/cvsclient/util/BundleUtilities.java        |       86 -
 .../org/netbeans/lib/cvsclient/util/ByteArray.java |       99 -
 .../cvsclient/util/DefaultIgnoreFileFilter.java    |      190 -
 .../lib/cvsclient/util/IgnoreFileFilter.java       |       65 -
 .../lib/cvsclient/util/LoggedDataInputStream.java  |      236 -
 .../lib/cvsclient/util/LoggedDataOutputStream.java |      136 -
 .../org/netbeans/lib/cvsclient/util/Logger.java    |      196 -
 .../lib/cvsclient/util/SimpleStringPattern.java    |      303 -
 .../netbeans/lib/cvsclient/util/StringPattern.java |       58 -
 lib.cvsclient/test/data/iz50963/about.txt          |       18 -
 .../src/complete/AdditionalCommands.java           |      822 -
 .../qa-functional/src/complete/BasicCommands.java  |      374 -
 .../test/qa-functional/src/complete/JCVSStub.java  |      361 -
 .../AdditionalCommands/testAnnotateDirectory.pass  |       31 -
 .../testAnnotateDirectoryRecursive.pass            |      209 -
 .../AdditionalCommands/testAnnotateFileFull.pass   |      178 -
 .../AdditionalCommands/testAnnotateFileStrict.pass |       29 -
 .../AdditionalCommands/testAnnotateForce.pass      |      475 -
 .../AdditionalCommands/testDiffDirectory.pass      |       21 -
 .../AdditionalCommands/testDiffFile1Revision.pass  |      113 -
 .../AdditionalCommands/testDiffFile2Revisions.pass |       88 -
 .../AdditionalCommands/testDiffFileFormat.pass     |       49 -
 .../AdditionalCommands/testDiffFileIgnore.pass     |      288 -
 .../AdditionalCommands/testLogDirectory.pass       |        2 -
 .../testLogDirectoryRecursive.pass                 |       40 -
 .../AdditionalCommands/testLogFileFull.pass        |       21 -
 .../AdditionalCommands/testLogFileStrict.pass      |        9 -
 .../AdditionalCommands/testStatusDirectory.pass    |        2 -
 .../testStatusDirectoryRecursive.pass              |       21 -
 .../AdditionalCommands/testStatusFile.pass         |       11 -
 .../testStatusFileIncludeTags.pass                 |       10 -
 .../BasicCommands/testAddDirectoryRecursive.pass   |        9 -
 .../BasicCommands/testAddKeywordSubstitution.pass  |        3 -
 .../testAddNoKeywordSubstitution.pass              |        3 -
 .../data/goldenfiles/BasicCommands/testTagAdd.pass |       11 -
 .../BasicCommands/testTagByRevision.pass           |       10 -
 .../goldenfiles/BasicCommands/testTagDelete.pass   |       19 -
 .../BasicCommands/testTagDirectory.pass            |       23 -
 .../goldenfiles/BasicCommands/testTagForce.pass    |       45 -
 .../site-specific/JavaCVSValidationTest.properties |       55 -
 .../JavaCVSValidationTest_home.properties          |       55 -
 .../src/validation/JavaCVSValidationTest.java      |     1805 -
 .../src/validation/ResBundlesInfo.txt              |      101 -
 .../JavaCVSValidationTest/testDiff.pass            |       15 -
 .../goldenfiles/JavaCVSValidationTest/testLog.pass |       24 -
 .../JavaCVSValidationTest/testStatus.pass          |        9 -
 .../src/org/netbeans/lib/cvsclient/AddTest.java    |      144 -
 .../org/netbeans/lib/cvsclient/CVSRootTest.java    |      181 -
 .../org/netbeans/lib/cvsclient/CheckoutTest.java   |      139 -
 .../src/org/netbeans/lib/cvsclient/CommitTest.java |      160 -
 .../netbeans/lib/cvsclient/ErrorHandlingTest.java  |      130 -
 .../netbeans/lib/cvsclient/PseudoCvsServer.java    |      369 -
 .../src/org/netbeans/lib/cvsclient/RlogTest.java   |      144 -
 .../src/org/netbeans/lib/cvsclient/TestKit.java    |       80 -
 .../cvsclient/admin/StandardAdminHandlerTest.java  |      168 -
 .../src/org/netbeans/lib/cvsclient/package.html    |        5 -
 lib.nbjavac/build.xml                              |        5 +
 lib.nbjavac/manifest.mf                            |        5 +
 lib.nbjavac/nbproject/project.properties           |        5 +
 lib.nbjavac/nbproject/project.xml                  |       43 +
 .../src/org/netbeans/lib/nbjavac/Bundle.properties |        1 +
 .../netbeans/lib/nbjavac/services/CancelAbort.java |       52 +
 .../lib/nbjavac/services/CancelService.java        |       76 +
 .../org/netbeans/lib/nbjavac/services/NBAttr.java  |       85 +
 .../lib/nbjavac/services/NBClassReader.java        |      144 +
 .../lib/nbjavac/services/NBClassWriter.java        |      215 +
 .../org/netbeans/lib/nbjavac/services/NBEnter.java |       76 +
 .../lib/nbjavac/services/NBJavacTrees.java         |       83 +
 .../lib/nbjavac/services/NBJavadocEnter.java       |      102 +
 .../lib/nbjavac/services/NBJavadocMemberEnter.java |       93 +
 .../lib/nbjavac/services/NBMemberEnter.java        |       92 +
 .../netbeans/lib/nbjavac/services/NBMessager.java  |      138 +
 .../org/netbeans/lib/nbjavac/services/NBNames.java |       91 +
 .../lib/nbjavac/services/NBParserFactory.java      |      332 +
 .../netbeans/lib/nbjavac/services/NBResolve.java   |       98 +
 .../netbeans/lib/nbjavac/services/NBTreeMaker.java |      118 +
 .../lib/nbjavac/services/PartialReparser.java      |      158 +
 .../nbjavac/services/AnonymousNumberingTest.java   |      166 +
 .../lib/nbjavac/services/CouplingTest.java         |      200 +
 .../lib/nbjavac/services/NBClassWriterTest.java    |      145 +
 .../netbeans/lib/nbjavac/services/Utilities.java   |      115 +
 lib.profiler.charts/manifest.mf                    |        2 +-
 .../lib/profiler/charts/axis/TimeAxisUtils.java    |       10 +-
 .../charts/axis/TimelineMarksComputer.java         |        4 +-
 .../canvas/TransformableCanvasComponent.java       |        4 +-
 .../profiler/charts/swing/CrossBorderLayout.java   |        2 +-
 .../netbeans/lib/profiler/charts/swing/Utils.java  |        5 +-
 lib.profiler.common/manifest.mf                    |        2 +-
 lib.profiler.common/nbproject/project.xml          |       18 +-
 .../org/netbeans/lib/profiler/common/Profiler.java |      160 +-
 .../lib/profiler/common/ProfilingSettings.java     |      146 +-
 .../profiler/common/ProfilingSettingsPresets.java  |       10 +-
 .../lib/profiler/common/SessionSettings.java       |       39 +-
 .../common/event/ProfilingStateAdapter.java        |       71 +
 .../common/event/ProfilingStateListener.java       |        4 +
 .../common/event/SimpleProfilingStateAdapter.java  |       72 +
 .../profiler/common/filters/DefinedFilterSets.java |        7 +-
 .../lib/profiler/common/filters/FilterSet.java     |       13 +-
 .../lib/profiler/common/filters/GlobalFilters.java |        7 +-
 .../lib/profiler/common/filters/SimpleFilter.java  |        7 +-
 .../profiler/common/integration/Bundle.properties  |       14 +-
 .../common/integration/IntegrationUtils.java       |      187 +-
 lib.profiler.ui/manifest.mf                        |        2 +-
 lib.profiler.ui/nbproject/project.xml              |       45 +-
 .../org/netbeans/lib/profiler/ui/Bundle.properties |        2 +
 .../org/netbeans/lib/profiler/ui/Formatters.java   |      102 +
 .../profiler/ui/LiveResultsWindowContributor.java  |       93 +
 .../org/netbeans/lib/profiler/ui/ResultsPanel.java |        5 +-
 .../org/netbeans/lib/profiler/ui/ResultsView.java  |      303 +
 .../org/netbeans/lib/profiler/ui/SwingWorker.java  |      143 +-
 .../org/netbeans/lib/profiler/ui/UIConstants.java  |        2 +
 .../src/org/netbeans/lib/profiler/ui/UIUtils.java  |      103 +-
 .../profiler/ui/charts/AbstractBarChartModel.java  |       35 +-
 .../profiler/ui/charts/AbstractPieChartModel.java  |       34 +-
 .../netbeans/lib/profiler/ui/charts/BarChart.java  |        4 +-
 .../profiler/ui/charts/DynamicPieChartModel.java   |        3 -
 .../netbeans/lib/profiler/ui/charts/PieChart.java  |       21 +-
 .../lib/profiler/ui/charts/xy/ProfilerXYChart.java |       33 +-
 .../ui/charts/xy/ProfilerXYTooltipPainter.java     |        3 +-
 .../lib/profiler/ui/components/Bundle.properties   |       19 +-
 .../lib/profiler/ui/components/CellTipManager.java |       21 +-
 .../profiler/ui/components/ComponentMorpher.java   |       22 +-
 .../profiler/ui/components/FilterComponent.java    |     1285 +-
 .../lib/profiler/ui/components/HTMLLabel.java      |        7 +
 .../lib/profiler/ui/components/HTMLTextArea.java   |       32 +-
 .../lib/profiler/ui/components/JCheckTree.java     |       32 +-
 .../profiler/ui/components/JExtendedSpinner.java   |       12 +
 .../lib/profiler/ui/components/JExtendedTable.java |       23 +-
 .../lib/profiler/ui/components/JExtendedTree.java  |       17 +-
 .../lib/profiler/ui/components/JTitledPanel.java   |      158 +-
 .../lib/profiler/ui/components/JTreeTable.java     |       69 +-
 .../lib/profiler/ui/components/NoCaret.java        |       75 +
 .../lib/profiler/ui/components/PopupButton.java    |      316 -
 .../profiler/ui/components/ProfilerToolbar.java    |      235 +
 .../lib/profiler/ui/components/SnippetPanel.java   |       17 +-
 .../ui/components/table/DiffBarCellRenderer.java   |        2 -
 .../ui/components/table/ExtendedTableModel.java    |        5 +-
 .../ui/components/table/JExtendedTablePanel.java   |        8 +-
 .../table/LabelBracketTableCellRenderer.java       |        2 +-
 .../table/MethodNameTableCellRenderer.java         |        4 +-
 .../ui/components/table/SortableTableModel.java    |        7 +-
 .../ui/components/tree/CheckTreeCellRenderer.java  |        6 +
 .../profiler/ui/components/tree/CheckTreeNode.java |       11 +-
 .../components/tree/EnhancedTreeCellRenderer.java  |        5 +-
 .../tree/MethodNameTreeCellRenderer.java           |       55 +-
 .../treetable/ExtendedTreeTableModel.java          |        3 +
 .../ui/components/treetable/JTreeTablePanel.java   |       60 +-
 .../treetable/TreeTableModelAdapter.java           |      148 +-
 .../netbeans/lib/profiler/ui/cpu/Bundle.properties |       42 +-
 .../netbeans/lib/profiler/ui/cpu/CCTDisplay.java   |      248 +-
 .../lib/profiler/ui/cpu/CPUResultsPanel.java       |       37 +-
 .../lib/profiler/ui/cpu/CodeRegionLivePanel.java   |        4 +-
 .../profiler/ui/cpu/CodeRegionSnapshotPanel.java   |        4 +-
 .../lib/profiler/ui/cpu/CombinedPanel.java         |       20 +
 .../lib/profiler/ui/cpu/DiffCCTDisplay.java        |      100 +
 .../lib/profiler/ui/cpu/DiffFlatProfilePanel.java  |      121 +
 .../lib/profiler/ui/cpu/FlatProfilePanel.java      |      221 +-
 .../ui/cpu/LiveFlatProfileCollectorPanel.java      |       71 +-
 .../lib/profiler/ui/cpu/LiveFlatProfilePanel.java  |       88 +-
 .../lib/profiler/ui/cpu/ReverseCallGraphPanel.java |      120 +-
 .../profiler/ui/cpu/SnapshotCPUResultsPanel.java   |        4 +-
 .../profiler/ui/cpu/SnapshotFlatProfilePanel.java  |       71 +-
 .../lib/profiler/ui/cpu/StatisticsPanel.java       |       85 +-
 .../lib/profiler/ui/cpu/SubtreeCallGraphPanel.java |      113 +-
 .../ui/cpu/statistics/StatisticalModule.java       |       39 +-
 .../cpu/statistics/StatisticalModuleContainer.java |        4 +-
 .../ui/graphs/AllocationsHistoryGraphPanel.java    |       14 +-
 .../netbeans/lib/profiler/ui/graphs/GraphsUI.java  |        7 +-
 .../ui/graphs/LivenessHistoryGraphPanel.java       |       14 +-
 .../lib/profiler/ui/graphs/MemoryGraphPanel.java   |       14 +-
 .../ui/graphs/SurvivingGenerationsGraphPanel.java  |       14 +-
 .../lib/profiler/ui/graphs/ThreadsGraphPanel.java  |       14 +-
 .../lib/profiler/ui/locks/Bundle.properties        |       55 +
 .../lib/profiler/ui/locks/LockContentionPanel.java |      875 +
 .../ui/locks/LockContentionTreeCellRenderer.java   |      134 +
 .../lib/profiler/ui/memory/AllocResultsPanel.java  |       12 +-
 .../lib/profiler/ui/memory/Bundle.properties       |       27 +-
 .../profiler/ui/memory/DiffAllocResultsPanel.java  |       43 +-
 .../ui/memory/DiffLivenessResultsPanel.java        |       17 +-
 .../ui/memory/DiffSampledResultsPanel.java         |      270 +
 .../profiler/ui/memory/LiveAllocResultsPanel.java  |       60 +-
 .../ui/memory/LiveLivenessResultsPanel.java        |      148 +-
 .../ui/memory/LiveReverseMemCallGraphPanel.java    |        1 +
 .../ui/memory/LiveSampledResultsPanel.java         |      389 +
 .../profiler/ui/memory/LivenessResultsPanel.java   |       56 +-
 .../lib/profiler/ui/memory/MemoryResultsPanel.java |       70 +-
 .../ui/memory/ReverseMemCallGraphPanel.java        |       54 +-
 .../profiler/ui/memory/SampledResultsPanel.java    |      529 +
 .../ui/memory/SnapshotAllocResultsPanel.java       |       49 +-
 .../ui/memory/SnapshotLivenessResultsPanel.java    |       19 +-
 .../memory/SnapshotReverseMemCallGraphPanel.java   |       50 +-
 .../ui/memory/SnapshotSampledResultsPanel.java     |      268 +
 .../lib/profiler/ui/resources/clearFilter.png      |      Bin 950 -> 0 bytes
 .../lib/profiler/ui/resources/infoIcon.png         |      Bin 694 -> 0 bytes
 .../netbeans/lib/profiler/ui/resources/threads.png |      Bin 408 -> 0 bytes
 .../netbeans/lib/profiler/ui/resources/zoom.png    |      Bin 633 -> 0 bytes
 .../lib/profiler/ui/swing/HeaderComponent.java     |      158 +
 .../lib/profiler/ui/swing/ProfilerColumnModel.java |      371 +
 .../lib/profiler/ui/swing/ProfilerRowSorter.java   |      174 +
 .../lib/profiler/ui/swing/ProfilerTable.java       |      711 +
 .../profiler/ui/swing/ProfilerTableActions.java    |      251 +
 .../profiler/ui/swing/ProfilerTableContainer.java  |      373 +
 .../lib/profiler/ui/swing/ProfilerTableHover.java  |      423 +
 .../ui/swing/renderer/BaseDetailsRenderer.java     |      168 +
 .../profiler/ui/swing/renderer/BaseRenderer.java   |      268 +
 .../profiler/ui/swing/renderer/LabelRenderer.java  |      425 +
 .../lib/profiler/ui/swing/renderer/Movable.java    |       56 +
 .../ui/swing/renderer/NumberPercentRenderer.java   |       89 +
 .../profiler/ui/swing/renderer/NumberRenderer.java |       78 +
 .../ui/swing/renderer/ProfilerRenderer.java        |       61 +
 .../lib/profiler/ui/threads/Bundle.properties      |      109 +-
 .../ui/threads/CustomTimeLineViewport.java         |      134 -
 .../lib/profiler/ui/threads/NameStateRenderer.java |       82 +
 .../ui/threads/ThreadDetailsComponent.java         |     1280 -
 .../ui/threads/ThreadNameCellRenderer.java         |      149 -
 .../ui/threads/ThreadStateCellRenderer.java        |      299 -
 .../ui/threads/ThreadStateHeaderRenderer.java      |      245 -
 .../lib/profiler/ui/threads/ThreadStateIcon.java   |       27 +-
 .../profiler/ui/threads/ThreadTimeRelRenderer.java |       68 +
 .../profiler/ui/threads/ThreadsDetailsPanel.java   |      747 -
 .../lib/profiler/ui/threads/ThreadsPanel.java      |     1393 +-
 .../lib/profiler/ui/threads/ThreadsTablePanel.java |      762 -
 .../lib/profiler/ui/threads/TimeLineUtils.java     |      334 -
 .../ui/threads/TimelineHeaderRenderer.java         |      151 +
 .../lib/profiler/ui/threads/TimelineRenderer.java  |      120 +
 .../lib/profiler/ui/threads/ViewManager.java       |      464 +
 .../netbeans/lib/profiler/ui/SwingWorkerTest.java  |      283 +
 lib.profiler/build.xml                             |        1 +
 lib.profiler/manifest.mf                           |        2 +-
 lib.profiler/native/build/buildnative-hpux.sh      |       42 +
 lib.profiler/native/build/buildnative-hpux64.sh    |       42 +
 lib.profiler/native/build/buildnative-linux-cvm.sh |       42 +
 lib.profiler/native/build/buildnative-linux.sh     |       42 +
 lib.profiler/native/build/buildnative-linux64.sh   |       42 +
 lib.profiler/native/build/buildnative-linuxarm.sh  |       71 +
 lib.profiler/native/build/buildnative-mac.sh       |       42 +
 .../native/build/buildnative-solaris-cvm.sh        |       43 +
 lib.profiler/native/build/buildnative-solaris.sh   |       42 +
 lib.profiler/native/build/buildnative-solaris64.sh |       42 +
 .../native/build/buildnative-windows-15.bat        |       43 +-
 .../native/build/buildnative-windows-16.bat        |       45 +-
 .../native/build/buildnative-windows-cvm-arm.bat   |       41 +
 .../native/build/buildnative-windows-cvm.bat       |       41 +
 .../native/build/buildnative-windows64-15.bat      |       43 +-
 .../native/build/buildnative-windows64-16.bat      |       45 +-
 lib.profiler/native/build/generate-headers-15.bat  |       42 +
 lib.profiler/native/src-jdk15/Classes.c            |        4 +-
 lib.profiler/native/src-jdk15/HeapDump.c           |        8 +-
 lib.profiler/native/src-jdk15/Stacks.c             |       72 +
 lib.profiler/native/src-jdk15/Threads.c            |       59 +-
 lib.profiler/native/src-jdk15/Threads.h            |       51 +
 lib.profiler/native/src-jdk15/attach.c             |        2 +-
 lib.profiler/native/src-jdk15/class_file_cache.c   |      350 +-
 lib.profiler/native/src-jdk15/common_functions.c   |       15 +-
 lib.profiler/native/src-jdk15/common_functions.h   |        2 +
 ...g_netbeans_lib_profiler_server_system_Classes.h |       17 +
 ...rg_netbeans_lib_profiler_server_system_Stacks.h |       40 +-
 lib.profiler/native/src-jdk15/windows/version.h    |       10 +-
 lib.profiler/nbproject/project.properties          |       12 +-
 lib.profiler/nbproject/project.xml                 |       16 +-
 .../jdk15/windows-amd64/profilerinterface.map      |      168 +-
 .../deployed/jdk15/windows/profilerinterface.map   |      198 +-
 .../jdk16/windows-amd64/profilerinterface.map      |      314 +-
 .../deployed/jdk16/windows/profilerinterface.map   |      304 +-
 lib.profiler/release/remote-pack-defs/README.txt   |        4 +-
 lib.profiler/release/remote-pack-defs/build.xml    |       39 +-
 .../release/remote-pack-defs/calibrate-15.bat      |       42 +
 .../release/remote-pack-defs/calibrate-15.sh       |       42 +
 .../release/remote-pack-defs/calibrate-16.sh       |       42 +
 .../remote-pack-defs/calibrate-linux-cvm.sh        |       42 +
 .../release/remote-pack-defs/calibrate-mac-15.sh   |       42 +
 .../remote-pack-defs/calibrate-solaris64-15.sh     |       42 +
 .../release/remote-pack-defs/calibrate-win-cvm.bat |       42 +
 .../release/remote-pack-defs/nb-profile-15.bat     |       42 +
 .../remote-pack-defs/nb-profile-amd64-15.bat       |       42 +
 .../release/remote-pack-defs/profile-linux-15.sh   |       42 +
 .../release/remote-pack-defs/profile-linux-16.sh   |       42 +
 .../release/remote-pack-defs/profile-linux-cvm.sh  |       42 +
 .../remote-pack-defs/profile-linuxamd64-15.sh      |       42 +
 .../remote-pack-defs/profile-linuxamd64-16.sh      |       42 +
 .../remote-pack-defs/profile-linuxarm-16.sh        |       59 +
 .../remote-pack-defs/profile-linuxarmvfphflt-16.sh |       59 +
 .../release/remote-pack-defs/profile-mac-15.sh     |       42 +
 .../release/remote-pack-defs/profile-mac-16.sh     |       42 +
 .../remote-pack-defs/profile-solamd64-15.sh        |       42 +
 .../remote-pack-defs/profile-solamd64-16.sh        |       42 +
 .../remote-pack-defs/profile-solsparc-15.sh        |       42 +
 .../remote-pack-defs/profile-solsparc-16.sh        |       42 +
 .../remote-pack-defs/profile-solsparcv9-15.sh      |       42 +
 .../remote-pack-defs/profile-solsparcv9-16.sh      |       42 +
 .../release/remote-pack-defs/profile-solx86-15.sh  |       42 +
 .../release/remote-pack-defs/profile-solx86-16.sh  |       42 +
 .../release/remote-pack-defs/profile-win-15.bat    |       42 +
 .../release/remote-pack-defs/profile-win-16.bat    |       42 +
 .../release/remote-pack-defs/profile-win-cvm.bat   |       42 +
 .../remote-pack-defs/profile-winamd64-15.bat       |       42 +
 .../remote-pack-defs/profile-winamd64-16.bat       |       42 +
 .../lib/profiler/server/system/Classes.java        |        4 +-
 .../lib/profiler/server/system/HeapDump.java       |        2 +-
 .../lib/profiler/server/system/Histogram.java      |       60 +
 .../lib/profiler/server/ProfilerActivate15.java    |       12 +-
 .../lib/profiler/server/system/Classes.java        |        6 +-
 .../lib/profiler/server/system/HeapDump.java       |        8 +-
 .../lib/profiler/server/system/Histogram.java      |      145 +
 ...profiler.results.cpu.CPUProfilingResultListener |        3 +-
 ...filer.results.locks.LockProfilingResultListener |        1 +
 ...r.results.memory.MemoryProfilingResultsListener |        3 +-
 .../org/netbeans/lib/profiler/Bundle.properties    |        7 +-
 .../org/netbeans/lib/profiler/ProfilerClient.java  |      345 +-
 .../lib/profiler/ProfilerEngineSettings.java       |       18 +
 .../org/netbeans/lib/profiler/ProfilerLogger.java  |        1 -
 .../org/netbeans/lib/profiler/TargetAppRunner.java |      137 +-
 .../lib/profiler/classfile/ClassFileParser.java    |        7 +-
 .../netbeans/lib/profiler/classfile/ClassInfo.java |       17 +-
 .../netbeans/lib/profiler/classfile/ClassPath.java |        2 +-
 .../lib/profiler/classfile/ClassRepository.java    |       46 +-
 .../lib/profiler/classfile/DynamicClassInfo.java   |       11 +-
 .../lib/profiler/classfile/SameNameClassGroup.java |        5 +-
 .../lib/profiler/client/AppStatusHandler.java      |        7 +-
 .../netbeans/lib/profiler/client/ClientUtils.java  |      120 +-
 .../lib/profiler/client/MonitoredData.java         |       26 +-
 .../profiler/client/ProfilingPointsProcessor.java  |        4 +
 .../netbeans/lib/profiler/global/Bundle.properties |        3 +-
 .../lib/profiler/global/CalibrationDataFileIO.java |        8 +-
 .../lib/profiler/global/CommonConstants.java       |       65 +-
 .../lib/profiler/global/InstrumentationFilter.java |       21 +-
 .../org/netbeans/lib/profiler/global/Platform.java |       67 +-
 .../global/ProfilingPointServerHandler.java        |      107 -
 .../profiler/global/ProfilingSessionStatus.java    |        4 +-
 .../lib/profiler/global/TransactionalSupport.java  |       14 +-
 .../lib/profiler/heap/AbstractLongMap.java         |       15 +-
 .../org/netbeans/lib/profiler/heap/ArrayDump.java  |        2 +-
 .../netbeans/lib/profiler/heap/ArrayItemValue.java |        2 +-
 .../org/netbeans/lib/profiler/heap/ClassDump.java  |       64 +-
 .../lib/profiler/heap/ClassDumpInstance.java       |        8 +-
 .../lib/profiler/heap/ClassDumpSegment.java        |        2 +-
 .../netbeans/lib/profiler/heap/DominatorTree.java  |      142 +-
 .../src/org/netbeans/lib/profiler/heap/Field.java  |        2 +-
 .../org/netbeans/lib/profiler/heap/FieldValue.java |        2 +-
 .../src/org/netbeans/lib/profiler/heap/Heap.java   |        2 +-
 .../netbeans/lib/profiler/heap/HeapFactory.java    |        2 +-
 .../netbeans/lib/profiler/heap/HeapProgress.java   |       15 +-
 .../netbeans/lib/profiler/heap/HeapSummary.java    |        2 +-
 .../lib/profiler/heap/HprofArrayValue.java         |        4 +-
 .../lib/profiler/heap/HprofByteBuffer.java         |        2 +-
 .../lib/profiler/heap/HprofFileBuffer.java         |        4 +-
 .../org/netbeans/lib/profiler/heap/HprofHeap.java  |       75 +-
 .../org/netbeans/lib/profiler/heap/HprofProxy.java |       65 +-
 .../org/netbeans/lib/profiler/heap/Instance.java   |       12 +-
 .../netbeans/lib/profiler/heap/InstanceDump.java   |        8 +-
 .../org/netbeans/lib/profiler/heap/JavaClass.java  |       18 +-
 .../lib/profiler/heap/JavaFrameGCRoot.java         |        2 +-
 .../lib/profiler/heap/LoadClassSegment.java        |        3 -
 .../org/netbeans/lib/profiler/heap/LongBuffer.java |       17 +-
 .../netbeans/lib/profiler/heap/LongHashMap.java    |      579 +
 .../org/netbeans/lib/profiler/heap/LongMap.java    |       43 +-
 .../netbeans/lib/profiler/heap/NearestGCRoot.java  |       10 +-
 .../org/netbeans/lib/profiler/heap/NumberList.java |       70 +-
 .../lib/profiler/heap/ObjectArrayDump.java         |        4 +-
 .../lib/profiler/heap/PrimitiveArrayDump.java      |        5 +-
 .../lib/profiler/heap/StackFrameSegment.java       |        3 -
 .../lib/profiler/heap/StackTraceSegment.java       |        4 -
 .../netbeans/lib/profiler/heap/StringSegment.java  |       21 +-
 .../org/netbeans/lib/profiler/heap/Summary.java    |        3 -
 .../lib/profiler/heap/ThreadObjectGCRoot.java      |        2 +-
 .../org/netbeans/lib/profiler/heap/TreeObject.java |       12 +-
 .../src/org/netbeans/lib/profiler/heap/Type.java   |        2 +-
 .../src/org/netbeans/lib/profiler/heap/Value.java  |        2 +-
 .../lib/profiler/instrumentation/ClassManager.java |        6 +-
 .../profiler/instrumentation/ClassRewriter.java    |        1 +
 .../CodeRegionMethodInstrumentor.java              |       13 +-
 .../lib/profiler/instrumentation/Instrumentor.java |        8 +-
 .../instrumentation/JavaClassConstants.java        |        8 +-
 .../ObjLivenessInstrCallsInjector.java             |       10 +-
 .../RecursiveMethodInstrumentor.java               |       49 +-
 .../RecursiveMethodInstrumentor1.java              |       16 +-
 .../RecursiveMethodInstrumentor2.java              |       10 +-
 .../RecursiveMethodInstrumentor3.java              |        9 +-
 .../org/netbeans/lib/profiler/jps/JpsProxy.java    |        2 +-
 .../org/netbeans/lib/profiler/jps/RunningVM.java   |        9 +
 .../lib/profiler/marker/CompositeMarker.java       |        1 -
 .../results/AbstractDataFrameProcessor.java        |       84 +-
 .../lib/profiler/results/BaseCallGraphBuilder.java |       59 +-
 .../lib/profiler/results/Bundle.properties         |        2 +
 .../netbeans/lib/profiler/results/CCTProvider.java |        2 +-
 .../netbeans/lib/profiler/results/DataManager.java |        4 -
 .../lib/profiler/results/EventBufferProcessor.java |       10 +-
 .../results/EventBufferResultsProvider.java        |        9 +-
 .../lib/profiler/results/ExportDataDumper.java     |       33 +-
 .../lib/profiler/results/FilterSortSupport.java    |      120 +
 .../results/ProfilingResultsDispatcher.java        |      143 +-
 .../profiler/results/ProfilingResultsProvider.java |        2 +-
 .../lib/profiler/results/RuntimeCCTNode.java       |        1 +
 .../profiler/results/RuntimeCCTNodeProcessor.java  |      251 +
 .../cpu/AllThreadsMergedCPUCCTContainer.java       |        8 +-
 .../lib/profiler/results/cpu/CPUCCTContainer.java  |       49 +-
 .../profiler/results/cpu/CPUCallGraphBuilder.java  |      236 +-
 .../results/cpu/CPUDataFrameProcessor.java         |      563 +-
 .../results/cpu/CPUProfilingResultListener.java    |       16 +-
 .../lib/profiler/results/cpu/CPUResultsDiff.java   |      169 +
 .../profiler/results/cpu/CPUResultsSnapshot.java   |      181 +-
 .../results/cpu/CPUSamplingDataFrameProcessor.java |      323 +
 .../lib/profiler/results/cpu/DiffCPUCCTNode.java   |      258 +
 .../results/cpu/DiffFlatProfileContainer.java      |      186 +
 .../profiler/results/cpu/FlatProfileBuilder.java   |       31 +-
 .../profiler/results/cpu/FlatProfileContainer.java |      262 +-
 .../results/cpu/FlatProfileContainerBacked.java    |       12 +-
 .../results/cpu/FlatProfileContainerFree.java      |       14 +-
 .../lib/profiler/results/cpu/MethodInfo.java       |      126 -
 .../lib/profiler/results/cpu/MethodInfoMapper.java |       41 +
 .../profiler/results/cpu/PrestimeCPUCCTNode.java   |       45 +-
 .../results/cpu/PrestimeCPUCCTNodeBacked.java      |      241 +-
 .../results/cpu/PrestimeCPUCCTNodeFree.java        |       55 +-
 .../results/cpu/StackTraceSnapshotBuilder.java     |      266 +-
 .../lib/profiler/results/cpu/ThreadInfo.java       |       41 +
 .../lib/profiler/results/cpu/ThreadInfos.java      |        2 +-
 .../lib/profiler/results/cpu/cct/CCTFlattener.java |      207 +-
 .../profiler/results/cpu/cct/CCTResultsFilter.java |       29 +-
 .../results/cpu/cct/CPUCCTNodeFactory.java         |       86 -
 .../profiler/results/cpu/cct/CPUCCTVisitor.java    |       73 -
 .../results/cpu/cct/CPUCCTVisitorAdapter.java      |       95 -
 .../lib/profiler/results/cpu/cct/CPUCCTWalker.java |       96 -
 .../results/cpu/cct/CompositeCPUCCTWalker.java     |      188 -
 .../results/cpu/cct/RuntimeCPUCCTNodeVisitor.java  |       69 -
 .../cpu/cct/RuntimeCPUCCTNodeVisitorAdaptor.java   |       74 -
 .../profiler/results/cpu/cct/TimeCollector.java    |       24 +-
 .../results/cpu/cct/nodes/BaseCPUCCTNode.java      |       79 +-
 .../results/cpu/cct/nodes/MarkedCPUCCTNode.java    |       45 +-
 .../results/cpu/cct/nodes/MethodCPUCCTNode.java    |       43 +-
 .../results/cpu/cct/nodes/RuntimeCPUCCTNode.java   |       20 -
 .../cpu/cct/nodes/ServletRequestCPUCCTNode.java    |       48 +-
 .../results/cpu/cct/nodes/SimpleCPUCCTNode.java    |       21 +-
 .../results/cpu/cct/nodes/ThreadCPUCCTNode.java    |       17 +-
 .../results/cpu/cct/nodes/TimedCPUCCTNode.java     |      167 +-
 .../cpu/marking/MarkAwareNodeProcessorPlugin.java  |      121 +
 .../results/cpu/marking/MarkBasedNodeVisitor.java  |      135 -
 .../results/cpu/marking/MarkingEngine.java         |        2 +-
 .../locks/AbstractLockDataFrameProcessor.java      |       94 +
 .../lib/profiler/results/locks/Bundle.properties   |       49 +
 .../lib/profiler/results/locks/LockCCTNode.java    |      228 +
 .../profiler/results/locks/LockCCTProvider.java    |       53 +
 .../results/locks/LockDataFrameProcessor.java      |      171 +
 .../profiler/results/locks/LockGraphBuilder.java   |      378 +
 .../results/locks/LockProfilingResultListener.java |       61 +
 .../profiler/results/locks/LockRuntimeCCTNode.java |       82 +
 .../lib/profiler/results/locks/MonitorCCTNode.java |      272 +
 .../lib/profiler/results/locks/MonitorInfo.java    |      205 +
 .../lib/profiler/results/locks/ThreadInfo.java     |      208 +
 .../lib/profiler/results/locks/ThreadInfos.java    |       95 +
 .../profiler/results/locks/ThreadLockCCTNode.java  |      260 +
 .../lib/profiler/results/locks/TopLockCCTNode.java |       95 +
 .../results/memory/AllocMemoryResultsSnapshot.java |        6 +-
 .../lib/profiler/results/memory/Bundle.properties  |        6 +-
 .../lib/profiler/results/memory/HeapHistogram.java |       90 +
 .../results/memory/HeapHistogramManager.java       |      179 +
 .../profiler/results/memory/JMethodIdTable.java    |       26 +-
 .../memory/LivenessMemoryResultsSnapshot.java      |        2 +
 .../results/memory/MemoryCallGraphBuilder.java     |       79 +-
 .../results/memory/MemoryDataFrameProcessor.java   |      149 +-
 .../memory/MemoryProfilingResultsListener.java     |        4 +-
 .../results/memory/MemoryResultsSnapshot.java      |      143 +-
 .../results/memory/PresoObjAllocCCTNode.java       |       75 +-
 .../results/memory/PresoObjLivenessCCTNode.java    |       30 +-
 .../results/memory/RuntimeMemoryCCTNode.java       |       14 +-
 .../results/memory/SampledMemoryResultsDiff.java   |      237 +
 .../memory/SampledMemoryResultsSnapshot.java       |      146 +
 .../lib/profiler/results/threads/ThreadData.java   |       82 +-
 .../lib/profiler/server/ClassBytesLoader.java      |       31 +-
 .../lib/profiler/server/ClassLoaderManager.java    |        4 +-
 .../lib/profiler/server/EventBufferManager.java    |        7 +-
 .../lib/profiler/server/HeapHistogramManager.java  |      376 +
 .../org/netbeans/lib/profiler/server/Monitors.java |      132 +-
 .../lib/profiler/server/ProfilerCalibrator.java    |        4 +-
 .../lib/profiler/server/ProfilerInterface.java     |      485 +-
 .../lib/profiler/server/ProfilerRuntime.java       |      489 +-
 .../lib/profiler/server/ProfilerRuntimeCPU.java    |      235 +-
 .../server/ProfilerRuntimeCPUCodeRegion.java       |       45 +-
 .../server/ProfilerRuntimeCPUSampledInstr.java     |       97 +-
 .../lib/profiler/server/ProfilerRuntimeMemory.java |       12 +-
 .../profiler/server/ProfilerRuntimeObjAlloc.java   |       13 +-
 .../server/ProfilerRuntimeObjLiveness.java         |       15 +-
 .../profiler/server/ProfilerRuntimeSampler.java    |      255 +
 .../lib/profiler/server/ProfilerServer.java        |       72 +-
 .../server/ProfilingPointServerHandler.java        |      120 +
 .../server/ResetResultsProfilingPointHandler.java  |        3 -
 .../lib/profiler/server/SamplingThread.java        |      140 +
 .../server/StartProfilingPointHandler.java         |        3 -
 .../profiler/server/StopProfilingPointHandler.java |        3 -
 .../server/TakeHeapdumpProfilingPointHandler.java  |       19 +-
 .../server/TakeSnapshotProfilingPointHandler.java  |        1 -
 ...TakeSnapshotWithResetProfilingPointHandler.java |        6 +-
 .../netbeans/lib/profiler/server/ThreadInfo.java   |       21 +-
 .../lib/profiler/server/system/Stacks.java         |        8 +
 .../lib/profiler/server/system/Threads.java        |        2 +-
 .../netbeans/lib/profiler/utils/Bundle.properties  |       18 +-
 .../src/org/netbeans/lib/profiler/utils/Guard.java |      208 -
 .../lib/profiler/utils/MethodNameFormatter.java    |        4 +-
 .../org/netbeans/lib/profiler/utils/MiscUtils.java |       22 +-
 .../netbeans/lib/profiler/utils/StringUtils.java   |       93 +-
 .../org/netbeans/lib/profiler/utils/Wildcards.java |        7 +-
 .../formatting/PlainFormattableMethodName.java     |      210 +-
 .../lib/profiler/wireprotocol/Command.java         |       12 +-
 .../wireprotocol/EventBufferDumpedCommand.java     |       24 +-
 .../profiler/wireprotocol/GetClassIdCommand.java   |        6 +-
 .../wireprotocol/HeapHistogramResponse.java        |      166 +
 .../InitiateInstrumentationCommand.java            |      192 -
 .../wireprotocol/InitiateProfilingCommand.java     |      196 +
 .../wireprotocol/MonitoredNumbersResponse.java     |       23 +-
 .../ObjectAllocationResultsResponse.java           |        6 +-
 .../lib/profiler/wireprotocol/Response.java        |        3 +
 .../wireprotocol/RootClassLoadedCommand.java       |       14 +-
 .../SetChangeableInstrParamsCommand.java           |       29 +-
 .../netbeans/lib/profiler/wireprotocol/WireIO.java |       10 +-
 .../testSettingsInstrumentExcludeJavas.pass        |        1 -
 .../testSettingsInstrumentExcludeJavasServer.pass  |        1 -
 .../wireio/BasicTest/testComplexCommands.pass      |        6 +-
 .../wireio/BasicTest/testComplexResponse.pass      |        2 +-
 .../wireio/BasicTest/testSimpleCommands.pass       |        2 +-
 .../j2se-simple/src/simple/cpu/WaitingTest.java    |        2 +-
 .../tests/jfluid/CommonProfilerTestCase.java       |       20 +-
 .../tests/jfluid/cpu/CPUSnapshotTestCase.java      |        2 +-
 .../lib/profiler/tests/jfluid/cpu/CPUTestCase.java |        6 +-
 .../jfluid/memory/MemorySnapshotTestCase.java      |        8 +-
 .../tests/jfluid/memory/MemoryTestCase.java        |        8 +-
 .../profiler/tests/jfluid/monitor/BasicTest.java   |        2 +-
 .../tests/jfluid/monitor/MonitorTestCase.java      |        7 +-
 .../tests/jfluid/others/MeasureDiffsTestCase.java  |        4 +-
 .../tests/jfluid/perf/InstrumentationTest.java     |        4 +-
 .../tests/jfluid/profilingpoints/BasicTest.java    |       10 +-
 .../tests/jfluid/utils/TestAsyncDialog.java        |       20 +-
 .../tests/jfluid/utils/TestProfilerAppHandler.java |        2 +-
 .../jfluid/utils/TestProfilingPointsProcessor.java |       12 +
 .../profiler/tests/jfluid/wireio/BasicTest.java    |        9 +-
 .../org/netbeans/lib/profiler/heap/HeapTest.java   |       50 +-
 .../netbeans/lib/profiler/heap/testHeapDumpLog.txt |      802 +-
 .../results/cpu/StackTraceSnapshotBuilderTest.java |       24 +-
 lib.terminalemulator/ReleaseNotes.ivan.txt         |      374 +
 .../demosrc/Suite/nbproject/build-impl.xml         |       49 -
 .../demosrc/Suite/nbproject/genfiles.properties    |        8 -
 .../demosrc/Suite/nbproject/platform.properties    |      164 -
 .../demosrc/Suite/nbproject/project.properties     |        6 -
 .../demosrc/buildtool/BuildTool.java               |      301 -
 lib.terminalemulator/demosrc/buildtool/Junk.java   |      261 -
 .../demosrc/examples/nbproject/genfiles.properties |        8 -
 .../demosrc/examples/nbproject/suite.properties    |        1 -
 .../netbeans/terminal/example/Bundle.properties    |       15 -
 .../src/org/netbeans/terminal/example/Config.java  |      178 -
 .../org/netbeans/terminal/example/IOShuttle.java   |      121 -
 .../netbeans/terminal/example/TermExecutor.java    |      229 -
 .../example/TerminalIOProviderSupport.java         |      771 -
 .../comprehensive/CommandTerminalAction.java       |      115 -
 .../example/comprehensive/SelectLastAction.java    |       18 -
 .../example/comprehensive/TerminalPanel.java       |      433 -
 .../terminal/example/control/ControlModel.java     |       49 -
 .../example/control/ControlTopComponent.java       |      123 -
 .../terminal/example/control/ControlView.java      |      308 -
 .../example/iofeatures/IOFeaturesAction.java       |      186 -
 .../resources/ControlTopComponentSettings.xml      |       12 -
 .../resources/ControlTopComponentWstcref.xml       |       11 -
 .../MuxableTerminalTopComponentSettings.xml        |       12 -
 .../MuxableTerminalTopComponentWstcref.xml         |       11 -
 .../resources/TerminalTopComponentSettings.xml     |       12 -
 .../resources/TerminalTopComponentWstcref.xml      |       11 -
 .../topcomponent/MuxableTerminalTopComponent.java  |      131 -
 .../example/topcomponent/TerminalTopComponent.java |      143 -
 .../nbproject/genfiles.properties                  |        8 -
 .../lib.richexecution/nbproject/suite.properties   |        1 -
 .../nbterm/nbproject/build-impl.xml                |      953 -
 .../nbterm/nbproject/genfiles.properties           |        8 -
 .../nbterm/nbproject/project.properties            |       82 -
 .../lib.termsupport/nbterm/nbproject/project.xml   |       58 -
 .../lib.termsupport/nbterm/src/nbterm/Main.java    |      228 -
 .../nbterm/src/nbterm/TermExecutor.java            |      225 -
 .../nbterm/src/nbterm/Terminal.java                |      535 -
 lib.terminalemulator/demosrc/telnet/TelnetApp.java |      166 -
 .../terminalemulator => }/doc-files/func_spec.html |        0
 .../doc-files/interpreter.html                     |        0
 lib.terminalemulator/doc-files/keyboard            |       95 +
 .../doc-files/properties.html                      |        0
 lib.terminalemulator/doc-files/sequences           |      321 +
 lib.terminalemulator/examples/README               |       29 +
 .../nbterm => examples/TermApp}/build.xml          |        0
 .../examples/TermApp}/manifest.mf                  |        0
 .../examples/TermApp/nbproject/build-impl.xml      |     1467 +
 .../TermApp}/nbproject/configs/64bit.properties    |        0
 .../examples/TermApp/nbproject/genfiles.properties |        8 +
 .../examples/TermApp/nbproject/project.properties  |       81 +
 .../examples/TermApp/nbproject/project.xml         |       50 +
 .../nbterm => examples/TermApp}/release/nbterm     |        0
 .../nbterm => examples/TermApp}/release/nbterm64   |        0
 .../TermApp}/src/nbterm/ErrorProcessor.java        |        0
 .../TermApp}/src/nbterm/Injector.java              |        0
 .../examples/TermApp/src/nbterm/Main.java          |      236 +
 .../examples/TermApp/src/nbterm/TermExecutor.java  |      240 +
 .../examples/TermApp/src/nbterm/Terminal.java      |      619 +
 .../examples => examples/TermExample}/build.xml    |        0
 .../TermExample}/make_filter.awk                   |        0
 .../examples => examples/TermExample}/manifest.mf  |        0
 .../TermExample}/nbproject/build-impl.xml          |        0
 .../TermExample/nbproject/genfiles.properties      |        8 +
 .../TermExample}/nbproject/platform.properties     |        0
 .../TermExample}/nbproject/project.properties      |        0
 .../TermExample}/nbproject/project.xml             |        0
 .../TermExample/nbproject/suite.properties         |        1 +
 .../netbeans/terminal/example/Bundle.properties    |       15 +
 .../netbeans/terminal/example/CmdTermAction.java   |        0
 .../src/org/netbeans/terminal/example/Config.java  |      217 +
 .../org/netbeans/terminal/example/IOShuttle.java   |      165 +
 .../netbeans/terminal/example/ShellTermAction.java |        0
 .../netbeans/terminal/example/TermExecutor.java    |      233 +
 .../terminal/example/TermWindowAction.java         |        0
 .../example/TerminalIOProviderSupport.java         |      810 +
 .../example/comprehensive/Bundle.properties        |        0
 .../comprehensive/CommandTerminalAction.java       |      155 +
 .../example/comprehensive/SelectLastAction.java    |       58 +
 .../example/comprehensive/TerminalPanel.form       |        0
 .../example/comprehensive/TerminalPanel.java       |      472 +
 .../terminal/example/control/Bundle.properties     |        0
 .../terminal/example/control/ControlModel.java     |       88 +
 .../example/control/ControlTopComponent.form       |        0
 .../example/control/ControlTopComponent.java       |      163 +
 .../terminal/example/control/ControlView.java      |      347 +
 .../terminal/example/dedicatedtc/Bundle.properties |        0
 .../terminal/example/iofeatures/Bundle.properties  |        0
 .../example/iofeatures/IOFeaturesAction.java       |      226 +
 .../src/org/netbeans/terminal/example/layer.xml    |        0
 .../src/org/netbeans/terminal/example/rerun.png    |      Bin
 .../resources/ControlTopComponentSettings.xml      |       52 +
 .../resources/ControlTopComponentWstcref.xml       |       51 +
 .../MuxableTerminalTopComponentSettings.xml        |       52 +
 .../MuxableTerminalTopComponentWstcref.xml         |       51 +
 .../resources/TerminalTopComponentSettings.xml     |       52 +
 .../resources/TerminalTopComponentWstcref.xml      |       51 +
 .../netbeans/terminal/example/resources/sunsky.png |      Bin
 .../src/org/netbeans/terminal/example}/stop.png    |      Bin
 .../example/topcomponent/Bundle.properties         |        0
 .../topcomponent/MuxableTerminalTopComponent.form  |        0
 .../topcomponent/MuxableTerminalTopComponent.java  |      171 +
 .../example/topcomponent/TerminalTopComponent.form |        0
 .../example/topcomponent/TerminalTopComponent.java |      183 +
 .../Suite => examples/TermSuite}/build.xml         |        0
 .../examples/TermSuite/nbproject/build-impl.xml    |       50 +
 .../TermSuite/nbproject/genfiles.properties        |       11 +
 .../TermSuite/nbproject/platform.properties        |      138 +
 .../examples/TermSuite/nbproject/platform.xml      |       34 +
 .../TermSuite/nbproject/project.properties         |       12 +
 .../TermSuite}/nbproject/project.xml               |        0
 .../examples/buildtool/BuildTool.java              |      323 +
 lib.terminalemulator/examples/buildtool/Junk.java  |      283 +
 .../{demosrc => examples}/buildtool/README         |        0
 .../{demosrc => examples}/buildtool/build.xml      |        0
 .../{demosrc => examples}/buildtool/buildtool      |        0
 .../lib.richexecution/arch.xml                     |        0
 .../lib.richexecution/build.xml                    |        0
 .../lib.richexecution/maintainers.properties       |        0
 .../lib.richexecution/manifest.mf                  |        0
 .../lib.richexecution/nbproject/build-impl.xml     |        0
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/platform.properties                  |        0
 .../lib.richexecution/nbproject/project.properties |        0
 .../lib.richexecution/nbproject/project.xml        |        0
 .../lib.richexecution/nbproject/suite.properties   |        1 +
 .../lib.richexecution/process_start.c              |        0
 .../lib.richexecution/process_start.cat            |        0
 .../lib.richexecution/process_start.sh             |        0
 .../netbeans/lib/richexecution/Bundle.properties   |        0
 .../org/netbeans/lib/richexecution/CLibrary.java   |        0
 .../src/org/netbeans/lib/richexecution/JNAPty.java |        0
 .../src/org/netbeans/lib/richexecution/OS.java     |        0
 .../org/netbeans/lib/richexecution/Platform.java   |        0
 .../src/org/netbeans/lib/richexecution/Pty.java    |        0
 .../netbeans/lib/richexecution/PtyException.java   |        0
 .../netbeans/lib/richexecution/PtyExecutor.java    |        0
 .../org/netbeans/lib/richexecution/PtyProcess.java |        0
 .../src/org/netbeans/lib/richexecution/Util.java   |        0
 .../org/netbeans/lib/richexecution/package.html    |        0
 .../lib/richexecution/program/Command.java         |        0
 .../lib/richexecution/program/Program.java         |        0
 .../netbeans/lib/richexecution/program/Shell.java  |        0
 .../{demosrc => examples}/telnet/README            |        0
 .../examples/telnet/TelnetApp.java                 |      169 +
 .../{demosrc => examples}/telnet/build.xml         |        0
 .../{demosrc => examples}/telnet/telnet            |        0
 lib.terminalemulator/manifest.mf                   |        2 +-
 lib.terminalemulator/nbproject/project.properties  |        4 +-
 .../lib/terminalemulator/AbstractInterp.java       |        7 +
 .../lib/terminalemulator/ActiveRegion.java         |       21 +-
 .../netbeans/lib/terminalemulator/ActiveTerm.java  |       11 +-
 .../org/netbeans/lib/terminalemulator/Attr.java    |       62 +-
 .../org/netbeans/lib/terminalemulator/BCoord.java  |       21 +-
 .../org/netbeans/lib/terminalemulator/Coord.java   |       21 +-
 .../org/netbeans/lib/terminalemulator/Interp.java  |       16 +
 .../netbeans/lib/terminalemulator/InterpANSI.java  |      458 +-
 .../lib/terminalemulator/InterpDtTerm.java         |      243 +-
 .../netbeans/lib/terminalemulator/InterpDumb.java  |       68 +-
 .../netbeans/lib/terminalemulator/InterpKit.java   |        4 +-
 .../lib/terminalemulator/InterpProtoANSI.java      |      533 +
 .../lib/terminalemulator/InterpProtoANSIX.java     |      559 +
 .../netbeans/lib/terminalemulator/InterpXTerm.java |      238 +
 .../org/netbeans/lib/terminalemulator/Line.java    |       81 +-
 .../src/org/netbeans/lib/terminalemulator/Ops.java |       32 +-
 .../org/netbeans/lib/terminalemulator/Screen.java  |       10 +-
 .../org/netbeans/lib/terminalemulator/State.java   |       22 +
 .../netbeans/lib/terminalemulator/StreamTerm.java  |        2 +-
 .../org/netbeans/lib/terminalemulator/Term.java    |      886 +-
 .../lib/terminalemulator/TermListener.java         |        2 +
 .../lib/terminalemulator/WordDelineator.java       |       69 +-
 .../lib/terminalemulator/support/Bundle.properties |       35 +-
 .../lib/terminalemulator/support/Catalog.java      |       43 +-
 .../terminalemulator/support/ColorComboBox.java    |      160 +
 .../support/ColorComboBoxRenderer.java             |      191 +
 .../lib/terminalemulator/support/ColorValue.java   |      102 +
 .../lib/terminalemulator/support/FindBar.java      |        3 +-
 .../lib/terminalemulator/support/FontPanel.java    |      153 +-
 .../lib/terminalemulator/support/TermOptions.java  |      250 +-
 .../terminalemulator/support/TermOptionsPanel.form |       95 +-
 .../terminalemulator/support/TermOptionsPanel.java |      285 +-
 .../netbeans/lib/terminalemulator/TermTest.java    |       43 +-
 lib.uihandler/apichanges.xml                       |       46 +-
 lib.uihandler/manifest.mf                          |        2 +-
 .../nbproject/org-netbeans-lib-uihandler.sig       |       85 +
 lib.uihandler/nbproject/project.properties         |        5 +
 lib.uihandler/nbproject/project.xml                |        6 +-
 .../lib/uihandler/BugTrackingAccessor.java         |       89 +
 .../org/netbeans/lib/uihandler/Bundle.properties   |       35 -
 .../src/org/netbeans/lib/uihandler/Decorable.java  |       21 +-
 .../org/netbeans/lib/uihandler/Decorations.java    |        4 +-
 .../org/netbeans/lib/uihandler/InputGesture.java   |        2 +-
 .../org/netbeans/lib/uihandler/LogFormatter.java   |       14 +-
 .../src/org/netbeans/lib/uihandler/LogRecords.java |      281 +-
 .../netbeans/lib/uihandler/MultiPartHandler.java   |        2 +-
 .../netbeans/lib/uihandler/NBBugzillaAccessor.java |       89 -
 .../netbeans/lib/uihandler/PasswdEncryption.java   |       56 +-
 .../src/org/netbeans/lib/uihandler/ProjectOp.java  |        2 +-
 .../netbeans/lib/uihandler/LogFormatterTest.java   |       51 +-
 .../lib/uihandler/LogRecordsRepairTest.java        |      133 +
 .../org/netbeans/lib/uihandler/ProjectOpTest.java  |      223 +
 .../lib/uihandler/resources/File651659.xml         |      Bin 0 -> 654 bytes
 .../lib/uihandler/resources/File664736.xml         |      Bin 0 -> 629657 bytes
 .../lib/uihandler/resources/FileTruncated.xml      |       58 +
 .../two-debugs-on-j2se.log                         |        0
 .../lib/uihandlerserver/ProjectOpTest.java         |      223 -
 libs.aguiswinglayout/build.xml                     |       67 -
 .../layoutsrc/org/jdesktop/layout/Baseline.java    |      917 -
 .../org/jdesktop/layout/GnomeLayoutStyle.java      |      115 -
 .../layoutsrc/org/jdesktop/layout/GroupLayout.java |     2776 -
 .../layoutsrc/org/jdesktop/layout/LayoutStyle.java |      395 -
 .../org/jdesktop/layout/MetalLayoutStyle.java      |      217 -
 .../org/jdesktop/layout/WindowsLayoutStyle.java    |      148 -
 libs.aguiswinglayout/manifest.mf                   |        7 -
 libs.aguiswinglayout/nbproject/project.properties  |       45 -
 libs.aguiswinglayout/nbproject/project.xml         |       57 -
 .../libs/aguiswinglayout/Bundle.properties         |       47 -
 .../libs/aguiswinglayout/cdc-agui-swing-layout.xml |       61 -
 .../org/netbeans/libs/aguiswinglayout/layer.xml    |       56 -
 libs.amazon/build.xml                              |       48 +
 .../external/aws-java-sdk-1.2.1-license.txt        |       91 +
 libs.amazon/external/binaries-list                 |        5 +
 libs.amazon/external/commons-codec-1.3-license.txt |      203 +
 .../external/commons-logging-1.1.1-license.txt     |      203 +
 libs.amazon/external/httpclient-4.1.1-license.txt  |      203 +
 libs.amazon/external/httpcore-4.1-license.txt      |      203 +
 libs.amazon/manifest.mf                            |        5 +
 libs.amazon/nbproject/project.properties           |       50 +
 libs.amazon/nbproject/project.xml                  |       89 +
 .../src/org/netbeans/libs/amazon/Bundle.properties |       48 +
 libs.antlr3.devel/build.xml                        |        2 +-
 libs.antlr3.devel/external/antlr-3.1.3-license.txt |       37 -
 libs.antlr3.devel/external/antlr-3.4-license.txt   |       40 +
 libs.antlr3.devel/external/binaries-list           |        3 +-
 libs.antlr3.devel/nbproject/project.properties     |        7 +-
 libs.antlr3.devel/nbproject/project.xml            |        8 +-
 .../netbeans/libs/antlr3/devel/Bundle.properties   |        4 +-
 libs.antlr3.runtime/build.xml                      |        2 +-
 .../external/antlr-3.1.3-license.txt               |       35 -
 .../external/antlr-runtime-3.4-license.txt         |       42 +
 libs.antlr3.runtime/external/binaries-list         |        3 +-
 libs.antlr3.runtime/nbproject/project.properties   |        6 +-
 libs.antlr3.runtime/nbproject/project.xml          |        4 +-
 .../netbeans/libs/antlr3/runtime/Bundle.properties |        4 +-
 libs.bugtracking/build.xml                         |       48 -
 libs.bugtracking/external/binaries-list            |        5 -
 .../external/commons-httpclient-3.1-license.txt    |      208 -
 .../external/commons-lang-2.3-license.txt          |      208 -
 ...rg.eclipse.mylyn.commons.core_3.3.1-license.txt |       72 -
 ...org.eclipse.mylyn.commons.net_3.3.0-license.txt |       72 -
 .../org.eclipse.mylyn.tasks.core_3.3.1-license.txt |       72 -
 libs.bugtracking/manifest.mf                       |        4 -
 libs.bugtracking/nbproject/project.properties      |       53 -
 libs.bugtracking/nbproject/project.xml             |      172 -
 .../core/internal/runtime/InternalPlatform.java    |       61 -
 .../core/internal/runtime/PlatformActivator.java   |       57 -
 .../src/org/eclipse/core/net/proxy/IProxyData.java |      179 -
 .../org/eclipse/core/net/proxy/IProxyService.java  |       56 -
 .../src/org/eclipse/core/runtime/Assert.java       |       64 -
 .../org/eclipse/core/runtime/CoreException.java    |       61 -
 .../src/org/eclipse/core/runtime/IAdaptable.java   |       50 -
 .../core/runtime/IConfigurationElement.java        |       54 -
 .../src/org/eclipse/core/runtime/IExtension.java   |       52 -
 .../org/eclipse/core/runtime/IExtensionPoint.java  |       52 -
 .../eclipse/core/runtime/IExtensionRegistry.java   |       52 -
 .../src/org/eclipse/core/runtime/ILog.java         |       52 -
 .../src/org/eclipse/core/runtime/IPath.java        |       56 -
 .../org/eclipse/core/runtime/IProgressMonitor.java |       68 -
 .../org/eclipse/core/runtime/ISafeRunnable.java    |       50 -
 .../src/org/eclipse/core/runtime/IStatus.java      |       71 -
 .../runtime/InvalidRegistryObjectException.java    |       50 -
 .../src/org/eclipse/core/runtime/MultiStatus.java  |       63 -
 .../eclipse/core/runtime/NullProgressMonitor.java  |       77 -
 .../core/runtime/OperationCanceledException.java   |       50 -
 .../src/org/eclipse/core/runtime/Platform.java     |      139 -
 .../org/eclipse/core/runtime/PlatformObject.java   |       55 -
 .../src/org/eclipse/core/runtime/Plugin.java       |      104 -
 .../core/runtime/ProgressMonitorWrapper.java       |       81 -
 .../src/org/eclipse/core/runtime/SafeRunner.java   |       54 -
 .../src/org/eclipse/core/runtime/Status.java       |      104 -
 .../src/org/eclipse/core/runtime/SubMonitor.java   |      130 -
 .../eclipse/core/runtime/SubProgressMonitor.java   |       84 -
 .../eclipse/core/runtime/content/IContentType.java |       52 -
 .../core/runtime/content/IContentTypeManager.java  |       54 -
 .../eclipse/core/runtime/jobs/IJobChangeEvent.java |       51 -
 .../org/eclipse/core/runtime/jobs/IJobManager.java |       58 -
 .../src/org/eclipse/core/runtime/jobs/ILock.java   |       58 -
 .../eclipse/core/runtime/jobs/ISchedulingRule.java |       50 -
 .../src/org/eclipse/core/runtime/jobs/Job.java     |      111 -
 .../core/runtime/jobs/JobChangeAdapter.java        |       72 -
 .../org/eclipse/core/runtime/jobs/JobManager.java  |       74 -
 .../src/org/eclipse/core/runtime/jobs/Lock.java    |       64 -
 .../equinox/security/storage/EncodingUtils.java    |       51 -
 .../security/storage/ISecurePreferences.java       |       51 -
 .../security/storage/SecurePreferencesFactory.java |       51 -
 .../equinox/security/storage/StorageException.java |       51 -
 .../mylyn/internal/tasks/ui/TasksUiPlugin.java     |       56 -
 .../src/org/eclipse/mylyn/tasks/ui/TasksUi.java    |       56 -
 .../src/org/eclipse/osgi/util/NLS.java             |       96 -
 .../libs/bugtracking/BugtrackingRuntime.java       |      149 -
 .../netbeans/libs/bugtracking/Bundle.properties    |       46 -
 .../org/netbeans/libs/bugtracking/MylynUtils.java  |      230 -
 .../src/org/netbeans/libs/ercp/Bundle.properties   |       46 -
 libs.bugzilla/build.xml                            |       48 -
 libs.bugzilla/external/binaries-list               |        1 -
 ...g.eclipse.mylyn.bugzilla.core_3.3.1-license.txt |       72 -
 libs.bugzilla/manifest.mf                          |        6 -
 libs.bugzilla/nbproject/project.properties         |       46 -
 libs.bugzilla/nbproject/project.xml                |       80 -
 .../org/netbeans/libs/bugzilla/Bundle.properties   |       47 -
 libs.bytelist/nbproject/project.properties         |        2 +-
 libs.cglib/manifest.mf                             |        2 +-
 libs.commons_codec/build.xml                       |       48 -
 .../external/apache-commons-codec-1.3-license.txt  |      208 -
 libs.commons_codec/manifest.mf                     |        5 -
 libs.commons_codec/nbproject/project.properties    |       46 -
 libs.commons_codec/nbproject/project.xml           |       64 -
 .../netbeans/libs/commons_codec/Bundle.properties  |       48 -
 libs.commons_fileupload/external/binaries-list     |        2 +-
 .../external/commons-fileupload-1.0-license.txt    |       58 -
 .../external/commons-fileupload-1.3-license.txt    |      209 +
 libs.commons_fileupload/manifest.mf                |        2 +-
 .../nbproject/project.properties                   |        4 +-
 .../libs/commons_fileupload/Bundle.properties      |        4 +-
 libs.commons_logging/build.xml                     |       48 -
 libs.commons_logging/external/binaries-list        |        1 -
 .../external/commons-logging-1.1-license.txt       |      208 -
 libs.commons_logging/manifest.mf                   |        5 -
 libs.commons_logging/nbproject/project.properties  |       45 -
 libs.commons_logging/nbproject/project.xml         |       61 -
 .../libs/commons_logging/Bundle.properties         |       48 -
 libs.commons_net/external/binaries-list            |        2 +-
 .../external/commons-net-1.4.1-license.txt         |      208 -
 .../external/commons-net-3.3-license.txt           |      208 +
 libs.commons_net/manifest.mf                       |        4 +-
 libs.commons_net/nbproject/project.properties      |        6 +-
 libs.commons_net/nbproject/project.xml             |       18 +-
 .../src/org/netbeans/libs/commons_net/mf-layer.xml |        2 +-
 libs.elimpl/README                                 |        9 +-
 libs.elimpl/external/binaries-list                 |        2 +-
 libs.elimpl/external/el-impl-license.txt           |        7 +-
 libs.elimpl/nb.diff                                |     1006 -
 libs.elimpl/nbproject/project.properties           |        2 +-
 libs.elimpl/nbproject/project.xml                  |        2 +-
 libs.elimpl/patches/el2_2_3.diff                   |      885 +
 libs.elimpl/patches/el3_0_4.diff                   |      994 +
 .../src/org/netbeans/libs/elimpl/Bundle.properties |        2 +-
 libs.felix/external/binaries-list                  |        3 +-
 libs.felix/external/felix-2.0.3-license.txt        |      209 -
 libs.felix/external/felix-4.2.1-license.txt        |      209 +
 libs.felix/manifest.mf                             |       11 +-
 libs.felix/nbproject/project.properties            |        4 +-
 libs.felix/nbproject/project.xml                   |        6 +-
 libs.freemarker/build.xml                          |       23 +
 libs.freemarker/external/binaries-list             |        2 +-
 .../external/freemarker-2.3.19-license.txt         |       54 +
 .../external/freemarker-2.3.8-license.txt          |       55 -
 libs.freemarker/manifest.mf                        |        1 -
 libs.freemarker/nbproject/project.properties       |        9 +-
 libs.freemarker/nbproject/project.xml              |       16 +-
 .../netbeans/libs/freemarker/FreemarkerEngine.java |       14 +-
 .../libs/freemarker/FreemarkerFactory.java         |       54 +-
 .../org/netbeans/libs/freemarker/RsrcLoader.java   |       11 +
 .../src/org/netbeans/libs/freemarker/layer.xml     |       12 -
 libs.freemarker/test/unit/data/licenseheader.txt   |        1 +
 .../org/netbeans/api/templates/ProcessorTest.java  |       80 +-
 .../freemarker/templates/IndentEngineIntTest.java  |        9 +
 .../templates/ScriptingCreateFromTemplateTest.java |       40 +-
 libs.git/apichanges.xml                            |      374 +
 libs.git/arch.xml                                  |     1124 +
 libs.git/build.xml                                 |       48 +
 libs.git/manifest.mf                               |        4 +
 libs.git/nbproject/org-netbeans-libs-git.sig       |      632 +
 libs.git/nbproject/project.properties              |       71 +
 libs.git/nbproject/project.xml                     |      102 +
 .../src/org/netbeans/libs/git/Bundle.properties    |       70 +
 .../src/org/netbeans/libs/git/GitBlameResult.java  |      131 +
 libs.git/src/org/netbeans/libs/git/GitBranch.java  |      117 +
 .../org/netbeans/libs/git/GitCherryPickResult.java |      150 +
 .../org/netbeans/libs/git/GitClassFactoryImpl.java |      203 +
 libs.git/src/org/netbeans/libs/git/GitClient.java  |     1289 +
 .../org/netbeans/libs/git/GitClientCallback.java   |      142 +
 .../netbeans/libs/git/GitConflictDescriptor.java   |      170 +
 .../src/org/netbeans/libs/git/GitException.java    |      224 +
 .../src/org/netbeans/libs/git/GitLineDetails.java  |      111 +
 .../src/org/netbeans/libs/git/GitMergeResult.java  |      227 +
 .../src/org/netbeans/libs/git/GitObjectType.java   |       87 +
 .../src/org/netbeans/libs/git/GitPullResult.java   |       73 +
 .../src/org/netbeans/libs/git/GitPushResult.java   |       74 +
 .../src/org/netbeans/libs/git/GitRebaseResult.java |      225 +
 .../org/netbeans/libs/git/GitRefUpdateResult.java  |      177 +
 .../src/org/netbeans/libs/git/GitRemoteConfig.java |      133 +
 .../src/org/netbeans/libs/git/GitRepository.java   |      215 +
 .../org/netbeans/libs/git/GitRepositoryState.java  |      233 +
 .../src/org/netbeans/libs/git/GitRevertResult.java |      137 +
 .../src/org/netbeans/libs/git/GitRevisionInfo.java |      317 +
 libs.git/src/org/netbeans/libs/git/GitStatus.java  |      221 +
 .../org/netbeans/libs/git/GitSubmoduleStatus.java  |      130 +
 libs.git/src/org/netbeans/libs/git/GitTag.java     |      169 +
 .../org/netbeans/libs/git/GitTransportUpdate.java  |      200 +
 libs.git/src/org/netbeans/libs/git/GitURI.java     |      231 +
 libs.git/src/org/netbeans/libs/git/GitUser.java    |      114 +
 .../src/org/netbeans/libs/git/SearchCriteria.java  |      260 +
 .../org/netbeans/libs/git/jgit/Bundle.properties   |       42 +
 .../git/jgit/DelegatingGitProgressMonitor.java     |       98 +
 .../libs/git/jgit/DelegatingProgressMonitor.java   |       82 +
 .../netbeans/libs/git/jgit/ExactPathFilter.java    |       85 +
 .../netbeans/libs/git/jgit/GitClassFactory.java    |      141 +
 .../src/org/netbeans/libs/git/jgit/IgnoreRule.java |       85 +
 .../libs/git/jgit/JGitCredentialsProvider.java     |      139 +
 .../org/netbeans/libs/git/jgit/JGitRepository.java |       92 +
 .../libs/git/jgit/JGitSshSessionFactory.java       |      311 +
 libs.git/src/org/netbeans/libs/git/jgit/Utils.java |      458 +
 .../libs/git/jgit/commands/AddCommand.java         |      217 +
 .../libs/git/jgit/commands/BlameCommand.java       |      113 +
 .../libs/git/jgit/commands/Bundle.properties       |       61 +
 .../libs/git/jgit/commands/CatCommand.java         |      218 +
 .../git/jgit/commands/CheckoutIndexCommand.java    |      106 +
 .../git/jgit/commands/CheckoutRevisionCommand.java |      381 +
 .../libs/git/jgit/commands/CherryPickCommand.java  |      425 +
 .../libs/git/jgit/commands/CleanCommand.java       |      150 +
 .../libs/git/jgit/commands/CommitCommand.java      |      269 +
 .../libs/git/jgit/commands/CompareCommand.java     |      130 +
 .../libs/git/jgit/commands/ConflictCommand.java    |      138 +
 .../libs/git/jgit/commands/CopyCommand.java        |       67 +
 .../git/jgit/commands/CreateBranchCommand.java     |      142 +
 .../libs/git/jgit/commands/CreateTagCommand.java   |      127 +
 .../git/jgit/commands/DeleteBranchCommand.java     |       93 +
 .../libs/git/jgit/commands/DeleteTagCommand.java   |       98 +
 .../git/jgit/commands/ExportCommitCommand.java     |      149 +
 .../libs/git/jgit/commands/ExportDiffCommand.java  |      190 +
 .../libs/git/jgit/commands/FetchCommand.java       |      150 +
 .../jgit/commands/GetCommonAncestorCommand.java    |      130 +
 .../jgit/commands/GetPreviousCommitCommand.java    |      123 +
 .../libs/git/jgit/commands/GetRemotesCommand.java  |       97 +
 .../libs/git/jgit/commands/GitCommand.java         |      120 +
 .../libs/git/jgit/commands/IgnoreCommand.java      |      123 +
 .../git/jgit/commands/IgnoreUnignoreCommand.java   |      266 +
 .../git/jgit/commands/InitRepositoryCommand.java   |      105 +
 .../libs/git/jgit/commands/ListBranchCommand.java  |      127 +
 .../commands/ListModifiedIndexEntriesCommand.java  |      142 +
 .../jgit/commands/ListRemoteBranchesCommand.java   |       81 +
 .../jgit/commands/ListRemoteObjectsCommand.java    |      104 +
 .../git/jgit/commands/ListRemoteTagsCommand.java   |       79 +
 .../libs/git/jgit/commands/ListTagCommand.java     |      109 +
 .../libs/git/jgit/commands/LogCommand.java         |      339 +
 .../libs/git/jgit/commands/MergeCommand.java       |      157 +
 .../libs/git/jgit/commands/MoveTreeCommand.java    |      209 +
 .../libs/git/jgit/commands/PullCommand.java        |      128 +
 .../libs/git/jgit/commands/PushCommand.java        |      163 +
 .../libs/git/jgit/commands/RebaseCommand.java      |      214 +
 .../libs/git/jgit/commands/RemoveCommand.java      |      155 +
 .../git/jgit/commands/RemoveRemoteCommand.java     |       89 +
 .../libs/git/jgit/commands/RenameCommand.java      |       96 +
 .../libs/git/jgit/commands/ResetCommand.java       |      274 +
 .../libs/git/jgit/commands/RevertCommand.java      |      188 +
 .../libs/git/jgit/commands/SetRemoteCommand.java   |      121 +
 .../jgit/commands/SetUpstreamBranchCommand.java    |      127 +
 .../libs/git/jgit/commands/StatusCommand.java      |      479 +
 .../jgit/commands/SubmoduleInitializeCommand.java  |      104 +
 .../git/jgit/commands/SubmoduleStatusCommand.java  |      108 +
 .../git/jgit/commands/SubmoduleUpdateCommand.java  |      124 +
 .../libs/git/jgit/commands/TransportCommand.java   |      310 +
 .../libs/git/jgit/commands/UnignoreCommand.java    |      121 +
 .../libs/git/jgit/commands/UpdateRefCommand.java   |      114 +
 .../libs/git/jgit/utils/AutoCRLFComparator.java    |       93 +
 .../netbeans/libs/git/jgit/utils/Bundle.properties |       44 +
 .../libs/git/jgit/utils/CancelRevFilter.java       |       83 +
 .../libs/git/jgit/utils/CheckoutIndex.java         |      185 +
 .../netbeans/libs/git/progress/FileListener.java   |       66 +
 .../libs/git/progress/NotificationListener.java    |       57 +
 .../libs/git/progress/ProgressMonitor.java         |      190 +
 .../libs/git/progress/RevisionInfoListener.java    |       64 +
 .../netbeans/libs/git/progress/StatusListener.java |       64 +
 .../libs/git/jgit/commands/CatTest/testCat.pass    |        2 +
 .../git/jgit/commands/CatTest/testCatIndex.pass    |        2 +
 .../git/jgit/commands/CatTest/testCatRemoved.pass  |        2 +
 .../commands/ExportCommitTest/exportCommit.patch   |       13 +
 .../ExportCommitTest/exportCommitMultiLine.patch   |       22 +
 .../ExportCommitTest/exportCommitRename.patch      |       18 +
 .../ExportCommitTest/exportInitialCommit.patch     |       13 +
 .../diffChanges-head-index-add.patch               |        7 +
 .../diffChanges-head-index-delete.patch            |        7 +
 .../diffChanges-head-index-modify.patch            |        7 +
 .../diffChanges-head-index-modify2.patch           |        7 +
 .../ExportDiffTest/diffChanges-head-wt-add.patch   |        7 +
 .../diffChanges-head-wt-delete.patch               |        7 +
 .../diffChanges-head-wt-modify.patch               |        7 +
 .../diffChanges-head-wt-modify2.patch              |        7 +
 .../ExportDiffTest/diffChanges-index-wt-add.patch  |        7 +
 .../diffChanges-index-wt-delete.patch              |        7 +
 .../diffChanges-index-wt-modify.patch              |        7 +
 .../jgit/commands/ExportDiffTest/diffRename.patch  |        7 +
 .../jgit/commands/ExportDiffTest/diffRename2.patch |        4 +
 .../jgit/commands/ExportDiffTest/diffRename3.patch |       10 +
 libs.git/test/unit/data/private_key                |       15 +
 .../unit/src/org/netbeans/libs/git/ApiUtils.java   |       63 +
 .../org/netbeans/libs/git/GitEnumsStateTest.java   |      106 +
 .../unit/src/org/netbeans/libs/git/GitURITest.java |       75 +
 .../libs/git/jgit/AbstractGitTestCase.java         |      355 +
 .../libs/git/jgit/ClientFactoryTestSuite.java      |       68 +
 .../netbeans/libs/git/jgit/CommandsTestSuite.java  |      138 +
 .../org/netbeans/libs/git/jgit/ConnectionTest.java |      452 +
 .../netbeans/libs/git/jgit/ProtocolsTestSuite.java |       80 +
 .../netbeans/libs/git/jgit/commands/AddTest.java   |      677 +
 .../netbeans/libs/git/jgit/commands/BlameTest.java |      253 +
 .../libs/git/jgit/commands/BranchTest.java         |      431 +
 .../netbeans/libs/git/jgit/commands/CatTest.java   |      187 +
 .../libs/git/jgit/commands/CheckoutTest.java       |      801 +
 .../libs/git/jgit/commands/CherryPickTest.java     |      368 +
 .../netbeans/libs/git/jgit/commands/CleanTest.java |      454 +
 .../libs/git/jgit/commands/CommitTest.java         |      721 +
 .../libs/git/jgit/commands/CompareCommitTest.java  |      181 +
 .../netbeans/libs/git/jgit/commands/CopyTest.java  |      274 +
 .../libs/git/jgit/commands/ExportCommitTest.java   |      189 +
 .../libs/git/jgit/commands/ExportDiffTest.java     |      249 +
 .../netbeans/libs/git/jgit/commands/FetchTest.java |      339 +
 .../git/jgit/commands/GetCommonAncestorTest.java   |      230 +
 .../git/jgit/commands/GetPreviousRevisionTest.java |      133 +
 .../libs/git/jgit/commands/GetRemotesTest.java     |      116 +
 .../libs/git/jgit/commands/GetUserTest.java        |       87 +
 .../libs/git/jgit/commands/IgnoreTest.java         |      597 +
 .../netbeans/libs/git/jgit/commands/InitTest.java  |      117 +
 .../commands/ListModifiedIndexEntriesTest.java     |      120 +
 .../netbeans/libs/git/jgit/commands/LogTest.java   |      869 +
 .../netbeans/libs/git/jgit/commands/MergeTest.java |      470 +
 .../netbeans/libs/git/jgit/commands/PullTest.java  |      351 +
 .../netbeans/libs/git/jgit/commands/PushTest.java  |      349 +
 .../libs/git/jgit/commands/RebaseTest.java         |      384 +
 .../libs/git/jgit/commands/RemotesTest.java        |      189 +
 .../libs/git/jgit/commands/RemoveTest.java         |      370 +
 .../libs/git/jgit/commands/RenameTest.java         |      490 +
 .../netbeans/libs/git/jgit/commands/ResetTest.java |      530 +
 .../libs/git/jgit/commands/RevertTest.java         |      246 +
 .../git/jgit/commands/SetUpstreamBranchTest.java   |      151 +
 .../libs/git/jgit/commands/StatusTest.java         |      827 +
 .../libs/git/jgit/commands/SubmoduleTest.java      |      254 +
 .../netbeans/libs/git/jgit/commands/TagTest.java   |      216 +
 .../libs/git/jgit/commands/UnignoreTest.java       |      304 +
 .../libs/git/jgit/commands/UpdateRefTest.java      |      156 +
 .../git/jgit/factory/CheckJava7ExtensionTest.java  |       74 +
 .../libs/git/jgit/factory/CreateClientTest.java    |      166 +
 .../netbeans/libs/git/jgit/utils/TestUtils.java    |       68 +
 libs.glassfish.sdk/build.xml                       |        5 +
 libs.glassfish.sdk/external/binaries-list          |        1 +
 libs.glassfish.sdk/manifest.mf                     |        4 +
 libs.glassfish.sdk/nbproject/project.properties    |       47 +
 libs.glassfish.sdk/nbproject/project.xml           |       28 +
 .../netbeans/libs/glassfish/sdk/Bundle.properties  |       47 +
 .../external/glassfish-logging-2.0-license.txt     |        2 +-
 .../nbproject/project.properties                   |        2 +-
 libs.groovy/build.xml                              |        5 +
 libs.groovy/external/binaries-list                 |        1 +
 libs.groovy/external/groovy-all-2.1.7-license.txt  |      207 +
 libs.groovy/manifest.mf                            |        7 +
 libs.groovy/nbproject/project.properties           |       11 +
 libs.groovy/nbproject/project.xml                  |       31 +
 .../netbeans/modules/libs/groovy/Bundle.properties |        3 +
 .../netbeans/modules/libs/groovy/groovy-all.xml    |       62 +
 .../src/org/netbeans/modules/libs/groovy/layer.xml |       11 +
 libs.ini4j/manifest.mf                             |        2 +-
 libs.ini4j/nbproject/project.xml                   |        3 +-
 libs.jakarta_oro/build.xml                         |       46 -
 libs.jakarta_oro/external/binaries-list            |        1 -
 .../external/jakarta-oro-2.0.8-license.txt         |       58 -
 libs.jakarta_oro/manifest.mf                       |        5 -
 libs.jakarta_oro/nbproject/project.properties      |       45 -
 libs.jakarta_oro/nbproject/project.xml             |       67 -
 .../netbeans/libs/jakarta_oro/Bundle.properties    |       48 -
 .../src/org/netbeans/libs/jakarta_oro/mf-layer.xml |       58 -
 libs.javacapi/external/binaries-list               |        2 +-
 .../external/javac-api-nb-7.0-b07-license.txt      |      433 -
 libs.javacapi/external/nb-javac-api-license.txt    |      433 +
 libs.javacapi/nbproject/project.properties         |        4 +-
 libs.javacapi/nbproject/project.xml                |        6 +-
 .../org/netbeans/libs/javacapi/javac-library.xml   |        2 +-
 libs.javacimpl/build.xml                           |        6 +-
 libs.javacimpl/external/binaries-list              |        2 +-
 .../external/javac-impl-nb-7.0-b07-license.txt     |      433 -
 libs.javacimpl/external/nb-javac-impl-license.txt  |      433 +
 libs.javacimpl/manifest.mf                         |        4 +-
 libs.javacimpl/nbproject/project.properties        |        4 +-
 libs.javacimpl/nbproject/project.xml               |        6 +-
 libs.javacup/external/java-cup-11a-license.txt     |        2 +-
 libs.javacup/nbproject/project.properties          |        2 +-
 libs.javafx/build.xml                              |        5 +
 libs.javafx/external/binaries-list                 |        1 +
 libs.javafx/manifest.mf                            |        8 +
 libs.javafx/nbproject/project.properties           |       49 +
 libs.javafx/nbproject/project.xml                  |       79 +
 .../src/org/netbeans/libs/javafx/Bundle.properties |        3 +
 .../org/netbeans/libs/javafx/IsFXEnabledTest.java  |       78 +
 libs.jaxb/external/binaries-list                   |        6 +-
 libs.jaxb/external/jaxb-2.1-license.txt            |      392 -
 libs.jaxb/external/jaxb-2.2.5-license.txt          |      722 +
 libs.jaxb/manifest.mf                              |        2 +-
 libs.jaxb/nbproject/project.properties             |        3 +
 libs.jaxb/nbproject/project.xml                    |       16 +-
 .../src/org/netbeans/libs/jaxb/Bundle.properties   |        2 +-
 libs.jaxb/src/org/netbeans/libs/jaxb/jaxb.xml      |       16 +-
 libs.jna.platform/build.xml                        |       48 +
 libs.jna.platform/external/binaries-list           |        1 +
 .../external/jna-platform-4.1.0-license.txt        |      208 +
 libs.jna.platform/manifest.mf                      |        4 +
 libs.jna.platform/nbproject/project.properties     |       46 +
 libs.jna.platform/nbproject/project.xml            |       76 +
 .../netbeans/libs/jna/platform/Bundle.properties   |       47 +
 libs.jna/external/binaries-list                    |        2 +-
 libs.jna/external/jna-3.2.7-license.txt            |      512 -
 libs.jna/external/jna-4.1.0-license.txt            |      208 +
 libs.jna/manifest.mf                               |        3 +-
 libs.jna/nbproject/project.properties              |       22 +-
 libs.jna/nbproject/project.xml                     |       40 +-
 libs.jna/src/org/netbeans/libs/jna/Installer.java  |       55 +
 libs.jsch.agentproxy/build.xml                     |       48 +
 libs.jsch.agentproxy/external/binaries-list        |        4 +
 .../jsch.agentproxy.core-0.0.7-license.txt         |       32 +
 .../jsch.agentproxy.pageant-0.0.7-license.txt      |       32 +
 .../jsch.agentproxy.sshagent-0.0.7-license.txt     |       32 +
 .../jsch.agentproxy.usocket-jna-0.0.7-license.txt  |       32 +
 libs.jsch.agentproxy/manifest.mf                   |        5 +
 libs.jsch.agentproxy/nbproject/project.properties  |       52 +
 libs.jsch.agentproxy/nbproject/project.xml         |       92 +
 .../libs/jsch/agentproxy/Bundle.properties         |       46 +
 .../libs/jsch/agentproxy/ConnectorFactory.java     |      100 +
 libs.jsch/build.xml                                |       48 -
 libs.jsch/external/binaries-list                   |        1 -
 libs.jsch/external/jsch-0.1.44-license.txt         |       33 -
 libs.jsch/manifest.mf                              |        6 -
 libs.jsch/nbproject/project.properties             |       46 -
 libs.jsch/nbproject/project.xml                    |       79 -
 .../src/org/netbeans/libs/jsch/Bundle.properties   |       47 -
 libs.jsch/src/org/netbeans/libs/jsch/mf-layer.xml  |       58 -
 libs.json_simple/build.xml                         |        5 +
 libs.json_simple/external/binaries-list            |        1 +
 .../external/json-simple-1.1.1-license.txt         |      203 +
 libs.json_simple/manifest.mf                       |        5 +
 libs.json_simple/nbproject/project.properties      |       45 +
 libs.json_simple/nbproject/project.xml             |       17 +
 .../netbeans/libs/json_simple/Bundle.properties    |       44 +
 libs.jsr223/manifest.mf                            |        2 +-
 libs.jstestdriver/build.xml                        |       30 +
 libs.jstestdriver/external/binaries-list           |        1 +
 .../netbeans/libs/jstestdriver/ext/RunTests.java   |      152 +
 .../libs/jstestdriver/ext/StartServer.java         |      131 +
 libs.jstestdriver/manifest.mf                      |        5 +
 libs.jstestdriver/nbproject/project.properties     |       50 +
 libs.jstestdriver/nbproject/project.xml            |      138 +
 .../netbeans/libs/jstestdriver/Bundle.properties   |        5 +
 .../libs/jstestdriver/JsTestDriverImpl.java        |      338 +
 .../jstestdriver/JsTestDriverImplementation.java   |       62 +
 .../libs/jstestdriver/api/BrowserInfo.java         |       75 +
 .../libs/jstestdriver/api/JsTestDriver.java        |      125 +
 .../libs/jstestdriver/api/ServerListener.java      |       51 +
 .../libs/jstestdriver/api/TestListener.java        |      113 +
 libs.jstl/build.xml                                |       48 +
 libs.jstl/external/binaries-list                   |        2 +
 libs.jstl/external/jstl-api-license.txt            |      834 +
 libs.jstl/external/jstl-impl-license.txt           |      834 +
 libs.jstl/manifest.mf                              |        7 +
 libs.jstl/nbproject/project.properties             |       48 +
 libs.jstl/nbproject/project.xml                    |       60 +
 .../src/org/netbeans/libs/jstl/Bundle.properties   |       50 +
 libs.jstl/src/org/netbeans/libs/jstl/jstl.xml      |       70 +
 libs.jstl/src/org/netbeans/libs/jstl/layer.xml     |       58 +
 libs.junit4/external/binaries-list                 |        2 +-
 libs.junit4/external/junit-4.10-license.txt        |      218 +
 libs.junit4/external/junit-4.8.2-license.txt       |      218 -
 libs.junit4/manifest.mf                            |        2 +-
 libs.junit4/nbproject/project.properties           |        2 +-
 libs.junit4/nbproject/project.xml                  |        7 +-
 .../release/modules/ext/junit-4.10.jar.external    |        5 +
 .../release/modules/ext/junit-4.8.2.jar.external   |        3 -
 libs.jvyamlb/external/jvyamlb-0.2.3-license.txt    |      536 +-
 libs.jvyamlb/manifest.mf                           |        2 +-
 libs.jvyamlb/nbproject/project.xml                 |        2 +-
 libs.jzlib/build.xml                               |       48 -
 libs.jzlib/manifest.mf                             |        4 -
 libs.jzlib/nbproject/project.properties            |       46 -
 libs.jzlib/nbproject/project.xml                   |       70 -
 .../src/org/netbeans/libs/jzlib/Bundle.properties  |       46 -
 libs.lucene/external/binaries-list                 |        2 +-
 libs.lucene/external/lucene-core-3.0.3-license.txt |      210 -
 libs.lucene/external/lucene-core-3.5.0-license.txt |      344 +
 libs.lucene/manifest.mf                            |        2 +-
 libs.lucene/nbproject/project.properties           |        2 +-
 libs.lucene/nbproject/project.xml                  |        4 +-
 libs.nashorn/build.xml                             |        5 +
 libs.nashorn/external/asm-all-4.0-license.txt      |       37 +
 libs.nashorn/external/binaries-list                |        2 +
 .../nashorn-02f810c26ff9-patched-license.txt       |      360 +
 libs.nashorn/external/nashorn.patch                |     1245 +
 libs.nashorn/manifest.mf                           |        8 +
 libs.nashorn/nbproject/project.properties          |       47 +
 libs.nashorn/nbproject/project.xml                 |       21 +
 .../org/netbeans/libs/nashorn/Bundle.properties    |        1 +
 libs.nbi.ant/build.xml                             |       28 +-
 libs.nbi.ant/manifest.mf                           |        2 +-
 .../products/helloworld/nbproject/build-impl.xml   |      582 +-
 .../helloworld/nbproject/genfiles.properties       |        4 +-
 .../helloworld/nbproject/project.properties        |        7 +-
 .../products/helloworld/nbproject/project.xml      |        2 +-
 .../src/org/mycompany/ConfigurationLogic.java      |       44 +
 .../org/mycompany/wizard/panels/Bundle.properties  |        1 +
 .../mycompany/wizard/panels/HelloWorldPanel.java   |       75 +-
 .../stub/ext/engine/nbproject/build-impl.xml       |      980 +-
 .../stub/ext/engine/nbproject/genfiles.properties  |        6 +-
 .../stub/ext/engine/nbproject/project.properties   |        4 +-
 .../native/launcher/unix/i18n/launcher.properties  |        4 +-
 .../launcher/windows/i18n/launcher.properties      |        4 +-
 .../utils/applications/NetBeansRCPUtils.java       |        4 +-
 libs.nbi.ant/stub/template.xml                     |       11 +-
 libs.nbi.engine/build.xml                          |       11 +-
 libs.nbi.engine/manifest.mf                        |        2 +-
 libs.osgi/external/binaries-list                   |        2 +-
 libs.osgi/external/osgi-4.2-license.txt            |        8 +-
 libs.osgi/manifest.mf                              |        2 +-
 libs.osgi/nbproject/project.properties             |        2 +-
 libs.osgi/nbproject/project.xml                    |        4 +-
 libs.plist/build.xml                               |        5 +
 libs.plist/external/binaries-list                  |        1 +
 libs.plist/external/dd-plist-license.txt           |       26 +
 libs.plist/manifest.mf                             |        5 +
 libs.plist/nbproject/project.properties            |        7 +
 libs.plist/nbproject/project.xml                   |       17 +
 .../src/org/netbeans/libs/plist/Bundle.properties  |        6 +
 libs.ppawtlayout/build.xml                         |       68 -
 .../layoutsrc/org/jdesktop/layout/Baseline.java    |      366 -
 .../layoutsrc/org/jdesktop/layout/GroupLayout.java |     2780 -
 .../layoutsrc/org/jdesktop/layout/LayoutStyle.java |      341 -
 libs.ppawtlayout/manifest.mf                       |        7 -
 libs.ppawtlayout/nbproject/project.properties      |       46 -
 libs.ppawtlayout/nbproject/project.xml             |       67 -
 .../netbeans/libs/ppawtlayout/Bundle.properties    |       47 -
 .../libs/ppawtlayout/cdc-pp-awt-layout.xml         |       61 -
 .../src/org/netbeans/libs/ppawtlayout/layer.xml    |       56 -
 libs.smack/manifest.mf                             |        2 +-
 libs.springframework/external/binaries-list        |        4 +-
 .../external/spring-2.5-license.txt                |      209 -
 .../spring-framework-3.0.2.RELEASE-license.txt     |      208 -
 .../spring-framework-3.2.7.RELEASE-license.txt     |      267 +
 .../spring-framework-4.0.1.RELEASE-license.txt     |      285 +
 libs.springframework/manifest.mf                   |        4 +-
 libs.springframework/nbproject/project.properties  |      139 +-
 libs.springframework/nbproject/project.xml         |       19 +-
 .../libs/springframework/Bundle.properties         |        5 +-
 .../org/netbeans/libs/springframework/layer.xml    |        6 +-
 .../libs/springframework/spring-framework.xml      |       65 -
 .../libs/springframework/spring-framework300.xml   |       96 +-
 .../libs/springframework/spring-framework400.xml   |      111 +
 .../external/binaries-list                         |        4 +-
 .../external/svnClientAdapter-1.6.13-license.txt   |      209 -
 .../svnClientAdapter-javahl-1.10.3-license.txt     |      209 +
 .../external/svnjavahl-1.6.0-license.txt           |       63 -
 .../external/svnjavahl-1.8.4-license.txt           |      209 +
 libs.svnClientAdapter.javahl/manifest.mf           |        2 +-
 .../nbproject/project.properties                   |        4 +-
 libs.svnClientAdapter.javahl/nbproject/project.xml |       16 +-
 .../javahl/JavaHlClientAdapterFactory.java         |       80 +-
 .../javahl/JavaHlClientAdapterFactoryTest.java     |       10 +-
 .../external/binaries-list                         |        9 +-
 ..._1.0.0.build217_r155_v20130603_1628-license.txt |       94 +
 ....svnkit_1.8.4.r10218_v20140302_1242-license.txt |       54 +
 .../external/sqljet-1.0.3-license.txt              |       54 -
 .../external/sqljet-1.1.10-license.txt             |       20 +
 .../external/svnClientAdapter-1.6.13-license.txt   |      209 -
 .../svnClientAdapter-svnkit-1.10.3-license.txt     |      209 +
 .../external/svnkit-1.3.4-license.txt              |       54 -
 .../external/svnkit-javahl-license.txt             |       63 -
 .../external/trilead-license.txt                   |       94 -
 libs.svnClientAdapter.svnkit/manifest.mf           |        2 +-
 .../nbproject/project.properties                   |       10 +-
 libs.svnClientAdapter.svnkit/nbproject/project.xml |       42 +-
 .../svnkit/SvnKitClientAdapterFactory.java         |        6 +-
 libs.svnClientAdapter/external/binaries-list       |        2 +-
 .../external/svnClientAdapter-1.10.3-license.txt   |      209 +
 .../external/svnClientAdapter-1.6.13-license.txt   |      209 -
 libs.svnClientAdapter/manifest.mf                  |        2 +-
 libs.svnClientAdapter/nbproject/project.properties |        2 +-
 libs.svnClientAdapter/nbproject/project.xml        |       10 +-
 .../svnclientadapter/SvnClientAdapterFactory.java  |        8 +-
 libs.swingx/external/binaries-list                 |        2 +-
 libs.swingx/external/swingx-0.9.5-license.txt      |      515 -
 libs.swingx/external/swingx-all-1.6.4-license.txt  |      516 +
 libs.swingx/manifest.mf                            |        2 +-
 libs.swingx/nbproject/project.properties           |        2 +-
 libs.swingx/nbproject/project.xml                  |       11 +-
 libs.testng/build.xml                              |       48 +
 libs.testng/external/binaries-list                 |        2 +
 libs.testng/external/testng-6.8.1-dist-license.txt |      213 +
 libs.testng/manifest.mf                            |        5 +
 libs.testng/nbproject/project.properties           |       50 +
 libs.testng/nbproject/project.xml                  |       69 +
 .../src/org/netbeans/libs/testng/Bundle.properties |       47 +
 libs.xerces/manifest.mf                            |       43 +-
 libs.xerces/nbproject/project.properties           |        2 +-
 localhistory/manifest.mf                           |        3 +-
 localhistory/nbproject/project.properties          |        9 +
 localhistory/nbproject/project.xml                 |       69 +-
 .../modules/localhistory/Bundle.properties         |        6 +
 .../modules/localhistory/LocalHistory.java         |      429 +-
 .../modules/localhistory/LocalHistoryProvider.java |      305 +
 .../modules/localhistory/LocalHistorySettings.java |       97 -
 .../modules/localhistory/LocalHistoryVCS.java      |       36 +-
 .../localhistory/LocalHistoryVCSAnnotator.java     |       19 +-
 .../localhistory/LocalHistoryVCSInterceptor.java   |      117 +-
 .../modules/localhistory/options/Bundle.properties |       10 -
 .../localhistory/options/LocalHistoryOptions.java  |       71 -
 .../options/LocalHistoryOptionsController.java     |      125 -
 .../options/LocalHistoryOptionsPanel.form          |      100 -
 .../options/LocalHistoryOptionsPanel.java          |      116 -
 .../localhistory/resources/Bundle.properties       |       46 -
 .../resources/HistoryTopComponentSettings.xml      |        8 +
 .../resources/HistoryTopComponentWstcref.xml       |        7 +
 .../resources/LocalHistoryTopComponentSettings.xml |        8 -
 .../resources/LocalHistoryTopComponentWstcref.xml  |        7 -
 .../modules/localhistory/resources/layer.xml       |       96 -
 .../localhistory/store/LocalHistoryStore.java      |       44 +-
 .../localhistory/store/LocalHistoryStoreImpl.java  |      841 +-
 .../modules/localhistory/store/StoreEntry.java     |       67 +-
 .../localhistory/ui/actions/Bundle.properties      |        4 +
 .../ui/actions/DeletedListRenderer.java            |      175 +
 .../modules/localhistory/ui/actions/FileNode.java  |      160 +
 .../ui/actions/RevertDeletedAction.java            |      262 +-
 .../localhistory/ui/actions/RevertPanel.form       |      102 +
 .../localhistory/ui/actions/RevertPanel.java       |      169 +
 .../localhistory/ui/revert/Bundle.properties       |        9 -
 .../localhistory/ui/revert/RevertFileChanges.java  |      156 -
 .../localhistory/ui/revert/RevertToAction.java     |      109 -
 .../modules/localhistory/ui/view/Bundle.properties |       63 +-
 .../modules/localhistory/ui/view/DeleteAction.java |       94 -
 .../modules/localhistory/ui/view/DiffPanel.form    |      141 -
 .../modules/localhistory/ui/view/DiffPanel.java    |      122 -
 .../localhistory/ui/view/HistoryTopComponent.form  |       17 +
 .../localhistory/ui/view/HistoryTopComponent.java  |      148 +
 .../localhistory/ui/view/LocalHistoryDiffView.java |      365 -
 .../localhistory/ui/view/LocalHistoryFileView.java |      397 -
 .../localhistory/ui/view/LocalHistoryRootNode.java |      341 -
 .../ui/view/LocalHistoryTopComponent.form          |       36 -
 .../ui/view/LocalHistoryTopComponent.java          |      156 -
 .../localhistory/ui/view/RevertFileAction.java     |      100 -
 .../localhistory/ui/view/ShowHistoryAction.java    |      293 +
 .../ui/view/ShowLocalHistoryAction.java            |      127 -
 .../localhistory/ui/view/StoreEntryNode.java       |      221 -
 .../modules/localhistory/utils/FileUtils.java      |       74 +
 .../netbeans/modules/localhistory/utils/Utils.java |        9 +-
 .../data/JavaApp/src/javaapp/Main.java             |       41 +-
 .../modules/localhistory/InterceptorTest.java      |      461 +
 .../modules/localhistory/IsManagedTest.java        |       89 +
 .../modules/localhistory/LHFileSystemTest.java     |       21 +-
 .../netbeans/modules/localhistory/LogHandler.java  |       55 +-
 .../modules/localhistory/store/CleanupTest.java    |      108 +-
 .../modules/localhistory/store/LHTestCase.java     |       69 +-
 .../localhistory/store/LocalHistoryTestStore.java  |       53 +-
 .../modules/localhistory/store/StoreTest.java      |      629 +-
 localtasks/build.xml                               |        5 +
 localtasks/manifest.mf                             |        5 +
 localtasks/nbproject/project.properties            |        5 +
 localtasks/nbproject/project.xml                   |      121 +
 .../netbeans/modules/localtasks/Bundle.properties  |       49 +
 .../modules/localtasks/IssueProviderImpl.java      |      124 +
 .../localtasks/IssueSchedulingProviderImpl.java    |       71 +
 .../localtasks/IssueStatusProviderImpl.java        |       81 +
 .../netbeans/modules/localtasks/LocalQuery.java    |      138 +
 .../modules/localtasks/LocalRepository.java        |      345 +
 .../modules/localtasks/LocalRepositoryConfig.java  |      100 +
 .../modules/localtasks/LocalTaskConnector.java     |       71 +
 .../modules/localtasks/QueryProviderImpl.java      |      100 +
 .../modules/localtasks/RepositoryProviderImpl.java |      125 +
 .../modules/localtasks}/resources/error.gif        |      Bin
 .../netbeans/modules/localtasks/resources/info.png |      Bin 0 -> 766 bytes
 .../modules/localtasks/resources/local_repo.png    |      Bin 0 -> 669 bytes
 .../modules/localtasks}/resources/warning.gif      |      Bin
 .../modules/localtasks/task/AddSubtaskPanel.form   |       70 +
 .../modules/localtasks/task/AddSubtaskPanel.java   |      160 +
 .../modules/localtasks/task/Bundle.properties      |       68 +
 .../modules/localtasks/task/LocalTask.java         |      815 +
 .../modules/localtasks/task/SubtaskTableModel.java |      137 +
 .../modules/localtasks/task/TaskController.java    |      158 +
 .../modules/localtasks/task/TaskPanel.form         |      569 +
 .../modules/localtasks/task/TaskPanel.java         |     1452 +
 .../modules/localtasks/util/FileUtils.java         |      377 +
 masterfs.linux/build.xml                           |        5 +
 masterfs.linux/manifest.mf                         |        7 +
 .../nbproject/project.properties                   |        0
 masterfs.linux/nbproject/project.xml               |       49 +
 .../masterfs/watcher/linux/Bundle.properties       |        1 +
 .../masterfs/watcher/linux/LinuxNotifier.java      |      232 +
 .../watcher/linux/LinuxNotifier235632Test.java     |      175 +
 masterfs.macosx/build.xml                          |        5 +
 masterfs.macosx/manifest.mf                        |        7 +
 .../nbproject/project.properties                   |        0
 masterfs.macosx/nbproject/project.xml              |       35 +
 .../masterfs/watcher/macosx/Bundle.properties      |        1 +
 .../masterfs/watcher/macosx/OSXNotifier.java       |      293 +
 masterfs.nio2/build.xml                            |        5 +
 masterfs.nio2/manifest.mf                          |        5 +
 .../nbproject/project.properties                   |        0
 masterfs.nio2/nbproject/project.xml                |       26 +
 .../masterfs/watcher/nio2/Bundle.properties        |        1 +
 .../modules/masterfs/watcher/nio2/NioNotifier.java |      122 +
 masterfs.windows/build.xml                         |        5 +
 masterfs.windows/manifest.mf                       |        7 +
 .../nbproject/project.properties                   |        0
 masterfs.windows/nbproject/project.xml             |       35 +
 .../masterfs/watcher/windows/Bundle.properties     |        1 +
 .../masterfs/watcher/windows/WindowsNotifier.java  |      475 +
 masterfs/apichanges.xml                            |       67 +
 masterfs/arch.xml                                  |       51 +-
 masterfs/manifest.mf                               |        5 +-
 masterfs/nbproject/project.properties              |       15 +
 masterfs/nbproject/project.xml                     |       26 +-
 .../masterfs/GlobalSharabilityQueryImpl.java       |       24 +-
 .../masterfs/GlobalVisibilityQueryImpl.java        |       11 +-
 .../org/netbeans/modules/masterfs/Installer.java   |       24 +-
 .../modules/masterfs/ProvidedExtensionsProxy.java  |       45 +-
 .../modules/masterfs/filebasedfs/Bundle.properties |        4 +
 .../masterfs/filebasedfs/FileBasedFileSystem.java  |       64 +-
 .../masterfs/filebasedfs/FileBasedURLMapper.java   |       95 +-
 .../filebasedfs/children/ChildrenCache.java        |       16 +
 .../filebasedfs/children/ChildrenSupport.java      |       77 +-
 .../filebasedfs/fileobjects/BaseFileObj.java       |      266 +-
 .../masterfs/filebasedfs/fileobjects/FileObj.java  |      115 +-
 .../filebasedfs/fileobjects/FileObjectFactory.java |      201 +-
 .../filebasedfs/fileobjects/FileObjectKeeper.java  |      187 +-
 .../filebasedfs/fileobjects/FolderObj.java         |      176 +-
 .../filebasedfs/fileobjects/LockForFile.java       |       14 +-
 .../fileobjects/MutualExclusionSupport.java        |       95 +-
 .../fileobjects/ReplaceForSerialization.java       |        7 +-
 .../filebasedfs/fileobjects/RootObjWindows.java    |       14 +
 .../masterfs/filebasedfs/naming/NameRef.java       |        5 +-
 .../masterfs/filebasedfs/naming/NamingFactory.java |      190 +-
 .../masterfs/filebasedfs/utils/FSException.java    |        2 +-
 .../filebasedfs/utils/FileChangedManager.java      |       38 +-
 .../masterfs/filebasedfs/utils/FileInfo.java       |       42 +-
 .../modules/masterfs/filebasedfs/utils/Utils.java  |       61 +-
 .../masterfs/providers/AnnotationProvider.java     |       22 +-
 .../modules/masterfs/providers/Attributes.java     |        7 +-
 .../modules/masterfs/providers/Notifier.java       |      131 +
 .../masterfs/providers/ProvidedExtensions.java     |        6 +-
 .../modules/masterfs/resources/Bundle.properties   |       26 +-
 .../modules/masterfs/watcher/FAMNotifier.java      |      166 -
 .../modules/masterfs/watcher/LinuxNotifier.java    |      209 -
 .../modules/masterfs/watcher/Notifier.java         |       98 -
 .../modules/masterfs/watcher/NotifierAccessor.java |       74 +
 .../modules/masterfs/watcher/NotifierKeyRef.java   |      104 +
 .../modules/masterfs/watcher/OSXNotifier.java      |      290 -
 .../netbeans/modules/masterfs/watcher/Watcher.java |      327 +-
 .../modules/masterfs/watcher/WindowsNotifier.java  |      411 -
 .../modules/masterfs/CreateFileOnWindowsTest.java  |       97 +
 .../modules/masterfs/ExLocalFileSystemTest.java    |        2 +-
 .../masterfs/FileObjectCyclicSymlinksTest.java     |      267 +
 .../modules/masterfs/FolderCopyProblemTest.java    |       82 +
 .../masterfs/GlobalSharabilityQueryImplTest.java   |        7 +-
 .../masterfs/GlobalVisibilityQueryImplTest.java    |        8 +-
 .../masterfs/SlowRefreshIncrementalTest.java       |       14 +-
 .../masterfs/SlowRefreshPreferrableTest.java       |       11 +-
 .../masterfs/SlowRefreshSuspendableTest.java       |        9 +
 .../netbeans/modules/masterfs/URLMapperTest.java   |       23 +
 .../netbeans/modules/masterfs/WrongHashTest.java   |      113 +
 .../filebasedfs/BaseFileObjectTestHid.java         |      242 +-
 .../filebasedfs/FileBasedFileSystemTest.java       |       11 +-
 .../filebasedfs/FileBasedFileSystemTestStat.java   |        7 +-
 .../FileBasedFileSystemWithExtensionsTest.java     |        1 +
 .../filebasedfs/FileBasedURLMapperTest.java        |       12 +
 .../FileUtilAddRecursiveListenerFilterTest.java    |      172 +
 ...ileUtilAddRecursiveListenerOnClassFileTest.java |      176 +
 .../modules/masterfs/filebasedfs/FileUtilTest.java |       96 +
 .../filebasedfs/RecursiveListenerOnOffTest.java    |       74 +
 .../filebasedfs/RecursiveValidityTest.java         |      236 +
 .../TwoFileNamesForASingleFileTest.java            |      162 +
 .../filebasedfs/children/ChildrenSupportTest.java  |       73 +-
 .../filebasedfs/fileobjects/FileObjTest.java       |      168 +-
 .../fileobjects/FileObjectFactorySizeTest.java     |       98 +
 .../fileobjects/FileObjectFactoryTest.java         |       22 -
 .../fileobjects/FileObjectKeeperTest.java          |      132 +
 .../filebasedfs/fileobjects/FolderObjTest.java     |      148 +-
 .../fileobjects/MutualExclusionSupportTest.java    |       35 +-
 .../fileobjects/NoLockWhenRefreshIOTest.java       |       14 +
 .../filebasedfs/fileobjects/StatFilesTest.java     |        8 +-
 .../filebasedfs/fileobjects/TestUtils.java         |       30 +-
 .../masterfs/filebasedfs/naming/FileNameTest.java  |       27 +
 .../filebasedfs/naming/NamingFactoryTest.java      |      145 +-
 .../masterfs/filebasedfs/utils/FileInfoTest.java   |        2 +-
 .../masterfs/providers/ProvidedExtensionsTest.java |      159 +-
 .../masterfs/watcher/CyclicSymlinkTest.java        |      261 +
 .../watcher/FsEventFromAtomicActionTest.java       |      188 +
 .../masterfs/watcher/MoveUnlocksWatcherTest.java   |       76 +
 .../masterfs/watcher/WatcherLoggingTest.java       |      163 +
 .../masterfs/watcher/WatcherSuspendTest.java       |      193 +
 .../modules/masterfs/watcher/WatcherTest.java      |      222 +
 maven.apisupport/manifest.mf                       |        4 +-
 maven.apisupport/nbproject/project.properties      |        2 +
 maven.apisupport/nbproject/project.xml             |      153 +-
 .../modules/maven/apisupport/AccessQueryImpl.java  |      101 +-
 .../AddOSGiParamToNbmPluginConfiguration.java      |        2 +-
 .../modules/maven/apisupport/AnnotatedNode.java    |        2 +
 .../ApisupportOutputProcessorFactory.java          |        1 +
 .../apisupport/ApisupportRecoPrivTemplates.java    |       14 +-
 .../modules/maven/apisupport/Bundle.properties     |       21 +-
 .../apisupport/CoSApplicationLateBoundChecker.java |      183 +
 .../modules/maven/apisupport/ExecutionChecker.java |        1 +
 .../apisupport/IDEOutputListenerProvider.java      |       21 +-
 .../apisupport/ImportantFilesNodeFactory.java      |      104 +-
 .../modules/maven/apisupport/InstallerPanel.form   |      203 +
 .../modules/maven/apisupport/InstallerPanel.java   |      413 +
 .../modules/maven/apisupport/MavenExecProject.java |       92 +
 .../maven/apisupport/MavenNbModuleImpl.java        |      358 +-
 .../maven/apisupport/MavenPackageModifierImpl.java |      287 +
 .../maven/apisupport/MavenPlatformJarProvider.java |      191 +
 .../apisupport/MavenRefactoringProviderImpl.java   |      163 +
 .../maven/apisupport/MavenWhiteListQueryImpl.java  |      647 +
 .../MissingNbInstallationProblemProvider.java      |      203 +
 .../ModuleJarAccessibilityQueryImpl.java           |      172 +
 .../modules/maven/apisupport/NBMNativeMWI.java     |      412 +
 .../modules/maven/apisupport/NbAppDescription.html |        4 +-
 .../maven/apisupport/NbModuleDescription.html      |        6 +-
 .../maven/apisupport/NbSuiteDescription.html       |       10 -
 .../maven/apisupport/NbmActionGoalProvider.java    |      130 +-
 .../modules/maven/apisupport/NbmIcons.java         |       71 +
 .../maven/apisupport/NbmWizardIterator.java        |      243 +-
 .../modules/maven/apisupport/NbmWizardPanel.java   |       15 +-
 .../maven/apisupport/NbmWizardPanelVisual.form     |        6 +-
 .../maven/apisupport/NbmWizardPanelVisual.java     |      236 +-
 .../apisupport/NetBeansRunParamsIDEChecker.java    |      140 +-
 .../maven/apisupport/NetBeansStartupArgs.java      |      108 +
 .../maven/apisupport/OpenBrandingEditorAction.java |      222 +-
 .../maven/apisupport/PackagesPanelProvider.java    |        8 +-
 .../maven/apisupport/PublicPackagesPanel.java      |       31 +-
 .../apisupport/RunIDEInstallationChecker.java      |      135 +
 .../modules/maven/apisupport/ideActionMappings.xml |       15 +-
 .../netbeans/modules/maven/apisupport/layer.xml    |       90 -
 .../modules/maven/apisupport}/module-badge.png     |      Bin
 .../netbeans/modules/maven/apisupport}/nbmicon.png |      Bin
 .../maven/apisupport/platformActionMappings.xml    |       21 +-
 .../modules/maven/apisupport}/suiteicon.png        |      Bin
 .../maven/apisupport/PublicPackagesPanelTest.java  |       37 +-
 maven.checkstyle/build.xml                         |        5 +
 maven.checkstyle/manifest.mf                       |        6 +
 .../nbproject/project.properties                   |        0
 maven.checkstyle/nbproject/project.xml             |       98 +
 .../modules/maven/checkstyle/Bundle.properties     |        1 +
 .../maven/format/checkstyle/AuxPropsImpl.java      |      356 +
 .../maven/format/checkstyle/Bundle.properties      |        0
 .../checkstyle/CheckstyleCustomizerPanel.java      |       74 +
 .../maven/format/checkstyle/CheckstylePanel.form   |      103 +
 .../maven/format/checkstyle/CheckstylePanel.java   |      291 +
 .../maven/format/checkstyle/ModuleConvertor.java   |      421 +
 .../format/checkstyle/config/avalon_checks.xml     |        0
 .../format/checkstyle/config/configuration_1_0.dtd |        0
 .../format/checkstyle/config/configuration_1_1.dtd |        0
 .../format/checkstyle/config/configuration_1_2.dtd |        0
 .../format/checkstyle/config/configuration_1_3.dtd |        0
 .../format/checkstyle/config/maven_checks.xml      |        0
 .../maven/format/checkstyle/config/sun_checks.xml  |        0
 .../format/checkstyle/config/turbine_checks.xml    |        0
 maven.coverage/manifest.mf                         |        2 +-
 maven.coverage/nbproject/project.xml               |       27 +-
 .../modules/maven/coverage/Bundle.properties       |        4 +-
 .../maven/coverage/CoverageActionsProvider.java    |        5 +-
 .../modules/maven/coverage/CoveragePopup.java      |        2 +-
 .../maven/coverage/MavenCoverageProvider.java      |      344 +-
 .../modules/maven/coverage/action-mappings.xml     |       13 +
 .../netbeans/modules/maven/coverage/jacoco-1.0.dtd |       84 +
 .../org/netbeans/modules/maven/coverage/layer.xml  |        5 +-
 maven.embedder/external/binaries-list              |        4 +-
 .../external/maven-dependency-tree-1.2-license.txt |      208 -
 .../external/maven-dependency-tree-2.0-license.txt |      208 +
 maven.embedder/manifest.mf                         |        2 +-
 maven.embedder/nbproject/project.properties        |        8 +-
 maven.embedder/nbproject/project.xml               |      113 +-
 .../release/modules/ext/maven/fallback_pom.xml     |        7 -
 .../release/modules/ext/maven/settings.xml         |        2 -
 .../modules/maven/embedder/ArtifactFixer.java      |        2 +-
 .../maven/embedder/EmbedderConfiguration.java      |       20 +-
 .../modules/maven/embedder/EmbedderFactory.java    |      541 +-
 .../modules/maven/embedder/MavenEmbedder.java      |      404 +-
 .../maven/embedder/MavenSettingsSingleton.java     |      115 -
 .../NBPluginParameterExpressionEvaluator.java      |       51 +-
 .../modules/maven/embedder/exec/Bundle.properties  |       51 -
 .../embedder/exec/ProgressTransferListener.java    |       76 +-
 .../maven/embedder/impl/ExtensionModule.java       |       76 +
 .../maven/embedder/impl/MavenProtocolHandler.java  |        9 +-
 .../maven/embedder/impl/NBModelBuilder.java        |      236 +
 .../embedder/impl/NbInheritanceAssembler.java      |      122 +
 .../impl/NbPluginDependenciesResolver.java         |       98 +
 .../maven/embedder/impl/NbRepositoryCache.java     |      101 +
 .../maven/embedder/impl/NbRepositorySystem.java    |      129 +
 .../maven/embedder/impl/NbWorkspaceReader.java     |      116 +
 .../maven/embedder/impl/OfflineConnector.java      |       74 +
 .../maven/embedder/EmbedderFactoryTest.java        |       78 +-
 .../maven/embedder/impl/NbRepositoryCacheTest.java |       64 +
 maven.grammar/manifest.mf                          |        1 -
 maven.grammar/nbproject/project.properties         |        1 +
 maven.grammar/nbproject/project.xml                |      120 +-
 .../modules/maven/codegen/AbstractGenerator.java   |      117 +
 .../modules/maven/codegen/Bundle.properties        |       17 +-
 .../modules/maven/codegen/ContextProvider.java     |        4 +
 .../modules/maven/codegen/DependencyGenerator.java |       87 +-
 .../modules/maven/codegen/ExclusionGenerator.java  |      134 +-
 .../modules/maven/codegen/LicenseGenerator.java    |      117 +
 .../modules/maven/codegen/MirrorGenerator.java     |       78 +-
 .../modules/maven/codegen/NewLicensePanel.form     |      112 +
 .../modules/maven/codegen/NewLicensePanel.java     |      243 +
 .../modules/maven/codegen/NewMirrorPanel.java      |       15 +-
 .../modules/maven/codegen/NewPluginPanel.form      |        2 +-
 .../modules/maven/codegen/NewPluginPanel.java      |       51 +-
 .../modules/maven/codegen/NewProfilePanel.java     |       10 +-
 .../modules/maven/codegen/PluginGenerator.java     |      117 +-
 .../modules/maven/codegen/ProfileGenerator.java    |      163 +-
 .../maven/codegen/SettingsContextProvider.java     |        4 +
 .../maven/format/checkstyle/AuxPropsImpl.java      |      345 -
 .../checkstyle/CheckstyleCustomizerPanel.java      |       74 -
 .../maven/format/checkstyle/CheckstylePanel.form   |      103 -
 .../maven/format/checkstyle/CheckstylePanel.java   |      265 -
 .../maven/format/checkstyle/ModuleConvertor.java   |      419 -
 .../maven/grammar/AbstractSchemaBasedGrammar.java  |      583 -
 .../netbeans/modules/maven/grammar/BasicPomMD.java |      251 +
 .../modules/maven/grammar/Bundle.properties        |        8 +-
 .../maven/grammar/DefaultGrammarFactory.java       |       31 +-
 .../modules/maven/grammar/DefaultKeyBindings.xml   |       54 +
 .../modules/maven/grammar/EffectivePomMD.java      |      477 +
 .../modules/maven/grammar/GoalsProviderImpl.java   |       20 +-
 .../maven/grammar/MavenArchetypeGrammar.java       |        3 +
 .../maven/grammar/MavenAssemblyGrammar.java        |        3 +-
 .../modules/maven/grammar/MavenNbmGrammar.java     |        3 +-
 .../modules/maven/grammar/MavenProjectGrammar.java |      381 +-
 .../modules/maven/grammar/MavenQueryProvider.java  |        5 +-
 .../maven/grammar/MavenSettingsGrammar.java        |       22 +-
 .../modules/maven/grammar/POM-abbreviations.xml    |        2 +-
 .../modules/maven/grammar/POMDataObject.java       |      119 +-
 .../netbeans/modules/maven/grammar/POMResolver.xml |        8 +-
 .../maven/grammar/ShowEffPomDiffAction.java        |      267 +
 .../modules/maven/grammar/ShowEffPomDiffPanel.form |      151 +
 .../modules/maven/grammar/ShowEffPomDiffPanel.java |      231 +
 .../maven/grammar/catalog/MavenCatalog.java        |       13 +-
 .../modules/maven/grammar/diffSettingsIcon.gif     |      Bin 0 -> 586 bytes
 .../maven/grammar/effpom/AnnotationBar.java        |      705 +
 .../maven/grammar/effpom/AnnotationBarManager.java |       86 +
 .../maven/grammar/effpom/AnnotationMark.java       |       93 +
 .../grammar/effpom/AnnotationMarkInstaller.java    |       66 +
 .../grammar/effpom/AnnotationMarkProvider.java     |       67 +
 .../effpom/LocationAwareMavenXpp3Writer.java       |     1461 +
 .../org/netbeans/modules/maven/grammar/layer.xml   |       66 +-
 .../modules/maven/grammar/settings-1.1.0.xsd       |      734 +
 .../grammar/spi/AbstractSchemaBasedGrammar.java    |      652 +
 .../grammar/spi/GrammarExtensionProvider.java      |        3 +-
 .../netbeans/modules/maven/grammar/xmlObject.gif   |      Bin 0 -> 573 bytes
 .../modules/maven/hyperlinks/Bundle.properties     |       41 +
 .../maven/hyperlinks/GoToImplementation.java       |      146 +
 .../maven/hyperlinks/HyperlinkProviderImpl.java    |      458 +-
 .../modules/maven/navigator/Bundle.properties      |      117 +-
 .../maven/navigator/POMInheritanceNavigator.java   |       22 +-
 .../maven/navigator/POMInheritancePanel.form       |        2 +-
 .../maven/navigator/POMInheritancePanel.java       |       23 +-
 .../modules/maven/navigator/POMModelNavigator.java |        9 +-
 .../modules/maven/navigator/POMModelPanel.form     |        2 +-
 .../modules/maven/navigator/POMModelPanel.java     |      184 +-
 .../modules/maven/navigator/POMModelVisitor.java   |      704 +-
 .../netbeans/modules/maven/navigator/TapPanel.java |        8 +
 .../modules/maven/navigator/TrivialLayout.java     |        5 +
 .../netbeans/modules/maven/navigator/sortAlpha.png |      Bin 0 -> 595 bytes
 maven.graph/manifest.mf                            |        3 +-
 maven.graph/nbproject/project.xml                  |       50 +-
 .../modules/maven/graph/ArtifactGraphNode.java     |        8 +-
 .../modules/maven/graph/ArtifactWidget.java        |      106 +-
 .../netbeans/modules/maven/graph/Bundle.properties |       39 +-
 .../modules/maven/graph/CenteredZoomAnimator.java  |       11 +-
 .../modules/maven/graph/DependencyGraphScene.java  |      473 +-
 .../maven/graph/DependencyGraphTopComponent.form   |       26 +-
 .../maven/graph/DependencyGraphTopComponent.java   |      269 +-
 .../netbeans/modules/maven/graph/EdgeWidget.java   |       51 +-
 .../maven/graph/FixVersionConflictPanel.java       |       89 +-
 .../maven/graph/FruchtermanReingoldLayout.java     |       69 +-
 .../modules/maven/graph/GraphConstructor.java      |        5 +-
 .../org/netbeans/modules/maven/graph/GraphMD.java  |       25 +-
 .../modules/maven/graph/HighlightVisitor.java      |       15 +-
 .../modules/maven/graph/ScopesVisitor.java         |        7 +-
 .../modules/maven/graph/SearchVisitor.java         |       11 +-
 .../modules/maven/graph/ShowGraphAction.java       |      103 -
 maven.groovy/build.xml                             |        5 +
 maven.groovy/manifest.mf                           |        6 +
 .../nbproject/project.properties                   |        0
 maven.groovy/nbproject/project.xml                 |      115 +
 .../modules/maven/groovy/Bundle.properties         |        1 +
 .../netbeans/modules/maven/groovy/GroovyPrivs.java |       71 +
 .../maven/groovy/GroovyReplaceTokenProvider.java   |      140 +
 .../modules/maven/groovy/GroovyRootProvider.java   |       55 +
 .../modules/maven/groovy/GroovySourcesImpl.java    |      124 +
 .../maven/groovy/GroovySourcesNodeFactory.java     |      209 +
 .../maven/groovy/extender/AddGroovyDependency.java |       74 +
 .../groovy/extender/AddGroovyEclipseCompiler.java  |      106 +
 .../groovy/extender/AddMavenCompilerPlugin.java    |      218 +
 .../maven/groovy/extender/MavenGroovyExtender.java |      132 +
 maven.hints/manifest.mf                            |        3 +-
 maven.hints/nbproject/project.properties           |        2 +
 maven.hints/nbproject/project.xml                  |       68 +-
 .../modules/maven/hints/errors/Bundle.properties   |        6 -
 .../hints/errors/SearchClassDependencyHint.java    |       12 +-
 .../hints/errors/SearchClassDependencyInRepo.java  |       80 +-
 .../src/org/netbeans/modules/maven/hints/layer.xml |        7 +
 .../modules/maven/hints/pom/Bundle.properties      |       14 +-
 .../hints/pom/HintsOptionsPanelController.java     |       14 +
 .../modules/maven/hints/pom/HintsPanel.form        |        4 +-
 .../modules/maven/hints/pom/HintsPanel.java        |       51 +-
 .../modules/maven/hints/pom/HintsPanelLogic.java   |       58 +-
 .../maven/hints/pom/JavaNetRepositoryError.java    |      247 +
 .../pom/JavaNetRepositoryErrorCustomizer.form      |      112 +
 .../pom/JavaNetRepositoryErrorCustomizer.java      |      200 +
 .../hints/pom/MoveToDependencyManagementHint.java  |      233 +-
 .../hints/pom/MoveToDependencyManagementPanel.form |        4 +-
 .../hints/pom/MoveToDependencyManagementPanel.java |       68 +-
 .../pom/OverrideDependencyManagementError.java     |       34 +-
 .../hints/pom/OverridePluginManagementError.java   |       33 +-
 .../org/netbeans/modules/maven/hints/pom/Pair.java |       73 -
 .../maven/hints/pom/ParentVersionError.java        |       85 +-
 .../hints/pom/ParentVersionErrorCustomizer.java    |       14 +-
 .../modules/maven/hints/pom/PomModelUtils.java     |       70 +
 .../maven/hints/pom/ReleaseVersionError.java       |       21 +-
 .../hints/pom/ReleaseVersionErrorCustomizer.java   |       13 +-
 .../modules/maven/hints/pom/RulesManager.java      |       11 +-
 .../modules/maven/hints/pom/StatusProvider.java    |      315 +-
 .../modules/maven/hints/pom/TaskListBridge.java    |        5 +-
 .../maven/hints/pom/props/TurnToPropertyHint.java  |      275 +
 .../modules/maven/hints/pom/spi/Configuration.java |       34 +-
 .../maven/hints/pom/spi/POMErrorFixProvider.java   |       19 +-
 .../hints/pom/spi/SelectionPOMFixProvider.java     |       11 +-
 .../modules/maven/hints/ui/Bundle.properties       |        4 -
 .../modules/maven/hints/ui/SearchDependencyUI.form |        2 +-
 .../modules/maven/hints/ui/SearchDependencyUI.java |      161 +-
 .../ui/customizers/SearchDependencyCustomizer.java |        3 +-
 .../modules/maven/hints/ui/nodes/ArtifactNode.java |        8 +-
 .../modules/maven/hints/ui/nodes/VersionNode.java  |       17 +-
 .../maven/hints/pom/StatusProviderTest.java        |       88 +
 .../modules/maven/hints/pom/pom-with-warnings.xml  |      222 +
 maven.indexer/external/binaries-list               |        6 +-
 .../external/lucene-core-3.6.2-license.txt         |      210 +
 .../external/lucene-highlighter-3.6.2-license.txt  |      210 +
 .../external/maven-indexer-4.1.0-license.txt       |      209 -
 .../external/maven-indexer-5.1.1-license.txt       |      209 +
 maven.indexer/manifest.mf                          |        5 +-
 maven.indexer/nbproject/project.properties         |       10 +-
 maven.indexer/nbproject/project.xml                |       79 +-
 .../indexer/ArtifactDependencyIndexCreator.java    |      166 +
 .../modules/maven/indexer/Bundle.properties        |        7 -
 .../maven/indexer/ClassDependencyIndexCreator.java |      409 +
 .../indexer/CustomArtifactContextProducer.java     |       83 +
 .../netbeans/modules/maven/indexer/Installer.java  |       10 +-
 .../maven/indexer/NexusRepositoryIndexerImpl.java  |     1946 +-
 .../maven/indexer/NotifyingIndexCreator.java       |       83 +
 .../maven/indexer/RemoteIndexTransferListener.java |       61 +-
 .../maven/indexer/RepositoryIndexerListener.java   |      110 +-
 .../modules/maven/indexer/api/Bundle.properties    |        9 +-
 .../modules/maven/indexer/api/NBArtifactInfo.java  |        3 +-
 .../modules/maven/indexer/api/NBVersionInfo.java   |      131 +-
 .../maven/indexer/api/PluginIndexManager.java      |      648 +-
 .../modules/maven/indexer/api/QueryRequest.java    |       11 +-
 .../maven/indexer/api/RepositoryIndexer.java       |       45 +-
 .../modules/maven/indexer/api/RepositoryInfo.java  |      158 +-
 .../maven/indexer/api/RepositoryPreferences.java   |      457 +-
 .../maven/indexer/api/RepositoryQueries.java       |      680 +-
 .../modules/maven/indexer/api/RepositoryUtil.java  |       36 +-
 .../maven/indexer/api/ui/ArtifactViewer.java       |       46 +-
 .../org/netbeans/modules/maven/indexer/layer.xml   |       73 -
 .../maven/indexer/spi/ArchetypeQueries.java        |        5 +-
 .../modules/maven/indexer/spi/BaseQueries.java     |       20 +-
 .../modules/maven/indexer/spi/ChecksumQueries.java |        5 +-
 .../modules/maven/indexer/spi/ClassUsageQuery.java |       64 +
 .../modules/maven/indexer/spi/ClassesQuery.java    |        5 +-
 .../maven/indexer/spi/DependencyInfoQueries.java   |        6 +-
 .../maven/indexer/spi/GenericFindQuery.java        |        5 +-
 .../netbeans/modules/maven/indexer/spi/Redo.java   |       53 +
 .../spi/RepositoryIndexerImplementation.java       |       15 +-
 .../maven/indexer/spi/ui/ArtifactNodeSelector.java |       61 +
 .../indexer/spi/ui/ArtifactViewerFactory.java      |       17 +-
 .../indexer/ClassDependencyIndexCreatorTest.java   |      120 +
 .../indexer/NexusRepositoryIndexerImplTest.java    |       92 +
 .../modules/maven/indexer/NexusTestBase.java       |      101 +
 .../maven/indexer/api/NBVersionInfoTest.java       |      218 +
 .../indexer/api/RepositoryPreferencesTest.java     |      131 +-
 maven.j2ee/manifest.mf                             |        3 +-
 maven.j2ee/nbproject/project.properties            |        6 +-
 maven.j2ee/nbproject/project.xml                   |      205 +-
 .../modules/maven/j2ee/BaseEEModuleImpl.java       |      358 +
 .../modules/maven/j2ee/BaseEEModuleProvider.java   |      175 +
 .../netbeans/modules/maven/j2ee/Bundle.properties  |       49 +-
 .../maven/j2ee/ContainerCPModifierImpl.java        |      233 +-
 .../netbeans/modules/maven/j2ee/CopyOnSave.java    |       68 +-
 .../modules/maven/j2ee/EMGSResolverImpl.java       |      159 -
 .../maven/j2ee/EjbChangeDescriptorImpl.java        |       61 +
 .../maven/j2ee/EmbeddableEJBContainerHint.java     |       68 +-
 .../modules/maven/j2ee/ExecutionChecker.java       |      386 -
 .../maven/j2ee/J2EEPrerequisitesChecker.java       |      126 -
 .../netbeans/modules/maven/j2ee/J2eeActions.java   |      161 +
 .../modules/maven/j2ee/J2eeActionsProvider.java    |       64 +-
 .../modules/maven/j2ee/J2eeLookupProvider.java     |      271 -
 .../modules/maven/j2ee/J2eeMavenSourcesImpl.java   |      288 +-
 .../modules/maven/j2ee/J2eeRecoPrivTemplates.java  |      301 -
 .../netbeans/modules/maven/j2ee/JPAStuffImpl.java  |       40 +-
 .../maven/j2ee/JavaEEProjectSettingsImpl.java      |      124 +
 .../modules/maven/j2ee/JsfSupportHandleImpl.java   |       72 +
 .../modules/maven/j2ee/MavenJavaEEConstants.java   |       19 +-
 .../j2ee/MavenPersistenceProviderSupplier.java     |      122 -
 .../MissingJavaEEForUnitTestExecutionHint.java     |       21 +-
 .../maven/j2ee/ModuleChangeReporterImpl.java       |       62 +
 .../modules/maven/j2ee/OneTimeDeployment.java      |       85 +
 .../org/netbeans/modules/maven/j2ee/POHImpl.java   |      385 -
 .../modules/maven/j2ee/ProjectHookImpl.java        |      274 +
 .../modules/maven/j2ee/SelectAppServerPanel.form   |      146 -
 .../modules/maven/j2ee/SelectAppServerPanel.java   |      338 -
 .../modules/maven/j2ee/SelectProjectPanel.form     |       58 -
 .../modules/maven/j2ee/SelectProjectPanel.java     |      252 -
 .../modules/maven/j2ee/ServiceRegistrations.java   |      107 +
 .../modules/maven/j2ee/SessionContent.java         |       16 +-
 .../org/netbeans/modules/maven/j2ee/Wrapper.java   |      197 -
 .../maven/j2ee/appclient/AppClientImpl.java        |      140 +
 .../appclient/AppClientModuleProviderImpl.java     |      122 +
 .../modules/maven/j2ee/ear/EarDDGeneratorImpl.java |      191 +
 .../netbeans/modules/maven/j2ee/ear/EarImpl.java   |      273 +-
 .../maven/j2ee/ear/EarModuleProviderImpl.java      |       61 +-
 .../maven/j2ee/ear/EarRecoPrivTemplates.java       |       85 +
 .../maven/j2ee/ear/EarRunCustomizerPanel.form      |      129 -
 .../maven/j2ee/ear/EarRunCustomizerPanel.java      |      291 -
 .../maven/j2ee/ear/EarRunPanelProvider.java        |       93 -
 .../maven/j2ee/ear/NonProjectJ2eeModule.java       |      102 +-
 .../maven/j2ee/ear/model/ApplicationImpl.java      |      274 +-
 .../j2ee/ear/model/ApplicationMetadataImpl.java    |        1 +
 .../ear/model/ApplicationMetadataModelImpl.java    |       10 +
 .../modules/maven/j2ee/ear/model/ModuleImpl.java   |      214 -
 .../modules/maven/j2ee/ear/model/WebImpl.java      |      151 -
 .../maven/j2ee/ejb/EjbEntRefContainerImpl.java     |       16 +-
 .../modules/maven/j2ee/ejb/EjbJarImpl.java         |      384 +-
 .../maven/j2ee/ejb/EjbModuleProviderImpl.java      |      111 +-
 .../maven/j2ee/ejb/EjbRecoPrivTemplates.java       |      146 +
 .../maven/j2ee/ejb/EjbRunCustomizerPanel.form      |      109 -
 .../maven/j2ee/ejb/EjbRunCustomizerPanel.java      |      265 -
 .../maven/j2ee/ejb/EjbRunPanelProvider.java        |       93 -
 .../modules/maven/j2ee/execution/Bundle.properties |        1 +
 .../j2ee/execution/CoSAlternativeExecutorImpl.java |      113 +
 .../maven/j2ee/execution/DeploymentHelper.java     |      306 +
 .../maven/j2ee/execution/DeploymentLogger.java     |       69 +
 .../maven/j2ee/execution/ExecutionChecker.java     |      160 +
 .../maven/j2ee/execution/ExecutionConstants.java   |       64 +
 .../j2ee/execution/PrerequisitesCheckerImpl.java   |      174 +
 .../j2ee/execution/ServerInstanceChooserPanel.form |       57 +
 .../j2ee/execution/ServerInstanceChooserPanel.java |      134 +
 .../src/org/netbeans/modules/maven/j2ee/layer.xml  |       32 -
 .../maven/j2ee/osgi/OsgiLookupProvider.java        |      192 +
 .../modules/maven/j2ee/ui/Bundle.properties        |       60 +
 .../netbeans/modules/maven/j2ee/ui/EEIcons.java    |       85 +
 .../maven/j2ee/ui/SelectAppServerPanel.form        |      174 +
 .../maven/j2ee/ui/SelectAppServerPanel.java        |      448 +
 .../modules/maven/j2ee/ui/SelectProjectPanel.form  |       58 +
 .../modules/maven/j2ee/ui/SelectProjectPanel.java  |      257 +
 .../j2ee/ui/customizer/ApplyChangesCustomizer.java |       54 +
 .../j2ee/ui/customizer/BaseRunCustomizer.java      |      202 +
 .../maven/j2ee/ui/customizer/Bundle.properties     |        3 +
 .../maven/j2ee/ui/customizer/CheckBoxUpdater.java  |      219 +
 .../maven/j2ee/ui/customizer/ComboBoxUpdater.java  |      227 +
 .../ui/customizer/MavenCompositePanelProvider.java |      232 +
 .../j2ee/ui/customizer/impl/AddFrameworkPanel.form |       66 +
 .../j2ee/ui/customizer/impl/AddFrameworkPanel.java |      155 +
 .../j2ee/ui/customizer/impl/Bundle.properties      |       58 +
 .../ui/customizer/impl/CustomizerFrameworks.form   |      131 +
 .../ui/customizer/impl/CustomizerFrameworks.java   |      611 +
 .../j2ee/ui/customizer/impl/CustomizerRunEar.form  |      120 +
 .../j2ee/ui/customizer/impl/CustomizerRunEar.java  |      195 +
 .../j2ee/ui/customizer/impl/CustomizerRunEjb.form  |      109 +
 .../j2ee/ui/customizer/impl/CustomizerRunEjb.java  |      161 +
 .../j2ee/ui/customizer/impl/CustomizerRunWeb.form  |      269 +
 .../j2ee/ui/customizer/impl/CustomizerRunWeb.java  |      624 +
 .../j2ee/ui/nodes/RemoteFilesNodeRegistration.java |       53 +
 .../modules/maven/j2ee/ui/nodes/WebPagesNode.java  |      214 +
 .../maven/j2ee/ui/nodes/WebPagesNodeFactory.java   |      146 +
 .../maven/j2ee/ui/resources/AppClientIcon.png      |      Bin 0 -> 983 bytes
 .../modules/maven/j2ee/ui/resources/EarIcon.png    |      Bin
 .../modules/maven/j2ee/ui/resources/EjbIcon.png    |      Bin
 .../modules/maven/j2ee/ui/resources/WebIcon.png    |      Bin
 .../resources/WebPagesBadge.png}                   |      Bin
 .../modules/maven/j2ee/ui/util/Bundle.properties   |       44 +
 .../modules/maven/j2ee/ui/util/WarningPanel.form   |       67 +
 .../modules/maven/j2ee/ui/util/WarningPanel.java   |      111 +
 .../maven/j2ee/ui/util/WarningPanelSupport.java    |       79 +
 .../maven/j2ee/ui/wizard/BaseWizardIterator.java   |      261 +
 .../modules/maven/j2ee/ui/wizard/Bundle.properties |       60 +
 .../maven/j2ee/ui/wizard/EAVisualPanel.form        |      218 +
 .../maven/j2ee/ui/wizard/EAVisualPanel.java        |      342 +
 .../maven/j2ee/ui/wizard/EAWizardIterator.java     |      220 +
 .../maven/j2ee/ui/wizard/EAWizardPanel.java        |      133 +
 .../modules/maven/j2ee/ui/wizard/EELevelPanel.java |       96 +
 .../maven/j2ee/ui/wizard/EELevelPanelVisual.form   |       95 +
 .../maven/j2ee/ui/wizard/EELevelPanelVisual.java   |      143 +
 .../maven/j2ee/ui/wizard/EEWizardIterator.java     |      159 +
 .../j2ee/ui/wizard/ServerSelectionHelper.java      |      294 +
 .../archetype/BaseJ2eeArchetypeProvider.java       |      137 +
 .../ui/wizard/archetype/J2eeArchetypeFactory.java  |      167 +
 .../ui/wizard/resources/AppClientDescription.html  |        8 +
 .../{ => ui/wizard/resources}/EADescription.html   |        0
 .../{ => ui/wizard/resources}/EjbDescription.html  |        0
 .../wizard/resources}/WebAppDescription.html       |        0
 .../modules/maven/j2ee/utils/Bundle.properties     |        8 +
 .../modules/maven/j2ee/utils/LoggingUtils.java     |      174 +
 .../maven/j2ee/utils/MavenProjectSupport.java      |      549 +
 .../netbeans/modules/maven/j2ee/utils/Server.java  |      164 +
 .../modules/maven/j2ee/utils/ServerUtils.java      |      168 +
 .../maven/j2ee/web/AdditionalWebProvider.java      |      111 +
 .../modules/maven/j2ee/web/Bundle.properties       |        4 -
 .../j2ee/web/CssPreprocessorsProblemProvider.java  |       77 +
 .../maven/j2ee/web/CssPreprocessorsSupport.java    |      101 +
 .../maven/j2ee/web/EntRefContainerImpl.java        |       56 +-
 .../j2ee/web/MavenWebProjectWebRootProvider.java   |       78 -
 .../modules/maven/j2ee/web/WebAppFilterNode.java   |      183 -
 .../maven/j2ee/web/WebAppMetadataHelper.java       |        1 +
 .../modules/maven/j2ee/web/WebAppNodeFactory.java  |      139 -
 .../modules/maven/j2ee/web/WebCopyOnSave.java      |      417 +-
 .../modules/maven/j2ee/web/WebEjbJarImpl.java      |       12 +-
 .../modules/maven/j2ee/web/WebModuleImpl.java      |      555 +-
 .../maven/j2ee/web/WebModuleProviderImpl.java      |      152 +-
 .../maven/j2ee/web/WebProjectBrowserProvider.java  |      172 +
 .../modules/maven/j2ee/web/WebProjectUtils.java    |      124 +
 .../maven/j2ee/web/WebProjectWebRootProvider.java  |      172 +
 .../maven/j2ee/web/WebRecoPrivTemplates.java       |      224 +
 .../maven/j2ee/web/WebReplaceTokenProvider.java    |      220 +-
 .../maven/j2ee/web/WebRunCustomizerPanel.form      |      244 -
 .../maven/j2ee/web/WebRunCustomizerPanel.java      |      581 -
 .../maven/j2ee/web/WebRunPanelProvider.java        |       95 -
 .../maven/j2ee/web/WhiteListUpdaterImpl.java       |       74 +
 .../modules/maven/j2ee/webActionMappings.xml       |       29 +
 .../maven/webframeworks/AddFrameworkPanel.form     |       66 -
 .../maven/webframeworks/AddFrameworkPanel.java     |      157 -
 .../modules/maven/webframeworks/Bundle.properties  |       57 -
 .../maven/webframeworks/WebFrameworksPanel.form    |      131 -
 .../maven/webframeworks/WebFrameworksPanel.java    |      438 -
 .../webframeworks/WebFrameworksPanelProvider.java  |       97 -
 .../maven/webframeworks/WizardProperties.java      |       47 -
 .../modules/maven/j2ee/JavaEEMavenTestBase.java    |      436 +
 .../maven/j2ee/JavaEEProjectSettingsImplTest.java  |       84 +
 .../netbeans/modules/maven/j2ee/PomBuilder.java    |      177 +
 .../modules/maven/j2ee/utils/Bundle.properties     |        2 +
 .../modules/maven/j2ee/utils/CreateDDTest.java     |      116 +
 .../maven/j2ee/utils/IsWebSupportedTest.java       |       82 +
 .../modules/maven/j2ee/utils/LoggingUtilsTest.java |       74 +
 .../maven/j2ee/utils/ServerSettingTest.java        |       95 +
 .../modules/maven/j2ee/web/WebModuleImplTest.java  |      226 +
 maven.jaxws/manifest.mf                            |        2 +-
 maven.jaxws/nbproject/project.xml                  |      148 +-
 .../netbeans/modules/maven/jaxws/Bundle.properties |        2 +
 .../modules/maven/jaxws/ConfirmationPanel.form     |        4 +-
 .../modules/maven/jaxws/ConfirmationPanel.java     |       28 +-
 .../modules/maven/jaxws/MavenJAXWSSupportImpl.java |       81 +-
 .../maven/jaxws/MavenJaxWsLookupProvider.java      |       92 -
 .../maven/jaxws/MavenJaxWsServicesProvider.java    |      124 -
 .../maven/jaxws/MavenJaxWsSupportProvider.java     |      161 +-
 .../modules/maven/jaxws/MavenModelUtils.java       |      171 +-
 .../maven/jaxws/MavenProjectRestSupport.java       |      324 +-
 .../modules/maven/jaxws/MavenWebService.java       |        5 +
 .../netbeans/modules/maven/jaxws/WSStackUtils.java |        9 +-
 .../org/netbeans/modules/maven/jaxws/WSUtils.java  |      237 +-
 .../modules/maven/jaxws/_RetoucheUtil.java         |       23 +-
 .../maven/jaxws/actions/AddOperationAction.java    |       51 +-
 .../maven/jaxws/actions/AddWsOperationHelper.java  |      162 +-
 .../modules/maven/jaxws/actions/Bundle.properties  |        6 +-
 .../maven/jaxws/actions/ClientExplorerPanel.java   |        2 +-
 .../maven/jaxws/actions/JaxWsAddOperation.java     |        2 +
 .../jaxws/actions/JaxWsAddOperationProvider.java   |        1 +
 .../maven/jaxws/actions/JaxWsCodeGenerator.java    |      248 +-
 .../actions/JaxWsInvokeOperationProvider.java      |        1 +
 .../maven/jaxws/actions/JaxWsRefreshAction.java    |        5 +
 .../jaxws/actions/WSEditAttributesAction.java      |        4 +
 .../maven/jaxws/actions/WsTesterPageAction.java    |       12 +-
 .../jaxws/nodes/ClientHandlerButtonListener.java   |       92 +-
 .../maven/jaxws/nodes/HandlerButtonListener.java   |       35 +-
 .../modules/maven/jaxws/nodes/JaxWsChildren.java   |      189 +-
 .../maven/jaxws/nodes/JaxWsClientChildren.java     |        6 +-
 .../modules/maven/jaxws/nodes/JaxWsClientNode.java |       22 +
 .../maven/jaxws/nodes/JaxWsClientRootChildren.java |        9 +-
 .../maven/jaxws/nodes/JaxWsClientRootNode.java     |        1 +
 .../modules/maven/jaxws/nodes/JaxWsNode.java       |      271 +-
 .../maven/jaxws/nodes/JaxWsNodeFactory.java        |       78 +-
 .../maven/jaxws/nodes/JaxWsRootChildren.java       |       11 +-
 .../modules/maven/jaxws/nodes/JaxWsRootNode.java   |        1 +
 .../maven/jaxws/nodes/OperationEditorDrop.java     |        6 +-
 .../modules/maven/jaxws/nodes/OperationNode.java   |        1 +
 .../modules/maven/jaxws/nodes/PortChildren.java    |        1 +
 .../modules/maven/jaxws/nodes/PortNode.java        |        3 -
 .../modules/maven/jaxws/nodes/ServiceChildren.java |        1 +
 .../modules/maven/jaxws/nodes/ServiceNode.java     |        3 -
 .../modules/maven/jaxws/wizards/Bundle.properties  |        4 +
 .../maven/jaxws/wizards/JaxWsClientCreator.java    |      106 +-
 .../jaxws/wizards/JaxWsClientCreatorProvider.java  |        1 +
 .../maven/jaxws/wizards/JaxWsServiceCreator.java   |      336 +-
 .../jaxws/wizards/JaxWsServiceCreatorProvider.java |        1 +
 .../maven/jaxws/wizards/MavenSchemaCompiler.java   |        5 +-
 .../maven/jaxws/wizards/WizardProperties.java      |        1 +
 .../jaxws/wseditor/EditWSAttributesCookieImpl.java |        4 +-
 .../jaxws/wseditor/EditWSAttributesPanel.form      |        4 +-
 .../jaxws/wseditor/EditWSAttributesPanel.java      |       35 +-
 maven.junit/manifest.mf                            |        3 +-
 maven.junit/nbproject/project.properties           |        2 +
 maven.junit/nbproject/project.xml                  |       50 +-
 .../maven/junit/JUnitOutputListenerProvider.java   |      454 +-
 .../maven/junit/JUnitOutputProcessorFactory.java   |        8 +-
 .../modules/maven/junit/nodes/Bundle.properties    |       78 -
 .../maven/junit/nodes/JUnitTestMethodNode.java     |       30 +-
 .../junit/nodes/JUnitTestRunnerNodeFactory.java    |        4 +-
 .../modules/maven/junit/nodes/JumpAction.java      |       31 +-
 .../modules/maven/junit/nodes/OutputUtils.java     |      283 +-
 .../maven/junit/nodes/TestMethodNodeAction.java    |       16 +-
 .../junit/JUnitOutputListenerProviderTest.java     |       31 +
 maven.kit/manifest.mf                              |        4 +-
 maven.kit/nbproject/project.xml                    |       37 +-
 maven.model/manifest.mf                            |        2 +-
 maven.model/nbproject/project.properties           |        2 +
 maven.model/nbproject/project.xml                  |       39 +-
 .../modules/maven/model/ModelOperation.java        |        3 +
 .../netbeans/modules/maven/model/Utilities.java    |      112 +-
 .../modules/maven/model/pom/POMComponent.java      |        7 +-
 .../netbeans/modules/maven/model/pom/POMModel.java |       16 +
 .../modules/maven/model/pom/POMModelFactory.java   |        7 +-
 .../netbeans/modules/maven/model/pom/POMQName.java |       10 +-
 .../modules/maven/model/pom/POMQNames.java         |      288 +-
 .../netbeans/modules/maven/model/pom/Profile.java  |       12 +-
 .../netbeans/modules/maven/model/pom/Project.java  |       19 +-
 .../modules/maven/model/pom/Reporting.java         |        2 -
 .../maven/model/pom/RepositoryContainer.java       |       60 +
 .../maven/model/pom/impl/ActivationCustomImpl.java |        4 +-
 .../maven/model/pom/impl/ActivationFileImpl.java   |        5 +
 .../maven/model/pom/impl/ActivationImpl.java       |       14 +-
 .../maven/model/pom/impl/ActivationOSImpl.java     |       12 +-
 .../model/pom/impl/ActivationPropertyImpl.java     |        8 +-
 .../maven/model/pom/impl/BuildBaseImpl.java        |       53 +-
 .../modules/maven/model/pom/impl/BuildImpl.java    |       37 +-
 .../maven/model/pom/impl/CiManagementImpl.java     |       15 +-
 .../maven/model/pom/impl/ConfigurationImpl.java    |       14 +-
 .../maven/model/pom/impl/ContributorImpl.java      |       22 +-
 .../maven/model/pom/impl/DependencyImpl.java       |        8 +-
 .../model/pom/impl/DependencyManagementImpl.java   |        5 +-
 .../model/pom/impl/DeploymentRepositoryImpl.java   |       10 +-
 .../maven/model/pom/impl/DeveloperImpl.java        |       19 +-
 .../model/pom/impl/DistributionManagementImpl.java |       28 +-
 .../model/pom/impl/ElementFactoryRegistry.java     |       10 +-
 .../maven/model/pom/impl/ExclusionImpl.java        |        8 +-
 .../maven/model/pom/impl/ExtensionImpl.java        |        4 +-
 .../maven/model/pom/impl/IdPOMComponentImpl.java   |        4 +-
 .../maven/model/pom/impl/IssueManagementImpl.java  |        8 +-
 .../modules/maven/model/pom/impl/LicenseImpl.java  |       10 +-
 .../modules/maven/model/pom/impl/ListImpl.java     |        8 +-
 .../maven/model/pom/impl/MailingListImpl.java      |       11 +
 .../modules/maven/model/pom/impl/NotifierImpl.java |        4 +-
 .../maven/model/pom/impl/OrganizationImpl.java     |        8 +-
 .../modules/maven/model/pom/impl/POMAttribute.java |        3 +
 .../model/pom/impl/POMComponentFactoryImpl.java    |       45 +
 .../maven/model/pom/impl/POMComponentImpl.java     |       27 +-
 .../model/pom/impl/POMElementFactoryProvider.java  |        1 -
 .../modules/maven/model/pom/impl/ParentImpl.java   |        6 +-
 .../maven/model/pom/impl/PluginExecutionImpl.java  |       23 +-
 .../modules/maven/model/pom/impl/PluginImpl.java   |       50 +-
 .../maven/model/pom/impl/PluginManagementImpl.java |       13 +-
 .../maven/model/pom/impl/PrerequisitesImpl.java    |        6 +-
 .../modules/maven/model/pom/impl/ProfileImpl.java  |       76 +-
 .../modules/maven/model/pom/impl/ProjectImpl.java  |      101 +-
 .../maven/model/pom/impl/PropertiesImpl.java       |        7 +-
 .../maven/model/pom/impl/ReportPluginImpl.java     |       13 +-
 .../maven/model/pom/impl/ReportSetImpl.java        |       22 +-
 .../maven/model/pom/impl/ReportingImpl.java        |       19 +-
 .../maven/model/pom/impl/RepositoryImpl.java       |       14 +-
 .../maven/model/pom/impl/RepositoryPolicyImpl.java |       10 +-
 .../modules/maven/model/pom/impl/ResourceImpl.java |       29 +-
 .../modules/maven/model/pom/impl/ScmImpl.java      |       12 +-
 .../modules/maven/model/pom/impl/SiteImpl.java     |        8 +-
 .../maven/model/pom/impl/StringListImpl.java       |        7 +-
 .../pom/impl/VersionablePOMComponentImpl.java      |        6 +
 .../model/pom/spi/POMExtensibilityElementBase.java |       16 +-
 .../pom/visitor/ChildComponentUpdateVisitor.java   |        7 +-
 .../maven/model/pom/visitor/DefaultVisitor.java    |       41 +
 .../modules/maven/model/settings/Mirror.java       |       23 +-
 .../modules/maven/model/settings/Proxy.java        |        2 -
 .../modules/maven/model/settings/Server.java       |        2 -
 .../maven/model/settings/SettingsAttribute.java    |        4 +
 .../maven/model/settings/SettingsComponent.java    |        1 +
 .../maven/model/settings/SettingsModel.java        |        1 +
 .../maven/model/settings/SettingsModelFactory.java |        1 +
 .../maven/model/settings/SettingsQName.java        |       78 +-
 .../maven/model/settings/SettingsQNames.java       |      166 +-
 .../model/settings/impl/ActivationCustomImpl.java  |        1 +
 .../model/settings/impl/ActivationFileImpl.java    |        1 +
 .../maven/model/settings/impl/ActivationImpl.java  |        9 +
 .../model/settings/impl/ActivationOSImpl.java      |        1 +
 .../settings/impl/ActivationPropertyImpl.java      |        5 +
 .../model/settings/impl/ConfigurationImpl.java     |        7 +-
 .../settings/impl/ElementFactoryRegistry.java      |       10 +-
 .../maven/model/settings/impl/ListImpl.java        |        5 +
 .../maven/model/settings/impl/MirrorImpl.java      |       54 +-
 .../maven/model/settings/impl/ProfileImpl.java     |       13 +
 .../model/settings/impl/ProfilesAttribute.java     |        3 +
 .../maven/model/settings/impl/PropertiesImpl.java  |       10 +-
 .../maven/model/settings/impl/ProxyImpl.java       |       17 +
 .../maven/model/settings/impl/RepositoryImpl.java  |       13 +
 .../model/settings/impl/RepositoryPolicyImpl.java  |        1 +
 .../maven/model/settings/impl/ServerImpl.java      |       12 +-
 .../impl/SettingsComponentFactoryImpl.java         |       19 +
 .../model/settings/impl/SettingsComponentImpl.java |        6 +
 .../impl/SettingsElementFactoryProvider.java       |       15 +-
 .../maven/model/settings/impl/SettingsImpl.java    |       29 +
 .../model/settings/impl/SettingsModelImpl.java     |       27 +-
 .../maven/model/settings/impl/StringListImpl.java  |        4 +
 .../spi/SettingsExtensibilityElementBase.java      |       13 +
 .../visitor/ChildComponentUpdateVisitor.java       |        3 +-
 .../model/settings/visitor/DefaultVisitor.java     |       17 +
 .../modules/maven/model/UtilitiesTest.java         |       14 +
 .../org/netbeans/modules/maven/pom/ModelTest.java  |       24 +-
 maven.osgi/manifest.mf                             |        3 +-
 maven.osgi/nbproject/project.properties            |        2 +
 maven.osgi/nbproject/project.xml                   |       80 +-
 .../modules/maven/osgi/AccessQueryImpl.java        |       45 +-
 .../modules/maven/osgi/ActivatorIterator.java      |      306 -
 .../netbeans/modules/maven/osgi/Bundle.properties  |        3 -
 .../maven/osgi/FelixPluginGrammarExtension.java    |       25 +-
 .../maven/osgi/ForeignClassBundlerImpl.java        |      175 +
 .../org/netbeans/modules/maven/osgi/Matcher.java   |      213 +
 .../netbeans/modules/maven/osgi/OSGIConstants.java |       68 -
 .../modules/maven/osgi/OSGILookupProvider.java     |      117 +
 .../netbeans/modules/maven/osgi/OSGiConstants.java |       68 +
 .../org/netbeans/modules/maven/osgi/OSGiIcon.java  |       54 +
 .../maven/osgi/OSGiJarAccessibilityQueryImpl.java  |      185 +
 .../maven/osgi/customizer/Bundle.properties        |        4 +-
 .../osgi/customizer/FelixExportPersister.java      |      157 +-
 .../maven/osgi/customizer/PackagesPanel.form       |       67 +-
 .../maven/osgi/customizer/PackagesPanel.java       |       89 +-
 .../osgi/customizer/PackagesPanelProvider.java     |       19 +-
 .../src/org/netbeans/modules/maven/osgi/layer.xml  |       26 -
 .../netbeans/modules/maven/osgi}/maven_osgi_16.png |      Bin
 .../modules/maven/osgi/maven_osgi_badge.png        |      Bin 0 -> 1392 bytes
 .../maven/osgi/templates/Activator.java.template   |       28 +
 .../maven/osgi/templates/ActivatorIterator.java    |      328 +
 .../modules/maven/osgi/templates/BundleWizard.java |       57 +
 .../maven/osgi/templates/activator.java.template   |       28 -
 .../netbeans/modules/maven/osgi/MatcherTest.java   |      226 +
 maven.persistence/manifest.mf                      |        3 +-
 maven.persistence/nbproject/project.xml            |       48 +-
 .../modules/maven/persistence/CPExtender.java      |       63 +-
 .../persistence/EntityClassScopeProviderImpl.java  |        2 +
 .../persistence/MavenPersistenceProvider.java      |       14 +-
 .../PersistenceLocationProviderImpl.java           |       57 +-
 .../maven/persistence/PersistenceScopeImpl.java    |        3 +
 .../persistence/PersistenceScopeProviderImpl.java  |       17 +-
 .../persistence/PersistenceScopesProviderImpl.java |      100 +-
 .../persistence/RecommendedTemplatesImpl.java      |        1 +
 maven.profiler/manifest.mf                         |        3 +-
 maven.profiler/nbproject/project.xml               |       76 +-
 .../modules/maven/profiler/ActionMappings.xml      |      150 -
 .../MavenProjectProfilingSupportProvider.java      |       92 +
 .../maven/profiler/MavenProjectTypeProfiler.java   |      141 -
 .../maven/profiler/ProfilerActionsProvider.java    |       89 -
 .../modules/maven/profiler/RunCheckerImpl.java     |      135 +-
 .../maven/profiler/impl/MavenCategoryBuilder.java  |        9 +-
 maven.refactoring/build.xml                        |        5 +
 maven.refactoring/manifest.mf                      |        6 +
 .../nbproject/project.properties                   |        0
 maven.refactoring/nbproject/project.xml            |      137 +
 .../maven/refactoring/ArtifactTreeElement.java     |      115 +
 .../modules/maven/refactoring/Bundle.properties    |        1 +
 .../MavenRefactoringElementImplementation.java     |      209 +
 .../maven/refactoring/MavenRefactoringPlugin.java  |      140 +
 .../refactoring/MavenRefactoringPluginFactory.java |      100 +
 .../maven/refactoring/MavenTreeElementFactory.java |       86 +
 .../modules/maven/refactoring/ReferringClass.java  |       57 +
 .../refactoring/ReferringClassTreeElement.java     |       76 +
 .../maven/refactoring/RepositoryTreeElement.java   |       76 +
 maven.repository/manifest.mf                       |        4 +-
 maven.repository/nbproject/project.xml             |       59 +-
 .../netbeans/modules/maven/repository/AddRepo.png  |      Bin 806 -> 0 bytes
 .../modules/maven/repository/ArtifactChildren.java |        6 +-
 .../modules/maven/repository/ArtifactNode.java     |       14 +-
 .../maven/repository/ArtifactNodeSelectorImpl.java |      109 +
 .../modules/maven/repository/Bundle.properties     |       35 +-
 .../modules/maven/repository/DependencyJar.gif     |      Bin 714 -> 0 bytes
 .../maven/repository/DependencyJavadocIncluded.png |      Bin 298 -> 0 bytes
 .../maven/repository/DependencySrcIncluded.png     |      Bin 297 -> 0 bytes
 .../modules/maven/repository/FindInRepoPanel.java  |        3 +
 .../modules/maven/repository/FindResultsNode.java  |      464 +
 .../modules/maven/repository/FindResultsPanel.form |       61 -
 .../modules/maven/repository/FindResultsPanel.java |      484 -
 .../maven/repository/GroupListChildren.java        |       29 +-
 .../modules/maven/repository/GroupNode.java        |       10 +-
 .../maven/repository/M2RepositoryBrowser.java      |      267 +
 .../M2RepositoryBrowserTopComponent.form           |      154 -
 .../M2RepositoryBrowserTopComponent.java           |      403 -
 .../M2RepositoryBrowserTopComponentSettings.xml    |       53 -
 .../M2RepositoryBrowserTopComponentWstcref.xml     |       52 -
 .../modules/maven/repository/RepoBrowser.png       |      Bin 483 -> 0 bytes
 .../modules/maven/repository/RepositoryNode.java   |      131 +-
 .../modules/maven/repository/VersionNode.java      |       67 +-
 .../modules/maven/repository/backToBrowse.gif      |      Bin 792 -> 0 bytes
 .../modules/maven/repository/backToBrowse.png      |      Bin 541 -> 0 bytes
 .../dependency/AddAsDependencyAction.java          |        5 +-
 .../org/netbeans/modules/maven/repository/find.gif |      Bin 914 -> 0 bytes
 .../netbeans/modules/maven/repository/layer.xml    |       81 -
 .../netbeans/modules/maven/repository/newIndex.png |      Bin 804 -> 0 bytes
 .../netbeans/modules/maven/repository/refresh.png  |      Bin 584 -> 0 bytes
 .../maven/repository/register/Bundle.properties    |       16 +-
 .../repository/register/RepositoryRegisterUI.form  |      235 +-
 .../repository/register/RepositoryRegisterUI.java  |      284 +-
 .../org/netbeans/modules/maven/repository/search   |        1 -
 .../repository/ui/ArtifactMultiViewFactory.java    |      250 +-
 .../maven/repository/ui/BasicArtifactMD.java       |       19 +-
 .../maven/repository/ui/BasicArtifactPanel.form    |       35 +-
 .../maven/repository/ui/BasicArtifactPanel.java    |      110 +-
 .../maven/repository/ui/BasicDependencyMD.java     |       19 +-
 .../maven/repository/ui/BasicProjectMD.java        |       16 +-
 .../modules/maven/repository/ui/Bundle.properties  |       25 +-
 .../modules/maven/repository/ui/DependencyIcon.png |      Bin 806 -> 0 bytes
 .../maven/repository/ui/DependencyPanel.form       |      205 +-
 .../maven/repository/ui/DependencyPanel.java       |      597 +-
 .../modules/maven/repository/ui/ErrorPanel.java    |        2 -
 .../modules/maven/repository/ui/LicensePanel.java  |        6 +
 .../maven/repository/ui/MailingListPanel.form      |        2 +-
 .../maven/repository/ui/MailingListPanel.java      |        6 +
 .../maven/repository/ui/ProjectInfoPanel.java      |       37 +-
 .../repository/ui/TransitiveDependencyIcon.png     |      Bin 701 -> 0 bytes
 maven.samples/build.xml                            |       85 +
 maven.samples/manifest.mf                          |        2 +-
 maven.samples/nbproject/project.xml                |       41 +-
 .../samples_src/MavenCRUDSample/branding/pom.xml   |        1 -
 .../org/netbeans/core/startup/Bundle.properties    |        3 +
 .../MavenCRUDSample/crudsample/eclipselink.xml     |        6 +-
 .../samples_src/MavenCRUDSample/crudsample/pom.xml |        7 +-
 .../crudsampleapplication/dbaccess/Customer.java   |       44 +-
 .../dbaccess/DiscountCode.java                     |       43 +-
 .../dbaccess/MicroMarket.java                      |      148 +
 .../editor/EditorTopComponent.java                 |        6 +-
 .../src/main/resources/META-INF/eclipselink.xml    |        1 +
 .../src/main/resources/META-INF/persistence.xml    |        1 +
 .../src/main/resources/META-INF/toplink.xml        |        1 +
 .../MavenCRUDSample/crudsample/toplink.xml         |        3 +-
 maven.samples/samples_src/MavenCRUDSample/pom.xml  |       11 +-
 maven.samples/samples_src/MavenCalculator/pom.xml  |        4 +-
 .../samples_src/MavenCalculatorClient/pom.xml      |        2 +-
 maven.samples/samples_src/MavenScrumToys/pom.xml   |       16 +-
 .../src/main/resources/i18n.properties             |       24 +-
 .../src/main/resources/i18n_en_US.properties       |       24 +-
 .../src/main/resources/i18n_pt_BR.properties       |       26 +-
 .../src/main/webapp/WEB-INF/sun-web.xml            |        2 +-
 .../src/main/webapp/dashboard/show.xhtml           |       29 +-
 .../MavenScrumToys/src/main/webapp/index.html      |        2 +-
 .../webapp/resources/components/bigPostit.xhtml    |       17 +-
 .../main/webapp/resources/components/menu.xhtml    |      102 +-
 .../webapp/resources/components/menuItem.xhtml     |       13 +-
 .../main/webapp/resources/components/postit.xhtml  |        8 +-
 .../webapp/resources/components/postitLink.xhtml   |        3 +-
 .../main/webapp/resources/components/submenu.xhtml |        5 +-
 .../webapp/resources/components/submenuItem.xhtml  |       10 +-
 .../src/main/webapp/skin/changeSkin.xhtml          |        7 +-
 .../MavenScrumToys/src/main/webapp/template.xhtml  |        4 +-
 .../javaee7/batch/joboperator-api/docs/index.html  |      200 +
 .../javaee7/batch/joboperator-api/pom.xml          |       83 +
 .../samples/batch/api/PayrollInputRecord.java      |       91 +
 .../batch/api/PayrollJobSubmitterServlet.java      |      205 +
 .../javaee7/samples/batch/api/PayrollRecord.java   |      124 +
 .../samples/batch/api/SampleDataHolderBean.java    |      105 +
 .../samples/batch/api/SimpleItemProcessor.java     |       77 +
 .../samples/batch/api/SimpleItemReader.java        |       76 +
 .../samples/batch/api/SimpleItemWriter.java        |       73 +
 .../javaee7/samples/batch/api/SimpleLock.java      |       24 +
 .../src/main/webapp/WEB-INF/beans.xml              |        0
 .../classes/META-INF/batch-jobs/PayrollJob.xml     |       51 +
 .../src/main/webapp/WEB-INF/web.xml                |       19 +
 .../javaee7/batch/payroll/docs/index.html          |      217 +
 .../samples_src/javaee7/batch/payroll/pom.xml      |       83 +
 .../samples/batch/simple/JobSubmitterServlet.java  |      214 +
 .../samples/batch/simple/PayrollInputRecord.java   |       91 +
 .../samples/batch/simple/PayrollRecord.java        |      124 +
 .../samples/batch/simple/SampleDataHolderBean.java |      105 +
 .../samples/batch/simple/SimpleItemProcessor.java  |       77 +
 .../samples/batch/simple/SimpleItemReader.java     |       77 +
 .../samples/batch/simple/SimpleItemWriter.java     |       73 +
 .../payroll/src/main/webapp/WEB-INF/beans.xml      |        0
 .../classes/META-INF/batch-jobs/PayrollJob.xml     |       51 +
 .../batch/payroll/src/main/webapp/WEB-INF/web.xml  |       19 +
 maven.samples/samples_src/javaee7/batch/pom.xml    |       72 +
 .../javaee7/cdi/bean-validation/docs/index.html    |      125 +
 .../javaee7/cdi/bean-validation/pom.xml            |       84 +
 .../src/main/java/validation/Bean1.java            |       52 +
 .../main/java/validation/ValidationServlet.java    |      107 +
 .../src/main/webapp/WEB-INF/beans.xml              |       44 +
 .../javaee7/cdi/cdi-guess/docs/index.html          |      117 +
 .../samples_src/javaee7/cdi/cdi-guess/pom.xml      |       76 +
 .../cdi/cdi-guess/src/main/java/cdiguess/Game.java |      155 +
 .../src/main/java/cdiguess/Generator.java          |       72 +
 .../src/main/java/cdiguess/MaxNumber.java          |       62 +
 .../cdi-guess/src/main/java/cdiguess/Random.java   |       62 +
 .../cdi-guess/src/main/webapp/WEB-INF/beans.xml    |        0
 .../src/main/webapp/WEB-INF/faces-config.xml       |       49 +
 .../cdi-guess/src/main/webapp/WEB-INF/sun-web.xml  |       53 +
 .../cdi/cdi-guess/src/main/webapp/WEB-INF/web.xml  |       68 +
 .../cdi/cdi-guess/src/main/webapp/home.xhtml       |       84 +
 .../cdi/cdi-guess/src/main/webapp/index.html       |       53 +
 .../src/main/webapp/resources/bgblack18.jpg        |      Bin 0 -> 12179 bytes
 .../src/main/webapp/resources/stylesheet.css       |      101 +
 .../cdi/cdi-guess/src/main/webapp/template.xhtml   |       76 +
 .../javaee7/cdi/cdi-servlet/docs/index.html        |      156 +
 .../samples_src/javaee7/cdi/cdi-servlet/pom.xml    |       76 +
 .../src/main/java/cdiservlet/Credentials.java      |       73 +
 .../src/main/java/cdiservlet/LoginHandler.java     |       80 +
 .../src/main/java/cdiservlet/LoginServlet.java     |      123 +
 .../cdi-servlet/src/main/webapp/WEB-INF/beans.xml  |       44 +
 .../src/main/webapp/WEB-INF/sun-web.xml            |       53 +
 .../cdi-servlet/src/main/webapp/WEB-INF/web.xml    |       58 +
 .../cdi/cdi-servlet/src/main/webapp/index.jsp      |      106 +
 .../cdi-servlet/src/main/webapp/resources/ajax.js  |       99 +
 .../src/main/webapp/resources/bgblack18.jpg        |      Bin 0 -> 12179 bytes
 .../src/main/webapp/resources/stylesheet.css       |      101 +
 .../samples_src/javaee7/cdi/events/docs/index.html |      156 +
 .../samples_src/javaee7/cdi/events/pom.xml         |       84 +
 .../cdi/events/src/main/java/events/BindIt.java    |       53 +
 .../events/src/main/java/events/PrintEvent.java    |       53 +
 .../events/src/main/java/events/PrintObserver.java |       58 +
 .../events/src/main/java/events/PrintProducer.java |       61 +
 .../events/src/main/java/events/PrintServlet.java  |      130 +
 .../cdi/events/src/main/webapp/WEB-INF/beans.xml   |        5 +
 .../javaee7/cdi/events/src/main/webapp/index.jsp   |       17 +
 .../javaee7/cdi/interceptors/docs/index.html       |      139 +
 .../samples_src/javaee7/cdi/interceptors/pom.xml   |       84 +
 .../src/main/java/logging/LoggingInterceptor.java  |       55 +
 .../java/logging/LoggingInterceptorDetail.java     |       57 +
 .../java/logging/LoggingInterceptorSimple.java     |       54 +
 .../src/main/java/logging/ShoppingCart.java        |       64 +
 .../src/main/java/logging/ShoppingServlet.java     |      136 +
 .../interceptors/src/main/webapp/WEB-INF/beans.xml |        9 +
 .../cdi/interceptors/src/main/webapp/index.jsp     |       17 +
 .../javaee7/cdi/transaction-scoped/docs/index.html |      118 +
 .../javaee7/cdi/transaction-scoped/pom.xml         |       84 +
 .../src/main/java/transactionscoped/Bean1.java     |       53 +
 .../src/main/java/transactionscoped/Bean2.java     |       53 +
 .../TransactionScopedServlet.java                  |      140 +
 .../src/main/webapp/WEB-INF/beans.xml              |       44 +
 .../javaee7/cdi/transactional/docs/index.html      |      119 +
 .../samples_src/javaee7/cdi/transactional/pom.xml  |       84 +
 .../src/main/java/transactional/BeanBase.java      |       50 +
 .../src/main/java/transactional/BeanMandatory.java |       48 +
 .../src/main/java/transactional/BeanNever.java     |       47 +
 .../main/java/transactional/BeanNotSupported.java  |       47 +
 .../src/main/java/transactional/BeanRequired.java  |       47 +
 .../main/java/transactional/BeanRequiresNew.java   |       47 +
 .../src/main/java/transactional/BeanSupports.java  |       47 +
 .../java/transactional/TransactionalServlet.java   |      287 +
 .../src/main/webapp/WEB-INF/beans.xml              |       44 +
 .../cdi/transactional/src/main/webapp/index.html   |       61 +
 .../javaee7/concurrency/executor/docs/index.html   |      219 +
 .../javaee7/concurrency/executor/pom.xml           |       83 +
 .../org/glassfish/executor/MyCallableTask.java     |       80 +
 .../org/glassfish/executor/MyRunnableTask.java     |       67 +
 .../org/glassfish/executor/MyTaskWithListener.java |       97 +
 .../glassfish/executor/MyTaskWithTransaction.java  |       98 +
 .../main/java/org/glassfish/executor/Product.java  |       66 +
 .../main/java/org/glassfish/executor/TestBean.java |       59 +
 .../org/glassfish/executor/TestEJBServlet.java     |      132 +
 .../glassfish/executor/TestInvokeAllServlet.java   |      150 +
 .../glassfish/executor/TestInvokeAnyServlet.java   |      148 +
 .../org/glassfish/executor/TestJNDIServlet.java    |      148 +
 .../glassfish/executor/TestListenerServlet.java    |      136 +
 .../glassfish/executor/TestResourceServlet.java    |      147 +
 .../glassfish/executor/TestTransactionServlet.java |      136 +
 .../executor/src/main/webapp/WEB-INF/web.xml       |        7 +
 .../executor/src/main/webapp/index.html            |       59 +
 .../samples_src/javaee7/concurrency/pom.xml        |       73 +
 .../javaee7/concurrency/schedule/docs/index.html   |      198 +
 .../javaee7/concurrency/schedule/pom.xml           |       83 +
 .../org/glassfish/schedule/MyCallableTask.java     |       71 +
 .../glassfish/schedule/MyDelayedRunnableTask.java  |       69 +
 .../org/glassfish/schedule/MyRunnableTask.java     |       59 +
 .../java/org/glassfish/schedule/MyTrigger.java     |       74 +
 .../main/java/org/glassfish/schedule/Product.java  |       62 +
 .../schedule/TestScheduleFixedRateServlet.java     |      138 +
 .../glassfish/schedule/TestScheduleServlet.java    |      159 +
 .../TestScheduleWithFixedDelayServlet.java         |      138 +
 .../org/glassfish/schedule/TestTriggerServlet.java |      137 +
 .../schedule/src/main/webapp/index.html            |       56 +
 .../javaee7/concurrency/threads/docs/index.html    |      190 +
 .../javaee7/concurrency/threads/pom.xml            |       83 +
 .../main/java/org/glassfish/threads/MyTask.java    |       69 +
 .../java/org/glassfish/threads/TestServlet.java    |      136 +
 .../concurrency/threads/src/main/webapp/index.html |       53 +
 .../connectors/mailconnector/docs/index.html       |      499 +
 .../mailconnector-ear/gf-users-admin.xml           |      120 +
 .../mailconnector/mailconnector-ear/pom.xml        |      165 +
 .../src/main/application/META-INF}/MANIFEST.MF     |        0
 .../src/main/application/META-INF/application.xml  |       22 +
 .../mailconnector/mailconnector-mdb/pom.xml        |       83 +
 .../mailconnector/ejb/mdb/JavaMailMessageBean.java |      209 +
 .../src/main/resources/META-INF/ejb-jar.xml        |       74 +
 .../src/main/resources/META-INF/sun-ejb-jar.xml    |       80 +
 .../mailconnector/mailconnector-ra/pom.xml         |       96 +
 .../mailconnector/api/JavaMailConnection.java      |       78 +
 .../api/JavaMailConnectionFactory.java             |       81 +
 .../mailconnector/api/JavaMailMessageListener.java |       63 +
 .../mailconnector/ra/ResourceAdapterImpl.java      |      283 +
 .../ra/inbound/ActivationSpecImpl.java             |      269 +
 .../mailconnector/ra/inbound/DeliveryThread.java   |      130 +
 .../mailconnector/ra/inbound/EndpointConsumer.java |      178 +
 .../mailconnector/ra/inbound/MailServerFolder.java |      260 +
 .../ra/inbound/MySecurityContext.java              |      125 +
 .../mailconnector/ra/inbound/PollingThread.java    |      226 +
 .../mailconnector/ra/inbound/PrincipalImpl.java    |      108 +
 .../ra/outbound/ConnectionManagerImpl.java         |       82 +
 .../ra/outbound/ConnectionMetaDataImpl.java        |      111 +
 .../ra/outbound/ConnectionRequestInfoImpl.java     |      185 +
 .../outbound/JavaMailConnectionEventListener.java  |      148 +
 .../ra/outbound/JavaMailConnectionFactoryImpl.java |      225 +
 .../ra/outbound/JavaMailConnectionImpl.java        |      211 +
 .../mailconnector/ra/outbound/MailServerStore.java |      225 +
 .../ra/outbound/ManagedConnectionFactoryImpl.java  |      461 +
 .../ra/outbound/ManagedConnectionImpl.java         |      553 +
 .../ra/outbound/ManagedConnectionMetaDataImpl.java |      134 +
 .../connectors/mailconnector/ra/outbound/Util.java |      189 +
 .../mailconnector/share/ConnectionSpecImpl.java    |      200 +
 .../src/main/rar/META-INF/MANIFEST.MF              |        6 +
 .../mailconnector/backend/LocalStrings.properties  |       45 +
 .../mailconnector/ra/LocalStrings.properties       |       42 +
 .../ra/inbound/LocalStrings.properties             |       42 +
 .../ra/outbound/ConnectionFactory.properties       |       45 +
 .../ra/outbound/LocalStrings.properties            |       52 +
 .../mailconnector/mailconnector-web/pom.xml        |       85 +
 .../mailconnector/servlet/MailBrowserServlet.java  |      184 +
 .../mailconnector/servlet/SendMailServlet.java     |      159 +
 .../src/main/resources/LogStrings.properties       |       91 +
 .../src/main/webapp/WEB-INF/sun-web.xml            |       53 +
 .../src/main/webapp/WEB-INF/web.xml                |       59 +
 .../mailconnector-web/src/main/webapp/index.html   |       67 +
 .../src/main/webapp/mailbrowser.jsp                |      128 +
 .../mailconnector-web/src/main/webapp/sendmail.jsp |      118 +
 .../javaee7/connectors/mailconnector/pom.xml       |      100 +
 .../samples_src/javaee7/connectors/pom.xml         |       66 +
 .../automatic-timer-client/docs/index.html         |      138 +
 .../automatic-timer/automatic-timer-client/pom.xml |       89 +
 .../AutomaticTimerJavaClient.java                  |       75 +
 .../automatic_timer_ejb/StatelessSession.java      |       53 +
 .../automatic-timer-server/docs/index.html         |      205 +
 .../automatic-timer/automatic-timer-server/pom.xml |       79 +
 .../automatic_timer_ejb/StatelessSession.java      |       53 +
 .../automatic_timer_ejb/StatelessSessionBean.java  |       82 +
 .../automatic_timer_ejb/persistence/LogRecord.java |       81 +
 .../src/main/resources/META-INF/persistence.xml    |       11 +
 .../javaee7/ejb/automatic-timer/pom.xml            |       57 +
 .../ejb-embedded-client/docs/index.html            |      174 +
 .../ejb/ejb-embedded/ejb-embedded-client/pom.xml   |      101 +
 .../main/java/ejb/embedded/client/TestClient.java  |       82 +
 .../ejb-embedded-server/docs/index.html            |      181 +
 .../ejb/ejb-embedded/ejb-embedded-server/pom.xml   |       61 +
 .../src/main/java/ejb/embedded/SimpleEjb.java      |       84 +
 .../ejb/embedded/persistence/SimpleEntity.java     |       77 +
 .../src/main/resources/META-INF/ejb-jar.xml        |       52 +
 .../src/main/resources/META-INF/persistence.xml    |       53 +
 .../samples_src/javaee7/ejb/ejb-embedded/pom.xml   |       57 +
 .../javaee7/ejb/ejb32-war/docs/index.html          |      196 +
 .../samples_src/javaee7/ejb/ejb32-war/pom.xml      |       75 +
 .../src/main/java/ejb/ejb32/war/HelloBean.java     |       69 +
 .../main/java/ejb/ejb32/war/PropertiesBean.java    |       92 +
 .../src/main/java/ejb/ejb32/war/TestServlet.java   |       91 +
 .../ejb32-war/src/main/resources/app.properties    |       42 +
 .../hello-stateless-ejb-bean/docs/index.html       |      146 +
 .../hello-stateless-ejb-bean/pom.xml               |       84 +
 .../hello_stateless_ejb/StatelessSession.java      |       50 +
 .../hello_stateless_ejb/StatelessSessionBean.java  |       52 +
 .../hello-stateless-ejb-client/docs/index.html     |      128 +
 .../hello-stateless-ejb-client/pom.xml             |       96 +
 .../StatelessJavaClient.java                       |       69 +
 .../hello_stateless_ejb/StatelessSession.java      |       50 +
 .../javaee7/ejb/hello-stateless-ejb/pom.xml        |       56 +
 .../samples_src/javaee7/el/docs/index.html         |      115 +
 maven.samples/samples_src/javaee7/el/pom.xml       |       81 +
 .../main/java/org/glassfish/samples/el/Main.java   |       92 +
 .../javaee7/jsf/contracts/docs/index.html          |      150 +
 .../samples_src/javaee7/jsf/contracts/pom.xml      |       55 +
 .../src/main/webapp/WEB-INF/faces-config.xml       |       63 +
 .../jsf/contracts/src/main/webapp/WEB-INF/web.xml  |       60 +
 .../main/webapp/contracts/default/template.xhtml   |       60 +
 .../src/main/webapp/contracts/user/template.xhtml  |       59 +
 .../jsf/contracts/src/main/webapp/index.xhtml      |       78 +
 .../jsf/contracts/src/main/webapp/page2.xhtml      |       62 +
 .../jsf/contracts/src/main/webapp/user/index.xhtml |       62 +
 .../javaee7/jsf/fileUpload/docs/index.html         |      151 +
 .../javaee7/jsf/fileUpload/inputFileFailure.txt    |        2 +
 .../javaee7/jsf/fileUpload/inputFileSuccess.txt    |        2 +
 .../samples_src/javaee7/jsf/fileUpload/pom.xml     |       65 +
 .../src/main/java/fileupload/FileUploadBean.java   |       80 +
 .../src/main/java/fileupload/FileValidator.java    |       77 +
 .../fileUpload/src/main/webapp/WEB-INF/beans.xml   |        9 +
 .../jsf/fileUpload/src/main/webapp/WEB-INF/web.xml |       60 +
 .../jsf/fileUpload/src/main/webapp/index.xhtml     |       73 +
 .../jsf/fileUpload/src/main/webapp/inputFile.xhtml |       62 +
 .../fileUpload/src/main/webapp/inputFileAjax.xhtml |      109 +
 .../samples_src/javaee7/jsf/html5/docs/index.html  |      149 +
 .../samples_src/javaee7/jsf/html5/pom.xml          |       64 +
 .../jsf/html5/src/main/java/html5/Bean.java        |      155 +
 .../jsf/html5/src/main/webapp/WEB-INF/web.xml      |       57 +
 .../jsf/html5/src/main/webapp/confirmation.xhtml   |       68 +
 .../javaee7/jsf/html5/src/main/webapp/index.xhtml  |       91 +
 .../jsf/html5/src/main/webapp/reservation.xhtml    |      127 +
 .../html5/src/main/webapp/resources/stylesheet.css |       22 +
 .../jsf/scrumtoys/src/main/conf/persistence.xml    |       59 +
 .../demo/scrum/model/entities/AbstractEntity.java  |       80 +
 .../scrum/model/entities/PersistentEntity.java     |       55 +
 .../jsf2/demo/scrum/model/entities/Project.java    |      166 +
 .../jsf2/demo/scrum/model/entities/Sprint.java     |      211 +
 .../entities/SprintNameUniquenessConstraint.java   |       64 +
 .../SprintNameUniquenessConstraintValidator.java   |       73 +
 .../java/jsf2/demo/scrum/model/entities/Story.java |      222 +
 .../java/jsf2/demo/scrum/model/entities/Task.java  |      179 +
 .../jsf2/demo/scrum/model/entities/TaskStatus.java |       50 +
 .../demo/scrum/web/controller/AbstractManager.java |      163 +
 .../scrum/web/controller/DashboardManager.java     |      186 +
 .../scrum/web/controller/ManagerException.java     |       58 +
 .../demo/scrum/web/controller/ProjectManager.java  |      271 +
 .../demo/scrum/web/controller/SkinManager.java     |       90 +
 .../demo/scrum/web/controller/SkinUrlManager.java  |       95 +
 .../scrum/web/controller/SkinValuesManager.java    |      105 +
 .../demo/scrum/web/controller/SprintManager.java   |      292 +
 .../demo/scrum/web/controller/StoryManager.java    |      275 +
 .../demo/scrum/web/controller/TaskManager.java     |      252 +
 .../scrum/web/event/CurrentProjectChangeEvent.java |       55 +
 .../scrum/web/event/CurrentSprintChangeEvent.java  |       55 +
 .../scrum/web/event/CurrentStoryChangeEvent.java   |       55 +
 .../scrum/web/event/CurrentTaskChangeEvent.java    |       55 +
 .../demo/scrum/web/helper/ProjectConverter.java    |       82 +
 .../java/jsf2/demo/scrum/web/scope/TaskScope.java  |       75 +
 .../demo/scrum/web/scope/TaskScopeResolver.java    |      136 +
 .../src/main/resources/META-INF/persistence.xml    |       59 +
 .../main/resources/ValidationMessages.properties   |       41 +
 .../resources/ValidationMessages_pt_BR.properties  |       41 +
 .../scrumtoys/src/main/resources/i18n.properties   |      301 +
 .../src/main/resources/i18n_en_US.properties       |      305 +
 .../src/main/resources/i18n_pt_BR.properties       |      305 +
 .../src/main/webapp/.dashboard.stories.xhtml       |       83 +
 .../src/main/webapp/.dashboard.workingTasks.xhtml  |       76 +
 .../webapp/WEB-INF/facelets/jsfcomps.taglib.xml    |       61 +
 .../src/main/webapp/WEB-INF/facelets/testTag.xhtml |       53 +
 .../src/main/webapp/WEB-INF/faces-config.xml       |      159 +
 .../scrumtoys/src/main/webapp/WEB-INF/sun-web.xml  |       53 +
 .../jsf/scrumtoys/src/main/webapp/WEB-INF/web.xml  |       79 +
 .../jsf/scrumtoys/src/main/webapp/burndown.xhtml   |       71 +
 .../jsf/scrumtoys/src/main/webapp/dashboard.xhtml  |      117 +
 .../scrumtoys/src/main/webapp/dashboard/show.xhtml |      119 +
 .../jsf/scrumtoys/src/main/webapp/home.xhtml       |       63 +
 .../scrumtoys/src/main/webapp/sprint/create.xhtml  |       75 +
 .../scrumtoys/src/main/webapp/sprint/edit.xhtml    |       79 +
 .../scrumtoys/src/main/webapp/sprint/form.xhtml    |       87 +
 .../scrumtoys/src/main/webapp/sprint/show.xhtml    |      138 +
 .../scrumtoys/src/main/webapp/storiesList.xhtml    |      145 +
 .../scrumtoys/src/main/webapp/story/create.xhtml   |      109 +
 .../jsf/scrumtoys/src/main/webapp/story/edit.xhtml |       83 +
 .../jsf/scrumtoys/src/main/webapp/story/form.xhtml |       83 +
 .../jsf/scrumtoys/src/main/webapp/story/show.xhtml |      131 +
 .../javaee7/jsonp/jaxrs/docs/index.html            |      131 +
 .../samples_src/javaee7/jsonp/jaxrs/pom.xml        |       94 +
 .../samples/jsonp/jaxrs/ArrayResource.java         |       74 +
 .../samples/jsonp/jaxrs/DemoApplication.java       |       74 +
 .../samples/jsonp/jaxrs/GeneratorResource.java     |       97 +
 .../samples/jsonp/jaxrs/ObjectResource.java        |       84 +
 .../samples/jsonp/jaxrs/ParserResource.java        |      104 +
 .../samples/jsonp/jaxrs/StructureResource.java     |       83 +
 maven.samples/samples_src/javaee7/jsonp/pom.xml    |       67 +
 .../javaee7/rest/async-chat/docs/index.html        |      153 +
 .../javaee7/rest/async-chat/nb-configuration.xml   |       18 +
 .../samples_src/javaee7/rest/async-chat/pom.xml    |       79 +
 .../rest/chat/resources/ChatApplication.java       |       58 +
 .../samples/rest/chat/resources/ChatResource.java  |      182 +
 .../async-chat/src/main/webapp/WEB-INF/sun-web.xml |       48 +
 .../async-chat/src/main/webapp/WEB-INF/web.xml     |       53 +
 .../rest/async-chat/src/main/webapp/index.html     |      210 +
 .../javaee7/rest/message-board/docs/index.html     |      288 +
 .../rest/message-board/nb-configuration.xml        |       18 +
 .../samples_src/javaee7/rest/message-board/pom.xml |       79 +
 .../rest/messageboard/entities/Message.java        |       66 +
 .../messageboard/entities/MessageListWriter.java   |      105 +
 .../rest/messageboard/entities/MessageWriter.java  |       71 +
 .../messageboard/exceptions/NotFoundException.java |       45 +
 .../exceptions/NotFoundExceptionMapper.java        |       54 +
 .../rest/messageboard/filters/ResponseFilter.java  |       70 +
 .../interceptors/ValidCharacterInterceptor.java    |       78 +
 .../messageboard/resources/JaxRsApplication.java   |       72 +
 .../resources/MessageBoardResourceBean.java        |      109 +
 .../resources/MessageBoardRootResource.java        |       60 +
 .../resources/MessageHolderSingletonBean.java      |      122 +
 .../src/main/webapp/WEB-INF/sun-web.xml            |       48 +
 .../message-board/src/main/webapp/WEB-INF/web.xml  |       53 +
 .../rest/message-board/src/main/webapp/index.html  |      218 +
 maven.samples/samples_src/javaee7/rest/pom.xml     |       72 +
 .../docs/index.html                                |      257 +
 .../absolute-ordering-web-fragments-war/pom.xml    |       98 +
 .../TestServlet.java                               |       59 +
 .../src/main/webapp/WEB-INF/web.xml                |       53 +
 .../fragment1/dependency-reduced-pom.xml           |       47 +
 .../fragment1/pom.xml                              |       80 +
 .../webfragment1/Wf1TestFilter.java                |       74 +
 .../fragment2/dependency-reduced-pom.xml           |       47 +
 .../fragment2/pom.xml                              |       80 +
 .../webfragment2/Wf2TestFilter.java                |       73 +
 .../src/main/resources/META-INF/web-fragment.xml   |       56 +
 .../fragment3/dependency-reduced-pom.xml           |       47 +
 .../fragment3/pom.xml                              |       80 +
 .../webfragment3/Wf3TestFilter.java                |       74 +
 .../src/main/resources/META-INF/web-fragment.xml   |       46 +
 .../absolute-ordering-web-fragments/pom.xml        |       86 +
 .../javaee7/servlet/annotation-war/docs/index.html |      235 +
 .../javaee7/servlet/annotation-war/pom.xml         |       80 +
 .../servlet/annotation_war/TestFilter.java         |       82 +
 .../servlet/annotation_war/TestServlet.java        |       83 +
 .../annotation_war/TestServletContextListener.java |       70 +
 .../servlet/async-request-war/docs/index.html      |      206 +
 .../javaee7/servlet/async-request-war/pom.xml      |       80 +
 .../async_request_war/AjaxCometServlet.java        |      247 +
 .../src/main/webapp/images/body-background.png     |      Bin 0 -> 2381 bytes
 .../src/main/webapp/images/header-background.png   |      Bin 0 -> 20847 bytes
 .../src/main/webapp/images/main-background.png     |      Bin 0 -> 8026 bytes
 .../async-request-war/src/main/webapp/index.html   |       86 +
 .../src/main/webapp/javascripts/application.js     |      137 +
 .../src/main/webapp/javascripts/behaviour.js       |      294 +
 .../src/main/webapp/javascripts/moo.fx.js          |      176 +
 .../src/main/webapp/javascripts/moo.fx.pack.js     |      123 +
 .../src/main/webapp/javascripts/prototype.js       |     1813 +
 .../src/main/webapp/stylesheets/default.css        |       94 +
 .../dynamic-registration-war/docs/index.html       |      167 +
 .../servlet/dynamic-registration-war/pom.xml       |       80 +
 .../dynamic_registration_war/TestFilter.java       |       82 +
 .../dynamic_registration_war/TestServlet.java      |       95 +
 .../TestServletContextListener.java                |       90 +
 .../TestServletRequestListener.java                |       72 +
 .../src/main/webapp/WEB-INF/glassfish-web.xml      |       50 +
 .../src/main/webapp/WEB-INF/web.xml                |       54 +
 .../servlet/http-upgrade-war/docs/index.html       |      362 +
 .../javaee7/servlet/http-upgrade-war/pom.xml       |       80 +
 .../servlet/http_upgrade_war/ClientTest.java       |      216 +
 .../http_upgrade_war/ProtocolUpgradeHandler.java   |      105 +
 .../servlet/http_upgrade_war/ServerTest.java       |      124 +
 .../docs/index.html                                |      159 +
 .../jsp-resource-in-bundled-jar-war/pom.xml        |       86 +
 .../javaee7/servlet/multipart-war/docs/index.html  |      154 +
 .../javaee7/servlet/multipart-war/pom.xml          |       80 +
 .../servlet/multipart_war/TestServlet.java         |      117 +
 .../multipart-war/src/main/webapp/getParts.jsp     |       89 +
 .../multipart-war/src/main/webapp/index.jsp        |       62 +
 .../non-blocking-io-read-war/docs/index.html       |      304 +
 .../servlet/non-blocking-io-read-war/pom.xml       |       80 +
 .../non_blocking_io_read_war/ClientTest.java       |      188 +
 .../non_blocking_io_read_war/ReadListenerImpl.java |      100 +
 .../non_blocking_io_read_war/ServerTest.java       |      114 +
 .../non-blocking-io-write-war/docs/index.html      |      314 +
 .../non-blocking-io-write-war.iml                  |      211 +
 .../servlet/non-blocking-io-write-war/pom.xml      |       80 +
 .../non_blocking_io_write_war/ClientTest.java      |      154 +
 .../non_blocking_io_write_war/ServerTest.java      |      109 +
 .../WriteListenerImpl.java                         |      103 +
 maven.samples/samples_src/javaee7/servlet/pom.xml  |       68 +
 .../servlet/servlet-container-initializer/pom.xml  |       84 +
 .../dependency-reduced-pom.xml                     |       48 +
 .../servlet-container-initializer-lib/pom.xml      |       98 +
 .../container_initializer_lib/Initializer.java     |       55 +
 .../javax.servlet.ServletContainerInitializer      |        1 +
 .../docs/index.html                                |      191 +
 .../servlet-container-initializer-war/pom.xml      |       80 +
 .../TestServlet.java                               |       69 +
 .../session-cookie-config-war/docs/index.html      |      157 +
 .../servlet/session-cookie-config-war/pom.xml      |       80 +
 .../session_cookie_config_war/ConfigListener.java  |       75 +
 .../session_cookie_config_war/CreateSession.java   |       99 +
 .../javaee7/websocket/auction/docs/index.html      |      140 +
 .../samples_src/javaee7/websocket/auction/pom.xml  |       84 +
 .../samples/websocket/auction/Auction.java         |      254 +
 .../samples/websocket/auction/AuctionItem.java     |       94 +
 .../samples/websocket/auction/AuctionServer.java   |      131 +
 .../auction/AuctionTimeBroadcasterTask.java        |       83 +
 .../auction/decoders/AuctionMessageDecoder.java    |       77 +
 .../auction/encoders/AuctionMessageEncoder.java    |       67 +
 .../websocket/auction/message/AuctionMessage.java  |      167 +
 .../src/main/webapp/WEB-INF/glassfish-web.xml      |       53 +
 .../websocket/auction/src/main/webapp/auction.html |      146 +
 .../websocket/auction/src/main/webapp/auction.js   |      212 +
 .../websocket/auction/src/main/webapp/css/main.css |      115 +
 .../websocket/auction/src/main/webapp/index.html   |       68 +
 .../websocket/auction/src/main/webapp/login.js     |       95 +
 .../websocket/auction/src/main/webapp/select.html  |       67 +
 .../websocket/auction/src/main/webapp/select.js    |      133 +
 .../javaee7/websocket/draw/docs/index.html         |      126 +
 .../samples_src/javaee7/websocket/draw/pom.xml     |       81 +
 .../samples/websocket/draw/DrawEndpoint.java       |       82 +
 .../draw/src/main/webapp/WEB-INF/glassfish-web.xml |       53 +
 .../websocket/draw/src/main/webapp/index.html      |      239 +
 .../javaee7/websocket/echo/docs/index.html         |      122 +
 .../samples_src/javaee7/websocket/echo/pom.xml     |       81 +
 .../EchoEndpoint.java                              |       70 +
 .../echo/src/main/webapp/WEB-INF/glassfish-web.xml |       53 +
 .../websocket/echo/src/main/webapp/index.html      |      120 +
 .../samples_src/javaee7/websocket/pom.xml          |       70 +
 .../javaee7/websocket/tictactoe/client/pom.xml     |      119 +
 .../samples/tictactoe/client/LocalEndpoint.java    |      117 +
 .../samples/tictactoe/client/TicTacToeClient.java  |      237 +
 .../javaee7/websocket/tictactoe/docs/index.html    |      196 +
 .../javaee7/websocket/tictactoe/pom.xml            |       93 +
 .../javaee7/websocket/tictactoe/server/pom.xml     |       89 +
 .../glassfish/samples/tictactoe/server/Game.java   |       89 +
 .../tictactoe/server/TicTactToeEndpoint.java       |      121 +
 .../tictactoe/server/src/main/webapp/index.jsp     |       13 +
 .../modules/maven/samples/Bundle.properties        |       59 +
 .../samples/CRUDSampleDbPersistencePanel.java      |        2 +-
 .../samples/MavenCRUDSampleWizardIterator.java     |        4 +-
 .../maven/samples/MavenSamplesPanelVisual.java     |        3 +
 .../maven/samples/MavenSamplesWizardIterator.java  |       83 +-
 .../maven/samples/MavenSamplesWizardPanel.java     |       24 +-
 .../samples/descriptions/AbsoluteOrdering.html     |        8 +
 .../maven/samples/descriptions/AnnotationWar.html  |        8 +
 .../maven/samples/descriptions/AsyncChat.html      |        8 +
 .../descriptions/AsynchronousProcessing.html       |        8 +
 .../maven/samples/descriptions/Auction.html        |        8 +
 .../maven/samples/descriptions/AutomaticTimer.html |        8 +
 .../maven/samples/descriptions/BeanValidation.html |        8 +
 .../maven/samples/descriptions/CDIGuess.html       |        8 +
 .../maven/samples/descriptions/CDIServlet.html     |        8 +
 .../maven/samples/descriptions/Contracts.html      |        8 +
 .../modules/maven/samples/descriptions/Draw.html   |        8 +
 .../samples/descriptions/DynamicRegistration.html  |        8 +
 .../modules/maven/samples/descriptions/EL.html     |        8 +
 .../modules/maven/samples/descriptions/Echo.html   |        8 +
 .../maven/samples/descriptions/EjbEmbedded.html    |        8 +
 .../modules/maven/samples/descriptions/Events.html |        8 +
 .../maven/samples/descriptions/Executor.html       |        8 +
 .../maven/samples/descriptions/FileUpload.html     |        8 +
 .../modules/maven/samples/descriptions/HTML5.html  |        8 +
 .../samples/descriptions/HelloStatelessEjb.html    |        8 +
 .../samples/descriptions/HelloStatelessWar.html    |        8 +
 .../maven/samples/descriptions/HttpUpgrade.html    |        8 +
 .../maven/samples/descriptions/Interceptors.html   |        8 +
 .../modules/maven/samples/descriptions/JSONP.html  |        8 +
 .../maven/samples/descriptions/JoboperatorAPI.html |        8 +
 .../samples/descriptions/JspResourceInJar.html     |        8 +
 .../maven/samples/descriptions/MailConnector.html  |        8 +
 .../maven/samples/descriptions/MessageBoard.html   |        8 +
 .../maven/samples/descriptions/Multipart.html      |        8 +
 .../samples/descriptions/NonBlockingRead.html      |        8 +
 .../samples/descriptions/NonBlockingWrite.html     |        8 +
 .../maven/samples/descriptions/Payroll.html        |        8 +
 .../maven/samples/descriptions/Schedule.html       |        8 +
 .../maven/samples/descriptions/Scrumtoys.html      |        8 +
 .../samples/descriptions/ServletContainer.html     |        8 +
 .../maven/samples/descriptions/SessionCookie.html  |        8 +
 .../maven/samples/descriptions/Threads.html        |        8 +
 .../maven/samples/descriptions/Tictactoe.html      |        8 +
 .../samples/descriptions/TransactionScoped.html    |        8 +
 .../maven/samples/descriptions/Transactional.html  |        8 +
 .../org/netbeans/modules/maven/samples/layer.xml   |      428 +-
 maven.search/manifest.mf                           |        2 +-
 maven.search/nbproject/project.xml                 |       33 +-
 .../modules/maven/search/MavenRepoProvider.java    |      115 +-
 .../modules/maven/search/OpenArtifactInfo.java     |       67 -
 maven.spring/manifest.mf                           |        2 +-
 maven.spring/nbproject/project.xml                 |       14 +-
 .../spring/MavenSpringConfigProviderImpl.java      |        2 +
 .../maven/spring/RecommendedTemplatesImpl.java     |        1 +
 maven/apichanges.xml                               |       21 +-
 maven/arch.xml                                     |      112 +
 maven/build.xml                                    |       38 +
 maven/external/binaries-list                       |        1 +
 maven/manifest.mf                                  |        2 +-
 .../netbeans/modules/maven/event/NbEventSpy.java   |      244 +
 .../netbeans/modules/maven/event/components.xml    |       19 +
 .../maven/workspace/reader/IDEWorkspaceReader.java |      125 +
 .../modules/maven/workspace/reader/components.xml  |       19 +
 maven/nbproject/project.properties                 |       12 +-
 maven/nbproject/project.xml                        |      178 +-
 .../netbeans/modules/maven/ActionProviderImpl.java |      745 +-
 .../org/netbeans/modules/maven/Bundle.properties   |       54 +-
 .../netbeans/modules/maven/CacheDirProvider.java   |       12 +-
 .../modules/maven/DependencyProviderImpl.java      |       93 +
 .../modules/maven/DependencyProviderImpl2.java     |      113 +
 .../modules/maven/LogicalViewProviderImpl.java     |       55 +-
 .../modules/maven/M2AuxilaryConfigImpl.java        |      360 +-
 .../modules/maven/MavenProjectPropsImpl.java       |      120 +-
 .../netbeans/modules/maven/NbArtifactFixer.java    |      125 +-
 .../modules/maven/NbMavenProjectFactory.java       |       17 +-
 .../netbeans/modules/maven/NbMavenProjectImpl.java |     1387 +-
 .../maven/ProjectContainerProviderImpl.java        |      178 +
 .../modules/maven/ProjectOpenedHookImpl.java       |      283 +-
 .../modules/maven/SubprojectProviderImpl.java      |       78 +-
 .../modules/maven/TemplateAttrProvider.java        |      133 +-
 .../org/netbeans/modules/maven/TestChecker.java    |       87 +-
 .../netbeans/modules/maven/TextValueCompleter.java |       23 +-
 .../modules/maven/TransientRepositories.java       |      133 +
 .../modules/maven/TransitiveMaven2Icon.gif         |      Bin 679 -> 0 bytes
 .../modules/maven/TransitiveMaven2Icon.png         |      Bin 0 -> 1661 bytes
 .../modules/maven/VisibilityQueryDataFilter.java   |        5 +
 .../modules/maven/actions/CreateLibraryAction.java |       60 +-
 .../modules/maven/actions/CreateLibraryPanel.java  |       26 +-
 .../modules/maven/actions/OpenPOMAction.java       |       97 +
 .../modules/maven/actions/RefreshAction.java       |       96 +
 .../maven/actions/RunCustomMavenAction.java        |      263 +
 .../modules/maven/actions/ViewJavadocAction.java   |        3 +-
 .../modules/maven/actions/scm/Bundle.properties    |        1 -
 .../modules/maven/actions/scm/CheckoutAction.java  |       19 +-
 .../modules/maven/actions/scm/ui/Bundle.properties |        6 -
 .../modules/maven/actions/scm/ui/CheckoutUI.java   |       46 +-
 .../modules/maven/actions/usages/Bundle.properties |        2 -
 .../maven/actions/usages/FindArtifactUsages.java   |       14 +-
 .../maven/actions/usages/ui/Bundle.properties      |       46 -
 .../modules/maven/actions/usages/ui/UsagesUI.form  |        2 +-
 .../modules/maven/actions/usages/ui/UsagesUI.java  |       98 +-
 .../netbeans/modules/maven/api/Bundle.properties   |       10 +-
 .../modules/maven/api/CommonArtifactActions.java   |        6 +-
 .../org/netbeans/modules/maven/api/Constants.java  |       67 +-
 .../netbeans/modules/maven/api/FileUtilities.java  |       37 +-
 .../modules/maven/api/MavenConfiguration.java      |       62 +
 .../modules/maven/api/MavenValidators.java         |       44 +-
 .../org/netbeans/modules/maven/api/ModelUtils.java |      376 +-
 .../netbeans/modules/maven/api/NbMavenProject.java |      212 +-
 .../modules/maven/api/PluginPropertyUtils.java     |      615 +-
 .../modules/maven/api/archetype/Archetype.java     |      216 +-
 .../maven/api/archetype/ArchetypeProvider.java     |       21 +-
 .../maven/api/archetype/ArchetypeWizards.java      |       48 +-
 .../api/classpath/DependencyProjectsProvider.java  |       90 +
 .../modules/maven/api/customizer/Bundle.properties |       45 -
 .../modules/maven/api/customizer/ModelHandle.java  |      148 +-
 .../modules/maven/api/customizer/ModelHandle2.java |      475 +
 .../maven/api/customizer/support/Bundle.properties |        2 -
 .../api/customizer/support/CheckBoxUpdater.java    |       13 +-
 .../api/customizer/support/ComboBoxUpdater.java    |       29 +-
 .../support/DelayedDocumentChangeListener.java     |        5 +
 .../support/ReflectionTextComponentUpdater.java    |       82 +-
 .../customizer/support/TextComponentUpdater.java   |       11 +-
 .../api/execute/ActiveJ2SEPlatformProvider.java    |        4 +-
 .../modules/maven/api/execute/RunConfig.java       |       26 +-
 .../modules/maven/api/execute/RunUtils.java        |      158 +-
 .../api/output/ContextOutputProcessorFactory.java  |        2 +-
 .../maven/api/output/OutputProcessorFactory.java   |        2 +-
 .../modules/maven/api/output/OutputUtils.java      |       98 +-
 .../modules/maven/api/output/OutputVisitor.java    |       51 +-
 .../modules/maven/api/problem/ProblemReport.java   |       10 +-
 .../modules/maven/api/problem/ProblemReporter.java |        4 +
 .../classpath/AbstractProjectClassPathImpl.java    |       74 +-
 .../modules/maven/classpath/BootClassPathImpl.java |      111 +-
 .../modules/maven/classpath/CPExtender.java        |      139 +-
 .../maven/classpath/CPExtenderLookupMerger.java    |      121 -
 .../maven/classpath/CPModifierLookupMerger.java    |      247 -
 .../maven/classpath/ClassPathProviderImpl.java     |       57 +-
 .../maven/classpath/CompileClassPathImpl.java      |        7 +-
 .../maven/classpath/EndorsedClassPathImpl.java     |       72 +-
 .../modules/maven/classpath/MavenSourcesImpl.java  |      344 +-
 .../maven/classpath/PackagedClassPathImpl.java     |       99 -
 .../maven/classpath/RuntimeClassPathImpl.java      |       12 +-
 .../maven/classpath/SourceClassPathImpl.java       |       15 +-
 .../maven/classpath/TestCompileClassPathImpl.java  |        9 +-
 .../maven/classpath/TestRuntimeClassPathImpl.java  |       16 +-
 .../maven/classpath/TestSourceClassPathImpl.java   |        3 +
 .../modules/maven/configurations/Bundle.properties |       10 +-
 .../ConfigurationPersistenceUtils.java             |      124 +
 .../maven/configurations/ConfigurationsPanel.form  |       37 +-
 .../maven/configurations/ConfigurationsPanel.java  |      129 +-
 .../ConfigurationsPanelProvider.java               |       14 +-
 .../maven/configurations/M2ConfigProvider.java     |      236 +-
 .../maven/configurations/M2Configuration.java      |      246 +-
 .../configurations/NewConfigurationPanel.form      |       62 +-
 .../configurations/NewConfigurationPanel.java      |       74 +-
 .../configurations/ProjectProfileHandlerImpl.java  |       56 +-
 .../modules/maven/cos/CoSAlternativeExecutor.java  |       94 +
 .../modules/maven/cos/CopyResourcesOnSave.java     |      165 +-
 .../org/netbeans/modules/maven/cos/CosChecker.java |      817 +-
 .../maven/cos/FilteredResourcesCoSSkipper.java     |      127 +
 .../modules/maven/cos/MainClassesCoSSkipper.java   |       90 +
 .../modules/maven/cos/OldJavaRunnerCOS.java        |      551 +
 .../modules/maven/customizer/ActionMappings.form   |      272 +-
 .../modules/maven/customizer/ActionMappings.java   |      913 +-
 .../customizer/ActionMappingsPanelProvider.java    |       14 +-
 .../maven/customizer/AddPropertyDialog.java        |        3 +
 .../modules/maven/customizer/BasicInfoPanel.form   |        2 +-
 .../modules/maven/customizer/BasicInfoPanel.java   |       91 +-
 .../maven/customizer/BasicPanelProvider.java       |       18 +-
 .../modules/maven/customizer/Bundle.properties     |       28 +-
 .../modules/maven/customizer/CompilePanel.form     |       77 +-
 .../modules/maven/customizer/CompilePanel.java     |      316 +-
 .../maven/customizer/CompilePanelProvider.java     |       16 +-
 .../maven/customizer/CustomizerProviderImpl.java   |      310 +-
 .../customizer/LicenseHeaderPanelProvider.java     |      204 +
 .../modules/maven/customizer/MainClassChooser.java |       24 +-
 .../modules/maven/customizer/PropertySplitter.java |       10 +-
 .../modules/maven/customizer/RunJarPanel.form      |        2 +-
 .../modules/maven/customizer/RunJarPanel.java      |      106 +-
 .../maven/customizer/RunJarPanelProvider.java      |       15 +-
 .../modules/maven/customizer/SourcesPanel.form     |       20 +-
 .../modules/maven/customizer/SourcesPanel.java     |      183 +-
 .../maven/customizer/SourcesPanelProvider.java     |       23 +-
 .../modules/maven/customizer/package-info.java     |        2 +
 .../modules/maven/debug/DebuggerChecker.java       |      224 +-
 .../netbeans/modules/maven/debug/JPDAStart.java    |       88 +-
 .../modules/maven/debug/MavenDebuggerImpl.java     |       18 +-
 .../org/netbeans/modules/maven/debug/Utils.java    |       79 +-
 .../modules/maven/dependencies/Bundle.properties   |        1 -
 .../modules/maven/dependencies/CheckNode.java      |        4 +-
 .../maven/dependencies/CheckNodeListener.java      |       24 +-
 .../modules/maven/dependencies/CheckRenderer.java  |       20 +-
 .../dependencies/DependencyExcludeNodeVisitor.java |        2 +
 .../maven/dependencies/ExcludeDependencyPanel.java |       24 +-
 .../org/netbeans/modules/maven/docs/credits.html   |       48 -
 .../maven/docs/csh/maven-newproj-archetype.html    |       46 -
 .../maven/docs/csh/maven-newproj-basic.html        |       55 -
 .../maven/docs/csh/maven-newproj-options.html      |       52 -
 .../modules/maven/docs/csh/maven-options.html      |       63 -
 .../netbeans/modules/maven/docs/img/AddRepo.png    |      Bin 806 -> 0 bytes
 .../modules/maven/docs/img/DependencyIcon.png      |      Bin 806 -> 0 bytes
 .../netbeans/modules/maven/docs/img/FindInRepo.png |      Bin 890 -> 0 bytes
 .../netbeans/modules/maven/docs/img/library.png    |      Bin 494 -> 0 bytes
 .../netbeans/modules/maven/docs/img/localrepo.png  |      Bin 828 -> 0 bytes
 .../modules/maven/docs/img/refreshRepo.png         |      Bin 809 -> 0 bytes
 .../netbeans/modules/maven/docs/img/remoterepo.png |      Bin 670 -> 0 bytes
 .../modules/maven/docs/maven-artifacts.html        |      117 -
 .../modules/maven/docs/maven-building.html         |      134 -
 .../modules/maven/docs/maven-dependencies.html     |      113 -
 .../org/netbeans/modules/maven/docs/maven-idx.xml  |       46 -
 .../org/netbeans/modules/maven/docs/maven-map.xml  |       58 -
 .../netbeans/modules/maven/docs/maven-newproj.html |       93 -
 .../org/netbeans/modules/maven/docs/maven-pom.html |      104 -
 .../modules/maven/docs/maven-repositories.html     |      139 -
 .../org/netbeans/modules/maven/docs/maven-toc.xml  |       58 -
 maven/src/org/netbeans/modules/maven/docs/maven.hs |       68 -
 .../modules/maven/docs/maven_settings.html         |      112 -
 .../netbeans/modules/maven/docs/package-info.java  |       46 -
 .../maven/execute/AbstractMavenExecutor.java       |      461 +-
 .../maven/execute/AbstractOutputHandler.java       |       81 +-
 .../modules/maven/execute/ActionToGoalUtils.java   |      133 +-
 .../BackwardCompatibilityWithMevenideChecker.java  |       99 -
 .../modules/maven/execute/BeanRunConfig.java       |      122 +-
 .../modules/maven/execute/Bundle.properties        |       49 -
 .../maven/execute/CommandLineOutputHandler.java    |      551 +-
 .../maven/execute/DefaultActionGoalProvider.java   |       17 +-
 .../maven/execute/DefaultReplaceTokenProvider.java |      278 +-
 .../maven/execute/MavenCommandLineExecutor.java    |      337 +-
 .../modules/maven/execute/ModelRunConfig.java      |       14 +-
 .../maven/execute/NbGlobalActionGoalProvider.java  |       96 +-
 .../modules/maven/execute/OutputTabMaintainer.java |       81 +-
 .../modules/maven/execute/PrereqCheckerMerger.java |        4 +
 .../execute/ProxyNonSelectableInputOutput.java     |      130 +
 .../modules/maven/execute/ReactorChecker.java      |      113 +-
 .../modules/maven/execute/cmd/ExecMojo.java        |      185 +
 .../modules/maven/execute/cmd/ExecProject.java     |      101 +
 .../modules/maven/execute/cmd/ExecSession.java     |      102 +
 .../maven/execute/cmd/ExecutionEventObject.java    |      277 +
 .../maven/execute/cmd/ShellConstructor.java        |       35 +-
 .../maven/execute/defaultActionMappings.xml        |       60 +-
 .../maven/execute/model/ActionToGoalMapping.java   |       63 +-
 .../maven/execute/model/NetbeansActionMapping.java |       67 +-
 .../maven/execute/model/NetbeansActionProfile.java |      120 +
 .../maven/execute/model/NetbeansActionReader.java  |      118 +
 .../io/jdom/NetbeansBuildActionJDOMWriter.java     |       53 +-
 .../io/xpp3/NetbeansBuildActionXpp3Reader.java     |       64 +-
 .../io/xpp3/NetbeansBuildActionXpp3Writer.java     |       63 +-
 .../maven/execute/navigator/Bundle.properties      |       42 +
 .../execute/navigator/GoalsNavigationPanel.java    |      137 +
 .../execute/navigator/GoalsNavigatorHint.java      |       59 +
 .../maven/execute/navigator/GoalsPanel.form        |       31 +
 .../maven/execute/navigator/GoalsPanel.java        |      674 +
 .../modules/maven/execute/navigator/TapPanel.java  |      320 +
 .../maven/execute/navigator/TrivialLayout.java     |      123 +
 .../modules/maven/execute/navigator}/help.png      |      Bin
 .../maven/execute/navigator/thread_running_16.png  |      Bin 0 -> 1924 bytes
 .../org/netbeans/modules/maven/execute/options.png |      Bin
 .../modules/maven/execute/ui/Bundle.properties     |        9 +-
 .../maven/execute/ui/DebugPluginSourceAction.java  |      157 +
 .../maven/execute/ui/GotoPluginSourceAction.java   |      156 +
 .../modules/maven/execute/ui/RunGoalsPanel.form    |       89 +-
 .../modules/maven/execute/ui/RunGoalsPanel.java    |      214 +-
 .../maven/execute/ui/ShowExecutionPanel.form       |      115 +
 .../maven/execute/ui/ShowExecutionPanel.java       |      541 +
 .../maven/execute/{ => ui}/buildplangoals.png      |      Bin
 .../netbeans/modules/maven/execute/ui/config.png   |      Bin 0 -> 664 bytes
 .../netbeans/modules/maven/execute/ui/error.png    |      Bin 0 -> 573 bytes
 .../modules/maven/execute/ui/executionId.png       |      Bin 0 -> 613 bytes
 .../modules/maven/execute/ui/lifecycle.png         |      Bin 0 -> 507 bytes
 .../org/netbeans/modules/maven/execute/ui/mojo.png |      Bin 0 -> 926 bytes
 .../netbeans/modules/maven/execute/ui/phase.png    |      Bin 0 -> 233 bytes
 .../org/netbeans/modules/maven/execute/ui/tag.png  |      Bin 0 -> 487 bytes
 maven/src/org/netbeans/modules/maven/layer.xml     |       81 +-
 .../modelcache/ActiveConfigurationProvider.java    |       89 +
 .../maven/modelcache/MavenProjectCache.java        |      305 +
 .../maven/newproject/ArchetypeWizardUtils.java     |      302 +-
 .../maven/newproject/BasicEEWizardIterator.java    |      162 -
 .../modules/maven/newproject/BasicPanelVisual.form |       78 +-
 .../modules/maven/newproject/BasicPanelVisual.java |      376 +-
 .../modules/maven/newproject/BasicWizardPanel.java |       48 +-
 .../modules/maven/newproject/Bundle.properties     |       88 +-
 .../maven/newproject/CatalogRepoProvider.java      |      212 +-
 .../maven/newproject/ChooseArchetypePanel.form     |      226 +-
 .../maven/newproject/ChooseArchetypePanel.java     |      803 +-
 .../maven/newproject/ChooseWizardPanel.java        |        8 +-
 .../maven/newproject/CustomArchetypePanel.form     |      124 -
 .../maven/newproject/CustomArchetypePanel.java     |      182 -
 .../modules/maven/newproject/EAVisualPanel.form    |      179 -
 .../modules/maven/newproject/EAVisualPanel.java    |      275 -
 .../modules/maven/newproject/EAWizardIterator.java |      201 -
 .../modules/maven/newproject/EAWizardPanel.java    |      128 -
 .../maven/newproject/ExistingWizardIterator.java   |       70 +-
 .../maven/newproject/LocalRepoProvider.java        |       23 +-
 .../maven/newproject/MavenWizardIterator.java      |      101 +-
 .../maven/newproject/RemoteRepoProvider.java       |       44 +-
 .../maven/newproject/UseOpenWizardPanel.java       |       15 +-
 .../idenative/IDENativeMavenWizardIterator.java    |      206 +
 .../newproject/idenative/PomJavaNativeMWI.java     |       61 +
 .../newproject/idenative/SimpleJavaNativeMWI.java  |      128 +
 .../maven/newproject/idenative/pom-root.html       |        8 +
 .../maven/newproject/idenative/quickstart.html     |        8 +
 .../netbeans/modules/maven/newproject/javafx.html  |        8 +
 .../modules/maven/newproject/remoterepo.png        |      Bin 670 -> 0 bytes
 .../modules/maven/nodes/AddDependencyPanel.form    |       67 +-
 .../modules/maven/nodes/AddDependencyPanel.java    |      602 +-
 .../modules/maven/nodes/AnnotatedAbstractNode.java |        2 +
 .../modules/maven/nodes/BootCPNodeFactory.java     |      251 +
 .../netbeans/modules/maven/nodes/Bundle.properties |       88 +-
 .../modules/maven/nodes/DependenciesNode.java      |      556 +-
 .../maven/nodes/DependenciesNodeFactory.java       |       66 +-
 .../modules/maven/nodes/DependencyNode.java        |      959 +-
 .../modules/maven/nodes/GenSourcesNodeFactory.java |       25 +-
 .../maven/nodes/GroovyScalaSourcesNodeFactory.java |      185 -
 .../modules/maven/nodes/InstallDocSourcePanel.java |       21 +-
 .../netbeans/modules/maven/nodes/InstallPanel.java |       43 +-
 .../org/netbeans/modules/maven/nodes/JarIcons.java |       61 +
 .../modules/maven/nodes/MavenProjectNode.java      |      151 +-
 .../netbeans/modules/maven/nodes/ModulesNode.java  |      148 +-
 .../modules/maven/nodes/ModulesNodeFactory.java    |       10 +-
 .../modules/maven/nodes/OtherRootNodeFactory.java  |       17 +-
 .../modules/maven/nodes/OthersRootChildren.java    |       52 +-
 .../modules/maven/nodes/OthersRootNode.java        |       21 +-
 .../netbeans/modules/maven/nodes/PathFinders.java  |      221 +
 .../org/netbeans/modules/maven/nodes/PomIcons.java |       61 +
 .../modules/maven/nodes/ProjectFilesNode.java      |      125 +-
 .../maven/nodes/ProjectFilesNodeFactory.java       |        3 +-
 .../netbeans/modules/maven/nodes/SiteDocsNode.java |       28 +-
 .../modules/maven/nodes/SiteDocsNodeFactory.java   |       70 +-
 .../modules/maven/nodes/SourcesNodeFactory.java    |       53 +-
 .../maven/nodes/filteredResourceWarningBadge.png   |      Bin 0 -> 187 bytes
 .../modules/maven/operations/Bundle.properties     |        5 -
 .../modules/maven/operations/Operations.java       |        6 +-
 .../modules/maven/operations/OperationsImpl.java   |      107 +-
 .../maven/operations/RenameProjectPanel.java       |       67 +-
 .../modules/maven/options/Bundle.properties        |       24 +-
 .../modules/maven/options/GlobalOptionsPanel.form  |        2 +-
 .../modules/maven/options/GlobalOptionsPanel.java  |        4 +
 .../modules/maven/options/MavenGroupCategory.java  |       76 +
 .../modules/maven/options/MavenGroupPanel.form     |       61 +
 .../modules/maven/options/MavenGroupPanel.java     |      367 +
 .../maven/options/MavenOptionController.java       |        4 +-
 .../modules/maven/options/MavenSettings.java       |      164 +-
 .../modules/maven/options/MyJTextField.java        |      108 -
 .../modules/maven/options/SettingsPanel.form       |      790 +-
 .../modules/maven/options/SettingsPanel.java       |      814 +-
 .../modules/maven/options/UnsetProxyChecker.java   |      111 +
 .../modules/maven/output/Bundle.properties         |       46 -
 .../modules/maven/output/CompileAnnotation.java    |       91 +-
 .../output/DefaultOutputProcessorFactory.java      |       26 +-
 .../output/DependencyAnalyzeOutputProcessor.java   |       44 +-
 .../output/ExecPluginOutputListenerProvider.java   |       18 +-
 .../maven/output/GlobalOutputProcessor.java        |      198 +-
 .../maven/output/JavaOutputListenerProvider.java   |        7 +-
 .../maven/output/JavadocOutputProcessor.java       |       11 +-
 .../maven/output/ScalaOutputListenerProvider.java  |      123 -
 .../modules/maven/output/SiteOutputProcessor.java  |       33 +-
 .../maven/output/TestOutputListenerProvider.java   |       91 +-
 .../maven/problems/BatchProblemNotifier.java       |      277 +
 .../modules/maven/problems/Bundle.properties       |       29 -
 .../problems/EnableParticipantsBuildAction.java    |       93 +
 .../problems/JavaPlatformProblemProvider.java      |      194 +
 .../maven/problems/MavenModelProblemsProvider.java |      305 +
 .../problems/MissingModulesProblemProvider.java    |      297 +
 .../maven/problems/ProblemReporterImpl.java        |      439 +-
 .../modules/maven/problems/ProblemsPanel.form      |       94 -
 .../modules/maven/problems/ProblemsPanel.java      |      230 -
 .../modules/maven/problems/RevalidateAction.java   |       79 -
 .../modules/maven/problems/SanityBuildAction.java  |      129 +
 .../queries/AbstractMavenForBinaryQueryImpl.java   |      168 +
 .../modules/maven/queries/AspectJRootProvider.java |       58 +
 .../maven/queries/ForeignClassBundlerMerger.java   |       82 +
 .../org/netbeans/modules/maven/queries/Info.java   |      217 +
 .../MavenAnnotationProcessingQueryImpl.java        |       85 +-
 .../queries/MavenBinaryForSourceQueryImpl.java     |      150 +-
 .../maven/queries/MavenFileEncodingQueryImpl.java  |      109 +-
 .../modules/maven/queries/MavenFileLocator.java    |       36 +-
 .../maven/queries/MavenFileOwnerQueryImpl.java     |      374 +-
 .../maven/queries/MavenForBinaryQueryImpl.java     |      196 +-
 .../maven/queries/MavenSharabilityQueryImpl.java   |       40 +-
 .../maven/queries/MavenSourceJavadocAttacher.java  |      243 +
 .../maven/queries/MavenSourceLevelImpl.java        |      228 +-
 .../maven/queries/MavenTestForSourceImpl.java      |       27 +-
 .../maven/queries/RecommendedTemplatesImpl.java    |      200 +
 .../queries/RepositoryForBinaryQueryImpl.java      |      837 +
 .../RepositoryJavadocForBinaryQueryImpl.java       |      239 -
 .../maven/queries/RepositoryMavenCPProvider.java   |      204 +
 .../RepositorySourceForBinaryQueryImpl.java        |      179 -
 .../modules/maven/queries/ShadePluginDetector.java |      112 +
 .../modules/maven/queries/SourceJavadocByHash.java |       99 +
 .../modules/maven/resources/DependencyJar.gif      |      Bin 714 -> 0 bytes
 .../modules/maven/resources/Maven2IconRun1.png     |      Bin 0 -> 688 bytes
 .../modules/maven/resources/Maven2IconRun2.png     |      Bin 0 -> 684 bytes
 .../modules/maven/resources/Maven2IconRun3.png     |      Bin 0 -> 688 bytes
 .../modules/maven/resources/Maven2IconRun4.png     |      Bin 0 -> 685 bytes
 .../modules/maven/resources/Maven2IconRun5.png     |      Bin 0 -> 689 bytes
 .../modules/maven/resources/Maven2IconRun6.png     |      Bin 0 -> 688 bytes
 .../modules/maven}/resources/suggestion.png        |      Bin
 .../modules/maven/runjar/Bundle.properties         |        5 -
 .../modules/maven/runjar/MainClassChooser.java     |       23 +-
 .../modules/maven/runjar/RunJarPrereqChecker.java  |       88 +-
 .../modules/maven/runjar/RunJarStartupArgs.java    |      126 +
 .../netbeans/modules/maven/spi/IconResources.java  |       72 +
 .../modules/maven/spi/PackagingProvider.java       |       68 +
 .../spi/actions/AbstractMavenActionsProvider.java  |      123 +-
 .../maven/spi/actions/MavenActionsProvider.java    |        6 +-
 .../cos/CoSAlternativeExecutorImplementation.java  |       88 +
 .../maven/spi/cos/CompileOnSaveSkipper.java        |       62 +
 .../maven/spi/customizer/ModelHandleUtils.java     |       99 -
 .../spi/customizer/TextToValueConversions.java     |       67 +
 .../modules/maven/spi/grammar/Bundle.properties    |       42 -
 .../modules/maven/spi/grammar/DialogFactory.java   |       34 +-
 .../maven/spi/lifecycle/MavenBuildPlanSupport.java |       54 -
 .../maven/spi/newproject/CreateProjectBuilder.java |      332 +
 .../modules/maven/spi/nodes}/DependencyJar.gif     |      Bin
 .../maven/spi/nodes/DependencyTypeIconBadge.java   |       63 +
 .../modules/maven/spi/nodes/MavenNodeFactory.java  |       16 +-
 .../modules/maven/spi/nodes/NodeUtils.java         |       39 +-
 .../maven/spi/nodes/OtherSourcesExclude.java       |       71 +
 .../modules/maven/spi/nodes/SpecialIcon.java       |       56 +
 .../maven/spi/queries/ForeignClassBundler.java     |       62 +
 .../maven/spi/queries/JavaLikeRootProvider.java    |       69 +
 .../modules/maven/ActionProviderImplTest.java      |       35 +-
 .../modules/maven/MavenProjectPropsImplTest.java   |       95 +
 .../modules/maven/NbArtifactFixerTest.java         |       71 +
 .../modules/maven/NbMavenProjectImplTest.java      |       34 +
 .../modules/maven/ProjectOpenedHookImplTest.java   |      194 +
 .../modules/maven/SubprojectProviderImplTest.java  |      112 +
 .../modules/maven/TemplateAttrProviderTest.java    |        5 +-
 .../modules/maven/TransientRepositoriesTest.java   |      148 +
 .../netbeans/modules/maven/api/ModelUtilsTest.java |       96 +-
 .../modules/maven/api/PluginPropertyUtilsTest.java |      147 +
 .../maven/api/customizer/ModelHandle2Test.java     |      251 +
 .../modules/maven/api/output/OutputUtilsTest.java  |       64 +
 .../modules/maven/classpath/CPExtenderTest.java    |       11 +
 .../maven/classpath/ClassPathProviderImplTest.java |      250 +-
 .../maven/classpath/MavenSourcesImplTest.java      |       67 +
 .../configurations/NewConfigurationPanelTest.java  |       70 +
 .../maven/customizer/PropertySplitterTest.java     |       43 +-
 .../modules/maven/customizer/RunJarPanelTest.java  |       10 +-
 .../execute/CommandLineOutputHandlerTest.java      |       14 +
 .../execute/DefaultReplaceTokenProviderTest.java   |      109 +
 .../modules/maven/execute/ReactorCheckerTest.java  |      175 +
 .../io/jdom/NetbeansBuildActionJDOMWriterTest.java |       83 +
 .../maven/output/GlobalOutputProcessorTest.java    |       55 +-
 .../output/JavaOutputListenerProviderTest.java     |        1 +
 .../output/ScalaOutputListenerProviderTest.java    |       76 -
 .../output/TestOutputListenerProviderTest.java     |       43 +
 .../maven/problems/ProblemReporterImplTest.java    |      149 +
 .../MavenAnnotationProcessingQueryImplTest.java    |      136 +
 .../queries/MavenBinaryForSourceQueryImplTest.java |      109 +
 .../maven/queries/MavenFileOwnerQueryImplTest.java |       41 +-
 .../maven/queries/MavenForBinaryQueryImplTest.java |      185 +
 .../queries/MavenSharabilityQueryImplTest.java     |       23 +-
 .../maven/queries/MavenSourceLevelImplTest.java    |       98 +-
 .../queries/RepositoryForBinaryQueryImplTest.java  |      155 +
 .../maven/runjar/RunJarPrereqCheckerTest.java      |       89 +
 .../modules/maven/spi/nodes/NodeUtilsTest.java     |        2 +-
 .../netbeans/modules/mercurial/docs/credits.html   |       48 -
 .../mercurial/docs/csh/mercurial-clone.html        |       46 -
 .../mercurial/docs/csh/mercurial-export-diff.html  |       74 -
 .../mercurial/docs/csh/mercurial-merge-revs.html   |       34 -
 .../mercurial/docs/csh/mercurial-pullother.html    |       60 -
 .../mercurial/docs/csh/mercurial-pushother.html    |       60 -
 .../mercurial/docs/csh/mercurial-revert-mods.html  |       41 -
 .../mercurial/docs/csh/mercurial-update.html       |       41 -
 .../docs/csh/mercurial_select_dialog.html          |       38 -
 .../modules/mercurial/docs/images/blue_badge.png   |      Bin 818 -> 0 bytes
 .../modules/mercurial/docs/images/blue_status.png  |      Bin 854 -> 0 bytes
 .../modules/mercurial/docs/images/both_mod.png     |      Bin 744 -> 0 bytes
 .../modules/mercurial/docs/images/circle1.gif      |      Bin 411 -> 0 bytes
 .../modules/mercurial/docs/images/circle2.gif      |      Bin 417 -> 0 bytes
 .../modules/mercurial/docs/images/circle3.gif      |      Bin 432 -> 0 bytes
 .../modules/mercurial/docs/images/circle4.gif      |      Bin 420 -> 0 bytes
 .../modules/mercurial/docs/images/circle5.gif      |      Bin 428 -> 0 bytes
 .../modules/mercurial/docs/images/circle6.gif      |      Bin 430 -> 0 bytes
 .../modules/mercurial/docs/images/circle7.gif      |      Bin 423 -> 0 bytes
 .../modules/mercurial/docs/images/circle8.gif      |      Bin 425 -> 0 bytes
 .../modules/mercurial/docs/images/circle9.gif      |      Bin 437 -> 0 bytes
 .../modules/mercurial/docs/images/commit.png       |      Bin 697 -> 0 bytes
 .../modules/mercurial/docs/images/diff.png         |      Bin 669 -> 0 bytes
 .../modules/mercurial/docs/images/green_status.png |      Bin 862 -> 0 bytes
 .../modules/mercurial/docs/images/grey_status.png  |      Bin 866 -> 0 bytes
 .../mercurial/docs/images/load_template.png        |      Bin 526 -> 0 bytes
 .../modules/mercurial/docs/images/locally_mod.png  |      Bin 606 -> 0 bytes
 .../modules/mercurial/docs/images/recent_msgs.png  |      Bin 444 -> 0 bytes
 .../modules/mercurial/docs/images/red_badge.png    |      Bin 832 -> 0 bytes
 .../modules/mercurial/docs/images/red_status.png   |      Bin 854 -> 0 bytes
 .../modules/mercurial/docs/images/refresh.png      |      Bin 563 -> 0 bytes
 .../modules/mercurial/docs/images/remotely_mod.png |      Bin 803 -> 0 bytes
 .../mercurial/docs/images/strikethrough_status.png |      Bin 869 -> 0 bytes
 .../modules/mercurial/docs/images/update.png       |      Bin 732 -> 0 bytes
 .../modules/mercurial/docs/mercurial-about.html    |      115 -
 .../mercurial/docs/mercurial-cloneother.html       |      114 -
 .../modules/mercurial/docs/mercurial-commit.html   |      137 -
 .../mercurial/docs/mercurial-diffviewer.html       |      105 -
 .../modules/mercurial/docs/mercurial-idx.xml       |        5 -
 .../modules/mercurial/docs/mercurial-import.html   |       57 -
 .../modules/mercurial/docs/mercurial-map.xml       |       42 -
 .../modules/mercurial/docs/mercurial-options.html  |      104 -
 .../mercurial/docs/mercurial-properties.html       |       73 -
 .../modules/mercurial/docs/mercurial-quickref.html |      156 -
 .../modules/mercurial/docs/mercurial-setup.html    |       57 -
 .../modules/mercurial/docs/mercurial-status.html   |      141 -
 .../mercurial/docs/mercurial-statuswindow.html     |      112 -
 .../modules/mercurial/docs/mercurial-toc.xml       |       21 -
 .../netbeans/modules/mercurial/docs/mercurial.hs   |       27 -
 mercurial/nbproject/project.properties             |        4 +-
 mercurial/nbproject/project.xml                    |       79 +-
 .../netbeans/modules/mercurial/Bundle.properties   |      100 +-
 .../modules/mercurial/FileInformation.java         |       22 +-
 .../org/netbeans/modules/mercurial/FileStatus.java |        9 +-
 .../modules/mercurial/FileStatusCache.java         |       22 +-
 .../netbeans/modules/mercurial/HgException.java    |       41 +-
 .../org/netbeans/modules/mercurial/HgFileNode.java |       28 +-
 .../modules/mercurial/HgHistoryProvider.java       |      430 +
 .../netbeans/modules/mercurial/HgModuleConfig.java |       77 +-
 .../modules/mercurial/HgProgressSupport.java       |        2 +-
 .../modules/mercurial/HistoryRegistry.java         |      326 +
 .../org/netbeans/modules/mercurial/Mercurial.java  |      158 +-
 .../modules/mercurial/MercurialAnnotator.java      |      424 +-
 .../modules/mercurial/MercurialInterceptor.java    |      601 +-
 .../netbeans/modules/mercurial/MercurialVCS.java   |      112 +-
 .../netbeans/modules/mercurial/OutputLogger.java   |       12 +-
 .../netbeans/modules/mercurial/VersionsCache.java  |        6 +-
 .../modules/mercurial/WorkingCopyInfo.java         |      206 +
 .../netbeans/modules/mercurial/api/Mercurial.java  |       25 +-
 .../modules/mercurial/commands/RebaseCommand.java  |      221 +
 .../modules/mercurial/config/HgConfigFiles.java    |        2 +-
 .../mercurial/options/AnnotationColorProvider.java |       69 +-
 .../modules/mercurial/options/Bundle.properties    |        2 +-
 .../modules/mercurial/options/HgExtProperties.java |       15 +-
 .../modules/mercurial/options/LabelsPanel.form     |        8 +-
 .../modules/mercurial/options/LabelsPanel.java     |       12 +-
 .../options/MercurialOptionsPanelController.java   |       44 +-
 .../modules/mercurial/options/MercurialPanel.form  |      163 +-
 .../modules/mercurial/options/MercurialPanel.java  |      306 +-
 .../modules/mercurial/options/PropertiesPanel.form |        7 +-
 .../modules/mercurial/options/PropertiesPanel.java |       84 +-
 .../modules/mercurial/resources/hg-layer.xml       |       55 +-
 .../modules/mercurial/resources/hg_wstcref.xml     |       55 -
 .../modules/mercurial/resources/hgversioning.xml   |       52 -
 .../modules/mercurial/resources/icons/add.png      |      Bin 0 -> 502 bytes
 .../modules/mercurial/resources/icons/add24.png    |      Bin 0 -> 582 bytes
 .../modules/mercurial/resources/icons/annotate.png |      Bin 0 -> 401 bytes
 .../mercurial}/resources/icons/annotate24.png      |      Bin
 .../modules/mercurial/resources/icons/base.png     |      Bin 0 -> 1266 bytes
 .../modules/mercurial/resources/icons/commit24.png |      Bin 0 -> 749 bytes
 .../mercurial/resources/icons/conflict-resolve.png |      Bin 0 -> 715 bytes
 .../resources/icons/conflict-resolve24.png         |      Bin 0 -> 998 bytes
 .../mercurial/resources/icons/destinations.png     |      Bin 0 -> 1323 bytes
 .../modules/mercurial}/resources/icons/diff24.png  |      Bin
 .../mercurial/resources/icons/ending_revision.png  |      Bin 1233 -> 0 bytes
 .../modules/mercurial/resources/icons/fetch.png    |      Bin 0 -> 792 bytes
 .../modules/mercurial/resources/icons/fetch24.png  |      Bin 0 -> 1084 bytes
 .../mercurial/resources/icons/file_view.png        |      Bin 0 -> 398 bytes
 .../mercurial/resources/icons/get_clean.png        |      Bin 0 -> 690 bytes
 .../mercurial}/resources/icons/get_clean24.png     |      Bin
 .../modules/mercurial/resources/icons/info.png     |      Bin 0 -> 766 bytes
 .../mercurial/resources/icons/logical_view.png     |      Bin 0 -> 429 bytes
 .../mercurial/resources/icons/onefolder.png        |      Bin 5256 -> 0 bytes
 .../mercurial/resources/icons/properties.png       |      Bin 0 -> 772 bytes
 .../mercurial/resources/icons/properties24.png     |      Bin 0 -> 935 bytes
 .../mercurial/resources/icons/pull-setting.png     |      Bin 0 -> 912 bytes
 .../mercurial/resources/icons/pull-setting24.png   |      Bin 0 -> 1442 bytes
 .../modules/mercurial/resources/icons/pull.png     |      Bin 0 -> 728 bytes
 .../modules/mercurial/resources/icons/pull24.png   |      Bin 0 -> 961 bytes
 .../mercurial/resources/icons/push-setting.png     |      Bin 0 -> 911 bytes
 .../mercurial/resources/icons/push-setting24.png   |      Bin 0 -> 1406 bytes
 .../modules/mercurial/resources/icons/push.png     |      Bin 0 -> 727 bytes
 .../modules/mercurial/resources/icons/push24.png   |      Bin 0 -> 920 bytes
 .../modules/mercurial/resources/icons/queue.png    |      Bin 0 -> 674 bytes
 .../mercurial/resources/icons/rebase-default.png   |      Bin 0 -> 4401 bytes
 .../mercurial/resources/icons/rebase-dest-base.png |      Bin 0 -> 8246 bytes
 .../resources/icons/rebase-destination.png         |      Bin 0 -> 5830 bytes
 .../mercurial/resources/icons/rebase-source.png    |      Bin 0 -> 7204 bytes
 .../mercurial/resources/icons/search_history.png   |      Bin 0 -> 832 bytes
 .../mercurial/resources/icons/search_history24.png |      Bin 0 -> 1056 bytes
 .../mercurial/resources/icons/show_changes.png     |      Bin 0 -> 592 bytes
 .../mercurial/resources/icons/show_changes24.png   |      Bin 0 -> 697 bytes
 .../mercurial/resources/icons/sinceorigin.png      |      Bin 5310 -> 0 bytes
 .../modules/mercurial/resources/icons/source.png   |      Bin 0 -> 1452 bytes
 .../resources/icons/starting_revision.png          |      Bin 1362 -> 0 bytes
 .../modules/mercurial/resources/icons/tip.png      |      Bin 0 -> 1144 bytes
 .../mercurial/resources/icons/twofolders.png       |      Bin 6918 -> 0 bytes
 .../modules/mercurial/resources/icons/update24.png |      Bin 0 -> 817 bytes
 .../modules/mercurial/resources/icons}/warning.gif |      Bin
 .../modules/mercurial/resources/icons/working.png  |      Bin 0 -> 1411 bytes
 .../mercurial/resources/mercurial-helpset.xml      |        3 -
 .../mercurial/ui/actions/ContextAction.java        |       13 +-
 .../modules/mercurial/ui/add/AddAction.java        |      158 +
 .../modules/mercurial/ui/add/Bundle.properties     |       50 +
 .../mercurial/ui/annotate/AnnotateAction.java      |      159 +-
 .../mercurial/ui/annotate/AnnotateLine.java        |       16 +-
 .../mercurial/ui/annotate/AnnotationBar.java       |      428 +-
 .../ui/annotate/AnnotationBarManager.java          |        2 +-
 .../mercurial/ui/annotate/Bundle.properties        |        5 +-
 .../mercurial/ui/annotate/TooltipWindow.java       |      151 +-
 .../mercurial/ui/branch/BranchSelector.java        |      370 +
 .../mercurial/ui/branch/BranchSelectorPanel.form   |      240 +
 .../mercurial/ui/branch/BranchSelectorPanel.java   |      191 +
 .../modules/mercurial/ui/branch/Bundle.properties  |       94 +
 .../mercurial/ui/branch/CloseBranchAction.java     |      164 +
 .../modules/mercurial/ui/branch/CreateBranch.java  |      100 +
 .../mercurial/ui/branch/CreateBranchAction.java    |      124 +
 .../mercurial/ui/branch/CreateBranchPanel.form     |       80 +
 .../mercurial/ui/branch/CreateBranchPanel.java     |      112 +
 .../modules/mercurial/ui/branch/HgBranch.java      |       79 +
 .../mercurial/ui/branch/SwitchToBranchAction.java  |      192 +
 .../modules/mercurial/ui/clone/Bundle.properties   |       15 +-
 .../modules/mercurial/ui/clone/CloneAction.java    |      105 +-
 .../modules/mercurial/ui/clone/CloneCompleted.java |        2 +-
 .../mercurial/ui/clone/CloneExternalAction.java    |       34 +-
 .../modules/mercurial/ui/clone/ClonePanel.form     |       32 +-
 .../modules/mercurial/ui/clone/ClonePanel.java     |       95 +-
 .../modules/mercurial/ui/commit/Bundle.properties  |       26 +-
 .../modules/mercurial/ui/commit/CommitAction.java  |      472 +-
 .../modules/mercurial/ui/commit/CommitPanel.java   |      177 +-
 .../modules/mercurial/ui/commit/CommitTable.java   |       92 +-
 .../mercurial/ui/commit/DeleteLocalAction.java     |      159 +
 .../ui/commit/ExcludeFromCommitAction.java         |        7 +-
 .../modules/mercurial/ui/create/Bundle.properties  |        9 +-
 .../modules/mercurial/ui/create/CreateAction.java  |      101 +-
 .../modules/mercurial/ui/create/CreatePanel.form   |        7 +-
 .../modules/mercurial/ui/create/CreatePanel.java   |       44 +-
 .../modules/mercurial/ui/diff/Bundle.properties    |       43 +-
 .../modules/mercurial/ui/diff/DiffAction.java      |       44 +-
 .../modules/mercurial/ui/diff/DiffFileTable.java   |      263 +-
 .../mercurial/ui/diff/DiffFileTreeImpl.java        |      158 +
 .../modules/mercurial/ui/diff/DiffNode.java        |      153 +-
 .../modules/mercurial/ui/diff/DiffSetupSource.java |        2 +-
 .../mercurial/ui/diff/DiffStreamSource.java        |      120 +-
 .../modules/mercurial/ui/diff/DiffToRevision.java  |      181 +
 .../mercurial/ui/diff/DiffToRevisionAction.java    |      114 +
 .../mercurial/ui/diff/DiffToRevisionPanel.form     |      249 +
 .../mercurial/ui/diff/DiffToRevisionPanel.java     |      197 +
 .../mercurial/ui/diff/DiffTopComponent.java        |        8 -
 .../mercurial/ui/diff/ExportAsFilePanel.form       |        4 +-
 .../mercurial/ui/diff/ExportAsFilePanel.java       |       26 +-
 .../modules/mercurial/ui/diff/ExportBundle.java    |       35 +-
 .../mercurial/ui/diff/ExportBundleAction.java      |        5 +
 .../modules/mercurial/ui/diff/ExportDiff.java      |        8 +-
 .../mercurial/ui/diff/ExportDiffAction.java        |       23 +-
 .../mercurial/ui/diff/ExportDiffChangesAction.java |      143 +-
 .../modules/mercurial/ui/diff/ExportDiffPanel.java |       19 +-
 .../mercurial/ui/diff/ImportDiffAction.java        |      242 +-
 .../modules/mercurial/ui/diff/MultiDiffPanel.form  |      179 +-
 .../modules/mercurial/ui/diff/MultiDiffPanel.java  |     1005 +-
 .../netbeans/modules/mercurial/ui/diff/Setup.java  |       50 +-
 .../modules/mercurial/ui/ignore/Bundle.properties  |        4 +-
 .../modules/mercurial/ui/ignore/IgnoreAction.java  |        5 +-
 .../modules/mercurial/ui/log/Bundle.properties     |       59 +-
 .../modules/mercurial/ui/log/DiffResultsView.java  |      280 +-
 .../mercurial/ui/log/DiffResultsViewForLine.java   |       11 +-
 .../modules/mercurial/ui/log/DiffTreeTable.java    |      103 +-
 .../netbeans/modules/mercurial/ui/log/Divider.java |      138 -
 .../modules/mercurial/ui/log/HgLogMessage.java     |      206 +-
 .../mercurial/ui/log/HgLogMessageChangedPath.java  |        6 +-
 .../modules/mercurial/ui/log/IncomingAction.java   |        5 +-
 .../modules/mercurial/ui/log/LogAction.java        |      127 +-
 .../modules/mercurial/ui/log/OutAction.java        |        5 +-
 .../mercurial/ui/log/RepositoryRevision.java       |      377 +-
 .../modules/mercurial/ui/log/RevisionNode.java     |      160 +-
 .../mercurial/ui/log/RevisionNodeChildren.java     |       47 +-
 .../mercurial/ui/log/SearchCriteriaPanel.form      |      229 +-
 .../mercurial/ui/log/SearchCriteriaPanel.java      |      243 +-
 .../modules/mercurial/ui/log/SearchExecutor.java   |      223 +-
 .../mercurial/ui/log/SearchHistoryAction.java      |       13 +-
 .../mercurial/ui/log/SearchHistoryPanel.form       |      154 +-
 .../mercurial/ui/log/SearchHistoryPanel.java       |      616 +-
 .../ui/log/SearchHistoryTopComponent.java          |      100 +-
 .../modules/mercurial/ui/log/SummaryView.java      |     1068 +-
 .../modules/mercurial/ui/menu/BranchMenu.java      |      201 +
 .../modules/mercurial/ui/menu/Bundle.properties    |       45 -
 .../modules/mercurial/ui/menu/ConflictsMenu.java   |      112 +
 .../modules/mercurial/ui/menu/DiffMenu.java        |      116 +
 .../modules/mercurial/ui/menu/ExportMenu.java      |       83 -
 .../modules/mercurial/ui/menu/IgnoreMenu.java      |      120 +
 .../modules/mercurial/ui/menu/MergeMenu.java       |       87 -
 .../modules/mercurial/ui/menu/PatchesMenu.java     |      148 +
 .../modules/mercurial/ui/menu/QueuesMenu.java      |      159 +
 .../modules/mercurial/ui/menu/RecoverMenu.java     |       84 +-
 .../modules/mercurial/ui/menu/RemoteMenu.java      |      210 +
 .../modules/mercurial/ui/menu/ShareMenu.java       |      114 -
 .../modules/mercurial/ui/menu/ShowMenu.java        |      100 -
 .../modules/mercurial/ui/merge/Bundle.properties   |       20 +-
 .../modules/mercurial/ui/merge/MergeAction.java    |      160 +-
 .../modules/mercurial/ui/merge/MergeRevisions.java |        9 +-
 .../mercurial/ui/merge/MergeRevisionsPanel.java    |       19 +-
 .../mercurial/ui/properties/Bundle.properties      |        3 -
 .../mercurial/ui/properties/PropertiesAction.java  |       16 +
 .../mercurial/ui/properties/PropertiesPanel.form   |        4 +-
 .../mercurial/ui/properties/PropertiesPanel.java   |       44 +-
 .../modules/mercurial/ui/pull/Bundle.properties    |       25 +-
 .../modules/mercurial/ui/pull/FetchAction.java     |      134 +-
 .../modules/mercurial/ui/pull/PullAction.java      |      444 +-
 .../mercurial/ui/pull/PullCurrentBranchAction.java |      140 +
 .../modules/mercurial/ui/pull/PullOtherAction.java |       37 +-
 .../modules/mercurial/ui/push/Bundle.properties    |       20 +-
 .../modules/mercurial/ui/push/PushAction.java      |      109 +-
 .../mercurial/ui/push/PushCurrentBranchAction.java |      142 +
 .../modules/mercurial/ui/push/PushOtherAction.java |       32 +-
 .../modules/mercurial/ui/queues/Bundle.properties  |      158 +
 .../modules/mercurial/ui/queues/CommitPanel.form   |      167 +
 .../modules/mercurial/ui/queues/CommitPanel.java   |      237 +
 .../mercurial/ui/queues/CreateRefreshAction.java   |      362 +
 .../mercurial/ui/queues/FailedPatchResolver.java   |      129 +
 .../modules/mercurial/ui/queues/FinishPatch.java   |      215 +
 .../modules/mercurial/ui/queues/GoToPatch.java     |      296 +
 .../mercurial/ui/queues/PatchSeriesPanel.form      |       92 +
 .../mercurial/ui/queues/PatchSeriesPanel.java      |      113 +
 .../modules/mercurial/ui/queues/QCommitPanel.java  |      493 +
 .../modules/mercurial/ui/queues/QCommitTable.java  |       90 +
 .../mercurial/ui/queues/QCreatePatchAction.java    |      103 +
 .../ui/queues/QCreatePatchParameters.java          |      210 +
 .../modules/mercurial/ui/queues/QDiffAction.java   |      134 +
 .../modules/mercurial/ui/queues/QFileNode.java     |       91 +
 .../mercurial/ui/queues/QFinishPatchesAction.java  |      206 +
 .../mercurial/ui/queues/QGoToPatchAction.java      |      186 +
 .../modules/mercurial/ui/queues/QPatch.java        |       79 +
 .../modules/mercurial/ui/queues/QPopAllAction.java |       94 +
 .../mercurial/ui/queues/QPushAllPatchesAction.java |      124 +
 .../mercurial/ui/queues/QRefreshPatchAction.java   |      143 +
 .../modules/mercurial/ui/queues/QUtils.java        |      138 +
 .../modules/mercurial/ui/queues/Queue.java         |       66 +
 .../mercurial/ui/queues/RefreshPanelModifier.java  |      102 +
 .../modules/mercurial/ui/rebase/BasicPanel.form    |      216 +
 .../modules/mercurial/ui/rebase/BasicPanel.java    |      180 +
 .../modules/mercurial/ui/rebase/Bundle.properties  |       97 +
 .../modules/mercurial/ui/rebase/Rebase.java        |      181 +
 .../modules/mercurial/ui/rebase/RebaseAction.java  |      523 +
 .../modules/mercurial/ui/rebase/RebaseKind.java    |      433 +
 .../modules/mercurial/ui/rebase/RebasePanel.form   |      103 +
 .../modules/mercurial/ui/rebase/RebasePanel.java   |      113 +
 .../mercurial/ui/rebase/SelectBasePanel.form       |      233 +
 .../mercurial/ui/rebase/SelectBasePanel.java       |      186 +
 .../mercurial/ui/rebase/SelectDestPanel.form       |      226 +
 .../mercurial/ui/rebase/SelectDestPanel.java       |      185 +
 .../mercurial/ui/rebase/SelectSourcePanel.form     |      209 +
 .../mercurial/ui/rebase/SelectSourcePanel.java     |      173 +
 .../modules/mercurial/ui/remove/Bundle.properties  |       47 -
 .../modules/mercurial/ui/remove/RemoveAction.java  |       70 -
 .../mercurial/ui/repository/Bundle.properties      |       25 +-
 .../mercurial/ui/repository/ChangesetPanel.form    |       82 +-
 .../mercurial/ui/repository/ChangesetPanel.java    |      130 +-
 .../ui/repository/ChangesetPickerPanel.form        |      411 +-
 .../ui/repository/ChangesetPickerPanel.java        |      696 +-
 .../ui/repository/HeadRevisionPicker.java          |      161 +
 .../modules/mercurial/ui/repository/HgURL.java     |        4 +-
 .../mercurial/ui/repository/Repository.java        |      114 +-
 .../ui/repository/RepositoryDialogPanel.form       |       10 +-
 .../ui/repository/RepositoryDialogPanel.java       |       26 +-
 .../mercurial/ui/repository/RepositoryPanel.form   |       75 +-
 .../mercurial/ui/repository/RepositoryPanel.java   |      143 +-
 .../mercurial/ui/repository/UserPasswordPanel.form |        6 +-
 .../mercurial/ui/repository/UserPasswordPanel.java |       72 +-
 .../modules/mercurial/ui/rollback/Backout.java     |       20 +-
 .../mercurial/ui/rollback/BackoutAction.java       |      154 +-
 .../mercurial/ui/rollback/BackoutPanel.java        |       18 +-
 .../mercurial/ui/rollback/Bundle.properties        |       19 +-
 .../mercurial/ui/rollback/RollbackAction.java      |       33 +-
 .../modules/mercurial/ui/rollback/Strip.java       |       11 +-
 .../modules/mercurial/ui/rollback/StripAction.java |       38 +-
 .../modules/mercurial/ui/rollback/StripPanel.java  |        2 +-
 .../mercurial/ui/rollback/VerifyAction.java        |        3 +-
 .../modules/mercurial/ui/serve/Bundle.properties   |       44 -
 .../modules/mercurial/ui/serve/ServeAction.java    |       72 -
 .../modules/mercurial/ui/shelve/Bundle.properties  |       52 +
 .../mercurial/ui/shelve/ShelveChangesAction.java   |      210 +
 .../modules/mercurial/ui/status/Bundle.properties  |        5 +-
 .../ui/status/HgVersioningTopComponent.java        |       80 +-
 .../mercurial/ui/status/OpenVersioningAction.java  |       15 +-
 .../modules/mercurial/ui/status/StatusAction.java  |       12 +-
 .../modules/mercurial/ui/status/SyncFileNode.java  |       20 +-
 .../modules/mercurial/ui/status/SyncTable.java     |      133 +-
 .../mercurial/ui/status/VersioningPanel.java       |       16 +-
 .../modules/mercurial/ui/tag/Bundle.properties     |       99 +
 .../modules/mercurial/ui/tag/CreateTag.java        |      231 +
 .../modules/mercurial/ui/tag/CreateTagAction.java  |      122 +
 .../modules/mercurial/ui/tag/CreateTagPanel.form   |      169 +
 .../modules/mercurial/ui/tag/CreateTagPanel.java   |      155 +
 .../netbeans/modules/mercurial/ui/tag/HgTag.java   |       78 +
 .../modules/mercurial/ui/tag/ManageTagsAction.java |       87 +
 .../modules/mercurial/ui/tag/RemoveTagPanel.form   |       88 +
 .../modules/mercurial/ui/tag/RemoveTagPanel.java   |      114 +
 .../modules/mercurial/ui/tag/TagManager.java       |      435 +
 .../modules/mercurial/ui/tag/TagManagerPanel.form  |      296 +
 .../modules/mercurial/ui/tag/TagManagerPanel.java  |      234 +
 .../modules/mercurial/ui/update/Bundle.properties  |       14 +-
 .../ui/update/ConflictResolvedAction.java          |       11 +-
 .../ui/update/ResolveConflictsAction.java          |       15 +
 .../ui/update/ResolveConflictsExecutor.java        |       36 +-
 .../mercurial/ui/update/RevertModifications.java   |       18 +-
 .../ui/update/RevertModificationsAction.java       |       79 +-
 .../ui/update/RevertModificationsPanel.java        |       21 +-
 .../modules/mercurial/ui/update/Update.java        |       14 +-
 .../modules/mercurial/ui/update/UpdateAction.java  |       55 +-
 .../modules/mercurial/ui/update/UpdatePanel.java   |       12 +-
 .../modules/mercurial/ui/view/Bundle.properties    |        6 +-
 .../modules/mercurial/ui/view/ViewAction.java      |        5 +-
 .../ui/wizards/CloneDestinationDirectoryPanel.form |        5 +-
 .../ui/wizards/CloneDestinationDirectoryPanel.java |       81 +-
 .../CloneDestinationDirectoryWizardPanel.java      |        4 +-
 .../mercurial/ui/wizards/ClonePathsPanel.form      |        4 +-
 .../mercurial/ui/wizards/ClonePathsPanel.java      |      138 +-
 .../mercurial/ui/wizards/CloneWizardAction.java    |       19 +-
 .../ui/wizards/WizardStepProgressSupport.java      |       18 +-
 .../modules/mercurial/util/Bundle.properties       |        9 +-
 .../netbeans/modules/mercurial/util/HgCommand.java |     2241 +-
 .../modules/mercurial/util/HgProjectUtils.java     |        7 +-
 .../mercurial/util/HgRepositoryContextCache.java   |       55 +-
 .../netbeans/modules/mercurial/util/HgUtils.java   |      375 +-
 .../modules/mercurial/util/log-full-changeset.tmpl |        2 +
 .../mercurial/util/log-no-files-changeset.tmpl     |       10 +
 .../util/log-only-file-copies-changeset.tmpl       |        2 +
 .../mercurial/util/log-only-files-changeset.tmpl   |        2 -
 .../org/netbeans/modules/mercurial/util/log.style  |        4 +-
 .../mercurial/main/archeology/AnnotationsTest.java |       41 +-
 .../test/mercurial/main/commit/CommitDataTest.java |       41 +-
 .../test/mercurial/main/commit/CommitUiTest.java   |       41 +-
 .../test/mercurial/main/commit/IgnoreTest.java     |       41 +-
 .../mercurial/main/delete/DeleteUpdateTest.java    |       41 +-
 .../mercurial/operators/HgPropertiesOperator.java  |       40 +-
 .../operators/RevertModificationsOperator.java     |       40 +-
 .../mercurial/operators/actions/CommitAction.java  |       41 +-
 .../mercurial/operators/actions/RevertAction.java  |       41 +-
 .../mercurial/utils/RepositoryMaintenance.java     |       41 +-
 .../test/mercurial/utils/StreamHandler.java        |       41 +-
 .../org/netbeans/test/mercurial/utils/TestKit.java |       41 +-
 .../test/mercurial/utils/hgExistsChecker.java      |       41 +-
 .../netbeans/modules/mercurial/AbstractHgTest.java |      236 -
 .../modules/mercurial/AbstractHgTestCase.java      |      259 +
 .../modules/mercurial/ExternalChangesTest.java     |      317 +-
 .../modules/mercurial/FileStatusCacheTest.java     |        8 +-
 .../netbeans/modules/mercurial/HgCommandTest.java  |      318 +-
 .../netbeans/modules/mercurial/HistoryTest.java    |      366 +
 .../netbeans/modules/mercurial/IgnoresTest.java    |       71 +-
 .../modules/mercurial/InterceptorTest.java         |      299 +-
 .../modules/mercurial/MercurialFileSystemTest.java |      186 -
 .../mercurial/MercurialFileSystemTestCase.java     |      201 +
 .../mercurial/MercurialFileSystemTestStat.java     |        9 +-
 .../org/netbeans/modules/mercurial/StatusTest.java |       16 +-
 .../modules/mercurial/VersionsCacheTest.java       |      143 -
 .../modules/mercurial/actions/MergeTest.java       |       16 +-
 .../modules/mercurial/api/MercurialApi.java        |        6 +-
 .../mercurial/api/SearchHistoryTestCase.java       |        7 +-
 .../mercurial/commands/RebaseCommandTest.java      |      238 +
 .../netbeans/modules/mercurial/getTopmostTest.java |       62 +-
 .../modules/mercurial/ui/repository/HgURLTest.java |        3 +
 mobility.antext/build.xml                          |       48 -
 .../external/ant-contrib-1.0b3-license.txt         |      208 -
 mobility.antext/external/binaries-list             |        1 -
 mobility.antext/manifest.mf                        |        6 -
 mobility.antext/nbproject/project.properties       |       53 -
 mobility.antext/nbproject/project.xml              |       97 -
 .../src/org/netbeans/mobility/antext/Base64.java   |      146 -
 .../src/org/netbeans/mobility/antext/Bundle.java   |      114 -
 .../org/netbeans/mobility/antext/Bundle.properties |      209 -
 .../org/netbeans/mobility/antext/EMapFormat.java   |      200 -
 .../org/netbeans/mobility/antext/ExtractTask.java  |      240 -
 .../src/org/netbeans/mobility/antext/JadTask.java  |      490 -
 .../netbeans/mobility/antext/ObfuscateTask.java    |      592 -
 .../org/netbeans/mobility/antext/OutputTask.java   |      131 -
 .../mobility/antext/OverridePropertyTask.java      |       76 -
 .../netbeans/mobility/antext/PreverifyTask.java    |      322 -
 .../src/org/netbeans/mobility/antext/RunTask.java  |      853 -
 .../mobility/antext/StackTraceTranslator.java      |      322 -
 .../org/netbeans/mobility/antext/ant-contrib.xml   |       55 -
 .../org/netbeans/mobility/antext/defs.properties   |       50 -
 .../src/org/netbeans/mobility/antext/layer.xml     |       58 -
 .../netbeans/mobility/antext/mobility-ant-ext.xml  |       56 -
 .../mobility/antext/preprocessor/Bundle.properties |       85 -
 .../preprocessor/CommentingPreProcessor.java       |      475 -
 .../preprocessor/CommentingPreProcessorTask.java   |      275 -
 .../mobility/antext/preprocessor/LineParser.java   |     1329 -
 .../mobility/antext/preprocessor/LineParser.yacc   |      616 -
 .../antext/preprocessor/LineParserTokens.java      |       92 -
 .../mobility/antext/preprocessor/PPBlockInfo.java  |      140 -
 .../mobility/antext/preprocessor/PPLine.java       |      222 -
 .../mobility/antext/preprocessor/PPToken.java      |      133 -
 .../antext/preprocessor/PreprocessorException.java |       65 -
 .../antext/preprocessor/PreprocessorScanner.java   |      954 -
 .../antext/preprocessor/PreprocessorScanner.jflex  |      188 -
 .../mobility/antext/OutputTaskTest/test1.txt       |        1 -
 .../mobility/antext/OutputTaskTest/test2.txt       |        2 -
 .../antext/PreverifyTaskTest/bin/preverify.sh      |        7 -
 .../mobility/antext/RunTaskTest/bin/emulator.sh    |       12 -
 .../org/netbeans/mobility/antext/Base64Test.java   |      128 -
 .../netbeans/mobility/antext/EMapFormatTest.java   |      159 -
 .../netbeans/mobility/antext/ExtractTaskTest.java  |      291 -
 .../org/netbeans/mobility/antext/JadTaskTest.java  |      141 -
 .../mobility/antext/ObfuscateTaskTest.java         |      157 -
 .../netbeans/mobility/antext/OutputTaskTest.java   |      122 -
 .../mobility/antext/PreverifyTaskTest.java         |      163 -
 .../org/netbeans/mobility/antext/RunTaskTest.java  |      324 -
 .../mobility/antext/StackTraceTranslatorTest.java  |      109 -
 .../CommentingPreProcessorTaskTest.java            |      148 -
 .../preprocessor/CommentingPreProcessorTest.java   |      420 -
 .../antext/preprocessor/LineParserTest.java        |      438 -
 mobility.cldcplatform.catalog/build.xml            |       48 -
 mobility.cldcplatform.catalog/manifest.mf          |        7 -
 .../nbproject/project.properties                   |       43 -
 .../nbproject/project.xml                          |      154 -
 .../cldcplatform/catalog/Bundle.properties         |       58 -
 .../catalog/PlatformCatalogAutoInstaller.java      |      247 -
 .../catalog/j2meplatform_update_xml_type.settings  |       50 -
 .../mobility/cldcplatform/catalog/layer.xml        |       65 -
 mobility.cldcplatform/manifest.mf                  |        2 +-
 mobility.cldcplatform/nbproject/project.properties |        4 +
 mobility.cldcplatform/nbproject/project.xml        |       42 +-
 .../mobility/cldcplatform/Bundle.properties        |        3 +-
 .../mobility/cldcplatform/CustomizerPanel.form     |        7 +-
 .../mobility/cldcplatform/CustomizerPanel.java     |       15 +-
 .../mobility/cldcplatform/J2MEPlatform.java        |       84 +-
 .../mobility/cldcplatform/SrcDocPathsPanel.form    |        8 +-
 .../mobility/cldcplatform/SrcDocPathsPanel.java    |        2 +-
 .../cldcplatform/UEIEmulatorConfiguratorImpl.java  |       70 +-
 .../cldcplatform/customwizard/Bundle.properties    |        5 +-
 .../cldcplatform/customwizard/ClasspathPanel.form  |        8 +-
 .../cldcplatform/customwizard/ClasspathPanel.java  |        2 +-
 .../customwizard/CommandLinesPanel.form            |       38 +-
 .../customwizard/CommandLinesPanel.java            |       45 +-
 .../cldcplatform/customwizard/debuggerinfo.html    |        7 +-
 .../cldcplatform/customwizard/executioninfo.html   |        7 +-
 .../cldcplatform/customwizard/preverifyinfo.html   |        7 +-
 .../mobility/cldcplatform/resources/layer.xml      |        4 +-
 .../mobility/cldcplatform/wizard/Bundle.properties |        3 +-
 .../mobility/cldcplatform/wizard/DetectPanel.form  |        6 +-
 .../mobility/cldcplatform/wizard/DetectPanel.java  |       37 +
 .../cldcplatform/wizard/DetectWizardPanel.java     |        2 +-
 .../mobility/cldcplatform/wizard/FindPanel.form    |        4 +-
 .../mobility/cldcplatform/wizard/FindPanel.java    |       22 +-
 .../cldcplatform/wizard/FindWizardPanel.java       |        2 +-
 .../cldcplatform/wizard/SearchRunnable.java        |       10 +-
 .../org/netbeans/modules/mobility/TestUtil.java    |       28 +-
 .../mobility/cldcplatform/J2MEPlatformTest.java    |       49 +-
 mobility.databindingme/manifest.mf                 |        2 +-
 .../nbproject/project.properties                   |        1 +
 mobility.databindingme/nbproject/project.xml       |        2 +-
 .../databindingme/resources/Bundle.properties      |        2 +-
 mobility.deployment.ftpscp/build.xml               |       48 -
 mobility.deployment.ftpscp/manifest.mf             |        5 -
 .../nbproject/project.properties                   |       47 -
 mobility.deployment.ftpscp/nbproject/project.xml   |      155 -
 .../scripts/deploy-ftp-impl.xml                    |       94 -
 .../scripts/deploy-scp-impl.xml                    |      128 -
 .../mobility/deployment/ftpscp/Bundle.properties   |      136 -
 .../deployment/ftpscp/FtpCustomizerPanel.form      |      286 -
 .../deployment/ftpscp/FtpCustomizerPanel.java      |      230 -
 .../deployment/ftpscp/FtpDeploymentPlugin.java     |      115 -
 .../ftpscp/FtpProjectCustomizerPanel.form          |       69 -
 .../ftpscp/FtpProjectCustomizerPanel.java          |      123 -
 .../deployment/ftpscp/ScpCustomizerPanel.form      |      381 -
 .../deployment/ftpscp/ScpCustomizerPanel.java      |      337 -
 .../deployment/ftpscp/ScpDeploymentPlugin.java     |      117 -
 .../ftpscp/ScpProjectCustomizerPanel.form          |       69 -
 .../ftpscp/ScpProjectCustomizerPanel.java          |      122 -
 .../src/validation/SampleModuleValidation.java     |      116 -
 mobility.deployment.nokia/build.xml                |       59 -
 mobility.deployment.nokia/lib/CONA.h               |      204 -
 mobility.deployment.nokia/lib/CONAEvent.h          |       80 -
 mobility.deployment.nokia/lib/ConnJNI.cpp          |     1119 -
 mobility.deployment.nokia/manifest.mf              |        7 -
 .../nbproject/project.properties                   |        7 -
 mobility.deployment.nokia/nbproject/project.xml    |       53 -
 .../scripts/deploy-nokia-impl.xml                  |       87 -
 .../src/com/nokia/phone/deploy/Bundle.properties   |        1 -
 .../src/com/nokia/phone/deploy/CONA.java           |      293 -
 .../src/com/nokia/phone/deploy/Deployer.java       |      354 -
 .../src/com/nokia/phone/deploy/DeployerMain.java   |      165 -
 .../src/com/nokia/phone/deploy/layer.xml           |       48 -
 .../mobility/deployment/nokia/Bundle.properties    |       79 -
 .../deployment/nokia/NokiaDeploymentPlugin.java    |      113 -
 .../nokia/NokiaProjectCustomizerPanel.form         |      242 -
 .../nokia/NokiaProjectCustomizerPanel.java         |      288 -
 .../modules/mobility/deployment/nokia/layer.xml    |       56 -
 .../deployment/nokia/nokiadeploymentmodule.xml     |       56 -
 mobility.deployment.ricoh/build.xml                |        5 -
 mobility.deployment.ricoh/manifest.mf              |        5 -
 .../nbproject/project.properties                   |       45 -
 mobility.deployment.ricoh/nbproject/project.xml    |       95 -
 .../scripts/deploy-ricoh-impl.xml                  |      184 -
 .../mobility/deployment/ricoh/Bundle.properties    |      387 -
 .../deployment/ricoh/DeploymentComboBoxModel.java  |      191 -
 .../deployment/ricoh/DeploymentPanels.form         |      287 -
 .../deployment/ricoh/DeploymentPanels.java         |      290 -
 .../mobility/deployment/ricoh/PortVerifier.java    |       88 -
 .../deployment/ricoh/RicohCustomizerPanel.form     |      360 -
 .../deployment/ricoh/RicohCustomizerPanel.java     |      387 -
 .../deployment/ricoh/RicohDeploymentPlugin.java    |      104 -
 .../ricoh/RicohDeploymentProperties.java           |      117 -
 mobility.deployment.sonyericsson/build.xml         |       56 -
 mobility.deployment.sonyericsson/manifest.mf       |        5 -
 .../nbproject/project.properties                   |       44 -
 .../nbproject/project.xml                          |      111 -
 .../scripts/deploy-sonyericsson-impl.xml           |       78 -
 .../deployment/sonyericsson/Bundle.properties      |       67 -
 .../sonyericsson/SonyEricssonCustomizerPanel.form  |       58 -
 .../sonyericsson/SonyEricssonCustomizerPanel.java  |      135 -
 .../sonyericsson/SonyEricssonDeploymentPlugin.java |       91 -
 mobility.deployment.webdav/build.xml               |       48 -
 mobility.deployment.webdav/external/binaries-list  |        4 -
 .../external/commons-httpclient-3.0.1-license.txt  |      183 -
 .../jakarta-slide-ant-webdav-2.1-license.txt       |      208 -
 .../jakarta-slide-webdavlib-2.1-license.txt        |      208 -
 .../external/jdom-1.0-license.txt                  |       56 -
 mobility.deployment.webdav/manifest.mf             |        6 -
 .../nbproject/project.properties                   |       50 -
 mobility.deployment.webdav/nbproject/project.xml   |      121 -
 .../scripts/deploy-webdav-impl.xml                 |       86 -
 .../mobility/deployment/webdav/Bundle.properties   |       90 -
 .../deployment/webdav/WebDAVCustomizerPanel.form   |      212 -
 .../deployment/webdav/WebDAVCustomizerPanel.java   |      190 -
 .../deployment/webdav/WebDAVDeploymentPlugin.java  |      110 -
 .../webdav/WebDAVProjectCustomizerPanel.form       |       69 -
 .../webdav/WebDAVProjectCustomizerPanel.java       |      122 -
 .../deployment/webdav/jakarta-slide-ant-webdav.xml |       60 -
 .../modules/mobility/deployment/webdav/layer.xml   |       55 -
 .../src/validation/SampleModuleValidation.java     |      118 -
 mobility.editor/build.xml                          |       48 -
 mobility.editor/manifest.mf                        |        8 -
 mobility.editor/nbproject/project.properties       |       44 -
 mobility.editor/nbproject/project.xml              |      314 -
 .../editor/BlueTheme-Java-preprocessorColors.xml   |       53 -
 .../modules/mobility/editor/Bundle.properties      |      117 -
 .../editor/CityLights-Java-preprocessorColors.xml  |       53 -
 .../ConfigurationHighlightsLayerFactory.java       |      207 -
 .../mobility/editor/DocumentPreprocessor.java      |      255 -
 .../netbeans/modules/mobility/editor/J2MENode.java |      115 -
 .../editor/NetBeans-Java-preprocessorColors.xml    |       53 -
 .../editor/NetBeans55-Java-preprocessorColors.xml  |       53 -
 .../NetBeansEarth-Java-preprocessorColors.xml      |       53 -
 .../mobility/editor/PPCompletionProvider.java      |      475 -
 .../mobility/editor/PPDirectiveCompletionItem.java |      212 -
 .../mobility/editor/PPVariableCompletionItem.java  |      204 -
 .../mobility/editor/PreprocessorActions.java       |      213 -
 .../modules/mobility/editor/Utilities.java         |       78 -
 .../editor/actions/AddElifBlockAction.java         |      153 -
 .../actions/AddProjectConfigurationAction.java     |      104 -
 .../mobility/editor/actions/Bundle.properties      |       74 -
 .../editor/actions/CreateDebugBlockAction.java     |      110 -
 .../editor/actions/CreateIfElseBlockAction.java    |      116 -
 .../actions/PreprocessorEditorContextAction.java   |      119 -
 .../mobility/editor/actions/RecommentAction.java   |      142 -
 .../mobility/editor/hints/Bundle.properties        |       71 -
 .../modules/mobility/editor/hints/DisableHint.java |       95 -
 .../mobility/editor/hints/InlineIncludeHint.java   |      213 -
 .../modules/mobility/editor/hints/RemoveHint.java  |       96 -
 .../editor/hints/ReplaceOldSyntaxHint.java         |      182 -
 .../org/netbeans/modules/mobility/editor/layer.xml |      147 -
 .../mobility/editor/pub/J2MEDataLoader.java        |      132 -
 .../editor/pub/J2MEDataLoaderBeanInfo.java         |       80 -
 .../mobility/editor/pub/J2MEDataObject.java        |      378 -
 .../modules/mobility/editor/resources/class.gif    |      Bin 601 -> 0 bytes
 .../modules/mobility/editor/resources/d.png        |      Bin 737 -> 0 bytes
 .../mobility/editor/resources/entrypoint.gif       |      Bin 305 -> 0 bytes
 .../modules/mobility/editor/resources/v.png        |      Bin 765 -> 0 bytes
 .../src/validation/SampleModuleValidation.java     |      105 -
 .../netbeans/modules/mobility/SampleUnitTest.java  |       98 -
 mobility.end2end/manifest.mf                       |        4 +-
 mobility.end2end/nbproject/project.xml             |      128 +-
 .../modules/mobility/e2e/mapping/Bundle.properties |        2 +-
 .../modules/mobility/e2e/templates/Bean.template   |       42 +
 .../mobility/e2e/templates/ClientTemplate.template |       42 +
 .../e2e/templates/GatewaysTemplate.template        |       42 +
 .../InvocationAbstractionTemplate.template         |       42 +
 .../mobility/e2e/templates/ProxyTemplate.template  |       42 +
 .../e2e/templates/ServletTemplate.template         |       42 +
 .../e2e/templates/UtilityTemplate.template         |       42 +
 .../modules/mobility/end2end/Bundle.properties     |        2 +-
 .../modules/mobility/end2end/DDDataIcon.gif        |      Bin 0 -> 366 bytes
 .../modules/mobility/end2end/E2EDataObject.java    |      535 +-
 .../mobility/end2end/multiview/Bundle.properties   |        8 -
 .../end2end/multiview/ClientGeneralInfoPanel.form  |        8 +-
 .../end2end/multiview/ClientGeneralInfoPanel.java  |        2 +-
 .../end2end/multiview/ClientMultiViewElement.java  |      161 +-
 .../end2end/multiview/ClientOptionsPanel.form      |        8 +-
 .../end2end/multiview/ClientOptionsPanel.java      |        2 +-
 .../modules/mobility/end2end/multiview/DDView.java |      113 -
 .../end2end/multiview/ServerGeneralInfoPanel.form  |        6 +-
 .../end2end/multiview/ServerMultiViewElement.java  |      125 +-
 .../end2end/multiview/ServerViewFactory.java       |       23 +-
 .../mobility/end2end/multiview/ServicesPanel.form  |        4 +-
 .../mobility/end2end/multiview/ServicesPanel.java  |        2 +-
 .../mobility/end2end/output/Bundle.properties      |        2 +
 .../end2end/providers/ClassServiceProvider.java    |       18 +-
 .../end2end/providers/WebServiceProvider.java      |       18 +-
 .../end2end/resources/e2e-mime-resolver.xml        |       12 -
 .../modules/mobility/end2end/resources/layer.xml   |       19 +-
 .../ui/treeview/MethodCheckedNodeRenderer.form     |       52 +-
 .../ui/treeview/MethodCheckedNodeRenderer.java     |       41 +-
 .../end2end/ui/treeview/MultiStateCheckBox.java    |        6 +
 .../mobility/end2end/ui/wizard/Bundle.properties   |        4 +-
 .../end2end/ui/wizard/ClientOptionsPanelGUI.form   |        8 +-
 .../end2end/ui/wizard/ClientOptionsPanelGUI.java   |        2 +-
 .../end2end/ui/wizard/GenericServiceIterator.java  |        5 +-
 .../end2end/ui/wizard/WebApplicationPanel.form     |        3 +-
 .../end2end/ui/wizard/WebApplicationPanel.java     |       68 +-
 .../mobility/end2end/util/Bundle.properties        |        2 +
 .../modules/mobility/end2end/util/Util.java        |      268 +-
 .../mobility/javon/JavonProfileProvider.java       |       41 +-
 .../mobility/javon/OutputFileFormatter.java        |        6 +-
 .../spi/mobility/end2end/E2EServiceProvider.java   |        7 +-
 mobility.end2end/templates/ClientTest.java         |       39 +
 .../templates/InvocationAbstraction.java           |       39 +
 .../templates/InvocationAbstractionImpl.java       |       39 +
 mobility.end2end/templates/Protocol.java           |       39 +
 mobility.end2end/templates/Servlet.java            |       39 +
 mobility.end2end/templates/Structures.java         |       41 +-
 mobility.end2end/templates/Utility.java            |       39 +
 .../src/java/echo/arrays/VectorStackHastable.java  |       39 +-
 mobility.j2meunit/build.xml                        |       48 -
 mobility.j2meunit/external/binaries-list           |        3 -
 .../external/jmunit4cldc10-1.2.1-license.txt       |      209 -
 .../external/jmunit4cldc11-1.2.1-license.txt       |      209 -
 mobility.j2meunit/manifest.mf                      |        7 -
 mobility.j2meunit/nbproject/project.properties     |       52 -
 mobility.j2meunit/nbproject/project.xml            |      215 -
 .../modules/mobility/j2meunit/Bundle.properties    |      119 -
 .../mobility/j2meunit/J2MEUnitFileIterator.java    |      141 -
 .../modules/mobility/j2meunit/J2MEUnitPlugin.java  |      257 -
 .../j2meunit/J2MEUnitProjectLookupProvider.java    |       76 -
 .../modules/mobility/j2meunit/TestCreator.java     |     1119 -
 .../modules/mobility/j2meunit/TestUtils.java       |      556 -
 .../j2meunit/UnitTestForSourceQueryImpl.java       |       88 -
 .../modules/mobility/j2meunit/j2meunit.xml         |       60 -
 .../modules/mobility/j2meunit/jmunit4cldc10.xml    |       51 -
 .../modules/mobility/j2meunit/jmunit4cldc11.xml    |       51 -
 .../netbeans/modules/mobility/j2meunit/layer.xml   |       74 -
 .../mobility/j2meunit/resources/JUnitLogo.png      |      Bin 615 -> 0 bytes
 .../resources/templates/EmptyJ2MEUnitTest.html     |       49 -
 .../templates/EmptyJ2MEUnitTest.java.template      |       27 -
 mobility.javahelp/build.xml                        |       48 -
 .../project/docs/cdc/emulator/emulator_about.html  |       75 -
 .../project/docs/cdc/emulator/emulator_adding.html |       91 -
 .../project/docs/cdc/getstart/welcome.html         |       62 -
 .../mobility/project/docs/cdc/images/circle1.gif   |      Bin 411 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle2.gif   |      Bin 417 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle3.gif   |      Bin 432 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle4.gif   |      Bin 420 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle5.gif   |      Bin 428 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle6.gif   |      Bin 430 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle7.gif   |      Bin 423 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle8.gif   |      Bin 425 -> 0 bytes
 .../mobility/project/docs/cdc/images/circle9.gif   |      Bin 437 -> 0 bytes
 .../mobility/project/docs/cdc/images/platform.gif  |      Bin 1006 -> 0 bytes
 .../cdc/project/csh/proj_cdc-standapp_wiz.html     |       77 -
 .../project/csh/proj_cdc-standclasslib_wiz.html    |       72 -
 .../cdc/project/csh/proj_cdcexistsrc_wiz1.html     |       95 -
 .../cdc/project/csh/proj_cdcexistsrc_wiz2.html     |       80 -
 .../csh/proj_cdcnewproject_installplatform.html    |       65 -
 .../project/csh/proj_cdcstand_props_compiling.html |       66 -
 .../csh/proj_cdcstand_props_documenting.html       |       68 -
 .../project/csh/proj_cdcstand_props_general.html   |       80 -
 .../project/csh/proj_cdcstand_props_libraries.html |       97 -
 .../project/csh/proj_cdcstand_props_packaging.html |       82 -
 .../cdc/project/csh/proj_cdcstand_props_run.html   |       70 -
 .../project/csh/proj_cdcstand_props_sources.html   |       98 -
 .../cdc/project/csh/proj_platform_manager.html     |       68 -
 .../project/docs/cdc/project/proj_about.html       |       97 -
 .../project/docs/cdc/project/project_quickref.html |      125 -
 .../docs/configuration/abilities_about.html        |       90 -
 .../project/docs/configuration/abilities_add.html  |      111 -
 .../project/docs/configuration/config_about.html   |      107 -
 .../project/docs/configuration/config_add.html     |       92 -
 .../docs/configuration/config_customizing.html     |      122 -
 .../docs/configuration/config_quickref.html        |      157 -
 .../configuration/config_templatecreating.html     |       82 -
 .../project/docs/configuration/config_working.html |      103 -
 .../docs/configuration/preprocess_about.html       |       82 -
 .../docs/configuration/preprocess_comparison.html  |      161 -
 .../docs/configuration/preprocess_manage.html      |       98 -
 .../preprocessor_directives_about.html             |      222 -
 .../project/docs/deploy/about_deployment.html      |       92 -
 .../mobility/project/docs/deploy/about_ota.html    |       72 -
 .../mobility/project/docs/deploy/deploy_copy.html  |       92 -
 .../project/docs/deploy/deploy_deploying.html      |      109 -
 .../project/docs/deploy/deploy_devanywhere.html    |       77 -
 .../mobility/project/docs/deploy/deploy_ftp.html   |      110 -
 .../project/docs/deploy/deploy_increment.html      |       71 -
 .../mobility/project/docs/deploy/deploy_nokia.html |       94 -
 .../mobility/project/docs/deploy/deploy_ricoh.html |       71 -
 .../mobility/project/docs/deploy/deploy_scp.html   |      111 -
 .../mobility/project/docs/deploy/deploy_se.html    |      109 -
 .../project/docs/deploy/deploy_webdav.html         |      105 -
 .../project/docs/deploy/deploy_winmobile.html      |       71 -
 .../project/docs/emulator/emulator_about.html      |       83 -
 .../project/docs/emulator/emulator_adding.html     |      139 -
 .../mobility/project/docs/games/games_about.html   |      149 -
 .../project/docs/games/games_quickref.html         |       73 -
 .../mobility/project/docs/getstarted/credits.html  |       48 -
 .../mobility/project/docs/getstarted/guides.html   |       61 -
 .../project/docs/getstarted/importprojects.html    |      193 -
 .../docs/getstarted/installingexamples.html        |       33 -
 .../mobility/project/docs/getstarted/support.html  |      183 -
 .../mobility/project/docs/getstarted/welcome.html  |      129 -
 .../docs/glossary/gloss_appmgmtsoftware.html       |       34 -
 .../project/docs/glossary/gloss_attributes.html    |       23 -
 .../mobility/project/docs/glossary/gloss_cldc.html |       37 -
 .../project/docs/glossary/gloss_configuration.html |       36 -
 .../docs/glossary/gloss_deviceconfiguration.html   |       30 -
 .../docs/glossary/gloss_devicefragmentation.html   |       21 -
 .../project/docs/glossary/gloss_emulator.html      |       18 -
 .../project/docs/glossary/gloss_gamebuilder.html   |       16 -
 .../mobility/project/docs/glossary/gloss_jad.html  |       23 -
 .../project/docs/glossary/gloss_jsr172.html        |       34 -
 .../mobility/project/docs/glossary/gloss_jwti.html |       36 -
 .../project/docs/glossary/gloss_manifest.html      |       20 -
 .../project/docs/glossary/gloss_midlet.html        |       18 -
 .../project/docs/glossary/gloss_midletsuite.html   |       36 -
 .../mobility/project/docs/glossary/gloss_midp.html |       36 -
 .../project/docs/glossary/gloss_platform.html      |       18 -
 .../project/docs/glossary/gloss_profile.html       |       31 -
 .../project/docs/glossary/gloss_project.html       |       19 -
 .../project/docs/glossary/gloss_scenes.html        |       20 -
 .../project/docs/glossary/gloss_sprites.html       |       18 -
 .../mobility/project/docs/glossary/gloss_svg.html  |       40 -
 .../project/docs/glossary/gloss_tiledlayers.html   |       16 -
 .../mobility/project/docs/glossary/gloss_uei.html  |       20 -
 .../project/docs/images/alertifelseblock.gif       |      Bin 2104 -> 0 bytes
 .../modules/mobility/project/docs/images/arrow.gif |      Bin 59 -> 0 bytes
 .../mobility/project/docs/images/block-ifelse.gif  |      Bin 2708 -> 0 bytes
 .../project/docs/images/block-inverted.gif         |      Bin 1287 -> 0 bytes
 .../project/docs/images/block-preprocessor.gif     |      Bin 1364 -> 0 bytes
 .../docs/images/block-twoconfigurations.gif        |      Bin 2434 -> 0 bytes
 .../mobility/project/docs/images/blue-ball-mid.gif |      Bin 842 -> 0 bytes
 .../mobility/project/docs/images/blue-sqr-mid.gif  |      Bin 833 -> 0 bytes
 .../mobility/project/docs/images/circle1.gif       |      Bin 411 -> 0 bytes
 .../mobility/project/docs/images/circle2.gif       |      Bin 417 -> 0 bytes
 .../mobility/project/docs/images/circle3.gif       |      Bin 432 -> 0 bytes
 .../mobility/project/docs/images/circle4.gif       |      Bin 420 -> 0 bytes
 .../mobility/project/docs/images/circle5.gif       |      Bin 428 -> 0 bytes
 .../mobility/project/docs/images/circle6.gif       |      Bin 430 -> 0 bytes
 .../mobility/project/docs/images/circle7.gif       |      Bin 423 -> 0 bytes
 .../mobility/project/docs/images/circle8.gif       |      Bin 425 -> 0 bytes
 .../mobility/project/docs/images/circle9.gif       |      Bin 437 -> 0 bytes
 .../mobility/project/docs/images/collapseall.gif   |      Bin 184 -> 0 bytes
 .../mobility/project/docs/images/expand.gif        |      Bin 863 -> 0 bytes
 .../mobility/project/docs/images/expandall.gif     |      Bin 156 -> 0 bytes
 .../docs/images/icon-componentpalettemanager.gif   |      Bin 246 -> 0 bytes
 .../mobility/project/docs/images/icon-midlet.gif   |      Bin 226 -> 0 bytes
 .../project/docs/images/icon-mobiledevice.gif      |      Bin 1384 -> 0 bytes
 .../mobility/project/docs/images/icon-project.gif  |      Bin 217 -> 0 bytes
 .../project/docs/images/icon-propplatform.gif      |      Bin 401 -> 0 bytes
 .../project/docs/images/icon-visualmidlet.gif      |      Bin 356 -> 0 bytes
 .../mobility/project/docs/images/icon_mvd.gif      |      Bin 351 -> 0 bytes
 .../project/docs/images/includestatement.gif       |      Bin 1315 -> 0 bytes
 .../project/docs/images/midpprojectnode.gif        |      Bin 206 -> 0 bytes
 .../mobility/project/docs/images/mobilitynode.gif  |      Bin 346 -> 0 bytes
 .../mobility/project/docs/images/projectFolder.gif |      Bin 1004 -> 0 bytes
 .../mobility/project/docs/images/svglock.gif       |      Bin 826 -> 0 bytes
 .../modules/mobility/project/docs/images/tip.gif   |      Bin 100 -> 0 bytes
 .../modules/mobility/project/docs/images/warn.gif  |      Bin 580 -> 0 bytes
 .../project/docs/images/wcw-serverscript.gif       |      Bin 71 -> 0 bytes
 .../mobility/project/docs/jmunit/jmunit_about.html |       99 -
 .../project/docs/jmunit/jmunit_working.html        |      101 -
 .../mobility/project/docs/l10n/l10n_about.html     |       98 -
 .../project/docs/l10n/l10n_addsupport.html         |      135 -
 .../netbeans/modules/mobility/project/docs/map.xml |      261 -
 .../project/docs/midlets/midlet_about.html         |      110 -
 .../project/docs/midlets/midlet_working.html       |      135 -
 .../modules/mobility/project/docs/mobility.hs      |       23 -
 .../mobility/project/docs/mvd/mvd_about.html       |       95 -
 .../project/docs/mvd/mvd_addcustomcomponent.html   |       84 -
 .../mobility/project/docs/mvd/mvd_quickref.html    |      186 -
 .../mobility/project/docs/mvd/mvd_working.html     |      118 -
 .../mobility/project/docs/projects/proj_about.html |      100 -
 .../project/docs/projects/proj_creating.html       |       78 -
 .../project/docs/projects/proj_quickref.html       |      295 -
 .../project/docs/projects/proj_templates.html      |      174 -
 .../project/docs/projects/proj_working.html        |      123 -
 .../project/docs/properties/api_about.html         |       96 -
 .../project/docs/properties/jad_about.html         |      141 -
 .../project/docs/properties/jarmanifest_about.html |      112 -
 .../project/docs/properties/obfuscation_about.html |       80 -
 .../project/docs/properties/prop_addAPI.html       |       87 -
 .../project/docs/properties/prop_addlibrary.html   |      115 -
 .../docs/properties/prop_customize_build.html      |      102 -
 .../docs/properties/prop_customizesecurity.html    |       87 -
 .../project/docs/properties/prop_setMIDlet.html    |       88 -
 .../project/docs/properties/prop_set_jad.html      |       82 -
 .../project/docs/properties/prop_setfiltering.html |       99 -
 .../project/docs/properties/prop_setjar.html       |       96 -
 .../project/docs/properties/prop_setjavadoc.html   |      101 -
 .../docs/properties/prop_setobfuscation.html       |       88 -
 .../project/docs/properties/prop_setplatform.html  |      109 -
 .../docs/properties/prop_setpushregistry.html      |      127 -
 .../project/docs/properties/prop_setrun.html       |       81 -
 .../docs/properties/pushregistry_about.html        |      121 -
 .../mobility/project/docs/running/run_inota.html   |       96 -
 .../mobility/project/docs/running/run_runapps.html |       99 -
 .../project/docs/running/run_runheadlessapps.html  |       68 -
 .../project/docs/security/signing_about.html       |      112 -
 .../docs/security/signing_createkeypair.html       |      104 -
 .../docs/security/signing_createkeystore.html      |      110 -
 .../project/docs/security/signing_exportkey.html   |       78 -
 .../project/docs/security/signing_setdomain.html   |      114 -
 .../mobility/project/docs/svg/svg_about.html       |      108 -
 .../mobility/project/docs/svg/svg_animations.html  |      108 -
 .../mobility/project/docs/svg/svg_menus.html       |       94 -
 .../mobility/project/docs/svg/svg_quickref.html    |      175 -
 .../project/docs/svg/svg_splashscreen.html         |       81 -
 .../mobility/project/docs/svg/svg_waitscreen.html  |       81 -
 .../mobility/project/docs/svg/svg_working.html     |       69 -
 .../netbeans/modules/mobility/project/docs/toc.xml |      150 -
 .../project/docs/toolkit/about_toolkit.html        |       60 -
 .../project/docs/toolkit/toolkit_using.html        |       73 -
 .../project/docs/ui/dialog_addability.html         |       41 -
 .../mobility/project/docs/ui/dialog_addapi.html    |       60 -
 .../project/docs/ui/dialog_addattribute.html       |       72 -
 .../project/docs/ui/dialog_addconfiguration.html   |       76 -
 .../project/docs/ui/dialog_addkeystore.html        |       55 -
 .../project/docs/ui/dialog_addlibrary.html         |       47 -
 .../mobility/project/docs/ui/dialog_addmidlet.html |       57 -
 .../project/docs/ui/dialog_addpushregistry.html    |       64 -
 .../project/docs/ui/dialog_configtemplate.html     |       34 -
 .../project/docs/ui/dialog_createkeypair.html      |       61 -
 .../project/docs/ui/dialog_enterpassword.html      |       51 -
 .../mobility/project/docs/ui/dialog_exportkey.html |       73 -
 .../project/docs/ui/dialog_miscoptions_svg.html    |       32 -
 .../project/docs/ui/dialog_newability.html         |       40 -
 .../project/docs/ui/dialog_platformmanager.html    |       57 -
 .../project/docs/ui/dialog_projectconfigs.html     |       49 -
 .../ui/dialog_projectconfigurationmanager.html     |       65 -
 .../project/docs/ui/dialog_quickprojectrun.html    |       31 -
 .../project/docs/ui/dialog_securitymanager.html    |       70 -
 .../project/docs/ui/dialog_upgradeinformation.html |       42 -
 .../mobility/project/docs/ui/mvd_actioneditor.html |       45 -
 .../project/docs/ui/mvd_componentpallette.html     |       57 -
 .../docs/ui/mvd_componentpallettemanager.html      |       49 -
 .../mobility/project/docs/ui/mvd_debugview.html    |       30 -
 .../mobility/project/docs/ui/mvd_flowdesigner.html |       46 -
 .../mobility/project/docs/ui/mvd_inspector.html    |       86 -
 .../mobility/project/docs/ui/mvd_properties.html   |       78 -
 .../project/docs/ui/mvd_screendesigner.html        |       47 -
 .../mobility/project/docs/ui/mvd_stringeditor.html |       42 -
 .../mobility/project/docs/ui/node_project.html     |       64 -
 .../project/docs/ui/projectprop_abilities.html     |       71 -
 .../docs/ui/projectprop_apipermissions.html        |       99 -
 .../project/docs/ui/projectprop_appdescriptor.html |      171 -
 .../project/docs/ui/projectprop_build.html         |       83 -
 .../project/docs/ui/projectprop_compiling.html     |       87 -
 .../project/docs/ui/projectprop_createjar.html     |       58 -
 .../project/docs/ui/projectprop_deploy.html        |       66 -
 .../project/docs/ui/projectprop_filtering.html     |       73 -
 .../project/docs/ui/projectprop_general.html       |       58 -
 .../mobility/project/docs/ui/projectprop_jad.html  |       44 -
 .../project/docs/ui/projectprop_javadoc.html       |       92 -
 .../project/docs/ui/projectprop_libraries.html     |       75 -
 .../project/docs/ui/projectprop_midlets.html       |       70 -
 .../project/docs/ui/projectprop_obfuscating.html   |       72 -
 .../project/docs/ui/projectprop_platform.html      |      122 -
 .../project/docs/ui/projectprop_pushregistry.html  |       58 -
 .../project/docs/ui/projectprop_running.html       |       63 -
 .../project/docs/ui/projectprop_signing.html       |       73 -
 .../docs/ui/wizard_addcomponent_selectclasses.html |       51 -
 .../docs/ui/wizard_addcomponent_selectproject.html |       37 -
 .../docs/ui/wizard_addplatform_bootstrap.html      |       69 -
 .../docs/ui/wizard_addplatform_choosefolder.html   |       86 -
 .../project/docs/ui/wizard_addplatform_gi.html     |       77 -
 .../docs/ui/wizard_addplatform_platforms.html      |      111 -
 .../docs/ui/wizard_addplatform_sources.html        |       68 -
 .../ui/wizard_importexisting_specifysource.html    |       39 -
 .../docs/ui/wizard_importwtk_specifysource.html    |       35 -
 .../ui/wizard_newcdcproject_platformselection.html |      106 -
 .../docs/ui/wizard_newcustom_component.html        |       81 -
 .../project/docs/ui/wizard_newfile_name.html       |       53 -
 .../docs/ui/wizard_newlocalization_name.html       |       64 -
 .../docs/ui/wizard_newproject_installplatform.html |       53 -
 .../ui/wizard_newproject_moreconfigurations.html   |       59 -
 .../project/docs/ui/wizard_newproject_name.html    |       50 -
 .../ui/wizard_newproject_platformselection.html    |      101 -
 .../mobility/project/docs/ui/wizard_vdfname.html   |       55 -
 .../docs/ui/wizard_wcb_clientinformation.html      |       87 -
 .../project/docs/ui/wizard_wcb_clientoptions.html  |       99 -
 .../docs/ui/wizard_wcb_serviceselection.html       |       47 -
 .../docs/ui/wizard_wcb_webappselection.html        |       63 -
 .../docs/ui/wizard_wcwexportedservices.html        |       68 -
 .../mobility/project/docs/wcw/wcw_creating.html    |      105 -
 .../mobility/project/docs/wcw/wcw_jsr172.html      |      145 -
 .../project/docs/wcw/wcw_updatingjsr172.html       |      125 -
 .../mobility/project/docs/wcw/wcw_wsdl.html        |      149 -
 mobility.javahelp/manifest.mf                      |        8 -
 mobility.javahelp/nbproject/project.properties     |       46 -
 mobility.javahelp/nbproject/project.xml            |       75 -
 .../modules/mobility/javahelp/Bundle.properties    |       58 -
 .../netbeans/modules/mobility/javahelp/help.gif    |      Bin 641 -> 0 bytes
 .../netbeans/modules/mobility/javahelp/helpset.xml |       48 -
 .../netbeans/modules/mobility/javahelp/layer.xml   |       56 -
 mobility.jsr172/manifest.mf                        |        4 +-
 mobility.jsr172/nbproject/project.properties       |        8 +-
 mobility.jsr172/nbproject/project.xml              |       61 +-
 .../netbeans/modules/e2e/api/schema/Element.java   |      131 +-
 .../e2e/api/schema/RepeatableSchemaConstruct.java  |       60 +-
 .../modules/e2e/api/schema/SchemaConstruct.java    |       78 +-
 .../modules/e2e/api/schema/SchemaException.java    |       49 +-
 .../modules/e2e/api/schema/SchemaHolder.java       |       63 +-
 .../org/netbeans/modules/e2e/api/schema/Type.java  |       41 +-
 .../modules/e2e/api/schema/TypeMapping.java        |       43 +-
 .../e2e/api/schema/TypeMappingRegistry.java        |      100 +-
 .../org/netbeans/modules/e2e/api/wsdl/Binding.java |       69 +-
 .../modules/e2e/api/wsdl/BindingFault.java         |       53 +-
 .../modules/e2e/api/wsdl/BindingInput.java         |       51 +-
 .../modules/e2e/api/wsdl/BindingOperation.java     |       75 +-
 .../modules/e2e/api/wsdl/BindingOutput.java        |       51 +-
 .../netbeans/modules/e2e/api/wsdl/Definition.java  |       97 +-
 .../org/netbeans/modules/e2e/api/wsdl/Fault.java   |       53 +-
 .../org/netbeans/modules/e2e/api/wsdl/Input.java   |       51 +-
 .../org/netbeans/modules/e2e/api/wsdl/Message.java |       53 +-
 .../netbeans/modules/e2e/api/wsdl/Operation.java   |       83 +-
 .../org/netbeans/modules/e2e/api/wsdl/Output.java  |       51 +-
 .../org/netbeans/modules/e2e/api/wsdl/Part.java    |       57 +-
 .../org/netbeans/modules/e2e/api/wsdl/Port.java    |       57 +-
 .../netbeans/modules/e2e/api/wsdl/PortType.java    |       51 +-
 .../org/netbeans/modules/e2e/api/wsdl/Service.java |       56 +-
 .../api/wsdl/extensions/ExtensibilityElement.java  |       45 +-
 .../e2e/api/wsdl/extensions/soap/SOAPAddress.java  |       45 +-
 .../e2e/api/wsdl/extensions/soap/SOAPBinding.java  |       59 +-
 .../e2e/api/wsdl/extensions/soap/SOAPBody.java     |       63 +-
 .../e2e/api/wsdl/extensions/soap/SOAPFault.java    |       63 +-
 .../e2e/api/wsdl/extensions/soap/SOAPHeader.java   |       69 +-
 .../api/wsdl/extensions/soap/SOAPHeaderFault.java  |       69 +-
 .../api/wsdl/extensions/soap/SOAPOperation.java    |       51 +-
 .../modules/e2e/api/wsdl/wsdl2java/WSDL2Java.java  |       90 +-
 .../e2e/api/wsdl/wsdl2java/WSDL2JavaFactory.java   |       47 +-
 .../modules/e2e/schema/SchemaConstants.java        |      101 +-
 .../modules/e2e/schema/SchemaHolderImpl.java       |       81 +-
 .../netbeans/modules/e2e/schema/SchemaParser.java  |       41 +-
 .../modules/e2e/wsdl/BindingFaultImpl.java         |       56 +-
 .../org/netbeans/modules/e2e/wsdl/BindingImpl.java |       77 +-
 .../modules/e2e/wsdl/BindingInputImpl.java         |       60 +-
 .../modules/e2e/wsdl/BindingOperationImpl.java     |       85 +-
 .../modules/e2e/wsdl/BindingOutputImpl.java        |       56 +-
 .../netbeans/modules/e2e/wsdl/DefinitionImpl.java  |      107 +-
 .../org/netbeans/modules/e2e/wsdl/FaultImpl.java   |       57 +-
 .../org/netbeans/modules/e2e/wsdl/InputImpl.java   |       51 +-
 .../org/netbeans/modules/e2e/wsdl/MessageImpl.java |       85 +-
 .../netbeans/modules/e2e/wsdl/OperationImpl.java   |      104 +-
 .../org/netbeans/modules/e2e/wsdl/OutputImpl.java  |       47 +-
 .../org/netbeans/modules/e2e/wsdl/PartImpl.java    |       55 +-
 .../org/netbeans/modules/e2e/wsdl/PortImpl.java    |       62 +-
 .../netbeans/modules/e2e/wsdl/PortTypeImpl.java    |      108 +-
 .../org/netbeans/modules/e2e/wsdl/ServiceImpl.java |       60 +-
 .../src/org/netbeans/modules/e2e/wsdl/Utils.java   |       17 -
 .../netbeans/modules/e2e/wsdl/WSDLConstants.java   |       73 +-
 .../netbeans/modules/e2e/wsdl/WSDLException.java   |       52 +-
 .../org/netbeans/modules/e2e/wsdl/WSDLParser.java  |      945 +-
 .../e2e/wsdl/extensions/soap/SOAPAddressImpl.java  |       55 +-
 .../e2e/wsdl/extensions/soap/SOAPBindingImpl.java  |       63 +-
 .../e2e/wsdl/extensions/soap/SOAPBodyImpl.java     |       74 +-
 .../e2e/wsdl/extensions/soap/SOAPConstants.java    |       65 +-
 .../e2e/wsdl/extensions/soap/SOAPFaultImpl.java    |       70 +-
 .../wsdl/extensions/soap/SOAPHeaderFaultImpl.java  |       74 +-
 .../e2e/wsdl/extensions/soap/SOAPHeaderImpl.java   |       69 +-
 .../wsdl/extensions/soap/SOAPOperationImpl.java    |       54 +-
 .../modules/e2e/wsdl/validator/ReportNote.java     |       37 -
 .../modules/e2e/wsdl/validator/Validator.java      |       30 -
 .../modules/e2e/wsdl/wsdl2java/StubGenerator.java  |       41 +-
 .../modules/e2e/wsdl/wsdl2java/WSDL2JavaImpl.java  |       41 +-
 .../modules/e2e/wsdl/wsdl2java/WSDLValidator.java  |       42 +-
 .../modules/mobility/jsr172/Bundle.properties      |        2 +-
 .../jsr172/multiview/ClientGeneralInfoPanel.form   |        8 +-
 .../jsr172/multiview/ClientGeneralInfoPanel.java   |        2 +-
 .../jsr172/multiview/JSR172ServicePanel.form       |        8 +-
 .../jsr172/multiview/JSR172ServicePanel.java       |        2 +-
 .../multiview/Jsr172ClientMultiViewElement.java    |      156 +-
 .../mobility/jsr172/multiview/Jsr172DDView.java    |      105 -
 .../jsr172/providers/Jsr172ServiceProvider.java    |       16 +-
 .../modules/mobility/jsr172/resources/layer.xml    |       12 +-
 .../mobility/jsr172/wizard/Bundle.properties       |        2 +-
 .../modules/mobility/jsr172/wizard/ClientInfo.form |        4 +-
 .../modules/mobility/jsr172/wizard/ClientInfo.java |      592 +-
 .../mobility/jsr172/wizard/ValidationNotifier.form |        8 +-
 .../mobility/jsr172/wizard/ValidationNotifier.java |      146 +-
 .../src/java/forwsclient/EchoWS_forWSClient.java   |       40 +-
 .../src/java/ws/EchoArrays_DOCUMENT.java           |       40 +-
 .../src/java/ws/EchoNoArrays_DOCUMENT.java         |       42 +-
 .../WebAppEchoWebService/src/java/ws/Echo_RPC.java |       40 +-
 .../modules/e2e/wsdl/wsdl2java/ClassExplorer.java  |       40 +-
 .../e2e/wsdl/wsdl2java/WSDL2JavaImplTest.java      |       39 +
 mobility.kit/build.xml                             |        5 -
 mobility.kit/manifest.mf                           |        5 -
 mobility.kit/nbproject/project.properties          |        3 -
 mobility.kit/nbproject/project.xml                 |      198 -
 mobility.kit/release/VERSION.txt                   |        2 -
 .../modules/mobility/kit/Bundle.properties         |        8 -
 .../test/mobility/JavaMEWebServiceClientTest.java  |      128 -
 .../netbeans/test/mobility/NewFileWizardTest.java  |      269 -
 .../netbeans/test/mobility/NewProjectFileTest.java |      338 -
 .../netbeans/test/mobility/editor/editorTests.java |      268 -
 .../mobility/editor/editorTestsWithNewProject.java |      299 -
 .../midpPaletteManagerAction.java                  |      118 -
 .../popUpMenuActions/NavigatorPopUpTests.java      |      304 -
 .../netbeans/test/mobility/svg/svgImagesTests.java |      157 -
 .../test/mobility/tools/toolsActionsTests.java     |       96 -
 mobility.licensing/manifest.mf                     |        2 +-
 mobility.licensing/nbproject/project.xml           |        8 +-
 .../modules/mobility/licensing/Bundle.properties   |        7 +-
 .../AdvancedMultimediaSupplements.jad              |       12 -
 .../src/CameraDemo.java                            |      737 -
 .../src/Copter2DSpaceScene.java                    |       47 -
 .../src/CopterAudio.java                           |      632 -
 .../src/CopterAudioScene.java                      |      520 -
 .../src/CopterCanvas.java                          |      266 -
 .../src/CopterDistAttForm.java                     |       90 -
 .../src/CopterForm.java                            |       88 -
 .../src/CopterGauge.java                           |      146 -
 .../src/CopterMeterGauge.java                      |       88 -
 .../src/CopterMover.java                           |      111 -
 .../src/ImageEffects.java                          |      928 -
 .../src/MusicEffects.java                          |      624 -
 .../AdvancedMultimediaSupplements/src/README.txt   |       44 -
 .../src/TunerDemo.java                             |      326 -
 .../AdvancedMultimediaSupplements/src/bubbles.wav  |      Bin 63548 -> 0 bytes
 .../src/helicopter.wav                             |      Bin 162038 -> 0 bytes
 .../src/icons/App.png                              |      Bin 190 -> 0 bytes
 .../src/images/lenna96x96.jpg                      |      Bin 3436 -> 0 bytes
 .../src/images/mig15.png                           |      Bin 21973 -> 0 bytes
 .../src/images/su15.jpg                            |      Bin 2104 -> 0 bytes
 .../AdvancedMultimediaSupplements/src/music.wav    |      Bin 495724 -> 0 bytes
 .../AudioSamples/AudioSamples.jad                  |       23 -
 mobility.midpexamples/AudioSamples/src/README.txt  |       11 -
 .../AudioSamples/src/audio/bark.wav                |      Bin 2411 -> 0 bytes
 .../AudioSamples/src/audio/pattern.mid             |      Bin 5189 -> 0 bytes
 .../AudioSamples/src/audio/test-wav.wav            |      Bin 221226 -> 0 bytes
 .../src/example/audiodemo/AudioPlayer.java         |      176 -
 .../AudioSamples/src/example/audiodemo/BBall.java  |      185 -
 .../src/example/audiodemo/BallCanvas.java          |      396 -
 .../src/example/audiodemo/MixCanvas.java           |      359 -
 .../src/example/audiodemo/MixTest.java             |      153 -
 .../src/example/audiodemo/PlayerCanvas.java        |      430 -
 .../src/example/audiodemo/SmallBall.java           |      242 -
 .../AudioSamples/src/icons/App.png                 |      Bin 190 -> 0 bytes
 .../AudioSamples/src/icons/Duke.png                |      Bin 2869 -> 0 bytes
 .../BluetoothDemo/BluetoothDemo.jad                |       14 -
 mobility.midpexamples/BluetoothDemo/src/README.txt |       70 -
 .../src/example/bluetooth/demo/BTImageClient.java  |      707 -
 .../src/example/bluetooth/demo/BTImageServer.java  |      460 -
 .../src/example/bluetooth/demo/DemoMIDlet.java     |      157 -
 .../src/example/bluetooth/demo/GUIImageClient.java |      276 -
 .../src/example/bluetooth/demo/GUIImageServer.java |      298 -
 .../BluetoothDemo/src/icons/demo.png               |      Bin 234 -> 0 bytes
 .../BluetoothDemo/src/images/duke.png              |      Bin 2869 -> 0 bytes
 .../BluetoothDemo/src/images/leaf.jpg              |      Bin 6823 -> 0 bytes
 .../BluetoothDemo/src/images/leaf.png              |      Bin 51979 -> 0 bytes
 .../BluetoothDemo/src/images/st-off.png            |      Bin 190 -> 0 bytes
 .../BluetoothDemo/src/images/st-on.png             |      Bin 249 -> 0 bytes
 mobility.midpexamples/CityGuide/CityGuide.jad      |        9 -
 mobility.midpexamples/CityGuide/src/README.txt     |       34 -
 mobility.midpexamples/CityGuide/src/anim1.png      |      Bin 160 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim2.png      |      Bin 199 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim3.png      |      Bin 238 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim4.png      |      Bin 249 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim5.png      |      Bin 263 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim6.png      |      Bin 254 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim7.png      |      Bin 240 -> 0 bytes
 mobility.midpexamples/CityGuide/src/anim8.png      |      Bin 229 -> 0 bytes
 mobility.midpexamples/CityGuide/src/citywalk.xml   |      128 -
 .../src/examples/cityguide/CityGuideMIDlet.java    |      596 -
 .../CityGuide/src/examples/cityguide/CityMap.java  |      442 -
 .../src/examples/cityguide/ImageManager.java       |      109 -
 .../src/examples/cityguide/MapCanvas.java          |      346 -
 .../src/examples/cityguide/MapLandmark.java        |       86 -
 .../src/examples/cityguide/MapListener.java        |       54 -
 .../CityGuide/src/examples/cityguide/Util.java     |      201 -
 mobility.midpexamples/CityGuide/src/logo.png       |      Bin 1879 -> 0 bytes
 mobility.midpexamples/CityGuide/src/map.png        |      Bin 23736 -> 0 bytes
 mobility.midpexamples/CityGuide/src/museum.png     |      Bin 167 -> 0 bytes
 mobility.midpexamples/CityGuide/src/restaurant.png |      Bin 201 -> 0 bytes
 mobility.midpexamples/CityGuide/src/shop.png       |      Bin 263 -> 0 bytes
 mobility.midpexamples/CityGuide/src/theatre.png    |      Bin 258 -> 0 bytes
 mobility.midpexamples/CityGuide/src/visitoroff.png |      Bin 237 -> 0 bytes
 mobility.midpexamples/CityGuide/src/visitoron.png  |      Bin 259 -> 0 bytes
 mobility.midpexamples/CityGuide/src/waypoints.txt  |       26 -
 mobility.midpexamples/GameBuilderDemo/games.jad    |        7 -
 .../GameBuilderDemo/src/README.txt                 |       29 -
 .../GameBuilderDemo/src/demo/DemoGameCanvas.java   |      393 -
 .../GameBuilderDemo/src/demo/GameDesign.java       |      282 -
 .../GameBuilderDemo/src/demo/GameDesign.vmd        |      177 -
 .../GameBuilderDemo/src/demo/GameMidlet.java       |       64 -
 .../src/demo/SpriteRandomMovement.java             |      140 -
 .../GameBuilderDemo/src/platform_tiles.png         |      Bin 12373 -> 0 bytes
 .../GameBuilderDemo/src/topview_tiles.png          |      Bin 17918 -> 0 bytes
 mobility.midpexamples/I18nDemo/I18nDemo.jad        |       10 -
 mobility.midpexamples/I18nDemo/src/README.txt      |       51 -
 .../src/example/mia/demo/FormatterDemo.java        |      143 -
 .../src/example/mia/demo/MicroLexicon.java         |      459 -
 .../src/example/mia/demo/StrComparatorDemo.java    |      162 -
 mobility.midpexamples/I18nDemo/src/global/_common  |        1 -
 mobility.midpexamples/I18nDemo/src/global/_phrases |        1 -
 mobility.midpexamples/JSR172Demo/JSR172Demo.jad    |        8 -
 mobility.midpexamples/JSR172Demo/src/README.txt    |       31 -
 .../example/serverscript/connector/Interface.java  |       40 -
 .../serverscript/connector/Interface_Stub.java     |      181 -
 .../example/serverscript/connector/Request.java    |       64 -
 .../serverscript/connector/RequestResponse.java    |       54 -
 .../src/example/serverscript/demo/Demo.java        |      366 -
 .../JSR172Demo/src/icons/demo.png                  |      Bin 190 -> 0 bytes
 .../JSR172Demo/src/serverscript.wsdl               |       33 -
 .../LocalizationDemo/META-INF/project.properties   |       25 -
 .../LocalizationDemo/src/README.txt                |       32 -
 .../LocalizationDemo/src/icons/LocalizedMidlet.png |      Bin 190 -> 0 bytes
 .../src/l10ndemo/LocalizationSupport.java          |      468 -
 .../src/l10ndemo/LocalizationVisualMIDlet.java     |      375 -
 .../src/l10ndemo/LocalizationVisualMIDlet.vmd      |      148 -
 .../src/l10ndemo/LocalizedMIDlet.java              |      199 -
 .../src/l10ndemo/messages.properties               |       19 -
 .../src/l10ndemo/messages_cs_CZ.properties         |       19 -
 .../src/l10ndemo/messages_de.properties            |       18 -
 .../src/l10ndemo/messages_es_MX.properties         |       19 -
 .../src/l10ndemo/messages_ja_JP.properties         |       38 -
 .../src/l10ndemo/messages_zh_CN.properties         |       25 -
 mobility.midpexamples/MMAPIDemos/MMAPIDemos.jad    |       46 -
 mobility.midpexamples/MMAPIDemos/src/README.txt    |      124 -
 .../MMAPIDemos/src/audio/amr-nb.amr                |      Bin 8998 -> 0 bytes
 .../MMAPIDemos/src/audio/amr-wb.awb                |      Bin 43807 -> 0 bytes
 .../MMAPIDemos/src/audio/bong.wav                  |      Bin 24936 -> 0 bytes
 .../MMAPIDemos/src/audio/pattern.mid               |      Bin 429 -> 0 bytes
 .../MMAPIDemos/src/audio/scale.mid                 |      Bin 1674 -> 0 bytes
 .../MMAPIDemos/src/audio/tckdat.mid                |      Bin 280 -> 0 bytes
 .../MMAPIDemos/src/audio/tckdat.wav                |      Bin 83910 -> 0 bytes
 .../src/example/mmademo/BaseListMidlet.java        |      219 -
 .../src/example/mmademo/DrummerCanvas.java         |      322 -
 .../src/example/mmademo/PausingAudioTest.java      |      129 -
 .../src/example/mmademo/RingToneConverter.java     |      409 -
 .../src/example/mmademo/SimpleHttpBrowser.java     |      630 -
 .../src/example/mmademo/SimplePlayer.java          |      281 -
 .../src/example/mmademo/SimplePlayerCanvas.java    |      546 -
 .../src/example/mmademo/SimplePlayerForm.java      |      357 -
 .../src/example/mmademo/SimplePlayerGUI.java       |     1738 -
 .../src/example/mmademo/SimpleRmsBrowser.java      |      380 -
 .../src/example/mmademo/SimpleTones.java           |      180 -
 .../MMAPIDemos/src/example/mmademo/Utils.java      |      447 -
 .../src/example/mmademo/VideoCanvas.java           |      546 -
 .../src/example/mmademo/VideoPlayer.java           |      368 -
 .../MMAPIDemos/src/example/mmademo/VideoTest.java  |      246 -
 mobility.midpexamples/MMAPIDemos/src/icons/App.png |      Bin 190 -> 0 bytes
 .../MMAPIDemos/src/icons/logo.png                  |      Bin 1692 -> 0 bytes
 .../MMAPIDemos/src/images/dinosaur.png             |      Bin 8478 -> 0 bytes
 .../MMAPIDemos/src/images/len_std.jpg              |      Bin 20401 -> 0 bytes
 .../MMAPIDemos/src/images/lenna72x72.jpg           |      Bin 2203 -> 0 bytes
 .../MMAPIDemos/src/images/lenna96x96.jpg           |      Bin 3436 -> 0 bytes
 .../MMAPIDemos/src/video/animated_89_c.gif         |      Bin 13396 -> 0 bytes
 .../MMAPIDemos/src/video/phantom.mpg               |      Bin 706564 -> 0 bytes
 mobility.midpexamples/NetworkDemo/NetworkDemo.jad  |        9 -
 mobility.midpexamples/NetworkDemo/src/README.txt   |       61 -
 .../NetworkDemo/src/datagram/Client.java           |      110 -
 .../NetworkDemo/src/datagram/DatagramMIDlet.java   |      100 -
 .../NetworkDemo/src/datagram/Sender.java           |       89 -
 .../NetworkDemo/src/datagram/Server.java           |      113 -
 .../NetworkDemo/src/socket/Client.java             |      158 -
 .../NetworkDemo/src/socket/Sender.java             |       86 -
 .../NetworkDemo/src/socket/Server.java             |      162 -
 .../NetworkDemo/src/socket/SocketMIDlet.java       |      105 -
 mobility.midpexamples/ObexDemo/ObexDemo.jad        |       11 -
 mobility.midpexamples/ObexDemo/src/README.txt      |      102 -
 .../src/example/obex/demo/GUIImageReceiver.java    |      235 -
 .../src/example/obex/demo/GUIImageSender.java      |      216 -
 .../src/example/obex/demo/ObexDemoMIDlet.java      |      126 -
 .../src/example/obex/demo/ObexImageReceiver.java   |      368 -
 .../src/example/obex/demo/ObexImageSender.java     |      275 -
 mobility.midpexamples/ObexDemo/src/icons/demo.png  |      Bin 190 -> 0 bytes
 mobility.midpexamples/ObexDemo/src/images/duke.png |      Bin 2869 -> 0 bytes
 mobility.midpexamples/ObexDemo/src/images/leaf.jpg |      Bin 6823 -> 0 bytes
 mobility.midpexamples/ObexDemo/src/images/leaf.png |      Bin 51979 -> 0 bytes
 .../OpenGLESDemo/OpenGLESDemo.jad                  |        7 -
 mobility.midpexamples/OpenGLESDemo/src/README.txt  |        9 -
 .../src/com/sun/jsr239/wtksamples/cube/Cube.java   |      397 -
 mobility.midpexamples/PDAPDemo/PDAPDemo.jad        |        9 -
 mobility.midpexamples/PDAPDemo/src/README.txt      |       64 -
 .../PDAPDemo/src/example/fc/FileBrowser.java       |      476 -
 .../src/example/pim/ItemDisplayScreen.java         |      532 -
 .../src/example/pim/ItemSelectionScreen.java       |      303 -
 .../src/example/pim/ListSelectionScreen.java       |       97 -
 .../src/example/pim/ListTypeSelectionScreen.java   |       84 -
 .../PDAPDemo/src/example/pim/PIMDemo.java          |       67 -
 mobility.midpexamples/PDAPDemo/src/icons/dir.png   |      Bin 259 -> 0 bytes
 mobility.midpexamples/PDAPDemo/src/icons/file.png  |      Bin 178 -> 0 bytes
 mobility.midpexamples/PhotoAlbum/PhotoAlbum.jad    |       25 -
 mobility.midpexamples/PhotoAlbum/src/README.txt    |        8 -
 .../src/example/photoalbum/PhotoAlbum.java         |      589 -
 .../src/example/photoalbum/PhotoFrame.java         |      526 -
 .../src/example/photoalbum/TestChart.java          |      208 -
 .../src/example/photoalbum/images/LightHouse-0.png |      Bin 3756 -> 0 bytes
 .../src/example/photoalbum/images/LightHouse-1.png |      Bin 3690 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_0.png   |      Bin 4244 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_1.png   |      Bin 4222 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_10.png  |      Bin 3901 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_11.png  |      Bin 3860 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_12.png  |      Bin 3951 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_13.png  |      Bin 3868 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_14.png  |      Bin 3873 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_15.png  |      Bin 3756 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_16.png  |      Bin 3831 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_17.png  |      Bin 3861 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_18.png  |      Bin 3874 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_19.png  |      Bin 3901 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_2.png   |      Bin 4124 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_20.png  |      Bin 3850 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_21.png  |      Bin 3949 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_22.png  |      Bin 3920 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_23.png  |      Bin 3993 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_24.png  |      Bin 3972 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_25.png  |      Bin 4089 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_26.png  |      Bin 3892 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_27.png  |      Bin 3905 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_28.png  |      Bin 3948 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_29.png  |      Bin 4026 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_3.png   |      Bin 4121 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_30.png  |      Bin 3948 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_31.png  |      Bin 3913 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_32.png  |      Bin 3667 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_33.png  |      Bin 3797 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_34.png  |      Bin 3622 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_35.png  |      Bin 3688 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_36.png  |      Bin 3797 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_37.png  |      Bin 3927 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_38.png  |      Bin 3911 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_39.png  |      Bin 3983 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_4.png   |      Bin 3969 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_40.png  |      Bin 3892 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_41.png  |      Bin 3713 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_42.png  |      Bin 3958 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_43.png  |      Bin 4132 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_44.png  |      Bin 4173 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_45.png  |      Bin 4075 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_46.png  |      Bin 4096 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_47.png  |      Bin 4038 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_48.png  |      Bin 3940 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_49.png  |      Bin 3694 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_5.png   |      Bin 3886 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_6.png   |      Bin 3900 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_7.png   |      Bin 3875 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_8.png   |      Bin 3928 -> 0 bytes
 .../src/example/photoalbum/images/jc_frame_9.png   |      Bin 3909 -> 0 bytes
 .../src/example/photoalbum/images/leaf.jpg         |      Bin 6823 -> 0 bytes
 .../src/example/photoalbum/images/leaf.png         |      Bin 51979 -> 0 bytes
 .../src/example/photoalbum/images/leafbw.jpg       |      Bin 6167 -> 0 bytes
 .../src/example/photoalbum/images/leafpg.jpg       |      Bin 6353 -> 0 bytes
 mobility.midpexamples/SIPDemo/SIPDemo.jad          |        8 -
 mobility.midpexamples/SIPDemo/src/README.txt       |       29 -
 mobility.midpexamples/SIPDemo/src/SIPDemo.java     |      309 -
 .../SVGContactList/SVGContactList.jad              |        8 -
 .../SVGContactList/src/README.txt                  |       25 -
 .../src/com/sun/perseus/demo/ContactDetails.java   |       70 -
 .../com/sun/perseus/demo/ContactDetailsForm.java   |      105 -
 .../com/sun/perseus/demo/ContactListMidlet.java    |      143 -
 .../com/sun/perseus/demo/ContactListScreen.java    |      534 -
 .../src/com/sun/perseus/demo/ContactListSkin1.java |       38 -
 .../src/com/sun/perseus/demo/ContactListSkin2.java |       38 -
 .../com/sun/perseus/demo/ContactListSource.java    |      209 -
 .../src/com/sun/svg/component/LoadingScreen.java   |      152 -
 .../sun/svg/component/SVGHorizontalScrollBar.java  |      151 -
 .../src/com/sun/svg/component/SVGList.java         |      431 -
 .../src/com/sun/svg/component/SVGProgressBar.java  |      192 -
 .../src/com/sun/svg/component/SVGTextBinding.java  |       96 -
 .../src/com/sun/svg/util/DefaultSVGAnimator.java   |      189 -
 .../com/sun/svg/util/ProgressiveInputStream.java   |      164 -
 .../SVGContactList/src/skin1/list.svg              |      367 -
 .../SVGContactList/src/skin1/loadScreen.svg        |       46 -
 .../SVGContactList/src/skin2/list.svg              |      364 -
 .../SVGContactList/src/skin2/loadScreen.svg        |       59 -
 mobility.midpexamples/SVGDemo/SVGDemo.jad          |       23 -
 mobility.midpexamples/SVGDemo/src/README.txt       |      107 -
 .../com/sun/perseus/demo/CreateEmptyImageDemo.java |      114 -
 .../src/com/sun/perseus/demo/PlaySVGImageDemo.java |      328 -
 .../com/sun/perseus/demo/RenderSVGImageDemo.java   |       93 -
 .../src/com/sun/perseus/demo/SVGImageCanvas.java   |       68 -
 .../src/com/sun/perseus/demo/SplashCanvas.java     |      180 -
 .../perseus/demo/bouncingballs/BouncingBalls.java  |       55 -
 .../perseus/demo/greetingcard/GreetingCard.java    |       55 -
 .../locationBasedService/LocationBasedService.java |      560 -
 .../demo/optimizedmenu/OptimizedSVGMenuDemo.java   |      526 -
 .../perseus/demo/picturedecorator/ItemPicker.java  |      447 -
 .../perseus/demo/picturedecorator/PhotoFrame.java  |      684 -
 .../demo/picturedecorator/PictureDecorator.java    |      284 -
 .../sun/perseus/demo/svgbrowser/SVGBrowser.java    |      570 -
 .../SVGDemo/src/images/BouncingBallsHelp.png       |      Bin 4886 -> 0 bytes
 .../SVGDemo/src/images/DukeCup.jpg                 |      Bin 8218 -> 0 bytes
 .../SVGDemo/src/images/GreetingCardHelp.png        |      Bin 4869 -> 0 bytes
 .../SVGDemo/src/images/JavaOne02.jpg               |      Bin 12224 -> 0 bytes
 .../SVGDemo/src/images/LocationBasedHelp.png       |      Bin 5197 -> 0 bytes
 .../SVGDemo/src/images/OptimizedMenuHelp.png       |      Bin 4683 -> 0 bytes
 .../SVGDemo/src/images/PictureDecorHelp.png        |      Bin 6460 -> 0 bytes
 .../SVGDemo/src/images/SunCampus.jpg               |      Bin 10701 -> 0 bytes
 .../SVGDemo/src/images/SunLinux01.jpg              |      Bin 9663 -> 0 bytes
 mobility.midpexamples/SVGDemo/src/images/dog.jpg   |      Bin 17652 -> 0 bytes
 mobility.midpexamples/SVGDemo/src/images/lama2.jpg |      Bin 10711 -> 0 bytes
 mobility.midpexamples/SVGDemo/src/images/lama3.jpg |      Bin 16321 -> 0 bytes
 .../SVGDemo/src/svg/BouncingBalls.svg              |       35 -
 .../SVGDemo/src/svg/DemoProps.svg                  |      986 -
 .../SVGDemo/src/svg/Halloween.svg                  |      756 -
 .../SVGDemo/src/svg/locationBasedService.svg       |      180 -
 .../SVGDemo/src/svg/optimizedSVGMenuG.svg          |     1562 -
 mobility.midpexamples/SVGDemo/src/svg/thumbsUp.svg |       68 -
 .../SunSamples-Demos/SunSamples-Demos.jad          |       19 -
 .../SunSamples-Demos/src/example/PropExample.java  |      134 -
 .../src/example/auction/NewTicketAuction.java      |     1278 -
 .../src/example/auction/images/splashScreen.png    |      Bin 8478 -> 0 bytes
 .../src/example/chooser/Chooser.java               |      141 -
 .../src/example/chooser/Color.java                 |      129 -
 .../src/example/chooser/ColorChooser.java          |      483 -
 .../src/example/chooser/FontChooser.java           |      192 -
 .../src/example/chooser/MiniColor.java             |       98 -
 .../src/example/chooser/MiniColorChooser.java      |      202 -
 .../src/example/chooser/TextSample.java            |      168 -
 .../src/example/fonts/FontCanvas.java              |       70 -
 .../src/example/fonts/FontTestlet.java             |      195 -
 .../src/example/http/HttpExample.java              |      460 -
 .../src/example/http/HttpTest.java                 |      666 -
 .../src/example/http/HttpView.java                 |      862 -
 .../src/example/http/PushExample.java              |      234 -
 .../src/example/http/images/newshound.png          |      Bin 7492 -> 0 bytes
 .../src/example/manyballs/ManyBalls.java           |      114 -
 .../src/example/manyballs/ManyCanvas.java          |      303 -
 .../src/example/manyballs/SmallBall.java           |      211 -
 .../src/example/stock/AlertDatabase.java           |      177 -
 .../src/example/stock/Database.java                |      297 -
 .../SunSamples-Demos/src/example/stock/Stock.java  |      425 -
 .../src/example/stock/StockDatabase.java           |      111 -
 .../src/example/stock/StockMIDlet.java             |     1329 -
 .../SunSamples-Demos/src/icons/App.png             |      Bin 190 -> 0 bytes
 .../SunSamples-Demos/src/icons/Auction.png         |      Bin 144 -> 0 bytes
 .../SunSamples-Demos/src/icons/ColorChooser.png    |      Bin 133 -> 0 bytes
 .../SunSamples-Demos/src/icons/ManyBalls.png       |      Bin 167 -> 0 bytes
 .../SunSamples-Demos/src/icons/Stock.png           |      Bin 140 -> 0 bytes
 mobility.midpexamples/UIDemo/UIDemo.jad            |       16 -
 mobility.midpexamples/UIDemo/src/README.txt        |        8 -
 .../UIDemo/src/alert/AlertDemo.java                |      183 -
 .../UIDemo/src/choicegroup/ChoiceGroupDemo.java    |      109 -
 .../UIDemo/src/customitem/CustomItemDemo.java      |       80 -
 .../UIDemo/src/customitem/Table.java               |      251 -
 .../UIDemo/src/customitem/TextInput.java           |       67 -
 .../UIDemo/src/datefield/DateFieldDemo.java        |       79 -
 .../UIDemo/src/gauge/GaugeDemo.java                |      101 -
 .../gauge/IncrementalIndefiniteGaugeRunnable.java  |       71 -
 .../src/gauge/NonInteractiveGaugeRunnable.java     |       90 -
 .../UIDemo/src/list/ListDemo.java                  |      154 -
 .../UIDemo/src/midp/uidemo/Duke.png                |      Bin 2869 -> 0 bytes
 .../UIDemo/src/midp/uidemo/Icon.png                |      Bin 190 -> 0 bytes
 .../UIDemo/src/stringitem/StringItemDemo.java      |      108 -
 .../UIDemo/src/textbox/TextBoxDemo.java            |      134 -
 .../UIDemo/src/textfield/TextFieldDemo.java        |       87 -
 .../UIDemo/src/ticker/TickerDemo.java              |       91 -
 .../VDCustomComponents/META-INF/project.properties |        1 -
 .../Visual_Designer_Custom_Components.jad          |       11 -
 .../VDCustomComponents/src/README.txt              |       31 -
 .../src/filebrowserexample/FileBrowserExample.java |      303 -
 .../src/filebrowserexample/FileBrowserExample.vmd  |      117 -
 .../src/loginscreenexample/LoginScreenExample.java |      389 -
 .../src/loginscreenexample/LoginScreenExample.vmd  |      171 -
 .../src/pimbrowserexample/PIMBrowserExample.java   |      266 -
 .../src/pimbrowserexample/PIMBrowserExample.vmd    |      104 -
 .../src/smscomposerexample/SMSComposerExample.java |      334 -
 .../src/smscomposerexample/SMSComposerExample.vmd  |      160 -
 mobility.midpexamples/WMADemo/WMADemo.jad          |       19 -
 mobility.midpexamples/WMADemo/src/Duke1.png        |      Bin 2869 -> 0 bytes
 mobility.midpexamples/WMADemo/src/Duke2.png        |      Bin 1327 -> 0 bytes
 mobility.midpexamples/WMADemo/src/README.txt       |       35 -
 .../WMADemo/src/example/cbs/CBSReceive.java        |      220 -
 .../WMADemo/src/example/mms/MMSMessage.java        |      109 -
 .../WMADemo/src/example/mms/MMSReceive.java        |      274 -
 .../WMADemo/src/example/mms/MMSSend.java           |      194 -
 .../WMADemo/src/example/mms/PartsDialog.java       |      168 -
 .../WMADemo/src/example/mms/SenderThread.java      |       87 -
 .../WMADemo/src/example/sms/SMSReceive.java        |      254 -
 .../WMADemo/src/example/sms/SMSSend.java           |      185 -
 .../WMADemo/src/example/sms/SMSSender.java         |      146 -
 mobility.midpexamples/build.xml                    |       76 -
 mobility.midpexamples/converter/converter.jad      |        6 -
 .../converter/src/converter/Converter.java         |      109 -
 .../converter/src/converter/ConverterMIDlet.java   |      128 -
 .../src/converter/CurrenciesSelector.java          |       74 -
 mobility.midpexamples/l10n.list                    |        3 -
 mobility.midpexamples/list.txt                     |       22 -
 mobility.midpexamples/manifest.mf                  |        5 -
 mobility.midpexamples/nbproject/project.properties |       42 -
 mobility.midpexamples/nbproject/project.xml        |       68 -
 .../mobility/midpexamples/Bundle.properties        |       79 -
 .../AdvancedMultimediaSupplements.html             |       13 -
 .../midpexamples/descriptions/AudioSamples.html    |       13 -
 .../midpexamples/descriptions/BluetoothDemo.html   |       13 -
 .../midpexamples/descriptions/CityGuide.html       |       13 -
 .../midpexamples/descriptions/GameBuilderDemo.html |       13 -
 .../midpexamples/descriptions/I18nDemo.html        |       13 -
 .../midpexamples/descriptions/JSR172Demo.html      |       13 -
 .../descriptions/LocalizationDemo.html             |       13 -
 .../midpexamples/descriptions/MMAPIDemos.html      |       13 -
 .../midpexamples/descriptions/NetworkDemo.html     |       13 -
 .../midpexamples/descriptions/ObexDemo.html        |       13 -
 .../midpexamples/descriptions/OpenGLESDemo.html    |       13 -
 .../midpexamples/descriptions/PDAPDemo.html        |       13 -
 .../midpexamples/descriptions/PhotoAlbum.html      |       13 -
 .../midpexamples/descriptions/SIPDemo.html         |       13 -
 .../midpexamples/descriptions/SVGContactList.html  |       13 -
 .../midpexamples/descriptions/SVGDemo.html         |       13 -
 .../descriptions/SunSamples-Demos.html             |       13 -
 .../mobility/midpexamples/descriptions/UIDemo.html |       13 -
 .../VisualDesignerCustomComponents.html            |       19 -
 .../midpexamples/descriptions/WMADemo.html         |       13 -
 .../midpexamples/descriptions/converter.html       |       13 -
 .../descriptions/j2meSamplesCategory.html          |        6 -
 .../mobility/midpexamples/descriptions/midp.html   |        6 -
 .../modules/mobility/midpexamples/mf-layer.xml     |      278 -
 mobility.plugins.mpowerplayer/build.xml            |       55 -
 mobility.plugins.mpowerplayer/manifest.mf          |        6 -
 .../nbproject/project.properties                   |       44 -
 .../nbproject/project.xml                          |       86 -
 .../plugins/mpowerplayer/Bundle.properties         |       51 -
 .../plugins/mpowerplayer/Configuration.properties  |      124 -
 .../MPowerPlayerPlatformConfigurator.java          |      218 -
 .../modules/mobility/project/ant/KdpDebugTask.java |       53 +-
 mobility.project.ant/manifest.mf                   |        2 +-
 mobility.project.ant/nbproject/project.xml         |       16 +-
 .../modules/mobility/project/Bundle.properties     |        2 +-
 mobility.project.bridge.impl/build.xml             |        5 -
 mobility.project.bridge.impl/manifest.mf           |        6 -
 mobility.project.bridge.impl/nbproject/project.xml |      123 -
 .../mobility/project/bridge/impl/Bundle.properties |        4 -
 .../impl/J2MEProjectUtilitiesProviderImpl.java     |      138 -
 .../preprocessor/PPDocumentDestination.java        |       96 -
 .../project/preprocessor/PPDocumentSource.java     |       79 -
 mobility.project.bridge/build.xml                  |        5 -
 mobility.project.bridge/manifest.mf                |        7 -
 mobility.project.bridge/nbproject/project.xml      |       68 -
 .../mobility/project/bridge/Bundle.properties      |        4 -
 .../bridge/J2MEProjectUtilitiesProvider.java       |       98 -
 .../mobility/project/ant/EnterPasswordTask.java    |      185 -
 .../netbeans/modules/mobility/project/antlib.xml   |       48 -
 mobility.project/build.xml                         |       72 -
 mobility.project/l10n.list                         |        3 -
 mobility.project/manifest.mf                       |        6 -
 mobility.project/nbproject/project.properties      |       52 -
 mobility.project/nbproject/project.xml             |      511 -
 mobility.project/scripts/deploy-copy-impl.xml      |       60 -
 .../netbeans/api/mobility/project/ChildKind.java   |       66 -
 .../mobility/project/ProjectChildKeyProvider.java  |       60 -
 .../api/mobility/project/PropertyDescriptor.java   |       89 -
 .../project/ui/customizer/ProjectProperties.java   |       62 -
 .../project/ApplicationDescriptorHandler.java      |      187 -
 .../modules/mobility/project/Bundle.properties     |       87 -
 .../mobility/project/CDCMainClassHelper.java       |      169 -
 .../project/DefaultPropertiesDescriptor.java       |      247 -
 .../project/EmptyConfigurationTemplateFactory.java |       85 -
 .../mobility/project/GlobalAbilitiesCache.java     |      162 -
 .../mobility/project/J2MEActionProvider.java       |      367 -
 .../modules/mobility/project/J2MEAntLogger.java    |      139 -
 .../modules/mobility/project/J2MEProject.java      |     1229 -
 .../mobility/project/J2MEProjectGenerator.java     |     1246 -
 .../mobility/project/J2MEProjectOperations.java    |      153 -
 .../modules/mobility/project/J2MEProjectType.java  |       55 -
 .../modules/mobility/project/J2MEProjectUtils.java |      196 -
 .../mobility/project/MIDletsCacheHelper.java       |      176 -
 .../mobility/project/MIDletsCacheListener.java     |       52 -
 .../PreprocessorFileFilterImplementation.java      |      193 -
 .../project/ProjectConfigurationsHelper.java       |      538 -
 .../modules/mobility/project/TextSwitcher.java     |      193 -
 .../UserConfigurationTemplatesProvider.java        |      157 -
 .../project/classpath/J2MEClassPathProvider.java   |      180 -
 .../classpath/J2MEProjectClassPathExtender.java    |      202 -
 .../classpath/ProjectClassPathImplementation.java  |      187 -
 .../mobility/project/deployment/Bundle.properties  |      103 -
 .../project/deployment/CopyCustomizerPanel.form    |       88 -
 .../project/deployment/CopyCustomizerPanel.java    |      132 -
 .../project/deployment/CopyDeploymentPlugin.java   |       97 -
 .../deployment/DeploymentPropertiesHandler.java    |       99 -
 .../MobilityDeploymentManagerAction.java           |       52 -
 .../deployment/MobilityDeploymentManagerPanel.form |      138 -
 .../deployment/MobilityDeploymentManagerPanel.java |      448 -
 .../deployment/MobilityDeploymentProperties.java   |      157 -
 .../project/deployment/NewInstanceDialog.form      |      121 -
 .../project/deployment/NewInstanceDialog.java      |      217 -
 .../project/deployment/NoneDeploymentPlugin.java   |       98 -
 .../modules/mobility/project/jam/JAMServlet.java   |      194 -
 .../queries/CompiledSourceForBinaryQuery.java      |      198 -
 .../project/queries/FileBuiltQueryImpl.java        |      283 -
 .../project/queries/FileEncodingQueryImpl.java     |       91 -
 .../project/queries/JavadocForBinaryQueryImpl.java |      187 -
 .../project/queries/SourceLevelQueryImpl.java      |       71 -
 .../modules/mobility/project/resources/build.xsl   |      153 -
 .../project/resources/j2me-project-private.xsd     |       50 -
 .../mobility/project/resources/j2me-project.xsd    |       65 -
 .../project/security/KeyStoreRepository.java       |      720 -
 .../mobility/project/security/MEKeyTool.java       |      414 -
 .../mobility/project/ui/AbilitiesPanel.java        |      714 -
 .../modules/mobility/project/ui/BrokenChecker.java |       51 -
 .../modules/mobility/project/ui/Bundle.properties  |      207 -
 .../mobility/project/ui/CfgSelectionPanel.form     |       66 -
 .../mobility/project/ui/CfgSelectionPanel.java     |      143 -
 .../project/ui/ConfigurationsChildren.java         |       97 -
 .../mobility/project/ui/ConfigurationsNode.java    |      345 -
 .../project/ui/CyclicDependencyWarningPanel.form   |       75 -
 .../project/ui/CyclicDependencyWarningPanel.java   |      196 -
 .../modules/mobility/project/ui/DecoratedNode.java |      189 -
 .../modules/mobility/project/ui/FNode.java         |      128 -
 .../modules/mobility/project/ui/FileMonitor.java   |       10 -
 .../project/ui/J2MECustomizerProvider.java         |      176 -
 .../project/ui/J2MEPhysicalViewProvider.java       |      110 -
 .../mobility/project/ui/J2MEProjectRootNode.java   |      178 -
 .../mobility/project/ui/LazyInitFilterNode.java    |      160 -
 .../mobility/project/ui/LibrariesSourceGroup.java  |      124 -
 .../mobility/project/ui/MissingFileDetector.java   |      492 -
 .../mobility/project/ui/OneConfigurationNode.java  |      321 -
 .../mobility/project/ui/OneResourceNode.java       |      320 -
 .../project/ui/ProjectRootNodeChildren.java        |      283 -
 .../modules/mobility/project/ui/QuickRunPanel.form |       84 -
 .../modules/mobility/project/ui/QuickRunPanel.java |      206 -
 .../mobility/project/ui/ResourcesChildren.java     |      151 -
 .../modules/mobility/project/ui/ResourcesNode.java |      338 -
 .../mobility/project/ui/actions/Actions.java       |      173 -
 .../project/ui/actions/AddConfigurationAction.java |      142 -
 .../project/ui/actions/AddFolderAction.java        |       96 -
 .../mobility/project/ui/actions/AddJarAction.java  |      115 -
 .../project/ui/actions/AddLibraryAction.java       |       91 -
 .../project/ui/actions/AddProjectAction.java       |       91 -
 .../mobility/project/ui/actions/AntAction.java     |      109 -
 .../project/ui/actions/AntSingleAction.java        |       77 -
 .../project/ui/actions/BrokenLinksAction.java      |       61 -
 .../ui/actions/BuildConfigurationAction.java       |       56 -
 .../mobility/project/ui/actions/Bundle.properties  |       65 -
 .../actions/CleanAndBuildConfigurationAction.java  |       56 -
 .../ui/actions/CleanConfigurationAction.java       |       56 -
 .../ui/actions/DebugConfigurationAction.java       |       56 -
 .../ui/actions/DeployConfigurationAction.java      |       57 -
 .../mobility/project/ui/actions/NodeAction.java    |      177 -
 .../project/ui/actions/RefreshPackagesAction.java  |       76 -
 .../ui/actions/RemoveConfigurationAction.java      |      134 -
 .../project/ui/actions/RemoveResourceAction.java   |       81 -
 .../project/ui/actions/RunConfigurationAction.java |       56 -
 .../ui/actions/SelectConfigurationAction.java      |      133 -
 .../project/ui/actions/SetConfigurationAction.java |       83 -
 .../project/ui/customizer/AddAPIPanel.form         |       61 -
 .../project/ui/customizer/AddAPIPanel.java         |      299 -
 .../project/ui/customizer/AddAbilityPanel.form     |      102 -
 .../project/ui/customizer/AddAbilityPanel.java     |      229 -
 .../project/ui/customizer/AddAttributePanel.form   |      129 -
 .../project/ui/customizer/AddAttributePanel.java   |      355 -
 .../project/ui/customizer/AddMIDletPanel.form      |      115 -
 .../project/ui/customizer/AddMIDletPanel.java      |      265 -
 .../ui/customizer/AddPushRegistryPanel.form        |      115 -
 .../ui/customizer/AddPushRegistryPanel.java        |      241 -
 .../project/ui/customizer/Bundle.properties        |      749 -
 .../ui/customizer/CaseInsensitiveComparator.java   |       79 -
 .../ui/customizer/CloneConfigurationPanel.form     |       57 -
 .../ui/customizer/CloneConfigurationPanel.java     |      178 -
 .../ui/customizer/CloneConfigurationPanel2.form    |       78 -
 .../ui/customizer/CloneConfigurationPanel2.java    |      197 -
 .../project/ui/customizer/CustomizerAbilities.form |      102 -
 .../project/ui/customizer/CustomizerAbilities.java |      443 -
 .../project/ui/customizer/CustomizerCompile.form   |      159 -
 .../project/ui/customizer/CustomizerCompile.java   |      250 -
 .../ui/customizer/CustomizerConfigManager.form     |      168 -
 .../ui/customizer/CustomizerConfigManager.java     |      214 -
 .../project/ui/customizer/CustomizerDeploy.form    |      122 -
 .../project/ui/customizer/CustomizerDeploy.java    |      308 -
 .../project/ui/customizer/CustomizerFiltering.form |      125 -
 .../project/ui/customizer/CustomizerFiltering.java |      352 -
 .../project/ui/customizer/CustomizerGeneral.form   |      343 -
 .../project/ui/customizer/CustomizerGeneral.java   |      409 -
 .../project/ui/customizer/CustomizerJad.form       |      199 -
 .../project/ui/customizer/CustomizerJad.java       |      867 -
 .../project/ui/customizer/CustomizerJar.form       |      109 -
 .../project/ui/customizer/CustomizerJar.java       |      187 -
 .../project/ui/customizer/CustomizerJavadoc.form   |      318 -
 .../project/ui/customizer/CustomizerJavadoc.java   |      363 -
 .../project/ui/customizer/CustomizerLibraries.form |      190 -
 .../project/ui/customizer/CustomizerLibraries.java |      280 -
 .../project/ui/customizer/CustomizerMIDP.form      |      187 -
 .../project/ui/customizer/CustomizerMIDP.java      |      751 -
 .../project/ui/customizer/CustomizerMIDlets.form   |      183 -
 .../project/ui/customizer/CustomizerMIDlets.java   |      505 -
 .../project/ui/customizer/CustomizerObfuscate.form |      182 -
 .../project/ui/customizer/CustomizerObfuscate.java |      319 -
 .../ui/customizer/CustomizerPermissions.form       |      103 -
 .../ui/customizer/CustomizerPermissions.java       |      448 -
 .../project/ui/customizer/CustomizerPlatform.form  |       98 -
 .../project/ui/customizer/CustomizerPlatform.java  |      261 -
 .../project/ui/customizer/CustomizerPushReg.form   |      139 -
 .../project/ui/customizer/CustomizerPushReg.java   |      522 -
 .../project/ui/customizer/CustomizerRun.form       |      204 -
 .../project/ui/customizer/CustomizerRun.java       |      301 -
 .../project/ui/customizer/CustomizerSign.form      |      243 -
 .../project/ui/customizer/CustomizerSign.java      |      450 -
 .../mobility/project/ui/customizer/ErrorPanel.form |       33 -
 .../mobility/project/ui/customizer/ErrorPanel.java |       96 -
 .../project/ui/customizer/J2MECustomizer.form      |      168 -
 .../project/ui/customizer/J2MECustomizer.java      |      651 -
 .../ui/customizer/J2MEProjectProperties.java       |      587 -
 .../project/ui/customizer/MIDletScanner.java       |      346 -
 .../ui/customizer/NewConfigurationPanel.form       |       88 -
 .../ui/customizer/NewConfigurationPanel.java       |      348 -
 .../project/ui/customizer/RemovalPanel.form        |       80 -
 .../project/ui/customizer/RemovalPanel.java        |      162 -
 .../ui/customizer/SaveConfigurationPanel.form      |       57 -
 .../ui/customizer/SaveConfigurationPanel.java      |      173 -
 .../ui/customizer/SmallSwatchChooserPanel.java     |      298 -
 .../project/ui/customizer/VisualClassPathItem.java |      352 -
 .../ui/customizer/VisualClasspathSupport.java      |      596 -
 .../project/ui/customizer/VisualConfigSupport.java |      595 -
 .../ui/customizer/regex/CheckedNodeEditor.java     |      173 -
 .../ui/customizer/regex/CheckedNodeRenderer.java   |      200 -
 .../ui/customizer/regex/CheckedTreeBeanView.java   |      194 -
 .../ui/customizer/regex/FileObjectCookie.java      |       61 -
 .../ui/customizer/regex/MultiStateCheckBox.java    |      233 -
 .../ui/resources/KeyStoreRepository.settings       |       51 -
 .../project/ui/resources/basepermissions.txt       |       54 -
 .../project/ui/resources/brokenProjectBadge.gif    |      Bin 174 -> 0 bytes
 .../mobility/project/ui/resources/build.gif        |      Bin 619 -> 0 bytes
 .../project/ui/resources/buildscript/basic-init    |       72 -
 .../project/ui/resources/buildscript/build         |        8 -
 .../project/ui/resources/buildscript/cdc-hi-init   |        8 -
 .../project/ui/resources/buildscript/cdc-hi-run    |       23 -
 .../project/ui/resources/buildscript/cldc-debug    |       11 -
 .../project/ui/resources/buildscript/cldc-init     |       32 -
 .../project/ui/resources/buildscript/cldc-run      |        6 -
 .../project/ui/resources/buildscript/clean         |       64 -
 .../project/ui/resources/buildscript/clean-classes |        4 -
 .../project/ui/resources/buildscript/clean-jad     |        4 -
 .../project/ui/resources/buildscript/clean-jar     |        4 -
 .../project/ui/resources/buildscript/clean-javadoc |        4 -
 .../ui/resources/buildscript/clean-manifest        |        4 -
 .../ui/resources/buildscript/clean-obfuscated      |        6 -
 .../ui/resources/buildscript/clean-preprocessed    |        4 -
 .../ui/resources/buildscript/clean-preverified     |        5 -
 .../ui/resources/buildscript/clean-timestamp       |        4 -
 .../project/ui/resources/buildscript/compile       |       45 -
 .../ui/resources/buildscript/conditional-clean     |       15 -
 .../project/ui/resources/buildscript/create-jad    |       46 -
 .../project/ui/resources/buildscript/debug         |       14 -
 .../ui/resources/buildscript/debug-run-base        |       35 -
 .../project/ui/resources/buildscript/deploy        |       14 -
 .../project/ui/resources/buildscript/deps-jar      |       50 -
 .../project/ui/resources/buildscript/do-extra-libs |       11 -
 .../project/ui/resources/buildscript/do-jar        |       11 -
 .../ui/resources/buildscript/do-jar-no-manifest    |        9 -
 .../ui/resources/buildscript/end-of-project        |        4 -
 .../ui/resources/buildscript/for-all-configs       |       56 -
 .../mobility/project/ui/resources/buildscript/head |       61 -
 .../ui/resources/buildscript/increment-app-version |       10 -
 .../mobility/project/ui/resources/buildscript/init |        8 -
 .../ui/resources/buildscript/jad-jsr211-properties |       15 -
 .../mobility/project/ui/resources/buildscript/jar  |        8 -
 .../project/ui/resources/buildscript/javadoc       |       20 -
 .../ui/resources/buildscript/load-properties       |       45 -
 .../project/ui/resources/buildscript/lwuit-build   |       23 -
 .../project/ui/resources/buildscript/obfuscate     |        8 -
 .../project/ui/resources/buildscript/open-netmon   |       14 -
 .../project/ui/resources/buildscript/open-profiler |       14 -
 .../project/ui/resources/buildscript/override-jad  |        6 -
 .../project/ui/resources/buildscript/preprocess    |       23 -
 .../project/ui/resources/buildscript/preverify     |       22 -
 .../project/ui/resources/buildscript/proguard      |       39 -
 .../project/ui/resources/buildscript/rebuild       |        4 -
 .../mobility/project/ui/resources/buildscript/run  |        8 -
 .../project/ui/resources/buildscript/set-password  |       51 -
 .../mobility/project/ui/resources/buildscript/tail |        1 -
 .../project/ui/resources/buildscript/update-jad    |        6 -
 .../mobility/project/ui/resources/config.gif       |      Bin 626 -> 0 bytes
 .../mobility/project/ui/resources/configs.gif      |      Bin 595 -> 0 bytes
 .../mobility/project/ui/resources/debug.gif        |      Bin 402 -> 0 bytes
 .../mobility/project/ui/resources/deploy.gif       |      Bin 631 -> 0 bytes
 .../ui/resources/descriptions/MIDP/Class_java.html |       48 -
 .../descriptions/MIDP/LocalizationSupport.html     |       48 -
 .../descriptions/MIDP/MIDPCanvas_java.html         |       49 -
 .../ui/resources/descriptions/MIDP/MIDPInfo.html   |       48 -
 .../resources/descriptions/MIDP/MIDlet_java.html   |       48 -
 .../project/ui/resources/emptyLibrary.html         |       52 -
 .../project/ui/resources/emptyProject.html         |       53 -
 .../mobility/project/ui/resources/filtering.gif    |      Bin 613 -> 0 bytes
 .../mobility/project/ui/resources/general.gif      |      Bin 595 -> 0 bytes
 .../project/ui/resources/j2me-sources.html         |       53 -
 .../mobility/project/ui/resources/j2me-wtk.html    |       52 -
 .../mobility/project/ui/resources/j2meProject.gif  |      Bin 608 -> 0 bytes
 .../project/ui/resources/j2meProjectCategory.html  |        6 -
 .../modules/mobility/project/ui/resources/jad.gif  |      Bin 591 -> 0 bytes
 .../modules/mobility/project/ui/resources/jar.gif  |      Bin 613 -> 0 bytes
 .../mobility/project/ui/resources/javadoc.gif      |      Bin 670 -> 0 bytes
 .../mobility/project/ui/resources/langs.gif        |      Bin 595 -> 0 bytes
 .../mobility/project/ui/resources/layer.xml        |      736 -
 .../mobility/project/ui/resources/midlets.gif      |      Bin 591 -> 0 bytes
 .../modules/mobility/project/ui/resources/midp.gif |      Bin 626 -> 0 bytes
 .../project/ui/resources/mobile-project.png        |      Bin 572 -> 0 bytes
 .../mobility/project/ui/resources/obfuscate.gif    |      Bin 612 -> 0 bytes
 .../mobility/project/ui/resources/permiss.gif      |      Bin 591 -> 0 bytes
 .../project/ui/resources/projectDependencies.gif   |      Bin 374 -> 0 bytes
 .../mobility/project/ui/resources/pushreg.gif      |      Bin 591 -> 0 bytes
 .../modules/mobility/project/ui/resources/run.gif  |      Bin 306 -> 0 bytes
 .../modules/mobility/project/ui/resources/sign.gif |      Bin 616 -> 0 bytes
 .../resources/templates/MIDP/Class_java.template   |       18 -
 .../MIDP/LocalizationSupport_java.template         |      438 -
 .../MIDP/LocalizationSupport_properties.template   |        4 -
 .../templates/MIDP/MIDPCanvas_java.template        |       79 -
 .../resources/templates/MIDP/MIDlet_java.template  |       24 -
 .../project/ui/security/AddKeystorePanel.form      |      254 -
 .../project/ui/security/AddKeystorePanel.java      |      441 -
 .../mobility/project/ui/security/Bundle.properties |      242 -
 .../project/ui/security/CreateKeyAliasPanel.form   |      304 -
 .../project/ui/security/CreateKeyAliasPanel.java   |      466 -
 .../project/ui/security/EnterPasswordPanel.form    |       95 -
 .../project/ui/security/EnterPasswordPanel.java    |      296 -
 .../mobility/project/ui/security/ExportPanel.form  |      244 -
 .../mobility/project/ui/security/ExportPanel.java  |      624 -
 .../project/ui/security/KeyAliasCellRenderer.java  |      131 -
 .../project/ui/security/KeystoreCellRenderer.java  |       87 -
 .../project/ui/security/SecurityManagerAction.java |       52 -
 .../project/ui/security/SecurityManagerPanel.form  |      360 -
 .../project/ui/security/SecurityManagerPanel.java  |      527 -
 .../mobility/project/ui/wizard/Bundle.properties   |      200 -
 .../ui/wizard/ConfigurationsSelectionPanel.java    |      114 -
 .../ui/wizard/ConfigurationsSelectionPanelGUI.form |       66 -
 .../ui/wizard/ConfigurationsSelectionPanelGUI.java |      296 -
 .../project/ui/wizard/FileWizardIterator.java      |      302 -
 .../project/ui/wizard/MIDPTargetChooserPanel.java  |      199 -
 .../ui/wizard/MIDPTargetChooserPanelGUI.form       |      296 -
 .../ui/wizard/MIDPTargetChooserPanelGUI.java       |      740 -
 .../project/ui/wizard/NewProjectIterator.java      |      218 -
 .../project/ui/wizard/PlatformInstallPanel.form    |      115 -
 .../project/ui/wizard/PlatformInstallPanel.java    |      321 -
 .../project/ui/wizard/PlatformSelectionPanel.java  |      215 -
 .../ui/wizard/PlatformSelectionPanelGUI.form       |      140 -
 .../ui/wizard/PlatformSelectionPanelGUI.java       |      410 -
 .../mobility/project/ui/wizard/ProjectPanel.form   |      197 -
 .../mobility/project/ui/wizard/ProjectPanel.java   |      585 -
 .../project/ui/wizard/SampleProjectIterator.java   |      207 -
 .../modules/mobility/project/ui/wizard/Utils.java  |      121 -
 .../project/ui/wizard/i18n/Bundle.properties       |      100 -
 .../wizard/i18n/LocalizationSupportIterator.java   |      355 -
 .../ui/wizard/i18n/LocalizationSupportPanel.java   |      240 -
 .../wizard/i18n/LocalizationSupportPanelGUI.form   |      264 -
 .../wizard/i18n/LocalizationSupportPanelGUI.java   |      628 -
 .../project/ui/wizard/imports/Bundle.properties    |      106 -
 .../project/ui/wizard/imports/SourcesIterator.java |      207 -
 .../project/ui/wizard/imports/SourcesPanel.form    |      142 -
 .../project/ui/wizard/imports/SourcesPanel.java    |      539 -
 .../project/ui/wizard/imports/WtkIterator.java     |      206 -
 .../project/ui/wizard/imports/WtkPanel.form        |      122 -
 .../project/ui/wizard/imports/WtkPanel.java        |      573 -
 .../support/customizer/AntArtifactChooser.form     |       71 -
 .../support/customizer/AntArtifactChooser.java     |      289 -
 .../project/support/customizer/Bundle.properties   |       75 -
 .../support/customizer/LibrariesChooser.form       |       82 -
 .../support/customizer/LibrariesChooser.java       |      257 -
 .../customizer/resources/brokenProjectBadge.gif    |      Bin 174 -> 0 bytes
 .../support/customizer/resources/folder.gif        |      Bin 582 -> 0 bytes
 .../project/support/customizer/resources/jar.gif   |      Bin 613 -> 0 bytes
 .../support/customizer/resources/libraries.gif     |      Bin 572 -> 0 bytes
 .../support/customizer/resources/project.gif       |      Bin 591 -> 0 bytes
 .../customizer/resources/projectDependencies.gif   |      Bin 374 -> 0 bytes
 .../modules/project/support/resources/empty.gif    |      Bin 832 -> 0 bytes
 .../support/resources/project-configurations.xsd   |       56 -
 .../mobility/project/ProjectLookupProvider.java    |       25 -
 .../project/ProjectPropertiesDescriptor.java       |       57 -
 .../spi/mobility/project/PropertyParser.java       |       59 -
 .../project/support/DefaultPropertyParsers.java    |      432 -
 .../ui/customizer/ComposedCustomizerPanel.java     |       55 -
 .../project/ui/customizer/CustomizerPanel.java     |       57 -
 .../project/ui/customizer/HelpCtxCallback.java     |       57 -
 .../project/ui/customizer/VisualPropertyGroup.java |       66 -
 .../customizer/support/VisualPropertySupport.java  |      517 -
 .../netbeans/test/mobility/NewProjectFileTest.java |      323 -
 .../src/org/netbeans/test/mobility/Util.java       |       84 -
 .../org/netbeans/test/mobility/ValidationTest.java |      340 -
 .../ApplicationDescriptorHandlerTest/Midlet.java   |       64 -
 .../GlobalAbilitiesCacheTest/Test_template.cfg     |        9 -
 .../J2MEProjectGeneratorTest/MobileApplication.jad |        8 -
 .../Studio/HelloMIDlet.java                        |      107 -
 .../Studio/MIDletSuite.adContent                   |       97 -
 .../Studio/MIDletSuite.jad                         |        9 -
 .../J2MEProjectGeneratorTest/Studio/Midlet.java    |       65 -
 .../J2MEProjectGeneratorTest/Test_template.cfg     |        9 -
 .../WTKDemo/bin/MobileApplication.jad              |        8 -
 .../WTKDemo/project.properties                     |       43 -
 .../WTKDemo/src/hello/Midlet.java                  |       72 -
 .../WTKDemo/bin/MobileApplication.jad              |        8 -
 .../WTKDemo/project.properties                     |       43 -
 .../WTKDemo/src/hello/Midlet.java                  |       71 -
 .../project/ApplicationDescriptorHandlerTest.java  |      290 -
 .../mobility/project/GlobalAbilitiesCacheTest.java |      148 -
 .../mobility/project/J2MEActionProviderTest.java   |      553 -
 .../mobility/project/J2MEAntLoggerTest.java        |      496 -
 .../mobility/project/J2MEProjectGeneratorTest.java |      612 -
 .../modules/mobility/project/TestUtil.java         |      669 -
 .../classpath/J2MEClassPathProviderTest.java       |      152 -
 .../J2MEProjectClassPathExtenderTest.java          |      193 -
 .../ProjectClassPathImplementationTest.java        |      155 -
 .../queries/CompiledSourceForBinaryQueryTest.java  |      175 -
 .../project/queries/FileBuiltQueryImplTest.java    |      294 -
 .../project/security/KeyStoreRepositoryTest.java   |      276 -
 .../mobility/project/security/MEKeyToolTest.java   |      145 -
 .../project/ui/MissingFileDetectorTest.java        |      343 -
 .../project/ui/ProjectRootNodeChildrenTest.java    |      377 -
 .../support/ProjectConfigurationsHelperTest.java   |      254 -
 mobility.svgcore/build.xml                         |       48 -
 mobility.svgcore/l10n.list                         |        3 -
 mobility.svgcore/manifest.mf                       |        6 -
 mobility.svgcore/nbproject/project.properties      |        1 -
 mobility.svgcore/nbproject/project.xml             |      295 -
 .../modules/mobility/svgcore/Bundle.properties     |       94 -
 .../mobility/svgcore/ExternalEditAction.java       |       87 -
 .../modules/mobility/svgcore/SVGDataLoader.java    |       83 -
 .../mobility/svgcore/SVGDataLoaderBeanInfo.java    |       76 -
 .../modules/mobility/svgcore/SVGDataNode.java      |       66 -
 .../modules/mobility/svgcore/SVGDataObject.java    |      489 -
 .../modules/mobility/svgcore/SVGFileResolver.xml   |        8 -
 .../modules/mobility/svgcore/SVGFileTemplate.svg   |        9 -
 .../modules/mobility/svgcore/SVGTemplateHelp.html  |       20 -
 .../svgcore/api/snippets/SVGSnippetsProvider.java  |       59 -
 .../svgcore/composer/AbstractComposerAction.java   |       93 -
 .../composer/AbstractComposerActionFactory.java    |       92 -
 .../svgcore/composer/ActionMouseCursor.java        |       73 -
 .../mobility/svgcore/composer/ActionWrapper.java   |       73 -
 .../svgcore/composer/ActionWrapperFactory.java     |      103 -
 .../mobility/svgcore/composer/ComposerAction.java  |       63 -
 .../svgcore/composer/ComposerActionFactory.java    |       62 -
 .../mobility/svgcore/composer/GraphicUtils.java    |      158 -
 .../svgcore/composer/InputControlManager.java      |      113 -
 .../svgcore/composer/PerseusController.java        |      864 -
 .../mobility/svgcore/composer/SVGObject.java       |      563 -
 .../svgcore/composer/SVGObjectOutline.java         |      351 -
 .../mobility/svgcore/composer/SceneManager.java    |      698 -
 .../mobility/svgcore/composer/ScreenManager.java   |      344 -
 .../actions/CursorPositionActionFactory.java       |       88 -
 .../composer/actions/DeleteActionFactory.java      |       90 -
 .../svgcore/composer/actions/HighlightAction.java  |      140 -
 .../composer/actions/HighlightActionFactory.java   |      151 -
 .../actions/MoveBackwardActionFactory.java         |       84 -
 .../composer/actions/MoveFocusActionFactory.java   |      207 -
 .../composer/actions/MoveForwardActionFactory.java |       85 -
 .../actions/MoveToBottomActionFactory.java         |       86 -
 .../composer/actions/MoveToTopActionFactory.java   |       86 -
 .../composer/actions/RotateActionFactory.java      |      181 -
 .../composer/actions/ScaleActionFactory.java       |      208 -
 .../composer/actions/ScaleXActionFactory.java      |      151 -
 .../composer/actions/ScaleYActionFactory.java      |      152 -
 .../svgcore/composer/actions/SelectAction.java     |      120 -
 .../composer/actions/SelectActionFactory.java      |      206 -
 .../composer/actions/SkewActionFactory.java        |      160 -
 .../svgcore/composer/actions/TranslateAction.java  |      131 -
 .../composer/actions/TranslateActionFactory.java   |      151 -
 .../svgcore/composer/prototypes/PatchedAnchor.java |       89 -
 .../composer/prototypes/PatchedAnimate.java        |       93 -
 .../composer/prototypes/PatchedAnimateMotion.java  |       84 -
 .../prototypes/PatchedAnimateTransform.java        |       93 -
 .../prototypes/PatchedAnimationElement.java        |       51 -
 .../svgcore/composer/prototypes/PatchedDefs.java   |       84 -
 .../composer/prototypes/PatchedElement.java        |       55 -
 .../composer/prototypes/PatchedEllipse.java        |      111 -
 .../svgcore/composer/prototypes/PatchedFont.java   |       85 -
 .../composer/prototypes/PatchedFontFace.java       |       84 -
 .../svgcore/composer/prototypes/PatchedGlyph.java  |       88 -
 .../svgcore/composer/prototypes/PatchedGroup.java  |      125 -
 .../svgcore/composer/prototypes/PatchedHKern.java  |       84 -
 .../composer/prototypes/PatchedImageNode.java      |       88 -
 .../svgcore/composer/prototypes/PatchedLine.java   |       88 -
 .../composer/prototypes/PatchedLinearGradient.java |       88 -
 .../composer/prototypes/PatchedRadialGradient.java |       88 -
 .../svgcore/composer/prototypes/PatchedRect.java   |      106 -
 .../svgcore/composer/prototypes/PatchedSet.java    |       85 -
 .../composer/prototypes/PatchedShapeNode.java      |       89 -
 .../composer/prototypes/PatchedSolidColor.java     |       84 -
 .../svgcore/composer/prototypes/PatchedStop.java   |       84 -
 .../composer/prototypes/PatchedStrictElement.java  |       89 -
 .../svgcore/composer/prototypes/PatchedSwitch.java |       84 -
 .../svgcore/composer/prototypes/PatchedSymbol.java |       84 -
 .../svgcore/composer/prototypes/PatchedText.java   |      106 -
 .../prototypes/PatchedTransformableElement.java    |       22 -
 .../svgcore/composer/prototypes/PatchedUse.java    |       84 -
 .../prototypes/SVGComposerPrototypeFactory.java    |      149 -
 .../svgcore/export/AbstractSaveAction.java         |      108 -
 .../svgcore/export/AnimationRasterizer.java        |      696 -
 .../mobility/svgcore/export/Bundle.properties      |      221 -
 .../mobility/svgcore/export/ComponentGroup.java    |      210 -
 .../modules/mobility/svgcore/export/Quantizer.java |      407 -
 .../export/SVGAnimationRasterizerPanel.form        |     1314 -
 .../export/SVGAnimationRasterizerPanel.java        |     1061 -
 .../svgcore/export/SVGImageRasterizerPanel.form    |      955 -
 .../svgcore/export/SVGImageRasterizerPanel.java    |      719 -
 .../svgcore/export/SVGRasterizerPanel.java         |      367 -
 .../svgcore/export/SaveAnimationAsImageAction.java |      171 -
 .../mobility/svgcore/export/SaveAsImageAction.java |      138 -
 .../svgcore/export/SaveElementAsImage.java         |      249 -
 .../mobility/svgcore/export/ScreenSizeHelper.java  |      149 -
 .../mobility/svgcore/export/ShrinkPalette.java     |      343 -
 .../modules/mobility/svgcore/items/Circle.java     |       80 -
 .../mobility/svgcore/items/ClosedCurve.java        |       61 -
 .../modules/mobility/svgcore/items/Ellipse.java    |       73 -
 .../modules/mobility/svgcore/items/Line.java       |       61 -
 .../modules/mobility/svgcore/items/OpenCurve.java  |       61 -
 .../modules/mobility/svgcore/items/Polygon.java    |       61 -
 .../modules/mobility/svgcore/items/Polyline.java   |       61 -
 .../modules/mobility/svgcore/items/Rectangle.java  |       61 -
 .../mobility/svgcore/items/RoundRectangle.java     |       61 -
 .../mobility/svgcore/items/SVGBasicShape.java      |      107 -
 .../modules/mobility/svgcore/items/Text.java       |       61 -
 .../modules/mobility/svgcore/items/circle.xml      |       14 -
 .../svgcore/items/circle_snippet.xml_template      |        1 -
 .../mobility/svgcore/items/closed_curve.xml        |       15 -
 .../items/closed_curve_snippet.xml_template        |        1 -
 .../modules/mobility/svgcore/items/ellipse.xml     |       14 -
 .../svgcore/items/ellipse_snippet.xml_template     |        1 -
 .../mobility/svgcore/items/form/Bundle.properties  |       43 -
 .../mobility/svgcore/items/form/Button.java        |       63 -
 .../mobility/svgcore/items/form/CheckBox.java      |       62 -
 .../mobility/svgcore/items/form/Combobox.java      |       63 -
 .../modules/mobility/svgcore/items/form/Label.java |       63 -
 .../modules/mobility/svgcore/items/form/List.java  |       63 -
 .../mobility/svgcore/items/form/RadioButton.java   |      124 -
 .../svgcore/items/form/SVGComponentDrop.java       |      177 -
 .../svgcore/items/form/SVGFormElement.java         |      155 -
 .../items/form/SVGSnipetsProviderClassic.java      |       59 -
 .../mobility/svgcore/items/form/Slider.java        |       63 -
 .../mobility/svgcore/items/form/Spinner.java       |       62 -
 .../mobility/svgcore/items/form/TextField.java     |       62 -
 .../modules/mobility/svgcore/items/form/button.xml |       14 -
 .../svgcore/items/form/button_snippet.xml_template |       31 -
 .../mobility/svgcore/items/form/check_box.xml      |       14 -
 .../items/form/checkbox_snippet.xml_template       |       23 -
 .../mobility/svgcore/items/form/combo_box.xml      |       14 -
 .../items/form/combobox_snippet.xml_template       |       76 -
 .../modules/mobility/svgcore/items/form/label.xml  |       14 -
 .../svgcore/items/form/label_snippet.xml_template  |        9 -
 .../modules/mobility/svgcore/items/form/list.xml   |       14 -
 .../svgcore/items/form/list_snippet.xml_template   |       32 -
 .../mobility/svgcore/items/form/radio_button.xml   |       14 -
 .../items/form/radiobutton_snippet.xml_template    |       52 -
 .../modules/mobility/svgcore/items/form/slider.xml |       14 -
 .../svgcore/items/form/slider_snippet.xml_template |       19 -
 .../mobility/svgcore/items/form/spinner.xml        |       14 -
 .../items/form/spinner_snippet.xml_template        |       49 -
 .../mobility/svgcore/items/form/text_field.xml     |       14 -
 .../items/form/textfield_snippet.xml_template      |       25 -
 .../modules/mobility/svgcore/items/line.xml        |       15 -
 .../svgcore/items/line_snippet.xml_template        |        1 -
 .../modules/mobility/svgcore/items/open_curve.xml  |       15 -
 .../svgcore/items/open_curve_snippet.xml_template  |        1 -
 .../modules/mobility/svgcore/items/polygon.xml     |       15 -
 .../svgcore/items/polygone_snippet.xml_template    |        1 -
 .../modules/mobility/svgcore/items/polyline.xml    |       15 -
 .../svgcore/items/polyline_snippet.xml_template    |        1 -
 .../modules/mobility/svgcore/items/rectangle.xml   |       15 -
 .../svgcore/items/rectangle_snippet.xml_template   |        1 -
 .../mobility/svgcore/items/round_rectangle.xml     |       15 -
 .../items/round_rectangle_snippet.xml_template     |        1 -
 .../modules/mobility/svgcore/items/text.xml        |       14 -
 .../svgcore/items/text_snippet.xml_template        |        1 -
 .../mobility/svgcore/model/Bundle.properties       |       44 -
 .../mobility/svgcore/model/ElementMapping.java     |      307 -
 .../svgcore/model/EncodingInputStream.java         |      130 -
 .../mobility/svgcore/model/SVGFileModel.java       |     1754 -
 .../mobility/svgcore/navigator/Bundle.properties   |       65 -
 .../mobility/svgcore/navigator/FilterActions.java  |       92 -
 .../svgcore/navigator/FiltersDescription.java      |      123 -
 .../mobility/svgcore/navigator/FiltersManager.java |      313 -
 .../svgcore/navigator/SVGNavigatorContent.java     |      502 -
 .../svgcore/navigator/SVGNavigatorNode.java        |      660 -
 .../svgcore/navigator/SVGNavigatorPanel.java       |      119 -
 .../svgcore/navigator/SVGNavigatorTree.java        |      208 -
 .../navigator/SVGNavigatorTreeCellRenderer.java    |      135 -
 .../mobility/svgcore/navigator/TapPanel.java       |      303 -
 .../mobility/svgcore/navigator/TrivialLayout.java  |      151 -
 .../mobility/svgcore/options/Bundle.properties     |       57 -
 .../svgcore/options/SvgcoreAdvancedOption.java     |       64 -
 .../options/SvgcoreOptionsPanelController.java     |      112 -
 .../mobility/svgcore/options/SvgcorePanel.form     |      165 -
 .../mobility/svgcore/options/SvgcorePanel.java     |      286 -
 .../mobility/svgcore/options/SvgcoreSettings.java  |      117 -
 .../mobility/svgcore/palette/Bundle.properties     |       47 -
 .../svgcore/palette/ImportPaletteFolderAction.java |      225 -
 .../svgcore/palette/ImportPaletteFolderPanel.form  |       88 -
 .../svgcore/palette/ImportPaletteFolderPanel.java  |      183 -
 .../svgcore/palette/SVGPaletteFactory.java         |      144 -
 .../svgcore/palette/SVGPaletteItemData.java        |      274 -
 .../svgcore/palette/SVGPaletteItemDataLoader.java  |       84 -
 .../palette/SVGPaletteItemDataLoaderBeanInfo.java  |       78 -
 .../svgcore/palette/SVGPaletteItemDataNode.java    |      176 -
 .../svgcore/palette/SVGPaletteItemDataObject.java  |      159 -
 .../svgcore/palette/SVGPaletteManagerAction.java   |       85 -
 .../mobility/svgcore/resources/Bundle.properties   |       42 -
 .../svgcore/resources/SVGPaletteItemResolver.xml   |        8 -
 .../mobility/svgcore/resources/SVGResolver.xml     |       55 -
 .../modules/mobility/svgcore/resources/a.png       |      Bin 853 -> 0 bytes
 .../mobility/svgcore/resources/allow_edit.png      |      Bin 738 -> 0 bytes
 .../modules/mobility/svgcore/resources/animate.png |      Bin 935 -> 0 bytes
 .../mobility/svgcore/resources/animate_pause.png   |      Bin 877 -> 0 bytes
 .../mobility/svgcore/resources/animate_start.png   |      Bin 935 -> 0 bytes
 .../mobility/svgcore/resources/animate_stop.png    |      Bin 699 -> 0 bytes
 .../mobility/svgcore/resources/badge_animate.png   |      Bin 321 -> 0 bytes
 .../mobility/svgcore/resources/badge_animate_1.png |      Bin 935 -> 0 bytes
 .../mobility/svgcore/resources/delete_element.png  |      Bin 777 -> 0 bytes
 .../svgcore/resources/dtd/svg-animation.mod        |      278 -
 .../svgcore/resources/dtd/svg-basic-font.mod       |      243 -
 .../resources/dtd/svg-basic-graphics-attrib.mod    |       43 -
 .../resources/dtd/svg-basic-paint-attrib.mod       |      108 -
 .../svgcore/resources/dtd/svg-basic-structure.mod  |      307 -
 .../svgcore/resources/dtd/svg-basic-text.mod       |      117 -
 .../svgcore/resources/dtd/svg-conditional.mod      |      133 -
 .../svgcore/resources/dtd/svg-core-attrib.mod      |       50 -
 .../svgcore/resources/dtd/svg-datatypes.mod        |       87 -
 .../svgcore/resources/dtd/svg-extensibility.mod    |      115 -
 .../resources/dtd/svg-extresources-attrib.mod      |       34 -
 .../svgcore/resources/dtd/svg-framework.mod        |       51 -
 .../svgcore/resources/dtd/svg-hyperlink.mod        |      123 -
 .../mobility/svgcore/resources/dtd/svg-image.mod   |       93 -
 .../mobility/svgcore/resources/dtd/svg-qname.mod   |      257 -
 .../mobility/svgcore/resources/dtd/svg-shape.mod   |      319 -
 .../svgcore/resources/dtd/svg-xlink-attrib.mod     |       80 -
 .../svgcore/resources/dtd/svg11-tiny-attribs.mod   |       56 -
 .../svgcore/resources/dtd/svg11-tiny-model.mod     |      117 -
 .../mobility/svgcore/resources/dtd/svg11-tiny.dtd  |      197 -
 .../svgcore/resources/filterAnimations.png         |      Bin 716 -> 0 bytes
 .../svgcore/resources/filterIdentified.png         |      Bin 816 -> 0 bytes
 .../modules/mobility/svgcore/resources/focus.png   |      Bin 815 -> 0 bytes
 .../modules/mobility/svgcore/resources/help.png    |      Bin 653 -> 0 bytes
 .../mobility/svgcore/resources/highlight.png       |      Bin 649 -> 0 bytes
 .../mobility/svgcore/resources/insert_svg.png      |      Bin 775 -> 0 bytes
 .../modules/mobility/svgcore/resources/layer.xml   |      589 -
 .../mobility/svgcore/resources/move_backward.png   |      Bin 616 -> 0 bytes
 .../mobility/svgcore/resources/move_forward.png    |      Bin 615 -> 0 bytes
 .../mobility/svgcore/resources/move_to_bottom.png  |      Bin 618 -> 0 bytes
 .../mobility/svgcore/resources/move_to_top.png     |      Bin 610 -> 0 bytes
 .../svgcore/resources/palette/circle_16.png        |      Bin 641 -> 0 bytes
 .../svgcore/resources/palette/circle_32.png        |      Bin 1536 -> 0 bytes
 .../svgcore/resources/palette/closed_curve_16.png  |      Bin 770 -> 0 bytes
 .../svgcore/resources/palette/closed_curve_32.png  |      Bin 1677 -> 0 bytes
 .../svgcore/resources/palette/ellipse_16.png       |      Bin 631 -> 0 bytes
 .../svgcore/resources/palette/ellipse_32.png       |      Bin 1384 -> 0 bytes
 .../svgcore/resources/palette/form/button_16.png   |      Bin 498 -> 0 bytes
 .../svgcore/resources/palette/form/button_32.png   |      Bin 700 -> 0 bytes
 .../resources/palette/form/check_box_16.png        |      Bin 358 -> 0 bytes
 .../resources/palette/form/check_box_32.png        |      Bin 650 -> 0 bytes
 .../resources/palette/form/combo_box_16.png        |      Bin 414 -> 0 bytes
 .../resources/palette/form/combo_box_32.png        |      Bin 572 -> 0 bytes
 .../svgcore/resources/palette/form/label_16.png    |      Bin 421 -> 0 bytes
 .../svgcore/resources/palette/form/label_32.png    |      Bin 828 -> 0 bytes
 .../svgcore/resources/palette/form/list_16.png     |      Bin 558 -> 0 bytes
 .../svgcore/resources/palette/form/list_32.png     |      Bin 951 -> 0 bytes
 .../resources/palette/form/radio_button_16.png     |      Bin 400 -> 0 bytes
 .../resources/palette/form/radio_button_32.png     |      Bin 946 -> 0 bytes
 .../svgcore/resources/palette/form/slider_16.png   |      Bin 501 -> 0 bytes
 .../svgcore/resources/palette/form/slider_32.png   |      Bin 759 -> 0 bytes
 .../svgcore/resources/palette/form/spinner_16.png  |      Bin 483 -> 0 bytes
 .../svgcore/resources/palette/form/spinner_32.png  |      Bin 662 -> 0 bytes
 .../resources/palette/form/text_field_16.png       |      Bin 290 -> 0 bytes
 .../resources/palette/form/text_field_32.png       |      Bin 414 -> 0 bytes
 .../mobility/svgcore/resources/palette/line_16.png |      Bin 334 -> 0 bytes
 .../mobility/svgcore/resources/palette/line_32.png |      Bin 566 -> 0 bytes
 .../svgcore/resources/palette/open_curve_16.png    |      Bin 453 -> 0 bytes
 .../svgcore/resources/palette/open_curve_32.png    |      Bin 836 -> 0 bytes
 .../svgcore/resources/palette/polygon_16.png       |      Bin 728 -> 0 bytes
 .../svgcore/resources/palette/polygon_32.png       |      Bin 1408 -> 0 bytes
 .../svgcore/resources/palette/polyline_16.png      |      Bin 384 -> 0 bytes
 .../svgcore/resources/palette/polyline_32.png      |      Bin 619 -> 0 bytes
 .../svgcore/resources/palette/rectangle_16.png     |      Bin 439 -> 0 bytes
 .../svgcore/resources/palette/rectangle_32.png     |      Bin 625 -> 0 bytes
 .../resources/palette/round_rectangle_16.png       |      Bin 576 -> 0 bytes
 .../resources/palette/round_rectangle_32.png       |      Bin 996 -> 0 bytes
 .../mobility/svgcore/resources/palette/text_16.png |      Bin 515 -> 0 bytes
 .../mobility/svgcore/resources/palette/text_32.png |      Bin 869 -> 0 bytes
 .../modules/mobility/svgcore/resources/pen.png     |      Bin 646 -> 0 bytes
 .../mobility/svgcore/resources/resize_cursor.png   |      Bin 442 -> 0 bytes
 .../mobility/svgcore/resources/rotate_cursor.png   |      Bin 427 -> 0 bytes
 .../mobility/svgcore/resources/rotate_l_mode.png   |      Bin 399 -> 0 bytes
 .../mobility/svgcore/resources/rotate_r_mode.png   |      Bin 396 -> 0 bytes
 .../modules/mobility/svgcore/resources/scale.png   |      Bin 498 -> 0 bytes
 .../mobility/svgcore/resources/showViewBox.png     |      Bin 734 -> 0 bytes
 .../mobility/svgcore/resources/skew_cursor.png     |      Bin 320 -> 0 bytes
 .../modules/mobility/svgcore/resources/svg.png     |      Bin 705 -> 0 bytes
 .../mobility/svgcore/resources/tag_gray.png        |      Bin 516 -> 0 bytes
 .../modules/mobility/svgcore/resources/up.png      |      Bin 506 -> 0 bytes
 .../modules/mobility/svgcore/resources/version.png |      Bin 690 -> 0 bytes
 .../mobility/svgcore/resources/zoom_fit.png        |      Bin 631 -> 0 bytes
 .../modules/mobility/svgcore/resources/zoom_in.png |      Bin 672 -> 0 bytes
 .../mobility/svgcore/resources/zoom_out.png        |      Bin 654 -> 0 bytes
 .../snippets/gradientlook/Bundle.properties        |       43 -
 .../gradientlook/SVGSnipetsProviderGradient.java   |       61 -
 .../gradientlook/button_snippet.xml_template       |       29 -
 .../gradientlook/checkbox_snippet.xml_template     |       25 -
 .../gradientlook/combobox_snippet.xml_template     |       56 -
 .../gradientlook/label_snippet.xml_template        |        8 -
 .../gradientlook/list_snippet.xml_template         |       24 -
 .../gradientlook/radiobutton_snippet.xml_template  |       55 -
 .../gradientlook/slider_snippet.xml_template       |       22 -
 .../gradientlook/spinner_snippet.xml_template      |       46 -
 .../gradientlook/textfield_snippet.xml_template    |       18 -
 .../mobility/svgcore/util/Bundle.properties        |       51 -
 .../svgcore/util/SVGComponentsSupport.java         |       61 -
 .../modules/mobility/svgcore/util/Util.java        |      352 -
 .../view/source/SVGSourceMultiViewElement.java     |      178 -
 .../svgcore/view/svg/AbstractSVGAction.java        |      198 -
 .../svgcore/view/svg/AbstractSVGToggleAction.java  |      111 -
 .../mobility/svgcore/view/svg/AnimationCookie.java |       52 -
 .../mobility/svgcore/view/svg/Bundle.properties    |      210 -
 .../mobility/svgcore/view/svg/ParsingTask.java     |      384 -
 .../mobility/svgcore/view/svg/SVGImagePanel.java   |      182 -
 .../mobility/svgcore/view/svg/SVGStatusBar.java    |      211 -
 .../svgcore/view/svg/SVGViewMultiViewElement.java  |      182 -
 .../svgcore/view/svg/SVGViewTopComponent.form      |       18 -
 .../svgcore/view/svg/SVGViewTopComponent.java      |     1607 -
 .../mobility/svgcore/view/svg/SelectionCookie.java |       52 -
 mvd/build.xml                                      |       48 -
 mvd/manifest.mf                                    |        5 -
 mvd/nbproject/project.properties                   |       44 -
 mvd/nbproject/project.xml                          |       62 -
 .../modules/mvd/resources/Bundle.properties        |       53 -
 mylyn.util/build.xml                               |        5 +
 mylyn.util/manifest.mf                             |        8 +
 mylyn.util/nbproject/project.properties            |        3 +
 mylyn.util/nbproject/project.xml                   |      133 +
 .../modules/mylyn/util/AbstractNbTaskWrapper.java  |      843 +
 .../netbeans/modules/mylyn/util/AccessorImpl.java  |      111 +
 .../modules/mylyn/util/BugtrackingCommand.java     |       78 +
 .../netbeans/modules/mylyn/util/Bundle.properties  |       48 +
 .../mylyn/util/CancelableProgressMonitor.java      |       88 +
 .../modules/mylyn/util/GetAttachmentCommand.java   |      121 +
 .../mylyn/util/GetMultiTaskDataCommand.java        |      112 +
 .../modules/mylyn/util/GetTaskDataCommand.java     |       99 +
 .../netbeans/modules/mylyn/util/MylynSupport.java  |      873 +
 .../netbeans/modules/mylyn/util/MylynUtils.java    |      236 +
 .../netbeans/modules/mylyn/util/NbDateRange.java   |      117 +
 .../org/netbeans/modules/mylyn/util/NbTask.java    |      301 +
 .../modules/mylyn/util/NbTaskDataModel.java        |      288 +
 .../modules/mylyn/util/NbTaskDataState.java        |       75 +
 .../modules/mylyn/util/NbTaskListener.java         |       93 +
 .../modules/mylyn/util/PerformQueryCommand.java    |      113 +
 .../modules/mylyn/util/PostAttachmentCommand.java  |      127 +
 .../mylyn/util/RepositoryConnectorProvider.java    |       58 +
 .../netbeans/modules/mylyn/util/SubmitCommand.java |      114 +
 .../modules/mylyn/util/TaskDataListener.java       |       83 +
 .../mylyn/util/UnsubmittedTasksContainer.java      |      155 +
 .../org/netbeans/modules/mylyn/util/WikiPanel.java |       69 +
 .../org/netbeans/modules/mylyn/util/WikiUtils.java |       94 +
 .../mylyn/util/commands/CommandFactory.java        |      219 +
 .../mylyn/util/commands/CommandsAccessorImpl.java  |       62 +
 .../mylyn/util/commands/GetAttachmentCommand.java  |      122 +
 .../util/commands/GetRepositoryTasksCommand.java   |      152 +
 .../mylyn/util/commands/PostAttachmentCommand.java |      128 +
 .../mylyn/util/commands/SimpleQueryCommand.java    |      150 +
 .../mylyn/util/commands/SubmitTaskCommand.java     |      186 +
 .../util/commands/SynchronizeQueryCommand.java     |      264 +
 .../util/commands/SynchronizeTasksCommand.java     |      129 +
 .../modules/mylyn/util/internal/Accessor.java      |       87 +
 .../mylyn/util/internal/CommandsAccessor.java      |       74 +
 .../util/internal/ModuleLifecycleManager.java      |       64 +
 .../modules/mylyn/util/internal/TaskListener.java  |       56 +
 .../mylyn/util/localtasks/AbstractLocalTask.java   |       71 +
 .../modules/mylyn/util/localtasks/IssueField.java  |       78 +
 .../localtasks/internal/LocalTaskDataHandler.java  |       92 +
 .../netbeans/modules/mylyn/util/resources/edit.png |      Bin 0 -> 658 bytes
 .../modules/mylyn/util/resources/layer.xml         |       16 +
 .../modules/mylyn/util/resources/preview.png       |      Bin 0 -> 788 bytes
 .../modules/mylyn/util/wiki/Bundle.properties      |       43 +
 .../modules/mylyn/util/wiki/WikiEditPanel.form     |      148 +
 .../modules/mylyn/util/wiki/WikiEditPanel.java     |      388 +
 nashorn.execution/build.xml                        |       48 +
 nashorn.execution/manifest.mf                      |        7 +
 nashorn.execution/nbproject/project.properties     |       46 +
 nashorn.execution/nbproject/project.xml            |      199 +
 .../modules/nashorn/execution/Bundle.properties    |       48 +
 .../modules/nashorn/execution/JSExecutor.java      |      113 +
 .../modules/nashorn/execution/NashornPlatform.java |      209 +
 .../nashorn/execution/actions/DebugJSAction.java   |      101 +
 .../nashorn/execution/actions/ExecJSAction.java    |      213 +
 .../nashorn/execution/actions/RunJSAction.java     |      100 +
 .../nashorn/execution/options/Bundle.properties    |       52 +
 .../JavaScriptNashornOptionsPanelController.java   |      121 +
 .../execution/options/JavaScriptNashornPanel.form  |      160 +
 .../execution/options/JavaScriptNashornPanel.java  |      336 +
 .../options/NashornPlatformComboBoxModel.java      |      115 +
 .../nashorn/execution/options/Settings.java        |       65 +
 .../org/netbeans/nbbuild/Arch-api-questions.xml    |       10 +-
 nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd       |        2 +-
 nbbuild/antsrc/org/netbeans/nbbuild/Arch.java      |       10 +-
 nbbuild/antsrc/org/netbeans/nbbuild/Arch.xsl       |       18 +-
 .../antsrc/org/netbeans/nbbuild/AutoUpdate.java    |       74 +-
 .../netbeans/nbbuild/AutoUpdateCatalogParser.java  |       14 +-
 nbbuild/antsrc/org/netbeans/nbbuild/Branding.java  |       90 +-
 .../org/netbeans/nbbuild/CheckHelpSetsBin.java     |       12 +-
 .../org/netbeans/nbbuild/CheckModuleConfigs.java   |       70 +-
 .../org/netbeans/nbbuild/CreateModuleXML.java      |       22 +
 .../antsrc/org/netbeans/nbbuild/CustomJavac.java   |       23 +-
 .../org/netbeans/nbbuild/ExportedAPICondition.java |        5 +-
 .../org/netbeans/nbbuild/FixDependencies.java      |        8 +-
 .../org/netbeans/nbbuild/FixTestDependencies.java  |        1 -
 .../netbeans/nbbuild/InsertModuleAllTargets.java   |       33 +-
 .../nbbuild/JNLPUpdateManifestBranding.java        |      351 +
 .../nbbuild/JNLPUpdateManifestStartup.java         |      354 +
 nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java  |      100 +-
 .../antsrc/org/netbeans/nbbuild/LayerIndex.java    |       23 +-
 .../org/netbeans/nbbuild/LayerOptionsImport.java   |        9 +-
 nbbuild/antsrc/org/netbeans/nbbuild/LocFiles.java  |      385 +
 nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java  |      310 +-
 .../antsrc/org/netbeans/nbbuild/MakeListOfNBM.java |       28 +-
 nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java   |       50 +-
 nbbuild/antsrc/org/netbeans/nbbuild/MakeOSGi.java  |       58 +-
 .../org/netbeans/nbbuild/MakeUpdateDesc.java       |      273 +-
 .../org/netbeans/nbbuild/ModuleDependencies.java   |      183 +-
 .../org/netbeans/nbbuild/ModuleListParser.java     |       90 +-
 .../org/netbeans/nbbuild/ModuleSelector.java       |        5 +-
 .../netbeans/nbbuild/ModuleTestDependencies.java   |        5 +-
 nbbuild/antsrc/org/netbeans/nbbuild/NbMerge.java   |        2 +-
 .../antsrc/org/netbeans/nbbuild/ParseManifest.java |       15 +-
 .../org/netbeans/nbbuild/ParseProjectXml.java      |       31 +-
 .../antsrc/org/netbeans/nbbuild/PathFileSet.java   |        9 +-
 .../nbbuild/RefreshDependencyVersions.java         |        2 +-
 .../antsrc/org/netbeans/nbbuild/ShorterPaths.java  |        5 +-
 nbbuild/antsrc/org/netbeans/nbbuild/Sigtest.java   |        3 +-
 .../org/netbeans/nbbuild/UpdateTracking.java       |       21 +-
 .../org/netbeans/nbbuild/VerifyClassLinkage.java   |       25 +-
 .../org/netbeans/nbbuild/VerifyUpdateCenter.java   |       14 +-
 nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java   |       33 +-
 .../nbbuild/extlibs/CreateLicenseSummary.java      |       72 +-
 .../netbeans/nbbuild/extlibs/ReleaseFilesCopy.java |        4 +-
 .../nbbuild/extlibs/ReleaseFilesExtra.java         |        4 +-
 .../nbbuild/extlibs/ReleaseFilesLicense.java       |        4 +-
 .../nbbuild/extlibs/ignored-binary-overlaps        |       12 +
 nbbuild/build.properties                           |       49 +-
 nbbuild/build.xml                                  |      482 +-
 nbbuild/cluster.properties                         |      733 +-
 nbbuild/default-properties.xml                     |       22 +-
 nbbuild/default.xml                                |       82 +-
 nbbuild/external/binaries-list                     |        2 +-
 nbbuild/external/findbugs/build.xml                |       25 +-
 nbbuild/hudson/core-main                           |       32 +-
 nbbuild/hudson/initAppserver.sh                    |       40 +
 nbbuild/hudson/nbms-and-javadoc                    |       25 +-
 nbbuild/hudson/round-robin-build                   |       37 +
 nbbuild/hudson/round-robin-push                    |       31 +-
 nbbuild/hudson/sigtests                            |       69 +-
 nbbuild/hudson/test-platform                       |        4 +-
 nbbuild/hudson/trunk                               |        2 +-
 nbbuild/javadoctools/apichanges.xsl                |        2 +-
 nbbuild/javadoctools/build.xml                     |        9 +-
 nbbuild/javadoctools/disallowed-links.xml          |        2 +
 nbbuild/javadoctools/export2apichanges-atom.xsl    |        2 +-
 nbbuild/javadoctools/export2apichanges.xsl         |       22 +-
 nbbuild/javadoctools/export2branding.xsl           |      200 +
 nbbuild/javadoctools/export2color.xsl              |       10 +-
 nbbuild/javadoctools/export2html.xsl               |       36 +-
 nbbuild/javadoctools/exportOverview.xsl            |        6 +-
 nbbuild/javadoctools/javadoc-generic.css           |      969 +-
 nbbuild/javadoctools/links.xml                     |       22 +-
 nbbuild/javadoctools/package-list                  |        6 +
 nbbuild/javadoctools/properties.xml                |       22 +-
 nbbuild/javadoctools/replaces.xml                  |       22 +-
 nbbuild/javadoctools/template.xml                  |       10 +-
 nbbuild/jdk.xml                                    |        6 +-
 nbbuild/l10n.patterns                              |        4 +-
 nbbuild/licenses/BSD                               |        2 +-
 nbbuild/misc/hints-settings.xml                    |      311 +
 nbbuild/misc/i18ncheck.pl                          |       12 +
 nbbuild/nbproject/project.xml                      |       43 +-
 nbbuild/newbuild/JavaFXNBPlugin_checkout.sh        |       41 +
 nbbuild/newbuild/build-all-components.sh           |      204 +-
 nbbuild/newbuild/build-mac-nbi.sh                  |       62 +
 nbbuild/newbuild/build-nbi.sh                      |      175 +-
 nbbuild/newbuild/build-source-zips.sh              |       40 +
 nbbuild/newbuild/build-unpacked-nbms.sh            |       40 +
 nbbuild/newbuild/clean-all.sh                      |       40 +
 .../newbuild/generate_updatetracking_from_nbm.sh   |       47 +
 nbbuild/newbuild/init.sh                           |       99 +-
 nbbuild/newbuild/pack-all-components.sh            |       85 +-
 nbbuild/newbuild/pack-base.sh                      |       40 +
 nbbuild/newbuild/push-remote-java-help.sh          |       58 +
 nbbuild/newbuild/trunk-cb.sh                       |       41 +
 nbbuild/newbuild/trunk-nightly.sh                  |      130 +-
 nbbuild/newbuild/upload-bits.sh                    |       43 +-
 nbbuild/production/instrumented-installer.sh       |       41 +
 nbbuild/templates/common.xml                       |      507 +-
 nbbuild/templates/projectized.xml                  |      240 +-
 .../org/netbeans/nbbuild/ArchQuestionsTest.java    |       18 +-
 .../src/org/netbeans/nbbuild/AutoUpdateTest.java   |       46 +-
 .../src/org/netbeans/nbbuild/BrandingTest.java     |       10 +-
 .../src/org/netbeans/nbbuild/CheckLicenseAnt.xml   |        8 +-
 .../netbeans/nbbuild/CheckLicenseHtmlExample.xml   |       36 +-
 .../CheckLicensePropertiesExample.properties       |       56 +-
 .../src/org/netbeans/nbbuild/CheckLicenseTest.java |       54 +-
 .../netbeans/nbbuild/CheckLicenseXmlExample.xml    |       34 +-
 .../src/org/netbeans/nbbuild/CheckLinksTest.java   |       18 +-
 .../org/netbeans/nbbuild/CreateModuleXMLTest.java  |      136 +-
 .../org/netbeans/nbbuild/FixDependenciesTest.java  |       26 +-
 .../org/netbeans/nbbuild/GarbageUnderPackages.xml  |        2 +-
 .../nbbuild/InsertModuleAllTargetsTest.java        |      156 +
 .../nbbuild/JarWithModuleAttributesTest.java       |       10 +-
 .../src/org/netbeans/nbbuild/LocFilesTest.java     |      204 +
 .../src/org/netbeans/nbbuild/MakeJNLPTest.java     |       51 +-
 .../org/netbeans/nbbuild/MakeMasterJNLPTest.java   |        4 +-
 .../unit/src/org/netbeans/nbbuild/MakeNBMTest.java |        2 +-
 .../src/org/netbeans/nbbuild/MakeOSGiTest.java     |       29 +
 .../org/netbeans/nbbuild/MakeUpdateDescTest.java   |       58 +-
 .../netbeans/nbbuild/ModuleDependenciesTest.java   |       46 +-
 .../org/netbeans/nbbuild/ModuleListParserTest.java |       41 +-
 .../org/netbeans/nbbuild/ParseProjectXmlTest.java  |       10 +-
 .../src/org/netbeans/nbbuild/PrintIconTest.java    |        8 +-
 .../src/org/netbeans/nbbuild/RecursiveDeps.xml     |        2 +-
 .../org/netbeans/nbbuild/RecursiveDepsTest.java    |        6 +-
 .../src/org/netbeans/nbbuild/ShorterPathsTest.xml  |       36 +-
 .../unit/src/org/netbeans/nbbuild/TestBase.java    |        2 -
 .../unit/src/org/netbeans/nbbuild/TestDeps.xml     |        2 +-
 .../src/org/netbeans/nbbuild/TestDepsTest.java     |        6 +-
 .../unit/src/org/netbeans/nbbuild/autoupdate.xml   |       10 +-
 .../org-netbeans-api-annotations-common.xml        |        2 +-
 .../nbbuild/testdist/TestDistFilterTest.java       |       41 +-
 nbbuild/testdist/release/README.txt                |       67 +-
 nbbuild/testdist/release/build.xml                 |       17 +
 nbbuild/testdist/release/one-module.xml            |      197 +-
 .../native/launcher/unix/i18n/launcher.properties  |        4 +-
 nbi/engine/native/launcher/unix/src/launcher.sh    |       80 +-
 .../engine/native/launcher/windows}/.dep.inc       |        0
 .../launcher/windows/i18n/launcher.properties      |        2 +-
 .../launcher/windows/nbproject/Makefile-Debug.mk   |       98 +-
 .../launcher/windows/nbproject/Makefile-Release.mk |       97 +-
 .../launcher/windows/nbproject/Makefile-impl.mk    |       46 +-
 .../windows/nbproject/Makefile-variables.mk        |       35 +
 .../launcher/windows/nbproject/Package-Debug.bash  |       75 +
 .../windows/nbproject/Package-Release.bash         |       75 +
 .../launcher/windows/nbproject/configurations.xml  |      231 +-
 .../native/launcher/windows/nbproject/project.xml  |       19 +-
 nbi/engine/native/launcher/windows/src/Launcher.c  |       52 +-
 nbi/engine/native/launcher/windows/src/Main.c      |        8 +-
 nbi/engine/native/launcher/windows/src/Types.h     |        4 +-
 nbi/engine/nbproject/build-impl.xml                |      647 +-
 nbi/engine/nbproject/genfiles.properties           |        6 +-
 nbi/engine/nbproject/project.properties            |       30 +-
 nbi/engine/nbproject/project.xml                   |        3 +-
 .../netbeans/installer/product/Bundle.properties   |        2 +
 .../org/netbeans/installer/product/Registry.java   |       14 +-
 .../org/netbeans/installer/utils/Bundle.properties |        4 +
 .../org/netbeans/installer/utils/EngineUtils.java  |       20 +-
 .../org/netbeans/installer/utils/ErrorManager.java |        9 +-
 .../org/netbeans/installer/utils/FileUtils.java    |       61 +-
 .../org/netbeans/installer/utils/SystemUtils.java  |       73 +-
 .../src/org/netbeans/installer/utils/UiUtils.java  |       62 +-
 .../netbeans/installer/utils/UninstallUtils.java   |      257 +
 .../installer/utils/applications/JavaUtils.java    |       63 +-
 .../netbeans/installer/utils/helper/Status.java    |        5 +-
 .../netbeans/installer/utils/helper/Version.java   |       52 +-
 .../installer/utils/progress/Progress.java         |       20 +-
 .../installer/utils/system/LinuxNativeUtils.java   |        4 +-
 .../installer/utils/system/MacOsNativeUtils.java   |       15 +-
 .../installer/utils/system/NativeUtils.java        |       16 +-
 .../installer/utils/system/UnixNativeUtils.java    |       65 +-
 .../installer/utils/system/WindowsNativeUtils.java |       35 +-
 .../SystemPropertyOnExitCleanerHandler.java        |       43 +-
 .../system/launchers/impl/CommandLauncher.java     |        9 +-
 .../utils/system/launchers/impl/ExeLauncher.java   |       11 +-
 .../utils/system/resolver/NameResolver.java        |       43 +-
 .../src/org/netbeans/installer/wizard/Wizard.java  |        4 +-
 .../wizard/components/actions/Bundle.properties    |        5 +-
 .../actions/InitializeRegistryAction.java          |        3 +-
 .../components/actions/SearchForJavaAction.java    |       77 +-
 .../wizard/components/actions/UninstallAction.java |       35 +-
 .../wizard/components/panels/Bundle.properties     |        4 +-
 .../wizard/components/panels/DestinationPanel.java |       38 +-
 .../components/panels/ErrorMessagePanel.java       |       10 +-
 .../wizard/components/panels/JdkLocationPanel.java |       78 +-
 .../components/panels/PreInstallSummaryPanel.java  |       22 +-
 .../wizard/containers/SwingFrameContainer.java     |        2 +-
 .../tests/org/server/WithServerTestCase.java       |        2 +-
 nbi/infra/build/.ant-lib/nbproject/build-impl.xml  |      984 +-
 .../build/.ant-lib/nbproject/genfiles.properties   |        6 +-
 .../build/.ant-lib/nbproject/project.properties    |       28 +-
 nbi/infra/build/.ant-lib/nbproject/project.xml     |        4 +-
 .../installer/infra/build/ant/utils/Utils.java     |      111 +-
 nbi/infra/build/.common/common.xml                 |        4 +-
 nbi/infra/build/.common/product.xml                |        2 +-
 nbi/infra/build/jvm/build.sh                       |        2 +
 nbi/infra/build/jvm/build.xml                      |        5 +-
 nbi/infra/build/jvm/conf/common.properties         |       10 +-
 nbi/infra/build/jvm/conf/windows.properties        |        4 +-
 .../registries-management/nbproject/build-impl.xml |      661 +-
 .../nbproject/genfiles.properties                  |        6 +-
 .../nbproject/project.properties                   |       25 +-
 .../registries-management/nbproject/project.xml    |        4 +-
 nbi/infra/sandbox/build.xml                        |      108 -
 nbi/infra/sandbox/nbproject/build-impl.xml         |      596 -
 nbi/infra/sandbox/nbproject/genfiles.properties    |        8 -
 nbi/infra/sandbox/nbproject/project.properties     |       96 -
 nbi/infra/sandbox/nbproject/project.xml            |       64 -
 .../installer/sandbox/download/Bundle.properties   |       41 -
 .../installer/sandbox/download/Download.java       |      754 -
 .../sandbox/download/DownloadManager.java          |      633 -
 .../sandbox/download/DownloadOptions.java          |      150 -
 .../installer/sandbox/download/DownloadThread.java |      366 -
 .../sandbox/download/connection/Connection.java    |      109 -
 .../download/connection/FileConnection.java        |       90 -
 .../download/connection/HTTPConnection.java        |      441 -
 .../download/connection/ResourceConnection.java    |      111 -
 .../sandbox/download/proxy/Bundle.properties       |       46 -
 .../installer/sandbox/download/proxy/Proxy.java    |      363 -
 .../installer/sandbox/reformatter/Reformatter.java |      138 -
 .../org/netbeans/installer/sandbox/tree/Node.java  |       65 -
 .../installer/sandbox/tree/NodeFactory.java        |       64 -
 .../netbeans/installer/sandbox/tree/NodeType.java  |       44 -
 .../sandbox/tree/nodes/CompositeNode.java          |      135 -
 .../installer/sandbox/tree/nodes/LeafNode.java     |       82 -
 .../installer/sandbox/tree/nodes/NodeBase.java     |      116 -
 .../installer/sandbox/tree/nodes/RootNode.java     |       62 -
 .../installer/sandbox/tree/nodes/WritableNode.java |       57 -
 .../installer/sandbox/utils/ZipPackUtils.java      |      495 -
 .../sandbox/utils/installation/Installation.java   |       63 -
 .../utils/installation/InstallationFileObject.java |      227 -
 .../utils/installation/InstallationFiles.java      |       61 -
 .../installation/conditions/AndCondition.java      |       68 -
 .../installation/conditions/CRC32Condition.java    |       67 -
 .../conditions/DefaultFileCondition.java           |       58 -
 .../conditions/EmptyDirectoryCondition.java        |       59 -
 .../installation/conditions/FalseCondition.java    |       55 -
 .../installation/conditions/FileCondition.java     |       50 -
 .../installation/conditions/LogicalCondition.java  |       56 -
 .../installation/conditions/MD5Condition.java      |       70 -
 .../installation/conditions/NotCondition.java      |       68 -
 .../utils/installation/conditions/OrCondition.java |       66 -
 .../installation/conditions/SHA1Condition.java     |       71 -
 .../installation/conditions/SizeCondition.java     |       56 -
 .../installation/conditions/TimeCondition.java     |       57 -
 .../installation/conditions/TrueCondition.java     |       56 -
 .../utils/installation/impl/ConditionsPool.java    |      131 -
 .../installation/impl/InstallationFilesImpl.java   |      140 -
 .../utils/installation/impl/InstallationImpl.java  |      245 -
 .../basic-style-checker/nbproject/build-impl.xml   |      608 +-
 .../nbproject/genfiles.properties                  |        6 +-
 .../nbproject/project.properties                   |        6 +-
 .../comment-correcter/nbproject/build-impl.xml     |      916 +-
 .../nbproject/genfiles.properties                  |        6 +-
 .../comment-correcter/nbproject/project.properties |       14 +-
 .../utils/file-renamer/nbproject/build-impl.xml    |      911 +-
 .../file-renamer/nbproject/genfiles.properties     |        6 +-
 .../file-renamer/nbproject/project.properties      |        3 +
 .../newline-correcter/nbproject/build-impl.xml     |      608 +-
 .../nbproject/genfiles.properties                  |        6 +-
 .../newline-correcter/nbproject/project.properties |        1 +
 .../utils/platform-tester/nbproject/build-impl.xml |      608 +-
 .../platform-tester/nbproject/genfiles.properties  |        6 +-
 .../platform-tester/nbproject/project.properties   |        1 +
 .../utils/port-occupation/nbproject/build-impl.xml |      606 +-
 .../port-occupation/nbproject/genfiles.properties  |        6 +-
 .../port-occupation/nbproject/project.properties   |        1 +
 nbjunit/apichanges.xml                             |       67 +-
 nbjunit/arch.xml                                   |       53 +-
 nbjunit/manifest.mf                                |        2 +-
 nbjunit/nbproject/org-netbeans-modules-nbjunit.sig |       21 +-
 nbjunit/nbproject/project.properties               |        5 +
 nbjunit/nbproject/project.xml                      |        2 +-
 nbjunit/src/META-INF/upgrade/NbModuleSuite.hint    |        9 +
 nbjunit/src/org/netbeans/junit/Log.java            |       12 +-
 nbjunit/src/org/netbeans/junit/Manager.java        |       16 +-
 nbjunit/src/org/netbeans/junit/MethodOrder.java    |      163 +
 nbjunit/src/org/netbeans/junit/NbModuleSuite.java  |      505 +-
 nbjunit/src/org/netbeans/junit/NbTestCase.java     |      102 +-
 .../junit/internal/NbModuleLogHandler.java         |       33 +-
 .../junit/internal/RandomlyFailsProcessor.java     |        2 +-
 .../unit/src/META-INF/upgrade/NbModuleSuite.test   |       38 +
 .../unit/src/org/netbeans/junit/DummyService.java  |       44 +
 .../src/org/netbeans/junit/DummyServiceImpl.java   |       44 +
 .../src/org/netbeans/junit/FlowControlTest.java    |        6 +-
 .../test/unit/src/org/netbeans/junit/LogTest.java  |       88 +
 .../src/org/netbeans/junit/NbModuleSuite2Test.java |       12 +-
 .../netbeans/junit/NbModuleSuiteAddModuleTest.java |        2 +-
 .../junit/NbModuleSuiteClusterPathFinalTest.java   |        7 +-
 .../junit/NbModuleSuiteContextClassLoaderTest.java |       73 +
 .../netbeans/junit/NbModuleSuiteDebuggerTest.java  |       70 +
 .../netbeans/junit/NbModuleSuiteExceptionTest.java |       10 +-
 .../netbeans/junit/NbModuleSuiteHideExtraTest.java |       83 +
 .../org/netbeans/junit/NbModuleSuiteOrderTest.java |       20 +-
 .../org/netbeans/junit/NbModuleSuiteStampTest.java |        8 +-
 .../src/org/netbeans/junit/NbModuleSuiteTest.java  |       95 +-
 .../NbModuleSuiteTurnClassPathModulesTest.java     |        6 +-
 .../src/org/netbeans/junit/NbTestCaseTest.java     |       17 +
 .../unit/src/org/netbeans/junit/OrderAZTest.java   |       70 +
 .../test/unit/src/org/netbeans/junit/OrderHid.java |       59 +
 .../unit/src/org/netbeans/junit/OrderTest.java     |       70 +
 .../unit/src/org/netbeans/junit/OrderZATest.java   |       70 +
 .../src/org/netbeans/junit/RandomlyFailsTest.java  |        3 +-
 .../unit/src/org/netbeans/junit/StdOutLogTest.java |       90 +
 .../src/org/netbeans/junit/StdOutNoLogTest.java    |       90 +
 .../unit/src/org/netbeans/junit/StdOutTest.java    |      102 -
 .../src/org/netbeans/junit/TestBundle.properties   |       59 +-
 .../netbeans/junit/TimeOutHasToPrintLogTest.java   |       44 +
 .../unit/src/org/netbeans/junit/TimeOutTest.java   |        9 +-
 .../junit/internal/NbModuleLogHandlerTest.java     |        2 +-
 .../pkg/not/in/junit/BrandingAssignedTest.java     |       72 +
 .../test/pkg/not/in/junit/NbModuleSeekWinSys.java  |       70 +
 .../pkg/not/in/junit/NbModuleSuiteClusters.java    |       44 +
 .../pkg/not/in/junit/NbModuleSuiteDebugger.java    |       65 +
 .../pkg/not/in/junit/NbModuleSuiteException.java   |       44 +
 .../test/pkg/not/in/junit/NbModuleSuiteIns.java    |       44 +
 .../not/in/junit/NbModuleSuiteMockServiceTest.java |       46 +-
 .../src/test/pkg/not/in/junit/NbModuleSuiteT.java  |       51 +
 .../pkg/not/in/junit/NbModuleSuiteTUserDir.java    |       44 +
 .../pkg/not/in/junit/NbModuleSuiteTimestamps.java  |       44 +
 netbinox/build.xml                                 |       48 +
 netbinox/external/binaries-list                    |        2 +
 ...g.eclipse.osgi_3.9.1.v20140110-1610-license.txt |       85 +
 netbinox/manifest.mf                               |       77 +
 netbinox/nbproject/project.properties              |       55 +
 netbinox/nbproject/project.xml                     |      102 +
 .../netbeans/modules/netbinox/Bundle.properties    |       40 +
 .../netbeans/modules/netbinox/EmptyBundleFile.java |       88 +
 .../netbeans/modules/netbinox/JarBundleFile.java   |      377 +
 .../org/netbeans/modules/netbinox/ModuleEntry.java |       92 +
 .../org/netbeans/modules/netbinox/Netbinox.java    |      243 +
 .../netbeans/modules/netbinox/NetbinoxFactory.java |      185 +
 .../netbeans/modules/netbinox/NetbinoxHooks.java   |      310 +
 .../netbeans/modules/netbinox/NetbinoxLoader.java  |      153 +
 .../modules/netbinox/NetigsoBaseLoader.java        |      201 +
 .../modules/netbinox/NetigsoBundleFile.java        |      170 +
 .../org/netbeans/modules/netbinox/RootEntry.java   |       99 +
 netbinox/test/unit/data/jars/activate.mf           |        7 +
 .../unit/data/jars/activate/org/activate/Main.java |      128 +
 .../unit/data/jars/activate/org/activate/entry.txt |        1 +
 .../unit/data/jars/activate/org/activate/layer.xml |       47 +
 netbinox/test/unit/data/jars/agent.mf              |        3 +
 .../unit/data/jars/agent/org/agent/HelloWorld.java |       56 +
 .../data/jars/agent/org/agent/HelloWorldAgent.java |       32 +
 .../unit/data/jars/depends-on-simple-module-2.mf   |        5 +
 .../unit/data/jars/depends-on-simple-module.mf     |        5 +
 .../org/bar/SomethingElse.java                     |       48 +
 .../org/bar/impl/layer.xml                         |       49 +
 .../depends-on-simple-module/org/bar/layer.xml     |       49 +
 netbinox/test/unit/data/jars/external.mf           |        8 +
 netbinox/test/unit/data/jars/externaldir.mf        |        8 +
 netbinox/test/unit/data/jars/hook.mf               |        5 +
 .../test/unit/data/jars/hook/org/hook/Main.java    |       56 +
 .../unit/data/jars/loading2/org/load2/Load.java    |       51 +
 .../unit/data/jars/loading3/org/load3/Load.java    |       63 +
 netbinox/test/unit/data/jars/simple-module.mf      |        5 +
 .../data/jars/simple-module/org/foo/Something.java |       61 +
 .../unit/data/jars/simple-module/org/foo/hello.txt |        1 +
 netbinox/test/unit/data/jars/uses-swing.mf         |        6 +
 .../data/jars/uses-swing/org/barwing/Main.java     |       49 +
 .../test/unit/src/org/netbeans/MockEvents.java     |       48 +
 .../unit/src/org/netbeans/MockModuleInstaller.java |      103 +
 netbinox/test/unit/src/org/netbeans/SetupHid.java  |      457 +
 .../org/netbeans/modules/netbinox/AgentTest.java   |       91 +
 .../modules/netbinox/BundleGetEntryTest.java       |      133 +
 .../modules/netbinox/BundleResourceTest.java       |      130 +
 .../modules/netbinox/BundleURLConnectionTest.java  |      173 +
 .../netbinox/CachingAndExternalPathsTest.java      |      307 +
 .../netbinox/CachingAndExternalURLTest.java        |       57 +
 .../netbinox/CachingPreventsFileTouchesTest.java   |      312 +
 .../modules/netbinox/ContextClassLoaderTest.java   |      153 +
 .../modules/netbinox/CountingSecurityManager.java  |      619 +
 .../modules/netbinox/EnabledAutoloadTest.java      |      115 +
 .../modules/netbinox/ExternalDirectoryTest.java    |      174 +
 .../netbeans/modules/netbinox/ExternalJARTest.java |      132 +
 .../modules/netbinox/HookConfiguratorTest.java     |      142 +
 .../netbeans/modules/netbinox/HookRaceTest.java    |      140 +
 .../netbeans/modules/netbinox/IntegrationTest.java |      123 +
 .../netbeans/modules/netbinox/LoadedBytesTest.java |      141 +
 .../modules/netbinox/LogReaderServiceTest.java     |       93 +
 .../netbinox/NetbinoxBuddyClassLoaderTest.java     |      147 +
 .../modules/netbinox/NetbinoxFactoryTest.java      |       71 +
 .../modules/netbinox/NetbinoxLibraryTest.java      |      121 +
 .../modules/netbinox/NetbinoxReloadTest.java       |       54 +
 .../netbinox/NetbinoxUseSystemPropertiesTest.java  |      109 +
 .../modules/netbinox/NetigsoActivationTest.java    |      172 +
 .../netbinox/NetigsoActivationWithAllDirsTest.java |       57 +
 .../modules/netbinox/NetigsoDashnamesTest.java     |      103 +
 .../modules/netbinox/NetigsoHasSAXParserTest.java  |       91 +
 .../org/netbeans/modules/netbinox/NetigsoHid.java  |      186 +
 .../modules/netbinox/NetigsoLayerTest.java         |      193 +
 .../modules/netbinox/NetigsoLoggingTest.java       |      115 +
 .../netbinox/NetigsoOSGiActivationVisibleTest.java |      147 +
 .../modules/netbinox/NetigsoOSGiCanDependTest.java |       96 +
 .../netbinox/NetigsoOSGiCanRequestTest.java        |       96 +
 .../netbinox/NetigsoOSGiIsNotFriendTest.java       |       92 +
 .../org/netbeans/modules/netbinox/NetigsoTest.java |      204 +
 .../modules/netbinox/NetigsoUsesSwingTest.java     |      113 +
 .../netbinox/SingleThreadLoadsDeadlockTest.java    |      193 +
 .../netbinox/SingleThreadLoadsDisabledOKTest.java  |       66 +
 netserver/build.xml                                |        5 +
 netserver/manifest.mf                              |        5 +
 .../nbproject/project.properties                   |        0
 netserver/nbproject/project.xml                    |       36 +
 .../netbeans/modules/netserver/Bundle.properties   |        5 +
 .../netbeans/modules/netserver/ReadHandler.java    |       56 +
 .../netbeans/modules/netserver/SocketClient.java   |      129 +
 .../modules/netserver/SocketFramework.java         |      213 +
 .../netbeans/modules/netserver/SocketServer.java   |      140 +
 .../modules/netserver/api/ProtocolDraft.java       |      130 +
 .../modules/netserver/api/WebSocketClient.java     |       84 +
 .../netserver/api/WebSocketReadHandler.java        |       81 +
 .../modules/netserver/api/WebSocketServer.java     |       81 +
 .../netserver/websocket/AbstractWSHandler.java     |       79 +
 .../netserver/websocket/AbstractWSHandler7.java    |      524 +
 .../netserver/websocket/AbstractWSHandler75.java   |      162 +
 .../modules/netserver/websocket/Utils.java         |      253 +
 .../websocket/WebSocketChanelHandler.java          |       60 +
 .../netserver/websocket/WebSocketClientImpl.java   |      181 +
 .../netserver/websocket/WebSocketHandler7.java     |      145 +
 .../netserver/websocket/WebSocketHandler75.java    |      130 +
 .../netserver/websocket/WebSocketHandler76.java    |      150 +
 .../websocket/WebSocketHandlerClient7.java         |      207 +
 .../websocket/WebSocketHandlerClient75.java        |      132 +
 .../websocket/WebSocketHandlerClient76.java        |      211 +
 .../netserver/websocket/WebSocketServerImpl.java   |      310 +
 notifications/build.xml                            |        5 +
 notifications/manifest.mf                          |        6 +
 .../nbproject/project.properties                   |        0
 notifications/nbproject/project.xml                |      108 +
 .../modules/notifications/BalloonManager.java      |      582 +
 .../modules/notifications/Bundle.properties        |       22 +
 .../modules/notifications/FlashingIcon.java        |      295 +
 .../notifications/NotificationDisplayerImpl.java   |      127 +
 .../modules/notifications/NotificationImpl.java    |      284 +
 .../notifications/NotificationSettings.java        |       69 +
 .../modules/notifications/StatusLineElement.java   |       71 +
 .../org/netbeans/modules/notifications/Utils.java  |      226 +
 .../modules/notifications/center/Bundle.properties |       55 +
 .../notifications/center/FiltersMenuButton.java    |      216 +
 .../notifications/center/MenuToggleButton.java     |      167 +
 .../center/NotificationCenterManager.java          |      347 +
 .../center/NotificationCenterTopComponent.form     |       45 +
 .../center/NotificationCenterTopComponent.java     |      410 +
 .../notifications/center/NotificationTable.java    |      240 +
 .../center/NotificationTableModel.java             |      116 +
 .../modules/notifications/center/SearchField.java  |      185 +
 .../checklist/AbstractCheckListModel.java          |       52 +
 .../modules/notifications/checklist/CheckList.java |      152 +
 .../notifications/checklist/CheckListModel.java    |       74 +
 .../checklist/DefaultCheckListCellRenderer.java    |      104 +
 .../checklist/DefaultCheckListModel.java           |      103 +
 .../modules/notifications/filter/Bundle.properties |       66 +
 .../notifications/filter/CategoryFilter.java       |      121 +
 .../notifications/filter/CateogoriesPanel.form     |       44 +
 .../notifications/filter/CateogoriesPanel.java     |      165 +
 .../modules/notifications/filter/FilterEditor.form |      152 +
 .../modules/notifications/filter/FilterEditor.java |      466 +
 .../notifications/filter/FilterRepository.java     |      218 +
 .../notifications/filter/NotificationFilter.java   |      135 +
 .../modules/notifications/filter/TitleFilter.java  |       59 +
 .../modules/notifications/filter/Util.java         |       71 +
 .../modules/notifications/resources/filter.png     |      Bin 0 -> 754 bytes
 .../notifications/resources/filter_rollover.png    |      Bin 0 -> 754 bytes
 .../modules/notifications/resources/find.png       |      Bin 0 -> 573 bytes
 .../modules/notifications/resources/find16.png     |      Bin 0 -> 557 bytes
 .../notifications/resources/notifications.png      |      Bin 0 -> 732 bytes
 .../notifications/resources/notificationsError.png |      Bin 0 -> 625 bytes
 .../notifications/resources/notificationsTC.png    |      Bin 0 -> 756 bytes
 .../center/NotificationCenterManagerTest.java      |      174 +
 o.apache.commons.codec/build.xml                   |       14 +
 .../external/binaries-list                         |        0
 .../org.apache.commons.codec-1.3.0-license.txt     |      208 +
 o.apache.commons.codec/manifest.mf                 |        2 +
 .../nbproject/project.properties                   |        2 +
 o.apache.commons.codec/nbproject/project.xml       |       15 +
 o.apache.commons.httpclient/build.xml              |       16 +
 o.apache.commons.httpclient/external/binaries-list |        1 +
 .../external/commons-httpclient-3.1-license.txt    |      208 +
 o.apache.commons.httpclient/manifest.mf            |        2 +
 .../nbproject/project.properties                   |        2 +
 o.apache.commons.httpclient/nbproject/project.xml  |       31 +
 o.apache.commons.io/build.xml                      |        5 +
 o.apache.commons.io/external/binaries-list         |        1 +
 .../external/commons-io-1.4-license.txt            |      211 +
 o.apache.commons.io/manifest.mf                    |        1 +
 o.apache.commons.io/nbproject/project.properties   |        3 +
 o.apache.commons.io/nbproject/project.xml          |       31 +
 o.apache.commons.lang/build.xml                    |       14 +
 o.apache.commons.lang/external/binaries-list       |        1 +
 .../external/commons-lang-2.4-license.txt          |      208 +
 o.apache.commons.lang/manifest.mf                  |        1 +
 o.apache.commons.lang/nbproject/project.properties |        2 +
 o.apache.commons.lang/nbproject/project.xml        |       15 +
 o.apache.commons.logging/build.xml                 |       14 +
 o.apache.commons.logging/external/binaries-list    |        1 +
 .../external/commons-logging-1.1.1-license.txt     |      208 +
 o.apache.commons.logging/manifest.mf               |        1 +
 .../nbproject/project.properties                   |        2 +
 o.apache.commons.logging/nbproject/project.xml     |       15 +
 o.apache.tools.ant.module/apichanges.xml           |       66 +
 o.apache.tools.ant.module/arch.xml                 |       14 +-
 o.apache.tools.ant.module/build.xml                |       10 +-
 .../external/ant-1.8.2-license.txt                 |      209 -
 .../external/ant-1.9.4-license.txt                 |      209 +
 o.apache.tools.ant.module/external/binaries-list   |        5 +-
 o.apache.tools.ant.module/external/build.xml       |        2 +-
 o.apache.tools.ant.module/manifest.mf              |        2 +-
 .../nbproject/org-apache-tools-ant-module.sig      |       40 +-
 .../nbproject/project.properties                   |       16 +-
 o.apache.tools.ant.module/nbproject/project.xml    |       83 +-
 o.apache.tools.ant.module/release/VERSION.txt      |        2 +
 .../tools/ant/module/bridge/impl/BridgeImpl.java   |       28 +-
 .../ant/module/bridge/impl/ForkedJavaOverride.java |       78 +-
 .../ant/module/bridge/impl/InputOverride.java      |      118 +
 .../ant/module/bridge/impl/NbBuildLogger.java      |       48 +-
 .../ant/module/bridge/impl/NbInputHandler.java     |        8 +-
 .../org/apache/tools/ant/module/AntCustomizer.form |       63 +-
 .../org/apache/tools/ant/module/AntCustomizer.java |       73 +-
 .../tools/ant/module/AntPanelController.java       |        4 +-
 .../org/apache/tools/ant/module/AntSettings.java   |        6 +-
 .../org/apache/tools/ant/module/Bundle.properties  |        2 -
 .../tools/ant/module/api/AntTargetExecutor.java    |       30 +-
 .../tools/ant/module/api/support/ActionUtils.java  |       63 +-
 .../tools/ant/module/api/support/TargetLister.java |       20 +-
 .../apache/tools/ant/module/bridge/AntBridge.java  |       13 +-
 .../tools/ant/module/bridge/BridgeInterface.java   |        4 +-
 .../tools/ant/module/bridge/DummyBridgeImpl.java   |       11 +-
 .../ant/module/loader/AntProjectDataEditor.java    |       16 +-
 .../ant/module/loader/AntProjectDataLoader.java    |      101 -
 .../loader/AntProjectDataLoaderBeanInfo.java       |      100 -
 .../ant/module/loader/AntProjectDataObject.java    |       59 +-
 .../tools/ant/module/loader/Bundle.properties      |        6 +-
 .../tools/ant/module/nodes/AntNavigatorPanel.java  |        6 +-
 .../tools/ant/module/nodes/AntProjectChildren.java |       11 +-
 .../tools/ant/module/nodes/AntTargetNode.java      |       83 +-
 .../tools/ant/module/nodes/Bundle.properties       |        4 -
 .../tools/ant/module/resources/AntModuleLayer.xml  |      114 +-
 .../tools/ant/module/resources/Bundle.properties   |        1 -
 .../tools/ant/module/resources/CustomTask_java     |        2 +-
 .../ant/module/resources/ant-mime-resolver.xml     |        7 +-
 .../tools/ant/module/run/AdvancedActionPanel.java  |       72 +-
 .../tools/ant/module/run/LastTargetExecuted.java   |       44 +-
 .../tools/ant/module/run/LoggerTrampoline.java     |        3 +
 .../ant/module/run/RunFileActionProvider.java      |       85 +
 .../tools/ant/module/run/RunTargetsAction.java     |       46 +-
 .../tools/ant/module/run/StandardLogger.java       |       83 +-
 .../tools/ant/module/run/TargetExecutor.java       |       34 +-
 .../tools/ant/module/run/VerticalGridLayout.java   |      186 +
 .../org/apache/tools/ant/module/spi/AntLogger.java |        5 +
 .../apache/tools/ant/module/spi/AntSession.java    |       22 +
 .../ant/module/spi/AutomaticExtraClasspath.java    |       14 +-
 .../wizards/shortcut/CreateShortcutAction.java     |       74 +
 .../ant/module/wizards/shortcut/IntroPanel.form    |       10 +-
 .../ant/module/wizards/shortcut/IntroPanel.java    |       13 +-
 .../wizards/shortcut/RemoveShortcutAction.java     |       69 +
 .../shortcut/SelectKeyboardShortcutPanel.java      |       43 +-
 .../module/wizards/shortcut/ShortcutWizard.java    |       10 +-
 .../tools/ant/module/xml/AntProjectSupport.java    |       99 +-
 .../tools/ant/module/api/IntrospectedInfoTest.java |        5 +
 .../ant/module/api/support/ActionUtilsTest.java    |        5 +-
 .../ant/module/api/support/TargetListerTest.java   |       15 +
 .../ant/module/nodes/AntProjectChildrenTest.java   |       37 +-
 .../apache/tools/ant/module/run/HyperlinkTest.java |      138 -
 .../tools/ant/module/run/StandardLoggerTest.java   |       56 +-
 .../module/spi/AutomaticExtraClasspathTest.java    |       14 +-
 .../ant/module/xml/AntProjectSupportTest.java      |        5 +-
 o.apache.ws.commons.util/build.xml                 |       15 +
 o.apache.ws.commons.util/external/binaries-list    |        1 +
 .../external/ws-commons-util-1.0.1-license.txt     |      208 +
 o.apache.ws.commons.util/manifest.mf               |        1 +
 .../nbproject/project.properties                   |        2 +
 o.apache.ws.commons.util/nbproject/project.xml     |       15 +
 o.apache.xml.resolver/nbproject/project.properties |        2 +-
 o.apache.xmlrpc/build.xml                          |       17 +
 o.apache.xmlrpc/external/binaries-list             |        3 +
 .../external/xmlrpc-client-3.0-license.txt         |      208 +
 .../external/xmlrpc-common-3.0-3.0-license.txt     |      208 +
 .../external/xmlrpc-server-3.0-license.txt         |      208 +
 o.apache.xmlrpc/manifest.mf                        |        1 +
 o.apache.xmlrpc/nbproject/project.properties       |        2 +
 o.apache.xmlrpc/nbproject/project.xml              |       30 +
 o.eclipse.core.contenttype/build.xml               |        5 +
 o.eclipse.core.contenttype/external/binaries-list  |        1 +
 ...rg.eclipse.core.contenttype-3.4.100-license.txt |       72 +
 o.eclipse.core.contenttype/manifest.mf             |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.core.contenttype/nbproject/project.xml   |       15 +
 o.eclipse.core.jobs/build.xml                      |        5 +
 o.eclipse.core.jobs/external/binaries-list         |        1 +
 .../org.eclipse.core.jobs-3.5.101-license.txt      |       72 +
 o.eclipse.core.jobs/manifest.mf                    |        1 +
 o.eclipse.core.jobs/nbproject/project.properties   |        3 +
 o.eclipse.core.jobs/nbproject/project.xml          |       23 +
 o.eclipse.core.net/build.xml                       |        5 +
 o.eclipse.core.net/external/binaries-list          |        1 +
 .../org.eclipse.core.net-1.2.100-license.txt       |       72 +
 o.eclipse.core.net/manifest.mf                     |        1 +
 o.eclipse.core.net/nbproject/project.properties    |        3 +
 o.eclipse.core.net/nbproject/project.xml           |       15 +
 .../build.xml                                      |        5 +
 .../external/binaries-list                         |        1 +
 ....runtime.compatibility.auth-3.2.200-license.txt |       72 +
 .../manifest.mf                                    |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.core.runtime/build.xml                   |        6 +
 o.eclipse.core.runtime/external/binaries-list      |        1 +
 .../org.eclipse.core.runtime-3.7.0-license.txt     |       72 +
 o.eclipse.core.runtime/manifest.mf                 |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.core.runtime/nbproject/project.xml       |       63 +
 o.eclipse.equinox.app/build.xml                    |        5 +
 o.eclipse.equinox.app/external/binaries-list       |        1 +
 .../org.eclipse.equinox.app-1.3.100-license.txt    |       65 +
 o.eclipse.equinox.app/manifest.mf                  |        1 +
 o.eclipse.equinox.app/nbproject/project.properties |        3 +
 o.eclipse.equinox.app/nbproject/project.xml        |       26 +
 o.eclipse.equinox.common/build.xml                 |        5 +
 o.eclipse.equinox.common/external/binaries-list    |        1 +
 ...ipse.equinox.common_3.6.0.v20110523-license.txt |       72 +
 o.eclipse.equinox.common/manifest.mf               |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.equinox.common/nbproject/project.xml     |       15 +
 o.eclipse.equinox.preferences/build.xml            |        5 +
 .../external/binaries-list                         |        1 +
 ...g.eclipse.equinox.preferences-3.4.2-license.txt |       65 +
 o.eclipse.equinox.preferences/manifest.mf          |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       26 +
 o.eclipse.equinox.registry/build.xml               |        5 +
 o.eclipse.equinox.registry/external/binaries-list  |        1 +
 ...nox.registry_3.5.200.v20120522-1841-license.txt |       57 +
 o.eclipse.equinox.registry/manifest.mf             |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.equinox.registry/nbproject/project.xml   |       15 +
 o.eclipse.equinox.security/build.xml               |        5 +
 o.eclipse.equinox.security/external/binaries-list  |        1 +
 .../org.eclipse.equinox.security-1.1.1-license.txt |       72 +
 o.eclipse.equinox.security/manifest.mf             |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.equinox.security/nbproject/project.xml   |       36 +
 o.eclipse.jgit.java7/build.xml                     |        5 +
 o.eclipse.jgit.java7/external/binaries-list        |        1 +
 ...pse.jgit.java7-3.4.1.201406201815-r-license.txt |       35 +
 o.eclipse.jgit.java7/manifest.mf                   |        1 +
 o.eclipse.jgit.java7/nbproject/project.properties  |        2 +
 o.eclipse.jgit.java7/nbproject/project.xml         |       15 +
 o.eclipse.jgit/build.xml                           |        5 +
 o.eclipse.jgit/external/binaries-list              |        1 +
 ...g.eclipse.jgit-3.4.1.201406201815-r-license.txt |       35 +
 o.eclipse.jgit/manifest.mf                         |        1 +
 o.eclipse.jgit/nbproject/project.properties        |        2 +
 o.eclipse.jgit/nbproject/project.xml               |       28 +
 o.eclipse.mylyn.bugzilla.core/build.xml            |        5 +
 .../external/binaries-list                         |        1 +
 ....bugzilla.core_3.10.0.20131024-1218-license.txt |       72 +
 o.eclipse.mylyn.bugzilla.core/manifest.mf          |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.mylyn.commons.core/build.xml             |        5 +
 .../external/binaries-list                         |        1 +
 ...n.commons.core_3.10.0.20130926-1710-license.txt |       72 +
 o.eclipse.mylyn.commons.core/manifest.mf           |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.mylyn.commons.core/nbproject/project.xml |       15 +
 o.eclipse.mylyn.commons.net/build.xml              |        5 +
 o.eclipse.mylyn.commons.net/external/binaries-list |        1 +
 ...yn.commons.net_3.10.0.20131018-1210-license.txt |       72 +
 o.eclipse.mylyn.commons.net/manifest.mf            |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.mylyn.commons.net/nbproject/project.xml  |       15 +
 .../build.xml                                      |        5 +
 .../external/binaries-list                         |        1 +
 ...positories.core_1.2.0.20130704-2116-license.txt |       72 +
 .../manifest.mf                                    |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.mylyn.commons.xmlrpc/build.xml           |        5 +
 .../external/binaries-list                         |        1 +
 ...commons.xmlrpc_3.10.0.20130704-2116-license.txt |       72 +
 o.eclipse.mylyn.commons.xmlrpc/manifest.mf         |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.mylyn.tasks.core/build.xml               |        5 +
 o.eclipse.mylyn.tasks.core/external/binaries-list  |        1 +
 ...lyn.tasks.core_3.10.0.20131010-2023-license.txt |       72 +
 o.eclipse.mylyn.tasks.core/manifest.mf             |        1 +
 .../nbproject/project.properties                   |        3 +
 o.eclipse.mylyn.tasks.core/nbproject/project.xml   |       15 +
 o.eclipse.mylyn.wikitext.confluence.core/build.xml |        5 +
 .../external/binaries-list                         |        1 +
 ...confluence.core_1.9.0.20131007-2055-license.txt |       94 +
 .../manifest.mf                                    |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.mylyn.wikitext.core/build.xml            |        5 +
 .../external/binaries-list                         |        1 +
 ...n.wikitext.core_1.9.0.20131007-2055-license.txt |       94 +
 o.eclipse.mylyn.wikitext.core/manifest.mf          |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 o.eclipse.mylyn.wikitext.textile.core/build.xml    |        5 +
 .../external/binaries-list                         |        1 +
 ...xt.textile.core_1.9.0.20131007-2055-license.txt |       94 +
 o.eclipse.mylyn.wikitext.textile.core/manifest.mf  |        1 +
 .../nbproject/project.properties                   |        3 +
 .../nbproject/project.xml                          |       15 +
 .../nbproject/project.properties                   |        2 +-
 o.jdesktop.layout/manifest.mf                      |        2 +-
 o.mozilla.rhino.patched/README.txt                 |        6 -
 o.mozilla.rhino.patched/build.xml                  |      130 -
 o.mozilla.rhino.patched/external/binaries-list     |        1 -
 .../external/rhino1_7R2rc1-license.txt             |      482 -
 o.mozilla.rhino.patched/manifest.mf                |        4 -
 .../nbproject/project.properties                   |        9 -
 o.mozilla.rhino.patched/nbproject/project.xml      |       23 -
 .../mozilla/nb/javascript/CompilerEnvirons.java    |      247 -
 .../org/mozilla/nb/javascript/Context.java         |     2687 -
 .../nb/javascript/DefaultErrorReporter.java        |      129 -
 .../org/mozilla/nb/javascript/ErrorReporter.java   |      124 -
 .../org/mozilla/nb/javascript/FunctionNode.java    |      121 -
 .../org/mozilla/nb/javascript/IRFactory.java       |     1863 -
 .../org/mozilla/nb/javascript/JavaMembers.java     |      936 -
 .../org/mozilla/nb/javascript/Node.java            |     1607 -
 .../org/mozilla/nb/javascript/Parser.java          |     3904 -
 .../org/mozilla/nb/javascript/ScriptOrFnNode.java  |      243 -
 .../org/mozilla/nb/javascript/ScriptRuntime.java   |     3849 -
 .../org/mozilla/nb/javascript/Token.java           |      507 -
 .../org/mozilla/nb/javascript/TokenStream.java     |     1990 -
 .../mozilla/nb/javascript/regexp/NativeRegExp.java |     2796 -
 .../nb/javascript/resources/Messages.properties    |      784 -
 .../org/mozilla/rhino/patched/Bundle.properties    |        3 -
 o.n.bootstrap/apichanges.xml                       |      167 +
 o.n.bootstrap/arch.xml                             |      353 +-
 o.n.bootstrap/launcher/unix/nbexec                 |      238 +-
 o.n.bootstrap/launcher/windows/Makefile            |       52 +-
 o.n.bootstrap/launcher/windows/argnames.h          |       47 +-
 o.n.bootstrap/launcher/windows/jvmlauncher.cpp     |       58 +-
 o.n.bootstrap/launcher/windows/jvmlauncher.h       |        2 +
 o.n.bootstrap/launcher/windows/nbexec.cpp          |        5 +
 o.n.bootstrap/launcher/windows/nbexecexe.cpp       |        4 +-
 o.n.bootstrap/launcher/windows/nbexecloader.h      |       45 +-
 .../launcher/windows/nbproject/Makefile-impl.mk    |       20 +-
 .../launcher/windows/nbproject/Makefile-nbexec.mk  |       65 +-
 .../windows/nbproject/Makefile-nbexec64.mk         |      120 +
 .../windows/nbproject/Makefile-variables.mk        |       19 +
 .../launcher/windows/nbproject/Package-nbexec.bash |       16 +-
 .../windows/nbproject/Package-nbexec64.bash        |       76 +
 .../launcher/windows/nbproject/configurations.xml  |      123 +-
 .../launcher/windows/nbproject/project.xml         |       14 +
 .../launcher/windows/platformlauncher.cpp          |      181 +-
 o.n.bootstrap/launcher/windows/platformlauncher.h  |       17 +-
 o.n.bootstrap/launcher/windows/utilsfuncs.cpp      |       14 +-
 o.n.bootstrap/launcher/windows/version.h           |       14 +-
 o.n.bootstrap/manifest.mf                          |        2 +-
 o.n.bootstrap/nbproject/project.properties         |        7 +-
 o.n.bootstrap/nbproject/project.xml                |       12 +-
 o.n.bootstrap/src/org/netbeans/Archive.java        |       21 +-
 o.n.bootstrap/src/org/netbeans/Bundle.properties   |       14 +-
 o.n.bootstrap/src/org/netbeans/CLIHandler.java     |      173 +-
 o.n.bootstrap/src/org/netbeans/Clusters.java       |      165 +
 .../src/org/netbeans/DuplicateException.java       |        4 +-
 o.n.bootstrap/src/org/netbeans/FixedModule.java    |        4 +
 o.n.bootstrap/src/org/netbeans/JarClassLoader.java |      244 +-
 o.n.bootstrap/src/org/netbeans/LocaleVariants.java |       13 +-
 o.n.bootstrap/src/org/netbeans/Main.java           |       21 +-
 o.n.bootstrap/src/org/netbeans/MainImpl.java       |       18 +-
 o.n.bootstrap/src/org/netbeans/Module.java         |      430 +-
 o.n.bootstrap/src/org/netbeans/ModuleData.java     |      539 +
 o.n.bootstrap/src/org/netbeans/ModuleFactory.java  |       22 +-
 .../src/org/netbeans/ModuleInstaller.java          |       15 +
 o.n.bootstrap/src/org/netbeans/ModuleManager.java  |      613 +-
 o.n.bootstrap/src/org/netbeans/NbClipboard.java    |      261 +-
 .../src/org/netbeans/NbExecJavaStartTry.java       |       52 +
 .../src/org/netbeans/NbInstrumentation.java        |      210 +
 .../src/org/netbeans/NetigsoFramework.java         |      208 +-
 o.n.bootstrap/src/org/netbeans/NetigsoHandle.java  |      235 +
 o.n.bootstrap/src/org/netbeans/NetigsoLoader.java  |      128 +
 o.n.bootstrap/src/org/netbeans/NetigsoModule.java  |      192 +-
 .../src/org/netbeans/PackageAttrsCache.java        |      176 +
 .../src/org/netbeans/ProxyClassLoader.java         |      278 +-
 .../src/org/netbeans/ProxyClassPackages.java       |      101 +
 .../src/org/netbeans/ProxyClassParents.java        |      198 +
 .../org/netbeans/ProxyURLStreamHandlerFactory.java |       16 +-
 o.n.bootstrap/src/org/netbeans/Stamps.java         |      353 +-
 o.n.bootstrap/src/org/netbeans/StandardModule.java |      250 +-
 .../src/org/netbeans/StandardModuleData.java       |      227 +
 o.n.bootstrap/src/org/netbeans/TaskFuture.java     |       92 +
 .../src/org/netbeans/TopSecurityManager.java       |      115 +-
 o.n.bootstrap/src/org/netbeans/Util.java           |       19 +-
 o.n.bootstrap/test/unit/data/jars/agent.mf         |        4 +
 .../unit/data/jars/agent/org/agent/HelloWorld.java |       56 +
 .../data/jars/agent/org/agent/HelloWorldAgent.java |       33 +
 .../unit/data/jars/cyclic-1/org/foo/Something.java |       44 +
 .../data/jars/cyclic-1/org/foo/SomethingElse.java  |       44 +
 .../unit/data/jars/cyclic-2/org/bar/Something.java |       44 +
 .../data/jars/cyclic-2/org/bar/SomethingElse.java  |       44 +
 .../org/baz/SomethingElseAgain.java                |       44 +
 .../test/unit/data/jars/dep-on-needs_foo-simple.mf |        5 +
 .../jars/depends-on-cyclic-1/org/baz/Whatever.java |       44 +
 .../jars/depends-on-library-src/org/dol/User.java  |       44 +
 .../org/bar/SomethingElse.java                     |       44 +
 .../org/netbeans/api/foo/PublicClass.java          |       44 +
 .../org/netbeans/modules/foo/ImplClass.java        |       44 +
 .../jars/library-src/pkg/subpkg/Something.java     |       44 +
 .../jars/look-for-myself/lookformyself/Loder.java  |       44 +
 .../test/unit/data/jars/patch/pkg/subpkg/B.java    |       44 +
 .../unit/data/jars/patchable/pkg/subpkg/A.java     |       44 +
 .../unit/data/jars/patchable/pkg/subpkg/B.java     |       44 +
 .../data/jars/prov-foo/org/prov_foo/Clazz.java     |       44 +
 .../data/jars/simple-module/org/foo/Something.java |       44 +
 .../usesapitrans/UsesDirectAPI.java                |       44 +
 .../usesapitrans/UsesIndirectAPI.java              |       44 +
 .../data/jars/uses-api/usesapi/UsesImplClass.java  |       44 +
 .../jars/uses-api/usesapi/UsesPublicClass.java     |       44 +
 .../test/unit/data}/layers/data/attribsonly.xml    |        0
 .../test/unit/data/layers/data/folder1.xml         |        7 +
 .../test/unit/data/layers/data/folder2.xml         |        5 +
 .../test/unit/data}/layers/data/layer1.2.xml       |        0
 .../test/unit/data}/layers/data/layer1.xml         |        0
 .../test/unit/data}/layers/data/layer2.xml         |        0
 .../test/unit/data}/layers/data/layer3.xml         |        0
 .../test/unit/data}/layers/data/test2              |        0
 .../test/unit/data}/layers/data/test2a             |        0
 .../test/unit/src/org/netbeans/AgentTest.java      |       72 +
 .../test/unit/src/org/netbeans/ArchiveTest.java    |        1 +
 .../unit/src/org/netbeans/CLIHandlerGrepTest.java  |      285 +
 .../src/org/netbeans/CLIHandlerNoServerTest.java   |      100 +
 .../org/netbeans/CLIHandlerReadingOfInputTest.java |      154 +
 .../org/netbeans/CLIHandlerServerWaitsTest.java    |      341 +
 .../test/unit/src/org/netbeans/CLIHandlerTest.java |      429 +-
 .../unit/src/org/netbeans/JarClassLoaderTest.java  |       86 +-
 .../src/org/netbeans/JarURLStreamHandlerTest.java  |      107 +
 .../src/org/netbeans/MetaInfServicesToken.java     |       48 +
 .../src/org/netbeans/ModuleFactoryAlienTest.java   |       34 +-
 .../unit/src/org/netbeans/ModuleFactoryTest.java   |        3 +-
 .../ModuleManagerPersistanceLocaleTest.java        |      117 +
 .../org/netbeans/ModuleManagerPersistanceTest.java |      117 +
 .../unit/src/org/netbeans/ModuleManagerTest.java   |      157 +-
 .../org/netbeans/ModuleMixedOnClasspathTest.java   |        3 +-
 .../test/unit/src/org/netbeans/ModuleTest.java     |      107 +
 ...rdIsUsedByAlreadyInitializedComponentsTest.java |       18 +-
 .../NbClipboardIsUsedBySwingComponentsTest.java    |        9 +-
 .../src/org/netbeans/NbClipboardNativeTest.java    |       10 +-
 .../unit/src/org/netbeans/NbClipboardTest.java     |       88 +-
 .../src/org/netbeans/NbClipboardTimeoutTest.java   |      165 +
 .../unit/src/org/netbeans/NetigsoLoaderTest.java   |       70 +
 .../src/org/netbeans/ProxyClassLoaderTest.java     |        5 +-
 .../src/org/netbeans/ProxyClassPackagesTest.java   |      137 +
 .../netbeans/ProxyURLStreamHandlerFactoryTest.java |       29 +-
 .../test/unit/src/org/netbeans/SetupHid.java       |       37 +-
 .../src/org/netbeans/StampsClusterMovedTest.java   |      187 +
 .../org/netbeans/StampsDifferentPopulateTest.java  |      134 +
 .../unit/src/org/netbeans/StampsExtraTest.java     |        8 +-
 .../netbeans/StampsIdeLessThanPlatformTest.java    |        8 +-
 .../unit/src/org/netbeans/StampsJDKChangeTest.java |      116 +
 .../src/org/netbeans/StampsNoFallbackTest.java     |      127 +
 .../unit/src/org/netbeans/StampsPopulateTest.java  |      130 +
 .../unit/src/org/netbeans/StampsRenameTest.java    |      141 +
 .../test/unit/src/org/netbeans/StampsTest.java     |       98 +-
 .../src/org/netbeans/StandardModuleSpaceTest.java  |      127 +
 .../test/unit/src/org/netbeans/TaskFutureTest.java |       99 +
 .../netbeans/TopSecurityManagerReplaceTest.java    |       76 +
 .../unit/src/org/netbeans/URLsAreEqualTest.java    |        3 +-
 .../NbExecPassesCorrectlyQuotedArgsTest.java       |        6 +-
 o.n.core/apichanges.xml                            |      140 +
 o.n.core/arch.xml                                  |       69 +-
 o.n.core/external/nsProxyAutoConfig-license.txt    |       43 -
 o.n.core/manifest.mf                               |        4 +-
 o.n.core/nbproject/project.properties              |       18 +-
 o.n.core/nbproject/project.xml                     |       49 +-
 .../beaninfo/editors/ArrayOfIntSupport.java        |        2 +-
 .../org/netbeans/beaninfo/editors/BoolEditor.java  |        2 +
 .../netbeans/beaninfo/editors/Bundle.properties    |       26 +-
 .../org/netbeans/beaninfo/editors/CharEditor.java  |        2 +
 .../org/netbeans/beaninfo/editors/ColorEditor.java |       39 +-
 .../netbeans/beaninfo/editors/DimensionEditor.java |        2 +-
 .../beaninfo/editors/ExPropertyEditorSupport.java  |        2 +-
 .../org/netbeans/beaninfo/editors/FileEditor.java  |        4 +-
 .../org/netbeans/beaninfo/editors/FontEditor.java  |       26 +
 .../org/netbeans/beaninfo/editors/IntEditor.java   |       18 +-
 .../beaninfo/editors/PointCustomEditor.form        |        5 +-
 .../beaninfo/editors/PropertiesEditor.java         |        2 +-
 .../beaninfo/editors/StringArrayEditor.java        |        2 +
 .../beaninfo/editors/StringCustomEditor.java       |        6 +-
 .../netbeans/beaninfo/editors/StringEditor.java    |        2 +-
 .../netbeans/beaninfo/editors/package-info.java    |        5 +
 .../src/org/netbeans/beaninfo/package-info.java    |        5 +
 o.n.core/src/org/netbeans/core/Bundle.properties   |       16 +-
 o.n.core/src/org/netbeans/core/CLIOptions2.java    |       48 +-
 o.n.core/src/org/netbeans/core/CoreBridgeImpl.java |      129 +-
 o.n.core/src/org/netbeans/core/ExitDialog.java     |       45 +-
 o.n.core/src/org/netbeans/core/GuiRunLevel.java    |       14 +-
 .../org/netbeans/core/HtmlBrowserComponent.java    |      181 +-
 .../src/org/netbeans/core/NbAuthenticator.java     |       34 +-
 o.n.core/src/org/netbeans/core/NbErrorManager.java |       10 +
 o.n.core/src/org/netbeans/core/NbKeymap.java       |      101 +-
 o.n.core/src/org/netbeans/core/NbLifeExit.java     |      197 +
 .../src/org/netbeans/core/NbLifecycleManager.java  |      210 +-
 o.n.core/src/org/netbeans/core/NbLoaderPool.java   |      111 +-
 .../src/org/netbeans/core/NbProxySelector.java     |      431 -
 .../src/org/netbeans/core/NbStatusDisplayer.java   |        7 +-
 o.n.core/src/org/netbeans/core/NbURLDisplayer.java |      131 +-
 o.n.core/src/org/netbeans/core/NotifyExcPanel.java |       95 +-
 .../src/org/netbeans/core/ProxyAutoConfig.java     |      334 -
 o.n.core/src/org/netbeans/core/ProxySettings.java  |      382 +-
 o.n.core/src/org/netbeans/core/Services.java       |        2 +-
 .../src/org/netbeans/core/TimableEventQueue.java   |       59 +-
 .../src/org/netbeans/core/actions/AboutAction.java |       13 +-
 .../org/netbeans/core/actions/Bundle.properties    |        4 -
 .../src/org/netbeans/core/actions/LogAction.java   |       58 +-
 .../netbeans/core/actions/LogViewerSupport.java    |       13 +-
 .../src/org/netbeans/core/actions/SystemExit.java  |       16 +-
 o.n.core/src/org/netbeans/core/impl/InitUI.java    |       57 +
 .../src/org/netbeans/core/ui/Bundle.properties     |        9 +-
 .../netbeans/core/ui/ProductInformationPanel.form  |        8 +-
 .../netbeans/core/ui/ProductInformationPanel.java  |      128 +-
 .../SampleProject/src/sampleproject/FormFile.java  |       42 +-
 .../SampleProject/src/sampleproject/JavaFile.java  |       42 +-
 .../data/SampleProject/src/sampleproject/Main.java |       42 +-
 .../org/netbeans/core/validation/BytecodeTest.java |        4 +-
 .../core/validation/ValidateClassLinkageTest.java  |        5 +-
 .../validation/ValidateLayerConsistencyTest.java   |      261 +-
 .../core/validation/ValidateModulesTest.java       |       40 +-
 .../validation/ValidateNbinstPlatformTest.java     |       60 +
 .../core/validation/ValidateNbinstTest.java        |      286 +
 .../lookup/install-manifest-service/ims/Foo.java   |       44 +
 .../lookup/services-jar-1/org/foo/Interface.java   |       44 +
 .../org/foo/impl/Implementation1.java              |       44 +
 .../services-jar-2/org/bar/Implementation2.java    |       44 +
 .../unit/data/lookup/test1/test1/SomeAction.java   |       44 +
 .../unit/data/lookup/test2/test2/SomeAction.java   |       44 +
 .../projects/sfs-attr-test/sfs_attr_test/Util.java |       44 +
 .../netbeans/beaninfo/editors/FindEditorTest.java  |       83 -
 .../beaninfo/editors/StringEditorTest.java         |       10 +
 .../src/org/netbeans/core/Bundle_te_ST.properties  |       43 +
 .../org/netbeans/core/CanProxyToLocalhostTest.java |      135 +
 .../src/org/netbeans/core/DontUseProxyTest.java    |       97 -
 .../netbeans/core/HtmlBrowserComponentTest.java    |      188 +
 .../src/org/netbeans/core/HttpSettingsTest.java    |      416 -
 .../src/org/netbeans/core/NbAuthenticatorTest.java |       84 +
 .../src/org/netbeans/core/NbErrorManagerTest.java  |       19 +-
 .../core/NbErrorManagerUserQuestionTest.java       |      175 +
 .../unit/src/org/netbeans/core/NbKeymapTest.java   |      104 +-
 .../netbeans/core/NbLifecycleManagerEDTTest.java   |       58 +
 .../org/netbeans/core/NbLifecycleManagerTest.java  |       60 +
 .../org/netbeans/core/NbLoaderPoolDeserTest.java   |        4 +-
 .../core/NbLoaderPoolResolverChangeTest.java       |        2 +-
 .../src/org/netbeans/core/NbLoaderPoolTest.java    |        8 +-
 .../src/org/netbeans/core/NonProxyHostsTest.java   |      172 -
 .../src/org/netbeans/core/NotifyExceptionTest.java |        8 +
 .../core/TimableEventQueueSuppressTest.java        |       69 +
 .../org/netbeans/core/TimableEventQueueTest.java   |        2 +-
 .../lookup/InstanceDataObjectModule38420Test.java  |        2 +
 .../lookup/InstanceDataObjectModuleTestHid.java    |       22 -
 .../core/projects/NbRepositoryClasspathTest.java   |       63 -
 .../core/projects/SystemFileSystemTest.java        |        6 +-
 o.n.insane/nbproject/project.properties            |        4 +-
 o.n.insane/src/org/netbeans/insane/live/Path.java  |        2 +-
 .../org/netbeans/insane/model/InsaneConverter.java |       14 +-
 o.n.mobility.lib.activesync/build.xml              |        8 -
 o.n.mobility.lib.activesync/external/binaries-list |        2 -
 .../external/nbactivesync-5.0-license.txt          |      208 -
 o.n.mobility.lib.activesync/manifest.mf            |        6 -
 .../nbproject/project.properties                   |       48 -
 o.n.mobility.lib.activesync/nbproject/project.xml  |       74 -
 .../mobility/lib/activesync/ActiveSync.xml         |       61 -
 .../mobility/lib/activesync/Bundle.properties      |        5 -
 .../org/netbeans/mobility/lib/activesync/layer.xml |       56 -
 o.n.swing.dirchooser/manifest.mf                   |        2 +-
 o.n.swing.dirchooser/nbproject/project.xml         |       20 +-
 .../swing/dirchooser/DelegatingChooserUI.java      |        7 +-
 .../swing/dirchooser/DirectoryCellEditor.java      |        6 +
 .../swing/dirchooser/DirectoryChooserUI.java       |      161 +-
 .../netbeans/swing/dirchooser/DirectoryNode.java   |       37 +-
 .../swing/dirchooser/FileCompletionPopup.java      |        2 +-
 .../src/org/netbeans/swing/dirchooser/Module.java  |       50 +-
 o.n.swing.outline/apichanges.xml                   |       50 +
 o.n.swing.outline/arch.xml                         |       49 +-
 o.n.swing.outline/manifest.mf                      |        2 +-
 .../nbproject/org-netbeans-swing-outline.sig       |       80 +-
 o.n.swing.outline/nbproject/project.properties     |        4 +
 o.n.swing.outline/nbproject/project.xml            |        8 -
 .../org/netbeans/swing/etable/Bundle.properties    |       44 +
 .../swing/etable/ColumnSelectionPanel.java         |      156 +-
 .../src/org/netbeans/swing/etable/ETable.java      |      695 +-
 .../org/netbeans/swing/etable/ETableColumn.java    |      191 +-
 .../netbeans/swing/etable/ETableColumnModel.java   |       75 +-
 .../org/netbeans/swing/etable/ETableHeader.java    |      304 +
 .../org/netbeans/swing/outline/Bundle.properties   |       42 +
 .../swing/outline/DefaultOutlineCellRenderer.java  |      164 +-
 .../netbeans/swing/outline/EventBroadcaster.java   |      259 +-
 .../src/org/netbeans/swing/outline/Outline.java    |      193 +-
 .../swing/etable/ETableColumnModelTest.java        |      111 +-
 .../netbeans/swing/etable/ETableColumnTest.java    |        3 +-
 .../src/org/netbeans/swing/etable/ETableTest.java  |       64 +
 .../outline/DefaultOutlineCellRendererTest.java    |      141 +
 .../swing/outline/EventBroadcasterTest.java        |       93 +
 .../org/netbeans/swing/outline/OutlineTest.java    |      253 +
 o.n.swing.plaf/apichanges.xml                      |       79 +
 o.n.swing.plaf/arch.xml                            |       10 +
 o.n.swing.plaf/manifest.mf                         |        2 +-
 .../src/org/netbeans/swing/plaf/AllLFCustoms.java  |       24 +-
 .../src/org/netbeans/swing/plaf/Bundle.properties  |        6 +
 .../src/org/netbeans/swing/plaf/LFCustoms.java     |      109 +
 .../src/org/netbeans/swing/plaf/Startup.java       |       80 +-
 .../netbeans/swing/plaf/aqua/AquaLFCustoms.java    |       16 +-
 .../netbeans/swing/plaf/aqua/AquaSeparatorUI.java  |       20 +-
 .../swing/plaf/aqua/AquaToolBarButtonUI.java       |       90 +-
 .../netbeans/swing/plaf/aqua/CleanSplitPaneUI.java |       91 +
 .../swing/plaf/aqua/toolbar-icons-shadow-big.png   |      Bin 565 -> 0 bytes
 .../swing/plaf/aqua/toolbar-icons-shadow-small.png |      Bin 4006 -> 0 bytes
 .../org/netbeans/swing/plaf/gtk/GtkLFCustoms.java  |       10 +
 .../org/netbeans/swing/plaf/gtk/ThemeValue.java    |        6 +-
 .../netbeans/swing/plaf/metal/MetalLFCustoms.java  |       41 +-
 .../swing/plaf/nimbus/NimbusLFCustoms.java         |       41 +-
 .../swing/plaf/resources/nimbus_expander.png       |      Bin 0 -> 116 bytes
 .../src/org/netbeans/swing/plaf/util/NbTheme.java  |        5 +-
 .../swing/plaf/winclassic/WindowsLFCustoms.java    |       17 +
 .../swing/plaf/windows8/EditorToolbarBorder.java   |       71 +
 .../swing/plaf/windows8/StatusLineBorder.java      |      109 +
 .../swing/plaf/windows8/Windows8LFCustoms.java     |      267 +
 .../swing/plaf/winvista/VistaLFCustoms.java        |       24 +-
 .../org/netbeans/swing/plaf/winxp/XPLFCustoms.java |       16 +-
 o.n.swing.tabcontrol/apichanges.xml                |      165 +
 o.n.swing.tabcontrol/arch.xml                      |        7 +
 o.n.swing.tabcontrol/manifest.mf                   |        2 +-
 .../nbproject/org-netbeans-swing-tabcontrol.sig    |      227 +-
 o.n.swing.tabcontrol/nbproject/project.properties  |        2 +
 o.n.swing.tabcontrol/nbproject/project.xml         |        9 +-
 .../src/com/sun/java/swing/Painter.java            |      125 -
 o.n.swing.tabcontrol/src/javax/swing/Painter.java  |      125 -
 .../swing/popupswitcher/SwitcherTable.java         |       96 +-
 .../swing/popupswitcher/SwitcherTableModel.java    |        6 +-
 .../swing/tabcontrol/ButtonPopupSwitcher.java      |      391 +-
 .../swing/tabcontrol/DefaultTabDataModel.java      |       36 +-
 .../swing/tabcontrol/DocumentSwitcherTable.java    |      200 +
 .../swing/tabcontrol/SlideBarDataModel.java        |        8 +-
 .../netbeans/swing/tabcontrol/SlidingButton.java   |        2 +-
 .../netbeans/swing/tabcontrol/SlidingButtonUI.java |       27 +-
 .../netbeans/swing/tabcontrol/TabDataModel.java    |        2 +-
 .../netbeans/swing/tabcontrol/TabDisplayer.java    |       72 +-
 .../netbeans/swing/tabcontrol/TabDisplayerUI.java  |       89 +-
 .../swing/tabcontrol/TabListPopupAction.java       |      122 +-
 .../netbeans/swing/tabcontrol/TabbedContainer.java |       37 +-
 .../swing/tabcontrol/TabbedContainerUI.java        |        9 +
 .../tabcontrol/WinsysInfoForTabbedContainer.java   |       31 +-
 .../swing/tabcontrol/customtabs/Tabbed.java        |      186 +
 .../customtabs/TabbedComponentFactory.java         |       89 +
 .../swing/tabcontrol/customtabs/TabbedType.java    |       93 +
 .../swing/tabcontrol/event/TabActionEvent.java     |       24 +-
 .../tabcontrol/plaf/AbstractTabCellRenderer.java   |       38 +-
 .../plaf/AbstractViewTabDisplayerUI.java           |      242 +-
 .../plaf/AbstractWinEditorTabDisplayerUI.java      |      186 +
 .../plaf/AbstractWinViewTabDisplayerUI.java        |      500 +
 .../tabcontrol/plaf/AquaEditorTabCellRenderer.java |        9 +-
 .../tabcontrol/plaf/AquaViewTabDisplayerUI.java    |       46 +-
 .../swing/tabcontrol/plaf/BaseTabLayoutModel.java  |        5 +-
 .../plaf/BasicScrollingTabDisplayerUI.java         |      107 +-
 .../plaf/BasicSlidingTabDisplayerUI.java           |       33 +
 .../swing/tabcontrol/plaf/BasicTabDisplayerUI.java |       89 +-
 .../swing/tabcontrol/plaf/Bundle.properties        |        8 +-
 .../netbeans/swing/tabcontrol/plaf/BusyIcon.java   |      219 +
 .../swing/tabcontrol/plaf/BusyTabsSupport.java     |      278 +
 .../tabcontrol/plaf/DefaultTabbedContainerUI.java  |       17 +
 .../tabcontrol/plaf/GtkEditorTabCellRenderer.java  |       17 +-
 .../tabcontrol/plaf/GtkViewTabDisplayerUI.java     |       43 +-
 .../plaf/MetalEditorTabCellRenderer.java           |       14 +-
 .../tabcontrol/plaf/MetalViewTabDisplayerUI.java   |       67 +-
 .../plaf/NimbusEditorTabCellRenderer.java          |       52 +-
 .../plaf/NimbusEditorTabDisplayerUI.java           |       30 +-
 .../tabcontrol/plaf/NimbusSlidingButtonUI.java     |       23 +-
 .../tabcontrol/plaf/NimbusViewTabDisplayerUI.java  |       98 +-
 .../plaf/NonStretchingViewTabLayoutModel.java      |      302 +
 .../tabcontrol/plaf/ScrollingTabLayoutModel.java   |        3 +-
 .../swing/tabcontrol/plaf/StackLayout.java         |        8 +-
 .../swing/tabcontrol/plaf/TabControlButton.java    |       18 +-
 .../tabcontrol/plaf/TabControlButtonFactory.java   |      236 +-
 .../netbeans/swing/tabcontrol/plaf/TabState.java   |      500 +-
 .../tabcontrol/plaf/ToolbarTabDisplayerUI.java     |        6 +
 .../swing/tabcontrol/plaf/ViewTabLayoutModel.java  |        7 +
 .../swing/tabcontrol/plaf/ViewTabLayoutModel2.java |       12 +-
 .../plaf/WinClassicEditorTabCellRenderer.java      |       14 +-
 .../plaf/WinClassicViewTabDisplayerUI.java         |       60 +-
 .../plaf/WinVistaEditorTabCellRenderer.java        |      129 +-
 .../plaf/WinVistaEditorTabDisplayerUI.java         |      126 +-
 .../plaf/WinVistaViewTabDisplayerUI.java           |      401 +-
 .../plaf/WinXPEditorTabCellRenderer.java           |       14 +-
 .../tabcontrol/plaf/WinXPSlidingButtonUI.java      |       26 +-
 .../tabcontrol/plaf/WinXPViewTabDisplayerUI.java   |       77 +-
 .../plaf/Windows8EditorTabCellRenderer.java        |       88 +
 .../plaf/Windows8EditorTabDisplayerUI.java         |      137 +
 .../plaf/Windows8ViewTabDisplayerUI.java           |      201 +
 .../tabcontrol/plaf/WindowsSlidingButtonUI.java    |       19 +-
 .../swing/tabcontrol/resources/busy_icon.png       |      Bin 0 -> 397 bytes
 .../tabcontrol/resources/gtk_minimize_enabled.png  |      Bin 0 -> 1279 bytes
 .../tabcontrol/resources/gtk_minimize_pressed.png  |      Bin 0 -> 3143 bytes
 .../tabcontrol/resources/gtk_minimize_rollover.png |      Bin 0 -> 2985 bytes
 .../resources/gtk_restore_group_enabled.png        |      Bin 0 -> 1279 bytes
 .../resources/gtk_restore_group_pressed.png        |      Bin 0 -> 3138 bytes
 .../resources/gtk_restore_group_rollover.png       |      Bin 0 -> 2979 bytes
 .../tabcontrol/resources/mac_close_enabled.png     |      Bin 490 -> 0 bytes
 .../tabcontrol/resources/mac_close_pressed.png     |      Bin 499 -> 0 bytes
 .../tabcontrol/resources/mac_close_rollover.png    |      Bin 496 -> 0 bytes
 .../tabcontrol/resources/mac_minimize_enabled.png  |      Bin 0 -> 3223 bytes
 .../tabcontrol/resources/mac_minimize_pressed.png  |      Bin 0 -> 3277 bytes
 .../tabcontrol/resources/mac_minimize_rollover.png |      Bin 0 -> 3302 bytes
 .../resources/mac_restore_group_enabled.png        |      Bin 0 -> 3205 bytes
 .../resources/mac_restore_group_pressed.png        |      Bin 0 -> 3285 bytes
 .../resources/mac_restore_group_rollover.png       |      Bin 0 -> 3306 bytes
 .../tabcontrol/resources/metal_close_enabled.png   |      Bin 230 -> 0 bytes
 .../tabcontrol/resources/metal_close_pressed.png   |      Bin 247 -> 0 bytes
 .../tabcontrol/resources/metal_close_rollover.png  |      Bin 242 -> 0 bytes
 .../resources/metal_minimize_enabled.png           |      Bin 0 -> 1279 bytes
 .../resources/metal_minimize_pressed.png           |      Bin 0 -> 2939 bytes
 .../resources/metal_minimize_rollover.png          |      Bin 0 -> 2936 bytes
 .../resources/metal_restore_group_enabled.png      |      Bin 0 -> 1279 bytes
 .../resources/metal_restore_group_pressed.png      |      Bin 0 -> 2910 bytes
 .../resources/metal_restore_group_rollover.png     |      Bin 0 -> 2908 bytes
 .../resources/nimbus_maximize_disabled_dark.png    |      Bin 0 -> 480 bytes
 .../resources/nimbus_maximize_enabled_dark.png     |      Bin 0 -> 570 bytes
 .../resources/nimbus_maximize_pressed_dark.png     |      Bin 0 -> 576 bytes
 .../resources/nimbus_maximize_rollover_dark.png    |      Bin 0 -> 556 bytes
 .../resources/nimbus_minimize_enabled.png          |      Bin 0 -> 1279 bytes
 .../resources/nimbus_minimize_pressed.png          |      Bin 0 -> 3026 bytes
 .../resources/nimbus_minimize_rollover.png         |      Bin 0 -> 3085 bytes
 .../resources/nimbus_popup_disabled_dark.png       |      Bin 0 -> 480 bytes
 .../resources/nimbus_popup_enabled_dark.png        |      Bin 0 -> 578 bytes
 .../resources/nimbus_popup_pressed_dark.png        |      Bin 0 -> 588 bytes
 .../resources/nimbus_popup_rollover_dark.png       |      Bin 0 -> 570 bytes
 .../resources/nimbus_restore_disabled_dark.png     |      Bin 0 -> 518 bytes
 .../resources/nimbus_restore_enabled_dark.png      |      Bin 0 -> 611 bytes
 .../resources/nimbus_restore_group_enabled.png     |      Bin 0 -> 1279 bytes
 .../resources/nimbus_restore_group_pressed.png     |      Bin 0 -> 3025 bytes
 .../resources/nimbus_restore_group_rollover.png    |      Bin 0 -> 3029 bytes
 .../resources/nimbus_restore_pressed_dark.png      |      Bin 0 -> 628 bytes
 .../resources/nimbus_restore_rollover_dark.png     |      Bin 0 -> 595 bytes
 .../resources/nimbus_scrollleft_disabled_dark.png  |      Bin 0 -> 498 bytes
 .../resources/nimbus_scrollleft_enabled_dark.png   |      Bin 0 -> 619 bytes
 .../resources/nimbus_scrollleft_pressed_dark.png   |      Bin 0 -> 637 bytes
 .../resources/nimbus_scrollleft_rollover_dark.png  |      Bin 0 -> 591 bytes
 .../resources/nimbus_scrollright_disabled_dark.png |      Bin 0 -> 496 bytes
 .../resources/nimbus_scrollright_enabled_dark.png  |      Bin 0 -> 616 bytes
 .../resources/nimbus_scrollright_pressed_dark.png  |      Bin 0 -> 635 bytes
 .../resources/nimbus_scrollright_rollover_dark.png |      Bin 0 -> 591 bytes
 .../tabcontrol/resources/vista_close_enabled.png   |      Bin 349 -> 0 bytes
 .../tabcontrol/resources/vista_close_pressed.png   |      Bin 427 -> 0 bytes
 .../tabcontrol/resources/vista_close_rollover.png  |      Bin 327 -> 0 bytes
 .../resources/vista_minimize_enabled.png           |      Bin 0 -> 2920 bytes
 .../resources/vista_minimize_pressed.png           |      Bin 0 -> 2903 bytes
 .../resources/vista_minimize_rollover.png          |      Bin 0 -> 2893 bytes
 .../tabcontrol/resources/vista_pin_enabled.png     |      Bin 329 -> 2889 bytes
 .../tabcontrol/resources/vista_pin_pressed.png     |      Bin 352 -> 2900 bytes
 .../tabcontrol/resources/vista_pin_rollover.png    |      Bin 326 -> 2875 bytes
 .../resources/vista_restore_group_enabled.png      |      Bin 0 -> 2889 bytes
 .../resources/vista_restore_group_pressed.png      |      Bin 0 -> 2900 bytes
 .../resources/vista_restore_group_rollover.png     |      Bin 0 -> 2875 bytes
 .../tabcontrol/resources/win8_maximize_enabled.png |      Bin 0 -> 163 bytes
 .../tabcontrol/resources/win8_maximize_pressed.png |      Bin 0 -> 152 bytes
 .../resources/win8_maximize_rollover.png           |      Bin 0 -> 153 bytes
 .../tabcontrol/resources/win8_minimize_enabled.png |      Bin 0 -> 149 bytes
 .../tabcontrol/resources/win8_minimize_pressed.png |      Bin 0 -> 137 bytes
 .../resources/win8_minimize_rollover.png           |      Bin 0 -> 137 bytes
 .../tabcontrol/resources/win8_pin_enabled.png      |      Bin 0 -> 180 bytes
 .../tabcontrol/resources/win8_pin_pressed.png      |      Bin 0 -> 169 bytes
 .../tabcontrol/resources/win8_pin_rollover.png     |      Bin 0 -> 169 bytes
 .../tabcontrol/resources/win8_popup_disabled.png   |      Bin 0 -> 169 bytes
 .../tabcontrol/resources/win8_popup_enabled.png    |      Bin 0 -> 170 bytes
 .../tabcontrol/resources/win8_popup_pressed.png    |      Bin 0 -> 161 bytes
 .../tabcontrol/resources/win8_popup_rollover.png   |      Bin 0 -> 161 bytes
 .../resources/win8_restore_group_enabled.png       |      Bin 0 -> 180 bytes
 .../resources/win8_restore_group_pressed.png       |      Bin 0 -> 169 bytes
 .../resources/win8_restore_group_rollover.png      |      Bin 0 -> 169 bytes
 .../resources/win8_scrollleft_disabled.png         |      Bin 0 -> 170 bytes
 .../resources/win8_scrollleft_enabled.png          |      Bin 0 -> 169 bytes
 .../resources/win8_scrollleft_pressed.png          |      Bin 0 -> 166 bytes
 .../resources/win8_scrollleft_rollover.png         |      Bin 0 -> 163 bytes
 .../resources/win8_scrollright_disabled.png        |      Bin 0 -> 170 bytes
 .../resources/win8_scrollright_enabled.png         |      Bin 0 -> 169 bytes
 .../resources/win8_scrollright_pressed.png         |      Bin 0 -> 167 bytes
 .../resources/win8_scrollright_rollover.png        |      Bin 0 -> 165 bytes
 .../tabcontrol/resources/win_close_enabled.png     |      Bin 218 -> 0 bytes
 .../tabcontrol/resources/win_close_pressed.png     |      Bin 257 -> 0 bytes
 .../tabcontrol/resources/win_close_rollover.png    |      Bin 260 -> 0 bytes
 .../tabcontrol/resources/win_minimize_enabled.png  |      Bin 0 -> 1279 bytes
 .../tabcontrol/resources/win_minimize_pressed.png  |      Bin 0 -> 2938 bytes
 .../tabcontrol/resources/win_minimize_rollover.png |      Bin 0 -> 2939 bytes
 .../resources/win_restore_group_enabled.png        |      Bin 0 -> 1279 bytes
 .../resources/win_restore_group_pressed.png        |      Bin 0 -> 2909 bytes
 .../resources/win_restore_group_rollover.png       |      Bin 0 -> 2905 bytes
 .../tabcontrol/resources/xp_close_enabled.png      |      Bin 247 -> 0 bytes
 .../tabcontrol/resources/xp_close_pressed.png      |      Bin 471 -> 0 bytes
 .../tabcontrol/resources/xp_close_rollover.png     |      Bin 470 -> 0 bytes
 .../tabcontrol/resources/xp_minimize_enabled.png   |      Bin 0 -> 1279 bytes
 .../tabcontrol/resources/xp_minimize_pressed.png   |      Bin 0 -> 3153 bytes
 .../tabcontrol/resources/xp_minimize_rollover.png  |      Bin 0 -> 3171 bytes
 .../resources/xp_restore_group_enabled.png         |      Bin 0 -> 1279 bytes
 .../resources/xp_restore_group_pressed.png         |      Bin 0 -> 3112 bytes
 .../resources/xp_restore_group_rollover.png        |      Bin 0 -> 3131 bytes
 .../tabcontrol/ButtonPopupSwitcherTestHid.java     |       40 +-
 .../netbeans/swing/tabcontrol/DataModelTest.java   |        2 +-
 .../swing/tabcontrol/plaf/StackLayoutTest.java     |        7 +
 o.n.upgrader/arch.xml                              |       42 +-
 o.n.upgrader/manifest.mf                           |        2 +-
 o.n.upgrader/nbproject/project.properties          |        4 +
 .../src/org/netbeans/upgrade/AutoUpgrade.java      |      133 +-
 .../src/org/netbeans/upgrade/AutoUpgradePanel.form |       23 +-
 .../src/org/netbeans/upgrade/AutoUpgradePanel.java |       27 +-
 .../src/org/netbeans/upgrade/Bundle.properties     |        8 +-
 .../src/org/netbeans/upgrade/CopyFiles.java        |       37 +-
 o.n.upgrader/src/org/netbeans/util/Util.java       |      104 +-
 .../src/org/netbeans/upgrade/CopyFilesTest.java    |      124 +
 .../launcher/PlatformWithAbsolutePathTest.java     |        2 +-
 o.openidex.util/apichanges.xml                     |       20 +
 o.openidex.util/arch.xml                           |        6 +-
 o.openidex.util/manifest.mf                        |        4 +-
 o.openidex.util/nbproject/org-openidex-util.sig    |        3 +-
 o.openidex.util/nbproject/project.properties       |        2 +
 o.openidex.util/nbproject/project.xml              |       46 +-
 .../src/org/openidex/resources/Bundle.properties   |        2 +-
 .../src/org/openidex/search/SearchGroup.java       |       14 +
 .../src/org/openidex/search/SearchHistory.java     |       47 +-
 .../src/org/openidex/search/SearchInfo.java        |       17 +
 .../src/org/openidex/search/SearchPattern.java     |       26 +
 .../src/org/openidex/search/SharabilityFilter.java |       39 +-
 .../org/openidex/search/SimpleSearchIterator.java  |       58 +-
 .../src/org/openidex/search/VisibilityFilter.java  |       35 +-
 .../search/impl/ProjectSearchingUtils.java         |      271 +
 .../unit/data/projects/Project1/src/RootClass.java |       41 +
 .../Project1/src/foo/bar/baz/SampleClass.java      |       41 +
 .../src/foo/bar/baz/SampleClass_invisible.java     |       41 +
 .../src/foo/bar/baz/SampleClass_unsharable.java    |       41 +
 .../src/foo/bar/baz_unsharable/SomeClass.java      |       43 +-
 .../src/foo/bar_invisible/AnotherClass.java        |       44 +-
 .../src/foo_sharable/DummyClass_unsharable.java    |       43 +-
 .../projects/Project1/test/abc/xyz/SimpleTest.java |       41 +
 .../src/org/openidex/search/SearchGroupTest.java   |      180 +
 .../src/org/openidex/search/SearchHistoryTest.java |        4 +-
 openide.actions/apichanges.xml                     |        2 +-
 openide.actions/manifest.mf                        |        2 +-
 openide.actions/nbproject/org-openide-actions.sig  |       13 +-
 openide.actions/nbproject/project.properties       |        3 +
 openide.actions/nbproject/project.xml              |       16 +-
 .../src/org/openide/actions/Bundle.properties      |        4 +
 .../org/openide/actions/GarbageCollectAction.java  |        7 +-
 .../src/org/openide/actions/HeapView.java          |      217 +-
 .../src/org/openide/actions/PropertiesAction.java  |       11 +-
 .../src/org/openide/actions/RedoAction.java        |       20 +-
 .../src/org/openide/actions/RenameAction.java      |       18 +-
 .../src/org/openide/actions/SaveAction.java        |       28 +-
 .../src/org/openide/actions/ToolsAction.java       |       40 +-
 .../src/org/openide/actions/UndoAction.java        |        3 +-
 .../src/org/openide/actions/UndoRedoAction.java    |       25 +-
 .../src/org/openide/actions/PasteActionTest.java   |        7 +
 .../org/openide/actions/ToolsActionSlowTest.java   |      123 +
 .../org/openide/actions/UndoRedoActionTest.java    |        9 +-
 openide.awt/apichanges.xml                         |      273 +-
 openide.awt/arch.xml                               |       20 +-
 openide.awt/manifest.mf                            |        2 +-
 openide.awt/nbproject/org-openide-awt.sig          |      346 +-
 openide.awt/nbproject/project.properties           |        4 +
 openide.awt/nbproject/project.xml                  |       16 +-
 .../src/org/netbeans/api/actions/Savable.java      |       79 +
 .../modules/openide/awt/ActionProcessor.java       |      168 +-
 .../modules/openide/awt/SavableRegistry.java       |       70 +
 .../org/netbeans/spi/actions/AbstractSavable.java  |      177 +
 .../src/org/netbeans/spi/actions/package.html      |       48 +
 .../src/org/openide/awt/AcceleratorBinding.java    |      116 +
 openide.awt/src/org/openide/awt/ActionID.java      |        1 +
 .../src/org/openide/awt/ActionRegistration.java    |       68 +-
 openide.awt/src/org/openide/awt/Actions.java       |      230 +-
 .../src/org/openide/awt/AlwaysEnabledAction.java   |      135 +-
 openide.awt/src/org/openide/awt/Bundle.properties  |       32 +-
 .../org/openide/awt/CheckForUpdatesProvider.java   |       75 +
 .../src/org/openide/awt/CloseButtonFactory.java    |      320 +
 .../src/org/openide/awt/CloseButtonTabbedPane.java |      612 -
 openide.awt/src/org/openide/awt/ColorComboBox.java |      218 +
 .../openide/awt/ColorComboBoxRendererWrapper.java  |       96 +
 openide.awt/src/org/openide/awt/ColorIcon.java     |       87 +
 openide.awt/src/org/openide/awt/ColorValue.java    |      114 +
 .../src/org/openide/awt/ContextManager.java        |      144 +-
 .../src/org/openide/awt/DropDownButton.java        |       69 +-
 .../src/org/openide/awt/DropDownButtonFactory.java |       16 +-
 openide.awt/src/org/openide/awt/GeneralAction.java |       56 +-
 openide.awt/src/org/openide/awt/GlobalManager.java |       18 +-
 openide.awt/src/org/openide/awt/HtmlBrowser.java   |       91 +-
 openide.awt/src/org/openide/awt/HtmlLabelUI.java   |       20 +-
 openide.awt/src/org/openide/awt/HtmlRenderer.java  |       82 +-
 .../src/org/openide/awt/HtmlRendererImpl.java      |        9 +-
 openide.awt/src/org/openide/awt/Mnemonics.java     |        9 +-
 .../openide/awt/NotificationCategoryFactory.java   |      148 +
 .../src/org/openide/awt/NotificationDisplayer.java |      211 +-
 openide.awt/src/org/openide/awt/QuickSearch.java   |      904 +
 .../src/org/openide/awt/SwingBrowserImpl.java      |       58 +
 .../src/org/openide/awt/TabbedPaneFactory.java     |       33 +-
 .../src/org/openide/awt/ToolbarWithOverflow.java   |      508 +
 openide.awt/src/org/openide/awt/UndoRedo.java      |      489 +-
 .../awt}/resources/gtk_bigclose_enabled.png        |      Bin
 .../awt}/resources/gtk_bigclose_pressed.png        |      Bin
 .../awt}/resources/gtk_bigclose_rollover.png       |      Bin
 .../openide/awt}/resources/gtk_close_enabled.png   |      Bin
 .../openide/awt}/resources/gtk_close_pressed.png   |      Bin
 .../openide/awt}/resources/gtk_close_rollover.png  |      Bin
 .../awt}/resources/mac_bigclose_enabled.png        |      Bin
 .../awt}/resources/mac_bigclose_pressed.png        |      Bin
 .../awt}/resources/mac_bigclose_rollover.png       |      Bin
 .../awt}/resources/metal_bigclose_enabled.png      |      Bin
 .../awt}/resources/metal_bigclose_pressed.png      |      Bin
 .../awt}/resources/metal_bigclose_rollover.png     |      Bin
 .../org/openide/awt/resources/priority_high.png    |      Bin 0 -> 310 bytes
 .../src/org/openide/awt/resources/priority_low.png |      Bin 0 -> 370 bytes
 .../org/openide/awt/resources/priority_normal.png  |      Bin 0 -> 367 bytes
 .../org/openide/awt/resources/priority_silent.png  |      Bin 0 -> 438 bytes
 .../org/openide/awt/resources/quicksearch/find.png |      Bin 0 -> 573 bytes
 .../openide/awt/resources/quicksearch/findMenu.png |      Bin
 .../awt/resources/quicksearch}/progress_0.png      |      Bin
 .../awt/resources/quicksearch}/progress_1.png      |      Bin
 .../awt/resources/quicksearch}/progress_2.png      |      Bin
 .../awt/resources/quicksearch}/progress_3.png      |      Bin
 .../awt/resources/quicksearch}/progress_4.png      |      Bin
 .../awt/resources/quicksearch}/progress_5.png      |      Bin
 .../awt/resources/quicksearch}/progress_6.png      |      Bin
 .../awt/resources/quicksearch}/progress_7.png      |      Bin
 .../awt/resources/toolbar_arrow_horizontal.png     |      Bin 0 -> 248 bytes
 .../awt/resources/toolbar_arrow_vertical.png       |      Bin 0 -> 245 bytes
 .../src/org/openide/awt/resources/unknown.gif      |      Bin
 .../awt}/resources/vista_bigclose_enabled.png      |      Bin
 .../awt}/resources/vista_bigclose_pressed.png      |      Bin
 .../awt}/resources/vista_bigclose_rollover.png     |      Bin
 .../awt/resources/win8_bigclose_enabled.png        |      Bin 0 -> 187 bytes
 .../awt/resources/win8_bigclose_pressed.png        |      Bin 0 -> 177 bytes
 .../awt/resources/win8_bigclose_rollover.png       |      Bin 0 -> 177 bytes
 .../awt}/resources/win_bigclose_disabled.png       |      Bin
 .../awt}/resources/win_bigclose_enabled.png        |      Bin
 .../awt}/resources/win_bigclose_pressed.png        |      Bin
 .../awt}/resources/win_bigclose_rollover.png       |      Bin
 .../openide/awt}/resources/xp_bigclose_enabled.png |      Bin
 .../openide/awt}/resources/xp_bigclose_pressed.png |      Bin
 .../awt}/resources/xp_bigclose_rollover.png        |      Bin
 .../src/org/netbeans/api/actions/SavableTest.java  |      176 +
 .../modules/openide/awt/ActionProcessorTest.java   |      265 +-
 .../test/unit/src/org/openide/awt/ActionsTest.java |      184 +-
 .../org/openide/awt/AlwaysEnabledActionTest.java   |       63 +
 .../src/org/openide/awt/Bundle_te_NO.properties    |       41 +
 .../src/org/openide/awt/Bundle_te_ST.properties    |       41 +
 .../org/openide/awt/ContextActionInjectTest.java   |       35 +
 .../src/org/openide/awt/ContextActionTest.java     |       28 +
 .../src/org/openide/awt/ContextManagerTest.java    |       92 +-
 .../unit/src/org/openide/awt/HtmlRendererTest.java |        1 +
 .../unit/src/org/openide/awt/MnemonicsTest.java    |       68 +-
 .../awt/NotificationCategoryFactoryTest.java       |      235 +
 .../unit/src/org/openide/awt/QuickSearchTest.java  |      723 +
 .../unit/src/org/openide/awt/SwingBrowserTest.java |        7 +
 .../unit/src/org/openide/awt/TestBundle.properties |        8 +
 .../org/openide/awt/ToolbarWithOverflowTest.java   |       86 +
 .../unit/src/org/openide/awt/UndoRedoTest.java     |       88 +-
 .../awt/data/testIcon24_disabledSelected.gif       |      Bin 0 -> 66 bytes
 .../awt/data/testIcon24_rolloverSelected.gif       |      Bin 0 -> 73 bytes
 .../org/openide/awt/data/testIcon24_selected.gif   |      Bin 0 -> 72 bytes
 .../openide/awt/data/testIcon_disabledSelected.gif |      Bin 0 -> 73 bytes
 .../openide/awt/data/testIcon_rolloverSelected.gif |      Bin 0 -> 73 bytes
 .../src/org/openide/awt/data/testIcon_selected.gif |      Bin 0 -> 73 bytes
 .../test/unit/src/org/openide/awt/mf-layer.xml     |       72 +
 .../test/unit/src/org/openide/awt/test-layer.xml   |       19 +
 openide.compat/manifest.mf                         |        2 +-
 openide.compat/nbproject/project.properties        |        7 +-
 openide.compat/nbproject/project.xml               |       20 +-
 .../src/org/openide/explorer/ExplorerActions.java  |       15 +-
 .../explorer/ExplorerActionsCompatTest.java        |      123 +
 .../openide/explorer/ExplorerActionsImplTest.java  |      116 -
 .../org/openide/explorer/ExplorerActionsTest.java  |       15 +-
 .../org/openide/explorer/ExplorerPanelTest.java    |       70 +-
 .../src/org/openide/explorer/FindHelpTest.java     |        7 +
 .../openide/explorer/propertysheet/ComboTest.java  |        7 +
 .../explorer/propertysheet/PropertyPanelTest.java  |       14 +-
 .../openide/explorer/view/DefaultActionTest.java   |       34 +-
 .../org/openide/explorer/view/ListViewTest.java    |       10 +
 .../explorer/view/ListViewTopComponentTest.java    |       10 +
 .../org/openide/explorer/view/RootContextTest.java |       10 +
 .../explorer/view/SelectNodeInListViewTest.java    |        7 +
 .../src/org/openide/explorer/view/TTVTest.java     |        9 +
 .../windows/TopComponentActivatedNodesTest.java    |        8 +
 openide.dialogs/apichanges.xml                     |       86 +
 openide.dialogs/manifest.mf                        |        2 +-
 openide.dialogs/nbproject/org-openide-dialogs.sig  |       41 +-
 openide.dialogs/nbproject/project.properties       |        3 +
 openide.dialogs/nbproject/project.xml              |        8 +-
 .../org/netbeans/modules/dialogs/defaultWizard.gif |      Bin 4940 -> 7852 bytes
 openide.dialogs/src/org/openide/Bundle.properties  |        2 +
 .../src/org/openide/DialogDisplayer.java           |      139 +-
 .../src/org/openide/NotifyDescriptor.java          |       35 +
 .../src/org/openide/WizardDescriptor.java          |      537 +-
 .../AsynchronousInstantiatingIteratorTest.java     |        8 +-
 .../openide/AsynchronousValidatingPanelTest.java   |      134 +-
 .../src/org/openide/InstantiatingIteratorTest.java |       10 +-
 .../org/openide/NotificationLineSupportTest.java   |       24 +-
 .../unit/src/org/openide/NotifyDescriptorTest.java |       23 +
 .../openide/ProgressInstantiatingIteratorTest.java |        9 +-
 .../test/unit/src/org/openide/WizardDescTest.java  |       31 +-
 .../src/org/openide/WizardDescriptorOrderTest.java |       15 +-
 .../WizardDescriptorWhenClosedWindowTest.java      |       12 +
 openide.execution/apichanges.xml                   |       20 +
 openide.execution/manifest.mf                      |        2 +-
 .../nbproject/org-openide-execution.sig            |       32 +-
 openide.execution/nbproject/project.properties     |        2 +
 openide.execution/nbproject/project.xml            |       14 +-
 .../src/org/openide/execution/NbClassLoader.java   |       10 +-
 .../org/openide/execution/NbClassLoaderTest.java   |        5 +-
 openide.explorer/apichanges.xml                    |      117 +
 openide.explorer/arch-propertysheet.xml            |        6 +
 openide.explorer/arch.xml                          |       49 +-
 openide.explorer/manifest.mf                       |        2 +-
 .../nbproject/org-openide-explorer.sig             |      106 +-
 openide.explorer/nbproject/project.properties      |        5 +
 openide.explorer/nbproject/project.xml             |       14 +-
 .../src/META-INF/upgrade/TreeView.hint             |        3 +
 .../openide/explorer/ExplorerActionsImpl.java      |      856 +
 .../openide/explorer/NodeOperationImpl.java        |       37 +
 .../modules/openide/explorer/UIException.java      |      177 -
 .../src/org/openide/explorer/Bundle.properties     |        9 +-
 .../src/org/openide/explorer/DefaultEMLookup.java  |        9 +-
 .../org/openide/explorer/ExplorerActionsImpl.java  |      741 -
 .../src/org/openide/explorer/ExplorerManager.java  |       70 +-
 .../src/org/openide/explorer/ExplorerUtils.java    |        1 +
 .../openide/explorer/propertysheet/BaseTable.java  |       54 +
 .../explorer/propertysheet/Boolean3WayEditor.java  |        1 -
 .../explorer/propertysheet/ButtonPanel.java        |        8 +-
 .../explorer/propertysheet/CleanComboUI.java       |       57 +-
 .../propertysheet/ComboBoxAutoCompleteSupport.java |      186 +
 .../explorer/propertysheet/ComboInplaceEditor.java |      234 +-
 .../propertysheet/CustomEditorAccessorImpl.java    |      163 +
 .../explorer/propertysheet/CustomEditorAction.java |       20 +-
 .../propertysheet/CustomEditorDisplayer.java       |       16 +-
 .../propertysheet/DescriptionComponent.java        |        4 +
 .../propertysheet/EditablePropertyDisplayer.java   |       16 +-
 .../explorer/propertysheet/EnumPropertyEditor.java |       11 +-
 .../IncrementPropertyValueSupport.java             |       60 +
 .../explorer/propertysheet/IndexedEditorPanel.java |       12 +-
 .../propertysheet/IndexedPropertyEditor.java       |       25 +-
 .../propertysheet/InplaceEditorFactory.java        |       11 +-
 .../explorer/propertysheet/MarginViewportUI.java   |        2 +-
 .../openide/explorer/propertysheet/PropUtils.java  |      235 +-
 .../propertysheet/PropertyDialogManager.java       |        2 +-
 .../explorer/propertysheet/PropertyEnv.java        |       34 +-
 .../explorer/propertysheet/PropertyPanel.java      |        3 +-
 .../explorer/propertysheet/PropertySheet.java      |      173 +-
 .../explorer/propertysheet/PropertySheetView.java  |        3 +-
 .../openide/explorer/propertysheet/ProxyNode.java  |      182 +-
 .../explorer/propertysheet/RendererFactory.java    |       35 +-
 .../propertysheet/ReusablePropertyEnv.java         |       11 +-
 .../explorer/propertysheet/SheetCellEditor.java    |       16 +-
 .../explorer/propertysheet/SheetCellRenderer.java  |        2 +
 .../openide/explorer/propertysheet/SheetTable.java |      273 +-
 .../explorer/propertysheet/SheetTableModel.java    |       38 +-
 .../propertysheet/StringInplaceEditor.java         |       57 +-
 .../propertysheet/editors/package-info.java        |        5 +
 .../org/openide/explorer/view/BeanTreeView.java    |       14 +-
 .../org/openide/explorer/view/Bundle.properties    |        2 +
 .../src/org/openide/explorer/view/ChoiceView.java  |        3 +
 .../openide/explorer/view/DragDropUtilities.java   |        4 +-
 .../org/openide/explorer/view/DropGlassPane.java   |       13 +-
 .../openide/explorer/view/ExplorerDragSupport.java |       24 +-
 .../src/org/openide/explorer/view/ListView.java    |       31 +-
 .../openide/explorer/view/ListViewDragSupport.java |        7 +-
 .../src/org/openide/explorer/view/MenuView.java    |        4 +-
 .../openide/explorer/view/NodePopupFactory.java    |        4 +-
 .../explorer/view/NodeRenderDataProvider.java      |        4 +-
 .../org/openide/explorer/view/NodeTableModel.java  |       22 +-
 .../org/openide/explorer/view/NodeTreeModel.java   |        2 +-
 .../src/org/openide/explorer/view/OutlineView.java |      823 +-
 .../explorer/view/OutlineViewDropSupport.java      |        6 +-
 .../openide/explorer/view/PropertiesRowModel.java  |      100 +-
 .../explorer/view/QuickSearchTableFilter.java      |       63 +
 .../src/org/openide/explorer/view/SheetCell.java   |       98 +-
 .../explorer/view/TableQuickSearchSupport.java     |      438 +
 .../src/org/openide/explorer/view/TableSheet.java  |        7 +-
 .../org/openide/explorer/view/TableSheetCell.java  |        2 +-
 .../src/org/openide/explorer/view/TreeTable.java   |       74 +-
 .../explorer/view/TreeTableModelAdapter.java       |       11 +-
 .../org/openide/explorer/view/TreeTableView.java   |      145 +-
 .../src/org/openide/explorer/view/TreeView.java    |      559 +-
 .../openide/explorer/view/TreeViewCellEditor.java  |       33 +-
 .../openide/explorer/view/TreeViewDropSupport.java |       10 +-
 .../org/openide/explorer/view/ViewTooltips.java    |       53 +-
 .../src/org/openide/explorer/view/ViewUtil.java    |       36 +
 .../org/openide/explorer/view/VisualizerEvent.java |        1 -
 .../org/openide/explorer/view/VisualizerNode.java  |       35 +-
 .../src/org/openide/explorer/view/find.png         |      Bin 0 -> 573 bytes
 .../src/org/openide/explorer/view/findMenu.png     |      Bin
 .../openide/explorer/ExplorerActionsImplTest.java  |       79 +-
 .../org/openide/explorer/ExplorerUtilsTest.java    |       97 +
 .../openide/explorer/propertysheet/ComboTest.java  |        7 +
 .../propertysheet/EditableDisplayerTest.java       |       10 +-
 .../propertysheet/EditorDisplayerTest.java         |        8 +-
 .../propertysheet/EnumPropertyEditorTest.java      |        3 +
 .../propertysheet/FocusAfterBadEditTest.java       |        7 +-
 .../propertysheet/IndexedPropertyEditorTest.java   |      104 +
 .../propertysheet/IndexedPropertyTest.java         |       11 +-
 .../propertysheet/MorePropertySheetTest.java       |        8 +
 .../explorer/propertysheet/NodeDeletionTest.java   |       11 +-
 .../propertysheet/NodeOperationImplTest.java       |       78 +
 .../explorer/propertysheet/NonEditabilityTest.java |        7 +
 .../propertysheet/PropertyMarkingTest.java         |        7 +
 .../propertysheet/PropertyPanelInDialogTest.java   |       16 +-
 .../explorer/propertysheet/PropertyPanelTest.java  |       31 +-
 .../PropertySheetQuickSearchEnablementTest.java    |      118 +
 .../explorer/propertysheet/PropertySheetTest.java  |       56 +-
 .../explorer/propertysheet/ProxyNodeTest.java      |       92 +
 .../propertysheet/RendererDisplayerTest.java       |       16 +-
 .../propertysheet/RestoreDefaultValueTest.java     |        8 +
 .../propertysheet/ReusablePropertyEnvTest.java     |       59 +
 .../explorer/propertysheet/TagsAndEditorsTest.java |        8 +
 .../AnotherSetKeysBeforeEventsProcessedTest.java   |        7 +
 .../openide/explorer/view/BeanTreeViewTest.java    |      168 +-
 .../org/openide/explorer/view/ChoiceViewTest.java  |       66 +
 .../openide/explorer/view/ContextTreeViewTest.java |        7 +
 .../org/openide/explorer/view/EQFriendlyGC.java    |      121 +
 .../org/openide/explorer/view/ListViewTest.java    |        7 +
 .../openide/explorer/view/ListViewWithUpTest.java  |        7 +
 .../explorer/view/NavigationTreeViewTest.java      |       10 +
 .../explorer/view/OutlineView152857Test.java       |        7 +
 .../explorer/view/OutlineView218096Test.java       |      185 +
 .../explorer/view/OutlineViewOrderingTest.java     |      223 +
 .../org/openide/explorer/view/OutlineViewTest.java |      198 +
 .../org/openide/explorer/view/TableViewTest.java   |       34 +-
 .../openide/explorer/view/TreeNodeLeakTest.java    |        7 +
 .../explorer/view/TreeTableMemoryLeakTest.java     |        7 +
 .../explorer/view/TreeTableView126560Test.java     |        8 +
 .../explorer/view/TreeTableView152857Test.java     |       39 +-
 .../view/TreeTableViewMemoryLeak2Test.java         |        7 +
 .../openide/explorer/view/TreeTableViewTest.java   |        7 +
 .../explorer/view/TreeViewExpandAllTest.java       |        7 +
 .../explorer/view/TreeViewQuickSearchTest.java     |      133 +-
 .../org/openide/explorer/view/TreeViewTest.java    |       19 +-
 .../org/openide/explorer/view/ViewUtilTest.java    |      109 +
 .../view/VisualizerNodeEventsOrderTest.java        |        3 +-
 .../explorer/view/VisualizerNodeQueueTest.java     |      101 +
 .../openide/explorer/view/VisualizerNodeTest.java  |       22 +-
 openide.filesystems/apichanges.xml                 |      334 +
 openide.filesystems/arch.xml                       |       27 +-
 openide.filesystems/manifest.mf                    |        2 +-
 openide.filesystems/module-auto-deps.xml           |       64 +
 .../nbproject/org-openide-filesystems.sig          |      118 +-
 openide.filesystems/nbproject/project.properties   |       21 +
 openide.filesystems/nbproject/project.xml          |        4 +-
 .../src/META-INF/upgrade/FileObject.hint           |       34 +
 .../src/META-INF/upgrade/FileUtil.hint             |       10 +
 .../src/META-INF/upgrade/Repository.hint           |        9 +
 .../openide/filesystems/FileFilterSupport.java     |      470 +
 .../filesystems/RecognizeInstanceFiles.java        |      104 +-
 .../filesystems/declmime/DefaultParser.java        |       58 +-
 .../openide/filesystems/declmime/FileElement.java  |      669 +
 .../filesystems/declmime/FileObjectFilter.java     |       64 -
 .../filesystems/declmime/MIMEComponent.java        |       57 -
 .../filesystems/declmime/MIMEResolverImpl.java     |      783 +-
 .../declmime/MIMEResolverProcessor.java            |      252 +
 .../modules/openide/filesystems/declmime/Util.java |       62 +-
 .../filesystems/declmime/XMLMIMEComponent.java     |       67 +-
 .../openide/filesystems/AbstractFileObject.java    |       20 +-
 .../openide/filesystems/AbstractFileSystem.java    |        4 +-
 .../org/openide/filesystems/AbstractFolder.java    |       22 +-
 .../src/org/openide/filesystems/Bundle.properties  |       23 +-
 .../src/org/openide/filesystems/DeepListener.java  |       38 +-
 .../org/openide/filesystems/DefaultAttributes.java |       28 +-
 .../src/org/openide/filesystems/EventControl.java  |       35 +-
 .../src/org/openide/filesystems/FCLSupport.java    |      105 +-
 .../org/openide/filesystems/FileChangeImpl.java    |      276 +
 .../openide/filesystems/FileChooserBuilder.java    |      103 +-
 .../src/org/openide/filesystems/FileEvent.java     |      107 +-
 .../src/org/openide/filesystems/FileExtrasLkp.java |       78 +
 .../src/org/openide/filesystems/FileLock.java      |       13 +-
 .../src/org/openide/filesystems/FileObject.java    |      194 +-
 .../src/org/openide/filesystems/FileObjectLkp.java |       80 +
 .../src/org/openide/filesystems/FileSystem.java    |      176 +-
 .../src/org/openide/filesystems/FileURL.java       |        3 +-
 .../src/org/openide/filesystems/FileUtil.java      |      480 +-
 .../src/org/openide/filesystems/JarFileSystem.java |       30 +-
 .../org/openide/filesystems/LocalFileSystem.java   |        4 +-
 .../src/org/openide/filesystems/MIMEResolver.java  |      203 +-
 .../src/org/openide/filesystems/MIMESupport.java   |      148 +-
 .../org/openide/filesystems/MemoryFileSystem.java  |        2 +-
 .../org/openide/filesystems/MultiFileObject.java   |      496 +-
 .../org/openide/filesystems/MultiFileSystem.java   |       25 +-
 .../src/org/openide/filesystems/NbfsUtil.java      |       66 +-
 .../src/org/openide/filesystems/Ordering.java      |       16 +-
 .../src/org/openide/filesystems/Repository.java    |      352 +-
 .../src/org/openide/filesystems/StreamPool.java    |       87 +-
 .../src/org/openide/filesystems/URLMapper.java     |       15 +-
 .../src/org/openide/filesystems/XMLFileSystem.java |       37 +-
 .../src/org/openide/filesystems/XMLMapAttr.java    |       14 +-
 .../filesystems/annotations/LayerBuilder.java      |      263 +-
 .../annotations/LayerGeneratingProcessor.java      |       41 +-
 .../annotations/LayerGenerationException.java      |       92 +-
 .../openide/filesystems/doc-files/HOWTO-MIME.html  |       37 +-
 .../test/unit/src/META-INF/upgrade/FileObject.test |       41 +
 .../test/unit/src/META-INF/upgrade/FileUtil.test   |       41 +
 .../openide/filesystems/FileFilterSupportTest.java |      113 +
 .../filesystems/RecognizeInstanceFilesTest.java    |       78 +-
 .../filesystems/declmime/MIMEResolverImplTest.java |      167 +-
 .../declmime/MIMEResolverMarshallTest.java         |       70 +
 .../declmime/MIMEResolverProcessorTest.java        |      215 +
 .../filesystems/declmime/ReadJustOnceTest.java     |      120 +
 .../filesystems/declmime/UserDefinedMIMETest.java  |       90 +
 .../openide/filesystems/declmime/data-fs.xml       |       17 +
 .../filesystems/declmime/mime-resolver-rule.xml    |       18 +
 .../filesystems/mime-resolver-filechooser.xml      |       63 +
 .../openide/filesystems/AbstractFolderTest.java    |      176 +
 .../unit/src/org/openide/filesystems/AttrTest.java |       42 +-
 .../openide/filesystems/AttributesTestHidden.java  |        3 +-
 .../openide/filesystems/ContentProviderTest.java   |       96 +
 .../org/openide/filesystems/DeepListenerTest.java  |       68 +
 .../openide/filesystems/FileChangeImplTest.java    |       83 +
 .../filesystems/FileChooserBuilderTest.java        |       13 +-
 .../openide/filesystems/FileObject227200Test.java  |      125 +
 .../org/openide/filesystems/FileObjectTestHid.java |      507 +-
 .../org/openide/filesystems/FileSystemTest.java    |      116 +
 .../filesystems/FileUtilJavaIOFileHidden.java      |      120 +
 .../src/org/openide/filesystems/FileUtilTest.java  |      144 +-
 .../openide/filesystems/FileUtilTestHidden.java    |       36 +-
 .../openide/filesystems/FilesystemBugsTest.java    |        6 +-
 .../openide/filesystems/FsMimeResolverTest.java    |      164 +
 .../openide/filesystems/JarFileSystemHidden.java   |      226 +-
 .../org/openide/filesystems/JarFileSystemTest.java |        1 +
 .../filesystems/LocalFileSystemAttrTest.java       |       98 +
 .../openide/filesystems/LocalFileSystemTest.java   |        1 +
 .../openide/filesystems/MIMESupport68318Test.java  |       13 +-
 .../openide/filesystems/MIMESupport69049Test.java  |        5 +-
 .../org/openide/filesystems/MIMESupportHid.java    |       71 +
 .../filesystems/MIMESupportResolversTest.java      |        6 +-
 .../org/openide/filesystems/MIMESupportTest.java   |        4 +-
 .../org/openide/filesystems/MemoryFSTestHid.java   |        6 +-
 .../filesystems/MultiFileObjectTestHid.java        |        9 +-
 .../openide/filesystems/MultiFileSystem1Test.java  |        3 +-
 .../openide/filesystems/MultiFileSystem2Test.java  |        2 +-
 .../openide/filesystems/MultiFileSystem3Test.java  |        3 +-
 .../filesystems/MultiFileSystemGetAttrTest.java    |       32 +-
 .../filesystems/MultiFileSystemMaskTest.java       |       58 +-
 .../filesystems/MultiFileSystemRefreshTest.java    |        4 +-
 .../filesystems/MultiFileSystemRevealTest.java     |      261 +
 .../filesystems/MultiFileSystemXMLTest.java        |        2 +-
 .../MutilFileSystemLayeredDeliveryTest.java        |        8 +-
 .../openide/filesystems/RepositoryIncludeTest.java |      122 +
 .../org/openide/filesystems/RepositoryTest.java    |       50 -
 .../org/openide/filesystems/RepositoryTestHid.java |       27 +-
 .../org/openide/filesystems/StreamPoolTest.java    |       37 +-
 .../openide/filesystems/TempFileObjectTestHid.java |       85 +
 .../src/org/openide/filesystems/TestBaseHid.java   |        4 +
 .../src/org/openide/filesystems/TestUtilHid.java   |      149 +-
 .../openide/filesystems/URLMapper50852Test.java    |        3 +-
 .../src/org/openide/filesystems/URLMapperTest.java |       37 +-
 .../src/org/openide/filesystems/VoidValueTest.java |       17 +-
 .../openide/filesystems/XMLFileSystemTestHid.java  |      123 +-
 .../filesystems/annotations/LayerBuilderTest.java  |      180 +-
 .../annotations/LayerGeneratingProcessorTest.java  |       11 +-
 .../annotations/LayerGenerationExceptionTest.java  |      126 +
 .../openide/filesystems/test/TestFileUtils.java    |       40 +-
 openide.io/apichanges.xml                          |      100 +
 openide.io/manifest.mf                             |        2 +-
 openide.io/nbproject/org-openide-io.sig            |       52 +-
 openide.io/nbproject/project.xml                   |       24 +-
 openide.io/src/org/openide/windows/FoldHandle.java |      192 +
 openide.io/src/org/openide/windows/IOColors.java   |       21 +-
 .../src/org/openide/windows/IOContainer.java       |        5 +-
 openide.io/src/org/openide/windows/IOFolding.java  |      185 +
 openide.io/src/org/openide/windows/IOProvider.java |       30 +
 .../src/org/openide/windows/IOFoldingTest.java     |      285 +
 openide.loaders/apichanges.xml                     |      262 +-
 openide.loaders/arch.xml                           |       61 +-
 openide.loaders/manifest.mf                        |        2 +-
 openide.loaders/nbproject/org-openide-loaders.sig  |      448 +-
 openide.loaders/nbproject/project.properties       |       11 +
 openide.loaders/nbproject/project.xml              |       45 +-
 .../upgrade/org.openide.loaders.DataObject.hint    |        4 +
 .../api/templates/TemplateRegistration.java        |      142 +
 .../api/templates/TemplateRegistrations.java       |       56 +
 .../netbeans/modules/openide/loaders/AWTTask.java  |      115 +-
 .../modules/openide/loaders/DataNodeUtils.java     |       56 +
 .../loaders/DataObjectFactoryProcessor.java        |      198 +
 .../openide/loaders/FileEntityResolver.java        |        1 +
 .../netbeans/modules/openide/loaders/SimpleES.java |      240 +
 .../netbeans/modules/openide/loaders/Unmodify.java |       54 +
 .../org/netbeans/modules/openide/loaders/layer.xml |       44 +
 .../ScriptingCreateFromTemplateHandler.java        |       23 +-
 .../modules/templates/TemplateProcessor.java       |      170 +
 .../src/org/openide/actions/FileSystemAction.java  |       21 +-
 .../src/org/openide/actions/NewTemplateAction.java |       89 +-
 .../src/org/openide/actions/SaveAsAction.java      |        7 +-
 .../org/openide/actions/SaveAsTemplateAction.java  |        3 +-
 .../src/org/openide/awt/AcceleratorBinding.java    |      121 -
 .../src/org/openide/awt/DynaMenuModel.java         |       14 +-
 openide.loaders/src/org/openide/awt/MenuBar.java   |      187 +-
 openide.loaders/src/org/openide/awt/Toolbar.java   |       85 +-
 .../src/org/openide/awt/ToolbarPool.java           |       33 +-
 .../src/org/openide/loaders/Bundle.properties      |       14 +-
 .../src/org/openide/loaders/DataFolder.java        |       44 +-
 .../src/org/openide/loaders/DataLoaderPool.java    |       23 +-
 .../src/org/openide/loaders/DataNode.java          |       44 +-
 .../src/org/openide/loaders/DataObject.java        |      421 +-
 .../src/org/openide/loaders/DataObjectPool.java    |      128 +-
 .../src/org/openide/loaders/DataShadow.java        |      189 +-
 .../src/org/openide/loaders/DefaultDataObject.java |       15 +-
 .../src/org/openide/loaders/DefaultES.java         |       46 +-
 .../src/org/openide/loaders/ExtensionList.java     |        3 +-
 .../src/org/openide/loaders/FileEntry.java         |        3 +
 .../src/org/openide/loaders/FolderChildren.java    |      335 +-
 .../src/org/openide/loaders/FolderComparator.java  |       27 +
 .../src/org/openide/loaders/FolderInstance.java    |       51 +-
 .../src/org/openide/loaders/FolderList.java        |      164 +-
 .../src/org/openide/loaders/FolderLookup.java      |        3 +
 .../org/openide/loaders/InstanceDataObject.java    |       91 +-
 .../src/org/openide/loaders/InstanceNode.java      |        7 +-
 .../src/org/openide/loaders/MultiDOEditor.java     |      133 +
 .../src/org/openide/loaders/MultiDataObject.java   |      180 +-
 .../src/org/openide/loaders/MultiFileLoader.java   |       32 +-
 .../src/org/openide/loaders/NewObjectPanel.form    |        8 +-
 .../src/org/openide/loaders/NewObjectPanel.java    |        2 +-
 .../src/org/openide/loaders/OpenSupport.java       |        5 +
 .../src/org/openide/loaders/SortModeEditor.java    |        2 +
 .../src/org/openide/loaders/TemplateWizard.java    |      171 +-
 .../src/org/openide/loaders/TemplateWizard1.form   |        6 +-
 .../src/org/openide/loaders/TemplateWizard1.java   |        2 +
 .../src/org/openide/loaders/TemplateWizard2.form   |        4 +-
 .../src/org/openide/loaders/TemplateWizard2.java   |        2 +-
 .../openide/loaders/TemplateWizardIterImpl.java    |       12 +-
 .../loaders/TemplateWizardIteratorWrapper.java     |       63 +-
 .../src/org/openide/loaders/XMLDataObject.java     |        9 +
 .../src/org/openide/text/DataEditorSupport.java    |      177 +-
 openide.loaders/src/org/openide/text/SimpleES.java |      171 -
 .../unit/src/META-INF/netbeans/translate.names     |        2 +
 .../upgrade/org.openide.loaders.DataObject.test    |       20 +
 .../modules/openide/loaders/AWTTaskTest.java       |      185 +
 .../loaders/DataObjectFactoryProcessorTest.java    |      298 +
 .../openide/loaders/DataShadowTranslateTest.java   |      203 +
 .../openide/loaders/data/DoFPCustomLoader.java     |       66 +
 .../openide/loaders/data/DoFPDataObject.java       |      113 +
 .../loaders/data/DoFPDataObjectCustomLoader.java   |       59 +
 .../loaders/data/DoFPDataObjectMultiple.java       |      114 +
 .../modules/openide/loaders/data/DoFPMIMEType.java |       67 +
 .../netbeans/modules/templates/Bug138973Test.java  |        2 +-
 .../modules/templates/IndentEngineIntTest.java     |        8 +-
 .../modules/templates/SCFTHandlerTest.java         |       16 +-
 .../templates/ScriptingCreateFromTemplateTest.java |       45 +-
 .../org/netbeans/modules/templates/SpeedTest.java  |      132 -
 .../org/openide/actions/FileSystemActionTest.java  |       37 +-
 .../src/org/openide/actions/SaveAsActionTest.java  |        8 +
 .../test/unit/src/org/openide/awt/AWTTaskTest.java |       22 +-
 .../src/org/openide/awt/DynaMenuModelTest.java     |        4 +-
 .../org/openide/awt/MenuBarDeadlock163201Test.java |        2 +
 .../org/openide/awt/MenuBarFastFromAWTTest.java    |      122 +
 .../org/openide/awt/MenuBarSeparatorInAWTTest.java |       26 +-
 .../test/unit/src/org/openide/awt/MenuBarTest.java |      118 +-
 .../org/openide/awt/ToolbarPoolDeadlockTest.java   |        1 +
 .../test/unit/src/org/openide/awt/ToolbarTest.java |       90 +
 .../loaders/CreateFromTemplateHandlerTest.java     |       39 +-
 .../openide/loaders/DataFolderPasteTypesTest.java  |       34 +-
 .../src/org/openide/loaders/DataFolderTest.java    |      188 +
 .../openide/loaders/DataFolderTimeOrderTest.java   |       32 +-
 .../org/openide/loaders/DataGetModifiedTest.java   |       84 +-
 .../loaders/DataLoaderInLayerOnSFSTest.java        |        6 +
 .../org/openide/loaders/DataLoaderInLayerTest.java |       27 +-
 .../unit/src/org/openide/loaders/DataMoveTest.java |      222 +
 .../unit/src/org/openide/loaders/DataNodeTest.java |        3 +
 .../src/org/openide/loaders/DataRenameTest.java    |       23 +-
 .../loaders/DataShadowBrokenAreNotQueriedTest.java |      141 +
 .../loaders/DataShadowBrokenAreNotTestedTest.java  |       58 +-
 .../org/openide/loaders/DataShadowLookupTest.java  |       56 +-
 .../src/org/openide/loaders/DataShadowTest.java    |       98 +-
 .../src/org/openide/loaders/Deadlock35847Test.java |        4 -
 .../src/org/openide/loaders/Deadlock60917Test.java |       14 +-
 .../DefaultDataObjectHasNodeInLookupTest.java      |      177 +
 .../DefaultDataObjectHasOpenActionTest.java        |       14 +-
 .../loaders/DefaultDataObjectHasOpenTest.java      |        8 +
 .../DefaultDataObjectMissingBinaryTest.java        |      218 +
 .../org/openide/loaders/DefaultDataObjectTest.java |       53 +-
 .../openide/loaders/DragAndDropDataNodeTest.java   |        5 +-
 .../loaders/FightWithWrongOrderInPathsTest.java    |        2 +
 .../loaders/FileLookupViaDataObjectTest.java       |       80 +
 .../openide/loaders/FolderChildrenFindTest.java    |       86 +
 .../openide/loaders/FolderChildrenInEQTest.java    |      109 +
 .../org/openide/loaders/FolderChildrenTest.java    |      357 +-
 .../src/org/openide/loaders/FolderListTest.java    |       77 +
 .../openide/loaders/InstanceCookieViaNodeTest.java |      113 +
 .../loaders/InstanceDataObjectHasEditorTest.java   |        5 +-
 .../InstanceDataObjectSynchronizedTest.java        |      127 +
 .../openide/loaders/InstanceDataObjectTest.java    |       13 +-
 .../org/openide/loaders/LoggingControlTest.java    |        4 +
 .../org/openide/loaders/MultiDataObjectTest.java   |       18 +-
 .../loaders/MultiDataObjectVersion1Test.java       |      216 +
 .../org/openide/loaders/NewObjectPanelTest.java    |        7 +
 .../org/openide/loaders/OperationListenerTest.java |       10 +-
 .../org/openide/loaders/SavableDataObjectTest.java |      200 +
 .../org/openide/loaders/TemplateWizardTest.java    |       43 +-
 .../openide/loaders/UniFileLoaderSndEntryTest.java |      196 +
 .../src/org/openide/loaders/XMLDataObjectTest.java |      140 -
 .../loaders/data/InstanceDataObjectTest.xml        |        3 +
 .../org/openide/text/AnnotationProviderTest.java   |        8 +
 .../org/openide/text/DataEditorReadOnlyTest.java   |        5 +
 .../text/DataEditorSupportEncodingTest.java        |      145 +
 .../openide/text/DataEditorSupportMoveTest.java    |      227 +
 .../text/ExternalChangeOfModifiedFileTest.java     |       17 +-
 .../text/ExternalDeleteOfModifiedBigFileTest.java  |       10 +-
 .../text/ExternalDeleteOfModifiedFileTest.java     |       10 +-
 .../text/FileSizeThreshholdExceptionTest.java      |      266 +
 .../src/org/openide/text/ReloadDeadlockTest.java   |      182 -
 .../text/RenameWithTimestampChangeTest.java        |       22 +-
 .../src/org/openide/text/SimpleDESFactoryTest.java |       56 +
 .../unit/src/org/openide/text/SimpleDESTest.java   |       47 +-
 .../src/org/openide/text/SimpleFactoryTest.java    |      246 +
 .../org/openide/text/TemplatesMimeTypeTest.java    |      187 +
 .../test/unit/src/org/openide/text/XMLCESTest.java |      140 +
 openide.modules/apichanges.xml                     |      146 +
 openide.modules/arch.xml                           |       23 +-
 openide.modules/manifest.mf                        |        2 +-
 openide.modules/nbproject/org-openide-modules.sig  |       39 +-
 openide.modules/nbproject/project.properties       |        2 +
 openide.modules/nbproject/project.xml              |        4 +-
 .../openide/modules/PatchedPublicProcessor.java    |        2 +-
 .../src/org/openide/modules/Dependency.java        |       18 +-
 .../src/org/openide/modules/ModuleInstall.java     |        9 +-
 .../src/org/openide/modules/Modules.java           |       41 +-
 .../src/org/openide/modules/OnStart.java           |       79 +
 .../src/org/openide/modules/OnStop.java            |       88 +
 .../src/org/openide/modules/Places.java            |      156 +
 .../src/org/openide/modules/doc-files/api.html     |      162 +-
 .../src/org/openide/modules/DependencyTest.java    |        7 +-
 .../unit/src/org/openide/modules/PlacesTest.java   |       61 +
 .../org/openide/modules/api/PlacesTestUtils.java   |       54 +
 openide.nodes/apichanges.xml                       |       72 +
 openide.nodes/arch.xml                             |       15 +-
 openide.nodes/manifest.mf                          |        2 +-
 openide.nodes/module-auto-deps.xml                 |       64 +
 openide.nodes/nbproject/org-openide-nodes.sig      |       89 +-
 openide.nodes/nbproject/project.properties         |        8 +
 openide.nodes/nbproject/project.xml                |       13 +-
 .../META-INF/upgrade/org.openides.nodes.Node.hint  |        4 +
 .../openide/nodes/NodesAnnotationProcessor.java    |      182 +
 .../openide/nodes/NodesRegistrationSupport.java    |      297 +
 .../src/org/openide/cookies/InstanceCookie.java    |       10 +-
 .../src/org/openide/cookies/SaveCookie.java        |       10 +-
 .../src/org/openide/nodes/AsynchChildren.java      |       38 +-
 .../src/org/openide/nodes/BeanInfoSearchPath.java  |       59 +
 .../src/org/openide/nodes/ChildFactory.java        |       15 +-
 openide.nodes/src/org/openide/nodes/Children.java  |       40 +-
 .../src/org/openide/nodes/ChildrenArray.java       |        4 +-
 .../src/org/openide/nodes/EntrySupport.java        |     1790 +-
 .../src/org/openide/nodes/EntrySupportDefault.java |      871 +
 .../src/org/openide/nodes/EntrySupportLazy.java    |      924 +
 .../org/openide/nodes/EntrySupportLazyState.java   |      382 +
 .../src/org/openide/nodes/FilterNode.java          |       94 +-
 .../org/openide/nodes/IndexedPropertySupport.java  |        2 +
 openide.nodes/src/org/openide/nodes/Node.java      |      165 +-
 .../src/org/openide/nodes/NodeLookup.java          |       11 +-
 openide.nodes/src/org/openide/nodes/NodeOp.java    |       12 +
 .../src/org/openide/nodes/NodeOperation.java       |       15 +
 .../openide/nodes/PropertyEditorRegistration.java  |       66 +
 .../openide/nodes/PropertyEditorSearchPath.java    |       60 +
 openide.nodes/src/org/openide/nodes/Sheet.java     |       40 +-
 .../src/org/openide/nodes/SynchChildren.java       |        1 -
 .../src/org/openide/util/actions/CookieAction.java |       12 +-
 .../src/org/openide/util/actions/NodeAction.java   |       10 +-
 .../META-INF/upgrade/org.openides.nodes.Node.test  |       20 +
 .../openide/nodes/PEAnnotationProcessorTest.java   |      168 +
 .../modules/openide/nodes/PELookupTest.java        |       81 +
 .../openide/nodes/PERegistrationSupportTest.java   |       83 +
 .../modules/openide/nodes/TestPropertyEditor.java  |      117 +
 .../modules/openide/nodes/package-info.java        |        7 +
 .../src/org/openide/nodes/ChildFactoryTest.java    |      159 +-
 .../org/openide/nodes/ChildrenArrayLazyTest.java   |       68 +
 .../src/org/openide/nodes/ChildrenArrayTest.java   |        4 -
 .../nodes/ChildrenFilterAsLazyKeysTest.java        |        4 +-
 .../nodes/ChildrenInitializedMeanwhileTest.java    |      140 +
 .../openide/nodes/ChildrenKeysIssue30907Test.java  |        1 -
 .../src/org/openide/nodes/ChildrenKeysTest.java    |      114 +-
 .../openide/nodes/EntrySupportLazyStateTest.java   |       78 +
 .../unit/src/org/openide/nodes/FilterNodeTest.java |       82 +-
 .../org/openide/nodes/LazyChildrenKeysTest.java    |        2 +-
 .../org/openide/nodes/NodeLookupDelayedTest.java   |      123 +
 .../unit/src/org/openide/nodes/PropertiesTest.java |       49 +-
 .../src/org/openide/nodes/PropertySupportTest.java |      143 +
 .../test/unit/src/org/openide/nodes/SheetTest.java |       76 +-
 .../org/openide/util/actions/CookieActionTest.java |        2 +-
 openide.options/manifest.mf                        |        2 +-
 openide.options/nbproject/project.properties       |        5 +
 openide.options/nbproject/project.xml              |       12 +-
 .../src/org/openide/options/SystemOptionTest.java  |        1 +
 openide.text/apichanges.xml                        |      112 +
 openide.text/arch.xml                              |        5 +
 openide.text/manifest.mf                           |        3 +-
 openide.text/nbproject/org-openide-text.sig        |      102 +-
 openide.text/nbproject/project.properties          |        6 +-
 openide.text/nbproject/project.xml                 |       16 +-
 .../netbeans/modules/openide/text/Installer.java   |        7 +-
 .../src/org/openide/text/CloneableEditor.java      |      802 +-
 .../openide/text/CloneableEditorInitializer.java   |      659 +
 .../org/openide/text/CloneableEditorSupport.java   |     2502 +-
 .../text/CloneableEditorSupportRedirector.java     |       31 +-
 .../src/org/openide/text/DocumentLine.java         |      109 +-
 .../src/org/openide/text/DocumentOpenClose.java    |     1062 +
 .../src/org/openide/text/DocumentStatus.java       |       56 +
 .../src/org/openide/text/EditorSupportLineSet.java |       59 +-
 .../src/org/openide/text/FilterDocument.java       |        9 +-
 openide.text/src/org/openide/text/LazyLines.java   |        6 +-
 .../src/org/openide/text/LineListener.java         |        8 +-
 openide.text/src/org/openide/text/LineStruct.java  |       11 +-
 openide.text/src/org/openide/text/NbDocument.java  |      232 +
 openide.text/src/org/openide/text/PositionRef.java |       70 +-
 .../src/org/openide/text/QuietEditorPane.java      |       81 +-
 .../src/org/openide/text/StableCompoundEdit.java   |      263 +
 .../src/org/openide/text/UndoRedoManager.java      |      742 +
 .../openide/text/UserQuestionExceptionHandler.java |      150 +
 .../src/org/openide/text/WrapUndoEdit.java         |      197 +
 .../openide/text/CloneableEditorAssociateTest.java |      253 +
 .../text/CloneableEditorCreationFinishedTest.java  |      131 +-
 .../text/CloneableEditorDocumentGCTest.java        |       84 +-
 .../text/CloneableEditorDoubleLoadingTest.java     |        8 +
 ...loneableEditorNeverendingLoadingAsync2Test.java |       14 +-
 .../text/CloneableEditorRecentPaneTest.java        |        8 +
 .../CloneableEditorSupportCOSRedirectorTest.java   |      392 +
 .../text/CloneableEditorSupportDoubleSaveTest.java |      291 +
 .../text/CloneableEditorSupportOpenCloseTest.java  |      302 +
 .../text/CloneableEditorSupportPaneAsyncTest.java  |        8 +
 .../text/CloneableEditorSupportPaneTest.java       |        8 +
 .../text/CloneableEditorSupportRedirectorTest.java |       21 +-
 .../text/CloneableEditorSupportSaveTest.java       |      299 +
 .../openide/text/CloneableEditorSupportTest.java   |       42 +-
 .../src/org/openide/text/CloneableEditorTest.java  |       21 +
 .../src/org/openide/text/Deadlock207571Test.java   |      370 +
 .../src/org/openide/text/Deadlock49178Test.java    |        3 +
 .../src/org/openide/text/Deadlock56413Test.java    |       17 +-
 .../DocumentCannotBeClosedWhenAWTBlockedTest.java  |        3 +-
 .../DocumentCannotBeClosedWhenReadLockedTest.java  |      144 +-
 .../org/openide/text/EditToBeUndoneRedoneTest.java |      285 +
 .../text/ExternalChangeOfModifiedContentTest.java  |        8 +
 .../text/ExternalDeleteOfModifiedContentTest.java  |       15 +
 .../org/openide/text/InitializeBug132662Test.java  |        8 +
 .../src/org/openide/text/InitializeInAWTTest.java  |       43 +-
 .../openide/text/InitializeOnBackgroundTest.java   |       19 +-
 .../src/org/openide/text/LoadMultipleDocsTest.java |        9 +-
 .../unit/src/org/openide/text/NbLikeEditorKit.java |      127 +-
 .../openide/text/NetworkConnectionLostTest.java    |        8 +
 .../text/NotifyModifiedOnNbEditorLikeKitTest.java  |       21 +-
 .../src/org/openide/text/NotifyModifiedTest.java   |      192 +-
 .../test/unit/src/org/openide/text/ReloadTest.java |        3 +
 .../src/org/openide/text/ReusableEditor2Test.java  |        8 +
 .../src/org/openide/text/ReusableEditorTest.java   |        8 +
 .../openide/text/Starvation37045SecondTest.java    |        2 +-
 .../src/org/openide/text/Starvation37045Test.java  |        3 +-
 .../text/UndoRedoWrappingCooperationTest.java      |      224 +-
 .../org/openide/text/WrapEditorComponentTest.java  |        8 +
 .../test/unit/src/org/openide/text/XMLCESTest.java |      210 +
 openide.util.enumerations/manifest.mf              |        2 +-
 .../nbproject/project.properties                   |        2 +
 openide.util.lookup/apichanges.xml                 |       64 +
 openide.util.lookup/arch.xml                       |       12 +-
 openide.util.lookup/manifest.mf                    |        2 +-
 .../nbproject/org-openide-util-lookup.sig          |       29 +-
 openide.util.lookup/nbproject/project.properties   |        2 +
 .../services/javax.annotation.processing.Processor |        1 +
 .../META-INF/upgrade/org.openide.util.Lookup.hint  |       24 +
 .../openide/util/NamedServiceProcessor.java        |      309 +
 .../openide/util/ServiceProviderProcessor.java     |        8 +-
 .../src/org/openide/util/Lookup.java               |       34 +-
 .../org/openide/util/lookup/AbstractLookup.java    |       99 +-
 .../src/org/openide/util/lookup/ArrayStorage.java  |       36 +-
 .../org/openide/util/lookup/DelegatingStorage.java |        6 +-
 .../org/openide/util/lookup/ExcludingLookup.java   |       74 +-
 .../org/openide/util/lookup/InheritanceTree.java   |       18 +-
 .../org/openide/util/lookup/InstanceContent.java   |        3 +-
 .../openide/util/lookup/LookupListenerList.java    |      125 +
 .../src/org/openide/util/lookup/Lookups.java       |       10 +-
 .../src/org/openide/util/lookup/MetaInfCache.java  |      127 +
 .../openide/util/lookup/MetaInfServicesLookup.java |      196 +-
 .../util/lookup/NamedServiceDefinition.java        |       98 +
 .../src/org/openide/util/lookup/ProxyLookup.java   |      526 +-
 .../org/openide/util/lookup/ServiceProvider.java   |       10 +
 .../org/openide/util/lookup/SimpleProxyLookup.java |       30 +-
 .../org/openide/util/lookup/SingletonLookup.java   |        4 +
 .../org/openide/util/lookup/WaitableResult.java    |        4 +-
 .../implspi/AbstractServiceProviderProcessor.java  |       81 +-
 .../openide/util/lookup/implspi/ActiveQueue.java   |      139 +-
 .../util/lookup/implspi/NamedServicesProvider.java |       70 +-
 .../META-INF/upgrade/org.openide.util.Lookup.test  |       60 +
 .../test/unit/src/org/bar/Comparator2.java         |       43 +
 .../test/unit/src/org/bar/Comparator3.java         |       43 +
 .../test/unit/src/org/bar/Implementation2.java     |       44 +
 .../test/unit/src/org/bar/Iterator2.java           |       43 +
 .../test/unit/src/org/foo/Interface.java           |       44 +
 .../test/unit/src/org/foo/impl/Comparator1.java    |       43 +
 .../unit/src/org/foo/impl/Implementation1.java     |       44 +
 .../test/unit/src/org/foo/impl/Iterator1.java      |       43 +
 .../test/unit/src/org/foo/impl/Runnable1.java      |       43 +
 .../modules/openide/util/ActiveQueueTest.java      |        5 +
 .../openide/util/NamedServiceProcessorTest.java    |      279 +
 .../openide/util/ServiceProviderProcessorTest.java |       31 +
 .../openide/util/lookup/AbstractLookupBaseHid.java |      190 +-
 .../util/lookup/AbstractLookupExecutorTest.java    |       16 +-
 .../openide/util/lookup/AbstractLookupTest.java    |       19 +-
 .../openide/util/lookup/ExcludingLookupTest.java   |       28 +-
 .../src/org/openide/util/lookup/LookupBugTest.java |       44 +
 .../util/lookup/LookupListenerListTest.java        |      113 +
 .../openide/util/lookup/LookupPermGenLeakTest.java |      162 +
 .../org/openide/util/lookup/MetaInfCacheTest.java  |      197 +
 .../util/lookup/MetaInfServicesLookupTest.java     |      114 +-
 .../util/lookup/MetaInfServicesProxyTest.java      |       52 +
 .../util/lookup/NamedServicesLookupTest.java       |       20 +-
 .../openide/util/lookup/ProxyLookup173975Test.java |       44 +-
 .../util/lookup/ProxyLookupAvoidBeforeTest.java    |      124 +
 .../lookup/ProxyLookupEventIssue136866Test.java    |       44 +
 .../util/lookup/ProxyLookupResultListenerTest.java |      201 +
 .../org/openide/util/lookup/ProxyLookupTest.java   |       53 +-
 .../openide/util/lookup/ProxyProxyLookupTest.java  |       65 +
 .../util/lookup/implspi/ServiceLoaderLineTest.java |        3 +
 .../util/test/AnnotationProcessorTestUtils.java    |       22 +
 openide.util/apichanges.xml                        |      235 +
 openide.util/arch.xml                              |        4 +
 openide.util/manifest.mf                           |        2 +-
 openide.util/nbproject/org-openide-util.sig        |      144 +-
 openide.util/nbproject/project.properties          |        9 +
 openide.util/nbproject/project.xml                 |        2 +-
 .../src/META-INF/upgrade/ImageUtilities.hint       |       19 +
 openide.util/src/META-INF/upgrade/NbBundle.hint    |        9 +
 openide.util/src/META-INF/upgrade/Utilities.hint   |       19 +
 .../modules/openide/util/NbBundleProcessor.java    |       54 +-
 .../openide/util/ProxyURLStreamHandlerFactory.java |        3 +-
 .../URLStreamHandlerRegistrationProcessor.java     |       82 -
 openide.util/src/org/openide/ErrorManager.java     |       49 +-
 openide.util/src/org/openide/LifecycleManager.java |       17 +
 .../src/org/openide/util/Bundle.properties         |       39 +
 .../src/org/openide/util/CharSequences.java        |      678 +-
 .../org/openide/util/ContextGlobalProvider.java    |        9 +-
 openide.util/src/org/openide/util/Exceptions.java  |       59 +-
 openide.util/src/org/openide/util/HelpCtx.java     |       41 +-
 .../src/org/openide/util/ImageUtilities.java       |       93 +-
 openide.util/src/org/openide/util/Mutex.java       |      243 +-
 openide.util/src/org/openide/util/NbBundle.java    |       11 +-
 .../src/org/openide/util/NetworkSettings.java      |      157 +-
 openide.util/src/org/openide/util/Pair.java        |      114 +
 openide.util/src/org/openide/util/Parameters.java  |        2 +-
 .../src/org/openide/util/RequestProcessor.java     |      455 +-
 openide.util/src/org/openide/util/Task.java        |       40 +-
 .../openide/util/URLStreamHandlerRegistration.java |        2 +
 .../org/openide/util/UserQuestionException.java    |        5 +
 openide.util/src/org/openide/util/Utilities.java   |      480 +-
 .../src/org/openide/util/WeakListenerImpl.java     |      110 +-
 .../openide/util/actions/BooleanStateAction.java   |        8 +-
 .../openide/util/actions/CallableSystemAction.java |        3 +-
 .../openide/util/actions/CallbackSystemAction.java |        6 +-
 .../src/org/openide/util/actions/SystemAction.java |       12 +-
 .../org/openide/util/datatransfer/ExClipboard.java |       32 +-
 openide.util/src/org/openide/xml/XMLUtil.java      |       44 +-
 .../test/unit/src/META-INF/upgrade/NbBundle.test   |       34 +
 .../openide/util/NbBundleProcessorTest.java        |       94 +-
 .../ErrorManagerDelegatesToLoggingTest.java        |       34 +-
 .../unit/src/org/openide/ErrorManagerTest.java     |       29 +-
 .../src/org/openide/LifecycleManagerEDTTest.java   |       58 +
 .../unit/src/org/openide/LifecycleManagerTest.java |       99 +
 .../src/org/openide/util/CharSequencesTest.java    |       40 +-
 .../org/openide/util/EditablePropertiesTest.java   |       18 +-
 .../unit/src/org/openide/util/ExceptionsTest.java  |       82 +
 .../openide/util/ImageUtilitiesGetLoaderTest.java  |        7 +-
 .../src/org/openide/util/ImageUtilitiesTest.java   |       99 +-
 .../openide/util/LookupAndRPLeaksPermGenTest.java  |       73 +
 .../test/unit/src/org/openide/util/MutexTest.java  |        2 +
 .../unit/src/org/openide/util/MutexTryTest.java    |      158 +
 .../src/org/openide/util/NetworkSettingsTest.java  |      164 +-
 .../test/unit/src/org/openide/util/PairTest.java   |       79 +
 .../openide/util/RequestProcessor180386Test.java   |       57 +-
 .../openide/util/RequestProcessor226051Test.java   |      109 +
 .../util/RequestProcessorHrebejkBugTest.java       |      150 +
 .../openide/util/RequestProcessorLoggingTest.java  |      105 +
 .../openide/util/RequestProcessorMemoryTest.java   |       66 +
 .../openide/util/RequestProcessorParallelTest.java |        4 +-
 .../src/org/openide/util/RequestProcessorTest.java |      220 +-
 .../test/unit/src/org/openide/util/TaskTest.java   |       37 +-
 .../openide/util/UtilitiesProgressCursorTest.java  |        7 +
 .../unit/src/org/openide/util/UtilitiesTest.java   |       50 +-
 .../org/openide/util/UtilitiesTranslate29878.txt   |       48 +-
 .../org/openide/util/WeakListenersSpeedTest.java   |      158 -
 .../src/org/openide/util/WeakListenersTest.java    |       23 +
 .../unit/src/org/openide/util/WeakSetTest.java     |        3 +-
 .../org/openide/util/actions/AsynchronousTest.java |       22 +-
 .../CallbackSystemActionConcurrentTest.java        |      129 +
 .../util/actions/CallbackSystemActionTest.java     |       43 +-
 .../org/openide/util/actions/SystemActionTest.java |        2 +-
 .../test/unit/src/org/openide/util/darkicon.png    |      Bin 0 -> 1163 bytes
 .../unit/src/org/openide/util/darkicon_dark.png    |      Bin 0 -> 1151 bytes
 .../test/unit/src/org/openide/util/darkimage.png   |      Bin 0 -> 1163 bytes
 .../unit/src/org/openide/util/darkimage_dark.png   |      Bin 0 -> 1151 bytes
 .../openide/util/datatransfer/ExClipboardTest.java |       18 +-
 .../unit/src/org/openide/util/test/JarBuilder.java |      126 +
 .../openide/util/test/MockChangeListenerTest.java  |        6 +-
 .../openide/util/test/RestrictThreadCreation.java  |       12 +-
 .../src/org/openide/util/test/TestFileUtils.java   |       97 +-
 .../test/unit/src/org/openide/xml/XMLUtilTest.java |        8 +-
 openide.windows/apichanges.xml                     |      243 +
 openide.windows/arch.xml                           |      175 +-
 openide.windows/manifest.mf                        |        2 +-
 openide.windows/nbproject/org-openide-windows.sig  |      103 +-
 openide.windows/nbproject/project.properties       |        5 +-
 openide.windows/nbproject/project.xml              |        8 +-
 .../openide/windows/GlobalActionContextImpl.java   |       24 +-
 .../openide/windows/TopComponentProcessor.java     |       77 +-
 .../org/openide/windows/CloneableOpenSupport.java  |       56 +-
 .../windows/CloneableOpenSupportRedirector.java    |      121 +
 .../org/openide/windows/CloneableTopComponent.java |       19 +-
 .../openide/windows/DefaultTopComponentLookup.java |        2 +-
 .../src/org/openide/windows/DelegateActionMap.java |        8 +-
 .../src/org/openide/windows/OnShowing.java         |       78 +
 .../src/org/openide/windows/OnShowingHandler.java  |       99 +
 .../org/openide/windows/OpenComponentAction.java   |        5 +
 .../src/org/openide/windows/TopComponent.java      |      231 +-
 .../src/org/openide/windows/WindowManager.java     |      137 +-
 .../src/org/openide/windows/WindowSystemEvent.java |       59 +
 .../org/openide/windows/WindowSystemListener.java  |       81 +
 .../windows/GlobalActionContextImplTest.java       |        7 +
 .../openide/windows/TopComponentProcessorTest.java |       43 +-
 .../openide/windows/CloneableOpenSupportTest.java  |      201 +
 .../openide/windows/CloneableTopComponentTest.java |       79 +
 .../org/openide/windows/DelegateActionMapTest.java |      103 +
 .../org/openide/windows/GlobalContextImplTest.java |       17 +
 .../src/org/openide/windows/OnShowingTest.java     |      244 +
 .../openide/windows/OpenComponentActionTest.java   |        9 +-
 .../openide/windows/TopComponentGetLookupTest.java |       22 +-
 .../openide/windows/TopComponentRegistryTest.java  |        8 +
 .../src/org/openide/windows/TopComponentTest.java  |       17 +-
 options.api/apichanges.xml                         |       78 +
 options.api/arch.xml                               |        7 +
 options.api/manifest.mf                            |        2 +-
 .../nbproject/org-netbeans-modules-options-api.sig |       30 +-
 options.api/nbproject/project.properties           |        7 +
 options.api/nbproject/project.xml                  |       65 +-
 .../org/netbeans/api/options/OptionsDisplayer.java |      113 +-
 .../modules/options/AdvancedOptionImpl.java        |       16 +-
 .../org/netbeans/modules/options/Bundle.properties |       10 +-
 .../netbeans/modules/options/CategoryModel.java    |       23 +-
 .../modules/options/OptionsCategoryImpl.java       |       31 +-
 .../modules/options/OptionsDisplayerImpl.java      |      302 +-
 .../org/netbeans/modules/options/OptionsPanel.java |      827 +-
 .../options/OptionsPanelControllerProcessor.java   |      146 +-
 .../modules/options/QuickSearchProvider.java       |      123 +-
 .../netbeans/modules/options/TabbedController.java |       85 +-
 .../src/org/netbeans/modules/options/Utils.java    |        2 +
 .../modules/options/advanced/AdvancedPanel.java    |       22 +-
 .../options/advanced/AdvancedPanelController.java  |        6 +
 .../netbeans/modules/options/advanced/Model.java   |       21 +-
 .../modules/options/classic/NbMainExplorer.java    |        1 -
 .../modules/options/export/Bundle.properties       |        9 +-
 .../options/export/ExportConfirmationPanel.form    |       30 +-
 .../options/export/ExportConfirmationPanel.java    |       11 +-
 .../options/export/ImportConfirmationPanel.form    |       42 +-
 .../options/export/ImportConfirmationPanel.java    |       24 +-
 .../options/export/OptionsChooserPanel.java        |      236 +-
 .../modules/options/export/OptionsExportModel.java |      227 +-
 .../netbeans/modules/options/export/options.png    |      Bin
 .../modules/options/resources/mf-layer.xml         |        3 +
 .../org/netbeans/spi/options/OptionsCategory.java  |        9 +-
 .../spi/options/OptionsPanelController.java        |      130 +-
 .../modules/options/FoDSearchInOptionsTest.java    |      247 +
 .../modules/options/SaveOptionsOffEDTTest.java     |      159 +
 .../modules/options/SearchInOptionsTest.java       |      261 +
 .../api/options/OptionsDisplayerOpenTest.java      |       28 +-
 .../netbeans/api/options/RegisteredCategory.java   |        2 +-
 .../OptionsPanelControllerProcessorTest.java       |        4 +-
 .../options/export/OptionsExportModelTest.java     |      120 +-
 options.editor/apichanges.xml                      |       55 +
 options.editor/manifest.mf                         |        2 +-
 options.editor/nbproject/project.properties        |        4 +-
 options.editor/nbproject/project.xml               |       58 +-
 .../options/colors/AllLanguagesTokenId.java        |        2 +-
 .../modules/options/colors/AnnotationsPanel.form   |       70 +-
 .../modules/options/colors/AnnotationsPanel.java   |      359 +-
 .../modules/options/colors/Bundle.properties       |       11 +-
 .../modules/options/colors/ColorComboBox.java      |      159 -
 .../options/colors/ColorComboBoxRenderer.java      |      181 -
 .../options/colors/ColorComboBoxSupport.java       |      134 +
 .../modules/options/colors/ColorModel.java         |      101 +-
 .../modules/options/colors/ColorValue.java         |        2 +-
 .../modules/options/colors/FontAndColorsPanel.form |        9 +-
 .../modules/options/colors/FontAndColorsPanel.java |      154 +-
 .../colors/FontAndColorsPanelController.java       |       52 +-
 .../modules/options/colors/HighlightingPanel.form  |       92 +-
 .../modules/options/colors/HighlightingPanel.java  |      324 +-
 .../colors/HighlightingPanelController.java        |      100 +
 .../options/colors/SyntaxColoringPanel.form        |       29 +-
 .../options/colors/SyntaxColoringPanel.java        |      529 +-
 .../netbeans/modules/options/colors/darklaf.png    |      Bin 0 -> 950 bytes
 .../modules/options/editor/Bundle.properties       |       13 +-
 .../options/editor/FolderBasedController.java      |       80 +-
 .../options/editor/FolderBasedOptionPanel.form     |       18 +-
 .../options/editor/FolderBasedOptionPanel.java     |       69 +-
 .../completion/CodeCompletionOptionsPanel.form     |       13 +-
 .../completion/CodeCompletionOptionsPanel.java     |       44 +-
 .../CodeCompletionOptionsPanelController.java      |       55 +-
 .../completion/CodeCompletionOptionsSelector.java  |       17 +
 .../completion/GeneralCompletionOptionsPanel.form  |        6 +-
 .../completion/GeneralCompletionOptionsPanel.java  |       71 +-
 .../GeneralCompletionOptionsPanelController.java   |       10 +
 .../options/editor/keymap/EditorBridge.java        |      117 +-
 .../netbeans/modules/options/editor/mf-layer.xml   |       19 +-
 .../options/editor/onsave/Bundle.properties        |       64 +
 .../options/editor/onsave/OnSaveCommonPanel.form   |       89 +
 .../options/editor/onsave/OnSaveCommonPanel.java   |      254 +
 .../options/editor/onsave/OnSaveTabPanel.form      |      104 +
 .../options/editor/onsave/OnSaveTabPanel.java      |      237 +
 .../editor/onsave/OnSaveTabPanelController.java    |      382 +
 .../options/editor/onsave/OnSaveTabSelector.java   |      218 +
 .../modules/options/editor/package-info.java       |        3 +-
 .../modules/options/editor/spi/OptionsFilter.java  |       88 +-
 .../options/editor/spi/PreferencesCustomizer.java  |       38 +
 .../options/generaleditor/Bundle.properties        |       34 +-
 .../options/generaleditor/GeneralEditorPanel.form  |      352 +-
 .../options/generaleditor/GeneralEditorPanel.java  |      434 +-
 .../GeneralEditorPanelController.java              |        3 +-
 .../modules/options/generaleditor/Model.java       |       35 +-
 .../modules/options/indentation/Bundle.properties  |       12 +-
 .../options/indentation/CustomizerSelector.java    |        4 +
 .../options/indentation/FormattingPanel.form       |      376 +-
 .../options/indentation/FormattingPanel.java       |      160 +-
 .../indentation/FormattingPanelController.java     |       82 +-
 .../options/indentation/IndentationPanel.form      |       14 +-
 .../options/indentation/IndentationPanel.java      |      215 +-
 .../indentation/IndentationPanelController.java    |        2 +-
 .../options/indentation/ProxyPreferences.java      |      869 +-
 .../data/projects/OptionsTestProject/build.xml     |       69 -
 .../OptionsTestProject/nbproject/build-impl.xml    |      591 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |       58 -
 .../OptionsTestProject/nbproject/project.xml       |       16 -
 .../src/optionstestproject/Main.java               |       29 -
 .../modules/options/editor/bar-bindings.xml        |       56 +
 .../modules/options/editor/foo-bindings.xml        |       56 +
 .../options/indentation/ProxyPreferencesTest.java  |       11 +-
 options.java/build.xml                             |        5 +
 options.java/manifest.mf                           |        8 +
 .../nbproject/project.properties                   |        0
 options.java/nbproject/project.xml                 |       41 +
 .../modules/options/java/Bundle.properties         |        7 +
 .../modules/options/java/api/JavaOptions.java      |       53 +
 .../org/netbeans/modules/options/java/layer.xml    |       11 +
 .../modules/options/java/resources/java_logo.png   |      Bin 0 -> 1867 bytes
 .../options/java/resources/package-info.java       |       50 +
 options.keymap/apichanges.xml                      |      123 +
 options.keymap/manifest.mf                         |        2 +-
 options.keymap/nbproject/project.properties        |        5 +-
 options.keymap/nbproject/project.xml               |       35 +-
 .../core/options/keymap/api/KeyStrokeUtils.java    |      306 +
 .../core/options/keymap/api/ShortcutsFinder.java   |       32 +-
 .../core/options/keymap/spi/KeymapManager.java     |       34 +
 .../options/keymap/ActionsSearchProvider.java      |       77 +-
 .../modules/options/keymap/Bundle.properties       |       28 +-
 .../modules/options/keymap/ButtonCellEditor.java   |      111 +-
 .../modules/options/keymap/ButtonCellRenderer.java |       18 +-
 .../modules/options/keymap/CompoundAction.java     |        9 +
 .../options/keymap/ExportShortcutsAction.java      |      104 +-
 .../modules/options/keymap/KeymapListRenderer.java |        2 +-
 .../modules/options/keymap/KeymapModel.java        |      640 +-
 .../modules/options/keymap/KeymapPanel.form        |      248 +-
 .../modules/options/keymap/KeymapPanel.java        |      464 +-
 .../options/keymap/KeymapPanelController.java      |        5 +-
 .../modules/options/keymap/KeymapViewModel.java    |      661 +-
 .../modules/options/keymap/LayersBridge.java       |      549 +-
 .../options/keymap/MutableShortcutsModel.java      |      733 +
 .../netbeans/modules/options/keymap/Popupable.java |        2 +
 .../modules/options/keymap/ProfilesPanel.java      |      130 +-
 .../modules/options/keymap/ShortcutCellPanel.form  |       13 +-
 .../modules/options/keymap/ShortcutCellPanel.java  |       85 +-
 .../modules/options/keymap/ShortcutListener.java   |       53 +-
 .../modules/options/keymap/ShortcutPopupPanel.form |        2 +-
 .../modules/options/keymap/ShortcutPopupPanel.java |       91 +-
 .../modules/options/keymap/ShortcutProvider.java   |       14 +-
 .../modules/options/keymap/ShortcutTextField.java  |       14 +-
 .../modules/options/keymap/ShortcutsDialog.form    |        2 +-
 .../modules/options/keymap/ShortcutsDialog.java    |       50 +-
 .../options/keymap/ShortcutsFinderImpl.java        |      281 +
 .../modules/options/keymap/SpecialkeyPanel.form    |       83 +-
 .../modules/options/keymap/SpecialkeyPanel.java    |       73 +-
 .../org/netbeans/modules/options/keymap/Utils.java |      118 -
 .../modules/options/keymap/more_closed.png         |      Bin 0 -> 319 bytes
 .../modules/options/keymap/more_opened.png         |      Bin 0 -> 317 bytes
 .../options/keymap/api/KeyStrokeUtilsTest.java     |      189 +
 .../modules/options/keymap/KeymapModelTest.java    |        3 +-
 .../options/keymap/KeymapViewModelTest.java        |       59 +-
 parsing.api/apichanges.xml                         |      200 +
 parsing.api/arch.xml                               |       27 +-
 parsing.api/manifest.mf                            |        2 +-
 .../nbproject/org-netbeans-modules-parsing-api.sig |      117 +-
 parsing.api/nbproject/project.properties           |       20 +-
 parsing.api/nbproject/project.xml                  |       68 +-
 .../netbeans/modules/parsing/api/Embedding.java    |        2 +-
 .../modules/parsing/api/ParserManager.java         |       38 +-
 .../org/netbeans/modules/parsing/api/Snapshot.java |       45 +-
 .../org/netbeans/modules/parsing/api/Source.java   |      193 +-
 .../modules/parsing/api/TimedWeakReference.java    |      129 -
 .../parsing/api/indexing/IndexingManager.java      |       89 +-
 .../modules/parsing/impl/Bundle.properties         |        3 +-
 .../parsing/impl/CurrentDocumentScheduler.java     |        9 +-
 .../parsing/impl/CurrentEditorTaskScheduler.java   |       33 +-
 .../parsing/impl/CursorSensitiveScheduler.java     |        6 +-
 .../impl/DialogBindingEmbeddingProvider.java       |        6 +-
 .../parsing/impl/EmbeddingProviderFactory.java     |       94 +
 .../EmbeddingProviderRegistrationProcessor.java    |       99 +
 .../netbeans/modules/parsing/impl/Installer.java   |       98 +-
 .../parsing/impl/RunWhenScanFinishedSupport.java   |      253 +
 .../netbeans/modules/parsing/impl/Schedulers.java  |       39 +-
 .../parsing/impl/SelectedNodesScheduler.java       |        6 +-
 .../netbeans/modules/parsing/impl/SelfProfile.java |      136 +
 .../modules/parsing/impl/SourceAccessor.java       |       18 +-
 .../netbeans/modules/parsing/impl/SourceCache.java |      107 +-
 .../modules/parsing/impl/TaskProcessor.java        |      759 +-
 .../netbeans/modules/parsing/impl/Utilities.java   |       36 +-
 .../modules/parsing/impl/event/EventSupport.java   |      123 +-
 .../parsing/impl/indexing/ArchiveTimeStamps.java   |      288 +
 .../parsing/impl/indexing/Bundle.properties        |        6 +-
 .../modules/parsing/impl/indexing/CacheFolder.java |      148 +-
 .../parsing/impl/indexing/CancelRequest.java       |       40 +-
 .../parsing/impl/indexing/ClusteredIndexables.java |     1046 +-
 .../modules/parsing/impl/indexing/Crawler.java     |      128 +-
 .../parsing/impl/indexing/DeletedIndexable.java    |       13 +-
 .../parsing/impl/indexing/FileEventLog.java        |       22 +-
 .../parsing/impl/indexing/FileObjectCrawler.java   |      281 +-
 .../parsing/impl/indexing/FileObjectIndexable.java |       61 +-
 .../parsing/impl/indexing/IndexBinaryWorkPool.java |      234 +
 .../parsing/impl/indexing/IndexFactoryImpl.java    |       18 +-
 .../parsing/impl/indexing/IndexerCache.java        |      140 +-
 .../indexing/IndexerRegistrationProcessor.java     |      124 +
 .../impl/indexing/InjectedTasksSupport.java        |       93 +
 .../modules/parsing/impl/indexing/LogContext.java  |     1483 +
 .../modules/parsing/impl/indexing/LongHashMap.java |        7 +
 .../modules/parsing/impl/indexing/Pair.java        |       87 -
 .../PathRecognizerRegistrationProcessor.java       |        2 +-
 .../parsing/impl/indexing/PathRegistry.java        |      409 +-
 .../parsing/impl/indexing/PathRegistryEvent.java   |       17 +-
 .../impl/indexing/ProxyBinaryIndexerFactory.java   |      264 +
 .../parsing/impl/indexing/ProxyIterable.java       |       56 +-
 .../parsing/impl/indexing/RepositoryUpdater.java   |     4150 +-
 .../modules/parsing/impl/indexing/SPIAccessor.java |       59 +-
 .../impl/indexing/ScanCancelledException.java      |       67 +
 .../impl/indexing/ScanForExternalChanges.java      |        6 +-
 .../parsing/impl/indexing/ScanSuspendImpl.java     |       64 +
 .../parsing/impl/indexing/SuspendSupport.java      |      185 +
 .../modules/parsing/impl/indexing/TimeStamps.java  |      373 +-
 .../impl/indexing/TransientUpdateSupport.java      |       63 +
 .../modules/parsing/impl/indexing/URLCache.java    |      146 +
 .../modules/parsing/impl/indexing/Util.java        |      271 +-
 .../parsing/impl/indexing/VisibilitySupport.java   |      329 +
 .../impl/indexing/errors/ErrorAnnotator.java       |       16 +-
 .../parsing/impl/indexing/errors/TaskCache.java    |      116 +-
 .../parsing/impl/indexing/errors/TaskProvider.java |       42 +-
 .../parsing/impl/indexing/errors/Utilities.java    |       24 +-
 .../indexing/friendapi/DownloadedIndexPatcher.java |       66 +
 .../impl/indexing/friendapi/IndexDownloader.java   |       68 +
 .../indexing/friendapi/IndexingController.java     |       15 +-
 .../indexing/lucene/DocumentBasedIndexManager.java |       78 +-
 .../impl/indexing/lucene/LayeredDocumentIndex.java |      374 +
 .../impl/indexing/lucene/LuceneIndexFactory.java   |      115 +-
 .../modules/parsing/spi/EmbeddingProvider.java     |       29 +
 .../parsing/spi/IndexingAwareParserResultTask.java |       63 +
 .../netbeans/modules/parsing/spi/Scheduler.java    |       98 +-
 .../netbeans/modules/parsing/spi/TaskFactory.java  |        8 +-
 .../modules/parsing/spi/TaskIndexingMode.java      |       60 +
 .../spi/indexing/ConstrainedBinaryIndexer.java     |      178 +
 .../modules/parsing/spi/indexing/Context.java      |      155 +-
 .../modules/parsing/spi/indexing/ErrorsCache.java  |        2 +-
 .../modules/parsing/spi/indexing/Indexable.java    |      140 +-
 .../parsing/spi/indexing/SourceIndexerFactory.java |       10 +
 .../parsing/spi/indexing/SuspendStatus.java        |       99 +
 .../parsing/spi/indexing/support/IndexResult.java  |        2 +-
 .../spi/indexing/support/IndexingSupport.java      |       51 +-
 .../parsing/spi/indexing/support/QuerySupport.java |      747 +-
 .../modules/parsing/spi/support/CancelSupport.java |      101 +
 .../modules/parsing/api/ASchedulerEvent.java       |       39 +
 .../modules/parsing/api/IndexingAwareTestCase.java |       74 +
 .../netbeans/modules/parsing/api/MyScheduler.java  |       39 +
 .../modules/parsing/api/ParserManagerTest.java     |       32 +-
 .../modules/parsing/api/SnapshotSizeTest.java      |      230 +
 .../netbeans/modules/parsing/api/SourceTest.java   |        2 +-
 .../org/netbeans/modules/parsing/api/TestUtil.java |       10 +-
 .../modules/parsing/api/VyletelaZezulickaTest.java |        4 +-
 .../modules/parsing/impl/ALanguageHierarchy.java   |       39 +
 .../modules/parsing/impl/ASchedulerEvent.java      |       39 +
 .../netbeans/modules/parsing/impl/CachingTest.java |       10 +-
 .../modules/parsing/impl/CancelSupportTest.java    |      418 +
 .../modules/parsing/impl/CaretSchelulerTest.java   |        3 +-
 .../parsing/impl/DocumentModification1Test.java    |        3 +-
 .../parsing/impl/DocumentModification2Test.java    |        3 +-
 .../impl/DocumentModificationNoLexerTest.java      |      344 +
 .../modules/parsing/impl/EmbeddingTest.java        |        3 +-
 .../modules/parsing/impl/FileModificationTest.java |       26 +-
 .../impl/RunWhenScanFinishedSupportTest.java       |      303 +
 .../modules/parsing/impl/SchedulerEventTest.java   |      392 +
 .../modules/parsing/impl/TaskProcessorTest.java    |      497 +-
 .../parsing/impl/event/EventSupportTest.java       |        3 +-
 .../impl/indexing/ArchiveTimeStampsTest.java       |      285 +
 .../indexing/AttachableDocumentIndexCacheTest.java |      309 +
 .../impl/indexing/BrokenIndexRecoveryTest.java     |      328 +
 .../indexing/ClusteredIndexablesCacheTest.java     |      555 +
 .../impl/indexing/ClusteredIndexablesTest.java     |      121 +-
 .../indexing/ConstrainedBinaryIndexerTest.java     |      705 +
 .../parsing/impl/indexing/DocumentStoreTest.java   |      348 +
 .../parsing/impl/indexing/EmbeddedIndexerTest.java |      823 +
 .../impl/indexing/FileListWorkOrderingTest.java    |      632 +
 .../impl/indexing/FileObjectCrawlerTest.java       |      313 +-
 .../parsing/impl/indexing/IdentityDigestTest.java  |       97 +
 .../parsing/impl/indexing/IndexerOrderingTest.java |      459 +
 .../parsing/impl/indexing/IndexerVersionsTest.java |       75 +-
 .../impl/indexing/IndexingSupportACIDTest.java     |      306 +
 .../impl/indexing/InjectedTasksSupportTest.java    |      430 +
 .../modules/parsing/impl/indexing/MimeTypes.java   |       66 +
 .../parsing/impl/indexing/PathRegistryTest.java    |       92 +-
 .../parsing/impl/indexing/RefreshWorkTest.java     |       24 +-
 .../impl/indexing/RepositoryUpdater2Test.java      |      236 +-
 .../impl/indexing/RepositoryUpdaterTest.java       |     1246 +-
 .../indexing/RepositoryUpdaterTestSupport.java     |       58 +
 .../parsing/impl/indexing/ScanStartedTest.java     |      548 +
 .../impl/indexing/VisibilityChangeTest.java        |      663 +
 .../impl/indexing/errors/TaskProviderTest.java     |        8 +
 .../spi/indexing/support/FileQueryTest.java        |      287 +
 .../spi/indexing/support/IndexingSupportTest.java  |      557 +-
 .../support/QuerySupportLifeLock230220Test.java    |      510 +
 .../spi/indexing/support/QuerySupportTest.java     |      616 +
 parsing.lucene/apichanges.xml                      |      192 +
 parsing.lucene/manifest.mf                         |        4 +-
 parsing.lucene/nbproject/project.properties        |        7 +-
 parsing.lucene/nbproject/project.xml               |       19 +-
 .../modules/parsing/lucene/AllFieldsSelector.java  |       61 +
 .../modules/parsing/lucene/Convertors.java         |      165 +
 .../modules/parsing/lucene/DocumentIndexImpl.java  |      301 +-
 .../modules/parsing/lucene/IndexCacheFactory.java  |       91 +-
 .../modules/parsing/lucene/IndexFactory.java       |        3 +-
 .../modules/parsing/lucene/LuceneIndex.java        |     1210 +-
 .../modules/parsing/lucene/LuceneIndexFactory.java |        7 +-
 .../modules/parsing/lucene/MemoryIndex.java        |      357 +
 .../parsing/lucene/RecordOwnerLockFactory.java     |      188 +
 .../parsing/lucene/SimpleDocumentIndexCache.java   |      128 +
 .../modules/parsing/lucene/SupportAccessor.java    |       88 +
 .../modules/parsing/lucene/TermCollector.java      |       38 +-
 .../lucene/spi/ScanSuspendImplementation.java      |       61 +
 .../modules/parsing/lucene/support/Convertors.java |      119 +
 .../parsing/lucene/support/DocumentIndex.java      |       60 +-
 .../parsing/lucene/support/DocumentIndex2.java     |       76 +
 .../parsing/lucene/support/DocumentIndexCache.java |      121 +
 .../modules/parsing/lucene/support/Index.java      |      141 +-
 .../parsing/lucene/support/IndexManager.java       |      363 +-
 .../lucene/support/IndexReaderInjection.java       |       62 +
 .../parsing/lucene/support/LowMemoryWatcher.java   |       95 +-
 .../modules/parsing/lucene/support/Queries.java    |        5 +-
 .../modules/parsing/lucene/AsyncCloseTest.java     |      225 +
 .../parsing/lucene/IndexTransactionTest.java       |      298 +
 .../modules/parsing/lucene/LuceneIndexTest.java    |      161 +-
 .../parsing/lucene/NativeFSLockFactoryTest.java    |      200 +
 .../parsing/lucene/RecordOwnerLockFactoryTest.java |      138 +
 .../lucene/support/IndexManagerTestUtilities.java  |        1 -
 parsing.ui/build.xml                               |        5 +
 parsing.ui/manifest.mf                             |        6 +
 .../nbproject/project.properties                   |        0
 parsing.ui/nbproject/project.xml                   |       55 +
 .../netbeans/modules/parsing/ui/Bundle.properties  |        5 +
 .../ui/WaitScanFinishedCompletionProvider.java     |      214 +
 performance.ergonomics/build.xml                   |        5 +
 performance.ergonomics/manifest.mf                 |        5 +
 .../nbproject/project.properties                   |       48 +
 performance.ergonomics/nbproject/project.xml       |       78 +
 .../performance/ergonomics/Bundle.properties       |        1 +
 .../netbeans/performance/fod/EnableCNDTest.java    |       70 +
 .../performance/fod/EnableEnterpriseTest.java      |       70 +
 .../netbeans/performance/fod/EnableJavaTest.java   |       70 +
 .../netbeans/performance/fod/EnablePHPTest.java    |       70 +
 .../performance/fod/EnablementSpeedBase.java       |      103 +
 performance.java/build.xml                         |       14 +
 performance.java/manifest.mf                       |        5 +
 performance.java/nbproject/project.properties      |       56 +
 performance.java/nbproject/project.xml             |      121 +
 .../modules/performance/java/Bundle.properties     |        1 +
 .../data/PerformanceTestData/build.xml             |       98 +
 .../PerformanceTestData/nbproject/build-impl.xml   |      883 +
 .../nbproject/profiler-build-impl.xml              |      131 +
 .../nbproject/project.properties                   |       56 +
 .../data/PerformanceTestData/nbproject/project.xml |       17 +
 .../org/netbeans/test/performance/BigJavaFile.java |     1228 +
 .../netbeans/test/performance/Bundle.properties    |       38 +
 .../test/performance/Bundle20kB.properties         |      621 +
 .../src/org/netbeans/test/performance/Class.java   |       58 +
 .../org/netbeans/test/performance/JFrame20kB.form  |      404 +
 .../org/netbeans/test/performance/JFrame20kB.java  |      310 +
 .../src/org/netbeans/test/performance/Main.java    |       64 +
 .../org/netbeans/test/performance/Main20kB.java    |      472 +
 .../test/performance/TestClassForCopyPaste.java    |      256 +
 .../src/org/netbeans/test/performance/splash.gif   |      Bin 0 -> 58463 bytes
 .../src/org/netbeans/test/performance/textfile.txt |       17 +
 .../org/netbeans/test/performance/textfile20kB.txt |      258 +
 .../src/org/netbeans/test/performance/xmlfile.xml  |       21 +
 .../org/netbeans/test/performance/xmlfile20kB.xml  |      509 +
 .../test/NewEmptyJUnitTest.java                    |       29 +
 .../data/PerformanceTestFoldersData/build.xml      |       69 +
 .../data/PerformanceTestFoldersData}/manifest.mf   |        0
 .../nbproject/build-impl.xml                       |      655 +
 .../nbproject/genfiles.properties                  |        5 +
 .../nbproject/project.properties                   |       59 +
 .../nbproject/project.xml                          |       16 +
 .../src/folders/Test.java                          |       55 +
 .../src/folders/Test.jsp                           |      116 +
 .../src/folders/Test.txt                           |        1 +
 .../src/folders/index.jsp                          |       16 +
 .../folders/javaFolder100/SampleJavaClass000.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass001.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass002.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass003.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass004.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass005.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass006.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass007.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass008.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass009.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass010.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass011.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass012.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass013.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass014.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass015.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass016.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass017.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass018.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass019.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass020.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass021.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass022.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass023.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass024.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass025.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass026.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass027.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass028.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass029.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass030.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass031.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass032.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass033.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass034.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass035.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass036.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass037.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass038.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass039.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass040.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass041.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass042.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass043.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass044.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass045.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass046.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass047.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass048.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass049.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass050.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass051.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass052.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass053.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass054.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass055.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass056.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass057.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass058.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass059.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass060.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass061.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass062.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass063.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass064.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass065.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass066.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass067.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass068.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass069.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass070.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass071.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass072.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass073.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass074.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass075.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass076.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass077.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass078.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass079.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass080.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass081.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass082.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass083.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass084.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass085.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass086.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass087.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass088.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass089.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass090.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass091.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass092.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass093.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass094.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass095.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass096.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass097.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass098.java  |       98 +
 .../folders/javaFolder100/SampleJavaClass099.java  |       98 +
 .../folders/javaFolder1000/SampleJavaClass000.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass001.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass002.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass003.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass004.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass005.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass006.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass007.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass008.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass009.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass010.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass011.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass012.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass013.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass014.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass015.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass016.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass017.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass018.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass019.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass020.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass021.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass022.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass023.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass024.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass025.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass026.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass027.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass028.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass029.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass030.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass031.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass032.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass033.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass034.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass035.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass036.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass037.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass038.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass039.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass040.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass041.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass042.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass043.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass044.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass045.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass046.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass047.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass048.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass049.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass050.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass051.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass052.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass053.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass054.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass055.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass056.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass057.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass058.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass059.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass060.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass061.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass062.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass063.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass064.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass065.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass066.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass067.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass068.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass069.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass070.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass071.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass072.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass073.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass074.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass075.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass076.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass077.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass078.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass079.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass080.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass081.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass082.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass083.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass084.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass085.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass086.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass087.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass088.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass089.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass090.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass091.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass092.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass093.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass094.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass095.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass096.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass097.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass098.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass099.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass100.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass101.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass102.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass103.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass104.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass105.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass106.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass107.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass108.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass109.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass110.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass111.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass112.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass113.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass114.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass115.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass116.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass117.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass118.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass119.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass120.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass121.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass122.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass123.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass124.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass125.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass126.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass127.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass128.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass129.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass130.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass131.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass132.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass133.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass134.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass135.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass136.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass137.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass138.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass139.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass140.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass141.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass142.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass143.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass144.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass145.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass146.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass147.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass148.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass149.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass150.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass151.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass152.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass153.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass154.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass155.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass156.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass157.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass158.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass159.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass160.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass161.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass162.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass163.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass164.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass165.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass166.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass167.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass168.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass169.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass170.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass171.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass172.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass173.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass174.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass175.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass176.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass177.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass178.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass179.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass180.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass181.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass182.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass183.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass184.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass185.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass186.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass187.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass188.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass189.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass190.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass191.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass192.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass193.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass194.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass195.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass196.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass197.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass198.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass199.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass200.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass201.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass202.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass203.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass204.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass205.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass206.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass207.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass208.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass209.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass210.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass211.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass212.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass213.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass214.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass215.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass216.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass217.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass218.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass219.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass220.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass221.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass222.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass223.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass224.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass225.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass226.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass227.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass228.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass229.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass230.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass231.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass232.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass233.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass234.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass235.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass236.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass237.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass238.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass239.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass240.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass241.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass242.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass243.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass244.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass245.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass246.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass247.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass248.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass249.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass250.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass251.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass252.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass253.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass254.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass255.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass256.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass257.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass258.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass259.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass260.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass261.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass262.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass263.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass264.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass265.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass266.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass267.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass268.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass269.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass270.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass271.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass272.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass273.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass274.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass275.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass276.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass277.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass278.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass279.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass280.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass281.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass282.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass283.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass284.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass285.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass286.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass287.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass288.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass289.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass290.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass291.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass292.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass293.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass294.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass295.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass296.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass297.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass298.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass299.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass300.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass301.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass302.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass303.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass304.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass305.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass306.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass307.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass308.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass309.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass310.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass311.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass312.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass313.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass314.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass315.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass316.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass317.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass318.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass319.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass320.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass321.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass322.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass323.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass324.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass325.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass326.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass327.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass328.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass329.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass330.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass331.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass332.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass333.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass334.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass335.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass336.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass337.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass338.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass339.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass340.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass341.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass342.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass343.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass344.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass345.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass346.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass347.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass348.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass349.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass350.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass351.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass352.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass353.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass354.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass355.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass356.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass357.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass358.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass359.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass360.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass361.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass362.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass363.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass364.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass365.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass366.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass367.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass368.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass369.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass370.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass371.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass372.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass373.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass374.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass375.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass376.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass377.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass378.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass379.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass380.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass381.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass382.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass383.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass384.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass385.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass386.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass387.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass388.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass389.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass390.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass391.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass392.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass393.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass394.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass395.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass396.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass397.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass398.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass399.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass400.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass401.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass402.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass403.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass404.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass405.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass406.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass407.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass408.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass409.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass410.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass411.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass412.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass413.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass414.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass415.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass416.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass417.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass418.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass419.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass420.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass421.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass422.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass423.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass424.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass425.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass426.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass427.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass428.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass429.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass430.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass431.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass432.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass433.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass434.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass435.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass436.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass437.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass438.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass439.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass440.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass441.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass442.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass443.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass444.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass445.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass446.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass447.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass448.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass449.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass450.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass451.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass452.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass453.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass454.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass455.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass456.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass457.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass458.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass459.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass460.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass461.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass462.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass463.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass464.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass465.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass466.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass467.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass468.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass469.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass470.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass471.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass472.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass473.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass474.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass475.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass476.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass477.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass478.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass479.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass480.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass481.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass482.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass483.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass484.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass485.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass486.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass487.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass488.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass489.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass490.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass491.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass492.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass493.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass494.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass495.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass496.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass497.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass498.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass499.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass500.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass501.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass502.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass503.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass504.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass505.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass506.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass507.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass508.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass509.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass510.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass511.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass512.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass513.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass514.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass515.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass516.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass517.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass518.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass519.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass520.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass521.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass522.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass523.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass524.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass525.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass526.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass527.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass528.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass529.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass530.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass531.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass532.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass533.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass534.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass535.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass536.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass537.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass538.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass539.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass540.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass541.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass542.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass543.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass544.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass545.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass546.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass547.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass548.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass549.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass550.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass551.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass552.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass553.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass554.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass555.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass556.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass557.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass558.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass559.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass560.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass561.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass562.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass563.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass564.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass565.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass566.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass567.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass568.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass569.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass570.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass571.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass572.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass573.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass574.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass575.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass576.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass577.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass578.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass579.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass580.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass581.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass582.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass583.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass584.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass585.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass586.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass587.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass588.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass589.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass590.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass591.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass592.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass593.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass594.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass595.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass596.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass597.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass598.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass599.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass600.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass601.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass602.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass603.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass604.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass605.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass606.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass607.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass608.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass609.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass610.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass611.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass612.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass613.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass614.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass615.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass616.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass617.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass618.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass619.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass620.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass621.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass622.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass623.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass624.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass625.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass626.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass627.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass628.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass629.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass630.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass631.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass632.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass633.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass634.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass635.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass636.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass637.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass638.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass639.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass640.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass641.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass642.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass643.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass644.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass645.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass646.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass647.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass648.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass649.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass650.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass651.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass652.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass653.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass654.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass655.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass656.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass657.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass658.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass659.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass660.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass661.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass662.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass663.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass664.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass665.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass666.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass667.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass668.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass669.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass670.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass671.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass672.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass673.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass674.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass675.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass676.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass677.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass678.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass679.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass680.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass681.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass682.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass683.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass684.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass685.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass686.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass687.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass688.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass689.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass690.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass691.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass692.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass693.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass694.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass695.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass696.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass697.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass698.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass699.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass700.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass701.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass702.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass703.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass704.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass705.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass706.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass707.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass708.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass709.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass710.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass711.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass712.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass713.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass714.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass715.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass716.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass717.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass718.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass719.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass720.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass721.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass722.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass723.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass724.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass725.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass726.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass727.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass728.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass729.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass730.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass731.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass732.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass733.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass734.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass735.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass736.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass737.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass738.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass739.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass740.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass741.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass742.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass743.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass744.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass745.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass746.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass747.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass748.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass749.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass750.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass751.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass752.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass753.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass754.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass755.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass756.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass757.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass758.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass759.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass760.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass761.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass762.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass763.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass764.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass765.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass766.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass767.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass768.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass769.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass770.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass771.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass772.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass773.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass774.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass775.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass776.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass777.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass778.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass779.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass780.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass781.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass782.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass783.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass784.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass785.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass786.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass787.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass788.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass789.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass790.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass791.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass792.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass793.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass794.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass795.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass796.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass797.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass798.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass799.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass800.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass801.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass802.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass803.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass804.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass805.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass806.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass807.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass808.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass809.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass810.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass811.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass812.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass813.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass814.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass815.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass816.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass817.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass818.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass819.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass820.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass821.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass822.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass823.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass824.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass825.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass826.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass827.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass828.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass829.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass830.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass831.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass832.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass833.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass834.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass835.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass836.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass837.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass838.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass839.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass840.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass841.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass842.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass843.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass844.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass845.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass846.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass847.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass848.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass849.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass850.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass851.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass852.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass853.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass854.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass855.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass856.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass857.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass858.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass859.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass860.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass861.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass862.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass863.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass864.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass865.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass866.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass867.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass868.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass869.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass870.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass871.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass872.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass873.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass874.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass875.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass876.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass877.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass878.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass879.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass880.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass881.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass882.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass883.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass884.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass885.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass886.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass887.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass888.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass889.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass890.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass891.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass892.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass893.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass894.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass895.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass896.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass897.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass898.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass899.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass900.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass901.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass902.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass903.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass904.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass905.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass906.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass907.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass908.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass909.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass910.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass911.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass912.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass913.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass914.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass915.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass916.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass917.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass918.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass919.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass920.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass921.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass922.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass923.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass924.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass925.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass926.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass927.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass928.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass929.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass930.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass931.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass932.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass933.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass934.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass935.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass936.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass937.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass938.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass939.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass940.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass941.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass942.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass943.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass944.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass945.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass946.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass947.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass948.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass949.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass950.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass951.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass952.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass953.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass954.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass955.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass956.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass957.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass958.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass959.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass960.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass961.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass962.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass963.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass964.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass965.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass966.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass967.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass968.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass969.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass970.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass971.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass972.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass973.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass974.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass975.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass976.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass977.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass978.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass979.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass980.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass981.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass982.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass983.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass984.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass985.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass986.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass987.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass988.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass989.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass990.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass991.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass992.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass993.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass994.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass995.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass996.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass997.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass998.java |       98 +
 .../folders/javaFolder1000/SampleJavaClass999.java |       98 +
 .../folders/javaFolder50/SampleJavaClass000.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass001.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass002.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass003.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass004.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass005.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass006.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass007.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass008.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass009.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass010.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass011.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass012.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass013.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass014.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass015.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass016.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass017.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass018.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass019.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass020.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass021.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass022.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass023.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass024.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass025.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass026.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass027.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass028.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass029.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass030.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass031.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass032.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass033.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass034.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass035.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass036.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass037.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass038.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass039.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass040.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass041.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass042.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass043.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass044.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass045.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass046.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass047.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass048.java   |       98 +
 .../folders/javaFolder50/SampleJavaClass049.java   |       98 +
 .../src/folders/txtFolder100/textfile20kB_1.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_10.txt   |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_1.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_2.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_3.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_4.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_5.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_6.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_7.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_8.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_10_9.txt |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_1_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_2_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_3_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_4_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_5_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_6_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_7_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_8_9.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9.txt    |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_1.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_2.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_3.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_4.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_5.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_6.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_7.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_8.txt  |      252 +
 .../src/folders/txtFolder100/textfile20kB_9_9.txt  |      252 +
 .../src/folders/xmlFolder100}/ant-deploy.xml       |        0
 .../src/folders/xmlFolder100/ant-deploy_1.xml      |        0
 .../src/folders/xmlFolder100/ant-deploy_1_1.xml    |        0
 .../src/folders/xmlFolder100/ant-deploy_1_1_1.xml  |        0
 .../src/folders/xmlFolder100/ant-deploy_1_2.xml    |        0
 .../src/folders/xmlFolder100/ant-deploy_2.xml      |        0
 .../src/folders/xmlFolder100/ant-deploy_2_1.xml    |        0
 .../src/folders/xmlFolder100/ant-deploy_3.xml      |        0
 .../src/folders/xmlFolder100/build-impl.xml        |       27 +
 .../src/folders/xmlFolder100/build-impl_1.xml      |       27 +
 .../src/folders/xmlFolder100/build-impl_1_1.xml    |       27 +
 .../src/folders/xmlFolder100/build-impl_1_1_1.xml  |       27 +
 .../src/folders/xmlFolder100/build-impl_1_2.xml    |       27 +
 .../src/folders/xmlFolder100/build-impl_2.xml      |       27 +
 .../src/folders/xmlFolder100/build-impl_2_1.xml    |       27 +
 .../src/folders/xmlFolder100/build-impl_3.xml      |       27 +
 .../src/folders/xmlFolder100/build.xml             |       39 +
 .../src/folders/xmlFolder100/build_1.xml           |       39 +
 .../src/folders/xmlFolder100/build_1_1.xml         |       39 +
 .../src/folders/xmlFolder100/build_1_1_1.xml       |       39 +
 .../src/folders/xmlFolder100/build_1_2.xml         |       39 +
 .../src/folders/xmlFolder100/build_2.xml           |       39 +
 .../src/folders/xmlFolder100/build_2_1.xml         |       39 +
 .../src/folders/xmlFolder100/build_3.xml           |       39 +
 .../src/folders/xmlFolder100/faces-config.xml      |       29 +
 .../src/folders/xmlFolder100/faces-config_1.xml    |       29 +
 .../src/folders/xmlFolder100/faces-config_1_1.xml  |       29 +
 .../folders/xmlFolder100/faces-config_1_1_1.xml    |       29 +
 .../src/folders/xmlFolder100/faces-config_1_2.xml  |       29 +
 .../src/folders/xmlFolder100/faces-config_2.xml    |       29 +
 .../src/folders/xmlFolder100/faces-config_2_1.xml  |       29 +
 .../src/folders/xmlFolder100/faces-config_3.xml    |       29 +
 .../src/folders/xmlFolder100/private.xml           |        4 +
 .../src/folders/xmlFolder100/private_1.xml         |        4 +
 .../src/folders/xmlFolder100/private_1_1.xml       |        4 +
 .../src/folders/xmlFolder100/private_1_1_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_1_1_1.xml   |        4 +
 .../src/folders/xmlFolder100/private_1_1_1_1_1.xml |        4 +
 .../src/folders/xmlFolder100/private_1_1_1_2.xml   |        4 +
 .../src/folders/xmlFolder100/private_1_1_2.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_1_2_1.xml   |        4 +
 .../src/folders/xmlFolder100/private_1_1_3.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_2.xml       |        4 +
 .../src/folders/xmlFolder100/private_1_2_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_2_1_1.xml   |        4 +
 .../src/folders/xmlFolder100/private_1_2_2.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_3.xml       |        4 +
 .../src/folders/xmlFolder100/private_1_3_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_1_4.xml       |        4 +
 .../src/folders/xmlFolder100/private_2.xml         |        4 +
 .../src/folders/xmlFolder100/private_2_1.xml       |        4 +
 .../src/folders/xmlFolder100/private_2_1_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_2_1_1_1.xml   |        4 +
 .../src/folders/xmlFolder100/private_2_1_2.xml     |        4 +
 .../src/folders/xmlFolder100/private_2_2.xml       |        4 +
 .../src/folders/xmlFolder100/private_2_2_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_2_3.xml       |        4 +
 .../src/folders/xmlFolder100/private_3.xml         |        4 +
 .../src/folders/xmlFolder100/private_3_1.xml       |        4 +
 .../src/folders/xmlFolder100/private_3_1_1.xml     |        4 +
 .../src/folders/xmlFolder100/private_3_2.xml       |        4 +
 .../src/folders/xmlFolder100/private_4.xml         |        4 +
 .../src/folders/xmlFolder100/private_4_1.xml       |        4 +
 .../src/folders/xmlFolder100/private_5.xml         |        4 +
 .../src/folders/xmlFolder100/project.xml           |      154 +
 .../src/folders/xmlFolder100/project_1.xml         |      154 +
 .../src/folders/xmlFolder100/project_1_1.xml       |      154 +
 .../src/folders/xmlFolder100/project_1_1_1.xml     |      154 +
 .../src/folders/xmlFolder100/project_1_1_1_1.xml   |      154 +
 .../src/folders/xmlFolder100/project_1_1_1_2.xml   |      154 +
 .../src/folders/xmlFolder100/project_1_1_2.xml     |      154 +
 .../src/folders/xmlFolder100/project_1_1_3.xml     |      154 +
 .../src/folders/xmlFolder100/project_1_2.xml       |      154 +
 .../src/folders/xmlFolder100/project_1_2_1.xml     |      154 +
 .../src/folders/xmlFolder100/project_1_3.xml       |      154 +
 .../src/folders/xmlFolder100/project_1_4.xml       |      154 +
 .../src/folders/xmlFolder100/project_2.xml         |      154 +
 .../src/folders/xmlFolder100/project_2_1.xml       |      154 +
 .../src/folders/xmlFolder100/project_2_1_1.xml     |      154 +
 .../src/folders/xmlFolder100/project_2_2.xml       |      154 +
 .../src/folders/xmlFolder100/project_3.xml         |      154 +
 .../src/folders/xmlFolder100/project_3_1.xml       |      154 +
 .../src/folders/xmlFolder100/project_4.xml         |      154 +
 .../src/folders/xmlFolder100/project_5.xml         |      154 +
 .../src/folders/xmlFolder100/sun-web.xml           |       11 +
 .../src/folders/xmlFolder100/sun-web_1.xml         |       11 +
 .../src/folders/xmlFolder100/sun-web_1_1.xml       |       11 +
 .../src/folders/xmlFolder100/sun-web_1_1_1.xml     |       11 +
 .../src/folders/xmlFolder100/sun-web_1_2.xml       |       11 +
 .../src/folders/xmlFolder100/sun-web_2.xml         |       11 +
 .../src/folders/xmlFolder100/sun-web_2_1.xml       |       11 +
 .../src/folders/xmlFolder100/sun-web_3.xml         |       11 +
 .../src/folders/xmlFolder100/web.xml               |      100 +
 .../src/folders/xmlFolder100/web_1.xml             |      100 +
 .../src/folders/xmlFolder100/web_1_1.xml           |      100 +
 .../src/folders/xmlFolder100/web_1_1_1.xml         |      100 +
 .../src/folders/xmlFolder100/web_1_2.xml           |      100 +
 .../src/folders/xmlFolder100/web_2.xml             |      100 +
 .../src/folders/xmlFolder100/web_2_1.xml           |      100 +
 .../src/folders/xmlFolder100/web_3.xml             |      100 +
 .../qa-functional/data/SystemProperties/build.xml  |        8 +
 .../data/SystemProperties/manifest.mf              |        6 +
 .../data/SystemProperties/nbproject/build-impl.xml |       27 +
 .../SystemProperties/nbproject/genfiles.properties |        5 +
 .../nbproject/platform.properties                  |        0
 .../SystemProperties}/nbproject/project.properties |        0
 .../data/SystemProperties/nbproject/project.xml    |       53 +
 .../myorg/systemproperties/AllPropsChildren.java   |       88 +
 .../org/myorg/systemproperties/AllPropsNode.java   |      118 +
 .../org/myorg/systemproperties/Bundle.properties   |       12 +
 .../org/myorg/systemproperties/OnePropNode.java    |      152 +
 .../myorg/systemproperties/PropertiesNotifier.java |       72 +
 .../myorg/systemproperties/RefreshPropsAction.java |       64 +
 .../org/myorg/systemproperties/allPropsIcon.gif    |      Bin 0 -> 956 bytes
 .../src/org/myorg/systemproperties/layer.xml       |       12 +
 .../src/org/myorg/systemproperties/onePropIcon.gif |      Bin
 .../performance/j2se/MeasureJ2SEActionsTest.java   |      122 +
 .../performance/j2se/MeasureJ2SEDialogsTest.java   |      148 +
 .../performance/j2se/MeasureJ2SEMenusTest.java     |       85 +
 .../j2se/actions/AddToFavoritesTest.java           |      130 +
 .../j2se/actions/CloseAllEditorsTest.java          |      152 +
 .../j2se/actions/CloseEditorModifiedTest.java      |      138 +
 .../j2se/actions/CloseEditorTabTest.java           |      157 +
 .../performance/j2se/actions/CloseEditorTest.java  |      157 +
 .../j2se/actions/CommentingCodeInEditorTest.java   |      129 +
 .../j2se/actions/CountingSecurityManager.java      |      284 +
 .../j2se/actions/CreateNBProjectTest.java          |      147 +
 .../j2se/actions/CreateProjectTest.java            |      135 +
 .../ExpandNodesInComponentInspectorTest.java       |      127 +
 .../j2se/actions/ExpandNodesProjectsViewTest.java  |      197 +
 .../j2se/actions/JavaCompletionInEditorTest.java   |      158 +
 .../actions/OpenFilesNoCloneableEditorTest.java    |      163 +
 ...FilesNoCloneableEditorWithOpenedEditorTest.java |      132 +
 .../performance/j2se/actions/OpenFilesTest.java    |      155 +
 .../actions/OpenFilesWithOpenedEditorTest.java     |      132 +
 .../j2se/actions/PageUpPageDownInEditorTest.java   |      144 +
 .../j2se/actions/PasteInEditorTest.java            |      142 +
 .../j2se/actions/RefactorFindUsagesTest.java       |      134 +
 .../j2se/actions/SaveModifiedFileTest.java         |      130 +
 .../performance/j2se/actions/SearchTest.java       |      123 +
 .../actions/SelectCategoriesInNewFileTest.java     |      151 +
 .../j2se/actions/ShiftCodeInEditorTest.java        |      136 +
 .../actions/ShowClassMembersInNavigatorTest.java   |      174 +
 .../performance/j2se/actions/SwitchToFileTest.java |      163 +
 .../performance/j2se/actions/SwitchViewTest.java   |      152 +
 .../j2se/actions/TypingInEditorTest.java           |      199 +
 .../performance/j2se/dialogs/AboutDialogTest.java  |      107 +
 .../j2se/dialogs/AddJDBCDriverDialogTest.java      |      115 +
 .../j2se/dialogs/AddProfilingPointWizardTest.java  |      147 +
 .../performance/j2se/dialogs/AttachDialogTest.java |      112 +
 .../dialogs/CompareMemorySnapshotsDialogTest.java  |      102 +
 .../j2se/dialogs/DeleteFileDialogTest.java         |      121 +
 .../j2se/dialogs/DocumentsDialogTest.java          |      132 +
 .../j2se/dialogs/FavoritesWindowTest.java          |      104 +
 .../performance/j2se/dialogs/FilesWindowTest.java  |      121 +
 .../j2se/dialogs/FindInProjectsTest.java           |      106 +
 .../j2se/dialogs/GotoLineDialogTest.java           |      116 +
 .../j2se/dialogs/HelpContentsWindowTest.java       |      114 +
 .../j2se/dialogs/InternationalizeDialogTest.java   |      121 +
 .../j2se/dialogs/JavaPlatformManagerTest.java      |      101 +
 .../j2se/dialogs/JavadocIndexSearchTest.java       |      115 +
 .../j2se/dialogs/LibrariesManagerTest.java         |      105 +
 .../j2se/dialogs/NetBeansPlatformManagerTest.java  |      102 +
 .../j2se/dialogs/NewBreakpointDialogTest.java      |      105 +
 .../dialogs/NewDatabaseConnectionDialogTest.java   |      117 +
 .../j2se/dialogs/NewFileDialogTest.java            |      101 +
 .../j2se/dialogs/NewProjectDialogTest.java         |       96 +
 .../j2se/dialogs/NewWatchDialogTest.java           |      105 +
 .../j2se/dialogs/OpenFileDialogTest.java           |      105 +
 .../j2se/dialogs/OpenProjectDialogTest.java        |      107 +
 .../performance/j2se/dialogs/OptionsTest.java      |      125 +
 .../performance/j2se/dialogs/OutputWindowTest.java |      108 +
 .../j2se/dialogs/PluginManagerTest.java            |      114 +
 .../j2se/dialogs/ProfilerWindowsTest.java          |      144 +
 .../j2se/dialogs/ProjectPropertiesWindowTest.java  |      117 +
 .../j2se/dialogs/ProjectsWindowTest.java           |      115 +
 .../j2se/dialogs/ProxyConfigurationTest.java       |      148 +
 .../j2se/dialogs/RefactorFindUsagesDialogTest.java |      114 +
 .../j2se/dialogs/RefactorMoveClassDialogTest.java  |      115 +
 .../j2se/dialogs/RefactorRenameDialogTest.java     |      115 +
 .../j2se/dialogs/RuntimeWindowTest.java            |      106 +
 .../dialogs/SelectProfilingTaskDialogTest.java     |      120 +
 .../j2se/dialogs/ServerManagerTest.java            |      105 +
 .../j2se/dialogs/TemplateManagerTest.java          |      104 +
 .../performance/j2se/dialogs/ToDoWindowTest.java   |      126 +
 .../j2se/menus/EditorDownButtonPopupMenuTest.java  |      132 +
 .../j2se/menus/FilesViewPopupMenuTest.java         |      128 +
 .../j2se/menus/FormInspectorNodePopupMenuTest.java |      116 +
 .../performance/j2se/menus/MainMenuTest.java       |      174 +
 .../performance/j2se/menus/MainSubMenusTest.java   |      201 +
 .../j2se/menus/ProjectsViewPopupMenuTest.java      |      136 +
 .../j2se/menus/ProjectsViewSubMenusTest.java       |      160 +
 .../j2se/menus/RuntimeViewPopupMenuTest.java       |       89 +
 .../j2se/menus/SourceEditorPopupMenuTest.java      |      148 +
 .../performance/j2se/menus/ToolsMenuTest.java      |      115 +
 .../performance/j2se/setup/J2SEBaseSetup.java      |       68 +
 .../netbeans/performance/j2se/setup/J2SESetup.java |       77 +
 .../j2se/startup/ComplexJavaProjectStartup.java    |      100 +
 .../j2se/startup/ComplexNBProjectStartup.java      |      100 +
 .../performance/j2se/startup/MeasureWarmUp.java    |      280 +
 .../j2se/startup/OutOfTheBoxStartup.java           |       94 +
 .../startup/PrepareIDEForComplexMeasurements.java  |      239 +
 .../PrepareIDEForPluginComplexMeasurements.java    |      164 +
 .../performance/j2se/startup/Utilities.java        |      169 +
 .../j2se/MeasureJ2SEFootprintsTest.java            |       70 +
 .../performance/j2se/footprints/FindUsages.java    |      133 +
 .../j2se/footprints/J2SEProjectWorkflow.java       |      124 +
 .../performance/j2se/footprints/OutOfTheBox.java   |      109 +
 .../j2se/footprints/RefactoringRename.java         |      173 +
 performance.javaee/build.xml                       |       23 +
 performance.javaee/manifest.mf                     |        5 +
 performance.javaee/nbproject/project.properties    |       50 +
 performance.javaee/nbproject/project.xml           |      133 +
 .../modules/performance/javaee/Bundle.properties   |        1 +
 .../TestApplication/TestApplication-ejb/build.xml  |       68 +
 .../TestApplication-ejb/nbproject/ant-deploy.xml   |       85 +
 .../TestApplication-ejb/nbproject/build-impl.xml   |      831 +
 .../nbproject/genfiles.properties                  |        5 +
 .../nbproject/project.properties                   |       70 +
 .../TestApplication-ejb/nbproject/project.xml      |       16 +
 .../TestApplication-ejb}/src/conf/MANIFEST.MF      |        0
 .../TestApplication-ejb/src/conf/ejb-jar.xml       |      451 +
 .../TestApplication-ejb/src/conf/sun-ejb-jar.xml   |      117 +
 .../src/java/test/TestEntityBean.java              |      139 +
 .../src/java/test/TestEntityLocal.java             |       52 +
 .../src/java/test/TestEntityLocalBusiness.java     |       55 +
 .../src/java/test/TestEntityLocalHome.java         |       58 +
 .../src/java/test/TestSessionBean.java             |      107 +
 .../src/java/test/TestSessionLocal.java            |       52 +
 .../src/java/test/TestSessionLocalBusiness.java    |       52 +
 .../src/java/test/TestSessionLocalHome.java        |       58 +
 .../src/java/test/TestSessionRemote.java           |       52 +
 .../src/java/test/TestSessionRemoteBusiness.java   |       51 +
 .../src/java/test/TestSessionRemoteHome.java       |       58 +
 .../src/java/test/expand/ExpandTest001Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest001Remote.java  |       52 +
 .../test/expand/ExpandTest001RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest001RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest002Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest002Remote.java  |       52 +
 .../test/expand/ExpandTest002RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest002RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest003Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest003Remote.java  |       52 +
 .../test/expand/ExpandTest003RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest003RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest004Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest004Remote.java  |       52 +
 .../test/expand/ExpandTest004RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest004RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest005Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest005Remote.java  |       52 +
 .../test/expand/ExpandTest005RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest005RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest006Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest006Remote.java  |       52 +
 .../test/expand/ExpandTest006RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest006RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest007Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest007Remote.java  |       52 +
 .../test/expand/ExpandTest007RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest007RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest008Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest008Remote.java  |       52 +
 .../test/expand/ExpandTest008RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest008RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest009Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest009Remote.java  |       52 +
 .../test/expand/ExpandTest009RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest009RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest010Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest010Remote.java  |       52 +
 .../test/expand/ExpandTest010RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest010RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest011Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest011Remote.java  |       52 +
 .../test/expand/ExpandTest011RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest011RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest012Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest012Remote.java  |       52 +
 .../test/expand/ExpandTest012RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest012RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest013Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest013Remote.java  |       52 +
 .../test/expand/ExpandTest013RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest013RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest014Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest014Remote.java  |       52 +
 .../test/expand/ExpandTest014RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest014RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest015Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest015Remote.java  |       52 +
 .../test/expand/ExpandTest015RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest015RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest016Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest016Remote.java  |       52 +
 .../test/expand/ExpandTest016RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest016RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest017Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest017Remote.java  |       52 +
 .../test/expand/ExpandTest017RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest017RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest018Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest018Remote.java  |       52 +
 .../test/expand/ExpandTest018RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest018RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest019Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest019Remote.java  |       52 +
 .../test/expand/ExpandTest019RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest019RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest020Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest020Remote.java  |       52 +
 .../test/expand/ExpandTest020RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest020RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest021Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest021Remote.java  |       52 +
 .../test/expand/ExpandTest021RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest021RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest022Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest022Remote.java  |       52 +
 .../test/expand/ExpandTest022RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest022RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest023Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest023Remote.java  |       52 +
 .../test/expand/ExpandTest023RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest023RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest024Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest024Remote.java  |       52 +
 .../test/expand/ExpandTest024RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest024RemoteHome.java  |       58 +
 .../src/java/test/expand/ExpandTest025Bean.java    |      109 +
 .../src/java/test/expand/ExpandTest025Remote.java  |       52 +
 .../test/expand/ExpandTest025RemoteBusiness.java   |       51 +
 .../java/test/expand/ExpandTest025RemoteHome.java  |       58 +
 .../TestApplication/TestApplication-war/build.xml  |       71 +
 .../TestApplication-war/nbproject/ant-deploy.xml   |       85 +
 .../TestApplication-war/nbproject/build-impl.xml   |     1058 +
 .../nbproject/genfiles.properties                  |        5 +
 .../nbproject/project.properties                   |       86 +
 .../TestApplication-war/nbproject/project.xml      |       33 +
 .../TestApplication-war}/src/conf/MANIFEST.MF      |        0
 .../TestApplication-war/web/WEB-INF/sun-web.xml    |       11 +
 .../TestApplication-war/web/WEB-INF/web.xml        |       11 +
 .../TestApplication-war/web/index.jsp              |       19 +
 .../qa-functional/data/TestApplication/build.xml   |       61 +
 .../data/TestApplication/nbproject/ant-deploy.xml  |       85 +
 .../data/TestApplication/nbproject/build-impl.xml  |      587 +
 .../TestApplication/nbproject/genfiles.properties  |        5 +
 .../TestApplication/nbproject/project.properties   |       38 +
 .../data/TestApplication/nbproject/project.xml     |       39 +
 .../data/TestApplication}/src/conf/MANIFEST.MF     |        0
 .../data/TestApplication/src/conf/application.xml  |       13 +
 .../TestApplication/src/conf/sun-application.xml   |        8 +
 .../performance/j2ee/MeasureJ2EEActionsTest.java   |       79 +
 .../performance/j2ee/MeasureJ2EEDialogsTest.java   |       76 +
 .../performance/j2ee/MeasureJ2EEMenusTest.java     |       76 +
 .../j2ee/actions/CreateJ2EEProjectTest.java        |      189 +
 .../j2ee/actions/CreateNewFileTest.java            |      161 +
 .../performance/j2ee/actions/DeployTest.java       |      160 +
 .../actions/ExpandEJBNodesProjectsViewTest.java    |      161 +
 .../j2ee/actions/MeasureEntityBeanActionTest.java  |      168 +
 .../j2ee/actions/MeasureSessionBeanActionTest.java |      132 +
 .../j2ee/actions/OpenJ2EEFilesTest.java            |      239 +
 .../actions/OpenJ2EEFilesWithOpenedEditorTest.java |      125 +
 .../j2ee/dialogs/AddServerInstanceDialogTest.java  |      117 +
 .../j2ee/dialogs/InvokeEJBActionTest.java          |      142 +
 .../j2ee/dialogs/InvokeSBActionTest.java           |      198 +
 .../j2ee/dialogs/J2EEProjectPropertiesTest.java    |      117 +
 .../j2ee/dialogs/SelectJ2EEModuleDialogTest.java   |      116 +
 .../j2ee/menus/AppServerPopupMenuTest.java         |      111 +
 .../j2ee/menus/J2EEProjectsViewPopupMenuTest.java  |      215 +
 .../performance/j2ee/setup/J2EEBaseSetup.java      |       72 +
 .../netbeans/performance/j2ee/setup/J2EESetup.java |       78 +
 .../performance/j2ee/MeasureJ2EEStartupTest.java   |       70 +
 .../memory/MeasureBaselineMemoryFootprint.java     |      356 +
 .../j2ee/startup/MeasureJ2EEStartupTime.java       |       91 +
 .../MeasureJ2EEStartupTimeOpenedFilesPrepare.java  |      147 +
 .../startup/MeasureJ2EEStartupTimeWithWeb.java     |      115 +
 .../startup/MeasureNB40StartupTimeWithWeb.java     |      139 +
 ...easureNB40WebStartupTimeOpenedFilesPrepare.java |      140 +
 performance.scripting/build.xml                    |       23 +
 performance.scripting/manifest.mf                  |        5 +
 performance.scripting/nbproject/project.properties |       51 +
 performance.scripting/nbproject/project.xml        |       93 +
 .../performance/scripting/Bundle.properties        |        1 +
 .../data/PhpPerfTest}/nbproject/project.properties |        0
 .../data/PhpPerfTest/nbproject/project.xml         |        9 +
 .../qa-functional/data/PhpPerfTest/readme.html     |      158 +
 .../data/PhpPerfTest/web/100PhpFiles/EmptyPHP.php  |       25 +
 .../web/100PhpFiles/EmptyPHPWebPage.php            |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1.php          |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_1.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_1_1.php    |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_1_2.php    |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_2.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_2_1.php    |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_1_3.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_2.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_2_1.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_2_1_1.php    |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_2_2.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_3.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_3_1.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_1_4.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2.php          |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_1.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_1_1.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_1_2.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_2.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_2_1.php      |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_2_3.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_3.php          |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_3_1.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_3_2.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_4.php          |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_4_1.php        |       16 +
 .../web/100PhpFiles/EmptyPHPWebPage_5.php          |       16 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_1.php     |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_1_1.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_1_2.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_1_3.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_1_4.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2.php     |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2_1.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2_1_1.php |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2_1_2.php |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2_2.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_2_3.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_3.php     |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_3_1.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_3_1_1.php |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_3_2.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_4.php     |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_4_1.php   |       25 +
 .../PhpPerfTest/web/100PhpFiles/EmptyPHP_5.php     |       25 +
 .../data/PhpPerfTest/web/100PhpFiles/PHPClass.php  |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1.php     |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_1.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_1_1.php |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_1_2.php |       15 +
 .../web/100PhpFiles/PHPClass_1_1_2_1.php           |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_1_3.php |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_2.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_2_1.php |       15 +
 .../web/100PhpFiles/PHPClass_1_2_1_1.php           |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_2_2.php |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_3.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_3_1.php |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_1_4.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_2.php     |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_2_1.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_2_1_1.php |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_2_2.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_2_3.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_3.php     |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_3_1.php   |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_4.php     |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPClass_5.php     |       15 +
 .../PhpPerfTest/web/100PhpFiles/PHPInterface.php   |       14 +
 .../PhpPerfTest/web/100PhpFiles/PHPInterface_1.php |       14 +
 .../web/100PhpFiles/PHPInterface_1_1.php           |       14 +
 .../web/100PhpFiles/PHPInterface_1_2.php           |       14 +
 .../web/100PhpFiles/PHPInterface_1_2_1.php         |       14 +
 .../web/100PhpFiles/PHPInterface_1_3.php           |       14 +
 .../PhpPerfTest/web/100PhpFiles/PHPInterface_2.php |       14 +
 .../web/100PhpFiles/PHPInterface_2_1.php           |       14 +
 .../web/100PhpFiles/PHPInterface_2_1_1.php         |       14 +
 .../web/100PhpFiles/PHPInterface_2_2.php           |       14 +
 .../PhpPerfTest/web/100PhpFiles/PHPInterface_3.php |       14 +
 .../web/100PhpFiles/PHPInterface_3_1.php           |       14 +
 .../PhpPerfTest/web/100PhpFiles/PHPInterface_4.php |       14 +
 .../data/PhpPerfTest/web/100PhpFiles/flight.php    |       39 +
 .../data/PhpPerfTest/web/100PhpFiles/flight_1.php  |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_1.php     |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_1_1.php   |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_1_1_1.php |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_1_2.php   |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_2.php     |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_2_1.php   |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_1_3.php     |       39 +
 .../data/PhpPerfTest/web/100PhpFiles/flight_2.php  |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_2_1.php     |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_2_1_1.php   |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_2_2.php     |       39 +
 .../data/PhpPerfTest/web/100PhpFiles/flight_3.php  |       39 +
 .../PhpPerfTest/web/100PhpFiles/flight_3_1.php     |       39 +
 .../data/PhpPerfTest/web/100PhpFiles/flight_4.php  |       39 +
 .../data/PhpPerfTest/web/classes/flight.php        |       39 +
 .../data/PhpPerfTest/web/classes/guest.php         |       32 +
 .../PhpPerfTest/web/classes/guestitinerary.php     |       68 +
 .../data/PhpPerfTest/web/classes/schedule.php      |       33 +
 .../data/PhpPerfTest/web/conf/conf.php             |       27 +
 .../data/PhpPerfTest/web/confirmreservation.php    |      128 +
 .../data/PhpPerfTest/web/css/default.css           |      328 +
 .../data/PhpPerfTest}/web/css/images/img01.gif     |      Bin
 .../data/PhpPerfTest}/web/css/images/img02.gif     |      Bin
 .../data/PhpPerfTest}/web/css/images/img03.gif     |      Bin
 .../data/PhpPerfTest}/web/css/images/img04.gif     |      Bin
 .../data/PhpPerfTest}/web/css/images/img05.gif     |      Bin
 .../data/PhpPerfTest}/web/css/images/img06.gif     |      Bin
 .../data/PhpPerfTest}/web/flightinfo.php           |        0
 .../data/PhpPerfTest}/web/include/footer.php       |        0
 .../data/PhpPerfTest/web/include/header.php        |       17 +
 .../data/PhpPerfTest/web/include/nav.php           |       12 +
 .../data/PhpPerfTest/web/include/updates.php       |       18 +
 .../qa-functional/data/PhpPerfTest}/web/index.php  |        0
 .../data/PhpPerfTest/web/itinerarymanager.php      |      635 +
 .../data/PhpPerfTest}/web/listitinerary.php        |        0
 .../qa-functional/data/PhpPerfTest/web/php20kb.php |      637 +
 .../data/PhpPerfTest}/web/processitinerary.php     |        0
 .../data/PhpPerfTest}/web/scheduleinfo.php         |        0
 .../data/PhpPerfTest}/web/sql/aadb_dump.sql        |        0
 .../qa-functional/data/ScriptingPerfTest/build.xml |       67 +
 .../ScriptingPerfTest/nbproject/ant-deploy.xml     |      111 +
 .../ScriptingPerfTest/nbproject/build-impl.xml     |     1410 +
 .../nbproject/genfiles.properties                  |        8 +
 .../ScriptingPerfTest/nbproject/project.properties |       91 +
 .../data/ScriptingPerfTest/nbproject/project.xml   |       18 +
 .../data/ScriptingPerfTest}/src/conf/MANIFEST.MF   |        0
 .../ScriptingPerfTest/web/100CssFiles/gen100.sh    |        9 +
 .../ScriptingPerfTest/web/100CssFiles/master.css   |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script1.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script10.css |       10 +
 .../web/100CssFiles/script100.css                  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script11.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script12.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script13.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script14.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script15.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script16.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script17.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script18.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script19.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script2.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script20.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script21.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script22.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script23.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script24.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script25.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script26.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script27.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script28.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script29.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script3.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script30.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script31.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script32.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script33.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script34.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script35.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script36.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script37.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script38.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script39.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script4.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script40.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script41.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script42.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script43.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script44.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script45.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script46.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script47.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script48.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script49.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script5.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script50.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script51.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script52.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script53.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script54.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script55.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script56.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script57.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script58.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script59.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script6.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script60.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script61.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script62.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script63.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script64.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script65.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script66.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script67.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script68.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script69.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script7.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script70.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script71.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script72.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script73.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script74.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script75.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script76.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script77.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script78.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script79.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script8.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script80.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script81.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script82.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script83.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script84.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script85.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script86.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script87.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script88.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script89.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script9.css  |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script90.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script91.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script92.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script93.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script94.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script95.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script96.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script97.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script98.css |       10 +
 .../ScriptingPerfTest/web/100CssFiles/script99.css |       10 +
 .../ScriptingPerfTest/web/100JsFiles/gen100.sh     |        9 +
 .../ScriptingPerfTest/web/100JsFiles/master.js     |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script1.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script10.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script100.js  |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script11.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script12.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script13.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script14.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script15.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script16.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script17.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script18.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script19.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script2.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script20.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script21.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script22.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script23.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script24.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script25.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script26.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script27.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script28.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script29.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script3.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script30.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script31.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script32.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script33.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script34.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script35.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script36.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script37.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script38.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script39.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script4.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script40.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script41.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script42.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script43.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script44.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script45.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script46.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script47.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script48.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script49.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script5.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script50.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script51.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script52.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script53.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script54.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script55.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script56.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script57.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script58.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script59.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script6.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script60.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script61.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script62.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script63.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script64.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script65.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script66.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script67.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script68.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script69.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script7.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script70.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script71.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script72.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script73.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script74.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script75.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script76.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script77.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script78.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script79.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script8.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script80.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script81.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script82.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script83.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script84.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script85.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script86.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script87.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script88.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script89.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script9.js    |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script90.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script91.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script92.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script93.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script94.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script95.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script96.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script97.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script98.js   |       65 +
 .../ScriptingPerfTest/web/100JsFiles/script99.js   |       65 +
 .../ScriptingPerfTest/web/META-INF/context.xml     |        2 +
 .../web/WEB-INF/glassfish-web.xml                  |       11 +
 .../data/ScriptingPerfTest/web/WEB-INF/web.xml     |       11 +
 .../data/ScriptingPerfTest/web/bat20kb.bat         |      883 +
 .../data/ScriptingPerfTest/web/css20kb.css         |     1402 +
 .../data/ScriptingPerfTest/web/diff20kb.diff       |      745 +
 .../data/ScriptingPerfTest/web/genBat20kb.sh       |       78 +
 .../data/ScriptingPerfTest/web/genDiff20kb.sh      |      108 +
 .../data/ScriptingPerfTest/web/genJson20kb.sh      |       28 +
 .../data/ScriptingPerfTest/web/genManifest20kb.sh  |       22 +
 .../data/ScriptingPerfTest/web/index.jsp           |       19 +
 .../data/ScriptingPerfTest/web/javascript20kb.js   |      519 +
 .../data/ScriptingPerfTest/web/javascript_200kb.js |     5199 +
 .../data/ScriptingPerfTest/web/json20kb.json       |      848 +
 .../data/ScriptingPerfTest/web/manifest20kb.mf     |      379 +
 .../data/ScriptingPerfTest/web/sh20kb.sh           |      388 +
 .../netbeans/performance/languages/Projects.java   |       54 +
 .../languages/ScriptingMeasureActionsTest1.java    |       79 +
 .../languages/ScriptingMeasureActionsTest2.java    |       76 +
 .../languages/ScriptingMeasureDialogsTest.java     |       71 +
 .../languages/ScriptingMeasureMenusTest.java       |       73 +
 .../performance/languages/ScriptingUtilities.java  |      115 +
 .../languages/actions/CloseProjectTest.java        |      118 +
 .../languages/actions/CloseScriptingFilesTest.java |      154 +
 .../languages/actions/CountingSecurityManager.java |      285 +
 .../languages/actions/CreatePHPProjectTest.java    |      115 +
 .../actions/CreatePHPSampleProjectTest.java        |      114 +
 .../actions/CreateScriptingPackFilesTest.java      |      155 +
 .../languages/actions/FormatFileTest.java          |      134 +
 .../languages/actions/GoToSourceTest.java          |      157 +
 .../languages/actions/NavigateGoToSourceTest.java  |      160 +
 .../languages/actions/OpenScriptingFilesTest.java  |      155 +
 .../languages/actions/PHPNavigatorTest.java        |      167 +
 .../actions/PageUpPageDownScriptingEditorTest.java |      236 +
 .../actions/SaveModifiedScriptingFilesTest.java    |      186 +
 .../actions/SavingPHPProjectPropertiesTest.java    |      127 +
 .../ScriptingCodeCompletionInEditorTest.java       |      182 +
 .../actions/ScriptingExpandFolderTest.java         |      175 +
 .../actions/TypingInScriptingEditorTest.java       |      218 +
 .../ScriptingProjectsPropertiesDialogTest.java     |      105 +
 .../languages/menus/EditorMenuPopupTest.java       |      201 +
 .../languages/menus/ScriptingNodePopupTest.java    |      179 +
 .../menus/ScriptingProjectNodePopupTest.java       |      136 +
 .../languages/setup/ScriptingSetup.java            |       87 +
 performance.web/build.xml                          |       24 +
 performance.web/manifest.mf                        |        5 +
 performance.web/nbproject/project.properties       |       50 +
 performance.web/nbproject/project.xml              |      113 +
 .../modules/performance/web/Bundle.properties      |        1 +
 .../data/PerformanceTestFolderWebApp/build.xml     |       71 +
 .../nbproject/ant-deploy.xml                       |      111 +
 .../nbproject/build-impl.xml                       |     1441 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       89 +
 .../nbproject/project.xml                          |       18 +
 .../src/conf/MANIFEST.MF                           |        0
 .../src/java/test/TestBean.java                    |      107 +
 .../web/WEB-INF/web.xml                            |       12 +
 .../PerformanceTestFolderWebApp/web/index.html     |       16 +
 .../data/PerformanceTestFolderWebApp/web/index.jsp |       11 +
 .../PerformanceTestFolderWebApp/web/jsp100/gen.sh  |       10 +
 .../web/jsp100/jsp01.jsp                           |      163 +
 .../web/jsp100/jsp02.jsp                           |      163 +
 .../web/jsp100/jsp03.jsp                           |      163 +
 .../web/jsp100/jsp04.jsp                           |      163 +
 .../web/jsp100/jsp05.jsp                           |      163 +
 .../web/jsp100/jsp06.jsp                           |      163 +
 .../web/jsp100/jsp07.jsp                           |      163 +
 .../web/jsp100/jsp08.jsp                           |      163 +
 .../web/jsp100/jsp09.jsp                           |      163 +
 .../web/jsp100/jsp10.jsp                           |      163 +
 .../web/jsp100/jsp100.jsp                          |      163 +
 .../web/jsp100/jsp11.jsp                           |      163 +
 .../web/jsp100/jsp12.jsp                           |      163 +
 .../web/jsp100/jsp13.jsp                           |      163 +
 .../web/jsp100/jsp14.jsp                           |      163 +
 .../web/jsp100/jsp15.jsp                           |      163 +
 .../web/jsp100/jsp16.jsp                           |      163 +
 .../web/jsp100/jsp17.jsp                           |      163 +
 .../web/jsp100/jsp18.jsp                           |      163 +
 .../web/jsp100/jsp19.jsp                           |      163 +
 .../web/jsp100/jsp20.jsp                           |      163 +
 .../web/jsp100/jsp21.jsp                           |      163 +
 .../web/jsp100/jsp22.jsp                           |      163 +
 .../web/jsp100/jsp23.jsp                           |      163 +
 .../web/jsp100/jsp24.jsp                           |      163 +
 .../web/jsp100/jsp25.jsp                           |      163 +
 .../web/jsp100/jsp26.jsp                           |      163 +
 .../web/jsp100/jsp27.jsp                           |      163 +
 .../web/jsp100/jsp28.jsp                           |      163 +
 .../web/jsp100/jsp29.jsp                           |      163 +
 .../web/jsp100/jsp30.jsp                           |      163 +
 .../web/jsp100/jsp31.jsp                           |      163 +
 .../web/jsp100/jsp32.jsp                           |      163 +
 .../web/jsp100/jsp33.jsp                           |      163 +
 .../web/jsp100/jsp34.jsp                           |      163 +
 .../web/jsp100/jsp35.jsp                           |      163 +
 .../web/jsp100/jsp36.jsp                           |      163 +
 .../web/jsp100/jsp37.jsp                           |      163 +
 .../web/jsp100/jsp38.jsp                           |      163 +
 .../web/jsp100/jsp39.jsp                           |      163 +
 .../web/jsp100/jsp40.jsp                           |      163 +
 .../web/jsp100/jsp41.jsp                           |      163 +
 .../web/jsp100/jsp42.jsp                           |      163 +
 .../web/jsp100/jsp43.jsp                           |      163 +
 .../web/jsp100/jsp44.jsp                           |      163 +
 .../web/jsp100/jsp45.jsp                           |      163 +
 .../web/jsp100/jsp46.jsp                           |      163 +
 .../web/jsp100/jsp47.jsp                           |      163 +
 .../web/jsp100/jsp48.jsp                           |      163 +
 .../web/jsp100/jsp49.jsp                           |      163 +
 .../web/jsp100/jsp50.jsp                           |      163 +
 .../web/jsp100/jsp51.jsp                           |      163 +
 .../web/jsp100/jsp52.jsp                           |      163 +
 .../web/jsp100/jsp53.jsp                           |      163 +
 .../web/jsp100/jsp54.jsp                           |      163 +
 .../web/jsp100/jsp55.jsp                           |      163 +
 .../web/jsp100/jsp56.jsp                           |      163 +
 .../web/jsp100/jsp57.jsp                           |      163 +
 .../web/jsp100/jsp58.jsp                           |      163 +
 .../web/jsp100/jsp59.jsp                           |      163 +
 .../web/jsp100/jsp60.jsp                           |      163 +
 .../web/jsp100/jsp61.jsp                           |      163 +
 .../web/jsp100/jsp62.jsp                           |      163 +
 .../web/jsp100/jsp63.jsp                           |      163 +
 .../web/jsp100/jsp64.jsp                           |      163 +
 .../web/jsp100/jsp65.jsp                           |      163 +
 .../web/jsp100/jsp66.jsp                           |      163 +
 .../web/jsp100/jsp67.jsp                           |      163 +
 .../web/jsp100/jsp68.jsp                           |      163 +
 .../web/jsp100/jsp69.jsp                           |      163 +
 .../web/jsp100/jsp70.jsp                           |      163 +
 .../web/jsp100/jsp71.jsp                           |      163 +
 .../web/jsp100/jsp72.jsp                           |      163 +
 .../web/jsp100/jsp73.jsp                           |      163 +
 .../web/jsp100/jsp74.jsp                           |      163 +
 .../web/jsp100/jsp75.jsp                           |      163 +
 .../web/jsp100/jsp76.jsp                           |      163 +
 .../web/jsp100/jsp77.jsp                           |      163 +
 .../web/jsp100/jsp78.jsp                           |      163 +
 .../web/jsp100/jsp79.jsp                           |      163 +
 .../web/jsp100/jsp80.jsp                           |      163 +
 .../web/jsp100/jsp81.jsp                           |      163 +
 .../web/jsp100/jsp82.jsp                           |      163 +
 .../web/jsp100/jsp83.jsp                           |      163 +
 .../web/jsp100/jsp84.jsp                           |      163 +
 .../web/jsp100/jsp85.jsp                           |      163 +
 .../web/jsp100/jsp86.jsp                           |      163 +
 .../web/jsp100/jsp87.jsp                           |      163 +
 .../web/jsp100/jsp88.jsp                           |      163 +
 .../web/jsp100/jsp89.jsp                           |      163 +
 .../web/jsp100/jsp90.jsp                           |      163 +
 .../web/jsp100/jsp91.jsp                           |      163 +
 .../web/jsp100/jsp92.jsp                           |      163 +
 .../web/jsp100/jsp93.jsp                           |      163 +
 .../web/jsp100/jsp94.jsp                           |      163 +
 .../web/jsp100/jsp95.jsp                           |      163 +
 .../web/jsp100/jsp96.jsp                           |      163 +
 .../web/jsp100/jsp97.jsp                           |      163 +
 .../web/jsp100/jsp98.jsp                           |      163 +
 .../web/jsp100/jsp99.jsp                           |      163 +
 .../PerformanceTestFolderWebApp/web/jsp1000/gen.sh |       10 +
 .../web/jsp1000/jsp01.jsp                          |      165 +
 .../web/jsp1000/jsp01_1.jsp                        |      167 +
 .../web/jsp1000/jsp01_2.jsp                        |      167 +
 .../web/jsp1000/jsp01_3.jsp                        |      167 +
 .../web/jsp1000/jsp01_4.jsp                        |      167 +
 .../web/jsp1000/jsp01_5.jsp                        |      167 +
 .../web/jsp1000/jsp01_6.jsp                        |      167 +
 .../web/jsp1000/jsp01_7.jsp                        |      167 +
 .../web/jsp1000/jsp01_8.jsp                        |      167 +
 .../web/jsp1000/jsp01_9.jsp                        |      167 +
 .../web/jsp1000/jsp02.jsp                          |      165 +
 .../web/jsp1000/jsp02_1.jsp                        |      167 +
 .../web/jsp1000/jsp02_2.jsp                        |      167 +
 .../web/jsp1000/jsp02_3.jsp                        |      167 +
 .../web/jsp1000/jsp02_4.jsp                        |      167 +
 .../web/jsp1000/jsp02_5.jsp                        |      167 +
 .../web/jsp1000/jsp02_6.jsp                        |      167 +
 .../web/jsp1000/jsp02_7.jsp                        |      167 +
 .../web/jsp1000/jsp02_8.jsp                        |      167 +
 .../web/jsp1000/jsp02_9.jsp                        |      167 +
 .../web/jsp1000/jsp03.jsp                          |      165 +
 .../web/jsp1000/jsp03_1.jsp                        |      167 +
 .../web/jsp1000/jsp03_2.jsp                        |      167 +
 .../web/jsp1000/jsp03_3.jsp                        |      167 +
 .../web/jsp1000/jsp03_4.jsp                        |      167 +
 .../web/jsp1000/jsp03_5.jsp                        |      167 +
 .../web/jsp1000/jsp03_6.jsp                        |      167 +
 .../web/jsp1000/jsp03_7.jsp                        |      167 +
 .../web/jsp1000/jsp03_8.jsp                        |      167 +
 .../web/jsp1000/jsp03_9.jsp                        |      167 +
 .../web/jsp1000/jsp04.jsp                          |      165 +
 .../web/jsp1000/jsp04_1.jsp                        |      167 +
 .../web/jsp1000/jsp04_2.jsp                        |      167 +
 .../web/jsp1000/jsp04_3.jsp                        |      167 +
 .../web/jsp1000/jsp04_4.jsp                        |      167 +
 .../web/jsp1000/jsp04_5.jsp                        |      167 +
 .../web/jsp1000/jsp04_6.jsp                        |      167 +
 .../web/jsp1000/jsp04_7.jsp                        |      167 +
 .../web/jsp1000/jsp04_8.jsp                        |      167 +
 .../web/jsp1000/jsp04_9.jsp                        |      167 +
 .../web/jsp1000/jsp05.jsp                          |      165 +
 .../web/jsp1000/jsp05_1.jsp                        |      167 +
 .../web/jsp1000/jsp05_2.jsp                        |      167 +
 .../web/jsp1000/jsp05_3.jsp                        |      167 +
 .../web/jsp1000/jsp05_4.jsp                        |      167 +
 .../web/jsp1000/jsp05_5.jsp                        |      167 +
 .../web/jsp1000/jsp05_6.jsp                        |      167 +
 .../web/jsp1000/jsp05_7.jsp                        |      167 +
 .../web/jsp1000/jsp05_8.jsp                        |      167 +
 .../web/jsp1000/jsp05_9.jsp                        |      167 +
 .../web/jsp1000/jsp06.jsp                          |      165 +
 .../web/jsp1000/jsp06_1.jsp                        |      167 +
 .../web/jsp1000/jsp06_2.jsp                        |      167 +
 .../web/jsp1000/jsp06_3.jsp                        |      167 +
 .../web/jsp1000/jsp06_4.jsp                        |      167 +
 .../web/jsp1000/jsp06_5.jsp                        |      167 +
 .../web/jsp1000/jsp06_6.jsp                        |      167 +
 .../web/jsp1000/jsp06_7.jsp                        |      167 +
 .../web/jsp1000/jsp06_8.jsp                        |      167 +
 .../web/jsp1000/jsp06_9.jsp                        |      167 +
 .../web/jsp1000/jsp07.jsp                          |      165 +
 .../web/jsp1000/jsp07_1.jsp                        |      167 +
 .../web/jsp1000/jsp07_2.jsp                        |      167 +
 .../web/jsp1000/jsp07_3.jsp                        |      167 +
 .../web/jsp1000/jsp07_4.jsp                        |      167 +
 .../web/jsp1000/jsp07_5.jsp                        |      167 +
 .../web/jsp1000/jsp07_6.jsp                        |      167 +
 .../web/jsp1000/jsp07_7.jsp                        |      167 +
 .../web/jsp1000/jsp07_8.jsp                        |      167 +
 .../web/jsp1000/jsp07_9.jsp                        |      167 +
 .../web/jsp1000/jsp08.jsp                          |      165 +
 .../web/jsp1000/jsp08_1.jsp                        |      167 +
 .../web/jsp1000/jsp08_2.jsp                        |      167 +
 .../web/jsp1000/jsp08_3.jsp                        |      167 +
 .../web/jsp1000/jsp08_4.jsp                        |      167 +
 .../web/jsp1000/jsp08_5.jsp                        |      167 +
 .../web/jsp1000/jsp08_6.jsp                        |      167 +
 .../web/jsp1000/jsp08_7.jsp                        |      167 +
 .../web/jsp1000/jsp08_8.jsp                        |      167 +
 .../web/jsp1000/jsp08_9.jsp                        |      167 +
 .../web/jsp1000/jsp09.jsp                          |      165 +
 .../web/jsp1000/jsp09_1.jsp                        |      167 +
 .../web/jsp1000/jsp09_2.jsp                        |      167 +
 .../web/jsp1000/jsp09_3.jsp                        |      167 +
 .../web/jsp1000/jsp09_4.jsp                        |      167 +
 .../web/jsp1000/jsp09_5.jsp                        |      167 +
 .../web/jsp1000/jsp09_6.jsp                        |      167 +
 .../web/jsp1000/jsp09_7.jsp                        |      167 +
 .../web/jsp1000/jsp09_8.jsp                        |      167 +
 .../web/jsp1000/jsp09_9.jsp                        |      167 +
 .../web/jsp1000/jsp10.jsp                          |      165 +
 .../web/jsp1000/jsp100.jsp                         |      165 +
 .../web/jsp1000/jsp100_1.jsp                       |      167 +
 .../web/jsp1000/jsp100_2.jsp                       |      167 +
 .../web/jsp1000/jsp100_3.jsp                       |      167 +
 .../web/jsp1000/jsp100_4.jsp                       |      167 +
 .../web/jsp1000/jsp100_5.jsp                       |      167 +
 .../web/jsp1000/jsp100_6.jsp                       |      167 +
 .../web/jsp1000/jsp100_7.jsp                       |      167 +
 .../web/jsp1000/jsp100_8.jsp                       |      167 +
 .../web/jsp1000/jsp100_9.jsp                       |      167 +
 .../web/jsp1000/jsp10_1.jsp                        |      167 +
 .../web/jsp1000/jsp10_2.jsp                        |      167 +
 .../web/jsp1000/jsp10_3.jsp                        |      167 +
 .../web/jsp1000/jsp10_4.jsp                        |      167 +
 .../web/jsp1000/jsp10_5.jsp                        |      167 +
 .../web/jsp1000/jsp10_6.jsp                        |      167 +
 .../web/jsp1000/jsp10_7.jsp                        |      167 +
 .../web/jsp1000/jsp10_8.jsp                        |      167 +
 .../web/jsp1000/jsp10_9.jsp                        |      167 +
 .../web/jsp1000/jsp11.jsp                          |      165 +
 .../web/jsp1000/jsp11_1.jsp                        |      167 +
 .../web/jsp1000/jsp11_2.jsp                        |      167 +
 .../web/jsp1000/jsp11_3.jsp                        |      167 +
 .../web/jsp1000/jsp11_4.jsp                        |      167 +
 .../web/jsp1000/jsp11_5.jsp                        |      167 +
 .../web/jsp1000/jsp11_6.jsp                        |      167 +
 .../web/jsp1000/jsp11_7.jsp                        |      167 +
 .../web/jsp1000/jsp11_8.jsp                        |      167 +
 .../web/jsp1000/jsp11_9.jsp                        |      167 +
 .../web/jsp1000/jsp12.jsp                          |      165 +
 .../web/jsp1000/jsp12_1.jsp                        |      167 +
 .../web/jsp1000/jsp12_2.jsp                        |      167 +
 .../web/jsp1000/jsp12_3.jsp                        |      167 +
 .../web/jsp1000/jsp12_4.jsp                        |      167 +
 .../web/jsp1000/jsp12_5.jsp                        |      167 +
 .../web/jsp1000/jsp12_6.jsp                        |      167 +
 .../web/jsp1000/jsp12_7.jsp                        |      167 +
 .../web/jsp1000/jsp12_8.jsp                        |      167 +
 .../web/jsp1000/jsp12_9.jsp                        |      167 +
 .../web/jsp1000/jsp13.jsp                          |      165 +
 .../web/jsp1000/jsp13_1.jsp                        |      167 +
 .../web/jsp1000/jsp13_2.jsp                        |      167 +
 .../web/jsp1000/jsp13_3.jsp                        |      167 +
 .../web/jsp1000/jsp13_4.jsp                        |      167 +
 .../web/jsp1000/jsp13_5.jsp                        |      167 +
 .../web/jsp1000/jsp13_6.jsp                        |      167 +
 .../web/jsp1000/jsp13_7.jsp                        |      167 +
 .../web/jsp1000/jsp13_8.jsp                        |      167 +
 .../web/jsp1000/jsp13_9.jsp                        |      167 +
 .../web/jsp1000/jsp14.jsp                          |      165 +
 .../web/jsp1000/jsp14_1.jsp                        |      167 +
 .../web/jsp1000/jsp14_2.jsp                        |      167 +
 .../web/jsp1000/jsp14_3.jsp                        |      167 +
 .../web/jsp1000/jsp14_4.jsp                        |      167 +
 .../web/jsp1000/jsp14_5.jsp                        |      167 +
 .../web/jsp1000/jsp14_6.jsp                        |      167 +
 .../web/jsp1000/jsp14_7.jsp                        |      167 +
 .../web/jsp1000/jsp14_8.jsp                        |      167 +
 .../web/jsp1000/jsp14_9.jsp                        |      167 +
 .../web/jsp1000/jsp15.jsp                          |      165 +
 .../web/jsp1000/jsp15_1.jsp                        |      167 +
 .../web/jsp1000/jsp15_2.jsp                        |      167 +
 .../web/jsp1000/jsp15_3.jsp                        |      167 +
 .../web/jsp1000/jsp15_4.jsp                        |      167 +
 .../web/jsp1000/jsp15_5.jsp                        |      167 +
 .../web/jsp1000/jsp15_6.jsp                        |      167 +
 .../web/jsp1000/jsp15_7.jsp                        |      167 +
 .../web/jsp1000/jsp15_8.jsp                        |      167 +
 .../web/jsp1000/jsp15_9.jsp                        |      167 +
 .../web/jsp1000/jsp16.jsp                          |      165 +
 .../web/jsp1000/jsp16_1.jsp                        |      167 +
 .../web/jsp1000/jsp16_2.jsp                        |      167 +
 .../web/jsp1000/jsp16_3.jsp                        |      167 +
 .../web/jsp1000/jsp16_4.jsp                        |      167 +
 .../web/jsp1000/jsp16_5.jsp                        |      167 +
 .../web/jsp1000/jsp16_6.jsp                        |      167 +
 .../web/jsp1000/jsp16_7.jsp                        |      167 +
 .../web/jsp1000/jsp16_8.jsp                        |      167 +
 .../web/jsp1000/jsp16_9.jsp                        |      167 +
 .../web/jsp1000/jsp17.jsp                          |      165 +
 .../web/jsp1000/jsp17_1.jsp                        |      167 +
 .../web/jsp1000/jsp17_2.jsp                        |      167 +
 .../web/jsp1000/jsp17_3.jsp                        |      167 +
 .../web/jsp1000/jsp17_4.jsp                        |      167 +
 .../web/jsp1000/jsp17_5.jsp                        |      167 +
 .../web/jsp1000/jsp17_6.jsp                        |      167 +
 .../web/jsp1000/jsp17_7.jsp                        |      167 +
 .../web/jsp1000/jsp17_8.jsp                        |      167 +
 .../web/jsp1000/jsp17_9.jsp                        |      167 +
 .../web/jsp1000/jsp18.jsp                          |      165 +
 .../web/jsp1000/jsp18_1.jsp                        |      167 +
 .../web/jsp1000/jsp18_2.jsp                        |      167 +
 .../web/jsp1000/jsp18_3.jsp                        |      167 +
 .../web/jsp1000/jsp18_4.jsp                        |      167 +
 .../web/jsp1000/jsp18_5.jsp                        |      167 +
 .../web/jsp1000/jsp18_6.jsp                        |      167 +
 .../web/jsp1000/jsp18_7.jsp                        |      167 +
 .../web/jsp1000/jsp18_8.jsp                        |      167 +
 .../web/jsp1000/jsp18_9.jsp                        |      167 +
 .../web/jsp1000/jsp19.jsp                          |      165 +
 .../web/jsp1000/jsp19_1.jsp                        |      167 +
 .../web/jsp1000/jsp19_2.jsp                        |      167 +
 .../web/jsp1000/jsp19_3.jsp                        |      167 +
 .../web/jsp1000/jsp19_4.jsp                        |      167 +
 .../web/jsp1000/jsp19_5.jsp                        |      167 +
 .../web/jsp1000/jsp19_6.jsp                        |      167 +
 .../web/jsp1000/jsp19_7.jsp                        |      167 +
 .../web/jsp1000/jsp19_8.jsp                        |      167 +
 .../web/jsp1000/jsp19_9.jsp                        |      167 +
 .../web/jsp1000/jsp20.jsp                          |      165 +
 .../web/jsp1000/jsp20_1.jsp                        |      167 +
 .../web/jsp1000/jsp20_2.jsp                        |      167 +
 .../web/jsp1000/jsp20_3.jsp                        |      167 +
 .../web/jsp1000/jsp20_4.jsp                        |      167 +
 .../web/jsp1000/jsp20_5.jsp                        |      167 +
 .../web/jsp1000/jsp20_6.jsp                        |      167 +
 .../web/jsp1000/jsp20_7.jsp                        |      167 +
 .../web/jsp1000/jsp20_8.jsp                        |      167 +
 .../web/jsp1000/jsp20_9.jsp                        |      167 +
 .../web/jsp1000/jsp21.jsp                          |      165 +
 .../web/jsp1000/jsp21_1.jsp                        |      167 +
 .../web/jsp1000/jsp21_2.jsp                        |      167 +
 .../web/jsp1000/jsp21_3.jsp                        |      167 +
 .../web/jsp1000/jsp21_4.jsp                        |      167 +
 .../web/jsp1000/jsp21_5.jsp                        |      167 +
 .../web/jsp1000/jsp21_6.jsp                        |      167 +
 .../web/jsp1000/jsp21_7.jsp                        |      167 +
 .../web/jsp1000/jsp21_8.jsp                        |      167 +
 .../web/jsp1000/jsp21_9.jsp                        |      167 +
 .../web/jsp1000/jsp22.jsp                          |      165 +
 .../web/jsp1000/jsp22_1.jsp                        |      167 +
 .../web/jsp1000/jsp22_2.jsp                        |      167 +
 .../web/jsp1000/jsp22_3.jsp                        |      167 +
 .../web/jsp1000/jsp22_4.jsp                        |      167 +
 .../web/jsp1000/jsp22_5.jsp                        |      167 +
 .../web/jsp1000/jsp22_6.jsp                        |      167 +
 .../web/jsp1000/jsp22_7.jsp                        |      167 +
 .../web/jsp1000/jsp22_8.jsp                        |      167 +
 .../web/jsp1000/jsp22_9.jsp                        |      167 +
 .../web/jsp1000/jsp23.jsp                          |      165 +
 .../web/jsp1000/jsp23_1.jsp                        |      167 +
 .../web/jsp1000/jsp23_2.jsp                        |      167 +
 .../web/jsp1000/jsp23_3.jsp                        |      167 +
 .../web/jsp1000/jsp23_4.jsp                        |      167 +
 .../web/jsp1000/jsp23_5.jsp                        |      167 +
 .../web/jsp1000/jsp23_6.jsp                        |      167 +
 .../web/jsp1000/jsp23_7.jsp                        |      167 +
 .../web/jsp1000/jsp23_8.jsp                        |      167 +
 .../web/jsp1000/jsp23_9.jsp                        |      167 +
 .../web/jsp1000/jsp24.jsp                          |      165 +
 .../web/jsp1000/jsp24_1.jsp                        |      167 +
 .../web/jsp1000/jsp24_2.jsp                        |      167 +
 .../web/jsp1000/jsp24_3.jsp                        |      167 +
 .../web/jsp1000/jsp24_4.jsp                        |      167 +
 .../web/jsp1000/jsp24_5.jsp                        |      167 +
 .../web/jsp1000/jsp24_6.jsp                        |      167 +
 .../web/jsp1000/jsp24_7.jsp                        |      167 +
 .../web/jsp1000/jsp24_8.jsp                        |      167 +
 .../web/jsp1000/jsp24_9.jsp                        |      167 +
 .../web/jsp1000/jsp25.jsp                          |      165 +
 .../web/jsp1000/jsp25_1.jsp                        |      167 +
 .../web/jsp1000/jsp25_2.jsp                        |      167 +
 .../web/jsp1000/jsp25_3.jsp                        |      167 +
 .../web/jsp1000/jsp25_4.jsp                        |      167 +
 .../web/jsp1000/jsp25_5.jsp                        |      167 +
 .../web/jsp1000/jsp25_6.jsp                        |      167 +
 .../web/jsp1000/jsp25_7.jsp                        |      167 +
 .../web/jsp1000/jsp25_8.jsp                        |      167 +
 .../web/jsp1000/jsp25_9.jsp                        |      167 +
 .../web/jsp1000/jsp26.jsp                          |      165 +
 .../web/jsp1000/jsp26_1.jsp                        |      167 +
 .../web/jsp1000/jsp26_2.jsp                        |      167 +
 .../web/jsp1000/jsp26_3.jsp                        |      167 +
 .../web/jsp1000/jsp26_4.jsp                        |      167 +
 .../web/jsp1000/jsp26_5.jsp                        |      167 +
 .../web/jsp1000/jsp26_6.jsp                        |      167 +
 .../web/jsp1000/jsp26_7.jsp                        |      167 +
 .../web/jsp1000/jsp26_8.jsp                        |      167 +
 .../web/jsp1000/jsp26_9.jsp                        |      167 +
 .../web/jsp1000/jsp27.jsp                          |      165 +
 .../web/jsp1000/jsp27_1.jsp                        |      167 +
 .../web/jsp1000/jsp27_2.jsp                        |      167 +
 .../web/jsp1000/jsp27_3.jsp                        |      167 +
 .../web/jsp1000/jsp27_4.jsp                        |      167 +
 .../web/jsp1000/jsp27_5.jsp                        |      167 +
 .../web/jsp1000/jsp27_6.jsp                        |      167 +
 .../web/jsp1000/jsp27_7.jsp                        |      167 +
 .../web/jsp1000/jsp27_8.jsp                        |      167 +
 .../web/jsp1000/jsp27_9.jsp                        |      167 +
 .../web/jsp1000/jsp28.jsp                          |      165 +
 .../web/jsp1000/jsp28_1.jsp                        |      167 +
 .../web/jsp1000/jsp28_2.jsp                        |      167 +
 .../web/jsp1000/jsp28_3.jsp                        |      167 +
 .../web/jsp1000/jsp28_4.jsp                        |      167 +
 .../web/jsp1000/jsp28_5.jsp                        |      167 +
 .../web/jsp1000/jsp28_6.jsp                        |      167 +
 .../web/jsp1000/jsp28_7.jsp                        |      167 +
 .../web/jsp1000/jsp28_8.jsp                        |      167 +
 .../web/jsp1000/jsp28_9.jsp                        |      167 +
 .../web/jsp1000/jsp29.jsp                          |      165 +
 .../web/jsp1000/jsp29_1.jsp                        |      167 +
 .../web/jsp1000/jsp29_2.jsp                        |      167 +
 .../web/jsp1000/jsp29_3.jsp                        |      167 +
 .../web/jsp1000/jsp29_4.jsp                        |      167 +
 .../web/jsp1000/jsp29_5.jsp                        |      167 +
 .../web/jsp1000/jsp29_6.jsp                        |      167 +
 .../web/jsp1000/jsp29_7.jsp                        |      167 +
 .../web/jsp1000/jsp29_8.jsp                        |      167 +
 .../web/jsp1000/jsp29_9.jsp                        |      167 +
 .../web/jsp1000/jsp30.jsp                          |      165 +
 .../web/jsp1000/jsp30_1.jsp                        |      167 +
 .../web/jsp1000/jsp30_2.jsp                        |      167 +
 .../web/jsp1000/jsp30_3.jsp                        |      167 +
 .../web/jsp1000/jsp30_4.jsp                        |      167 +
 .../web/jsp1000/jsp30_5.jsp                        |      167 +
 .../web/jsp1000/jsp30_6.jsp                        |      167 +
 .../web/jsp1000/jsp30_7.jsp                        |      167 +
 .../web/jsp1000/jsp30_8.jsp                        |      167 +
 .../web/jsp1000/jsp30_9.jsp                        |      167 +
 .../web/jsp1000/jsp31.jsp                          |      165 +
 .../web/jsp1000/jsp31_1.jsp                        |      167 +
 .../web/jsp1000/jsp31_2.jsp                        |      167 +
 .../web/jsp1000/jsp31_3.jsp                        |      167 +
 .../web/jsp1000/jsp31_4.jsp                        |      167 +
 .../web/jsp1000/jsp31_5.jsp                        |      167 +
 .../web/jsp1000/jsp31_6.jsp                        |      167 +
 .../web/jsp1000/jsp31_7.jsp                        |      167 +
 .../web/jsp1000/jsp31_8.jsp                        |      167 +
 .../web/jsp1000/jsp31_9.jsp                        |      167 +
 .../web/jsp1000/jsp32.jsp                          |      165 +
 .../web/jsp1000/jsp32_1.jsp                        |      167 +
 .../web/jsp1000/jsp32_2.jsp                        |      167 +
 .../web/jsp1000/jsp32_3.jsp                        |      167 +
 .../web/jsp1000/jsp32_4.jsp                        |      167 +
 .../web/jsp1000/jsp32_5.jsp                        |      167 +
 .../web/jsp1000/jsp32_6.jsp                        |      167 +
 .../web/jsp1000/jsp32_7.jsp                        |      167 +
 .../web/jsp1000/jsp32_8.jsp                        |      167 +
 .../web/jsp1000/jsp32_9.jsp                        |      167 +
 .../web/jsp1000/jsp33.jsp                          |      165 +
 .../web/jsp1000/jsp33_1.jsp                        |      167 +
 .../web/jsp1000/jsp33_2.jsp                        |      167 +
 .../web/jsp1000/jsp33_3.jsp                        |      167 +
 .../web/jsp1000/jsp33_4.jsp                        |      167 +
 .../web/jsp1000/jsp33_5.jsp                        |      167 +
 .../web/jsp1000/jsp33_6.jsp                        |      167 +
 .../web/jsp1000/jsp33_7.jsp                        |      167 +
 .../web/jsp1000/jsp33_8.jsp                        |      167 +
 .../web/jsp1000/jsp33_9.jsp                        |      167 +
 .../web/jsp1000/jsp34.jsp                          |      165 +
 .../web/jsp1000/jsp34_1.jsp                        |      167 +
 .../web/jsp1000/jsp34_2.jsp                        |      167 +
 .../web/jsp1000/jsp34_3.jsp                        |      167 +
 .../web/jsp1000/jsp34_4.jsp                        |      167 +
 .../web/jsp1000/jsp34_5.jsp                        |      167 +
 .../web/jsp1000/jsp34_6.jsp                        |      167 +
 .../web/jsp1000/jsp34_7.jsp                        |      167 +
 .../web/jsp1000/jsp34_8.jsp                        |      167 +
 .../web/jsp1000/jsp34_9.jsp                        |      167 +
 .../web/jsp1000/jsp35.jsp                          |      165 +
 .../web/jsp1000/jsp35_1.jsp                        |      167 +
 .../web/jsp1000/jsp35_2.jsp                        |      167 +
 .../web/jsp1000/jsp35_3.jsp                        |      167 +
 .../web/jsp1000/jsp35_4.jsp                        |      167 +
 .../web/jsp1000/jsp35_5.jsp                        |      167 +
 .../web/jsp1000/jsp35_6.jsp                        |      167 +
 .../web/jsp1000/jsp35_7.jsp                        |      167 +
 .../web/jsp1000/jsp35_8.jsp                        |      167 +
 .../web/jsp1000/jsp35_9.jsp                        |      167 +
 .../web/jsp1000/jsp36.jsp                          |      165 +
 .../web/jsp1000/jsp36_1.jsp                        |      167 +
 .../web/jsp1000/jsp36_2.jsp                        |      167 +
 .../web/jsp1000/jsp36_3.jsp                        |      167 +
 .../web/jsp1000/jsp36_4.jsp                        |      167 +
 .../web/jsp1000/jsp36_5.jsp                        |      167 +
 .../web/jsp1000/jsp36_6.jsp                        |      167 +
 .../web/jsp1000/jsp36_7.jsp                        |      167 +
 .../web/jsp1000/jsp36_8.jsp                        |      167 +
 .../web/jsp1000/jsp36_9.jsp                        |      167 +
 .../web/jsp1000/jsp37.jsp                          |      165 +
 .../web/jsp1000/jsp37_1.jsp                        |      167 +
 .../web/jsp1000/jsp37_2.jsp                        |      167 +
 .../web/jsp1000/jsp37_3.jsp                        |      167 +
 .../web/jsp1000/jsp37_4.jsp                        |      167 +
 .../web/jsp1000/jsp37_5.jsp                        |      167 +
 .../web/jsp1000/jsp37_6.jsp                        |      167 +
 .../web/jsp1000/jsp37_7.jsp                        |      167 +
 .../web/jsp1000/jsp37_8.jsp                        |      167 +
 .../web/jsp1000/jsp37_9.jsp                        |      167 +
 .../web/jsp1000/jsp38.jsp                          |      165 +
 .../web/jsp1000/jsp38_1.jsp                        |      167 +
 .../web/jsp1000/jsp38_2.jsp                        |      167 +
 .../web/jsp1000/jsp38_3.jsp                        |      167 +
 .../web/jsp1000/jsp38_4.jsp                        |      167 +
 .../web/jsp1000/jsp38_5.jsp                        |      167 +
 .../web/jsp1000/jsp38_6.jsp                        |      167 +
 .../web/jsp1000/jsp38_7.jsp                        |      167 +
 .../web/jsp1000/jsp38_8.jsp                        |      167 +
 .../web/jsp1000/jsp38_9.jsp                        |      167 +
 .../web/jsp1000/jsp39.jsp                          |      165 +
 .../web/jsp1000/jsp39_1.jsp                        |      167 +
 .../web/jsp1000/jsp39_2.jsp                        |      167 +
 .../web/jsp1000/jsp39_3.jsp                        |      167 +
 .../web/jsp1000/jsp39_4.jsp                        |      167 +
 .../web/jsp1000/jsp39_5.jsp                        |      167 +
 .../web/jsp1000/jsp39_6.jsp                        |      167 +
 .../web/jsp1000/jsp39_7.jsp                        |      167 +
 .../web/jsp1000/jsp39_8.jsp                        |      167 +
 .../web/jsp1000/jsp39_9.jsp                        |      167 +
 .../web/jsp1000/jsp40.jsp                          |      165 +
 .../web/jsp1000/jsp40_1.jsp                        |      167 +
 .../web/jsp1000/jsp40_2.jsp                        |      167 +
 .../web/jsp1000/jsp40_3.jsp                        |      167 +
 .../web/jsp1000/jsp40_4.jsp                        |      167 +
 .../web/jsp1000/jsp40_5.jsp                        |      167 +
 .../web/jsp1000/jsp40_6.jsp                        |      167 +
 .../web/jsp1000/jsp40_7.jsp                        |      167 +
 .../web/jsp1000/jsp40_8.jsp                        |      167 +
 .../web/jsp1000/jsp40_9.jsp                        |      167 +
 .../web/jsp1000/jsp41.jsp                          |      165 +
 .../web/jsp1000/jsp41_1.jsp                        |      167 +
 .../web/jsp1000/jsp41_2.jsp                        |      167 +
 .../web/jsp1000/jsp41_3.jsp                        |      167 +
 .../web/jsp1000/jsp41_4.jsp                        |      167 +
 .../web/jsp1000/jsp41_5.jsp                        |      167 +
 .../web/jsp1000/jsp41_6.jsp                        |      167 +
 .../web/jsp1000/jsp41_7.jsp                        |      167 +
 .../web/jsp1000/jsp41_8.jsp                        |      167 +
 .../web/jsp1000/jsp41_9.jsp                        |      167 +
 .../web/jsp1000/jsp42.jsp                          |      165 +
 .../web/jsp1000/jsp42_1.jsp                        |      167 +
 .../web/jsp1000/jsp42_2.jsp                        |      167 +
 .../web/jsp1000/jsp42_3.jsp                        |      167 +
 .../web/jsp1000/jsp42_4.jsp                        |      167 +
 .../web/jsp1000/jsp42_5.jsp                        |      167 +
 .../web/jsp1000/jsp42_6.jsp                        |      167 +
 .../web/jsp1000/jsp42_7.jsp                        |      167 +
 .../web/jsp1000/jsp42_8.jsp                        |      167 +
 .../web/jsp1000/jsp42_9.jsp                        |      167 +
 .../web/jsp1000/jsp43.jsp                          |      165 +
 .../web/jsp1000/jsp43_1.jsp                        |      167 +
 .../web/jsp1000/jsp43_2.jsp                        |      167 +
 .../web/jsp1000/jsp43_3.jsp                        |      167 +
 .../web/jsp1000/jsp43_4.jsp                        |      167 +
 .../web/jsp1000/jsp43_5.jsp                        |      167 +
 .../web/jsp1000/jsp43_6.jsp                        |      167 +
 .../web/jsp1000/jsp43_7.jsp                        |      167 +
 .../web/jsp1000/jsp43_8.jsp                        |      167 +
 .../web/jsp1000/jsp43_9.jsp                        |      167 +
 .../web/jsp1000/jsp44.jsp                          |      165 +
 .../web/jsp1000/jsp44_1.jsp                        |      167 +
 .../web/jsp1000/jsp44_2.jsp                        |      167 +
 .../web/jsp1000/jsp44_3.jsp                        |      167 +
 .../web/jsp1000/jsp44_4.jsp                        |      167 +
 .../web/jsp1000/jsp44_5.jsp                        |      167 +
 .../web/jsp1000/jsp44_6.jsp                        |      167 +
 .../web/jsp1000/jsp44_7.jsp                        |      167 +
 .../web/jsp1000/jsp44_8.jsp                        |      167 +
 .../web/jsp1000/jsp44_9.jsp                        |      167 +
 .../web/jsp1000/jsp45.jsp                          |      165 +
 .../web/jsp1000/jsp45_1.jsp                        |      167 +
 .../web/jsp1000/jsp45_2.jsp                        |      167 +
 .../web/jsp1000/jsp45_3.jsp                        |      167 +
 .../web/jsp1000/jsp45_4.jsp                        |      167 +
 .../web/jsp1000/jsp45_5.jsp                        |      167 +
 .../web/jsp1000/jsp45_6.jsp                        |      167 +
 .../web/jsp1000/jsp45_7.jsp                        |      167 +
 .../web/jsp1000/jsp45_8.jsp                        |      167 +
 .../web/jsp1000/jsp45_9.jsp                        |      167 +
 .../web/jsp1000/jsp46.jsp                          |      165 +
 .../web/jsp1000/jsp46_1.jsp                        |      167 +
 .../web/jsp1000/jsp46_2.jsp                        |      167 +
 .../web/jsp1000/jsp46_3.jsp                        |      167 +
 .../web/jsp1000/jsp46_4.jsp                        |      167 +
 .../web/jsp1000/jsp46_5.jsp                        |      167 +
 .../web/jsp1000/jsp46_6.jsp                        |      167 +
 .../web/jsp1000/jsp46_7.jsp                        |      167 +
 .../web/jsp1000/jsp46_8.jsp                        |      167 +
 .../web/jsp1000/jsp46_9.jsp                        |      167 +
 .../web/jsp1000/jsp47.jsp                          |      165 +
 .../web/jsp1000/jsp47_1.jsp                        |      167 +
 .../web/jsp1000/jsp47_2.jsp                        |      167 +
 .../web/jsp1000/jsp47_3.jsp                        |      167 +
 .../web/jsp1000/jsp47_4.jsp                        |      167 +
 .../web/jsp1000/jsp47_5.jsp                        |      167 +
 .../web/jsp1000/jsp47_6.jsp                        |      167 +
 .../web/jsp1000/jsp47_7.jsp                        |      167 +
 .../web/jsp1000/jsp47_8.jsp                        |      167 +
 .../web/jsp1000/jsp47_9.jsp                        |      167 +
 .../web/jsp1000/jsp48.jsp                          |      165 +
 .../web/jsp1000/jsp48_1.jsp                        |      167 +
 .../web/jsp1000/jsp48_2.jsp                        |      167 +
 .../web/jsp1000/jsp48_3.jsp                        |      167 +
 .../web/jsp1000/jsp48_4.jsp                        |      167 +
 .../web/jsp1000/jsp48_5.jsp                        |      167 +
 .../web/jsp1000/jsp48_6.jsp                        |      167 +
 .../web/jsp1000/jsp48_7.jsp                        |      167 +
 .../web/jsp1000/jsp48_8.jsp                        |      167 +
 .../web/jsp1000/jsp48_9.jsp                        |      167 +
 .../web/jsp1000/jsp49.jsp                          |      165 +
 .../web/jsp1000/jsp49_1.jsp                        |      167 +
 .../web/jsp1000/jsp49_2.jsp                        |      167 +
 .../web/jsp1000/jsp49_3.jsp                        |      167 +
 .../web/jsp1000/jsp49_4.jsp                        |      167 +
 .../web/jsp1000/jsp49_5.jsp                        |      167 +
 .../web/jsp1000/jsp49_6.jsp                        |      167 +
 .../web/jsp1000/jsp49_7.jsp                        |      167 +
 .../web/jsp1000/jsp49_8.jsp                        |      167 +
 .../web/jsp1000/jsp49_9.jsp                        |      167 +
 .../web/jsp1000/jsp50.jsp                          |      165 +
 .../web/jsp1000/jsp50_1.jsp                        |      167 +
 .../web/jsp1000/jsp50_2.jsp                        |      167 +
 .../web/jsp1000/jsp50_3.jsp                        |      167 +
 .../web/jsp1000/jsp50_4.jsp                        |      167 +
 .../web/jsp1000/jsp50_5.jsp                        |      167 +
 .../web/jsp1000/jsp50_6.jsp                        |      167 +
 .../web/jsp1000/jsp50_7.jsp                        |      167 +
 .../web/jsp1000/jsp50_8.jsp                        |      167 +
 .../web/jsp1000/jsp50_9.jsp                        |      167 +
 .../web/jsp1000/jsp51.jsp                          |      165 +
 .../web/jsp1000/jsp51_1.jsp                        |      167 +
 .../web/jsp1000/jsp51_2.jsp                        |      167 +
 .../web/jsp1000/jsp51_3.jsp                        |      167 +
 .../web/jsp1000/jsp51_4.jsp                        |      167 +
 .../web/jsp1000/jsp51_5.jsp                        |      167 +
 .../web/jsp1000/jsp51_6.jsp                        |      167 +
 .../web/jsp1000/jsp51_7.jsp                        |      167 +
 .../web/jsp1000/jsp51_8.jsp                        |      167 +
 .../web/jsp1000/jsp51_9.jsp                        |      167 +
 .../web/jsp1000/jsp52.jsp                          |      165 +
 .../web/jsp1000/jsp52_1.jsp                        |      167 +
 .../web/jsp1000/jsp52_2.jsp                        |      167 +
 .../web/jsp1000/jsp52_3.jsp                        |      167 +
 .../web/jsp1000/jsp52_4.jsp                        |      167 +
 .../web/jsp1000/jsp52_5.jsp                        |      167 +
 .../web/jsp1000/jsp52_6.jsp                        |      167 +
 .../web/jsp1000/jsp52_7.jsp                        |      167 +
 .../web/jsp1000/jsp52_8.jsp                        |      167 +
 .../web/jsp1000/jsp52_9.jsp                        |      167 +
 .../web/jsp1000/jsp53.jsp                          |      165 +
 .../web/jsp1000/jsp53_1.jsp                        |      167 +
 .../web/jsp1000/jsp53_2.jsp                        |      167 +
 .../web/jsp1000/jsp53_3.jsp                        |      167 +
 .../web/jsp1000/jsp53_4.jsp                        |      167 +
 .../web/jsp1000/jsp53_5.jsp                        |      167 +
 .../web/jsp1000/jsp53_6.jsp                        |      167 +
 .../web/jsp1000/jsp53_7.jsp                        |      167 +
 .../web/jsp1000/jsp53_8.jsp                        |      167 +
 .../web/jsp1000/jsp53_9.jsp                        |      167 +
 .../web/jsp1000/jsp54.jsp                          |      165 +
 .../web/jsp1000/jsp54_1.jsp                        |      167 +
 .../web/jsp1000/jsp54_2.jsp                        |      167 +
 .../web/jsp1000/jsp54_3.jsp                        |      167 +
 .../web/jsp1000/jsp54_4.jsp                        |      167 +
 .../web/jsp1000/jsp54_5.jsp                        |      167 +
 .../web/jsp1000/jsp54_6.jsp                        |      167 +
 .../web/jsp1000/jsp54_7.jsp                        |      167 +
 .../web/jsp1000/jsp54_8.jsp                        |      167 +
 .../web/jsp1000/jsp54_9.jsp                        |      167 +
 .../web/jsp1000/jsp55.jsp                          |      165 +
 .../web/jsp1000/jsp55_1.jsp                        |      167 +
 .../web/jsp1000/jsp55_2.jsp                        |      167 +
 .../web/jsp1000/jsp55_3.jsp                        |      167 +
 .../web/jsp1000/jsp55_4.jsp                        |      167 +
 .../web/jsp1000/jsp55_5.jsp                        |      167 +
 .../web/jsp1000/jsp55_6.jsp                        |      167 +
 .../web/jsp1000/jsp55_7.jsp                        |      167 +
 .../web/jsp1000/jsp55_8.jsp                        |      167 +
 .../web/jsp1000/jsp55_9.jsp                        |      167 +
 .../web/jsp1000/jsp56.jsp                          |      165 +
 .../web/jsp1000/jsp56_1.jsp                        |      167 +
 .../web/jsp1000/jsp56_2.jsp                        |      167 +
 .../web/jsp1000/jsp56_3.jsp                        |      167 +
 .../web/jsp1000/jsp56_4.jsp                        |      167 +
 .../web/jsp1000/jsp56_5.jsp                        |      167 +
 .../web/jsp1000/jsp56_6.jsp                        |      167 +
 .../web/jsp1000/jsp56_7.jsp                        |      167 +
 .../web/jsp1000/jsp56_8.jsp                        |      167 +
 .../web/jsp1000/jsp56_9.jsp                        |      167 +
 .../web/jsp1000/jsp57.jsp                          |      165 +
 .../web/jsp1000/jsp57_1.jsp                        |      167 +
 .../web/jsp1000/jsp57_2.jsp                        |      167 +
 .../web/jsp1000/jsp57_3.jsp                        |      167 +
 .../web/jsp1000/jsp57_4.jsp                        |      167 +
 .../web/jsp1000/jsp57_5.jsp                        |      167 +
 .../web/jsp1000/jsp57_6.jsp                        |      167 +
 .../web/jsp1000/jsp57_7.jsp                        |      167 +
 .../web/jsp1000/jsp57_8.jsp                        |      167 +
 .../web/jsp1000/jsp57_9.jsp                        |      167 +
 .../web/jsp1000/jsp58.jsp                          |      165 +
 .../web/jsp1000/jsp58_1.jsp                        |      167 +
 .../web/jsp1000/jsp58_2.jsp                        |      167 +
 .../web/jsp1000/jsp58_3.jsp                        |      167 +
 .../web/jsp1000/jsp58_4.jsp                        |      167 +
 .../web/jsp1000/jsp58_5.jsp                        |      167 +
 .../web/jsp1000/jsp58_6.jsp                        |      167 +
 .../web/jsp1000/jsp58_7.jsp                        |      167 +
 .../web/jsp1000/jsp58_8.jsp                        |      167 +
 .../web/jsp1000/jsp58_9.jsp                        |      167 +
 .../web/jsp1000/jsp59.jsp                          |      165 +
 .../web/jsp1000/jsp59_1.jsp                        |      167 +
 .../web/jsp1000/jsp59_2.jsp                        |      167 +
 .../web/jsp1000/jsp59_3.jsp                        |      167 +
 .../web/jsp1000/jsp59_4.jsp                        |      167 +
 .../web/jsp1000/jsp59_5.jsp                        |      167 +
 .../web/jsp1000/jsp59_6.jsp                        |      167 +
 .../web/jsp1000/jsp59_7.jsp                        |      167 +
 .../web/jsp1000/jsp59_8.jsp                        |      167 +
 .../web/jsp1000/jsp59_9.jsp                        |      167 +
 .../web/jsp1000/jsp60.jsp                          |      165 +
 .../web/jsp1000/jsp60_1.jsp                        |      167 +
 .../web/jsp1000/jsp60_2.jsp                        |      167 +
 .../web/jsp1000/jsp60_3.jsp                        |      167 +
 .../web/jsp1000/jsp60_4.jsp                        |      167 +
 .../web/jsp1000/jsp60_5.jsp                        |      167 +
 .../web/jsp1000/jsp60_6.jsp                        |      167 +
 .../web/jsp1000/jsp60_7.jsp                        |      167 +
 .../web/jsp1000/jsp60_8.jsp                        |      167 +
 .../web/jsp1000/jsp60_9.jsp                        |      167 +
 .../web/jsp1000/jsp61.jsp                          |      165 +
 .../web/jsp1000/jsp61_1.jsp                        |      167 +
 .../web/jsp1000/jsp61_2.jsp                        |      167 +
 .../web/jsp1000/jsp61_3.jsp                        |      167 +
 .../web/jsp1000/jsp61_4.jsp                        |      167 +
 .../web/jsp1000/jsp61_5.jsp                        |      167 +
 .../web/jsp1000/jsp61_6.jsp                        |      167 +
 .../web/jsp1000/jsp61_7.jsp                        |      167 +
 .../web/jsp1000/jsp61_8.jsp                        |      167 +
 .../web/jsp1000/jsp61_9.jsp                        |      167 +
 .../web/jsp1000/jsp62.jsp                          |      165 +
 .../web/jsp1000/jsp62_1.jsp                        |      167 +
 .../web/jsp1000/jsp62_2.jsp                        |      167 +
 .../web/jsp1000/jsp62_3.jsp                        |      167 +
 .../web/jsp1000/jsp62_4.jsp                        |      167 +
 .../web/jsp1000/jsp62_5.jsp                        |      167 +
 .../web/jsp1000/jsp62_6.jsp                        |      167 +
 .../web/jsp1000/jsp62_7.jsp                        |      167 +
 .../web/jsp1000/jsp62_8.jsp                        |      167 +
 .../web/jsp1000/jsp62_9.jsp                        |      167 +
 .../web/jsp1000/jsp63.jsp                          |      165 +
 .../web/jsp1000/jsp63_1.jsp                        |      167 +
 .../web/jsp1000/jsp63_2.jsp                        |      167 +
 .../web/jsp1000/jsp63_3.jsp                        |      167 +
 .../web/jsp1000/jsp63_4.jsp                        |      167 +
 .../web/jsp1000/jsp63_5.jsp                        |      167 +
 .../web/jsp1000/jsp63_6.jsp                        |      167 +
 .../web/jsp1000/jsp63_7.jsp                        |      167 +
 .../web/jsp1000/jsp63_8.jsp                        |      167 +
 .../web/jsp1000/jsp63_9.jsp                        |      167 +
 .../web/jsp1000/jsp64.jsp                          |      165 +
 .../web/jsp1000/jsp64_1.jsp                        |      167 +
 .../web/jsp1000/jsp64_2.jsp                        |      167 +
 .../web/jsp1000/jsp64_3.jsp                        |      167 +
 .../web/jsp1000/jsp64_4.jsp                        |      167 +
 .../web/jsp1000/jsp64_5.jsp                        |      167 +
 .../web/jsp1000/jsp64_6.jsp                        |      167 +
 .../web/jsp1000/jsp64_7.jsp                        |      167 +
 .../web/jsp1000/jsp64_8.jsp                        |      167 +
 .../web/jsp1000/jsp64_9.jsp                        |      167 +
 .../web/jsp1000/jsp65.jsp                          |      165 +
 .../web/jsp1000/jsp65_1.jsp                        |      167 +
 .../web/jsp1000/jsp65_2.jsp                        |      167 +
 .../web/jsp1000/jsp65_3.jsp                        |      167 +
 .../web/jsp1000/jsp65_4.jsp                        |      167 +
 .../web/jsp1000/jsp65_5.jsp                        |      167 +
 .../web/jsp1000/jsp65_6.jsp                        |      167 +
 .../web/jsp1000/jsp65_7.jsp                        |      167 +
 .../web/jsp1000/jsp65_8.jsp                        |      167 +
 .../web/jsp1000/jsp65_9.jsp                        |      167 +
 .../web/jsp1000/jsp66.jsp                          |      165 +
 .../web/jsp1000/jsp66_1.jsp                        |      167 +
 .../web/jsp1000/jsp66_2.jsp                        |      167 +
 .../web/jsp1000/jsp66_3.jsp                        |      167 +
 .../web/jsp1000/jsp66_4.jsp                        |      167 +
 .../web/jsp1000/jsp66_5.jsp                        |      167 +
 .../web/jsp1000/jsp66_6.jsp                        |      167 +
 .../web/jsp1000/jsp66_7.jsp                        |      167 +
 .../web/jsp1000/jsp66_8.jsp                        |      167 +
 .../web/jsp1000/jsp66_9.jsp                        |      167 +
 .../web/jsp1000/jsp67.jsp                          |      165 +
 .../web/jsp1000/jsp67_1.jsp                        |      167 +
 .../web/jsp1000/jsp67_2.jsp                        |      167 +
 .../web/jsp1000/jsp67_3.jsp                        |      167 +
 .../web/jsp1000/jsp67_4.jsp                        |      167 +
 .../web/jsp1000/jsp67_5.jsp                        |      167 +
 .../web/jsp1000/jsp67_6.jsp                        |      167 +
 .../web/jsp1000/jsp67_7.jsp                        |      167 +
 .../web/jsp1000/jsp67_8.jsp                        |      167 +
 .../web/jsp1000/jsp67_9.jsp                        |      167 +
 .../web/jsp1000/jsp68.jsp                          |      165 +
 .../web/jsp1000/jsp68_1.jsp                        |      167 +
 .../web/jsp1000/jsp68_2.jsp                        |      167 +
 .../web/jsp1000/jsp68_3.jsp                        |      167 +
 .../web/jsp1000/jsp68_4.jsp                        |      167 +
 .../web/jsp1000/jsp68_5.jsp                        |      167 +
 .../web/jsp1000/jsp68_6.jsp                        |      167 +
 .../web/jsp1000/jsp68_7.jsp                        |      167 +
 .../web/jsp1000/jsp68_8.jsp                        |      167 +
 .../web/jsp1000/jsp68_9.jsp                        |      167 +
 .../web/jsp1000/jsp69.jsp                          |      165 +
 .../web/jsp1000/jsp69_1.jsp                        |      167 +
 .../web/jsp1000/jsp69_2.jsp                        |      167 +
 .../web/jsp1000/jsp69_3.jsp                        |      167 +
 .../web/jsp1000/jsp69_4.jsp                        |      167 +
 .../web/jsp1000/jsp69_5.jsp                        |      167 +
 .../web/jsp1000/jsp69_6.jsp                        |      167 +
 .../web/jsp1000/jsp69_7.jsp                        |      167 +
 .../web/jsp1000/jsp69_8.jsp                        |      167 +
 .../web/jsp1000/jsp69_9.jsp                        |      167 +
 .../web/jsp1000/jsp70.jsp                          |      165 +
 .../web/jsp1000/jsp70_1.jsp                        |      167 +
 .../web/jsp1000/jsp70_2.jsp                        |      167 +
 .../web/jsp1000/jsp70_3.jsp                        |      167 +
 .../web/jsp1000/jsp70_4.jsp                        |      167 +
 .../web/jsp1000/jsp70_5.jsp                        |      167 +
 .../web/jsp1000/jsp70_6.jsp                        |      167 +
 .../web/jsp1000/jsp70_7.jsp                        |      167 +
 .../web/jsp1000/jsp70_8.jsp                        |      167 +
 .../web/jsp1000/jsp70_9.jsp                        |      167 +
 .../web/jsp1000/jsp71.jsp                          |      165 +
 .../web/jsp1000/jsp71_1.jsp                        |      167 +
 .../web/jsp1000/jsp71_2.jsp                        |      167 +
 .../web/jsp1000/jsp71_3.jsp                        |      167 +
 .../web/jsp1000/jsp71_4.jsp                        |      167 +
 .../web/jsp1000/jsp71_5.jsp                        |      167 +
 .../web/jsp1000/jsp71_6.jsp                        |      167 +
 .../web/jsp1000/jsp71_7.jsp                        |      167 +
 .../web/jsp1000/jsp71_8.jsp                        |      167 +
 .../web/jsp1000/jsp71_9.jsp                        |      167 +
 .../web/jsp1000/jsp72.jsp                          |      165 +
 .../web/jsp1000/jsp72_1.jsp                        |      167 +
 .../web/jsp1000/jsp72_2.jsp                        |      167 +
 .../web/jsp1000/jsp72_3.jsp                        |      167 +
 .../web/jsp1000/jsp72_4.jsp                        |      167 +
 .../web/jsp1000/jsp72_5.jsp                        |      167 +
 .../web/jsp1000/jsp72_6.jsp                        |      167 +
 .../web/jsp1000/jsp72_7.jsp                        |      167 +
 .../web/jsp1000/jsp72_8.jsp                        |      167 +
 .../web/jsp1000/jsp72_9.jsp                        |      167 +
 .../web/jsp1000/jsp73.jsp                          |      165 +
 .../web/jsp1000/jsp73_1.jsp                        |      167 +
 .../web/jsp1000/jsp73_2.jsp                        |      167 +
 .../web/jsp1000/jsp73_3.jsp                        |      167 +
 .../web/jsp1000/jsp73_4.jsp                        |      167 +
 .../web/jsp1000/jsp73_5.jsp                        |      167 +
 .../web/jsp1000/jsp73_6.jsp                        |      167 +
 .../web/jsp1000/jsp73_7.jsp                        |      167 +
 .../web/jsp1000/jsp73_8.jsp                        |      167 +
 .../web/jsp1000/jsp73_9.jsp                        |      167 +
 .../web/jsp1000/jsp74.jsp                          |      165 +
 .../web/jsp1000/jsp74_1.jsp                        |      167 +
 .../web/jsp1000/jsp74_2.jsp                        |      167 +
 .../web/jsp1000/jsp74_3.jsp                        |      167 +
 .../web/jsp1000/jsp74_4.jsp                        |      167 +
 .../web/jsp1000/jsp74_5.jsp                        |      167 +
 .../web/jsp1000/jsp74_6.jsp                        |      167 +
 .../web/jsp1000/jsp74_7.jsp                        |      167 +
 .../web/jsp1000/jsp74_8.jsp                        |      167 +
 .../web/jsp1000/jsp74_9.jsp                        |      167 +
 .../web/jsp1000/jsp75.jsp                          |      165 +
 .../web/jsp1000/jsp75_1.jsp                        |      167 +
 .../web/jsp1000/jsp75_2.jsp                        |      167 +
 .../web/jsp1000/jsp75_3.jsp                        |      167 +
 .../web/jsp1000/jsp75_4.jsp                        |      167 +
 .../web/jsp1000/jsp75_5.jsp                        |      167 +
 .../web/jsp1000/jsp75_6.jsp                        |      167 +
 .../web/jsp1000/jsp75_7.jsp                        |      167 +
 .../web/jsp1000/jsp75_8.jsp                        |      167 +
 .../web/jsp1000/jsp75_9.jsp                        |      167 +
 .../web/jsp1000/jsp76.jsp                          |      165 +
 .../web/jsp1000/jsp76_1.jsp                        |      167 +
 .../web/jsp1000/jsp76_2.jsp                        |      167 +
 .../web/jsp1000/jsp76_3.jsp                        |      167 +
 .../web/jsp1000/jsp76_4.jsp                        |      167 +
 .../web/jsp1000/jsp76_5.jsp                        |      167 +
 .../web/jsp1000/jsp76_6.jsp                        |      167 +
 .../web/jsp1000/jsp76_7.jsp                        |      167 +
 .../web/jsp1000/jsp76_8.jsp                        |      167 +
 .../web/jsp1000/jsp76_9.jsp                        |      167 +
 .../web/jsp1000/jsp77.jsp                          |      165 +
 .../web/jsp1000/jsp77_1.jsp                        |      167 +
 .../web/jsp1000/jsp77_2.jsp                        |      167 +
 .../web/jsp1000/jsp77_3.jsp                        |      167 +
 .../web/jsp1000/jsp77_4.jsp                        |      167 +
 .../web/jsp1000/jsp77_5.jsp                        |      167 +
 .../web/jsp1000/jsp77_6.jsp                        |      167 +
 .../web/jsp1000/jsp77_7.jsp                        |      167 +
 .../web/jsp1000/jsp77_8.jsp                        |      167 +
 .../web/jsp1000/jsp77_9.jsp                        |      167 +
 .../web/jsp1000/jsp78.jsp                          |      165 +
 .../web/jsp1000/jsp78_1.jsp                        |      167 +
 .../web/jsp1000/jsp78_2.jsp                        |      167 +
 .../web/jsp1000/jsp78_3.jsp                        |      167 +
 .../web/jsp1000/jsp78_4.jsp                        |      167 +
 .../web/jsp1000/jsp78_5.jsp                        |      167 +
 .../web/jsp1000/jsp78_6.jsp                        |      167 +
 .../web/jsp1000/jsp78_7.jsp                        |      167 +
 .../web/jsp1000/jsp78_8.jsp                        |      167 +
 .../web/jsp1000/jsp78_9.jsp                        |      167 +
 .../web/jsp1000/jsp79.jsp                          |      165 +
 .../web/jsp1000/jsp79_1.jsp                        |      167 +
 .../web/jsp1000/jsp79_2.jsp                        |      167 +
 .../web/jsp1000/jsp79_3.jsp                        |      167 +
 .../web/jsp1000/jsp79_4.jsp                        |      167 +
 .../web/jsp1000/jsp79_5.jsp                        |      167 +
 .../web/jsp1000/jsp79_6.jsp                        |      167 +
 .../web/jsp1000/jsp79_7.jsp                        |      167 +
 .../web/jsp1000/jsp79_8.jsp                        |      167 +
 .../web/jsp1000/jsp79_9.jsp                        |      167 +
 .../web/jsp1000/jsp80.jsp                          |      165 +
 .../web/jsp1000/jsp80_1.jsp                        |      167 +
 .../web/jsp1000/jsp80_2.jsp                        |      167 +
 .../web/jsp1000/jsp80_3.jsp                        |      167 +
 .../web/jsp1000/jsp80_4.jsp                        |      167 +
 .../web/jsp1000/jsp80_5.jsp                        |      167 +
 .../web/jsp1000/jsp80_6.jsp                        |      167 +
 .../web/jsp1000/jsp80_7.jsp                        |      167 +
 .../web/jsp1000/jsp80_8.jsp                        |      167 +
 .../web/jsp1000/jsp80_9.jsp                        |      167 +
 .../web/jsp1000/jsp81.jsp                          |      165 +
 .../web/jsp1000/jsp81_1.jsp                        |      167 +
 .../web/jsp1000/jsp81_2.jsp                        |      167 +
 .../web/jsp1000/jsp81_3.jsp                        |      167 +
 .../web/jsp1000/jsp81_4.jsp                        |      167 +
 .../web/jsp1000/jsp81_5.jsp                        |      167 +
 .../web/jsp1000/jsp81_6.jsp                        |      167 +
 .../web/jsp1000/jsp81_7.jsp                        |      167 +
 .../web/jsp1000/jsp81_8.jsp                        |      167 +
 .../web/jsp1000/jsp81_9.jsp                        |      167 +
 .../web/jsp1000/jsp82.jsp                          |      165 +
 .../web/jsp1000/jsp82_1.jsp                        |      167 +
 .../web/jsp1000/jsp82_2.jsp                        |      167 +
 .../web/jsp1000/jsp82_3.jsp                        |      167 +
 .../web/jsp1000/jsp82_4.jsp                        |      167 +
 .../web/jsp1000/jsp82_5.jsp                        |      167 +
 .../web/jsp1000/jsp82_6.jsp                        |      167 +
 .../web/jsp1000/jsp82_7.jsp                        |      167 +
 .../web/jsp1000/jsp82_8.jsp                        |      167 +
 .../web/jsp1000/jsp82_9.jsp                        |      167 +
 .../web/jsp1000/jsp83.jsp                          |      165 +
 .../web/jsp1000/jsp83_1.jsp                        |      167 +
 .../web/jsp1000/jsp83_2.jsp                        |      167 +
 .../web/jsp1000/jsp83_3.jsp                        |      167 +
 .../web/jsp1000/jsp83_4.jsp                        |      167 +
 .../web/jsp1000/jsp83_5.jsp                        |      167 +
 .../web/jsp1000/jsp83_6.jsp                        |      167 +
 .../web/jsp1000/jsp83_7.jsp                        |      167 +
 .../web/jsp1000/jsp83_8.jsp                        |      167 +
 .../web/jsp1000/jsp83_9.jsp                        |      167 +
 .../web/jsp1000/jsp84.jsp                          |      165 +
 .../web/jsp1000/jsp84_1.jsp                        |      167 +
 .../web/jsp1000/jsp84_2.jsp                        |      167 +
 .../web/jsp1000/jsp84_3.jsp                        |      167 +
 .../web/jsp1000/jsp84_4.jsp                        |      167 +
 .../web/jsp1000/jsp84_5.jsp                        |      167 +
 .../web/jsp1000/jsp84_6.jsp                        |      167 +
 .../web/jsp1000/jsp84_7.jsp                        |      167 +
 .../web/jsp1000/jsp84_8.jsp                        |      167 +
 .../web/jsp1000/jsp84_9.jsp                        |      167 +
 .../web/jsp1000/jsp85.jsp                          |      165 +
 .../web/jsp1000/jsp85_1.jsp                        |      167 +
 .../web/jsp1000/jsp85_2.jsp                        |      167 +
 .../web/jsp1000/jsp85_3.jsp                        |      167 +
 .../web/jsp1000/jsp85_4.jsp                        |      167 +
 .../web/jsp1000/jsp85_5.jsp                        |      167 +
 .../web/jsp1000/jsp85_6.jsp                        |      167 +
 .../web/jsp1000/jsp85_7.jsp                        |      167 +
 .../web/jsp1000/jsp85_8.jsp                        |      167 +
 .../web/jsp1000/jsp85_9.jsp                        |      167 +
 .../web/jsp1000/jsp86.jsp                          |      165 +
 .../web/jsp1000/jsp86_1.jsp                        |      167 +
 .../web/jsp1000/jsp86_2.jsp                        |      167 +
 .../web/jsp1000/jsp86_3.jsp                        |      167 +
 .../web/jsp1000/jsp86_4.jsp                        |      167 +
 .../web/jsp1000/jsp86_5.jsp                        |      167 +
 .../web/jsp1000/jsp86_6.jsp                        |      167 +
 .../web/jsp1000/jsp86_7.jsp                        |      167 +
 .../web/jsp1000/jsp86_8.jsp                        |      167 +
 .../web/jsp1000/jsp86_9.jsp                        |      167 +
 .../web/jsp1000/jsp87.jsp                          |      165 +
 .../web/jsp1000/jsp87_1.jsp                        |      167 +
 .../web/jsp1000/jsp87_2.jsp                        |      167 +
 .../web/jsp1000/jsp87_3.jsp                        |      167 +
 .../web/jsp1000/jsp87_4.jsp                        |      167 +
 .../web/jsp1000/jsp87_5.jsp                        |      167 +
 .../web/jsp1000/jsp87_6.jsp                        |      167 +
 .../web/jsp1000/jsp87_7.jsp                        |      167 +
 .../web/jsp1000/jsp87_8.jsp                        |      167 +
 .../web/jsp1000/jsp87_9.jsp                        |      167 +
 .../web/jsp1000/jsp88.jsp                          |      165 +
 .../web/jsp1000/jsp88_1.jsp                        |      167 +
 .../web/jsp1000/jsp88_2.jsp                        |      167 +
 .../web/jsp1000/jsp88_3.jsp                        |      167 +
 .../web/jsp1000/jsp88_4.jsp                        |      167 +
 .../web/jsp1000/jsp88_5.jsp                        |      167 +
 .../web/jsp1000/jsp88_6.jsp                        |      167 +
 .../web/jsp1000/jsp88_7.jsp                        |      167 +
 .../web/jsp1000/jsp88_8.jsp                        |      167 +
 .../web/jsp1000/jsp88_9.jsp                        |      167 +
 .../web/jsp1000/jsp89.jsp                          |      165 +
 .../web/jsp1000/jsp89_1.jsp                        |      167 +
 .../web/jsp1000/jsp89_2.jsp                        |      167 +
 .../web/jsp1000/jsp89_3.jsp                        |      167 +
 .../web/jsp1000/jsp89_4.jsp                        |      167 +
 .../web/jsp1000/jsp89_5.jsp                        |      167 +
 .../web/jsp1000/jsp89_6.jsp                        |      167 +
 .../web/jsp1000/jsp89_7.jsp                        |      167 +
 .../web/jsp1000/jsp89_8.jsp                        |      167 +
 .../web/jsp1000/jsp89_9.jsp                        |      167 +
 .../web/jsp1000/jsp90.jsp                          |      165 +
 .../web/jsp1000/jsp90_1.jsp                        |      167 +
 .../web/jsp1000/jsp90_2.jsp                        |      167 +
 .../web/jsp1000/jsp90_3.jsp                        |      167 +
 .../web/jsp1000/jsp90_4.jsp                        |      167 +
 .../web/jsp1000/jsp90_5.jsp                        |      167 +
 .../web/jsp1000/jsp90_6.jsp                        |      167 +
 .../web/jsp1000/jsp90_7.jsp                        |      167 +
 .../web/jsp1000/jsp90_8.jsp                        |      167 +
 .../web/jsp1000/jsp90_9.jsp                        |      167 +
 .../web/jsp1000/jsp91.jsp                          |      165 +
 .../web/jsp1000/jsp91_1.jsp                        |      167 +
 .../web/jsp1000/jsp91_2.jsp                        |      167 +
 .../web/jsp1000/jsp91_3.jsp                        |      167 +
 .../web/jsp1000/jsp91_4.jsp                        |      167 +
 .../web/jsp1000/jsp91_5.jsp                        |      167 +
 .../web/jsp1000/jsp91_6.jsp                        |      167 +
 .../web/jsp1000/jsp91_7.jsp                        |      167 +
 .../web/jsp1000/jsp91_8.jsp                        |      167 +
 .../web/jsp1000/jsp91_9.jsp                        |      167 +
 .../web/jsp1000/jsp92.jsp                          |      165 +
 .../web/jsp1000/jsp92_1.jsp                        |      167 +
 .../web/jsp1000/jsp92_2.jsp                        |      167 +
 .../web/jsp1000/jsp92_3.jsp                        |      167 +
 .../web/jsp1000/jsp92_4.jsp                        |      167 +
 .../web/jsp1000/jsp92_5.jsp                        |      167 +
 .../web/jsp1000/jsp92_6.jsp                        |      167 +
 .../web/jsp1000/jsp92_7.jsp                        |      167 +
 .../web/jsp1000/jsp92_8.jsp                        |      167 +
 .../web/jsp1000/jsp92_9.jsp                        |      167 +
 .../web/jsp1000/jsp93.jsp                          |      165 +
 .../web/jsp1000/jsp93_1.jsp                        |      167 +
 .../web/jsp1000/jsp93_2.jsp                        |      167 +
 .../web/jsp1000/jsp93_3.jsp                        |      167 +
 .../web/jsp1000/jsp93_4.jsp                        |      167 +
 .../web/jsp1000/jsp93_5.jsp                        |      167 +
 .../web/jsp1000/jsp93_6.jsp                        |      167 +
 .../web/jsp1000/jsp93_7.jsp                        |      167 +
 .../web/jsp1000/jsp93_8.jsp                        |      167 +
 .../web/jsp1000/jsp93_9.jsp                        |      167 +
 .../web/jsp1000/jsp94.jsp                          |      165 +
 .../web/jsp1000/jsp94_1.jsp                        |      167 +
 .../web/jsp1000/jsp94_2.jsp                        |      167 +
 .../web/jsp1000/jsp94_3.jsp                        |      167 +
 .../web/jsp1000/jsp94_4.jsp                        |      167 +
 .../web/jsp1000/jsp94_5.jsp                        |      167 +
 .../web/jsp1000/jsp94_6.jsp                        |      167 +
 .../web/jsp1000/jsp94_7.jsp                        |      167 +
 .../web/jsp1000/jsp94_8.jsp                        |      167 +
 .../web/jsp1000/jsp94_9.jsp                        |      167 +
 .../web/jsp1000/jsp95.jsp                          |      165 +
 .../web/jsp1000/jsp95_1.jsp                        |      167 +
 .../web/jsp1000/jsp95_2.jsp                        |      167 +
 .../web/jsp1000/jsp95_3.jsp                        |      167 +
 .../web/jsp1000/jsp95_4.jsp                        |      167 +
 .../web/jsp1000/jsp95_5.jsp                        |      167 +
 .../web/jsp1000/jsp95_6.jsp                        |      167 +
 .../web/jsp1000/jsp95_7.jsp                        |      167 +
 .../web/jsp1000/jsp95_8.jsp                        |      167 +
 .../web/jsp1000/jsp95_9.jsp                        |      167 +
 .../web/jsp1000/jsp96.jsp                          |      165 +
 .../web/jsp1000/jsp96_1.jsp                        |      167 +
 .../web/jsp1000/jsp96_2.jsp                        |      167 +
 .../web/jsp1000/jsp96_3.jsp                        |      167 +
 .../web/jsp1000/jsp96_4.jsp                        |      167 +
 .../web/jsp1000/jsp96_5.jsp                        |      167 +
 .../web/jsp1000/jsp96_6.jsp                        |      167 +
 .../web/jsp1000/jsp96_7.jsp                        |      167 +
 .../web/jsp1000/jsp96_8.jsp                        |      167 +
 .../web/jsp1000/jsp96_9.jsp                        |      167 +
 .../web/jsp1000/jsp97.jsp                          |      165 +
 .../web/jsp1000/jsp97_1.jsp                        |      167 +
 .../web/jsp1000/jsp97_2.jsp                        |      167 +
 .../web/jsp1000/jsp97_3.jsp                        |      167 +
 .../web/jsp1000/jsp97_4.jsp                        |      167 +
 .../web/jsp1000/jsp97_5.jsp                        |      167 +
 .../web/jsp1000/jsp97_6.jsp                        |      167 +
 .../web/jsp1000/jsp97_7.jsp                        |      167 +
 .../web/jsp1000/jsp97_8.jsp                        |      167 +
 .../web/jsp1000/jsp97_9.jsp                        |      167 +
 .../web/jsp1000/jsp98.jsp                          |      165 +
 .../web/jsp1000/jsp98_1.jsp                        |      167 +
 .../web/jsp1000/jsp98_2.jsp                        |      167 +
 .../web/jsp1000/jsp98_3.jsp                        |      167 +
 .../web/jsp1000/jsp98_4.jsp                        |      167 +
 .../web/jsp1000/jsp98_5.jsp                        |      167 +
 .../web/jsp1000/jsp98_6.jsp                        |      167 +
 .../web/jsp1000/jsp98_7.jsp                        |      167 +
 .../web/jsp1000/jsp98_8.jsp                        |      167 +
 .../web/jsp1000/jsp98_9.jsp                        |      167 +
 .../web/jsp1000/jsp99.jsp                          |      165 +
 .../web/jsp1000/jsp99_1.jsp                        |      167 +
 .../web/jsp1000/jsp99_2.jsp                        |      167 +
 .../web/jsp1000/jsp99_3.jsp                        |      167 +
 .../web/jsp1000/jsp99_4.jsp                        |      167 +
 .../web/jsp1000/jsp99_5.jsp                        |      167 +
 .../web/jsp1000/jsp99_6.jsp                        |      167 +
 .../web/jsp1000/jsp99_7.jsp                        |      167 +
 .../web/jsp1000/jsp99_8.jsp                        |      165 +
 .../web/jsp1000/jsp99_9.jsp                        |      167 +
 .../PerformanceTestFolderWebApp/web/jsp50/gen.sh   |       10 +
 .../web/jsp50/jsp01.jsp                            |      163 +
 .../web/jsp50/jsp02.jsp                            |      163 +
 .../web/jsp50/jsp03.jsp                            |      163 +
 .../web/jsp50/jsp04.jsp                            |      163 +
 .../web/jsp50/jsp05.jsp                            |      163 +
 .../web/jsp50/jsp06.jsp                            |      163 +
 .../web/jsp50/jsp07.jsp                            |      163 +
 .../web/jsp50/jsp08.jsp                            |      163 +
 .../web/jsp50/jsp09.jsp                            |      163 +
 .../web/jsp50/jsp10.jsp                            |      163 +
 .../web/jsp50/jsp11.jsp                            |      163 +
 .../web/jsp50/jsp12.jsp                            |      163 +
 .../web/jsp50/jsp13.jsp                            |      163 +
 .../web/jsp50/jsp14.jsp                            |      163 +
 .../web/jsp50/jsp15.jsp                            |      163 +
 .../web/jsp50/jsp16.jsp                            |      163 +
 .../web/jsp50/jsp17.jsp                            |      163 +
 .../web/jsp50/jsp18.jsp                            |      163 +
 .../web/jsp50/jsp19.jsp                            |      163 +
 .../web/jsp50/jsp20.jsp                            |      163 +
 .../web/jsp50/jsp21.jsp                            |      163 +
 .../web/jsp50/jsp22.jsp                            |      163 +
 .../web/jsp50/jsp23.jsp                            |      163 +
 .../web/jsp50/jsp24.jsp                            |      163 +
 .../web/jsp50/jsp25.jsp                            |      163 +
 .../web/jsp50/jsp26.jsp                            |      163 +
 .../web/jsp50/jsp27.jsp                            |      163 +
 .../web/jsp50/jsp28.jsp                            |      163 +
 .../web/jsp50/jsp29.jsp                            |      163 +
 .../web/jsp50/jsp30.jsp                            |      163 +
 .../web/jsp50/jsp31.jsp                            |      163 +
 .../web/jsp50/jsp32.jsp                            |      163 +
 .../web/jsp50/jsp33.jsp                            |      163 +
 .../web/jsp50/jsp34.jsp                            |      163 +
 .../web/jsp50/jsp35.jsp                            |      163 +
 .../web/jsp50/jsp36.jsp                            |      163 +
 .../web/jsp50/jsp37.jsp                            |      163 +
 .../web/jsp50/jsp38.jsp                            |      163 +
 .../web/jsp50/jsp39.jsp                            |      163 +
 .../web/jsp50/jsp40.jsp                            |      163 +
 .../web/jsp50/jsp41.jsp                            |      163 +
 .../web/jsp50/jsp42.jsp                            |      163 +
 .../web/jsp50/jsp43.jsp                            |      163 +
 .../web/jsp50/jsp44.jsp                            |      163 +
 .../web/jsp50/jsp45.jsp                            |      163 +
 .../web/jsp50/jsp46.jsp                            |      163 +
 .../web/jsp50/jsp47.jsp                            |      163 +
 .../web/jsp50/jsp48.jsp                            |      163 +
 .../web/jsp50/jsp49.jsp                            |      163 +
 .../web/jsp50/jsp50.jsp                            |      163 +
 .../qa-functional/data/TestWebProject/build.xml    |       71 +
 .../data/TestWebProject/nbproject/ant-deploy.xml   |      111 +
 .../data/TestWebProject/nbproject/build-impl.xml   |     1441 +
 .../TestWebProject/nbproject/genfiles.properties   |        8 +
 .../TestWebProject/nbproject/project.properties    |       89 +
 .../data/TestWebProject/nbproject/project.xml      |       18 +
 .../data/TestWebProject}/src/conf/MANIFEST.MF      |        0
 .../data/TestWebProject/src/java/test/Main.java    |       63 +
 .../TestWebProject/src/java/test/MyTagHandler.java |       73 +
 .../data/TestWebProject/src/java/test/Test.java    |       68 +
 .../TestWebProject/src/java/test/TestBean.java     |      108 +
 .../TestWebProject/src/java/test/TestServlet.java  |      122 +
 .../data/TestWebProject/web/BigJSP.jsp             |      550 +
 .../data/TestWebProject/web/BigJSP2.jsp            |      501 +
 .../data/TestWebProject/web/HTML.html              |       10 +
 .../qa-functional/data/TestWebProject/web/Test.jsp |      116 +
 .../data/TestWebProject/web/WEB-INF/MyTLD.tld      |       28 +
 .../web/WEB-INF/tags/html/header.tag               |       32 +
 .../data/TestWebProject/web/WEB-INF/tags/mytag.tag |       32 +
 .../data/TestWebProject/web/WEB-INF/web.xml        |       27 +
 .../data/TestWebProject/web/index.html             |       16 +
 .../data/TestWebProject/web/index.jsp              |       16 +
 .../performance/web/MeasureWebActionsTest.java     |       82 +
 .../performance/web/MeasureWebDialogsTest.java     |       72 +
 .../performance/web/MeasureWebMenusTest.java       |       72 +
 .../actions/ExpandNodesWebProjectsViewTest.java    |      186 +
 .../performance/web/actions/FileSwitchingTest.java |      177 +
 .../web/actions/JSPCompletionInJspEditorTest.java  |      222 +
 .../web/actions/OpenServletFileTest.java           |      179 +
 .../OpenServletFileWithOpenedEditorTest.java       |      104 +
 .../performance/web/actions/OpenWebFilesTest.java  |      225 +
 .../actions/OpenWebFilesWithOpenedEditorTest.java  |      126 +
 .../web/actions/PageUpPageDownInJspEditorTest.java |      158 +
 .../web/actions/PasteInJspEditorTest.java          |      155 +
 .../web/actions/ToggleBreakpointTest.java          |      141 +
 .../web/actions/TypingInJspEditorTest.java         |      149 +
 .../dialogs/WebProjectPropertiesWindowTest.java    |      117 +
 .../menus/WebProjectsNodesViewPopupMenuTest.java   |      174 +
 .../netbeans/performance/web/setup/WebSetup.java   |       74 +
 .../test/unit/data/TestWebProject/build.xml        |       66 +
 .../data/TestWebProject/nbproject/ant-deploy.xml   |       28 +
 .../data/TestWebProject/nbproject/build-impl.xml   |      672 +
 .../TestWebProject/nbproject/genfiles.properties   |       10 +
 .../unit/data/TestWebProject/nbproject/jax-ws.xml  |        5 +
 .../TestWebProject/nbproject/project.properties    |       63 +
 .../unit/data/TestWebProject/nbproject/project.xml |       16 +
 .../unit/data/TestWebProject/src/test/Main.java    |       63 +
 .../data/TestWebProject/src/test/MyTagHandler.java |       36 +
 .../unit/data/TestWebProject/src/test/Test.java    |       26 +
 .../data/TestWebProject/src/test/TestBean.java     |       65 +
 .../data/TestWebProject/src/test/TestServlet.java  |       80 +
 .../test/unit/data/TestWebProject/web/BigJSP.jsp   |      550 +
 .../test/unit/data/TestWebProject/web/BigJSP2.jsp  |      501 +
 .../test/unit/data/TestWebProject/web/HTML.html    |       10 +
 .../data/TestWebProject/web/META-INF/context.xml   |        2 +
 .../test/unit/data/TestWebProject/web/Test.jsp     |      116 +
 .../unit/data/TestWebProject/web/WEB-INF/MyTLD.tld |       28 +
 .../web/WEB-INF/tags/html/header.tag               |       32 +
 .../data/TestWebProject/web/WEB-INF/tags/mytag.tag |       32 +
 .../unit/data/TestWebProject/web/WEB-INF/web.xml   |       27 +
 .../test/unit/data/TestWebProject/web/index.jsp    |       16 +
 .../performance/web/MeasureWebFootprintsTest.java  |       71 +
 .../web/footprints/WebProjectWorkflow.java         |      122 +
 .../org/netbeans/actions/api/ContextProvider.java  |       58 +
 .../src/org/netbeans/actions/api/Engine.java       |       67 +
 .../engine/spi/AbstractContextMenuFactory.java     |      119 +
 .../actions/engine/spi/AbstractEngine.java         |      199 +
 .../actions/engine/spi/AbstractMenuFactory.java    |      247 +
 .../actions/engine/spi/AbstractToolbarFactory.java |      236 +
 .../netbeans/actions/engine/spi/ActionFactory.java |       25 +
 .../actions/engine/spi/ContextMenuFactory.java     |       22 +
 .../netbeans/actions/engine/spi/MenuFactory.java   |       22 +
 .../actions/engine/spi/ToolbarFactory.java         |       19 +
 .../org/netbeans/actions/examples/MiniEdit.form    |       74 +
 .../org/netbeans/actions/examples/MiniEdit.java    |      793 +
 .../org/netbeans/actions/examples/actiondefs.xml   |      232 +
 .../netbeans/actions/examples/actions.properties   |       21 +
 .../org/netbeans/actions/examples/icons/copy.gif   |      Bin 0 -> 205 bytes
 .../org/netbeans/actions/examples/icons/cut.gif    |      Bin 0 -> 131 bytes
 .../org/netbeans/actions/examples/icons/delete.gif |      Bin 0 -> 125 bytes
 .../org/netbeans/actions/examples/icons/new.gif    |      Bin 0 -> 346 bytes
 .../org/netbeans/actions/examples/icons/open.gif   |      Bin 0 -> 916 bytes
 .../org/netbeans/actions/examples/icons/paste.gif  |      Bin 0 -> 215 bytes
 .../org/netbeans/actions/examples/icons/redo.gif   |      Bin 0 -> 119 bytes
 .../org/netbeans/actions/examples/icons/save.gif   |      Bin 0 -> 123 bytes
 .../netbeans/actions/examples/icons/saveall.gif    |      Bin 0 -> 159 bytes
 .../org/netbeans/actions/examples/icons/undo.gif   |      Bin 0 -> 119 bytes
 .../org/netbeans/actions/simple/Interpreter.java   |      725 +
 .../actions/simple/SimpleActionProvider.java       |       90 +
 .../netbeans/actions/simple/SimpleConstraint.java  |       90 +
 .../actions/simple/SimpleContainerProvider.java    |       48 +
 .../org/netbeans/actions/simple/SimpleEngine.java  |      203 +
 .../org/netbeans/actions/simple/SimpleInvoker.java |       85 +
 .../src/org/netbeans/actions/simple/SimpleKey.java |      137 +
 .../org/netbeans/actions/simple/SimpleKeymap.java  |       91 +
 .../org/netbeans/actions/spi/ActionProvider.java   |       90 +
 .../netbeans/actions/spi/ContainerProvider.java    |       59 +
 .../actions/spi/ContextProviderSupport.java        |      394 +
 .../netbeans/actions/spi/ProxyActionProvider.java  |      165 +
 .../actions/spi/ProxyContainerProvider.java        |      141 +
 .../netbeans/actions/spi/ProxyContextProvider.java |       54 +
 performance/aspectj/ListenerCount.aj               |      302 +
 performance/aspectj/SwingThreadRuleCheck.aj        |       78 +
 performance/benchmarks/build.xml                   |      109 +
 performance/benchmarks/manifest.mf                 |        3 +
 .../benchmarks/nbproject/project.properties        |       45 +
 performance/benchmarks/nbproject/project.xml       |       66 +
 .../netbeans/performance/benchmarks/Benchmark.java |      323 +
 .../performance/benchmarks/BenchmarkSuite.java     |      450 +
 .../performance/benchmarks/DataDescriptor.java     |       96 +
 .../performance/benchmarks/DataManager.java        |       58 +
 .../performance/benchmarks/MapArgBenchmark.java    |       92 +
 .../benchmarks/MultiInstanceBenchmark.java         |      118 +
 .../benchmarks/MultiInstanceIntArgBenchmark.java   |       65 +
 .../performance/benchmarks/PlainReporter.java      |      110 +
 .../netbeans/performance/benchmarks/Reporter.java  |       56 +
 .../performance/benchmarks/SuiteAssembler.java     |      226 +
 .../performance/benchmarks/XMLReporter.java        |      235 +
 .../performance/benchmarks/bde/ArgumentSeries.java |       82 +
 .../performance/benchmarks/bde/BDEGrammar.jjt      |      193 +
 .../performance/benchmarks/bde/Interval.java       |       79 +
 .../performance/benchmarks/bde/LoadDefinition.java |       66 +
 .../benchmarks/bde/StoreDefinition.java            |       65 +
 .../performance/benchmarks/bde/TestDefinition.java |       87 +
 .../benchmarks/bde/TestSpecBuilder.java            |      247 +
 .../benchmarks/bde/generated/ASCII_CharStream.java |      381 +
 .../benchmarks/bde/generated/ASTArgData.java       |       19 +
 .../benchmarks/bde/generated/ASTArgDataList.java   |       19 +
 .../benchmarks/bde/generated/ASTArgDataSeries.java |       19 +
 .../bde/generated/ASTClassIdentifier.java          |       19 +
 .../benchmarks/bde/generated/ASTClassName.java     |       19 +
 .../benchmarks/bde/generated/ASTId.java            |       19 +
 .../benchmarks/bde/generated/ASTIdentifier.java    |       19 +
 .../benchmarks/bde/generated/ASTInteger.java       |       19 +
 .../benchmarks/bde/generated/ASTIntegerDef.java    |       19 +
 .../bde/generated/ASTLoadDefinition.java           |       19 +
 .../benchmarks/bde/generated/ASTMethodFilter.java  |       19 +
 .../bde/generated/ASTMethodFilterList.java         |       19 +
 .../benchmarks/bde/generated/ASTRegexp.java        |       19 +
 .../benchmarks/bde/generated/ASTStart.java         |       19 +
 .../bde/generated/ASTStoreDefinition.java          |       19 +
 .../benchmarks/bde/generated/ASTString.java        |       19 +
 .../bde/generated/ASTTestDefinition.java           |       19 +
 .../bde/generated/ASTTestDefinitionList.java       |       19 +
 .../benchmarks/bde/generated/ASTValSpec.java       |       19 +
 .../benchmarks/bde/generated/ASTValSpecList.java   |       19 +
 .../benchmarks/bde/generated/BDEGrammar.jj         |      551 +
 .../benchmarks/bde/generated/BDEParser.java        |      789 +
 .../bde/generated/BDEParserConstants.java          |       45 +
 .../bde/generated/BDEParserTokenManager.java       |      700 +
 .../bde/generated/BDEParserTreeConstants.java      |       49 +
 .../benchmarks/bde/generated/BDEParserVisitor.java |       26 +
 .../bde/generated/JJTBDEParserState.java           |      123 +
 .../performance/benchmarks/bde/generated/Node.java |       37 +
 .../benchmarks/bde/generated/ParseException.java   |      191 +
 .../benchmarks/bde/generated/SimpleNode.java       |      134 +
 .../benchmarks/bde/generated/Token.java            |       81 +
 .../benchmarks/bde/generated/TokenMgrError.java    |      133 +
 .../benchmarks/bde/override/SimpleNode.xjava       |      134 +
 performance/benchmarks/test/perf/build.xml         |      156 +
 .../perf/src/djava/security/MessageDigestTest.java |       91 +
 .../test/perf/src/djava/util/jar/ManifestTest.java |      134 +
 .../test/perf/src/javax/swing/ListCellTest.java    |      146 +
 .../netbeans/performance/bundle/Bundle.properties  |      633 +
 .../performance/bundle/PropertiesTest.java         |      135 +
 .../netbeans/performance/collections/ListTest.java |      104 +
 .../performance/collections/ListTestArrayList.java |       66 +
 .../collections/ListTestArrayListForN.java         |       64 +
 .../collections/ListTestLinkedList.java            |       64 +
 .../performance/collections/ListTestVector.java    |       64 +
 .../collections/ListTestVectorForN.java            |       64 +
 .../netbeans/performance/platform/CopyArray.java   |      158 +
 .../performance/platform/EventQueueTest.java       |      113 +
 .../performance/platform/ExceptionConstruct.java   |      131 +
 .../performance/platform/InnerClassConstruct.java  |      100 +
 .../performance/platform/RunnableMethod.java       |      190 +
 .../performance/platform/SetThreadName.java        |      164 +
 performance/benchmarks/test/reports/build.xml      |       69 +
 .../benchmarks/test/reports}/manifest.mf           |        0
 .../test/reports/nbproject/build-impl.xml          |      547 +
 .../test/reports/nbproject/genfiles.properties     |        8 +
 .../test/reports/nbproject/project.properties      |       63 +
 .../benchmarks/test/reports/nbproject/project.xml  |       16 +
 .../performance/results/AnalyzeResultsTask.java    |      189 +
 .../netbeans/performance/results/ComparePanel.form |      204 +
 .../netbeans/performance/results/ComparePanel.java |      335 +
 .../src/org/netbeans/performance/results/GUI.java  |       75 +
 .../netbeans/performance/results/ReportUtils.java  |      203 +
 .../performance/results/TestCaseResults.java       |      597 +
 .../netbeans/performance/results/TestResult.java   |      232 +
 performance/benchmarks/test/reports/style-html.xsl |       84 +
 .../performance/results/TestResultTest.java        |      100 +
 performance/build.xml                              |       59 +
 performance/cnd/build.xml                          |       36 +
 performance/cnd/manifest.mf                        |        5 +
 performance/cnd/nbproject/build-impl.xml           |       27 +
 performance/cnd/nbproject/platform.properties      |        3 +
 performance/cnd/nbproject/project.properties       |       44 +
 performance/cnd/nbproject/project.xml              |      168 +
 .../org/netbeans/performance/cnd/Bundle.properties |        1 +
 .../performance/cnd/MeasureCNDSetupTest.java       |       67 +
 .../netbeans/performance/cnd/setup/CNDSetup.java   |       76 +
 .../org/netbeans/performance/cnd/Utilities.java    |      185 +
 performance/enterprise/build.xml                   |       80 +
 performance/enterprise/manifest.mf                 |        5 +
 performance/enterprise/nbproject/build-impl.xml    |       27 +
 .../enterprise/nbproject/genfiles.properties       |        5 +
 .../enterprise/nbproject/platform.properties       |        3 +
 .../enterprise/nbproject/project.properties        |       44 +
 performance/enterprise/nbproject/project.xml       |      197 +
 .../performance/enterprise/Bundle.properties       |        1 +
 .../qa-functional/data/BPELTestProject/build.xml   |       91 +
 .../data/BPELTestProject/nbproject/build-impl.xml  |      142 +
 .../BPELTestProject/nbproject/genfiles.properties  |        5 +
 .../BPELTestProject/nbproject/project.properties   |       50 +
 .../data/BPELTestProject/nbproject/project.xml     |       28 +
 .../BPELTestProject/src/SynchronousSample.bpel     |       31 +
 .../BPELTestProject/src/SynchronousSample.wsdl     |       43 +
 .../data/BPELTestProject/src/SynchronousSample.xsd |       33 +
 .../ReservationPartnerServices/build.xml           |       63 +
 .../nbproject/ant-deploy.xml                       |       97 +
 .../nbproject/build-impl.xml                       |      571 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       61 +
 .../nbproject/project.xml                          |       16 +
 ...ms_ReservationCallbackProviderBean.sun-resource |       37 +
 ...ms_ReservationCallbackProviderBean.sun-resource |       36 +
 .../setup/sun-resources.xml                        |       41 +
 .../src/conf/AirlineReservationService-mapping.xml |       84 +
 .../src/conf/HotelReservationService-mapping.xml   |       84 +
 .../src/conf/MANIFEST.MF                           |        0
 .../src/conf/VehicleReservationService-mapping.xml |       84 +
 .../src/conf/ejb-jar.xml                           |      142 +
 .../src/conf/sun-ejb-jar.xml                       |       79 +
 .../src/conf/webservices.xml                       |       71 +
 .../src/conf/wsdl/AirlineReservationService.wsdl   |      120 +
 .../src/conf/wsdl/HotelReservationService.wsdl     |      113 +
 .../src/conf/wsdl/OTA_TravelItinerary.xsd          |    17034 +
 .../src/conf/wsdl/VehicleReservationService.wsdl   |      113 +
 .../AirlineReservationPortType.java                |       48 +
 .../AirlineReservationPortType_Impl.java           |       96 +
 .../AirlineReservationService-config.xml           |       34 +
 .../partnerservices/AirlineReservationService.java |       47 +
 .../partnerservices/HotelReservationPortType.java  |       48 +
 .../HotelReservationPortType_Impl.java             |       93 +
 .../HotelReservationService-config.xml             |       34 +
 .../partnerservices/HotelReservationService.java   |       47 +
 .../src/java/partnerservices/PartnerUtils.java     |      117 +
 .../VehicleReservationPortType.java                |       48 +
 .../VehicleReservationPortType_Impl.java           |       93 +
 .../VehicleReservationService-config.xml           |       34 +
 .../partnerservices/VehicleReservationService.java |       47 +
 .../callback/ItineraryPlusAirline.xml              |       99 +
 .../callback/ItineraryPlusHotel.xml                |      140 +
 .../callback/ItineraryPlusVehicle.xml              |      117 +
 .../callback/ReservationCallbackProviderBean.java  |      213 +
 .../TravelReservationService/build.xml             |       73 +
 .../nbproject/build-impl.xml                       |      138 +
 .../nbproject/project.properties                   |       28 +
 .../TravelReservationService/nbproject/project.xml |       10 +
 .../src/AirlineReservationService.wsdl             |      120 +
 .../src/HotelReservationService.wsdl               |      120 +
 .../src/OTA_TravelItinerary.xsd                    |    17034 +
 .../src/OTA_TravelItinerary_1.xsd                  |    17034 +
 .../src/TravelReservationService.bpel              |      415 +
 .../src/TravelReservationService.wsdl              |      164 +
 .../src/VehicleReservationService.wsdl             |      120 +
 .../TravelReservationServiceApplication/build.xml  |       73 +
 .../nbproject/build-impl.xml                       |      346 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       43 +
 .../nbproject/project.xml                          |       21 +
 .../src/conf/AssemblyInformation.xml               |       49 +
 .../src/conf/BindingComponentInformation.xml       |       25 +
 .../src/conf/ComponentInformation.xml              |       45 +
 .../conf/TravelReservationServiceApplication.casa  |       61 +
 .../src/jbiasa/.ignore                             |        0
 .../test/HasAirline/Concurrent.properties          |       11 +
 .../test/HasAirline/Input.xml                      |      103 +
 .../test/HasAirline/Output.xml                     |      142 +
 .../test/HasHotel/Concurrent.properties            |       11 +
 .../test/HasHotel/Input.xml                        |      144 +
 .../test/HasHotel/Output.xml                       |      141 +
 .../test/HasNoReservations/Concurrent.properties   |       11 +
 .../test/HasNoReservations/Input.xml               |       60 +
 .../test/HasNoReservations/Output.xml              |      142 +
 .../test/HasVehicle/Concurrent.properties          |       11 +
 .../test/HasVehicle/Input.xml                      |      121 +
 .../test/HasVehicle/Output.xml                     |      142 +
 .../test/all-tests.properties                      |        1 +
 .../test/selected-tests.properties                 |        1 +
 .../performance/enterprise/EPUtilities.java        |       63 +
 .../enterprise/MeasureEnterpriseActions1Test.java  |       78 +
 .../enterprise/MeasureEnterpriseActions2Test.java  |       79 +
 .../enterprise/MeasureEnterpriseActions3Test.java  |       77 +
 .../enterprise/MeasureEnterpriseGCTest.java        |       93 +
 .../enterprise/MeasureEnterpriseSetupTest.java     |       68 +
 .../enterprise/XMLSchemaComponentOperator.java     |       98 +
 .../enterprise/actions/AddNewBpelProcessTest.java  |      130 +
 .../enterprise/actions/AddNewWSDLDocumentTest.java |      126 +
 .../enterprise/actions/AddNewXMLDocumentTest.java  |      127 +
 .../enterprise/actions/AddNewXMLSchemaTest.java    |      126 +
 .../enterprise/actions/ApplyDesignPatternTest.java |      121 +
 .../actions/BuildComplexProjectTest.java           |      128 +
 .../enterprise/actions/CreateBPELmoduleTest.java   |      136 +
 .../actions/CreateCompositeApplicationTest.java    |      141 +
 .../actions/NavigatorSchemaViewModeTest.java       |      117 +
 .../enterprise/actions/OpenBPELprojectTest.java    |      136 +
 .../enterprise/actions/OpenComplexDiagramTest.java |      117 +
 .../enterprise/actions/OpenSchemaViewTest.java     |      141 +
 .../actions/SchemaNavigatorDesignViewTest.java     |      112 +
 .../actions/SchemaNavigatorSchemaViewTest.java     |      120 +
 .../enterprise/actions/SchemaViewSwitchTest.java   |      144 +
 .../enterprise/actions/SwitchToDesignViewTest.java |      117 +
 .../enterprise/actions/SwitchToSchemaViewTest.java |      117 +
 .../enterprise/actions/ValidateSchemaTest.java     |      119 +
 .../enterprise/actions/WatchProjectsTest.java      |      134 +
 .../enterprise/setup/EnterpriseSetup.java          |      121 +
 .../enterprise/footprint/EPFootprintUtilities.java |      123 +
 .../enterprise/footprint/J2EEProjectWorkflow.java  |      155 +
 ...PrepareIDEForEnterpriseComplexMeasurements.java |      326 +
 .../enterprise/scanclasspath/EPScanClasspath.java  |      144 +
 .../startup/ComplexEnterpriseProjectStartup.java   |       79 +
 performance/gcsettings/index.html                  |      237 +
 performance/gcsettings/laptop/gcavgtime.png        |      Bin 0 -> 25085 bytes
 performance/gcsettings/laptop/gccount.png          |      Bin 0 -> 22429 bytes
 performance/gcsettings/laptop/gcseconds.png        |      Bin 0 -> 26573 bytes
 performance/gcsettings/laptop/index.html           |    14068 +
 performance/gcsettings/laptop/report.html          |        3 +
 performance/gcsettings/laptop/sessionlength.png    |      Bin 0 -> 18987 bytes
 performance/gcsettings/linux/gcavgtime.png         |      Bin 0 -> 22974 bytes
 performance/gcsettings/linux/gccount.png           |      Bin 0 -> 23010 bytes
 performance/gcsettings/linux/gcseconds.png         |      Bin 0 -> 22751 bytes
 performance/gcsettings/linux/index.html            |    14067 +
 performance/gcsettings/linux/report.html           |        3 +
 performance/gcsettings/linux/sessionlength.png     |      Bin 0 -> 19490 bytes
 performance/gcsettings/solaris/gcavgtime.png       |      Bin 0 -> 24980 bytes
 performance/gcsettings/solaris/gccount.png         |      Bin 0 -> 22117 bytes
 performance/gcsettings/solaris/gcseconds.png       |      Bin 0 -> 26137 bytes
 performance/gcsettings/solaris/index.html          |    14066 +
 performance/gcsettings/solaris/sessionlength.png   |      Bin 0 -> 21322 bytes
 performance/gcsettings/windows/gcavgtime.png       |      Bin 0 -> 23467 bytes
 performance/gcsettings/windows/gccount.png         |      Bin 0 -> 21711 bytes
 performance/gcsettings/windows/gcseconds.png       |      Bin 0 -> 25324 bytes
 performance/gcsettings/windows/index.html          |    11761 +
 performance/gcsettings/windows/sessionlength.png   |      Bin 0 -> 17206 bytes
 performance/hudson/ExecutePerformanceTests.sh      |       79 +
 performance/hudson/PreparePerformanceTests.xml     |       75 +
 .../hudson/PreparePerformanceTestsScript.sh        |       68 +
 performance/hudson/PublishPerformanceTests.xml     |       70 +
 performance/hudson/coldstart.sh                    |       45 +
 performance/hudson/j2ee.sh                         |       30 +
 performance/hudson/j2se.sh                         |       31 +
 performance/hudson/languages.sh                    |       29 +
 performance/hudson/mobility.sh                     |       41 +
 performance/hudson/netbeans.conf                   |       51 +
 performance/hudson/setupenv.sh                     |       81 +
 performance/hudson/web.sh                          |       26 +
 performance/imagecache/build.xml                   |       72 +
 performance/imagecache/manifest.mf                 |        2 +
 .../src/org/netbeans/imagecache/CDataBuffer.java   |       40 +
 .../src/org/netbeans/imagecache/CImage.java        |       47 +
 .../src/org/netbeans/imagecache/CRaster.java       |       31 +
 .../src/org/netbeans/imagecache/CSampleModel.java  |       72 +
 .../src/org/netbeans/imagecache/CacheReader.java   |      252 +
 .../src/org/netbeans/imagecache/CacheWriter.java   |      371 +
 .../org/netbeans/imagecache/CacheWriterTask.java   |       72 +
 .../org/netbeans/imagecache/ImageCacheTest.form    |       80 +
 .../org/netbeans/imagecache/ImageCacheTest.java    |      246 +
 performance/jtrace/linux/Makefile                  |       58 +
 performance/jtrace/src/jtrace.cpp                  |      288 +
 performance/jtrace/win32/Makefile                  |       58 +
 performance/manifest.mf                            |        7 +
 performance/mobility/build.xml                     |       60 +
 performance/mobility/manifest.mf                   |        5 +
 performance/mobility/nbproject/build-impl.xml      |       27 +
 performance/mobility/nbproject/genfiles.properties |        5 +
 performance/mobility/nbproject/platform.properties |        3 +
 performance/mobility/nbproject/project.properties  |       44 +
 performance/mobility/nbproject/project.xml         |      173 +
 .../performance/mobility/Bundle.properties         |        1 +
 .../MobileApplicationSwitchConfiguration/build.xml |       83 +
 .../nbproject/build-impl.xml                       |     1370 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |      170 +
 .../nbproject/project.xml                          |       10 +
 .../src/switchit/Midlet.java                       |      374 +
 .../data/MobileApplicationVisualMIDlet/build.xml   |       83 +
 .../nbproject/build-impl.xml                       |     1370 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |      160 +
 .../nbproject/project.xml                          |       10 +
 .../src/allComponents/VisualMIDletMIDP20.java      |      503 +
 .../src/allComponents/VisualMIDletMIDP20.vmd       |      353 +
 .../src/simple/VisualMIDlet.java                   |      169 +
 .../src/simple/VisualMIDlet.vmd                    |       62 +
 .../performance/mobility/MIDletEditorOperator.java |       95 +
 .../netbeans/performance/mobility/MPUtilities.java |       57 +
 .../mobility/MeasureMobilityActionsTest.java       |       79 +
 .../mobility/MeasureMobilityDialogsTest.java       |       78 +
 .../mobility/MeasureMobilitySetupTest.java         |       75 +
 .../mobility/actions/CreateMIDletTest.java         |      133 +
 .../actions/CreateMobilityProjectTest.java         |      140 +
 .../mobility/actions/CreateVisualMIDletTest.java   |      180 +
 .../mobility/actions/MIDletViewsSwitchTest.java    |      218 +
 .../mobility/actions/OpenMIDletEditorTest.java     |      170 +
 .../mobility/actions/OpenMobileProjectTest.java    |      145 +
 .../mobility/actions/SwitchConfigurationTest.java  |      183 +
 .../mobility/dialogs/CloseProjectPropertyTest.java |      145 +
 .../MobilityDeploymentManagerDialogTest.java       |      122 +
 .../dialogs/NewConfigurationDialogTest.java        |      115 +
 .../dialogs/ProjectPropertiesDialogTest.java       |      106 +
 .../mobility/dialogs/QuickRunDialogTest.java       |      110 +
 .../performance/mobility/setup/MobilitySetup.java  |       89 +
 .../mobility/footprint/MPOutOfTheBox.java          |       96 +
 .../footprint/MobilityProjectWorkflow.java         |      138 +
 ...epareIDEForMobilityComplexMeasurementsTest.java |      238 +
 .../mobility/scanclasspath/MPScanClasspath.java    |      135 +
 .../startup/ComplexMobilityProjectStartup.java     |       79 +
 .../mobility/startup/OutOfTheBoxStartupWTK.java    |       88 +
 performance/nbproject/project.properties           |       51 +
 performance/nbproject/project.xml                  |      275 +
 performance/sparrow/build.xml                      |      529 +
 performance/sparrow/lib/ext/PLACEHOLDER.txt        |        2 +
 .../performance/antext/CheckForJFreeChart.java     |       75 +
 .../performance/antext/ForEachFileTask.java        |      122 +
 .../performance/antext/GenerateHTMLreport.java     |       26 +
 .../netbeans/performance/antext/IteratingTask.java |      123 +
 .../performance/definitions/PLACEHOLDER.txt        |        5 +
 .../performance/impl/analysis/ChartMaker.java      |      105 +
 .../performance/impl/analysis/GcCharts.java        |      504 +
 .../performance/impl/analysis/GenRunsData.java     |       34 +
 .../netbeans/performance/impl/chart/NbChart.java   |       30 +
 .../impl/chart/NbStatisticalDataset.java           |      295 +
 .../impl/logparsing/FolderAggregation.java         |       58 +
 .../netbeans/performance/impl/logparsing/Gc.java   |      146 +
 .../performance/impl/logparsing/GcLog.java         |      161 +
 .../performance/impl/logparsing/GcTestSet.java     |      112 +
 .../performance/impl/logparsing/IdeCfg.java        |       64 +
 .../impl/logparsing/JavaLineswitch.java            |      139 +
 .../performance/impl/logparsing/ModuleEntry.java   |       54 +
 .../performance/impl/logparsing/ModulesLog.java    |       87 +
 .../performance/impl/logparsing/NbLog.java         |       99 +
 .../performance/impl/logparsing/NbRunLog.java      |      123 +
 .../performance/impl/logparsing/TestSet.java       |       69 +
 .../performance/impl/logparsing/TimeLog.java       |      132 +
 .../performance/impl/logparsing/Utils.java         |       50 +
 .../performance/spi/AbstractDataAggregation.java   |      276 +
 .../performance/spi/AbstractLogElement.java        |      133 +
 .../netbeans/performance/spi/AbstractLogFile.java  |      107 +
 .../src/org/netbeans/performance/spi/Analyzer.java |       58 +
 .../src/org/netbeans/performance/spi/Average.java  |       58 +
 .../spi/AveragedNameValueLogElement.java           |      210 +
 .../netbeans/performance/spi/DataAggregation.java  |       67 +
 .../performance/spi/DataNotFoundException.java     |       54 +
 .../netbeans/performance/spi/ElementFilter.java    |       17 +
 .../org/netbeans/performance/spi/LogElement.java   |       50 +
 .../src/org/netbeans/performance/spi/LogFile.java  |       17 +
 .../performance/spi/NameValueLogElement.java       |       51 +
 .../performance/spi/NameValuePairLogElement.java   |       98 +
 .../src/org/netbeans/performance/spi/Named.java    |       18 +
 .../netbeans/performance/spi/ParseException.java   |       76 +
 .../org/netbeans/performance/spi/Timestamped.java  |       15 +
 .../performance/spi/TimestampedLogElement.java     |       36 +
 .../netbeans/performance/spi/ValueLogElement.java  |       75 +
 .../src/org/netbeans/performance/spi/Valued.java   |       18 +
 .../performance/spi/html/AbstractHTML.java         |      213 +
 .../spi/html/AbstractHTMLContainer.java            |       40 +
 .../org/netbeans/performance/spi/html/HTML.java    |       50 +
 .../performance/spi/html/HTMLContainer.java        |       27 +
 .../performance/spi/html/HTMLDocument.java         |       38 +
 .../netbeans/performance/spi/html/HTMLImage.java   |       14 +
 .../performance/spi/html/HTMLIterator.java         |       44 +
 .../performance/spi/html/HTMLListItem.java         |       54 +
 .../performance/spi/html/HTMLSubdocument.java      |       71 +
 .../netbeans/performance/spi/html/HTMLTable.java   |      135 +
 .../performance/spi/html/HTMLTableRow.java         |       55 +
 .../performance/spi/html/HTMLTextItem.java         |       31 +
 .../performance/spi/html/HTMLUnorderedList.java    |       47 +
 .../src/org/netbeans/modules/performance/Inst.java |       66 +
 .../performance/guitracker/ActionTracker.java      |     1216 +
 .../performance/guitracker/LoggingEventQueue.java  |      158 +
 .../guitracker/LoggingRepaintManager.java          |      442 +
 .../modules/performance/guitracker/Main.java       |       87 +
 .../performance/resources/ActionTracker.xsl        |       77 +
 .../performance/resources/Bundle.properties        |        1 +
 .../resources/build-performance-tests.xml          |      181 +
 .../modules/performance/resources/netbeans.conf    |       23 +
 .../resources/performance-tests.properties         |       47 +
 .../performance/utilities/CommonUtilities.java     |      948 +
 .../utilities/LoggingScanClasspath.java            |      146 +
 .../utilities/MeasureStartupTimeTestCase.java      |      594 +
 .../utilities/MemoryFootprintTestCase.java         |      521 +
 .../performance/utilities/PerformanceTestCase.java |     1318 +
 .../utilities/PerformanceTestCase2.java            |       88 +
 .../utilities/ValidatePopupMenuOnNodes.java        |      132 +
 .../test/ide/PerfCountingSecurityManager.java      |      580 +
 .../test/ide/PerfIDECommitValidationTest.java      |      116 +
 .../org/netbeans/test/ide/PerfIDEValidation.java   |     1480 +
 .../test/ide/PerfMemoryValidationTest.java         |      110 +
 .../src/org/netbeans/test/ide/PerfUtil.java        |      162 +
 .../org/netbeans/test/ide/PerfWatchProjects.java   |      512 +
 .../performance/scalability/AWTThreadFreeTest.java |      219 +
 .../netbeans/performance/scalability/Calls.java    |      111 +
 .../scalability/CountingSecurityManager.java       |      285 +
 .../performance/scalability/ExpandFolderTest.java  |      193 +
 .../scalability/MeasureScalabilityTest.java        |       65 +
 .../scalability/TabSwitchSpeedTest.java            |      294 +
 .../scanning/JavaNavigatorPerfTest.java            |      176 +
 .../performance/scanning/MeasureScanningTest.java  |       67 +
 .../performance/scanning/ScanProjectPerfTest.java  |      147 +
 .../scanning/ScanSeveralProjectsPerfTest.java      |      130 +
 .../performance/scanning/ScanningHandler.java      |      156 +
 .../netbeans/performance/scanning/Utilities.java   |      437 +
 performance/threaddemo/README.txt                  |      115 +
 performance/threaddemo/build.properties            |       67 +
 performance/threaddemo/build.xml                   |      250 +
 performance/threaddemo/logging.properties          |        7 +
 performance/threaddemo/manifest.mf                 |        3 +
 performance/threaddemo/nbproject/project.xml       |      170 +
 performance/threaddemo/src/threaddemo/Main.java    |      269 +
 performance/threaddemo/src/threaddemo/Monitor.java |      164 +
 .../src/threaddemo/apps/index/Index.java           |       97 +
 .../src/threaddemo/apps/index/IndexApp.java        |      124 +
 .../src/threaddemo/apps/index/IndexImpl.java       |      317 +
 .../src/threaddemo/apps/populate/Populate.java     |      206 +
 .../src/threaddemo/apps/refactor/Refactor.java     |      240 +
 .../src/threaddemo/data/DomProvider.java           |      107 +
 .../threaddemo/src/threaddemo/data/DomSupport.java |      366 +
 .../src/threaddemo/data/PhadhailEditorSupport.java |      244 +
 .../src/threaddemo/data/PhadhailLookups.java       |      167 +
 .../src/threaddemo/data/PhadhailNewType.java       |       90 +
 .../src/threaddemo/locking/DuplexLock.java         |       61 +
 .../src/threaddemo/locking/EventHybridLock.java    |      313 +
 .../src/threaddemo/locking/EventLock.java          |      237 +
 .../src/threaddemo/locking/LockAction.java         |       60 +
 .../threaddemo/locking/LockExceptionAction.java    |       63 +
 .../threaddemo/src/threaddemo/locking/Locks.java   |      124 +
 .../src/threaddemo/locking/MonitorLock.java        |      117 +
 .../src/threaddemo/locking/PrivilegedLock.java     |      199 +
 .../threaddemo/src/threaddemo/locking/RWLock.java  |      160 +
 .../threaddemo/locking/ReadWriteLockWrapper.java   |      175 +
 .../threaddemo/src/threaddemo/locking/Worker.java  |      124 +
 .../threaddemo/src/threaddemo/locking/package.html |       11 +
 .../src/threaddemo/model/AbstractPhadhail.java     |      355 +
 .../src/threaddemo/model/BufferedPhadhail.java     |      202 +
 .../model/EventHybridLockedPhadhail.java           |      168 +
 .../src/threaddemo/model/LockedPhadhail.java       |      182 +
 .../src/threaddemo/model/MonitoredPhadhail.java    |      149 +
 .../threaddemo/src/threaddemo/model/Phadhail.java  |      114 +
 .../src/threaddemo/model/PhadhailEvent.java        |       73 +
 .../src/threaddemo/model/PhadhailListener.java     |       61 +
 .../src/threaddemo/model/PhadhailNameEvent.java    |       79 +
 .../threaddemo/src/threaddemo/model/Phadhails.java |       81 +
 .../src/threaddemo/model/SpunPhadhail.java         |      199 +
 .../src/threaddemo/model/SwungPhadhail.java        |      338 +
 .../src/threaddemo/model/SynchPhadhail.java        |       81 +
 .../src/threaddemo/util/ClobberException.java      |       92 +
 .../src/threaddemo/util/DocumentParseSupport.java  |      339 +
 .../threaddemo/util/DocumentParseSupportDelta.java |       70 +
 .../src/threaddemo/util/TwoWayEvent.java           |      339 +
 .../src/threaddemo/util/TwoWayListener.java        |       95 +
 .../src/threaddemo/util/TwoWaySupport.java         |      885 +
 .../threaddemo/util/doc-files/TwoWaySupport.zargo  |      Bin 0 -> 17342 bytes
 .../util/doc-files/TwoWaySupportStateDiagram.png   |      Bin 0 -> 16681 bytes
 .../threaddemo/src/threaddemo/util/package.html    |        9 +
 .../src/threaddemo/views/ElementLook.java          |      184 +
 .../src/threaddemo/views/PhadhailLook.java         |      266 +
 .../src/threaddemo/views/PhadhailLookProvider.java |      101 +
 .../src/threaddemo/views/PhadhailNode.java         |      174 +
 .../src/threaddemo/views/PhadhailTreeModel.java    |       94 +
 .../src/threaddemo/views/PhadhailViews.java        |      251 +
 .../views/looktree/LookTreeCellEditor.java         |       95 +
 .../views/looktree/LookTreeCellRenderer.java       |       91 +
 .../threaddemo/views/looktree/LookTreeModel.java   |      172 +
 .../threaddemo/views/looktree/LookTreeNode.java    |      259 +
 .../threaddemo/views/looktree/LookTreePath.java    |      118 +
 .../threaddemo/views/looktree/LookTreeView.java    |       98 +
 .../threaddemo/views/looktree/PopupHandler.java    |      133 +
 .../threaddemo/locking/EventHybridLockTest.java    |      317 +
 .../test/threaddemo/locking/EventLockTest.java     |      211 +
 .../test/threaddemo/locking/ReadWriteLockTest.java |      366 +
 .../test/threaddemo/util/TwoWaySupportTest.java    |      168 +
 php.api.annotation/build.xml                       |        5 +
 php.api.annotation/manifest.mf                     |        5 +
 php.api.annotation/nbproject/project.properties    |        5 +
 php.api.annotation/nbproject/project.xml           |       98 +
 .../modules/php/api/annotation/PhpAnnotations.java |      157 +
 .../AnnotationLineParserRegistrationProcessor.java |       78 +
 .../PhpAnnotationsRegistrationProcessor.java       |       74 +
 .../php/api/annotation/resources/Bundle.properties |       45 +
 .../modules/php/api/annotation/resources/layer.xml |       54 +
 .../php/api/annotation/util/AnnotationUtils.java   |      153 +
 .../spi/annotation/AnnotationCompletionTag.java    |      142 +
 .../AnnotationCompletionTagProvider.java           |      211 +
 .../php/spi/annotation/AnnotationLineParser.java   |      117 +
 .../php/spi/annotation/AnnotationParsedLine.java   |      256 +
 .../PhpAnnotationsRegistrationProcessorTest.java   |      133 +
 .../api/annotation/util/AnnotationUtilsTest.java   |      169 +
 php.api.documentation/build.xml                    |        5 +
 php.api.documentation/manifest.mf                  |        5 +
 php.api.documentation/nbproject/project.properties |        5 +
 php.api.documentation/nbproject/project.xml        |       81 +
 .../php/api/documentation/PhpDocumentations.java   |      102 +
 .../PhpDocumentationRegistrationProcessor.java     |       78 +
 .../api/documentation/resources/Bundle.properties  |       45 +
 .../php/api/documentation/resources/layer.xml      |       52 +
 .../documentation/PhpDocumentationProvider.java    |      163 +
 .../PhpDocumentationProviderRegistrationTest.java  |      112 +
 php.api.editor/build.xml                           |        5 +
 php.api.editor/manifest.mf                         |        4 +
 php.api.editor/nbproject/project.properties        |        5 +
 php.api.editor/nbproject/project.xml               |       66 +
 .../modules/php/api/editor/EditorSupport.java      |       78 +
 .../modules/php/api/editor/PhpBaseElement.java     |      135 +
 .../netbeans/modules/php/api/editor/PhpClass.java  |      155 +
 .../modules/php/api/editor/PhpFunction.java        |       69 +
 .../modules/php/api/editor/PhpVariable.java        |       86 +
 .../php/api/editor/resources/Bundle.properties     |       45 +
 .../modules/php/spi/editor/EditorExtender.java     |       66 +
 php.api.executable/build.xml                       |        5 +
 php.api.executable/manifest.mf                     |        4 +
 php.api.executable/nbproject/project.properties    |        5 +
 php.api.executable/nbproject/project.xml           |      149 +
 .../executable/InvalidPhpExecutableException.java  |       56 +
 .../modules/php/api/executable/PhpExecutable.java  |      980 +
 .../php/api/executable/PhpExecutableValidator.java |      108 +
 .../modules/php/api/executable/PhpInterpreter.java |      111 +
 .../php/api/executable/resources/Bundle.properties |       45 +
 .../modules/php/spi/executable/DebugStarter.java   |      226 +
 .../php/api/executable/PhpExecutableTest.java      |      121 +
 .../php/api/executable/PhpInterpreterTest.java     |       76 +
 php.api.framework/build.xml                        |        5 +
 php.api.framework/manifest.mf                      |        5 +
 php.api.framework/nbproject/project.properties     |        5 +
 php.api.framework/nbproject/project.xml            |      155 +
 .../modules/php/api/framework/BadgeIcon.java       |      100 +
 .../modules/php/api/framework/PhpFrameworks.java   |       98 +
 .../PhpFrameworkRegistrationProcessor.java         |       74 +
 .../php/api/framework/resources/Bundle.properties  |       45 +
 .../modules/php/api/framework/resources/layer.xml  |       52 +
 .../api/framework/ui/commands/Bundle.properties    |       94 +
 .../ui/commands/FrameworkCommandChooser.form       |      362 +
 .../ui/commands/FrameworkCommandChooser.java       |      849 +
 .../ui/commands/RefreshPhpModuleRunnable.java      |       82 +
 .../php/spi/framework/PhpFrameworkProvider.java    |      336 +
 .../spi/framework/PhpModuleActionsExtender.java    |      159 +
 .../spi/framework/PhpModuleCustomizerExtender.java |      183 +
 .../php/spi/framework/PhpModuleExtender.java       |      171 +
 .../framework/PhpModuleIgnoredFilesExtender.java   |       69 +
 .../php/spi/framework/actions/BaseAction.java      |      101 +
 .../php/spi/framework}/actions/Bundle.properties   |        0
 .../spi/framework/actions/GoToActionAction.java    |       93 +
 .../php/spi/framework/actions/GoToViewAction.java  |       94 +
 .../spi/framework/actions/RunCommandAction.java    |       69 +
 .../spi/framework/commands/FrameworkCommand.java   |      164 +
 .../commands/FrameworkCommandSupport.java          |      261 +
 .../PhpFrameworkProviderRegistrationTest.java      |      147 +
 php.api.phpmodule/manifest.mf                      |        3 +-
 php.api.phpmodule/nbproject/project.properties     |        6 +-
 php.api.phpmodule/nbproject/project.xml            |       93 +-
 .../org/netbeans/modules/php/api/PhpOptions.java   |       70 +
 .../org/netbeans/modules/php/api/PhpVersion.java   |      135 +
 .../api/annotations/BaseRegistrationProcessor.java |      157 -
 .../annotations/PhpDocRegistrationProcessor.java   |       68 -
 .../PhpFrameworkRegistrationProcessor.java         |       64 -
 .../org/netbeans/modules/php/api/doc/PhpDocs.java  |      102 -
 .../modules/php/api/editor/EditorSupport.java      |       81 -
 .../modules/php/api/editor/PhpBaseElement.java     |      106 -
 .../netbeans/modules/php/api/editor/PhpClass.java  |      163 -
 .../modules/php/api/editor/PhpFunction.java        |       67 -
 .../modules/php/api/editor/PhpVariable.java        |       97 -
 .../modules/php/api/phpmodule/BadgeIcon.java       |      101 -
 .../modules/php/api/phpmodule/Bundle.properties    |       45 -
 .../modules/php/api/phpmodule/PhpFrameworks.java   |      100 -
 .../modules/php/api/phpmodule/PhpInterpreter.java  |      125 -
 .../modules/php/api/phpmodule/PhpModule.java       |      308 +-
 .../php/api/phpmodule/PhpModuleGenerator.java      |      267 +
 .../php/api/phpmodule/PhpModuleProperties.java     |      100 +-
 .../modules/php/api/phpmodule/PhpOptions.java      |       63 -
 .../modules/php/api/phpmodule/PhpProgram.java      |      250 -
 .../php/api/phpmodule/resources/Bundle.properties  |        4 +-
 .../modules/php/api/phpmodule/resources/layer.xml  |       53 -
 .../php/api/queries/PhpVisibilityQuery.java        |       84 +
 .../netbeans/modules/php/api/queries/Queries.java  |      105 +
 .../netbeans/modules/php/api/ui/SearchPanel.form   |        8 +-
 .../netbeans/modules/php/api/ui/SearchPanel.java   |       23 +-
 .../modules/php/api/ui/commands/Bundle.properties  |       93 -
 .../api/ui/commands/FrameworkCommandChooser.form   |      379 -
 .../api/ui/commands/FrameworkCommandChooser.java   |      841 -
 .../api/ui/commands/RefreshPhpModuleRunnable.java  |       80 -
 .../modules/php/api/ui/options/Bundle.properties   |       41 +
 .../options/FrameworksOptionsPanelController.java  |      194 +
 .../php/api/ui/options/FrameworksPanel.form        |       62 +
 .../php/api/ui/options/FrameworksPanel.java        |      345 +
 .../PhpOptionsPanelControllerProcessor.java        |      105 +
 .../modules/php/api/util/Bundle.properties         |        4 -
 .../netbeans/modules/php/api/util/FileUtils.java   |      300 +-
 .../org/netbeans/modules/php/api/util/Pair.java    |       83 -
 .../netbeans/modules/php/api/util/StringUtils.java |       98 +-
 .../org/netbeans/modules/php/api/util/UiUtils.java |      165 +-
 .../php/api/validation/ValidationResult.java       |      235 +
 .../modules/php/spi/actions/BaseAction.java        |      102 -
 .../modules/php/spi/actions/GoToActionAction.java  |       95 -
 .../modules/php/spi/actions/GoToViewAction.java    |       96 -
 .../modules/php/spi/actions/RunCommandAction.java  |       70 -
 .../modules/php/spi/commands/FrameworkCommand.java |      166 -
 .../php/spi/commands/FrameworkCommandSupport.java  |      469 -
 .../modules/php/spi/doc/PhpDocProvider.java        |      164 -
 .../modules/php/spi/editor/EditorExtender.java     |       67 -
 .../php/spi/phpmodule/PhpFrameworkProvider.java    |      285 -
 .../spi/phpmodule/PhpModuleActionsExtender.java    |      164 -
 .../spi/phpmodule/PhpModuleCustomizerExtender.java |      157 -
 .../php/spi/phpmodule/PhpModuleExtender.java       |      136 +-
 .../phpmodule/PhpModuleIgnoredFilesExtender.java   |       70 -
 .../PhpDocProviderRegistrationTest.java            |      309 -
 .../PhpFrameworkProviderRegistrationTest.java      |      354 -
 .../php/api/phpmodule/PhpInterpreterTest.java      |      156 -
 .../php/api/phpmodule/PhpModuleGeneratorTest.java  |      150 +
 .../modules/php/api/util/StringUtilsTest.java      |       46 +
 php.api.templates/build.xml                        |        5 +
 php.api.templates/manifest.mf                      |        5 +
 php.api.templates/nbproject/project.properties     |        3 +
 php.api.templates/nbproject/project.xml            |       34 +
 .../php/api/templates/resources/Bundle.properties  |       45 +
 .../templates/completion/CompletionProvider.java   |       73 +
 .../completion/VariableCompletionProvider.java     |       69 +
 php.api.testing/build.xml                          |        5 +
 php.api.testing/manifest.mf                        |        5 +
 php.api.testing/nbproject/project.properties       |        5 +
 php.api.testing/nbproject/project.xml              |      112 +
 .../modules/php/api/testing/PhpTesting.java        |      108 +
 .../PhpTestingRegistrationProcessor.java           |       78 +
 .../php/api/testing/resources/Bundle.properties    |       45 +
 .../modules/php/api/testing/resources/layer.xml    |       49 +
 .../php/spi/testing/PhpTestingProvider.java        |      200 +
 .../modules/php/spi/testing/coverage/Coverage.java |      101 +
 .../php/spi/testing/coverage/FileMetrics.java      |       67 +
 .../php/spi/testing/create/CreateTestsResult.java  |       82 +
 .../modules/php/spi/testing/locate/Locations.java  |      144 +
 .../php/spi/testing/locate/TestLocator.java        |       74 +
 .../php/spi/testing/run/OutputLineHandler.java     |       59 +
 .../modules/php/spi/testing/run/TestCase.java      |      211 +
 .../php/spi/testing/run/TestRunException.java      |       80 +
 .../modules/php/spi/testing/run/TestRunInfo.java   |      405 +
 .../modules/php/spi/testing/run/TestSession.java   |       90 +
 .../modules/php/spi/testing/run/TestSuite.java     |       69 +
 .../PhpTestingProviderRegistrationTest.java        |      176 +
 php.apigen/build.xml                               |        5 +
 php.apigen/manifest.mf                             |        6 +
 php.apigen/nbproject/project.properties            |        2 +
 php.apigen/nbproject/project.xml                   |      175 +
 .../modules/php/apigen/ApiGenProvider.java         |       85 +
 .../php/apigen/annotations/AbstractTag.java        |       58 +
 .../modules/php/apigen/annotations/AccessTag.java  |       58 +
 .../annotations/ApiGenAnnotationsProvider.java     |      186 +
 .../modules/php/apigen/annotations/AuthorTag.java  |       84 +
 .../php/apigen/annotations/Bundle.properties       |     1469 +
 .../php/apigen/annotations/CategoryTag.java        |       58 +
 .../php/apigen/annotations/CopyrightTag.java       |       58 +
 .../php/apigen/annotations/DeprecatedTag.java      |       58 +
 .../modules/php/apigen/annotations/ExampleTag.java |       58 +
 .../php/apigen/annotations/FilesourceTag.java      |       58 +
 .../modules/php/apigen/annotations/FinalTag.java   |       58 +
 .../modules/php/apigen/annotations/GlobalTag.java  |       58 +
 .../modules/php/apigen/annotations/IgnoreTag.java  |       58 +
 .../php/apigen/annotations/InternalTag.java        |       58 +
 .../modules/php/apigen/annotations/LicenseTag.java |       58 +
 .../modules/php/apigen/annotations/LinkTag.java    |       58 +
 .../modules/php/apigen/annotations/MethodTag.java  |       58 +
 .../modules/php/apigen/annotations/NameTag.java    |       58 +
 .../modules/php/apigen/annotations/PackageTag.java |       58 +
 .../modules/php/apigen/annotations/ParamTag.java   |       58 +
 .../php/apigen/annotations/PropertyReadTag.java    |       58 +
 .../php/apigen/annotations/PropertyTag.java        |       58 +
 .../php/apigen/annotations/PropertyWriteTag.java   |       58 +
 .../modules/php/apigen/annotations/ReturnTag.java  |       58 +
 .../modules/php/apigen/annotations/SeeTag.java     |       58 +
 .../modules/php/apigen/annotations/SinceTag.java   |       58 +
 .../modules/php/apigen/annotations/StaticTag.java  |       58 +
 .../php/apigen/annotations/StaticvarTag.java       |       58 +
 .../php/apigen/annotations/SubpackageTag.java      |       58 +
 .../modules/php/apigen/annotations/ThrowsTag.java  |       58 +
 .../modules/php/apigen/annotations/TodoTag.java    |       58 +
 .../php/apigen/annotations/TutorialTag.java        |       58 +
 .../modules/php/apigen/annotations/UsesTag.java    |       58 +
 .../modules/php/apigen/annotations/VarTag.java     |       58 +
 .../modules/php/apigen/annotations/VersionTag.java |       58 +
 .../parser/ApiGenAnnotationLineParser.java         |       83 +
 .../apigen/annotations/parser/SeeLineParser.java   |      129 +
 .../annotations/parser/ThrowsLineParser.java       |       96 +
 .../modules/php/apigen/commands/ApiGenScript.java  |      305 +
 .../modules/php/apigen/options/ApiGenOptions.java  |      115 +
 .../modules/php/apigen/resources/Bundle.properties |       49 +
 .../modules/php/apigen/resources/layer.xml         |       54 +
 .../modules/php/apigen/ui/ApiGenPreferences.java   |      236 +
 .../modules/php/apigen/ui/BrowseFolderPanel.form   |       67 +
 .../modules/php/apigen/ui/BrowseFolderPanel.java   |      213 +
 .../modules/php/apigen/ui/Bundle.properties        |       42 +
 .../php/apigen/ui/customizer/ApiGenCustomizer.java |       80 +
 .../php/apigen/ui/customizer/ApiGenPanel.form      |      350 +
 .../php/apigen/ui/customizer/ApiGenPanel.java      |      712 +
 .../php/apigen/ui/customizer/Bundle.properties     |       61 +
 .../php/apigen/ui/options/ApiGenOptionsPanel.form  |      145 +
 .../php/apigen/ui/options/ApiGenOptionsPanel.java  |      336 +
 .../ui/options/ApiGenOptionsPanelController.java   |      163 +
 .../php/apigen/ui/options/Bundle.properties        |       50 +
 .../parser/ApiGenAnnotationLineParserTest.java     |       72 +
 .../annotations/parser/SeeLineParserTest.java      |      240 +
 .../annotations/parser/ThrowsLineParserTest.java   |      192 +
 php.atoum/build.xml                                |        5 +
 php.atoum/manifest.mf                              |        7 +
 php.atoum/nbproject/project.properties             |        2 +
 php.atoum/nbproject/project.xml                    |      178 +
 .../modules/php/atoum/AtoumTestingProvider.java    |      155 +
 .../netbeans/modules/php/atoum/commands/Atoum.java |      604 +
 .../php/atoum/coverage/CloverLogParser.java        |      240 +
 .../modules/php/atoum/coverage/CoverageImpl.java   |      119 +
 .../php/atoum/coverage/CoverageProvider.java       |       92 +
 .../php/atoum/coverage/FileMetricsImpl.java        |       75 +
 .../modules/php/atoum/create/TestCreator.java      |      124 +
 .../modules/php/atoum/locate/AtoumTestLocator.java |      128 +
 .../modules/php/atoum/options/AtoumOptions.java    |       94 +
 .../php/atoum/options/AtoumOptionsValidator.java   |       68 +
 .../php/atoum/preferences/AtoumPreferences.java    |      140 +
 .../preferences/AtoumPreferencesValidator.java     |       98 +
 .../modules/php/atoum/resources/Bundle.properties  |       52 +
 .../netbeans/modules/php/atoum/resources/layer.xml |       68 +
 .../netbeans/modules/php/atoum/run/TapParser.java  |      300 +
 .../netbeans/modules/php/atoum/run/TestCaseVo.java |      138 +
 .../netbeans/modules/php/atoum/run/TestRunner.java |       74 +
 .../modules/php/atoum/run/TestSuiteVo.java         |       93 +
 .../php/atoum/ui/customizer/AtoumCustomizer.java   |       78 +
 .../php/atoum/ui/customizer/Bundle.properties      |       53 +
 .../php/atoum/ui/customizer/CustomizerAtoum.form   |      223 +
 .../php/atoum/ui/customizer/CustomizerAtoum.java   |      526 +
 .../php/atoum/ui/options/AtoumOptionsPanel.form    |      145 +
 .../php/atoum/ui/options/AtoumOptionsPanel.java    |      333 +
 .../ui/options/AtoumOptionsPanelController.java    |      181 +
 .../modules/php/atoum/ui/options/Bundle.properties |       48 +
 .../modules/php/atoum/ui/resources/AtoumTest.php   |       26 +
 .../modules/php/atoum/util/AtoumUtils.java         |       60 +
 php.atoum/test/unit/data/atoum-tap-233908.log      |        8 +
 php.atoum/test/unit/data/atoum-tap-235280-1.log    |        7 +
 php.atoum/test/unit/data/atoum-tap-235280-2.log    |        6 +
 php.atoum/test/unit/data/atoum-tap-235280-3.log    |        4 +
 php.atoum/test/unit/data/atoum-tap-235482.log      |        9 +
 php.atoum/test/unit/data/atoum-tap.log             |       36 +
 php.atoum/test/unit/data/coverage.xml              |       85 +
 php.atoum/test/unit/data/testdata/Calculator.php   |       68 +
 php.atoum/test/unit/data/testdata/Calculator2.php  |       65 +
 .../modules/php/atoum/commands/AtoumTest.java      |       68 +
 .../php/atoum/coverage/CloverLogParserTest.java    |      131 +
 .../modules/php/atoum/run/TapParserTest.java       |      279 +
 php.code.analysis/build.xml                        |        5 +
 php.code.analysis/manifest.mf                      |        5 +
 php.code.analysis/nbproject/project.properties     |        2 +
 php.code.analysis/nbproject/project.xml            |      148 +
 .../php/analysis/CodeSnifferAnalyzerImpl.java      |      255 +
 .../analysis/CodingStandardsFixerAnalyzerImpl.java |      270 +
 .../php/analysis/MessDetectorAnalyzerImpl.java     |      258 +
 .../modules/php/analysis/commands/CodeSniffer.java |      347 +
 .../analysis/commands/CodingStandardsFixer.java    |      305 +
 .../php/analysis/commands/MessDetector.java        |      229 +
 .../php/analysis/options/AnalysisOptions.java      |      198 +
 .../analysis/options/AnalysisOptionsValidator.java |      118 +
 .../analysis/parsers/CodeSnifferReportParser.java  |      181 +
 .../parsers/CodingStandardsFixerReportParser.java  |      191 +
 .../analysis/parsers/MessDetectorReportParser.java |      178 +
 .../php/analysis/resources/Bundle.properties       |       48 +
 .../modules/php/analysis/resources/layer.xml       |       54 +
 .../modules/php/analysis/results/Result.java       |      100 +
 .../ui/CodeSnifferStandardsComboBoxModel.java      |      221 +
 .../analysis/ui/MessDetectorRuleSetsListModel.java |       78 +
 .../php/analysis/ui/analyzer/Bundle.properties     |       51 +
 .../ui/analyzer/CodeSnifferCustomizerPanel.form    |       49 +
 .../ui/analyzer/CodeSnifferCustomizerPanel.java    |      154 +
 .../CodingStandardsFixerCustomizerPanel.form       |       94 +
 .../CodingStandardsFixerCustomizerPanel.java       |      177 +
 .../ui/analyzer/MessDetectorCustomizerPanel.form   |       60 +
 .../ui/analyzer/MessDetectorCustomizerPanel.java   |      197 +
 .../analysis/ui/options/AnalysisCategoryPanel.java |       62 +
 .../ui/options/AnalysisCategoryPanels.java         |       69 +
 .../analysis/ui/options/AnalysisOptionsPanel.form  |       85 +
 .../analysis/ui/options/AnalysisOptionsPanel.java  |      234 +
 .../ui/options/AnalysisOptionsPanelController.java |      216 +
 .../php/analysis/ui/options/Bundle.properties      |       72 +
 .../ui/options/CodeSnifferOptionsPanel.form        |      165 +
 .../ui/options/CodeSnifferOptionsPanel.java        |      476 +
 .../options/CodingStandardsFixerOptionsPanel.form  |      199 +
 .../options/CodingStandardsFixerOptionsPanel.java  |      444 +
 .../ui/options/MessDetectorOptionsPanel.form       |      172 +
 .../ui/options/MessDetectorOptionsPanel.java       |      429 +
 .../php/analysis/ui/resources/code-sniffer.png     |      Bin 0 -> 1064 bytes
 .../ui/resources/coding-standards-fixer.png        |      Bin 0 -> 644 bytes
 .../php/analysis/ui/resources/mess-detector.png    |      Bin 0 -> 3534 bytes
 .../modules/php/analysis/util/AnalysisUtils.java   |      193 +
 .../modules/php/analysis/util/Mappers.java         |       98 +
 php.code.analysis/test/unit/data/phpcs-log.xml     |       58 +
 php.code.analysis/test/unit/data/phpmd-log.xml     |       74 +
 .../php/analysis/commands/CodeSnifferTest.java     |      115 +
 .../parsers/CodeSnifferReportParserTest.java       |       86 +
 .../parsers/MessDetectorReportParserTest.java      |       82 +
 php.composer/build.xml                             |        5 +
 php.composer/manifest.mf                           |        7 +
 php.composer/nbproject/project.properties          |        2 +
 php.composer/nbproject/project.xml                 |      129 +
 .../php/composer/PhpModuleExtenderImpl.java        |      205 +
 .../modules/php/composer/api/Composer.java         |      192 +
 .../modules/php/composer/commands/Composer.java    |      498 +
 .../php/composer/mimeresolver/Bundle.properties    |       42 +
 .../php/composer/mimeresolver/package-info.java    |       49 +
 .../php/composer/options/ComposerOptions.java      |      119 +
 .../composer/options/ComposerOptionsValidator.java |      118 +
 .../php/composer/output/model/ComposerPackage.java |      105 +
 .../php/composer/output/model/SearchResult.java    |       71 +
 .../php/composer/output/parsers/CliParser.java     |       87 +
 .../php/composer/output/parsers/Parser.java        |       56 +
 .../php/composer/output/parsers/Parsers.java       |       70 +
 .../php/composer/resources/Bundle.properties       |       49 +
 .../modules/php/composer/resources/layer.xml       |       66 +
 .../php/composer/resources/mime-resolver.xml       |       52 +
 .../modules/php/composer/ui/Bundle.properties      |       50 +
 .../modules/php/composer/ui/DependenciesPanel.form |      186 +
 .../modules/php/composer/ui/DependenciesPanel.java |      871 +
 .../php/composer/ui/PhpModuleExtenderPanel.form    |      150 +
 .../php/composer/ui/PhpModuleExtenderPanel.java    |      368 +
 .../composer/ui/actions/AddDependencyAction.java   |       64 +
 .../composer/ui/actions/AddDependencyPanel.form    |       71 +
 .../composer/ui/actions/AddDependencyPanel.java    |      320 +
 .../composer/ui/actions/BaseComposerAction.java    |       80 +
 .../php/composer/ui/actions/Bundle.properties      |       45 +
 .../ui/actions/ComposerActionsFactory.java         |      108 +
 .../php/composer/ui/actions/InitAction.java        |       65 +
 .../php/composer/ui/actions/InstallDevAction.java  |       65 +
 .../composer/ui/actions/InstallNoDevAction.java    |       65 +
 .../php/composer/ui/actions/SelfUpdateAction.java  |       65 +
 .../php/composer/ui/actions/UpdateDevAction.java   |       65 +
 .../php/composer/ui/actions/UpdateNoDevAction.java |       65 +
 .../php/composer/ui/actions/ValidateAction.java    |       65 +
 .../php/composer/ui/options/Bundle.properties      |       53 +
 .../composer/ui/options/ComposerOptionsPanel.form  |      193 +
 .../composer/ui/options/ComposerOptionsPanel.java  |      400 +
 .../ui/options/ComposerOptionsPanelController.java |      192 +
 .../unit/data/output/search-results-legacy.txt     |       14 +
 .../test/unit/data/output/search-results.txt       |       16 +
 .../options/ComposerOptionsValidatorTest.java      |      149 +
 .../php/composer/output/parsers/CliParserTest.java |      157 +
 php.dbgp/manifest.mf                               |        2 +-
 php.dbgp/nbproject/project.properties              |        7 +-
 php.dbgp/nbproject/project.xml                     |      104 +-
 .../LocalsView/javax.swing.AbstractButton          |        1 +
 .../org.netbeans.spi.debugger.ActionsProvider      |        1 -
 .../netbeans/modules/php/dbgp/BackendLauncher.java |        4 +-
 .../netbeans/modules/php/dbgp/Bundle.properties    |        2 +
 .../modules/php/dbgp/ConnectionErrMessage.form     |       11 +-
 .../modules/php/dbgp/ConnectionErrMessage.java     |       65 +-
 .../netbeans/modules/php/dbgp/ConversionUtils.java |       38 +-
 .../modules/php/dbgp/DbgpEngineProvider.java       |       39 +-
 .../modules/php/dbgp/DbgpSessionProvider.java      |       41 +-
 .../netbeans/modules/php/dbgp/DebugSession.java    |       90 +-
 .../netbeans/modules/php/dbgp/DebuggerImpl.java    |       16 +-
 .../netbeans/modules/php/dbgp/DebuggerOptions.java |       62 +-
 .../org/netbeans/modules/php/dbgp/ModelNode.java   |       61 +-
 .../org/netbeans/modules/php/dbgp/ProxyClient.java |       39 +-
 .../netbeans/modules/php/dbgp/ServerThread.java    |       53 +-
 .../org/netbeans/modules/php/dbgp/SessionId.java   |       68 +-
 .../netbeans/modules/php/dbgp/SessionListener.java |       31 +-
 .../netbeans/modules/php/dbgp/SessionManager.java  |       50 +-
 .../netbeans/modules/php/dbgp/SessionProgress.java |       70 +-
 .../netbeans/modules/php/dbgp/SingleThread.java    |       21 +-
 .../org/netbeans/modules/php/dbgp/URIMapper.java   |      125 +-
 .../php/dbgp/actions/AbstractActionProvider.java   |       30 +-
 .../php/dbgp/actions/ContinueActionProvider.java   |       70 +-
 .../php/dbgp/actions/KillActionProvider.java       |       22 +-
 .../dbgp/actions/RunToCursorActionProvider.java    |       89 +-
 .../php/dbgp/actions/StepIntoActionProvider.java   |       70 +-
 .../php/dbgp/actions/StepOutActionProvider.java    |       70 +-
 .../php/dbgp/actions/StepOverActionProvider.java   |       70 +-
 .../php/dbgp/annotations/BrkpntAnnotation.java     |       84 +-
 .../php/dbgp/annotations/CallStackAnnotation.java  |       75 +-
 .../php/dbgp/annotations/CondBrkpntAnnotation.java |       25 +-
 .../dbgp/annotations/CurrentLineAnnotation.java    |       26 +-
 .../php/dbgp/annotations/DebuggerAnnotation.java   |       49 +-
 .../dbgp/annotations/DisabledBrkpntAnnotation.java |       28 +-
 .../php/dbgp/annotations/ErrorAnnotation.java      |       14 +-
 .../php/dbgp/annotations/NoticeAnnotation.java     |       14 +-
 .../php/dbgp/annotations/ToolTipAnnotation.java    |      207 +-
 .../php/dbgp/annotations/WarningAnnotation.java    |       14 +-
 .../php/dbgp/breakpoints/AbstractBreakpoint.java   |       41 +-
 .../dbgp/breakpoints/BreakpointActionProvider.java |       50 +-
 .../breakpoints/BreakpointAnnotationListener.java  |       48 +-
 .../dbgp/breakpoints/BreakpointClearService.java   |       13 +-
 .../php/dbgp/breakpoints/BreakpointModel.java      |      244 +-
 .../dbgp/breakpoints/BreakpointRuntimeSetter.java  |      124 +-
 .../php/dbgp/breakpoints/BreakpointsReader.java    |      109 +-
 .../dbgp/breakpoints/BrkptsViewActionProvider.java |       54 +-
 .../breakpoints/DbgpFunctionBreakpointType.java    |       41 +-
 .../php/dbgp/breakpoints/FunctionBreakpoint.java   |       58 +-
 .../php/dbgp/breakpoints/LineBreakpoint.java       |      191 +-
 .../php/dbgp/breakpoints/PersistenceManager.java   |       47 +-
 .../modules/php/dbgp/breakpoints/Utils.java        |      116 +-
 .../modules/php/dbgp/models/AbstractIDEBridge.java |      112 +-
 .../modules/php/dbgp/models/CallStackModel.java    |      141 +-
 .../php/dbgp/models/LocalViewActionProvider.java   |       49 +-
 .../modules/php/dbgp/models/ThreadsModel.java      |      115 +-
 .../modules/php/dbgp/models/VariablesModel.java    |      540 +-
 .../php/dbgp/models/VariablesModelFilter.java      |       36 +-
 .../modules/php/dbgp/models/ViewModelSupport.java  |       67 +-
 .../php/dbgp/models/WatchesActionsProvider.java    |       88 +-
 .../modules/php/dbgp/models/WatchesModel.java      |      272 +-
 .../php/dbgp/models/nodes/AbstractModelNode.java   |      215 +-
 .../dbgp/models/nodes/AbstractVariableNode.java    |      222 +-
 .../php/dbgp/models/nodes/ArrayVariableNode.java   |       78 +-
 .../php/dbgp/models/nodes/BaseVariableNode.java    |       63 +-
 .../php/dbgp/models/nodes/Bundle.properties        |        1 +
 .../modules/php/dbgp/models/nodes/ContextNode.java |      145 +-
 .../php/dbgp/models/nodes/NullVariableNode.java    |       70 +-
 .../php/dbgp/models/nodes/ObjectVariableNode.java  |       86 +-
 .../dbgp/models/nodes/ResourceVariableNode.java    |       73 +-
 .../dbgp/models/nodes/ScalarTypeVariableNode.java  |      130 +-
 .../dbgp/models/nodes/ScriptWatchEvaluating.java   |      171 +-
 .../php/dbgp/models/nodes/StringVariableNode.java  |       81 +-
 .../dbgp/models/nodes/UndefinedVariableNode.java   |       32 +-
 .../php/dbgp/models/nodes/VariableNode.java        |       72 +-
 .../php/dbgp/packets/BaseMessageChildElement.java  |       44 +-
 .../modules/php/dbgp/packets/BreakCommand.java     |       14 +-
 .../modules/php/dbgp/packets/BreakResponse.java    |       15 +-
 .../php/dbgp/packets/BrkpntCommandBuilder.java     |      118 +-
 .../php/dbgp/packets/BrkpntRemoveCommand.java      |       34 +-
 .../php/dbgp/packets/BrkpntRemoveResponse.java     |        9 +-
 .../modules/php/dbgp/packets/BrkpntSetCommand.java |      275 +-
 .../php/dbgp/packets/BrkpntSetResponse.java        |       37 +-
 .../php/dbgp/packets/BrkpntUpdateCommand.java      |       45 +-
 .../php/dbgp/packets/BrkpntUpdateResponse.java     |       15 +-
 .../php/dbgp/packets/ContextGetCommand.java        |       52 +-
 .../php/dbgp/packets/ContextGetResponse.java       |       47 +-
 .../php/dbgp/packets/ContextNamesCommand.java      |       41 +-
 .../php/dbgp/packets/ContextNamesResponse.java     |       82 +-
 .../modules/php/dbgp/packets/DbgpCommand.java      |      116 +-
 .../modules/php/dbgp/packets/DbgpMessage.java      |      352 +-
 .../modules/php/dbgp/packets/DbgpResponse.java     |       36 +-
 .../modules/php/dbgp/packets/DbgpStream.java       |       42 +-
 .../netbeans/modules/php/dbgp/packets/Error.java   |       31 +-
 .../modules/php/dbgp/packets/EvalCommand.java      |       58 +-
 .../modules/php/dbgp/packets/EvalResponse.java     |       45 +-
 .../modules/php/dbgp/packets/ExecCommand.java      |        8 +-
 .../modules/php/dbgp/packets/ExecResponse.java     |        9 +-
 .../modules/php/dbgp/packets/ExprCommand.java      |        8 +-
 .../modules/php/dbgp/packets/ExprResponse.java     |       10 +-
 .../php/dbgp/packets/FeatureGetCommand.java        |       64 +-
 .../php/dbgp/packets/FeatureGetResponse.java       |       42 +-
 .../php/dbgp/packets/FeatureSetCommand.java        |       39 +-
 .../php/dbgp/packets/FeatureSetResponse.java       |       25 +-
 .../modules/php/dbgp/packets/InitMessage.java      |      116 +-
 .../netbeans/modules/php/dbgp/packets/Input.java   |       37 +-
 .../org/netbeans/modules/php/dbgp/packets/Map.java |       27 +-
 .../modules/php/dbgp/packets/MessageBuilder.java   |      161 +-
 .../modules/php/dbgp/packets/Property.java         |      270 +-
 .../modules/php/dbgp/packets/PropertyCommand.java  |      126 +-
 .../php/dbgp/packets/PropertyGetCommand.java       |       52 +-
 .../php/dbgp/packets/PropertyGetResponse.java      |       34 +-
 .../php/dbgp/packets/PropertySetCommand.java       |       98 +-
 .../php/dbgp/packets/PropertySetResponse.java      |       42 +-
 .../php/dbgp/packets/PropertyValueCommand.java     |       34 +-
 .../php/dbgp/packets/PropertyValueResponse.java    |       34 +-
 .../netbeans/modules/php/dbgp/packets/Reason.java  |       12 +-
 .../php/dbgp/packets/RequestedUrlEvalCommand.java  |       87 +
 .../php/dbgp/packets/RequestedUrlEvalResponse.java |      107 +
 .../modules/php/dbgp/packets/RunCommand.java       |       14 +-
 .../modules/php/dbgp/packets/SourceCommand.java    |       79 +-
 .../modules/php/dbgp/packets/SourceResponse.java   |       21 +-
 .../netbeans/modules/php/dbgp/packets/Stack.java   |      104 +-
 .../php/dbgp/packets/StackDepthCommand.java        |       15 +-
 .../php/dbgp/packets/StackDepthResponse.java       |       23 +-
 .../modules/php/dbgp/packets/StackGetCommand.java  |       28 +-
 .../modules/php/dbgp/packets/StackGetResponse.java |       81 +-
 .../netbeans/modules/php/dbgp/packets/Status.java  |       15 +-
 .../modules/php/dbgp/packets/StatusCommand.java    |       14 +-
 .../modules/php/dbgp/packets/StatusResponse.java   |       30 +-
 .../modules/php/dbgp/packets/StepIntoCommand.java  |       14 +-
 .../modules/php/dbgp/packets/StepOutCommand.java   |       16 +-
 .../modules/php/dbgp/packets/StepOverCommand.java  |       16 +-
 .../modules/php/dbgp/packets/StopCommand.java      |       14 +-
 .../modules/php/dbgp/packets/StreamCommand.java    |       55 +-
 .../modules/php/dbgp/packets/StreamResponse.java   |       13 +-
 .../php/dbgp/packets/TypeMapGetCommand.java        |       14 +-
 .../php/dbgp/packets/TypeMapGetResponse.java       |       23 +-
 .../modules/php/dbgp/resources/Bundle.properties   |        3 +-
 .../netbeans/modules/php/dbgp/ui/Bundle.properties |        2 +-
 .../php/dbgp/ui/DbgpMethodBreakpointPanel.form     |        2 +-
 .../php/dbgp/ui/DbgpMethodBreakpointPanel.java     |      132 +-
 .../modules/php/dbgp/ui/LocalFilterPanel.form      |        9 +-
 .../modules/php/dbgp/ui/LocalFilterPanel.java      |      236 +-
 .../netbeans/modules/php/dbgp/ui/WatchPanel.java   |       74 +-
 .../netbeans/modules/php/dbgp/DebuggerTest.java    |       58 +-
 .../netbeans/modules/php/dbgp/URIMapperTest.java   |       11 +-
 php.doctrine2/build.xml                            |        5 +
 php.doctrine2/manifest.mf                          |        5 +
 php.doctrine2/nbproject/project.properties         |        2 +
 php.doctrine2/nbproject/project.xml                |      134 +
 .../doctrine2/Doctrine2PhpFrameworkProvider.java   |      146 +
 .../php/doctrine2/annotations/odm/AlsoLoadTag.java |       65 +
 .../doctrine2/annotations/odm/BinCustomTag.java    |       55 +
 .../php/doctrine2/annotations/odm/BinFuncTag.java  |       55 +
 .../php/doctrine2/annotations/odm/BinMd5Tag.java   |       55 +
 .../php/doctrine2/annotations/odm/BinTag.java      |       55 +
 .../php/doctrine2/annotations/odm/BinUuidTag.java  |       55 +
 .../php/doctrine2/annotations/odm/BooleanTag.java  |       55 +
 .../doctrine2/annotations/odm/Bundle.properties    |      976 +
 .../doctrine2/annotations/odm/CollectionTag.java   |       65 +
 .../php/doctrine2/annotations/odm/DateTag.java     |       55 +
 .../annotations/odm/DiscriminatorFieldTag.java     |       65 +
 .../annotations/odm/DiscriminatorMapTag.java       |       65 +
 .../php/doctrine2/annotations/odm/DistanceTag.java |       55 +
 .../odm/Doctrine2OdmAnnotationsProvider.java       |      123 +
 .../php/doctrine2/annotations/odm/DocumentTag.java |       65 +
 .../doctrine2/annotations/odm/EmbedManyTag.java    |       65 +
 .../php/doctrine2/annotations/odm/EmbedOneTag.java |       65 +
 .../annotations/odm/EmbeddedDocumentTag.java       |       55 +
 .../php/doctrine2/annotations/odm/FieldTag.java    |       65 +
 .../php/doctrine2/annotations/odm/FileTag.java     |       55 +
 .../php/doctrine2/annotations/odm/FloatTag.java    |       55 +
 .../php/doctrine2/annotations/odm/HashTag.java     |       55 +
 .../php/doctrine2/annotations/odm/IdTag.java       |       55 +
 .../doctrine2/annotations/odm/IncrementTag.java    |       55 +
 .../php/doctrine2/annotations/odm/IndexTag.java    |       65 +
 .../annotations/odm/InheritanceTypeTag.java        |       65 +
 .../php/doctrine2/annotations/odm/IntTag.java      |       55 +
 .../php/doctrine2/annotations/odm/KeyTag.java      |       55 +
 .../annotations/odm/MappedSuperclassTag.java       |       55 +
 .../php/doctrine2/annotations/odm/NotSavedTag.java |       55 +
 .../php/doctrine2/annotations/odm/PostLoadTag.java |       55 +
 .../doctrine2/annotations/odm/PostPersistTag.java  |       55 +
 .../doctrine2/annotations/odm/PostRemoveTag.java   |       55 +
 .../doctrine2/annotations/odm/PostUpdateTag.java   |       55 +
 .../php/doctrine2/annotations/odm/PreLoadTag.java  |       55 +
 .../doctrine2/annotations/odm/PrePersistTag.java   |       55 +
 .../doctrine2/annotations/odm/PreRemoveTag.java    |       55 +
 .../doctrine2/annotations/odm/PreUpdateTag.java    |       55 +
 .../annotations/odm/ReferenceManyTag.java          |       65 +
 .../doctrine2/annotations/odm/ReferenceOneTag.java |       65 +
 .../php/doctrine2/annotations/odm/StringTag.java   |       55 +
 .../doctrine2/annotations/odm/TimestampTag.java    |       55 +
 .../doctrine2/annotations/odm/UniqueIndexTag.java  |       55 +
 .../odm/parser/ComplexAnnotationLineParser.java    |      112 +
 .../parser/Doctrine2OdmAnnotationLineParser.java   |       85 +
 .../Doctrine2OdmInlineAnnotationLineParser.java    |       84 +
 .../parser/ParameterizedAnnotationLineParser.java  |       85 +
 .../odm/parser/SimpleAnnotationLineParser.java     |      109 +
 .../TypedParametersAnnotationLineParser.java       |      104 +
 .../doctrine2/annotations/orm/Bundle.properties    |      704 +
 .../annotations/orm/ChangeTrackingPolicyTag.java   |       65 +
 .../php/doctrine2/annotations/orm/ColumnTag.java   |       65 +
 .../annotations/orm/DiscriminatorColumnTag.java    |       65 +
 .../annotations/orm/DiscriminatorMapTag.java       |       65 +
 .../orm/Doctrine2OrmAnnotationsProvider.java       |      112 +
 .../php/doctrine2/annotations/orm/EntityTag.java   |       65 +
 .../annotations/orm/GeneratedValueTag.java         |       65 +
 .../annotations/orm/HasLifecycleCallbacksTag.java  |       55 +
 .../php/doctrine2/annotations/orm/IdTag.java       |       55 +
 .../php/doctrine2/annotations/orm/IndexTag.java    |       65 +
 .../annotations/orm/InheritanceTypeTag.java        |       65 +
 .../doctrine2/annotations/orm/JoinColumnTag.java   |       65 +
 .../doctrine2/annotations/orm/JoinColumnsTag.java  |       65 +
 .../doctrine2/annotations/orm/JoinTableTag.java    |       65 +
 .../doctrine2/annotations/orm/ManyToManyTag.java   |       65 +
 .../doctrine2/annotations/orm/ManyToOneTag.java    |       65 +
 .../annotations/orm/MappedSuperclassTag.java       |       55 +
 .../doctrine2/annotations/orm/OneToManyTag.java    |       65 +
 .../php/doctrine2/annotations/orm/OneToOneTag.java |       65 +
 .../php/doctrine2/annotations/orm/OrderByTag.java  |       65 +
 .../php/doctrine2/annotations/orm/PostLoadTag.java |       55 +
 .../doctrine2/annotations/orm/PostPersistTag.java  |       55 +
 .../doctrine2/annotations/orm/PostRemoveTag.java   |       55 +
 .../doctrine2/annotations/orm/PostUpdateTag.java   |       55 +
 .../doctrine2/annotations/orm/PrePersistTag.java   |       55 +
 .../doctrine2/annotations/orm/PreRemoveTag.java    |       55 +
 .../doctrine2/annotations/orm/PreUpdateTag.java    |       55 +
 .../annotations/orm/SequenceGeneratorTag.java      |       65 +
 .../php/doctrine2/annotations/orm/TableTag.java    |       65 +
 .../annotations/orm/UniqueConstraintTag.java       |       65 +
 .../php/doctrine2/annotations/orm/VersionTag.java  |       55 +
 .../parser/Doctrine2OrmAnnotationLineParser.java   |       85 +
 .../parser/EncapsulatingAnnotationLineParser.java  |       93 +
 .../parser/ParameterizedAnnotationLineParser.java  |       88 +
 .../orm/parser/SimpleAnnotationLineParser.java     |       91 +
 .../TypedParametersAnnotationLineParser.java       |      104 +
 .../Doctrine2CommonLineAnnotationLineParser.java   |       92 +
 .../php/doctrine2/commands/Doctrine2Command.java   |       69 +
 .../commands/Doctrine2CommandSupport.java          |      117 +
 .../php/doctrine2/commands/Doctrine2CommandVO.java |       86 +
 .../commands/Doctrine2CommandsXmlParser.java       |      222 +
 .../php/doctrine2/commands/Doctrine2Script.java    |      207 +
 .../php/doctrine2/options/Doctrine2Options.java    |      115 +
 .../preferences/Doctrine2Preferences.java          |       71 +
 .../php/doctrine2/resources/Bundle.properties      |       48 +
 .../modules/php/doctrine2/resources/layer.xml      |       64 +
 .../actions/Doctrine2PhpModuleActionsExtender.java |       65 +
 .../ui/actions/Doctrine2RunCommandAction.java      |       83 +
 .../php/doctrine2/ui/customizer/Bundle.properties  |       43 +
 .../ui/customizer/Doctrine2CustomizerPanel.form    |       52 +
 .../ui/customizer/Doctrine2CustomizerPanel.java    |      108 +
 .../Doctrine2PhpModuleCustomizerExtender.java      |      121 +
 .../php/doctrine2/ui/options/Bundle.properties     |       50 +
 .../ui/options/Doctrine2OptionsPanel.form          |      145 +
 .../ui/options/Doctrine2OptionsPanel.java          |      302 +
 .../options/Doctrine2OptionsPanelController.java   |      169 +
 .../doctrine2/ui/resources/doctrine_badge_8.png    |      Bin 0 -> 332 bytes
 .../php/doctrine2/ui/wizards/Bundle.properties     |       43 +
 .../ui/wizards/Doctrine2PhpModuleExtender.java     |      111 +
 .../ui/wizards/NewProjectConfigurationPanel.form   |       55 +
 .../ui/wizards/NewProjectConfigurationPanel.java   |      182 +
 .../test/unit/data/commands-issue213542.xml        |      584 +
 .../test/unit/data/doctrine2-commands.xml          |      548 +
 .../odm/parser/AlsoLoadLineParserTest.java         |      207 +
 .../odm/parser/BinCustomLineParserTest.java        |      165 +
 .../odm/parser/BinFuncLineParserTest.java          |      165 +
 .../annotations/odm/parser/BinLineParserTest.java  |      165 +
 .../odm/parser/BinMD5LineParserTest.java           |      165 +
 .../odm/parser/BinUUIDLineParserTest.java          |      165 +
 .../odm/parser/BooleanLineParserTest.java          |      165 +
 .../odm/parser/CollectionLineParserTest.java       |      207 +
 .../annotations/odm/parser/DateLineParserTest.java |      165 +
 .../parser/DiscriminatorFieldLineParserTest.java   |      208 +
 .../odm/parser/DiscriminatorMapLineParserTest.java |      196 +
 .../odm/parser/DistanceLineParserTest.java         |      165 +
 .../Doctrine2OdmAnnotationLineParserTest.java      |      224 +
 ...Doctrine2OdmInlineAnnotationLineParserTest.java |       96 +
 .../odm/parser/DocumentLineParserTest.java         |      195 +
 .../odm/parser/EmbedManyLineParserTest.java        |      203 +
 .../odm/parser/EmbedOneLineParserTest.java         |      203 +
 .../odm/parser/EmbeddedDocumentLineParserTest.java |      165 +
 .../odm/parser/FieldLineParserTest.java            |      208 +
 .../annotations/odm/parser/FileLineParserTest.java |      165 +
 .../odm/parser/FloatLineParserTest.java            |      165 +
 .../annotations/odm/parser/HashLineParserTest.java |      165 +
 .../annotations/odm/parser/IdLineParserTest.java   |      165 +
 .../odm/parser/IncrementLineParserTest.java        |      165 +
 .../odm/parser/InheritanceTypeLineParserTest.java  |      207 +
 .../annotations/odm/parser/IntLineParserTest.java  |      165 +
 .../annotations/odm/parser/KeyLineParserTest.java  |      165 +
 .../odm/parser/MappedSuperclassLineParserTest.java |      165 +
 .../odm/parser/NotSavedLineParserTest.java         |      165 +
 .../odm/parser/PostLoadLineParserTest.java         |      165 +
 .../odm/parser/PostPersistLineParserTest.java      |      165 +
 .../odm/parser/PostRemoveLineParserTest.java       |      165 +
 .../odm/parser/PostUpdateLineParserTest.java       |      165 +
 .../odm/parser/PreLoadLineParserTest.java          |      165 +
 .../odm/parser/PrePersistLineParserTest.java       |      165 +
 .../odm/parser/PreRemoveLineParserTest.java        |      165 +
 .../odm/parser/PreUpdateLineParserTest.java        |      165 +
 .../odm/parser/ReferenceManyLineParserTest.java    |      203 +
 .../odm/parser/ReferenceOneLineParserTest.java     |      203 +
 .../odm/parser/StringLineParserTest.java           |      165 +
 .../odm/parser/TimestampLineParserTest.java        |      165 +
 .../odm/parser/UniqueIndexLineParserTest.java      |      165 +
 .../parser/ChangeTrackingPolicyLineParserTest.java |      208 +
 .../orm/parser/ColumnLineParserTest.java           |      208 +
 .../parser/DiscriminatorColumnLineParserTest.java  |      209 +
 .../orm/parser/DiscriminatorMapLineParserTest.java |      196 +
 .../Doctrine2OrmAnnotationLineParserTest.java      |      168 +
 .../orm/parser/EntityLineParserTest.java           |      188 +
 .../orm/parser/GeneratedValueLineParserTest.java   |      181 +
 .../HasLifecycleCallbacksLineParserTest.java       |      165 +
 .../annotations/orm/parser/IdLineParserTest.java   |      165 +
 .../orm/parser/InheritanceTypeLineParserTest.java  |      207 +
 .../orm/parser/JoinColumnLineParserTest.java       |      207 +
 .../orm/parser/JoinColumnsLineParserTest.java      |      224 +
 .../orm/parser/JoinTableLineParserTest.java        |      224 +
 .../orm/parser/ManyToManyLineParserTest.java       |      187 +
 .../orm/parser/ManyToOneLineParserTest.java        |      187 +
 .../orm/parser/MappedSuperclassLineParserTest.java |      165 +
 .../orm/parser/OneToManyLineParserTest.java        |      187 +
 .../orm/parser/OneToOneLineParserTest.java         |      187 +
 .../orm/parser/OrderByLineParserTest.java          |      180 +
 .../orm/parser/PostLoadLineParserTest.java         |      165 +
 .../orm/parser/PostPersistLineParserTest.java      |      165 +
 .../orm/parser/PostRemoveLineParserTest.java       |      165 +
 .../orm/parser/PostUpdateLineParserTest.java       |      165 +
 .../orm/parser/PrePersistLineParserTest.java       |      165 +
 .../orm/parser/PreRemoveLineParserTest.java        |      165 +
 .../orm/parser/PreUpdateLineParserTest.java        |      165 +
 .../parser/SequenceGeneratorLineParserTest.java    |      180 +
 .../orm/parser/TableLineParserTest.java            |      225 +
 .../orm/parser/VersionLineParserTest.java          |      165 +
 ...octrine2CommonLineAnnotationLineParserTest.java |      186 +
 .../commands/Doctrine2CommandsXmlParserTest.java   |      111 +
 php.editor/build.xml                               |       36 +-
 php.editor/external/binaries-list                  |        2 +-
 php.editor/external/predefined_vars-license.txt    |      505 +
 php.editor/nbproject/project.properties            |       34 +-
 php.editor/nbproject/project.xml                   |      137 +-
 .../netbeans/modules/php/editor/Bundle.properties  |       11 +-
 .../modules/php/editor/CCDocHtmlFormatter.java     |      182 -
 .../src/org/netbeans/modules/php/editor/Cache.java |       94 +
 .../org/netbeans/modules/php/editor/CodeUtils.java |      214 +-
 .../php/editor/CompletionContextFinder.java        |      855 -
 .../netbeans/modules/php/editor/DocRenderer.java   |      410 -
 .../netbeans/modules/php/editor/FSCompletion.java  |      410 -
 .../modules/php/editor/NamespaceIndexFilter.java   |       60 +-
 .../org/netbeans/modules/php/editor/NavUtils.java  |      175 +
 .../modules/php/editor/PHPBracesMatcher.java       |      215 +
 .../php/editor/PHPBracesMatcherFactory.java        |       60 +
 .../modules/php/editor/PHPCodeCompletion.java      |     1297 -
 .../modules/php/editor/PHPCodeTemplateFilter.java  |       89 +-
 .../modules/php/editor/PHPCompletionItem.java      |     1311 -
 .../modules/php/editor/PHPCompletionResult.java    |       64 -
 .../modules/php/editor/PHPDOCCodeCompletion.java   |      286 -
 .../modules/php/editor/PHPDocParamTagData.java     |       78 -
 .../netbeans/modules/php/editor/PHPLanguage.java   |      209 -
 .../netbeans/modules/php/editor/PHPVersion.java    |       51 -
 .../php/editor/PhpElementCompletionItem.java       |      109 -
 .../modules/php/editor/PhpEmbeddingProvider.java   |       59 +-
 .../modules/php/editor/PredefinedSymbols.java      |       50 +-
 .../modules/php/editor/actions/Bundle.properties   |       19 +-
 .../php/editor/actions/FastImportAction.java       |       49 +-
 .../editor/actions/FixDuplicateImportStmts.form    |       74 +
 .../editor/actions/FixDuplicateImportStmts.java    |      297 +
 .../modules/php/editor/actions/FixUsesAction.java  |      349 +
 .../php/editor/actions/FixUsesPerformer.java       |      646 +
 .../modules/php/editor/actions/IconsUtils.java     |       90 +
 .../modules/php/editor/actions/ImportData.java     |      340 +
 .../php/editor/actions/ImportDataCreator.java      |      326 +
 .../php/editor/actions/ImportModulePanel.java      |       69 +-
 .../php/editor/actions/InsertSemicolonAction.java  |      146 +
 .../modules/php/editor/actions/PopupUtil.java      |      203 +-
 .../editor/actions/ToggleBlockCommentAction.java   |      232 +
 .../php/editor/actions/UsedNamesCollector.java     |      197 +
 .../php/editor/actions/UsedNamespaceName.java      |       88 +
 .../php/editor/api/AbstractElementQuery.java       |        6 +-
 .../modules/php/editor/api/ElementQuery.java       |       39 +-
 .../php/editor/api/ElementQueryFactory.java        |       15 +-
 .../modules/php/editor/api/FileElementQuery.java   |      161 +-
 .../netbeans/modules/php/editor/api/NameKind.java  |       98 +-
 .../modules/php/editor/api/PhpElementKind.java     |       37 +-
 .../modules/php/editor/api/PhpModifiers.java       |       12 +-
 .../modules/php/editor/api/QualifiedName.java      |      121 +-
 .../php/editor/api/QuerySupportFactory.java        |       12 +-
 .../editor/api/elements/AbstractElementHandle.java |        9 +-
 .../php/editor/api/elements/AliasedClass.java      |        5 +
 .../php/editor/api/elements/AliasedConstant.java   |        2 +-
 .../php/editor/api/elements/AliasedElement.java    |       18 +-
 .../php/editor/api/elements/AliasedFunction.java   |        8 +-
 .../php/editor/api/elements/AliasedTrait.java      |       67 +
 .../php/editor/api/elements/AliasedType.java       |       17 +
 .../editor/api/elements/BaseFunctionElement.java   |        5 +-
 .../php/editor/api/elements/ClassElement.java      |        4 +-
 .../php/editor/api/elements/ConstantElement.java   |        2 +-
 .../php/editor/api/elements/ElementFilter.java     |       56 +-
 .../editor/api/elements/ElementTransformation.java |       12 +-
 .../php/editor/api/elements/FieldElement.java      |        4 +-
 .../php/editor/api/elements/FunctionElement.java   |        2 +-
 .../php/editor/api/elements/InterfaceElement.java  |        2 +-
 .../php/editor/api/elements/MethodElement.java     |        4 +-
 .../php/editor/api/elements/NamespaceElement.java  |        6 +-
 .../php/editor/api/elements/ParameterElement.java  |       21 +-
 .../php/editor/api/elements/PhpElement.java        |        3 +-
 .../php/editor/api/elements/TraitElement.java      |       52 +
 .../php/editor/api/elements/TraitedElement.java    |       53 +
 .../editor/api/elements/TypeConstantElement.java   |        3 +-
 .../php/editor/api/elements/TypeElement.java       |        6 +-
 .../php/editor/api/elements/TypeNameResolver.java  |       61 +
 .../editor/api/elements/TypedInstanceElement.java  |        1 +
 .../php/editor/api/elements/VariableElement.java   |        4 +-
 .../php/editor/codegen/ASTNodeUtilities.java       |       16 +-
 .../modules/php/editor/codegen/Bundle.properties   |        2 +-
 .../modules/php/editor/codegen/CGSGenerator.java   |      619 +-
 .../modules/php/editor/codegen/CGSInfo.java        |      347 +-
 .../modules/php/editor/codegen/CodegenUtils.java   |      126 +
 .../php/editor/codegen/ComboBoxModelElement.java   |       66 +
 .../php/editor/codegen/ConnectionGenerator.java    |       11 +-
 .../modules/php/editor/codegen/DatabaseURL.java    |        4 -
 .../editor/codegen/InvocationContextResolver.java  |      161 +
 .../modules/php/editor/codegen/MethodProperty.java |        6 +-
 .../editor/codegen/PHPCodeTemplateProcessor.java   |      159 +-
 .../modules/php/editor/codegen/Property.java       |       43 +-
 .../codegen/SelectedPropertyMethodsCreator.java    |       68 +
 .../modules/php/editor/codegen/SemiAttribute.java  |     1594 +
 .../codegen/SinglePropertyMethodCreator.java       |      160 +
 .../modules/php/editor/codegen/TableGenerator.java |       37 +-
 .../php/editor/codegen/ui/Bundle.properties        |        8 +-
 .../editor/codegen/ui/CheckBoxTreeRenderer.java    |       44 +-
 .../php/editor/codegen/ui/CheckListener.java       |        5 +-
 .../modules/php/editor/codegen/ui/CheckNode.java   |       51 +-
 .../php/editor/codegen/ui/CheckRenderer.java       |       10 +-
 .../php/editor/codegen/ui/ConstructorPanel.form    |       49 +-
 .../php/editor/codegen/ui/ConstructorPanel.java    |      117 +-
 .../modules/php/editor/codegen/ui/MethodPanel.java |       16 +-
 .../editor/codegen/ui/NodeSelectionListener.java   |       51 +-
 .../php/editor/codegen/ui/ProgressPanel.java       |       20 +-
 .../php/editor/codegen/ui/TableGeneratorPanel.form |        7 +-
 .../php/editor/codegen/ui/TableGeneratorPanel.java |       51 +-
 .../php/editor/completion/CCDocHtmlFormatter.java  |      191 +
 .../editor/completion/CompletionContextFinder.java |      994 +
 .../modules/php/editor/completion/DocRenderer.java |      617 +
 .../php/editor/completion/FSCompletion.java        |      436 +
 .../completion/LatteControlCompletionProvider.java |      130 +
 .../modules/php/editor/completion/LatteUtils.java  |       82 +
 .../LatteVariableCompletionProvider.java           |      254 +
 .../php/editor/completion/PHPCodeCompletion.java   |     1521 +
 .../php/editor/completion/PHPCompletionItem.java   |     1771 +
 .../php/editor/completion/PHPCompletionResult.java |       67 +
 .../editor/completion/PHPDOCCodeCompletion.java    |      330 +
 .../completion/PhpElementCompletionItem.java       |      110 +
 .../completion/PhpMethodCompletionProvider.java    |       89 +
 .../PhpTypeCompletionProviderWrapper.java          |      103 +
 .../php/editor/csl/DeclarationFinderImpl.java      |      479 +
 .../modules/php/editor/csl/FoldingScanner.java     |      374 +
 .../modules/php/editor/csl/InstantRenamerImpl.java |      147 +
 .../modules/php/editor/csl/NavigatorScanner.java   |      751 +
 .../php/editor/csl/OccurrencesFinderImpl.java      |      241 +
 .../php/editor/csl/OverridingMethodsImpl.java      |      230 +
 .../php/editor/csl/PHPBracketCompleter.java        |      162 +
 .../modules/php/editor/csl/PHPFoldingProvider.java |       75 +
 .../modules/php/editor/csl/PHPLanguage.java        |      244 +
 .../modules/php/editor/csl/PHPTypeSearcher.java    |      438 +
 .../php/editor/csl/PhpStructureScanner.java        |       85 +
 .../modules/php/editor/csl/SemanticAnalysis.java   |      863 +
 .../elements/BaseFunctionElementSupport.java       |      117 +-
 .../php/editor/elements/ClassElementImpl.java      |      220 +-
 .../php/editor/elements/ConstantElementImpl.java   |       53 +-
 .../modules/php/editor/elements/EmptyElement.java  |      111 +
 .../php/editor/elements/FieldElementImpl.java      |       88 +-
 .../editor/elements/FullyQualifiedElementImpl.java |        6 +-
 .../php/editor/elements/FunctionElementImpl.java   |      108 +-
 .../php/editor/elements/IndexQueryImpl.java        |      723 +-
 .../php/editor/elements/InterfaceElementImpl.java  |      138 +-
 .../php/editor/elements/MethodElementImpl.java     |      170 +-
 .../php/editor/elements/NamespaceElementImpl.java  |       56 +-
 .../php/editor/elements/ParameterElementImpl.java  |      121 +-
 .../php/editor/elements/PhpElementImpl.java        |       76 +-
 .../php/editor/elements/TraitElementImpl.java      |      214 +
 .../editor/elements/TypeConstantElementImpl.java   |      106 +-
 .../php/editor/elements/TypeElementImpl.java       |       28 +-
 .../php/editor/elements/TypeNameResolverImpl.java  |      465 +
 .../php/editor/elements/TypeResolverImpl.java      |       38 +-
 .../php/editor/elements/TypeTreeElementImpl.java   |        9 +-
 .../php/editor/elements/VariableElementImpl.java   |       92 +-
 .../modules/php/editor/indent/CodeStyle.java       |      351 +-
 .../modules/php/editor/indent/FmtOptions.java      |      789 +-
 .../modules/php/editor/indent/FormatToken.java     |      428 +-
 .../modules/php/editor/indent/FormatVisitor.java   |     1016 +-
 .../editor/indent/GeneratingBracketCompleter.java  |      381 -
 .../php/editor/indent/IndentLevelCalculator.java   |      489 -
 .../modules/php/editor/indent/IndentUtils.java     |      106 +-
 .../php/editor/indent/IndentationCounter.java      |      593 +
 .../php/editor/indent/PHPBracesMatcher.java        |      215 -
 .../php/editor/indent/PHPBracesMatcherFactory.java |       60 -
 .../php/editor/indent/PHPBracketCompleter.java     |     2150 -
 .../modules/php/editor/indent/PHPFormatter.java    |      343 +-
 .../php/editor/indent/PHPNewLineIndenter.java      |      647 -
 .../modules/php/editor/indent/TokenFormatter.java  |     2263 +-
 .../modules/php/editor/indent/WSTransformer.java   |     1473 -
 .../modules/php/editor/indent/ui/Bundle.properties |      183 +-
 .../modules/php/editor/indent/ui/FmtAlignment.form |      180 +-
 .../modules/php/editor/indent/ui/FmtAlignment.java |      275 +-
 .../php/editor/indent/ui/FmtBlankLines.form        |      184 +-
 .../php/editor/indent/ui/FmtBlankLines.java        |      226 +-
 .../modules/php/editor/indent/ui/FmtBraces.form    |      100 +-
 .../modules/php/editor/indent/ui/FmtBraces.java    |      112 +-
 .../modules/php/editor/indent/ui/FmtSpaces.form    |        2 +-
 .../modules/php/editor/indent/ui/FmtSpaces.java    |      319 +-
 .../php/editor/indent/ui/FmtTabsIndents.form       |        5 +-
 .../php/editor/indent/ui/FmtTabsIndents.java       |       35 +-
 .../modules/php/editor/indent/ui/FmtUses.form      |       87 +
 .../modules/php/editor/indent/ui/FmtUses.java      |      140 +
 .../modules/php/editor/indent/ui/FmtWrapping.form  |      259 +-
 .../modules/php/editor/indent/ui/FmtWrapping.java  |      586 +-
 .../modules/php/editor/indent/ui/Spaces.php        |        4 +-
 .../netbeans/modules/php/editor/indent/ui/Uses.php |       22 +
 .../modules/php/editor/indent/ui/Utils.java        |       13 +-
 .../modules/php/editor/indent/ui/Wrapping.php      |       43 +
 .../modules/php/editor/index/AstElement.java       |      182 -
 .../netbeans/modules/php/editor/index/Element.java |        7 +
 .../php/editor/index/IdentifierSignature.java      |      216 +-
 .../editor/index/IdentifierSignatureFactory.java   |      284 +
 .../modules/php/editor/index/PHPDOCTagElement.java |       23 +-
 .../modules/php/editor/index/PHPElement.java       |       20 +-
 .../modules/php/editor/index/PHPIndex.java         |      126 -
 .../modules/php/editor/index/PHPIndexer.java       |      387 +-
 .../php/editor/index/PredefinedSymbolElement.java  |       12 +-
 .../modules/php/editor/index/Signature.java        |      125 +-
 .../editor/lexer/DocumentorColoringScanner.java    |      500 +-
 .../modules/php/editor/lexer/GSFPHPLexer.java      |       44 +-
 .../modules/php/editor/lexer/LexUtilities.java     |      611 +-
 .../php/editor/lexer/PHP5ColoringLexer.java        |     3666 +-
 .../php/editor/lexer/PHPDocCommentLexer.java       |       21 +-
 .../php/editor/lexer/PHPDocCommentTokenId.java     |       53 +-
 .../modules/php/editor/lexer/PHPTokenId.java       |      121 +-
 .../modules/php/editor/lexer/PHPTopLexer.java      |       41 +-
 .../modules/php/editor/lexer/PHPTopTokenId.java    |       28 +-
 .../modules/php/editor/lexer/StateStack.java       |      246 +-
 .../php/editor/model/ClassConstantElement.java     |        3 +
 .../php/editor/model/ClassMemberElement.java       |        2 +-
 .../modules/php/editor/model/ClassScope.java       |        7 +-
 .../modules/php/editor/model/CodeMarker.java       |        6 +-
 .../modules/php/editor/model/ConstantElement.java  |        2 +
 .../modules/php/editor/model/FieldElement.java     |        2 +
 .../modules/php/editor/model/FileScope.java        |        2 +
 .../modules/php/editor/model/FindUsageSupport.java |       80 +-
 .../modules/php/editor/model/FunctionScope.java    |        6 +-
 .../modules/php/editor/model/IncludeElement.java   |        4 +-
 .../modules/php/editor/model/IndexScope.java       |        7 +-
 .../modules/php/editor/model/InterfaceScope.java   |        2 +-
 .../modules/php/editor/model/MethodScope.java      |       12 +-
 .../netbeans/modules/php/editor/model/Model.java   |       68 +-
 .../modules/php/editor/model/ModelElement.java     |       11 +-
 .../modules/php/editor/model/ModelFactory.java     |       10 +-
 .../modules/php/editor/model/ModelUtils.java       |      266 +-
 .../modules/php/editor/model/NamespaceScope.java   |        7 +-
 .../modules/php/editor/model/Occurence.java        |        5 +-
 .../php/editor/model/OccurencesSupport.java        |        1 +
 .../php/editor/model/OccurrenceHighlighter.java    |       69 +
 .../modules/php/editor/model/Parameter.java        |        8 +-
 .../php/editor/model/ParameterInfoSupport.java     |      100 +-
 .../netbeans/modules/php/editor/model/Scope.java   |        5 +-
 .../modules/php/editor/model/TraitScope.java       |       55 +
 .../modules/php/editor/model/TraitedScope.java     |       54 +
 .../modules/php/editor/model/TypeAssignments.java  |        2 +
 .../modules/php/editor/model/TypeScope.java        |       23 +-
 .../modules/php/editor/model/UseAliasElement.java  |       50 +
 .../modules/php/editor/model/UseElement.java       |       52 -
 .../modules/php/editor/model/UseScope.java         |       72 +
 .../modules/php/editor/model/VariableName.java     |        4 +-
 .../modules/php/editor/model/VariableScope.java    |        4 +-
 .../php/editor/model/VariableScopeFinder.java      |      268 +
 .../php/editor/model/impl/AssignmentImpl.java      |       86 +-
 .../model/impl/ClassConstantElementImpl.java       |       68 +-
 .../php/editor/model/impl/ClassScopeImpl.java      |      465 +-
 .../php/editor/model/impl/CodeMarkerBuilder.java   |       64 +-
 .../php/editor/model/impl/CodeMarkerImpl.java      |       44 +-
 .../php/editor/model/impl/ConstantElementImpl.java |       84 +-
 .../php/editor/model/impl/EditorSupportImpl.java   |       40 +-
 .../php/editor/model/impl/FieldAssignmentImpl.java |       10 +-
 .../php/editor/model/impl/FieldElementImpl.java    |       98 +-
 .../php/editor/model/impl/FileScopeImpl.java       |       21 +-
 .../php/editor/model/impl/FunctionScopeImpl.java   |      311 +-
 .../php/editor/model/impl/IncludeElementImpl.java  |       16 +-
 .../php/editor/model/impl/IndexScopeImpl.java      |      104 +-
 .../php/editor/model/impl/InterfaceScopeImpl.java  |      151 +-
 .../modules/php/editor/model/impl/LazyBuild.java   |       10 +-
 .../php/editor/model/impl/MethodScopeImpl.java     |      127 +-
 .../php/editor/model/impl/ModelBuilder.java        |      167 +-
 .../php/editor/model/impl/ModelElementFactory.java |      109 -
 .../php/editor/model/impl/ModelElementImpl.java    |      125 +-
 .../php/editor/model/impl/ModelVisitor.java        |      953 +-
 .../php/editor/model/impl/NamespaceScopeImpl.java  |       98 +-
 .../php/editor/model/impl/OccurenceBuilder.java    |      857 +-
 .../php/editor/model/impl/ParameterImpl.java       |       95 +-
 .../model/impl/ScalarConstantElementImpl.java      |       66 +-
 .../modules/php/editor/model/impl/ScopeImpl.java   |       53 +-
 .../php/editor/model/impl/TraitScopeImpl.java      |      274 +
 .../modules/php/editor/model/impl/Type.java        |       90 +
 .../php/editor/model/impl/TypeScopeImpl.java       |      213 +-
 .../php/editor/model/impl/UseAliasElementImpl.java |       68 +
 .../php/editor/model/impl/UseElementImpl.java      |       31 -
 .../php/editor/model/impl/UseScopeImpl.java        |      115 +
 .../php/editor/model/impl/VarAssignmentImpl.java   |       18 +-
 .../php/editor/model/impl/VariableBaseType.java    |      195 -
 .../php/editor/model/impl/VariableNameFactory.java |        2 +
 .../php/editor/model/impl/VariableNameImpl.java    |      142 +-
 .../php/editor/model/impl/VariousUtils.java        |      886 +-
 .../php/editor/model/nodes/ASTNodeInfo.java        |       73 +-
 .../model/nodes/ClassConstantDeclarationInfo.java  |       16 +-
 .../editor/model/nodes/ClassDeclarationInfo.java   |       38 +-
 .../model/nodes/ConstantDeclarationInfo.java       |       15 +-
 .../editor/model/nodes/FormalParameterInfo.java    |       33 +-
 .../model/nodes/FunctionDeclarationInfo.java       |        6 +-
 .../php/editor/model/nodes/IncludeInfo.java        |        2 +
 .../model/nodes/InterfaceDeclarationInfo.java      |        5 +-
 .../model/nodes/LambdaFunctionDeclarationInfo.java |        8 +-
 .../model/nodes/MagicMethodDeclarationInfo.java    |       79 +-
 .../editor/model/nodes/MethodDeclarationInfo.java  |       12 +-
 .../model/nodes/NamespaceDeclarationInfo.java      |        9 +-
 .../php/editor/model/nodes/PhpDocTypeTagInfo.java  |       56 +-
 .../model/nodes/SingleFieldDeclarationInfo.java    |       16 +-
 .../editor/model/nodes/TraitDeclarationInfo.java   |      116 +
 .../editor/model/nodes/UseStatementPartInfo.java   |       68 +
 .../php/editor/nav/DeclarationFinderImpl.java      |      305 -
 .../modules/php/editor/nav/InstantRenamerImpl.java |      147 -
 .../netbeans/modules/php/editor/nav/NavUtils.java  |      174 -
 .../php/editor/nav/OccurrencesFinderImpl.java      |      196 -
 .../php/editor/nav/OverridingMethodsImpl.java      |      210 -
 .../modules/php/editor/nav/PHPTypeSearcher.java    |      406 -
 .../modules/php/editor/nav/SemiAttribute.java      |     1505 -
 .../editor/nav/hierarchy/ClassHierarchyPanel.form  |       10 +-
 .../editor/nav/hierarchy/ClassHierarchyPanel.java  |      107 +-
 .../nav/hierarchy/PhpHierarchyTopComponent.form    |        4 +-
 .../nav/hierarchy/PhpHierarchyTopComponent.java    |       51 +-
 .../nav/hierarchy/ShowPhpClassHierarchyAction.java |        7 +-
 .../modules/php/editor/nav/resources/refresh.png   |      Bin 875 -> 0 bytes
 .../php/editor/nav/resources/subtypehierarchy.gif  |      Bin 197 -> 0 bytes
 .../editor/nav/resources/supertypehierarchy.gif    |      Bin 314 -> 0 bytes
 .../modules/php/editor/options/Bundle.properties   |       18 +-
 .../php/editor/options/CodeCompletionPanel.form    |      122 +-
 .../php/editor/options/CodeCompletionPanel.java    |      277 +-
 .../MarkOccurencesOptionsPanelController.java      |       67 +-
 .../php/editor/options/MarkOccurencesPanel.form    |       39 +-
 .../php/editor/options/MarkOccurencesPanel.java    |      123 +-
 .../php/editor/options/MarkOccurencesSettings.java |       12 +-
 .../modules/php/editor/options/OptionsUtils.java   |       58 +-
 .../php/editor/palette/PHPPaletteActions.java      |       90 +-
 .../editor/palette/PHPPaletteCustomizerAction.java |        4 +-
 .../php/editor/palette/PHPPaletteFactory.java      |       69 +-
 .../modules/php/editor/parser/ASTPHP5Parser.java   |    14324 +-
 .../modules/php/editor/parser/ASTPHP5Scanner.java  |     3376 +-
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |      274 +-
 .../modules/php/editor/parser/Bundle.properties    |       46 -
 .../php/editor/parser/EncodedActionTable1.java     |     4555 +
 .../php/editor/parser/EncodedActionTable2.java     |     4555 +
 .../php/editor/parser/EncodedActionTable3.java     |     4555 +
 .../php/editor/parser/EncodedActionTable4.java     |     4555 +
 .../php/editor/parser/EncodedActionTable5.java     |     4555 +
 .../php/editor/parser/EncodedActionTable6.java     |     4555 +
 .../php/editor/parser/EncodedActionTable7.java     |     4555 +
 .../php/editor/parser/EncodedActionTable8.java     |     2065 +
 .../php/editor/parser/EncodedActionTableFirst.java |     5192 -
 .../php/editor/parser/EncodedActionTableLast.java  |     6425 -
 .../php/editor/parser/EncodedActionTableNext.java  |     4723 -
 .../modules/php/editor/parser/GSFPHPError.java     |       24 +-
 .../modules/php/editor/parser/GSFPHPParser.java    |      595 +-
 .../php/editor/parser/PHP5ErrorHandler.java        |      367 +-
 .../php/editor/parser/PHP5ErrorHandlerImpl.java    |      419 +
 .../php/editor/parser/PHPDocCommentParser.java     |      400 +-
 .../modules/php/editor/parser/PHPParseResult.java  |       56 +-
 .../php/editor/parser/PHPVarCommentParser.java     |       31 +-
 .../php/editor/parser/ParserErrorHandler.java      |       12 +-
 .../php/editor/parser/PhpAnnotationType.java       |       74 +
 .../php/editor/parser/PhpStructureScanner.java     |      684 -
 .../php/editor/parser/SemanticAnalysis.java        |      379 -
 .../php/editor/parser/UnknownAnnotationLine.java   |       93 +
 .../php/editor/parser/UnusedUsesCollector.java     |      186 +
 .../netbeans/modules/php/editor/parser/Utils.java  |      338 +-
 .../CustomTypeAnnnotationLineParser.java           |      105 +
 .../annotation/EditorAnnotationLineParser.java     |       82 +
 .../editor/parser/annotation/LinkLineParser.java   |       64 +
 .../editor/parser/annotation/LinkParsedLine.java   |       80 +
 .../modules/php/editor/parser/api/Utils.java       |      121 +-
 .../php/editor/parser/astnodes/ASTError.java       |        6 +-
 .../php/editor/parser/astnodes/ASTNode.java        |        8 +-
 .../parser/astnodes/AnonymousObjectVariable.java   |       68 +
 .../php/editor/parser/astnodes/ArrayAccess.java    |       28 +-
 .../php/editor/parser/astnodes/ArrayCreation.java  |       54 +-
 .../php/editor/parser/astnodes/ArrayDimension.java |       70 +
 .../php/editor/parser/astnodes/ArrayElement.java   |       24 +-
 .../php/editor/parser/astnodes/Assignment.java     |       58 +-
 .../editor/parser/astnodes/BackTickExpression.java |       28 +-
 .../modules/php/editor/parser/astnodes/Block.java  |       29 +-
 .../editor/parser/astnodes/BodyDeclaration.java    |       10 +-
 .../php/editor/parser/astnodes/BreakStatement.java |       16 +-
 .../php/editor/parser/astnodes/CastExpression.java |       22 +-
 .../php/editor/parser/astnodes/CatchClause.java    |       22 +-
 .../editor/parser/astnodes/ClassDeclaration.java   |       30 +-
 .../parser/astnodes/ClassInstanceCreation.java     |       35 +-
 .../php/editor/parser/astnodes/ClassName.java      |       20 +-
 .../editor/parser/astnodes/CloneExpression.java    |       16 +-
 .../php/editor/parser/astnodes/Comment.java        |       16 +-
 .../parser/astnodes/ConditionalExpression.java     |       20 +-
 .../parser/astnodes/ConstantDeclaration.java       |       26 +-
 .../editor/parser/astnodes/ContinueStatement.java  |       16 +-
 .../editor/parser/astnodes/DeclareStatement.java   |       27 +-
 .../parser/astnodes/DereferencedArrayAccess.java   |       75 +
 .../php/editor/parser/astnodes/Dispatch.java       |       16 +-
 .../php/editor/parser/astnodes/DoStatement.java    |       16 +-
 .../php/editor/parser/astnodes/EchoStatement.java  |       26 +-
 .../php/editor/parser/astnodes/EmptyStatement.java |        8 +-
 .../php/editor/parser/astnodes/Expression.java     |        6 +-
 .../parser/astnodes/ExpressionArrayAccess.java     |       79 +
 .../parser/astnodes/ExpressionStatement.java       |       16 +-
 .../php/editor/parser/astnodes/FieldAccess.java    |       10 +-
 .../editor/parser/astnodes/FieldsDeclaration.java  |       24 +-
 .../php/editor/parser/astnodes/FinallyClause.java  |       79 +
 .../editor/parser/astnodes/ForEachStatement.java   |       24 +-
 .../php/editor/parser/astnodes/ForStatement.java   |       65 +-
 .../editor/parser/astnodes/FormalParameter.java    |       62 +-
 .../parser/astnodes/FunctionDeclaration.java       |       41 +-
 .../editor/parser/astnodes/FunctionInvocation.java |       29 +-
 .../php/editor/parser/astnodes/FunctionName.java   |       22 +-
 .../editor/parser/astnodes/GlobalStatement.java    |       29 +-
 .../php/editor/parser/astnodes/GotoLabel.java      |       10 +-
 .../php/editor/parser/astnodes/GotoStatement.java  |       12 +-
 .../php/editor/parser/astnodes/HaltCompiler.java   |       59 +
 .../php/editor/parser/astnodes/Identifier.java     |       15 +-
 .../php/editor/parser/astnodes/IfStatement.java    |       26 +-
 .../php/editor/parser/astnodes/IgnoreError.java    |       18 +-
 .../php/editor/parser/astnodes/InLineHtml.java     |        6 +-
 .../php/editor/parser/astnodes/Include.java        |       20 +-
 .../editor/parser/astnodes/InfixExpression.java    |       85 +-
 .../parser/astnodes/InstanceOfExpression.java      |       14 +-
 .../parser/astnodes/InterfaceDeclaration.java      |       14 +-
 .../parser/astnodes/LambdaFunctionDeclaration.java |       32 +-
 .../php/editor/parser/astnodes/ListVariable.java   |       27 +-
 .../editor/parser/astnodes/MethodDeclaration.java  |       16 +-
 .../editor/parser/astnodes/MethodInvocation.java   |        8 +-
 .../parser/astnodes/NamespaceDeclaration.java      |        8 +-
 .../php/editor/parser/astnodes/NamespaceName.java  |       17 +-
 .../php/editor/parser/astnodes/PHPDocBlock.java    |       16 +-
 .../editor/parser/astnodes/PHPDocMethodTag.java    |      181 +
 .../parser/astnodes/PHPDocStaticAccessType.java    |        2 +-
 .../php/editor/parser/astnodes/PHPDocTag.java      |       82 +-
 .../php/editor/parser/astnodes/PHPDocTypeNode.java |        4 +-
 .../php/editor/parser/astnodes/PHPDocTypeTag.java  |       35 +-
 .../editor/parser/astnodes/PHPDocVarTypeTag.java   |       29 +-
 .../parser/astnodes/ParenthesisExpression.java     |       16 +-
 .../editor/parser/astnodes/PostfixExpression.java  |       36 +-
 .../editor/parser/astnodes/PrefixExpression.java   |       37 +-
 .../php/editor/parser/astnodes/Program.java        |       45 +-
 .../modules/php/editor/parser/astnodes/Quote.java  |       38 +-
 .../php/editor/parser/astnodes/Reference.java      |       18 +-
 .../editor/parser/astnodes/ReflectionVariable.java |       15 +-
 .../editor/parser/astnodes/ReturnStatement.java    |       16 +-
 .../modules/php/editor/parser/astnodes/Scalar.java |       19 +-
 .../php/editor/parser/astnodes/SimpleASTNode.java  |       24 +-
 .../parser/astnodes/SingleFieldDeclaration.java    |       14 +-
 .../php/editor/parser/astnodes/StateStack.java     |       17 +-
 .../php/editor/parser/astnodes/Statement.java      |        8 +-
 .../parser/astnodes/StaticConstantAccess.java      |       10 +-
 .../php/editor/parser/astnodes/StaticDispatch.java |       12 +-
 .../editor/parser/astnodes/StaticFieldAccess.java  |       14 +-
 .../parser/astnodes/StaticMethodInvocation.java    |       12 +-
 .../editor/parser/astnodes/StaticStatement.java    |       94 +-
 .../php/editor/parser/astnodes/SwitchCase.java     |       32 +-
 .../editor/parser/astnodes/SwitchStatement.java    |       18 +-
 .../php/editor/parser/astnodes/ThrowStatement.java |       20 +-
 .../TraitConflictResolutionDeclaration.java        |       88 +
 .../editor/parser/astnodes/TraitDeclaration.java   |       61 +
 .../astnodes/TraitMethodAliasDeclaration.java      |       95 +
 .../php/editor/parser/astnodes/TryStatement.java   |       54 +-
 .../editor/parser/astnodes/TypeDeclaration.java    |       27 +-
 .../php/editor/parser/astnodes/UnaryOperation.java |       39 +-
 .../php/editor/parser/astnodes/UseStatement.java   |       55 +-
 .../editor/parser/astnodes/UseStatementPart.java   |        6 +
 .../editor/parser/astnodes/UseTraitStatement.java  |       85 +
 .../parser/astnodes/UseTraitStatementPart.java     |       73 +
 .../php/editor/parser/astnodes/Variable.java       |       21 +-
 .../php/editor/parser/astnodes/VariableBase.java   |        8 +-
 .../php/editor/parser/astnodes/Variadic.java       |       71 +
 .../php/editor/parser/astnodes/Visitor.java        |       36 +-
 .../php/editor/parser/astnodes/WhileStatement.java |       20 +-
 .../editor/parser/astnodes/YieldExpression.java    |       75 +
 .../astnodes/visitors/DefaultTreePathVisitor.java  |      413 +-
 .../parser/astnodes/visitors/DefaultVisitor.java   |      269 +-
 .../astnodes/visitors/PhpElementVisitor.java       |       53 +-
 .../modules/php/editor/resources/Bundle.properties |       31 +-
 .../editor/resources/DefaultKeyBindings-Mac.xml    |        5 +-
 .../php/editor/resources/DefaultKeyBindings.xml    |        5 +-
 .../modules/php/editor/resources/PHP5Example       |       87 +-
 .../php/editor/resources/PHPMimeResolver.xml       |       59 -
 .../modules/php/editor/resources/annotation.png    |      Bin 0 -> 686 bytes
 .../php/editor/resources/code-templates.xml        |       62 +-
 .../modules/php/editor/resources/constant.png      |      Bin 0 -> 400 bytes
 .../modules/php/editor}/resources/error-glyph.gif  |      Bin
 .../php/editor/resources/fontsColors-bluetheme.xml |       49 +
 .../modules/php/editor/resources/fontsColors.xml   |       89 +-
 .../modules/php/editor/resources/function.png      |      Bin
 .../modules/php/editor/resources/layer.xml         |      212 +-
 .../modules/php/editor}/resources/refresh.png      |      Bin
 .../php/editor}/resources/subtypehierarchy.gif     |      Bin
 .../php/editor}/resources/supertypehierarchy.gif   |      Bin
 .../modules/php/editor/resources/trait.png         |      Bin 0 -> 530 bytes
 .../php/editor/sql/DatabaseConnectionSupport.java  |       11 +-
 .../modules/php/editor/sql/PHPSQLCompletion.java   |       11 +-
 .../modules/php/editor/sql/PHPSQLStatement.java    |      118 +-
 .../php/editor/sql/SelectConnectionAction.java     |        2 +-
 .../php/editor/sql/SelectConnectionItem.java       |       10 +
 .../php/editor/sql/ui/SelectConnectionPanel.java   |        4 +-
 .../typinghooks/PhpCamelCaseInterceptor.java       |      227 +
 .../editor/typinghooks/PhpCommentGenerator.java    |      530 +
 .../typinghooks/PhpDeletedTextInterceptor.java     |      262 +
 .../typinghooks/PhpTypedBreakInterceptor.java      |      827 +
 .../typinghooks/PhpTypedTextInterceptor.java       |      619 +
 .../php/editor/typinghooks/TypingHooksUtils.java   |       83 +
 .../AbstractClassInstantiationHintError.java       |      135 +
 .../php/editor/verification/AbstractRule.java      |       97 -
 .../AccidentalAssignmentCustomizer.form            |       31 +-
 .../AccidentalAssignmentCustomizer.java            |       69 +-
 .../verification/AccidentalAssignmentHint.java     |      361 +
 .../verification/AccidentalAssignmentRule.java     |      180 -
 .../php/editor/verification/AddUseImportRule.java  |      398 -
 .../verification/AddUseImportSuggestion.java       |      400 +
 .../verification/AmbiguousComparisonHint.java      |      227 +
 .../editor/verification/ArraySyntaxSuggestion.java |      234 +
 .../editor/verification/AssignVariableHint.java    |      314 -
 .../verification/AssignVariableSuggestion.java     |      322 +
 .../php/editor/verification/BracesHint.java        |      389 +
 .../php/editor/verification/Bundle.properties      |       79 +-
 .../editor/verification/CaretSensitiveRule.java    |       54 +
 .../verification/CheckPHPVersionVisitor.java       |      200 -
 .../editor/verification/ClassLinesCustomizer.form  |       60 +
 .../editor/verification/ClassLinesCustomizer.java  |      114 +
 .../php/editor/verification/ClassNotFoundRule.java |      112 -
 .../php/editor/verification/CustomisableRule.java  |       57 +
 .../editor/verification/EmptyStatementHint.java    |      173 +
 .../verification/ErrorControlOperatorHint.java     |      282 +
 .../modules/php/editor/verification/ErrorRule.java |       69 +
 .../verification/FunctionLinesCustomizer.form      |       60 +
 .../verification/FunctionLinesCustomizer.java      |      113 +
 .../php/editor/verification/HintErrorRule.java     |       59 +
 .../modules/php/editor/verification/HintRule.java  |      110 +
 .../editor/verification/HintsAdvancedOption.java   |       72 +-
 .../IdenticalComparisonSuggestion.java             |      345 +
 .../verification/ImmutableVariablesCustomizer.form |       60 +
 .../verification/ImmutableVariablesCustomizer.java |      118 +
 .../verification/ImmutableVariablesHint.java       |      448 +
 .../verification/ImplementAbstractMethods.java     |      219 -
 .../ImplementAbstractMethodsHintError.java         |      378 +
 .../verification/InitializeFieldSuggestion.java    |      358 +
 .../verification/InterfaceLinesCustomizer.form     |       60 +
 .../verification/InterfaceLinesCustomizer.java     |      113 +
 .../php/editor/verification/IntroduceHint.java     |      726 -
 .../editor/verification/IntroduceSuggestion.java   |      838 +
 .../php/editor/verification/InvokableRule.java     |       54 +
 .../LoopOnlyKeywordsUnhandledError.java            |      185 +
 .../verification/MethodRedeclarationHintError.java |      160 +
 .../verification/ModifiersCheckHintError.java      |      367 +
 .../php/editor/verification/NestedBlocksHint.java  |      368 +
 .../editor/verification/NestedHintsCustomizer.form |       77 +
 .../editor/verification/NestedHintsCustomizer.java |      131 +
 .../editor/verification/PHP53UnhandledError.java   |      223 +
 .../editor/verification/PHP54UnhandledError.java   |      213 +
 .../editor/verification/PHP55UnhandledError.java   |      181 +
 .../editor/verification/PHP56UnhandledError.java   |      202 +
 .../php/editor/verification/PHPHintsProvider.java  |      303 +-
 .../modules/php/editor/verification/PHPRule.java   |      344 -
 .../php/editor/verification/PHPRuleContext.java    |       14 +-
 .../verification/PHPRuleWithPreferences.java       |       53 -
 .../verification/PHPVerificationVisitor.java       |      711 -
 .../modules/php/editor/verification/PSR0Hint.java  |      245 +
 .../modules/php/editor/verification/PSR1Hint.java  |      572 +
 .../verification/ParentConstructorCallHint.java    |      293 +
 .../php/editor/verification/SuggestionRule.java    |       98 +
 .../php/editor/verification/SuperglobalsHint.java  |      388 +
 .../php/editor/verification/TooManyLinesHint.java  |      517 +
 .../verification/TooManyReturnStatementsHint.java  |      190 +
 .../editor/verification/TraitLinesCustomizer.form  |       60 +
 .../editor/verification/TraitLinesCustomizer.java  |      113 +
 .../php/editor/verification/TypeRedeclaration.java |      121 -
 .../verification/TypeRedeclarationHintError.java   |      174 +
 .../editor/verification/UnhandledErrorRule.java    |       59 +
 .../UninitializedVariableCustomizer.form           |       88 +
 .../UninitializedVariableCustomizer.java           |      126 +
 .../verification/UninitializedVariableHint.java    |      579 +
 .../verification/UninitializedVariableRule.java    |      154 -
 .../editor/verification/UnknownFunctionRule.java   |      116 -
 .../UnnecessaryClosingDelimiterHint.java           |      227 +
 .../verification/UnreachableStatementHint.java     |      296 +
 .../php/editor/verification/UnusedUsesHint.java    |      181 +
 .../verification/UnusedVariableCustomizer.form     |       49 +
 .../verification/UnusedVariableCustomizer.java     |      111 +
 .../editor/verification/UnusedVariableHint.java    |      767 +
 .../editor/verification/UnusedVariableRule.java    |      111 -
 .../php/editor/verification/VarDocHint.java        |      199 -
 .../php/editor/verification/VarDocSuggestion.java  |      216 +
 .../editor/verification/VarStackReadingRule.java   |       56 -
 .../php/editor/verification/VerificationError.java |       99 +
 .../php/editor/verification/VerificationUtils.java |       82 +
 .../editor/verification/WrongOrderOfArgsHint.java  |      271 +
 .../editor/verification/WrongOrderOfArgsRule.java  |       99 -
 .../editor/verification/WrongParamNameHint.java    |      243 +
 .../src/org/netbeans/test/php/Commit.java          |      103 +-
 .../src/org/netbeans/test/php/GeneralPHP.java      |      228 +-
 .../php/brackets/testAddingBracketOutOfScope.java  |        3 +-
 .../org/netbeans/test/php/cc/CompletionSuite.java  |      101 +
 .../src/org/netbeans/test/php/cc/cc.java           |        4 +-
 .../src/org/netbeans/test/php/cc/testCC.java       |       81 +-
 .../org/netbeans/test/php/cc/testCCAliases.java    |       88 +
 .../src/org/netbeans/test/php/cc/testCCClever.java |      120 +
 .../php/cc/testCCConstructorsAndDestructors.java   |        5 +-
 .../test/php/cc/testCCIfSpacesInExpression.java    |        2 +-
 .../org/netbeans/test/php/cc/testCCInDetail.java   |      115 +-
 .../org/netbeans/test/php/cc/testCCNamespaces.java |      158 +
 .../src/org/netbeans/test/php/cc/testCCPhpDoc.java |       10 +-
 .../test/php/cc/testCCReturnAnotation.java         |      231 +
 .../src/org/netbeans/test/php/cc/testCCSmarty.java |       85 +
 .../php/cc/testCCTrackingLargeCodeDeletions.java   |        4 +-
 .../src/org/netbeans/test/php/cc/testCCTraits.java |      113 +
 .../src/org/netbeans/test/php/cc/testCCTwig.java   |      113 +
 .../test/php/formatting/testFormatting.java        |       17 +-
 .../src/org/netbeans/test/php/hints/testHints.java |      379 +
 .../org/netbeans/test/php/insert/InsertSuite.java  |       68 +
 .../test/php/insert/testInsertDatabase.java        |       12 +-
 .../netbeans/test/php/insert/testInsertGetter.java |        6 +-
 .../test/php/insert/testInsertGetterAndSetter.java |       10 +-
 .../netbeans/test/php/insert/testInsertSetter.java |        2 +
 .../test/php/navigation/testNavigation.java        |        7 +-
 .../test/php/project/testBrowserAndIDE.java        |        2 +-
 .../project/testSampleAirAllianceApplication.java  |       70 -
 .../php/project/testSampleJobeetApplication.java   |       72 -
 .../project/testSampleRentSymfonyApplication.java  |       72 +
 .../php/project/testSampleRentZendApplication.java |       72 +
 .../php/project/testSampleTodoListApplication.java |       70 +
 .../structure/deprecatedDeclarations.pass          |       27 +
 .../structure/deprecatedTypes.pass                 |        7 +
 .../NavigatorTest/structure}/class005.pass         |        0
 .../csl/NavigatorTest/structure/interface_001.pass |        3 +
 .../NavigatorTest/structure}/issue142644.pass      |        0
 .../NavigatorTest/structure}/issue148558.pass      |        0
 .../csl/NavigatorTest/structure/issue170712.pass   |        2 +
 .../NavigatorTest/structure/issue205886_01.pass    |        2 +
 .../php53/bracketed_multiple_namespaces.pass       |        6 +
 ...keted_multiple_namespaces_with_default_one.pass |        0
 .../structure/php53/multiple_namespaces.pass       |        0
 .../NavigatorTest}/structure/php53/namespace.pass  |        0
 .../csl/NavigatorTest/structure/propertyTag.pass   |       11 +
 .../structure}/referenceParameter_001.pass         |        0
 .../structure/traitsStructure_01.pass              |        4 +
 .../structure/traitsStructure_02.pass              |        6 +
 .../lexer/PHP53FeaturesTest/heredoc_001.pass       |       35 -
 .../lexer/PHP53FeaturesTest/heredoc_002.pass       |       35 -
 .../lexer/PHP53FeaturesTest/heredoc_003.pass       |       39 -
 .../lexer/PHP53FeaturesTest/heredoc_004.pass       |       43 -
 .../lexer/PHP53FeaturesTest/heredoc_005.pass       |       57 -
 .../lexer/PHP53FeaturesTest/heredoc_006.pass       |       77 -
 .../lexer/PHP53FeaturesTest/heredoc_007.pass       |       73 -
 .../lexer/PHP53FeaturesTest/heredoc_008.pass       |       31 -
 .../lexer/PHP53FeaturesTest/heredoc_009.pass       |       39 -
 .../lexer/PHP53FeaturesTest/heredoc_010.pass       |       72 -
 .../lexer/PHP53FeaturesTest/heredoc_011.pass       |       41 -
 .../lexer/PHP53FeaturesTest/heredoc_012.pass       |       28 -
 .../lexer/PHP53FeaturesTest/heredoc_013.pass       |       29 -
 .../lexer/PHP53FeaturesTest/lexer/heredoc_001.pass |       37 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_002.pass |       37 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_003.pass |       41 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_004.pass |       45 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_005.pass |       59 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_006.pass |       79 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_007.pass |       75 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_008.pass |       33 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_009.pass |       49 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_010.pass |       74 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_011.pass |       41 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_012.pass |       27 +
 .../lexer/PHP53FeaturesTest/lexer/heredoc_013.pass |       28 +
 .../PHP53FeaturesTest/{ => lexer}/heredoc_014.pass |        0
 .../lexer/PHP53FeaturesTest/lexer/heredoc_015.pass |       47 +
 .../lexer/PHP53FeaturesTest/lexer/issue225549.pass |       16 +
 .../PHP53FeaturesTest/{ => lexer}/jump01.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump02.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump03.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump04.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump05.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump06.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump07.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump08.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump09.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump10.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump11.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump12.pass      |        0
 .../PHP53FeaturesTest/{ => lexer}/jump13.pass      |        0
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_000.pass  |       12 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_001.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_002.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_003.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_004.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_005.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_006.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_007.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_008.pass  |       31 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_009.pass  |       35 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_010.pass  |       42 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_011.pass  |       41 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_012.pass  |       32 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_013.pass  |       43 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_014.pass  |       43 +
 .../lexer/PHP53FeaturesTest/lexer/nowdoc_015.pass  |      201 +
 .../editor/lexer/PHP53FeaturesTest/nowdoc_000.pass |       12 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_001.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_002.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_003.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_004.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_005.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_006.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_007.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_008.pass |       31 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_009.pass |       35 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_010.pass |       42 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_011.pass |       41 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_012.pass |       32 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_013.pass |       43 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_014.pass |       43 -
 .../editor/lexer/PHP53FeaturesTest/nowdoc_015.pass |      195 -
 .../PHP54FeaturesTest/lexer/binaryNotation_01.pass |       10 +
 .../PHP54FeaturesTest/lexer/binaryNotation_02.pass |       10 +
 .../PHP54FeaturesTest/lexer/binaryNotation_03.pass |       10 +
 .../PHP54FeaturesTest/lexer/binaryNotation_04.pass |       11 +
 .../lexer/shortArraysStaticScalar_01.pass          |       36 +
 .../lexer/shortArraysStaticScalar_02.pass          |       24 +
 .../PHP54FeaturesTest/lexer/shortArrays_01.pass    |       28 +
 .../PHP54FeaturesTest/lexer/shortArrays_02.pass    |       28 +
 .../lexer/PHP54FeaturesTest/lexer/traits_01.pass   |       11 +
 .../lexer/PHP54FeaturesTest/lexer/traits_02.pass   |       16 +
 .../lexer/PHP54FeaturesTest/lexer/traits_03.pass   |       19 +
 .../lexer/PHP54FeaturesTest/lexer/traits_04.pass   |       31 +
 .../lexer/PHP54FeaturesTest/lexer/traits_05.pass   |       40 +
 .../lexer/PHP54FeaturesTest/lexer/traits_06.pass   |       40 +
 .../php/editor/lexer/PHPLexerTest/heredoc00.pass   |       58 -
 .../php/editor/lexer/PHPLexerTest/heredoc01.pass   |       16 -
 .../editor/lexer/PHPLexerTest/lexer/heredoc00.pass |       63 +
 .../editor/lexer/PHPLexerTest/lexer/heredoc01.pass |       17 +
 .../lexer/PHPLexerTest/lexer/heredoc_02.pass       |       12 +
 .../lexer/PHPLexerTest/lexer/heredoc_03.pass       |       15 +
 .../lexer/PHPLexerTest/lexer/heredoc_04.pass       |       11 +
 .../PHPLexerTest/{ => lexer}/issue138261.pass      |        0
 .../PHPLexerTest/{ => lexer}/issue144337.pass      |        0
 .../lexer/PHPLexerTest/lexer/issue198572.pass      |      206 +
 .../lexer/PHPLexerTest/lexer/issue221484.pass      |       11 +
 .../lexer/PHPLexerTest/lexer/issue222092_01.pass   |       12 +
 .../lexer/PHPLexerTest/lexer/issue222092_02.pass   |       12 +
 .../lexer/PHPLexerTest/lexer/issue229960.pass      |       23 +
 .../lexer/PHPLexerTest/lexer/issue235973.pass      |       13 +
 .../lexer/PHPLexerTest/lexer/yieldKeyword.pass     |       57 +
 .../editor/lexer/PHPTopLexerTest/heredoc00.pass    |        4 -
 .../editor/lexer/PHPTopLexerTest/heredoc01.pass    |        2 -
 .../editor/lexer/PHPTopLexerTest/heredoc_011.pass  |        5 -
 .../lexer/PHPTopLexerTest/lexer/heredoc00.pass     |        4 +
 .../lexer/PHPTopLexerTest/lexer/heredoc01.pass     |        2 +
 .../PHPTopLexerTest/{ => lexer}/heredoc_001.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_002.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_003.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_004.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_005.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_006.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_007.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_008.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_009.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_010.pass   |        0
 .../lexer/PHPTopLexerTest/lexer/heredoc_011.pass   |        5 +
 .../PHPTopLexerTest/{ => lexer}/heredoc_012.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_013.pass   |        0
 .../PHPTopLexerTest/{ => lexer}/heredoc_014.pass   |        0
 .../lexer/PHPTopLexerTest/lexer/heredoc_015.pass   |        5 +
 .../PHPTopLexerTest/{ => lexer}/nowdoc01.pass      |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc02.pass      |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_000.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_001.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_002.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_003.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_004.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_005.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_006.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_007.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_008.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_009.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_010.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_011.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_012.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_013.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_014.pass    |        0
 .../PHPTopLexerTest/{ => lexer}/nowdoc_015.pass    |        0
 .../{phptopparser => lexer}/test01.pass            |        0
 .../parser/ASTPHP5ParserTest/TextSearchQuery.pass  |    21911 -
 .../editor/parser/ASTPHP5ParserTest/heredoc00.pass |      218 -
 .../parser/ASTPHP5ParserTest/heredoc_001.pass      |      137 -
 .../parser/ASTPHP5ParserTest/heredoc_002.pass      |      137 -
 .../parser/ASTPHP5ParserTest/heredoc_003.pass      |      157 -
 .../parser/ASTPHP5ParserTest/heredoc_004.pass      |      173 -
 .../parser/ASTPHP5ParserTest/heredoc_005.pass      |      189 -
 .../parser/ASTPHP5ParserTest/heredoc_006.pass      |      335 -
 .../parser/ASTPHP5ParserTest/heredoc_007.pass      |      319 -
 .../parser/ASTPHP5ParserTest/heredoc_008.pass      |      129 -
 .../parser/ASTPHP5ParserTest/heredoc_009.pass      |      157 -
 .../parser/ASTPHP5ParserTest/heredoc_010.pass      |      293 -
 .../parser/ASTPHP5ParserTest/heredoc_011.pass      |      131 -
 .../parser/ASTPHP5ParserTest/nowdoc_001.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_002.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_003.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_004.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_005.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_006.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_007.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_008.pass       |      101 -
 .../parser/ASTPHP5ParserTest/nowdoc_009.pass       |      129 -
 .../parser/ASTPHP5ParserTest/nowdoc_010.pass       |      149 -
 .../parser/ASTPHP5ParserTest/nowdoc_012.pass       |      108 -
 .../parser/ASTPHP5ParserTest/nowdoc_015.pass       |      755 -
 .../ASTPHP5ParserTest/parser/TextSearchQuery.pass  |    21769 +
 .../parser/anonymousObjectVariable.pass            |      209 +
 .../parser/argumentUnpacking_01.pass               |      202 +
 .../parser/arrayDereferencing_01.pass              |       70 +
 .../parser/arrayDereferencing_02.pass              |       65 +
 .../parser/arrayDereferencing_03.pass              |       59 +
 .../parser/arrayDereferencing_04.pass              |       59 +
 .../parser/arrayDereferencing_05.pass              |       68 +
 .../parser/arrayDereferencing_06.pass              |       79 +
 .../parser/arrayDereferencing_07.pass              |      101 +
 .../parser/arrayDereferencing_08.pass              |      127 +
 .../parser/arrayDereferencing_09.pass              |      102 +
 .../parser/binaryNotation_01.pass                  |       37 +
 .../parser/binaryNotation_02.pass                  |       37 +
 .../parser/binaryNotation_03.pass                  |       37 +
 .../parser/binaryNotation_04.pass                  |       38 +
 .../parser/ASTPHP5ParserTest/parser/cfunction.pass |       76 +
 .../parser/constantScalarExpressions_01.pass       |      415 +
 .../parser/exponentiation_01.pass                  |      188 +
 .../parser/expressionArrayAccess_01.pass           |       45 +
 .../parser/expressionArrayAccess_02.pass           |       85 +
 .../parser/expressionArrayAccess_03.pass           |      128 +
 .../parser/fieldArraysWithArrayDereferencing.pass  |       76 +
 .../ASTPHP5ParserTest/parser/finally_01.pass       |       99 +
 .../ASTPHP5ParserTest/parser/finally_02.pass       |       74 +
 .../ASTPHP5ParserTest/parser/finally_03.pass       |       45 +
 .../{php53 => parser}/gotostatement.pass           |        0
 .../parser/ASTPHP5ParserTest/parser/heredoc00.pass |      218 +
 .../ASTPHP5ParserTest/{ => parser}/heredoc01.pass  |        0
 .../ASTPHP5ParserTest/parser/heredoc_001.pass      |      137 +
 .../ASTPHP5ParserTest/parser/heredoc_002.pass      |      137 +
 .../ASTPHP5ParserTest/parser/heredoc_003.pass      |      157 +
 .../ASTPHP5ParserTest/parser/heredoc_004.pass      |      173 +
 .../ASTPHP5ParserTest/parser/heredoc_005.pass      |      195 +
 .../ASTPHP5ParserTest/parser/heredoc_006.pass      |      339 +
 .../ASTPHP5ParserTest/parser/heredoc_007.pass      |      323 +
 .../ASTPHP5ParserTest/parser/heredoc_008.pass      |      129 +
 .../ASTPHP5ParserTest/parser/heredoc_009.pass      |      157 +
 .../ASTPHP5ParserTest/parser/heredoc_010.pass      |      293 +
 .../ASTPHP5ParserTest/parser/heredoc_011.pass      |      145 +
 .../{ => parser}/heredoc_012.pass                  |        0
 .../{ => parser}/heredoc_013.pass                  |        0
 .../{ => parser}/heredoc_014.pass                  |        0
 .../ASTPHP5ParserTest/parser/heredoc_015.pass      |      165 +
 .../parser/instanceOfExpression.pass               |       78 +
 .../ASTPHP5ParserTest/parser/issue170712.pass      |       70 +
 .../ASTPHP5ParserTest/parser/issue200501.pass      |       61 +
 .../ASTPHP5ParserTest/parser/issue213423.pass      |      135 +
 .../{php53 => parser}/lambdaFunction.pass          |        0
 .../parser/lambdaFunctionWithParams.pass           |       83 +
 .../parser/lambdaFunctionWithParamsWithVars.pass   |      112 +
 ...daFunctionWithParamsWithVarsWithStatements.pass |      131 +
 .../ASTPHP5ParserTest/parser/listInForeach.pass    |      225 +
 .../ASTPHP5ParserTest/parser/magicMethod01.pass    |       68 +
 .../ASTPHP5ParserTest/parser/magicMethod02.pass    |       68 +
 .../ASTPHP5ParserTest/parser/magicMethod03.pass    |       68 +
 .../ASTPHP5ParserTest/parser/magicMethod04.pass    |       82 +
 .../ASTPHP5ParserTest/parser/magicMethod05.pass    |       84 +
 .../ASTPHP5ParserTest/parser/magicMethod06.pass    |       86 +
 .../ASTPHP5ParserTest/parser/magicMethod07.pass    |      102 +
 .../parser/ASTPHP5ParserTest/parser/mixed01.pass   |       77 +
 .../parser/ASTPHP5ParserTest/parser/mixed02.pass   |       79 +
 .../parser/multipleBracketedNamespaces.pass        |      149 +
 .../parser/multipleUnBracketedNamespaces1.pass     |      153 +
 .../parser/multipleUnBracketedNamespaces2.pass     |      144 +
 .../parser/namespaceDeclaration.pass               |       37 +
 .../parser/namespaceElementDeclarations.pass       |       60 +
 .../{php53 => parser}/nowDoc.pass                  |        0
 .../ASTPHP5ParserTest/{ => parser}/nowdoc01.pass   |        0
 .../ASTPHP5ParserTest/{ => parser}/nowdoc02.pass   |        0
 .../ASTPHP5ParserTest/{ => parser}/nowdoc_000.pass |        0
 .../ASTPHP5ParserTest/parser/nowdoc_001.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_002.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_003.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_004.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_005.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_006.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_007.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_008.pass       |      123 +
 .../ASTPHP5ParserTest/parser/nowdoc_009.pass       |      129 +
 .../ASTPHP5ParserTest/parser/nowdoc_010.pass       |      149 +
 .../ASTPHP5ParserTest/{ => parser}/nowdoc_011.pass |        0
 .../ASTPHP5ParserTest/parser/nowdoc_012.pass       |      108 +
 .../ASTPHP5ParserTest/{ => parser}/nowdoc_013.pass |        0
 .../ASTPHP5ParserTest/{ => parser}/nowdoc_014.pass |        0
 .../ASTPHP5ParserTest/parser/nowdoc_015.pass       |      779 +
 ...daFunctionWithParamsWithVarsWithStatements.pass |      134 +
 .../parser/shortArraysStaticScalar_01.pass         |      113 +
 .../parser/shortArraysStaticScalar_02.pass         |       84 +
 .../ASTPHP5ParserTest/parser/shortArrays_01.pass   |      105 +
 .../ASTPHP5ParserTest/parser/shortArrays_02.pass   |      108 +
 .../ASTPHP5ParserTest/parser/shortEchoSyntax.pass  |       39 +
 .../parser/ASTPHP5ParserTest/parser/simple01.pass  |       75 +
 .../parser/ASTPHP5ParserTest/parser/simple02.pass  |       75 +
 .../parser/staticExpressionCall_01.pass            |       70 +
 .../parser/staticExpressionCall_02.pass            |       70 +
 .../parser/subNamespaceDeclaration.pass            |       51 +
 .../{php53 => parser}/ternaryOperator.pass         |        0
 .../parser/ASTPHP5ParserTest/parser/test01.pass    |       40 +
 .../parser/testVariadicFunctions_01.pass           |      256 +
 .../parser/ASTPHP5ParserTest/parser/traits_01.pass |       36 +
 .../parser/ASTPHP5ParserTest/parser/traits_02.pass |       58 +
 .../parser/ASTPHP5ParserTest/parser/traits_03.pass |       71 +
 .../parser/ASTPHP5ParserTest/parser/traits_04.pass |      109 +
 .../parser/ASTPHP5ParserTest/parser/traits_05.pass |      140 +
 .../parser/ASTPHP5ParserTest/parser/traits_06.pass |      144 +
 .../parser/useFuncAndConst_01.pass                 |      244 +
 .../parser/ASTPHP5ParserTest/parser/useGlobal.pass |       44 +
 .../parser/useGlobalSubNamespace.pass              |       58 +
 .../ASTPHP5ParserTest/parser/useNamespaceAs.pass   |       62 +
 .../parser/ASTPHP5ParserTest/parser/useSimple.pass |       41 +
 .../ASTPHP5ParserTest/parser/useSubNamespace.pass  |       55 +
 .../parser/ASTPHP5ParserTest/parser/yield_01.pass  |      130 +
 .../parser/ASTPHP5ParserTest/parser/yield_02.pass  |       52 +
 .../parser/ASTPHP5ParserTest/parser/yield_03.pass  |      141 +
 .../parser/ASTPHP5ParserTest/parser/yield_04.pass  |       61 +
 .../parser/ASTPHP5ParserTest/parser/yield_07.pass  |      124 +
 .../php53/lambdaFunctionWithParams.pass            |       83 -
 .../php53/lambdaFunctionWithParamsWithVars.pass    |      112 -
 ...daFunctionWithParamsWithVarsWithStatements.pass |      129 -
 .../php53/multipleBracketedNamespaces.pass         |      149 -
 .../php53/multipleUnBracketedNamespaces1.pass      |      155 -
 .../php53/multipleUnBracketedNamespaces2.pass      |      145 -
 .../php53/namespaceDeclaration.pass                |       37 -
 .../php53/namespaceElementDeclarations.pass        |       60 -
 ...daFunctionWithParamsWithVarsWithStatements.pass |      132 -
 .../php53/subNamespaceDeclaration.pass             |       51 -
 .../parser/ASTPHP5ParserTest/php53/useGlobal.pass  |       44 -
 .../php53/useGlobalSubNamespace.pass               |       58 -
 .../ASTPHP5ParserTest/php53/useNamespaceAs.pass    |       62 -
 .../parser/ASTPHP5ParserTest/php53/useSimple.pass  |       41 -
 .../ASTPHP5ParserTest/php53/useSubNamespace.pass   |       55 -
 .../editor/parser/ASTPHP5ParserTest/test01.pass    |       40 -
 .../ASTPHP5ParserTest/varcomment/mixed01.pass      |       83 -
 .../ASTPHP5ParserTest/varcomment/mixed02.pass      |       85 -
 .../ASTPHP5ParserTest/varcomment/simple01.pass     |       81 -
 .../ASTPHP5ParserTest/varcomment/simple02.pass     |       81 -
 .../PHPDocCommentParserTest/ArrayParam01.pass      |        2 +-
 .../PHPDocCommentParserTest/ArrayParam02.pass      |        2 +-
 .../parser/PHPDocCommentParserTest/Example01.pass  |       16 +-
 .../PHPDocCommentParserTest/HTMLWrapper.pass       |        6 +-
 .../PHPDocCommentParserTest/Issue197946.pass       |        6 +-
 .../PHPDocCommentParserTest/ParamReturn01.pass     |        4 +-
 .../parser/PHPDocCommentParserTest/Property01.pass |        6 +-
 .../parser/PHPDocCommentParserTest/Property03.pass |        4 +-
 .../parser/PHPDocCommentParserTest/Property04.pass |        4 +-
 .../PHPDocCommentParserTest/ReturnType01.pass      |        2 +-
 .../PHPDocCommentParserTest/ReturnType02.pass      |        2 +-
 .../PHPDocCommentParserTest/ReturnType03.pass      |        2 +-
 .../PhpStructureScannerTest/interface_001.pass     |        3 -
 .../PhpStructureScannerTest/propertyTag.pass       |       11 -
 .../php53/bracketed_multiple_namespaces.pass       |        6 -
 .../parser/SanitizeSourceTest/sanitize/case01.pass |        5 +-
 .../SanitizeSourceTest/sanitize/curly01.pass       |        2 +-
 .../SanitizeSourceTest/sanitize/curly02.pass       |        2 +-
 .../SanitizeSourceTest/sanitize/curly03.pass       |        2 +-
 .../SanitizeSourceTest/sanitize/curly04.pass       |        4 +-
 .../SanitizeSourceTest/sanitize/curly05.pass       |        3 -
 .../SanitizeSourceTest/sanitize/curly06.pass       |        3 -
 .../SanitizeSourceTest/sanitize/curly07.pass       |        3 -
 .../SanitizeSourceTest/sanitize/curly08.pass       |        3 -
 .../SanitizeSourceTest/sanitize/issue204588.pass   |       24 +
 .../SanitizeSourceTest/sanitize/sanitize003.pass   |        6 -
 .../SanitizeSourceTest/sanitize/sanitize005.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize006.pass   |        6 -
 .../SanitizeSourceTest/sanitize/sanitize007.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize008.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize009.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize010.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize011.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize012.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize013.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize014.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize015.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize016.pass   |        3 -
 .../SanitizeSourceTest/sanitize/sanitize017.pass   |        3 -
 .../sanitize/sanitize145494.pass                   |    13489 -
 .../actions/insertSemicolon/testInsert.php         |        7 +
 .../insertSemicolon/testInsert.php.insertSemicolon |        7 +
 .../actions/insertSemicolon/testInsertNewLine.php  |        7 +
 .../testInsertNewLine.php.insertSemicolon          |        8 +
 .../unit/data/testfiles/actions/issue209755.php    |       18 +
 .../testfiles/actions/issue209755.php.usedNames    |        2 +
 .../actions/testImportData/libs/nette.min.php      |    22487 +
 .../actions/testImportData/testImportData_01.php   |       25 +
 .../testImportData_01.php.importData               |       33 +
 .../actions/testImportData/testImportData_02.php   |       25 +
 .../testImportData_02.php.importData               |       32 +
 .../actions/testImportData/testImportData_03.php   |       25 +
 .../testImportData_03.php.importData               |       28 +
 .../actions/testImportData/testImportData_04.php   |       23 +
 .../testImportData_04.php.importData               |       18 +
 .../actions/testImportData/testImportData_05.php   |       25 +
 .../testImportData_05.php.importData               |       33 +
 .../actions/testImportData/testImportData_06.php   |       25 +
 .../testImportData_06.php.importData               |       33 +
 .../actions/testImportData/testImportData_07.php   |       17 +
 .../testImportData_07.php.importData               |       12 +
 .../actions/testImportData/testImportData_08.php   |       10 +
 .../testImportData_08.php.importData               |        7 +
 .../testImportData_09_issue209408.php              |       17 +
 .../testImportData_09_issue209408.php.importData   |       11 +
 .../testImportData/testImportData_issue227304.php  |       22 +
 .../testImportData_issue227304.php.importData      |       12 +
 .../testIssue210093/01/testIssue210093_01.php      |       18 +
 .../01/testIssue210093_01.php.fixUses              |       18 +
 .../testIssue210093/02/testIssue210093_02.php      |       18 +
 .../02/testIssue210093_02.php.fixUses              |       18 +
 .../testIssue211566/01/testIssue211566_01.php      |       22 +
 .../01/testIssue211566_01.php.fixUses              |       24 +
 .../testIssue211566/02/testIssue211566_02.php      |       22 +
 .../02/testIssue211566_02.php.fixUses              |       24 +
 .../testIssue211585/01/testIssue211585_01.php      |       17 +
 .../01/testIssue211585_01.php.fixUses              |       21 +
 .../testIssue211585/02/testIssue211585_02.php      |       17 +
 .../02/testIssue211585_02.php.fixUses              |       21 +
 .../actions/testIssue214699/testIssue214699.php    |       17 +
 .../testIssue214699/testIssue214699.php.fixUses    |       21 +
 .../testfiles/actions/testIssue222595/01/test.php  |       16 +
 .../testIssue222595/01/testIssue222595_01.php      |       28 +
 .../01/testIssue222595_01.php.fixUses              |       28 +
 .../testfiles/actions/testIssue222595/02/test.php  |       16 +
 .../testIssue222595/02/testIssue222595_02.php      |       28 +
 .../02/testIssue222595_02.php.fixUses              |       28 +
 .../testfiles/actions/testIssue222595/03/test.php  |       28 +
 .../testIssue222595/03/testIssue222595_03.php      |       16 +
 .../03/testIssue222595_03.php.fixUses              |       16 +
 .../testfiles/actions/testIssue222595/04/test.php  |       28 +
 .../testIssue222595/04/testIssue222595_04.php      |       16 +
 .../04/testIssue222595_04.php.fixUses              |       16 +
 .../actions/testIssue233527/SomeClass.php          |        7 +
 .../actions/testIssue233527/testIssue233527.php    |       14 +
 .../testIssue233527/testIssue233527.php.fixUses    |       16 +
 .../actions/testIssue238828/testIssue238828.php    |       32 +
 .../testIssue238828/testIssue238828.php.fixUses    |       34 +
 .../testfiles/actions/testIssue243271/01/data.php  |        5 +
 .../testIssue243271/01/testIssue243271_01.php      |       12 +
 .../01/testIssue243271_01.php.fixUses              |       12 +
 .../testfiles/actions/testIssue243271/02/data.php  |        5 +
 .../testIssue243271/02/testIssue243271_02.php      |       12 +
 .../02/testIssue243271_02.php.fixUses              |       12 +
 .../actions/testUseFuncAndConst/01/test.php        |       10 +
 .../01/testUseFuncAndConst_01.php                  |       22 +
 .../01/testUseFuncAndConst_01.php.fixUses          |       22 +
 .../actions/testUseFuncAndConst/02/test.php        |       10 +
 .../02/testUseFuncAndConst_02.php                  |       22 +
 .../02/testUseFuncAndConst_02.php.fixUses          |       22 +
 .../actions/testUseFuncAndConst/03/test.php        |       10 +
 .../03/testUseFuncAndConst_03.php                  |       18 +
 .../03/testUseFuncAndConst_03.php.fixUses          |       20 +
 .../actions/testUseFuncAndConst/04/test.php        |       10 +
 .../04/testUseFuncAndConst_04.php                  |       18 +
 .../04/testUseFuncAndConst_04.php.fixUses          |       18 +
 .../actions/testUseFuncAndConst/05/test.php        |       10 +
 .../05/testUseFuncAndConst_05.php                  |       18 +
 .../05/testUseFuncAndConst_05.php.fixUses          |       20 +
 .../actions/toggleComment/issue198269_01.php       |       12 +
 .../toggleComment/issue198269_01.php.toggleComment |       12 +
 .../actions/toggleComment/issue198269_02.php       |       12 +
 .../toggleComment/issue198269_02.php.toggleComment |       12 +
 .../actions/toggleComment/issue198269_03.php       |       13 +
 .../toggleComment/issue198269_03.php.toggleComment |       13 +
 .../actions/toggleComment/issue198269_04.php       |       13 +
 .../toggleComment/issue198269_04.php.toggleComment |       13 +
 .../actions/toggleComment/issue207153.php          |       17 +
 .../toggleComment/issue207153.php.toggleComment    |       17 +
 .../actions/toggleComment/issue213706_01.php       |        1 +
 .../toggleComment/issue213706_01.php.toggleComment |        1 +
 .../actions/toggleComment/issue213706_02.php       |        1 +
 .../toggleComment/issue213706_02.php.toggleComment |        1 +
 .../actions/toggleComment/issue213706_03.php       |        1 +
 .../toggleComment/issue213706_03.php.toggleComment |        1 +
 .../actions/toggleComment/issue218830_01.php       |       10 +
 .../toggleComment/issue218830_01.php.toggleComment |       10 +
 .../actions/toggleComment/issue218830_02.php       |       10 +
 .../toggleComment/issue218830_02.php.toggleComment |       10 +
 .../actions/toggleComment/issue218830_03.php       |       10 +
 .../toggleComment/issue218830_03.php.toggleComment |       10 +
 .../actions/toggleComment/issue218830_04.php       |       10 +
 .../toggleComment/issue218830_04.php.toggleComment |       10 +
 .../actions/toggleComment/issue218830_05.php       |       10 +
 .../toggleComment/issue218830_05.php.toggleComment |       10 +
 .../actions/toggleComment/issue228731_01.php       |       15 +
 .../toggleComment/issue228731_01.php.toggleComment |       15 +
 .../actions/toggleComment/issue228731_02.php       |       15 +
 .../toggleComment/issue228731_02.php.toggleComment |       15 +
 .../actions/toggleComment/issue228731_03.php       |       15 +
 .../toggleComment/issue228731_03.php.toggleComment |       15 +
 .../actions/toggleComment/issue228731_04.php       |       15 +
 .../toggleComment/issue228731_04.php.toggleComment |       15 +
 .../actions/toggleComment/issue228731_05.php       |       15 +
 .../toggleComment/issue228731_05.php.toggleComment |       15 +
 .../actions/toggleComment/issue228731_06.php       |       15 +
 .../toggleComment/issue228731_06.php.toggleComment |       15 +
 .../actions/toggleComment/issue228768_01.php       |        4 +
 .../toggleComment/issue228768_01.php.toggleComment |        4 +
 .../actions/toggleComment/issue228768_02.php       |        4 +
 .../toggleComment/issue228768_02.php.toggleComment |        4 +
 .../actions/toggleComment/issue228768_03.php       |        4 +
 .../toggleComment/issue228768_03.php.toggleComment |        4 +
 .../actions/toggleComment/issue228768_04.php       |        4 +
 .../toggleComment/issue228768_04.php.toggleComment |        4 +
 .../actions/toggleComment/issue228768_05.php       |        4 +
 .../toggleComment/issue228768_05.php.toggleComment |        4 +
 .../actions/toggleComment/issue228768_06.php       |        4 +
 .../toggleComment/issue228768_06.php.toggleComment |        4 +
 .../actions/toggleComment/issue231715_01.php       |        5 +
 .../toggleComment/issue231715_01.php.toggleComment |        5 +
 .../actions/toggleComment/issue231715_02.php       |        8 +
 .../toggleComment/issue231715_02.php.toggleComment |        8 +
 .../actions/toggleComment/issue231715_03.php       |        5 +
 .../toggleComment/issue231715_03.php.toggleComment |        5 +
 .../unit/data/testfiles/actions/useCase_01.php     |       25 +
 .../testfiles/actions/useCase_01.php.usedNames     |        8 +
 .../unit/data/testfiles/actions/useCase_02.php     |       21 +
 .../testfiles/actions/useCase_02.php.usedNames     |       10 +
 .../unit/data/testfiles/actions/useCase_03.php     |       23 +
 .../testfiles/actions/useCase_03.php.usedNames     |        8 +
 .../unit/data/testfiles/actions/useCase_04.php     |       29 +
 .../testfiles/actions/useCase_04.php.usedNames     |        9 +
 .../unit/data/testfiles/actions/useCase_05.php     |       29 +
 .../testfiles/actions/useCase_05.php.usedNames     |        8 +
 .../unit/data/testfiles/actions/useCase_06.php     |       17 +
 .../testfiles/actions/useCase_06.php.usedNames     |        4 +
 .../unit/data/testfiles/actions/useCase_07.php     |       21 +
 .../testfiles/actions/useCase_07.php.usedNames     |        3 +
 .../unit/data/testfiles/actions/useCase_08.php     |       21 +
 .../testfiles/actions/useCase_08.php.usedNames     |        3 +
 .../testfiles/bracketCompleter/issue170779_01.php  |       11 +
 .../testfiles/bracketCompleter/issue170779_02.php  |        0
 .../testfiles/bracketCompleter/issue170779_03.php  |        0
 .../testfiles/bracketCompleter/issue170779_04.php  |        0
 .../testfiles/bracketCompleter/issue193118_01.php  |        8 +
 .../bracketCompleter/issue193118_01.php.indented   |       10 +
 .../testfiles/bracketCompleter/issue193118_02.php  |        8 +
 .../bracketCompleter/issue193118_02.php.indented   |       10 +
 .../testfiles/bracketCompleter/issue195771_02.php  |        2 +-
 .../bracketCompleter/issue195771_02.php.indented   |        4 +-
 .../testfiles/bracketCompleter/issue196596_01.php  |        6 +
 .../bracketCompleter/issue196596_01.php.indented   |        7 +
 .../testfiles/bracketCompleter/issue196596_02.php  |        6 +
 .../bracketCompleter/issue196596_02.php.indented   |        7 +
 .../testfiles/bracketCompleter/issue196596_03.php  |        6 +
 .../bracketCompleter/issue196596_03.php.indented   |        7 +
 .../testfiles/bracketCompleter/issue196596_04.php  |        6 +
 .../bracketCompleter/issue196596_04.php.indented   |        7 +
 .../bracketCompleter/issue197924_01.php.indented   |        3 +-
 .../bracketCompleter/issue197924_02.php.indented   |        3 +-
 .../testfiles/bracketCompleter/issue202362_01.php  |       14 +
 .../bracketCompleter/issue202362_01.php.indented   |       15 +
 .../testfiles/bracketCompleter/issue202362_02.php  |       14 +
 .../bracketCompleter/issue202362_02.php.indented   |       15 +
 .../testfiles/bracketCompleter/issue202362_03.php  |       14 +
 .../bracketCompleter/issue202362_03.php.indented   |       16 +
 .../testfiles/bracketCompleter/issue202362_04.php  |       14 +
 .../bracketCompleter/issue202362_04.php.indented   |       16 +
 .../testfiles/bracketCompleter/issue202770_01.php  |        6 +
 .../bracketCompleter/issue202770_01.php.indented   |        8 +
 .../testfiles/bracketCompleter/issue202770_02.php  |       14 +
 .../bracketCompleter/issue202770_02.php.indented   |       16 +
 .../testfiles/bracketCompleter/issue202770_03.php  |       14 +
 .../bracketCompleter/issue202770_03.php.indented   |       16 +
 .../testfiles/bracketCompleter/issue202770_04.php  |       23 +
 .../bracketCompleter/issue202770_04.php.indented   |       25 +
 .../testfiles/bracketCompleter/issue203513.php     |        8 +
 .../bracketCompleter/issue203513.php.indented      |       10 +
 .../testfiles/bracketCompleter/issue211394_01.php  |        5 +
 .../bracketCompleter/issue211394_01.php.indented   |        6 +
 .../testfiles/bracketCompleter/issue211394_02.php  |        5 +
 .../bracketCompleter/issue211394_02.php.indented   |        6 +
 .../testfiles/bracketCompleter/issue211394_03.php  |        5 +
 .../bracketCompleter/issue211394_03.php.indented   |        6 +
 .../test/unit/data/testfiles/class002.php.semantic |       49 -
 .../test/unit/data/testfiles/class004.php.semantic |       17 -
 .../test/unit/data/testfiles/class005.php.semantic |       35 -
 .../test/unit/data/testfiles/class006.php.semantic |       26 -
 .../test/unit/data/testfiles/class007.php.semantic |       36 -
 .../testClassPropertyGetter.php                    |        9 +
 .../testClassPropertyGetter.php.codegen            |        4 +
 .../testClassPropertyGetterWithoutPublic.php       |        9 +
 ...estClassPropertyGetterWithoutPublic.php.codegen |        4 +
 .../testClassPropertySetter.php                    |        9 +
 .../testClassPropertySetter.php.codegen            |        4 +
 .../testClassPropertySetterWithFluentInterface.php |        9 +
 ...ssPropertySetterWithFluentInterface.php.codegen |        5 +
 .../testClassPropertySetterWithoutPublic.php       |        9 +
 ...estClassPropertySetterWithoutPublic.php.codegen |        4 +
 .../testInstancePropertyGetter.php                 |        9 +
 .../testInstancePropertyGetter.php.codegen         |        4 +
 .../testInstancePropertySetter.php                 |        9 +
 .../testInstancePropertySetter.php.codegen         |        4 +
 ...stInstancePropertySetterWithFluentInterface.php |        9 +
 ...cePropertySetterWithFluentInterface.php.codegen |        5 +
 .../completion/documentation/arrayReturnType.php   |       14 +
 .../arrayReturnType.php.testArrayReturnType.html   |        9 +
 .../completion/documentation/fieldVar.php          |       43 +
 .../fieldVar.php.testFieldWithDesc.html            |       11 +
 .../fieldVar.php.testFieldWithDescAndArray.html    |       11 +
 .../fieldVar.php.testFieldWithoutDesc.html         |        9 +
 .../fieldVar.php.testFieldWithoutDescAndArray.html |        9 +
 .../functionWithArrayParamWithoutDesc.php          |       12 +
 ....php.testFunctionWithArrayParamWithoutDesc.html |       11 +
 .../functionWithArrayReturnWithoutDesc.php         |       12 +
 ...php.testFunctionWithArrayReturnWithoutDesc.html |        9 +
 .../documentation/issue197696.php.test197696.html  |        2 +-
 .../completion/documentation/issue207952.php       |       23 +
 .../issue207952.php.testIssue207952_01.html        |       13 +
 .../issue207952.php.testIssue207952_02.html        |       15 +
 .../completion/documentation/issue207952_nonNs.php |       23 +
 .../issue207952_nonNs.php.testIssue207952_03.html  |       13 +
 .../issue207952_nonNs.php.testIssue207952_04.html  |       15 +
 .../completion/documentation/issue215408.php       |       10 +
 .../issue215408.php.testIssue215408.html           |        6 +
 .../completion/documentation/issue245158.php       |       29 +
 .../issue245158.php.testIssue245158_01.html        |       11 +
 .../issue245158.php.testIssue245158_02.html        |       11 +
 .../completion/documentation/propertyWithArray.php |       13 +
 ...ropertyWithArray.php.testPropertyWithArray.html |        6 +
 .../testfiles/completion/lib/arrays/arrays.php     |       33 +
 .../lib/arrays/arrays.php.testArrays_01.completion |        5 +
 .../lib/arrays/arrays.php.testArrays_02.completion |        5 +
 .../lib/arrays/arrays.php.testArrays_03.completion |        5 +
 .../lib/arrays/arrays.php.testArrays_04.completion |        5 +
 ...testClassConstructorOptionalParam_01.completion |       17 +
 ...ility.php.testClassMemberVisibility1.completion |        1 +
 ...ility.php.testClassMemberVisibility2.completion |        1 +
 ...laration02.php.testClsDeclaration_10.completion |      293 +-
 ...laration02.php.testClsDeclaration_11.completion |      112 +-
 ...laration02.php.testClsDeclaration_12.completion |      112 +-
 ...laration02.php.testClsDeclaration_13.completion |      293 +-
 ...claration02.php.testClsDeclaration_9.completion |      293 +-
 .../completion/lib/codeTemplateFilter/empty.php    |        2 +
 .../lib/comments.php.testComments3.completion      |       49 +-
 .../insideClass.php.testInsideClass_8.completion   |        1 +
 .../testfiles/completion/lib/insideInterface.php   |       13 +
 ...ideInterface.php.testInsideInterface.completion |        5 +
 ...eInterface.php.testInsideInterface_1.completion |        5 +
 ...Interface.php.testInsideInterface_10.completion |        7 +
 ...Interface.php.testInsideInterface_11.completion |        5 +
 ...Interface.php.testInsideInterface_12.completion |        7 +
 ...Interface.php.testInsideInterface_13.completion |        8 +
 ...Interface.php.testInsideInterface_14.completion |        8 +
 ...eInterface.php.testInsideInterface_2.completion |        5 +
 ...eInterface.php.testInsideInterface_3.completion |        5 +
 ...eInterface.php.testInsideInterface_4.completion |        5 +
 ...eInterface.php.testInsideInterface_5.completion |        5 +
 ...eInterface.php.testInsideInterface_6.completion |        5 +
 ...eInterface.php.testInsideInterface_7.completion |        5 +
 ...eInterface.php.testInsideInterface_9.completion |        5 +
 .../lib/issue135618.php.test135618.completion      |        1 +
 .../lib/issue135618.php.test135618_1.completion    |        1 +
 .../lib/issue135618.php.test135618_2.completion    |        1 +
 .../lib/issue142234.php.test142234_1.completion    |        1 +
 .../data/testfiles/completion/lib/issue144830.php  |        2 +-
 .../lib/issue145206.php.test145206_1.completion    |        1 +
 .../lib/issue145206.php.test145206_2.completion    |        1 +
 .../lib/issue146648.php.test146648_1.completion    |        1 +
 .../data/testfiles/completion/lib/issue147179.php  |        2 +-
 .../lib/issue147179.php.test147179_1.completion    |        3 +-
 .../lib/issue147179.php.test147179_2.completion    |        1 +
 .../lib/issue148219.php.test148219.completion      |        1 -
 .../issue153707.php.testIssue153707_01.completion  |      378 +-
 .../issue153707.php.testIssue153707_04.completion  |        2 -
 .../data/testfiles/completion/lib/issue153867.php  |        3 +
 .../lib/issue153867.php.testIssue153867.completion |      594 +
 .../issue153867.php.testIssue153867_01.completion  |        3 +
 .../issue153867.php.testIssue153867_02.completion  |        3 +
 .../issue153867.php.testIssue153867_03.completion  |        3 +
 .../issue157534.php.testIssue157534_1.completion   |        2 +-
 .../data/testfiles/completion/lib/issue196714.php  |       17 +
 .../lib/issue196714.php.testIssue196714.completion |        5 +
 .../data/testfiles/completion/lib/issue197453.php  |       18 +
 .../lib/issue197453.php.testIssue197453.completion |        4 +
 .../lib/issue197571.php.testIssue197571.completion |        1 +
 .../data/testfiles/completion/lib/issue200178.php  |        8 +
 .../lib/issue200178.php.testIssue200178.completion |       19 +
 .../issue200178.php.testIssue200178_1.completion   |       18 +
 .../data/testfiles/completion/lib/issue200795.php  |       11 +
 .../lib/issue200795.php.testIssue200795.completion |      406 +
 .../data/testfiles/completion/lib/issue201032.php  |       66 +
 .../issue201032.php.testIssue201032_1.completion   |        4 +
 .../issue201032.php.testIssue201032_2.completion   |        4 +
 .../issue201032.php.testIssue201032_3.completion   |        4 +
 .../issue201032.php.testIssue201032_4.completion   |        4 +
 .../issue201032.php.testIssue201032_5.completion   |        4 +
 .../issue201032.php.testIssue201032_6.completion   |        4 +
 .../issue201032.php.testIssue201032_7.completion   |        4 +
 .../data/testfiles/completion/lib/issue202281.php  |       10 +
 .../lib/issue202281.php.testIssue202281.completion |        7 +
 .../netbeans68version/magicmethods/issue242396.php |        8 +
 .../issue242396.php.testIssue242396.completion     |        5 +
 .../magicmethods/issue242396_data.php              |       39 +
 ...aramdecltypes.php.testParamDeclTypes.completion |       45 +-
 ...amdecltypes.php.testParamDeclTypes11.completion |        2 +
 ...amdecltypes.php.testParamDeclTypes14.completion |        2 +
 ...ramdecltypes.php.testParamDeclTypes5.completion |        2 +
 ...ramdecltypes.php.testParamDeclTypes8.completion |        2 +
 .../lib/php54/anonymousObjectVariables.php         |       10 +
 ....php.testAnonymousObjectVariables_01.completion |        5 +
 ....php.testAnonymousObjectVariables_02.completion |        5 +
 .../lib/php54/anonymousObjectVariablesNs.php       |       23 +
 ...hp.testAnonymousObjectVariablesNs_01.completion |        4 +
 ...hp.testAnonymousObjectVariablesNs_02.completion |        4 +
 ...hp.testAnonymousObjectVariablesNs_03.completion |        4 +
 .../completion/lib/php54/callableTypeHint.php      |       11 +
 ...TypeHint.php.testCallableTypeHint_01.completion |       14 +
 ...TypeHint.php.testCallableTypeHint_02.completion |        6 +
 ...TypeHint.php.testCallableTypeHint_03.completion |       14 +
 ...TypeHint.php.testCallableTypeHint_04.completion |        6 +
 .../testfiles/completion/lib/php54/shortArrays.php |        4 +
 .../shortArrays.php.testShortArrays.completion     |        4 +
 .../data/testfiles/completion/lib/php54/traits.php |       45 +
 .../lib/php54/traits.php.testTraits1.completion    |        6 +
 .../lib/php54/traits.php.testTraits2.completion    |        8 +
 .../lib/php54/traits.php.testTraits3.completion    |        8 +
 .../lib/php54/traits.php.testTraits4.completion    |       12 +
 .../completion/lib/php54/traitsMultiUse.php        |       33 +
 ...aitsMultiUse.php.testTraitsMultiUse1.completion |       12 +
 ...aitsMultiUse.php.testTraitsMultiUse2.completion |        8 +
 .../completion/lib/php56/useFuncAndConst.php       |       19 +
 ...cAndConst.php.testUseFuncAndConst_01.completion |        5 +
 ...cAndConst.php.testUseFuncAndConst_02.completion |        5 +
 ...cAndConst.php.testUseFuncAndConst_03.completion |        5 +
 ...cAndConst.php.testUseFuncAndConst_04.completion |        5 +
 ...cAndConst.php.testUseFuncAndConst_05.completion |        4 +
 ...cAndConst.php.testUseFuncAndConst_06.completion |        5 +
 ...cAndConst.php.testUseFuncAndConst_07.completion |        4 +
 ...cAndConst.php.testUseFuncAndConst_08.completion |        5 +
 .../completion/lib/qualifiedStatic/Strings.php     |        7 +
 .../completion/lib/qualifiedStatic/issue.php       |        7 +
 .../issue.php.testUseCase1.completion              |        6 +
 .../testfiles/completion/lib/test164755/test.php   |        2 +-
 .../lib/test171178/html.php.test171178.completion  |        4 +-
 .../testfiles/completion/lib/test194836/index.php  |        8 +-
 .../index.php.testIssue194836.completion           |        6 -
 .../completion/lib/test194836/index_02.php         |       16 +
 .../index_02.php.testIssue194836_02.completion     |        8 +
 .../completion/lib/test194836/index_03.php         |       16 +
 .../index_03.php.testIssue194836_03.completion     |        8 +
 .../completion/lib/test194836/index_04.php         |       15 +
 .../index_04.php.testIssue194836_04.completion     |        8 +
 .../completion/lib/test194836/index_05.php         |       15 +
 .../index_05.php.testIssue194836_05.completion     |        8 +
 .../lib/test194836/library/SuperUser.php           |        4 +-
 .../completion/lib/test194836/library/User.php     |       10 -
 .../lib/test194836/library/UserAbstract.php        |       24 -
 .../lib/test194836/library/UserInterface.php       |        8 -
 .../completion/lib/test194836/library/XUser.php    |       10 +
 .../lib/test194836/library/XUserAbstract.php       |       24 +
 .../lib/test194836/library/XUserInterface.php      |        8 +
 .../Test197084.php.testUseCase2.completion         |        1 +
 .../Test197084.php.testUseCase3.completion         |        1 +
 .../Test197084.php.testUseCase4.completion         |        1 +
 .../completion/lib/test200501/test200501.php       |       11 +
 .../test200501.php.testUseCase1.completion         |        4 +
 .../completion/lib/test201870/test201870.php       |       11 +
 .../test201870.php.testUseCase1.completion         |        5 +
 .../completion/lib/test202498/test202498_01.php    |       12 +
 .../completion/lib/test202498/test202498_02.php    |       12 +
 .../test202498_02.php.testUseCase1.completion      |        5 +
 .../completion/lib/test202530/test202530.php       |       25 +
 .../test202530.php.testUseCase1.completion         |        6 +
 .../completion/lib/test203294/test203294.php       |       15 +
 .../test203294.php.testUseCase1.completion         |       12 +
 .../completion/lib/test204104/test204104.php       |       31 +
 .../test204104.php.testUseCase1.completion         |        5 +
 .../completion/lib/test204104/test204104_02.php    |       32 +
 .../test204104_02.php.testUseCase2.completion      |        5 +
 .../completion/lib/test204104/test204104_03.php    |       26 +
 .../test204104_03.php.testUseCase3.completion      |        5 +
 .../completion/lib/test204104/test204104_04.php    |       23 +
 .../test204104_04.php.testUseCase4.completion      |        3 +
 .../completion/lib/test204104/test204104_05.php    |       31 +
 .../test204104_05.php.testUseCase5.completion      |        4 +
 .../testfiles/completion/lib/test204847/Types.php  |       12 +
 .../testfiles/completion/lib/test204847/User.php   |       15 +
 .../test204847/User.php.testUseCase1.completion    |        7 +
 .../completion/lib/test204908/test204908.php       |       27 +
 .../test204908.php.testUseCase1.completion         |        5 +
 .../completion/lib/test204958/issue204958.php      |       19 +
 .../issue204958.php.testUseCase1.completion        |        9 +
 .../issue204958.php.testUseCase2.completion        |        5 +
 .../completion/lib/test206521/test206521.php       |       20 +
 .../test206521.php.testUseCase1.completion         |        5 +
 .../completion/lib/test207088/test207088.php       |       16 +
 .../test207088.php.testUseCase1.completion         |       18 +
 .../completion/lib/test207188/test207188.php       |       10 +
 .../test207188.php.testUseCase1.completion         |        4 +
 .../test207188.php.testUseCase2.completion         |       84 +
 .../testfiles/completion/lib/test207345/bar.php    |        9 +
 .../lib/test207345/bar.php.testUseCase1.completion |        8 +
 .../testfiles/completion/lib/test207345/foo.php    |        7 +
 .../completion/lib/test207592/Control.php          |        9 +
 .../completion/lib/test207592/Presenter.php        |        9 +
 .../lib/test207592/PresenterComponent.php          |       12 +
 .../completion/lib/test207592/TaskList.php         |       11 +
 .../TaskList.php.testUseCase1.completion           |        5 +
 .../completion/lib/test207594/exceptions.php       |       17 +
 .../completion/lib/test207594/issue207594.php      |       11 +
 .../issue207594.php.testUseCase1.completion        |        7 +
 .../completion/lib/test208193/issue208193.php      |       26 +
 .../issue208193.php.testUseCase1.completion        |        6 +
 .../completion/lib/test208784/issue208784.php      |       32 +
 .../issue208784.php.testUseCase1.completion        |        4 +
 .../testfiles/completion/lib/test208825/Delme2.php |        9 +
 .../completion/lib/test208825/delme/Delme1.php     |       16 +
 .../completion/lib/test208825/test208825.php       |       10 +
 .../test208825.php.testUseCase1.completion         |        5 +
 .../completion/lib/test209117/issue209117.php      |       17 +
 .../issue209117.php.testUseCase1.completion        |       28 +
 .../completion/lib/test209255/test209255.php       |       16 +
 .../test209255.php.testUseCase1.completion         |        4 +
 .../completion/lib/test209405/issue209405.php      |       12 +
 .../issue209405.php.testUseCase1.completion        |        4 +
 .../issue209405.php.testUseCase2.completion        |        4 +
 .../completion/lib/test209608/issue209608.php      |       13 +
 .../issue209608.php.testUseCase1.completion        |        5 +
 .../completion/lib/test211230/test211230.php       |       17 +
 .../test211230.php.testUseCase1.completion         |        6 +
 .../completion/lib/test215161/test215161.php       |       15 +
 .../test215161.php.testUseCase1.completion         |        5 +
 .../data/testfiles/completion/lib/test215371/A.php |        9 +
 .../data/testfiles/completion/lib/test215371/B.php |        9 +
 .../completion/lib/test215371/Exception.php        |       12 +
 .../completion/lib/test215371/test215371.php       |       17 +
 .../test215371.php.testUseCase1.completion         |        7 +
 .../completion/lib/test216119/test216119.php       |       31 +
 .../test216119.php.testUseCase1.completion         |        5 +
 .../completion/lib/test217990/test217990.php       |       26 +
 .../test217990.php.testUseCase1.completion         |        6 +
 .../completion/lib/test221725/test221725.php       |       28 +
 .../test221725.php.testUseCase1.completion         |        4 +
 .../completion/lib/test224549/declarations.php     |       18 +
 .../completion/lib/test224549/test224549.php       |        9 +
 .../test224549.php.testUseCase1.completion         |        5 +
 .../completion/lib/test225062/test225062.php       |       22 +
 .../test225062.php.testUseCase1.completion         |        5 +
 .../completion/lib/test233756/issue233756.php      |       19 +
 .../issue233756.php.testUseCase1.completion        |       30 +
 .../completion/lib/test233938/issue233938.php      |        4 +
 .../issue233938.php.testUseCase1.completion        |       82 +
 .../completion/lib/test234243/issue234243.php      |       76 +
 .../issue234243.php.testUseCase1.completion        |        5 +
 .../completion/lib/test240242/issue240242.php      |       14 +
 .../issue240242.php.testUseCase1.completion        |        6 +
 .../completion/lib/test242351/issue242351.php      |       18 +
 .../issue242351.php.testUseCase1.completion        |        5 +
 .../issue159970.php.testCase1.completion           |        1 +
 .../completion/lib/tests160444/issue160444.php     |       68 +
 .../issue160444.php.testIssue160444_1.completion   |        5 +
 .../issue160444.php.testIssue160444_10.completion  |        5 +
 .../issue160444.php.testIssue160444_11.completion  |        5 +
 .../issue160444.php.testIssue160444_12.completion  |        5 +
 .../issue160444.php.testIssue160444_13.completion  |        5 +
 .../issue160444.php.testIssue160444_14.completion  |        5 +
 .../issue160444.php.testIssue160444_15.completion  |        5 +
 .../issue160444.php.testIssue160444_16.completion  |        5 +
 .../issue160444.php.testIssue160444_17.completion  |        5 +
 .../issue160444.php.testIssue160444_18.completion  |        5 +
 .../issue160444.php.testIssue160444_19.completion  |        5 +
 .../issue160444.php.testIssue160444_2.completion   |        5 +
 .../issue160444.php.testIssue160444_20.completion  |        5 +
 .../issue160444.php.testIssue160444_21.completion  |        5 +
 .../issue160444.php.testIssue160444_22.completion  |        5 +
 .../issue160444.php.testIssue160444_23.completion  |        5 +
 .../issue160444.php.testIssue160444_24.completion  |        5 +
 .../issue160444.php.testIssue160444_25.completion  |        5 +
 .../issue160444.php.testIssue160444_26.completion  |        5 +
 .../issue160444.php.testIssue160444_27.completion  |        5 +
 .../issue160444.php.testIssue160444_28.completion  |        5 +
 .../issue160444.php.testIssue160444_29.completion  |        5 +
 .../issue160444.php.testIssue160444_3.completion   |        5 +
 .../issue160444.php.testIssue160444_30.completion  |        5 +
 .../issue160444.php.testIssue160444_31.completion  |        5 +
 .../issue160444.php.testIssue160444_32.completion  |        5 +
 .../issue160444.php.testIssue160444_33.completion  |        5 +
 .../issue160444.php.testIssue160444_34.completion  |        5 +
 .../issue160444.php.testIssue160444_35.completion  |        5 +
 .../issue160444.php.testIssue160444_36.completion  |        5 +
 .../issue160444.php.testIssue160444_4.completion   |        5 +
 .../issue160444.php.testIssue160444_5.completion   |        5 +
 .../issue160444.php.testIssue160444_6.completion   |        5 +
 .../issue160444.php.testIssue160444_7.completion   |        5 +
 .../issue160444.php.testIssue160444_8.completion   |        5 +
 .../issue160444.php.testIssue160444_9.completion   |        5 +
 .../completion/lib/tests166339/tests166339.php     |        2 +-
 .../completion/lib/tests191666/issue191666.php     |       34 +
 .../issue191666.php.testUseCase1.completion        |        5 +
 .../issue191666.php.testUseCase2.completion        |        5 +
 .../issue191666.php.testUseCase3.completion        |        5 +
 .../issue191666.php.testUseCase4.completion        |        5 +
 .../issue191666.php.testUseCase5.completion        |        5 +
 .../completion/lib/tests194875/issue194875.php     |       19 +
 .../issue194875.php.testUseCase1.completion        |        7 +
 .../issue194875.php.testUseCase2.completion        |        6 +
 .../completion/lib/tests194875/issue194875_1.php   |       21 +
 .../issue194875_1.php.testUseCase3.completion      |        8 +
 .../issue194875_1.php.testUseCase4.completion      |        7 +
 .../completion/lib/tests195232/issue195232.php     |       50 +
 .../issue195232.php.testUseCase1.completion        |        4 +
 .../issue195232.php.testUseCase2.completion        |        3 +
 .../issue195232.php.testUseCase3.completion        |        4 +
 .../{ViewController => ViewController.php}         |        0
 .../completion/lib/tests196175/test196175.php      |        3 +-
 .../test196175.php.testUseCase2.completion         |        4 -
 .../completion/lib/tests196175/test196175_03.php   |        4 +
 ...n => test196175_03.php.testUseCase3.completion} |        0
 .../completion/lib/tests196175/test196175_04.php   |        4 +
 ...n => test196175_04.php.testUseCase4.completion} |        0
 .../completion/lib/tests196175/test196175_05.php   |        5 +
 ...n => test196175_05.php.testUseCase5.completion} |        0
 .../completion/lib/tests196175/test196175_06.php   |        5 +
 ...n => test196175_06.php.testUseCase6.completion} |        0
 .../completion/lib/tests196564/useCase1.php        |       18 +
 .../useCase1.php.testUseCase1_1.completion         |        5 +
 .../useCase1.php.testUseCase1_2.completion         |        6 +
 .../completion/lib/tests196564/useCase2.php        |       25 +
 .../useCase2.php.testUseCase2_1.completion         |        5 +
 .../useCase2.php.testUseCase2_2.completion         |        5 +
 .../completion/lib/tests196565/useCase1.php        |       18 +
 .../useCase1.php.testUseCase1_1.completion         |        5 +
 .../useCase1.php.testUseCase1_2.completion         |        6 +
 .../completion/lib/tests196565/useCase2.php        |       18 +
 .../useCase2.php.testUseCase2_1.completion         |        5 +
 .../useCase2.php.testUseCase2_2.completion         |        5 +
 .../completion/lib/tests196565/useCase3.php        |       18 +
 .../useCase3.php.testUseCase3.completion           |        5 +
 .../completion/lib/tests196565/useCase4.php        |       17 +
 .../useCase4.php.testUseCase4.completion           |        5 +
 .../completion/lib/tests201310/issue201310.php     |       19 +
 .../issue201310.php.testUseCase1.completion        |        8 +
 .../issue201310.php.testUseCase2.completion        |        7 +
 .../completion/lib/tests201310/issue201310_1.php   |       21 +
 .../issue201310_1.php.testUseCase3.completion      |        9 +
 .../issue201310_1.php.testUseCase4.completion      |        8 +
 .../completion/lib/tests201452_01/issue201452.php  |       42 +
 .../issue201452.php.testUseCase1.completion        |        5 +
 .../issue201452.php.testUseCase2.completion        |        5 +
 .../completion/lib/tests201452_02/Core.User.php    |       20 +
 .../Core.User.php.testUseCase1.completion          |        6 +
 .../Core.User.php.testUseCase2.completion          |        6 +
 .../completion/lib/tests201452_02/Data.User.php    |       13 +
 .../lib/tests201452_02/Shit.Data.User.php          |       11 +
 .../completion/lib/tests203332/test203332_01.php   |       28 +
 .../test203332_01.php.testUseCase1.completion      |        5 +
 .../completion/lib/tests203332/test203332_02.php   |       65 +
 .../test203332_02.php.testUseCase2.completion      |        6 +
 .../completion/lib/tests203332/test203332_03.php   |       36 +
 .../test203332_03.php.testUseCase3.completion      |        6 +
 .../completion/lib/tests204925/test204925_01.php   |       15 +
 .../test204925_01.php.testUseCase1.completion      |        4 +
 .../completion/lib/tests204925/test204925_02.php   |       20 +
 .../test204925_02.php.testUseCase2.completion      |        4 +
 .../completion/lib/tests204925/test204925_03.php   |       22 +
 .../test204925_03.php.testUseCase3.completion      |        4 +
 .../completion/lib/tests204925/test204925_04.php   |       23 +
 .../test204925_04.php.testUseCase4.completion      |        4 +
 .../completion/lib/tests204925/test204925_05.php   |       22 +
 .../test204925_05.php.testUseCase5.completion      |        4 +
 .../completion/lib/tests204925/test204925_06.php   |       28 +
 .../test204925_06.php.testUseCase6.completion      |        4 +
 .../completion/lib/tests204925/test204925_07.php   |       28 +
 .../test204925_07.php.testUseCase7.completion      |        4 +
 .../completion/lib/tests204925/test204925_08.php   |       26 +
 .../test204925_08.php.testUseCase8.completion      |        4 +
 .../completion/lib/tests210254/test210254_01.php   |       22 +
 .../test210254_01.php.testUseCase1.completion      |       13 +
 .../test210254_01.php.testUseCase2.completion      |        6 +
 .../test210254_01.php.testUseCase3.completion      |       13 +
 .../test210254_01.php.testUseCase4.completion      |        4 +
 .../test210254_01.php.testUseCase5.completion      |       13 +
 .../test210254_01.php.testUseCase6.completion      |        4 +
 .../completion/lib/tests215058/test215058.php      |       30 +
 .../test215058.php.testUseCase1.completion         |        9 +
 .../test215058.php.testUseCase2.completion         |        4 +
 .../test215058.php.testUseCase3.completion         |        5 +
 .../test215058.php.testUseCase4.completion         |        5 +
 .../completion/lib/tests217330/MyClass.php         |        8 +
 .../completion/lib/tests217330/tests217330.php     |        4 +
 .../tests217330.php.testUseCase1.completion        |        5 +
 .../completion/lib/tests225089/tests225089.php     |       23 +
 .../tests225089.php.testUseCase1.completion        |       10 +
 .../tests225089.php.testUseCase2.completion        |       10 +
 .../tests225089.php.testUseCase3.completion        |       10 +
 .../tests225089.php.testUseCase4.completion        |       10 +
 .../completion/lib/tests225454/test225454.php      |       31 +
 .../test225454.php.testUseCase1.completion         |        5 +
 .../test225454.php.testUseCase2.completion         |        5 +
 .../completion/lib/tests225687/issue225687.php     |       24 +
 .../issue225687.php.testUseCase1.completion        |        4 +
 .../issue225687.php.testUseCase2.completion        |        4 +
 .../completion/lib/tests226071/issue226071.php     |       28 +
 .../issue226071.php.testUseCase1.completion        |        5 +
 .../issue226071.php.testUseCase2.completion        |        5 +
 .../issue226071.php.testUseCase3.completion        |        5 +
 .../issue226071.php.testUseCase4.completion        |        5 +
 .../completion/lib/tests226632/test226632.php      |       28 +
 .../test226632.php.testUseCase1.completion         |        5 +
 .../completion/lib/tests230052/tests230052.php     |        6 +
 .../tests230052.php.testUseCase1.completion        |        5 +
 .../completion/lib/tests236184/issue236184.php     |       15 +
 .../issue236184.php.testUseCase1.completion        |        4 +
 .../issue236184.php.testUseCase2.completion        |        4 +
 .../issue236184.php.testUseCase3.completion        |        4 +
 .../completion/lib/tests236938/ClsOmg.php          |        6 +
 .../completion/lib/tests236938/issue236938.php     |        9 +
 .../issue236938.php.testUseCase1.completion        |        5 +
 .../issue236938.php.testUseCase2.completion        |        5 +
 .../completion/lib/tests240522/issue240522.php     |      264 +
 .../issue240522.php.testUseCase1.completion        |        4 +
 .../issue240522.php.testUseCase2.completion        |        4 +
 .../completion/lib/tests240523/issue240523.php     |       37 +
 .../issue240523.php.testUseCase1.completion        |        4 +
 .../issue240523.php.testUseCase2.completion        |        4 +
 .../issue240523.php.testUseCase3.completion        |        4 +
 .../issue240523.php.testUseCase4.completion        |        4 +
 .../completion/lib/tests241695/issue241695.php     |       37 +
 .../issue241695.php.testUseCase1.completion        |        5 +
 .../issue241695.php.testUseCase2.completion        |        5 +
 .../issue241695.php.testUseCase3.completion        |        5 +
 .../completion/lib/tests241902/issue241902.php     |       17 +
 .../issue241902.php.testUseCase1.completion        |        8 +
 .../issue241902.php.testUseCase2.completion        |        7 +
 .../issue241902.php.testUseCase3.completion        |        7 +
 .../testfiles/completion/lib/tests241902/lib.php   |        7 +
 .../completion/lib/tests241919/issue241919.php     |       13 +
 .../issue241919.php.testUseCase1.completion        |        5 +
 .../completion/lib/tests242398/issue242398_01.php  |        6 +
 .../issue242398_01.php.testUseCase1.completion     |        7 +
 .../completion/lib/tests242398/issue242398_02.php  |        6 +
 .../issue242398_02.php.testUseCase2.completion     |        7 +
 .../completion/lib/tests243458/issue243458.php     |       35 +
 .../issue243458.php.testUseCase1.completion        |        4 +
 .../issue243458.php.testUseCase2.completion        |        4 +
 .../completion/lib/tests243684/issue243684.php     |       14 +
 .../issue243684.php.testUseCase1.completion        |        4 +
 .../issue243684.php.testUseCase2.completion        |        4 +
 .../lib/tst.php.testPhpContext9.completion         |        1 +
 ...ent.php.testVarTypeCommentVariable02.completion |        2 +-
 .../completion/phpdoc/testIssue245356/data.php     |       10 +
 .../completion/phpdoc/testIssue245356/issue.php    |       11 +
 .../issue.php.testIssue245356_01.completion        |        9 +
 .../issue.php.testIssue245356_02.completion        |        8 +
 .../typenameresolver/testFullyQualifiedName_01.php |       14 +
 .../typenameresolver/testQualifiedName_01.php      |       19 +
 .../typenameresolver/testQualifiedName_02.php      |       19 +
 .../typenameresolver/testQualifiedName_03.php      |       19 +
 .../typenameresolver/testQualifiedName_04.php      |       19 +
 .../typenameresolver/testQualifiedName_05.php      |       19 +
 .../typenameresolver/testQualifiedName_06.php      |       19 +
 .../typenameresolver/testQualifiedName_07.php      |       17 +
 .../typenameresolver/testQualifiedName_08.php      |       17 +
 .../typenameresolver/testQualifiedName_09.php      |       17 +
 .../typenameresolver/testQualifiedName_10.php      |       19 +
 .../typenameresolver/testQualifiedName_11.php      |       19 +
 .../typenameresolver/testQualifiedName_12.php      |       11 +
 .../elements/typenameresolver/testSmartName_01.php |       19 +
 .../elements/typenameresolver/testSmartName_02.php |       19 +
 .../elements/typenameresolver/testSmartName_03.php |       19 +
 .../elements/typenameresolver/testSmartName_04.php |       19 +
 .../elements/typenameresolver/testSmartName_05.php |       11 +
 .../typenameresolver/testSmartName_fail.php        |        7 +
 php.editor/test/unit/data/testfiles/embeddings.php |        2 +-
 .../test/unit/data/testfiles/finally_01.php.folds  |       11 +
 .../test/unit/data/testfiles/finally_02.php.folds  |        9 +
 .../foldingConditionalStatements.php.folds         |       43 +
 .../foldingConditionalStatements_1.php.folds       |       55 +
 .../unit/data/testfiles/foldingCycles.php.folds    |       63 +
 .../unit/data/testfiles/foldingCycles_1.php.folds  |       79 +
 .../unit/data/testfiles/foldingMethod.php.folds    |       23 +
 .../unit/data/testfiles/foldingMethod_1.php.folds  |       28 +
 .../unit/data/testfiles/formatting/TraitUses01.php |       19 +
 .../testfiles/formatting/TraitUses01.php.formatted |       33 +
 .../unit/data/testfiles/formatting/TraitUses02.php |       19 +
 .../testfiles/formatting/TraitUses02.php.formatted |       31 +
 .../unit/data/testfiles/formatting/TraitUses03.php |       19 +
 .../testfiles/formatting/TraitUses03.php.formatted |       31 +
 .../alignment/alignmentKeywords01.php.formatted    |       21 +-
 .../alignment/alignmentKeywords02.php.formatted    |       21 +-
 .../alignment/alignmentKeywords03.php.formatted    |       21 +-
 .../testfiles/formatting/alignment/finally_01.php  |       10 +
 .../formatting/alignment/finally_01.php.formatted  |       11 +
 .../testfiles/formatting/alignment/finally_02.php  |       10 +
 .../formatting/alignment/finally_02.php.formatted  |       10 +
 .../alignment/groupAlignmentArrayInit01.php        |       41 +
 .../groupAlignmentArrayInit01.php.formatted        |       41 +
 .../alignment/groupAlignmentAssignment01.php       |       41 +
 .../groupAlignmentAssignment01.php.formatted       |       41 +
 .../testfiles/formatting/alignment/issue209030.php |       17 +
 .../formatting/alignment/issue209030.php.formatted |       17 +
 .../testfiles/formatting/alignment/issue210617.php |      118 +
 .../formatting/alignment/issue210617.php.formatted |      118 +
 .../formatting/alignment/issue211445_01.php        |        5 +
 .../alignment/issue211445_01.php.formatted         |        4 +
 .../formatting/alignment/issue211445_02.php        |        5 +
 .../alignment/issue211445_02.php.formatted         |        6 +
 .../formatting/alignment/issue211445_03.php        |        5 +
 .../alignment/issue211445_03.php.formatted         |        4 +
 .../formatting/alignment/issue211445_04.php        |        5 +
 .../alignment/issue211445_04.php.formatted         |        6 +
 .../formatting/alignment/issue211445_05.php        |        6 +
 .../alignment/issue211445_05.php.formatted         |        6 +
 .../testfiles/formatting/alignment/issue211482.php |       32 +
 .../formatting/alignment/issue211482.php.formatted |       32 +
 .../testfiles/formatting/alignment/issue214466.php |       13 +
 .../formatting/alignment/issue214466.php.formatted |       12 +
 .../testfiles/formatting/alignment/issue218847.php |       55 +
 .../formatting/alignment/issue218847.php.formatted |       69 +
 .../testfiles/formatting/alignment/issue225003.php |       16 +
 .../formatting/alignment/issue225003.php.formatted |       17 +
 .../testfiles/formatting/alignment/issue225010.php |        4 +
 .../formatting/alignment/issue225010.php.formatted |        5 +
 .../testfiles/formatting/alignment/issue230798.php |        8 +
 .../formatting/alignment/issue230798.php.formatted |       11 +
 .../formatting/alignment/issue230949_01.php        |        8 +
 .../alignment/issue230949_01.php.formatted         |        7 +
 .../formatting/alignment/issue230949_02.php        |        8 +
 .../alignment/issue230949_02.php.formatted         |        8 +
 .../testfiles/formatting/alignment/issue244566.php |        7 +
 .../formatting/alignment/issue244566.php.formatted |        6 +
 .../testfiles/formatting/arrays5.php.formatted     |        2 +-
 .../formatting/blankLines/Class02.php.formatted    |        5 +-
 .../formatting/blankLines/SimpleTrait01.php        |       10 +
 .../blankLines/SimpleTrait01.php.formatted         |       15 +
 .../formatting/blankLines/SimpleTrait02.php        |       25 +
 .../blankLines/SimpleTrait02.php.formatted         |       18 +
 .../formatting/blankLines/SimpleTrait03.php        |        9 +
 .../blankLines/SimpleTrait03.php.formatted         |       14 +
 .../formatting/blankLines/SimpleTrait04.php        |       20 +
 .../blankLines/SimpleTrait04.php.formatted         |       27 +
 .../formatting/blankLines/SimpleTrait05.php        |        6 +
 .../blankLines/SimpleTrait05.php.formatted         |        8 +
 .../formatting/blankLines/SimpleTrait06.php        |        6 +
 .../blankLines/SimpleTrait06.php.formatted         |        9 +
 .../formatting/blankLines/SimpleTrait07.php        |        6 +
 .../blankLines/SimpleTrait07.php.formatted         |        9 +
 .../formatting/blankLines/SimpleTrait08.php        |        6 +
 .../blankLines/SimpleTrait08.php.formatted         |        9 +
 .../formatting/blankLines/SimpleTrait09.php        |        6 +
 .../blankLines/SimpleTrait09.php.formatted         |        9 +
 .../formatting/blankLines/SimpleTrait10.php        |        6 +
 .../blankLines/SimpleTrait10.php.formatted         |        8 +
 .../formatting/blankLines/SimpleTrait11.php        |        6 +
 .../blankLines/SimpleTrait11.php.formatted         |        9 +
 .../formatting/blankLines/SimpleTrait12.php        |        6 +
 .../blankLines/SimpleTrait12.php.formatted         |       10 +
 .../formatting/blankLines/SimpleTrait13.php        |        6 +
 .../blankLines/SimpleTrait13.php.formatted         |       11 +
 .../formatting/blankLines/SimpleTrait14.php        |        5 +
 .../blankLines/SimpleTrait14.php.formatted         |       11 +
 .../formatting/blankLines/SimpleTrait15.php        |        5 +
 .../blankLines/SimpleTrait15.php.formatted         |       11 +
 .../formatting/blankLines/SimpleTrait16.php        |        6 +
 .../blankLines/SimpleTrait16.php.formatted         |       13 +
 .../formatting/blankLines/SimpleTrait17.php        |        6 +
 .../blankLines/SimpleTrait17.php.formatted         |       13 +
 .../testfiles/formatting/blankLines/Trait01.php    |       33 +
 .../formatting/blankLines/Trait01.php.formatted    |       33 +
 .../testfiles/formatting/blankLines/Trait02.php    |       16 +
 .../formatting/blankLines/Trait02.php.formatted    |       16 +
 .../testfiles/formatting/blankLines/Trait03.php    |       60 +
 .../formatting/blankLines/Trait03.php.formatted    |       70 +
 .../formatting/blankLines/TraitUses01.php          |       19 +
 .../blankLines/TraitUses01.php.formatted           |       27 +
 .../formatting/blankLines/TraitUses02.php          |       19 +
 .../blankLines/TraitUses02.php.formatted           |       31 +
 .../formatting/blankLines/issue186461_02.php       |        2 +-
 .../blankLines/issue186461_02.php.formatted        |        2 +-
 .../blankLines/issue187264_01.php.formatted        |        3 +-
 .../formatting/blankLines/issue201994_01.php       |        3 +
 .../blankLines/issue201994_01.php.formatted        |        3 +
 .../formatting/blankLines/issue229703.php          |       16 +
 .../blankLines/issue229703.php.formatted           |       20 +
 .../formatting/blankLines/issue232395_01.php       |       12 +
 .../blankLines/issue232395_01.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_02.php       |       12 +
 .../blankLines/issue232395_02.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_03.php       |       12 +
 .../blankLines/issue232395_03.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_04.php       |       12 +
 .../blankLines/issue232395_04.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_05.php       |       12 +
 .../blankLines/issue232395_05.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_06.php       |       12 +
 .../blankLines/issue232395_06.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_07.php       |       12 +
 .../blankLines/issue232395_07.php.formatted        |       17 +
 .../formatting/blankLines/issue232395_08.php       |       12 +
 .../blankLines/issue232395_08.php.formatted        |       17 +
 .../formatting/blankLines/issue234764_01.php       |        1 +
 .../blankLines/issue234764_01.php.formatted        |        9 +
 .../formatting/blankLines/issue234764_02.php       |        3 +
 .../blankLines/issue234764_02.php.formatted        |       11 +
 .../formatting/blankLines/issue234764_03.php       |        5 +
 .../blankLines/issue234764_03.php.formatted        |       21 +
 .../formatting/blankLines/issue234764_04.php       |        6 +
 .../blankLines/issue234764_04.php.formatted        |       23 +
 .../formatting/blankLines/issue234774.php          |        3 +
 .../blankLines/issue234774.php.formatted           |       12 +
 .../formatting/blankLines/issue235710_01.php       |        8 +
 .../blankLines/issue235710_01.php.formatted        |        7 +
 .../formatting/blankLines/issue235710_02.php       |        8 +
 .../blankLines/issue235710_02.php.formatted        |       11 +
 .../formatting/blankLines/issue235710_03.php       |        8 +
 .../blankLines/issue235710_03.php.formatted        |       11 +
 .../formatting/blankLines/issue235710_04.php       |        8 +
 .../blankLines/issue235710_04.php.formatted        |       11 +
 .../formatting/blankLines/issue235710_05.php       |        8 +
 .../blankLines/issue235710_05.php.formatted        |        8 +
 .../formatting/blankLines/issue235710_06.php       |        8 +
 .../blankLines/issue235710_06.php.formatted        |       11 +
 .../formatting/blankLines/issue235710_07.php       |        8 +
 .../blankLines/issue235710_07.php.formatted        |       11 +
 .../formatting/blankLines/issue235710_08.php       |        8 +
 .../blankLines/issue235710_08.php.formatted        |       11 +
 .../formatting/blankLines/issue235972_01.php       |        5 +
 .../blankLines/issue235972_01.php.formatted        |        3 +
 .../formatting/blankLines/issue235972_02.php       |        7 +
 .../blankLines/issue235972_02.php.formatted        |        5 +
 .../formatting/broken/issue197074_02.php.formatted |        2 +-
 .../formatting/continued_expression.php.formatted  |        3 +-
 .../formatting/format_fragment1.php.formatted      |        4 +-
 .../unit/data/testfiles/formatting/html/html05.php |       10 +-
 .../testfiles/formatting/html/html05.php.formatted |       10 +-
 .../unit/data/testfiles/formatting/html/if_03.php  |        2 +-
 .../testfiles/formatting/html/if_03.php.formatted  |        2 +-
 .../data/testfiles/formatting/html/issue175229.php |        2 +-
 .../formatting/html/issue175229.php.formatted      |        2 +-
 .../data/testfiles/formatting/html/issue176223.php |       10 +
 .../formatting/html/issue176223.php.formatted      |       10 +
 .../testfiles/formatting/html/issue179108_02.php   |        4 +-
 .../formatting/html/issue179108_02.php.formatted   |        4 +-
 .../data/testfiles/formatting/html/issue190544.php |       32 +-
 .../formatting/html/issue190544.php.formatted      |       32 +-
 .../data/testfiles/formatting/html/issue190652.php |        4 +-
 .../formatting/html/issue190652.php.formatted      |        4 +-
 .../formatting/ifelse_alternative_syntax.php       |        2 +-
 .../ifelse_alternative_syntax.php.formatted        |        2 +-
 .../unit/data/testfiles/formatting/issue162320.php |        2 +-
 .../testfiles/formatting/issue162320.php.formatted |        2 +-
 .../testfiles/formatting/issue162586.php.formatted |       20 +-
 .../testfiles/formatting/issue174595.php.formatted |        4 +-
 .../testfiles/formatting/issue176224.php.formatted |       10 +-
 .../testfiles/formatting/issue176453.php.formatted |        8 +-
 .../data/testfiles/formatting/issue183200_01.php   |        2 +-
 .../formatting/issue183200_01.php.formatted        |        2 +-
 .../unit/data/testfiles/formatting/issue187757.php |        1 +
 .../testfiles/formatting/issue187757.php.formatted |        1 +
 .../data/testfiles/formatting/issue188431_01.php   |       11 +
 .../formatting/issue188431_01.php.formatted        |       13 +
 .../data/testfiles/formatting/issue188431_02.php   |       11 +
 .../formatting/issue188431_02.php.formatted        |       13 +
 .../data/testfiles/formatting/issue188431_03.php   |      139 +
 .../formatting/issue188431_03.php.formatted        |      138 +
 .../data/testfiles/formatting/issue190010_01.php   |        7 +
 .../formatting/issue190010_01.php.formatted        |        6 +
 .../data/testfiles/formatting/issue190010_02.php   |       18 +
 .../formatting/issue190010_02.php.formatted        |       19 +
 .../data/testfiles/formatting/issue190010_03.php   |        7 +
 .../formatting/issue190010_03.php.formatted        |        6 +
 .../data/testfiles/formatting/issue190010_04.php   |        7 +
 .../formatting/issue190010_04.php.formatted        |        6 +
 .../unit/data/testfiles/formatting/issue197698.php |       18 +
 .../testfiles/formatting/issue197698.php.formatted |       19 +
 .../formatting/issue199298_01.php.formatted        |        3 +-
 .../unit/data/testfiles/formatting/issue199654.php |       17 +
 .../testfiles/formatting/issue199654.php.formatted |       17 +
 .../unit/data/testfiles/formatting/issue218013.php |       44 +
 .../testfiles/formatting/issue218013.php.formatted |       34 +
 .../unit/data/testfiles/formatting/issue218877.php |       12 +
 .../testfiles/formatting/issue218877.php.formatted |       19 +
 .../unit/data/testfiles/formatting/issue227287.php |       27 +
 .../testfiles/formatting/issue227287.php.formatted |       27 +
 .../unit/data/testfiles/formatting/issue228401.php |        8 +
 .../testfiles/formatting/issue228401.php.formatted |        9 +
 .../unit/data/testfiles/formatting/issue229961.php |       13 +
 .../testfiles/formatting/issue229961.php.formatted |       11 +
 .../data/testfiles/formatting/issue233353_01.php   |        7 +
 .../formatting/issue233353_01.php.formatted        |        6 +
 .../data/testfiles/formatting/issue233353_02.php   |        7 +
 .../formatting/issue233353_02.php.formatted        |        6 +
 .../data/testfiles/formatting/issue233353_03.php   |       13 +
 .../formatting/issue233353_03.php.formatted        |       13 +
 .../data/testfiles/formatting/issue233353_04.php   |       13 +
 .../formatting/issue233353_04.php.formatted        |       13 +
 .../unit/data/testfiles/formatting/issue235181.php |       10 +
 .../testfiles/formatting/issue235181.php.formatted |       10 +
 .../data/testfiles/formatting/issue235239_01.php   |       12 +
 .../formatting/issue235239_01.php.formatted        |       11 +
 .../data/testfiles/formatting/issue235239_02.php   |       12 +
 .../formatting/issue235239_02.php.formatted        |       11 +
 .../unit/data/testfiles/formatting/issue240649.php |       11 +
 .../testfiles/formatting/issue240649.php.formatted |       11 +
 .../unit/data/testfiles/formatting/issue243593.php |       12 +
 .../testfiles/formatting/issue243593.php.formatted |       11 +
 .../formatting/namespaces_05.php.formatted         |        3 +-
 .../testfiles/formatting/nested_short_array1.php   |       10 +
 .../formatting/nested_short_array1.php.formatted   |       11 +
 .../regressions/124273_175247.php_5_5.formatted    |       10 +-
 .../qa/issues/stable_fixedIssues/152429_3.php      |        2 +-
 .../stable_fixedIssues/152429_3.php.formatted      |        2 +-
 .../152429_3.php_10_10.formatted                   |        2 +-
 .../stable_fixedIssues/152429_3.php_5_5.formatted  |        2 +-
 .../qa/issues/stable_fixedIssues/162320.php        |        2 +-
 .../issues/stable_fixedIssues/162320.php.formatted |        2 +-
 .../stable_fixedIssues/162320.php_10_10.formatted  |        2 +-
 .../stable_fixedIssues/162320.php_5_5.formatted    |        2 +-
 .../issues/stable_fixedIssues/162586.php.formatted |       12 +-
 .../stable_fixedIssues/162586.php_10_10.formatted  |       12 +-
 .../stable_fixedIssues/162586.php_5_5.formatted    |       12 +-
 .../qa/issues/stable_fixedIssues/163071.php        |        2 +-
 .../issues/stable_fixedIssues/163071.php.formatted |        2 +-
 .../qa/issues/stable_fixedIssues/167162_1.php      |        2 +-
 .../stable_fixedIssues/167162_1.php.formatted      |        2 +-
 .../qa/issues/stable_fixedIssues/167162_2.php      |        2 +-
 .../stable_fixedIssues/167162_2.php.formatted      |        2 +-
 .../qa/issues/stable_fixedIssues/168187.php        |        2 +-
 .../issues/stable_fixedIssues/168187.php.formatted |        2 +-
 .../qa/issues/stable_fixedIssues/168396_2.php      |        2 +-
 .../stable_fixedIssues/168396_2.php.formatted      |        2 +-
 .../issues/stable_fixedIssues/173107.php.formatted |       10 +-
 .../stable_fixedIssues/173107.php_10_10.formatted  |       10 +-
 .../stable_fixedIssues/173107.php_5_5.formatted    |       10 +-
 .../qa/issues/stable_fixedIssues/173903.php        |        2 +-
 .../issues/stable_fixedIssues/173903.php.formatted |        2 +-
 .../stable_fixedIssues/173903.php_10_10.formatted  |        2 +-
 .../stable_fixedIssues/173903.php_5_5.formatted    |        2 +-
 .../qa/issues/stable_fixedIssues/175229_1.php      |        2 +-
 .../stable_fixedIssues/175229_1.php.formatted      |        2 +-
 .../issues/stable_fixedIssues/176224.php.formatted |       12 +-
 .../qa/issues/stable_fixedIssues/else_if.php       |        2 +-
 .../stable_fixedIssues/else_if.php.formatted       |        2 +-
 .../stable_fixedIssues/else_if.php_10_10.formatted |        2 +-
 .../stable_fixedIssues/else_if.php_5_5.formatted   |        2 +-
 .../spacesAfterObjectReferences.php                |        2 +-
 .../spacesAfterObjectReferences.php.formatted      |        2 +-
 ...spacesAfterObjectReferences.php_10_10.formatted |        2 +-
 .../spacesAfterObjectReferences.php_5_5.formatted  |        2 +-
 .../data/testfiles/formatting/shortArrays1.php     |        5 +
 .../formatting/shortArrays1.php.formatted          |        6 +
 .../data/testfiles/formatting/shortArrays2.php     |        8 +
 .../formatting/shortArrays2.php.formatted          |        9 +
 .../data/testfiles/formatting/shortArrays3.php     |       23 +
 .../formatting/shortArrays3.php.formatted          |       26 +
 .../data/testfiles/formatting/shortArrays4.php     |        9 +
 .../formatting/shortArrays4.php.formatted          |        9 +
 .../data/testfiles/formatting/shortArrays5.php     |       15 +
 .../formatting/shortArrays5.php.formatted          |       15 +
 .../testfiles/formatting/spaces/TraitUses01.php    |       19 +
 .../formatting/spaces/TraitUses01.php.formatted    |       31 +
 .../testfiles/formatting/spaces/TraitUses02.php    |       19 +
 .../formatting/spaces/TraitUses02.php.formatted    |       31 +
 .../testfiles/formatting/spaces/finally_01.php     |       10 +
 .../formatting/spaces/finally_01.php.formatted     |       10 +
 .../testfiles/formatting/spaces/finally_02.php     |       10 +
 .../formatting/spaces/finally_02.php.formatted     |       10 +
 .../testfiles/formatting/spaces/finally_03.php     |       10 +
 .../formatting/spaces/finally_03.php.formatted     |       10 +
 .../testfiles/formatting/spaces/finally_04.php     |       10 +
 .../formatting/spaces/finally_04.php.formatted     |       10 +
 .../testfiles/formatting/spaces/issue191893_01.php |        7 -
 .../formatting/spaces/issue191893_01.php.formatted |        6 -
 .../testfiles/formatting/spaces/issue202940_01.php |       33 +
 .../formatting/spaces/issue202940_01.php.formatted |       30 +
 .../testfiles/formatting/spaces/issue202940_02.php |       22 +
 .../formatting/spaces/issue202940_02.php.formatted |       22 +
 .../testfiles/formatting/spaces/issue202940_03.php |       22 +
 .../formatting/spaces/issue202940_03.php.formatted |       22 +
 .../testfiles/formatting/spaces/issue202940_04.php |       22 +
 .../formatting/spaces/issue202940_04.php.formatted |       22 +
 .../testfiles/formatting/spaces/issue202940_05.php |       12 +
 .../formatting/spaces/issue202940_05.php.formatted |       13 +
 .../testfiles/formatting/spaces/issue203160_01.php |       15 +
 .../formatting/spaces/issue203160_01.php.formatted |       16 +
 .../testfiles/formatting/spaces/issue228422_01.php |        6 +
 .../formatting/spaces/issue228422_01.php.formatted |        5 +
 .../testfiles/formatting/spaces/issue228422_02.php |        6 +
 .../formatting/spaces/issue228422_02.php.formatted |        5 +
 .../testfiles/formatting/spaces/issue230779_01.php |        6 +
 .../formatting/spaces/issue230779_01.php.formatted |        5 +
 .../testfiles/formatting/spaces/issue230779_02.php |        6 +
 .../formatting/spaces/issue230779_02.php.formatted |        5 +
 .../testfiles/formatting/spaces/issue231387.php    |       14 +
 .../formatting/spaces/issue231387.php.formatted    |       15 +
 .../testfiles/formatting/spaces/issue233050_01.php |        7 +
 .../formatting/spaces/issue233050_01.php.formatted |        6 +
 .../testfiles/formatting/spaces/issue233050_02.php |        7 +
 .../formatting/spaces/issue233050_02.php.formatted |        6 +
 .../testfiles/formatting/spaces/issue240274.php    |       10 +
 .../formatting/spaces/issue240274.php.formatted    |        9 +
 .../formatting/spaces/spaceAfterShortPHPTag01.php  |        1 +
 .../spaces/spaceAfterShortPHPTag01.php.formatted   |        1 +
 .../formatting/spaces/spaceAfterShortPHPTag02.php  |        1 +
 .../spaces/spaceAfterShortPHPTag02.php.formatted   |        1 +
 .../spaces/spaceBeforeCatchParen01.php.formatted   |        2 +-
 .../spaces/spaceBeforeCatchParen02.php.formatted   |        2 +-
 .../spaces/spaceBeforeForParen01.php.formatted     |        2 +-
 .../spaces/spaceBeforeForParen02.php.formatted     |        2 +-
 .../spaces/spaceBeforeIfParen01.php.formatted      |        2 +-
 .../spaces/spaceBeforeIfParen02.php.formatted      |        2 +-
 .../formatting/spaces/spaceBeforeKeywords04.php    |        2 +-
 .../spaces/spaceBeforeKeywords04.php.formatted     |        2 +-
 .../spaceBeforeMethodCallParen01.php.formatted     |        2 +-
 .../spaceBeforeMethodCallParen02.php.formatted     |        2 +-
 .../spaceBeforeMethodDeclParen01.php.formatted     |        2 +-
 .../spaceBeforeMethodDeclParen02.php.formatted     |        2 +-
 .../spaces/spaceBeforeSwitchParen01.php.formatted  |        2 +-
 .../spaces/spaceBeforeSwitchParen02.php.formatted  |        2 +-
 .../spaces/spaceBeforeWhileParen01.php.formatted   |        2 +-
 .../spaces/spaceBeforeWhileParen02.php.formatted   |        2 +-
 .../spaceWithinArrayBrackets04.php.formatted       |        2 +-
 .../testfiles/formatting/templates/issue187757.php |        1 +
 .../formatting/templates/issue187757.php.formatted |        1 +
 .../testfiles/formatting/templates/private_01.php  |        4 +-
 .../formatting/templates/private_01.php.formatted  |        4 +-
 .../testfiles/formatting/templates/private_02.php  |        4 +-
 .../formatting/templates/private_02.php.formatted  |        4 +-
 .../testfiles/formatting/wrapping/arrayInit01.php  |       27 +
 .../formatting/wrapping/arrayInit01.php.formatted  |       30 +
 .../testfiles/formatting/wrapping/arrayInit02.php  |       27 +
 .../formatting/wrapping/arrayInit02.php.formatted  |       31 +
 .../testfiles/formatting/wrapping/arrayInit03.php  |       27 +
 .../formatting/wrapping/arrayInit03.php.formatted  |       47 +
 .../testfiles/formatting/wrapping/assignOps01.php  |        7 +
 .../formatting/wrapping/assignOps01.php.formatted  |       10 +
 .../testfiles/formatting/wrapping/assignOps02.php  |        7 +
 .../formatting/wrapping/assignOps02.php.formatted  |        6 +
 .../testfiles/formatting/wrapping/assignOps03.php  |        7 +
 .../formatting/wrapping/assignOps03.php.formatted  |        7 +
 .../testfiles/formatting/wrapping/assignOps04.php  |        7 +
 .../formatting/wrapping/assignOps04.php.formatted  |       10 +
 .../testfiles/formatting/wrapping/assignOps05.php  |        7 +
 .../formatting/wrapping/assignOps05.php.formatted  |        6 +
 .../testfiles/formatting/wrapping/assignOps06.php  |        7 +
 .../formatting/wrapping/assignOps06.php.formatted  |        7 +
 .../testfiles/formatting/wrapping/binaryOps01.php  |        7 +
 .../formatting/wrapping/binaryOps01.php.formatted  |        6 +
 .../testfiles/formatting/wrapping/binaryOps02.php  |        7 +
 .../formatting/wrapping/binaryOps02.php.formatted  |        6 +
 .../testfiles/formatting/wrapping/binaryOps03.php  |        7 +
 .../formatting/wrapping/binaryOps03.php.formatted  |        7 +
 .../testfiles/formatting/wrapping/binaryOps04.php  |        7 +
 .../formatting/wrapping/binaryOps04.php.formatted  |        9 +
 .../testfiles/formatting/wrapping/binaryOps05.php  |        7 +
 .../formatting/wrapping/binaryOps05.php.formatted  |        6 +
 .../testfiles/formatting/wrapping/binaryOps06.php  |        7 +
 .../formatting/wrapping/binaryOps06.php.formatted  |        7 +
 .../testfiles/formatting/wrapping/binaryOps07.php  |        7 +
 .../formatting/wrapping/binaryOps07.php.formatted  |        9 +
 .../formatting/wrapping/issue189722_01.php         |        7 +
 .../wrapping/issue189722_01.php.formatted          |        7 +
 .../formatting/wrapping/issue189722_02.php         |        7 +
 .../wrapping/issue189722_02.php.formatted          |        8 +
 .../formatting/wrapping/issue189722_03.php         |        7 +
 .../wrapping/issue189722_03.php.formatted          |        6 +
 .../formatting/wrapping/issue189722_04.php         |        7 +
 .../wrapping/issue189722_04.php.formatted          |        6 +
 .../formatting/wrapping/issue189722_05.php         |        7 +
 .../wrapping/issue189722_05.php.formatted          |        6 +
 .../formatting/wrapping/issue189722_06.php         |        7 +
 .../wrapping/issue189722_06.php.formatted          |        6 +
 .../formatting/wrapping/issue211933_01.php         |       12 +
 .../wrapping/issue211933_01.php.formatted          |       13 +
 .../formatting/wrapping/issue211933_02.php         |       12 +
 .../wrapping/issue211933_02.php.formatted          |       13 +
 .../formatting/wrapping/issue211933_03.php         |       12 +
 .../wrapping/issue211933_03.php.formatted          |       13 +
 .../formatting/wrapping/issue222774_01.php         |        6 +
 .../wrapping/issue222774_01.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_02.php         |        6 +
 .../wrapping/issue222774_02.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_03.php         |        6 +
 .../wrapping/issue222774_03.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_04.php         |        6 +
 .../wrapping/issue222774_04.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_05.php         |        6 +
 .../wrapping/issue222774_05.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_06.php         |        6 +
 .../wrapping/issue222774_06.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_07.php         |        7 +
 .../wrapping/issue222774_07.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_08.php         |        7 +
 .../wrapping/issue222774_08.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_09.php         |        7 +
 .../wrapping/issue222774_09.php.formatted          |        7 +
 .../formatting/wrapping/issue222774_10.php         |        7 +
 .../wrapping/issue222774_10.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_11.php         |        7 +
 .../wrapping/issue222774_11.php.formatted          |        6 +
 .../formatting/wrapping/issue222774_12.php         |        7 +
 .../wrapping/issue222774_12.php.formatted          |        7 +
 .../formatting/wrapping/issue225535_01.php         |        5 +
 .../wrapping/issue225535_01.php.formatted          |        4 +
 .../formatting/wrapping/issue225535_02.php         |        5 +
 .../wrapping/issue225535_02.php.formatted          |        5 +
 .../formatting/wrapping/issue225535_03.php         |        5 +
 .../wrapping/issue225535_03.php.formatted          |        4 +
 .../formatting/wrapping/issue225535_04.php         |        5 +
 .../wrapping/issue225535_04.php.formatted          |        5 +
 .../formatting/wrapping/issue225535_05.php         |        5 +
 .../wrapping/issue225535_05.php.formatted          |        4 +
 .../formatting/wrapping/issue225535_06.php         |        5 +
 .../wrapping/issue225535_06.php.formatted          |        5 +
 .../formatting/wrapping/issue225535_07.php         |        5 +
 .../wrapping/issue225535_07.php.formatted          |        4 +
 .../formatting/wrapping/issue225535_08.php         |        5 +
 .../wrapping/issue225535_08.php.formatted          |        5 +
 .../testfiles/formatting/wrapping/issue228712.php  |       10 +
 .../formatting/wrapping/issue228712.php.formatted  |       12 +
 .../testfiles/formatting/wrapping/issue230286.php  |        6 +
 .../formatting/wrapping/issue230286.php.formatted  |        6 +
 .../formatting/wrapping/issue233527_01.php         |        5 +
 .../wrapping/issue233527_01.php.formatted          |        4 +
 .../formatting/wrapping/issue233527_02.php         |        5 +
 .../wrapping/issue233527_02.php.formatted          |        4 +
 .../formatting/wrapping/issue233527_03.php         |        5 +
 .../wrapping/issue233527_03.php.formatted          |        6 +
 .../formatting/wrapping/issue233527_04.php         |        5 +
 .../wrapping/issue233527_04.php.formatted          |        6 +
 .../wrapping/methodChainCall_01.php.formatted      |        2 +-
 .../wrapping/methodParams07.php.formatted          |        2 +-
 .../testClassInUseStatement209187.php              |       22 +
 .../testConstants/testConstants.php                |       23 +
 .../testExtendsClass}/classMan.php                 |        0
 .../testExtendsClass}/classPerson.php              |        0
 .../testExtendsClass/testExtendsClass.php}         |        0
 .../testFieldAccessInInstanceOf.php                |       13 +
 .../testImplementsInterface}/classPerson.php       |        0
 .../testImplementsInterface.php                    |       34 +
 .../gotodeclaration/testIssue147517/container.php  |        3 +
 .../gotodeclaration/testIssue147517/driver.php     |        3 +
 .../gotodeclaration/testIssue147517/factory.php    |        3 +
 .../gotodeclaration/testIssue147517/manager.php    |        3 +
 .../testIssue147517/testIssue147517.php            |        8 +
 .../gotodeclaration/testIssue186553/object1.php    |        7 +
 .../testIssue186553/testIssue186553.php            |       12 +
 .../testIssue200596/testIssue200596.php            |       35 +
 .../testIssue203073/testIssue203073.php            |       35 +
 .../testIssue203814/testIssue203814.php            |       28 +
 .../testIssue207346/testIssue207346.php            |       27 +
 .../testIssue207615/testIssue207615.php            |       15 +
 .../testIssue207971/testIssue207971.php            |       14 +
 .../testIssue208851/testIssue208851.php            |       22 +
 .../testIssue209308/testIssue209308.php            |       36 +
 .../testIssue209309/testIssue209309.php            |       16 +
 .../gotodeclaration/testIssue209888/Types.php      |       14 +
 .../testIssue209888/testIssue209888.php            |       29 +
 .../testIssue211230/testIssue211230.php            |       17 +
 .../testIssue213133/testIssue213133.php            |        9 +
 .../testIssue213584/testIssue213584.php            |       29 +
 .../gotodeclaration/testIssue217360/Two.php        |       12 +
 .../testIssue217360/testIssue217360.php            |       17 +
 .../testIssue218487/testIssue218487.php            |       18 +
 .../testIssue244317/testIssue244317.php            |       17 +
 .../testMixedTypes200156/testMixedTypes200156.php  |       36 +
 .../testQualifiedClassInPhpDoc.php                 |       26 +
 .../testStaticAccessWithNs.php                     |       41 +
 .../testStaticAccessWithNsAlias.php                |       38 +
 .../testStaticMethodInvocation.php                 |       10 +-
 .../testUseFuncAndConst/testUseFuncAndConst.php    |       19 +
 .../test/unit/data/testfiles/heredoc_011.php       |       20 -
 .../unit/data/testfiles/indent/issue178024_01.php  |        7 +
 .../testfiles/indent/issue178024_01.php.indented   |        8 +
 .../unit/data/testfiles/indent/issue178024_02.php  |        7 +
 .../testfiles/indent/issue178024_02.php.indented   |        8 +
 .../unit/data/testfiles/indent/issue178024_03.php  |        7 +
 .../testfiles/indent/issue178024_03.php.indented   |        8 +
 .../unit/data/testfiles/indent/issue178024_04.php  |        8 +
 .../testfiles/indent/issue178024_04.php.indented   |        9 +
 .../unit/data/testfiles/indent/issue178024_05.php  |        8 +
 .../testfiles/indent/issue178024_05.php.indented   |        9 +
 .../unit/data/testfiles/indent/issue178024_06.php  |        8 +
 .../testfiles/indent/issue178024_06.php.indented   |        9 +
 .../unit/data/testfiles/indent/issue191896_01.php  |        5 +
 .../testfiles/indent/issue191896_01.php.indented   |        6 +
 .../unit/data/testfiles/indent/issue191896_02.php  |        5 +
 .../testfiles/indent/issue191896_02.php.indented   |        6 +
 .../unit/data/testfiles/indent/issue191896_03.php  |        5 +
 .../testfiles/indent/issue191896_03.php.indented   |        6 +
 .../unit/data/testfiles/indent/issue191896_04.php  |        5 +
 .../testfiles/indent/issue191896_04.php.indented   |        6 +
 .../unit/data/testfiles/indent/issue201285_01.php  |        7 +
 .../testfiles/indent/issue201285_01.php.indented   |        8 +
 .../unit/data/testfiles/indent/issue201285_02.php  |        9 +
 .../testfiles/indent/issue201285_02.php.indented   |       10 +
 .../unit/data/testfiles/indent/issue201330_01.php  |       12 +
 .../testfiles/indent/issue201330_01.php.indented   |       13 +
 .../unit/data/testfiles/indent/issue201330_02.php  |       11 +
 .../testfiles/indent/issue201330_02.php.indented   |       12 +
 .../unit/data/testfiles/indent/issue201330_03.php  |       12 +
 .../testfiles/indent/issue201330_03.php.indented   |       13 +
 .../unit/data/testfiles/indent/issue201330_04.php  |       11 +
 .../testfiles/indent/issue201330_04.php.indented   |       12 +
 .../unit/data/testfiles/indent/issue202151.php     |        2 +
 .../data/testfiles/indent/issue202151.php.indented |        3 +
 .../unit/data/testfiles/indent/issue203389.php     |       14 +
 .../data/testfiles/indent/issue203389.php.indented |       15 +
 .../unit/data/testfiles/indent/issue222753_01.php  |       12 +
 .../testfiles/indent/issue222753_01.php.indented   |       13 +
 .../unit/data/testfiles/indent/issue222753_02.php  |       12 +
 .../testfiles/indent/issue222753_02.php.indented   |       13 +
 .../unit/data/testfiles/indent/issue222753_03.php  |       13 +
 .../testfiles/indent/issue222753_03.php.indented   |       14 +
 .../unit/data/testfiles/indent/issue222980_01.php  |       14 +
 .../testfiles/indent/issue222980_01.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_02.php  |       14 +
 .../testfiles/indent/issue222980_02.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_03.php  |       14 +
 .../testfiles/indent/issue222980_03.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_04.php  |       14 +
 .../testfiles/indent/issue222980_04.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_05.php  |       14 +
 .../testfiles/indent/issue222980_05.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_06.php  |       14 +
 .../testfiles/indent/issue222980_06.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_07.php  |       14 +
 .../testfiles/indent/issue222980_07.php.indented   |       15 +
 .../unit/data/testfiles/indent/issue222980_08.php  |       16 +
 .../testfiles/indent/issue222980_08.php.indented   |       17 +
 .../unit/data/testfiles/indent/issue222980_09.php  |       16 +
 .../testfiles/indent/issue222980_09.php.indented   |       17 +
 .../issues/10_10_5/stable_fixedIssues/146247_4.php |        2 +-
 .../146247_4.php.10_10_5.indented                  |        2 +-
 .../issues/10_10_5/stable_fixedIssues/166543_1.php |        2 +-
 .../166543_1.php.10_10_5.indented                  |        2 +-
 .../issues/10_10_5/stable_fixedIssues/166543_2.php |        2 +-
 .../166543_2.php.10_10_5.indented                  |        2 +-
 .../issues/10_10_5/stable_fixedIssues/168337.php   |        2 +-
 .../stable_fixedIssues/168337.php.10_10_5.indented |        2 +-
 .../stable_fixedIssues/classAfterFunction.php      |        4 +-
 .../classAfterFunction.php.10_10_5.indented        |        4 +-
 .../qa/issues/stable_fixedIssues/146247_4.php      |        2 +-
 .../stable_fixedIssues/146247_4.php.indented       |        2 +-
 .../qa/issues/stable_fixedIssues/166543_1.php      |        2 +-
 .../stable_fixedIssues/166543_1.php.indented       |        2 +-
 .../qa/issues/stable_fixedIssues/166543_2.php      |        4 +-
 .../stable_fixedIssues/166543_2.php.indented       |        2 +-
 .../indent/qa/issues/stable_fixedIssues/168337.php |        2 +-
 .../issues/stable_fixedIssues/168337.php.indented  |        2 +-
 .../stable_fixedIssues/classAfterFunction.php      |        2 +-
 .../classAfterFunction.php.indented                |        2 +-
 .../unit/data/testfiles/indent/shortArrays1.php    |        5 +
 .../testfiles/indent/shortArrays1.php.indented     |        6 +
 .../unit/data/testfiles/indent/shortArrays10.php   |        5 +
 .../testfiles/indent/shortArrays10.php.indented    |        6 +
 .../unit/data/testfiles/indent/shortArrays11.php   |        6 +
 .../testfiles/indent/shortArrays11.php.indented    |        7 +
 .../unit/data/testfiles/indent/shortArrays12.php   |        5 +
 .../testfiles/indent/shortArrays12.php.indented    |        6 +
 .../unit/data/testfiles/indent/shortArrays13.php   |        5 +
 .../testfiles/indent/shortArrays13.php.indented    |        6 +
 .../unit/data/testfiles/indent/shortArrays14.php   |        5 +
 .../testfiles/indent/shortArrays14.php.indented    |        7 +
 .../unit/data/testfiles/indent/shortArrays15.php   |        5 +
 .../testfiles/indent/shortArrays15.php.indented    |        7 +
 .../unit/data/testfiles/indent/shortArrays16.php   |        6 +
 .../testfiles/indent/shortArrays16.php.indented    |        8 +
 .../unit/data/testfiles/indent/shortArrays17.php   |        5 +
 .../testfiles/indent/shortArrays17.php.indented    |        7 +
 .../unit/data/testfiles/indent/shortArrays18.php   |        7 +
 .../testfiles/indent/shortArrays18.php.indented    |        9 +
 .../unit/data/testfiles/indent/shortArrays19.php   |        4 +
 .../testfiles/indent/shortArrays19.php.indented    |        5 +
 .../unit/data/testfiles/indent/shortArrays2.php    |        5 +
 .../testfiles/indent/shortArrays2.php.indented     |        6 +
 .../unit/data/testfiles/indent/shortArrays20.php   |        6 +
 .../testfiles/indent/shortArrays20.php.indented    |        8 +
 .../unit/data/testfiles/indent/shortArrays21.php   |        8 +
 .../testfiles/indent/shortArrays21.php.indented    |        9 +
 .../unit/data/testfiles/indent/shortArrays22.php   |        8 +
 .../testfiles/indent/shortArrays22.php.indented    |        9 +
 .../unit/data/testfiles/indent/shortArrays23.php   |        9 +
 .../testfiles/indent/shortArrays23.php.indented    |       11 +
 .../unit/data/testfiles/indent/shortArrays24.php   |       11 +
 .../testfiles/indent/shortArrays24.php.indented    |       12 +
 .../unit/data/testfiles/indent/shortArrays25.php   |       11 +
 .../testfiles/indent/shortArrays25.php.indented    |       12 +
 .../unit/data/testfiles/indent/shortArrays26.php   |       11 +
 .../testfiles/indent/shortArrays26.php.indented    |       13 +
 .../unit/data/testfiles/indent/shortArrays27.php   |       11 +
 .../testfiles/indent/shortArrays27.php.indented    |       13 +
 .../unit/data/testfiles/indent/shortArrays28.php   |       13 +
 .../testfiles/indent/shortArrays28.php.indented    |       14 +
 .../unit/data/testfiles/indent/shortArrays29.php   |        6 +
 .../testfiles/indent/shortArrays29.php.indented    |        7 +
 .../unit/data/testfiles/indent/shortArrays3.php    |        4 +
 .../testfiles/indent/shortArrays3.php.indented     |        5 +
 .../unit/data/testfiles/indent/shortArrays4.php    |        3 +
 .../testfiles/indent/shortArrays4.php.indented     |        4 +
 .../unit/data/testfiles/indent/shortArrays5.php    |        3 +
 .../testfiles/indent/shortArrays5.php.indented     |        5 +
 .../unit/data/testfiles/indent/shortArrays6.php    |        3 +
 .../testfiles/indent/shortArrays6.php.indented     |        5 +
 .../unit/data/testfiles/indent/shortArrays7.php    |        3 +
 .../testfiles/indent/shortArrays7.php.indented     |        5 +
 .../unit/data/testfiles/indent/shortArrays8.php    |        5 +
 .../testfiles/indent/shortArrays8.php.indented     |        6 +
 .../unit/data/testfiles/indent/shortArrays9.php    |        6 +
 .../testfiles/indent/shortArrays9.php.indented     |        7 +
 .../testGetClasses/testGetClasses.php.indexed      |       30 +-
 .../testGetClassesWithNsInterfaces.php             |       10 +
 .../testGetClassesWithNsInterfaces.php.indexed     |       43 +
 .../testGetFunctions/testGetFunctions.php.indexed  |       23 +-
 .../testGetInterfaces.php.indexed                  |       18 +-
 .../testGetMethods/testGetMethods.php.indexed      |       12 +-
 .../index/testGetMethods/testGetMethods_1.php      |        8 +-
 .../testGetNamespaces.php.indexed                  |       24 +-
 .../index/testIssue240824/testIssue240824.php      |       17 +
 .../testIssue240824/testIssue240824.php.indexed    |       28 +
 .../test/unit/data/testfiles/issue213616.php.folds |       10 +
 .../test/unit/data/testfiles/issue216088.php.folds |        7 +
 .../test/unit/data/testfiles/issue232884.php.folds |        6 +
 .../testfiles/js/embeddedMultipleSections1.php     |       19 +
 .../js/embeddedMultipleSections1.php.formatted     |       19 +
 .../unit/data/testfiles/js/embeddedSimple1.php     |       22 +
 .../testfiles/js/embeddedSimple1.php.formatted     |       22 +
 .../unit/data/testfiles/js/embeddedSimple2.php     |       13 +
 .../testfiles/js/embeddedSimple2.php.formatted     |       13 +
 .../unit/data/testfiles/js/embeddedSimple3.php     |       18 +
 .../testfiles/js/embeddedSimple3.php.formatted     |       18 +
 .../unit/data/testfiles/js/embeddedSimple4.php     |        3 +
 .../testfiles/js/embeddedSimple4.php.formatted     |        3 +
 .../unit/data/testfiles/js/embeddedSimple5.php     |       24 +
 .../testfiles/js/embeddedSimple5.php.formatted     |       22 +
 .../data/testfiles/lexer/binaryNotation_01.php     |        5 +
 .../data/testfiles/lexer/binaryNotation_02.php     |        5 +
 .../data/testfiles/lexer/binaryNotation_03.php     |        5 +
 .../data/testfiles/lexer/binaryNotation_04.php     |        5 +
 .../test/unit/data/testfiles/lexer/heredoc00.php   |       27 +
 .../test/unit/data/testfiles/lexer/heredoc01.php   |        5 +
 .../data/testfiles/{ => lexer}/heredoc_001.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_002.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_003.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_004.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_005.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_006.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_007.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_008.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_009.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_010.php     |        0
 .../test/unit/data/testfiles/lexer/heredoc_011.php |       20 +
 .../data/testfiles/{ => lexer}/heredoc_012.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_013.php     |        0
 .../data/testfiles/{ => lexer}/heredoc_014.php     |        0
 .../test/unit/data/testfiles/lexer/heredoc_015.php |       18 +
 .../test/unit/data/testfiles/lexer/heredoc_02.php  |        7 +
 .../test/unit/data/testfiles/lexer/heredoc_03.php  |        7 +
 .../test/unit/data/testfiles/lexer/heredoc_04.php  |        6 +
 .../data/testfiles/{ => lexer}/issue138261.php     |        0
 .../data/testfiles/{ => lexer}/issue144337.php     |        0
 .../test/unit/data/testfiles/lexer/issue198572.php |       25 +
 .../test/unit/data/testfiles/lexer/issue221484.php |        8 +
 .../unit/data/testfiles/lexer/issue222092_01.php   |        7 +
 .../unit/data/testfiles/lexer/issue222092_02.php   |        7 +
 .../test/unit/data/testfiles/lexer/issue225549.php |        5 +
 .../test/unit/data/testfiles/lexer/issue229960.php |        3 +
 .../test/unit/data/testfiles/lexer/issue235973.php |        5 +
 .../unit/data/testfiles/{ => lexer}/jump01.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump02.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump03.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump04.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump05.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump06.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump07.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump08.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump09.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump10.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump11.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump12.php     |        0
 .../unit/data/testfiles/{ => lexer}/jump13.php     |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc01.php   |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc02.php   |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_000.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_001.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_002.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_003.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_004.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_005.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_006.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_007.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_008.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_009.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_010.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_011.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_012.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_013.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_014.php |        0
 .../unit/data/testfiles/{ => lexer}/nowdoc_015.php |        0
 .../testfiles/lexer/shortArraysStaticScalar_01.php |        7 +
 .../testfiles/lexer/shortArraysStaticScalar_02.php |        5 +
 .../unit/data/testfiles/lexer/shortArrays_01.php   |        4 +
 .../unit/data/testfiles/lexer/shortArrays_02.php   |        6 +
 .../testfiles/{phptopparser => lexer}/test01.php   |        0
 .../test/unit/data/testfiles/lexer/traits_01.php   |        5 +
 .../test/unit/data/testfiles/lexer/traits_02.php   |        5 +
 .../test/unit/data/testfiles/lexer/traits_03.php   |        5 +
 .../test/unit/data/testfiles/lexer/traits_04.php   |        7 +
 .../test/unit/data/testfiles/lexer/traits_05.php   |        8 +
 .../test/unit/data/testfiles/lexer/traits_06.php   |        8 +
 .../unit/data/testfiles/lexer/yieldKeyword.php     |        9 +
 .../testArrayDereferencing.php                     |       34 +
 .../testCatchWithAlias/testCatchWithAlias.php      |       13 +
 .../markoccurences/testConstants/testConstants.php |       23 +
 .../testFieldAccessInInstanceOf.php                |       13 +
 .../testIssue133465/testIssue133465.php            |        8 +
 .../markoccurences/testIssue186553/object1.php     |        7 +
 .../testIssue186553/testIssue186553.php            |       12 +
 .../testIssue197283/testIssue197283.php            |       10 +
 .../testIssue198449/testIssue198449.php            |        6 +
 .../testIssue200399/testIssue200399.php            |       18 +
 .../testIssue200596/testIssue200596.php            |       47 +
 .../testIssue201429/testIssue201429.php            |       18 +
 .../testIssue201671/testIssue201671.php            |        4 +
 .../testIssue203073/testIssue203073.php            |       35 +
 .../testIssue203419/testIssue203419.php            |       45 +
 .../testIssue203814/testIssue203814.php            |       28 +
 .../testIssue204433/testIssue204433.php            |       46 +
 .../testIssue207346/testIssue207346.php            |       27 +
 .../testIssue207615/testIssue207615.php            |       15 +
 .../testIssue207971/testIssue207971.php            |       14 +
 .../testIssue208245/testIssue208245.php            |       16 +
 .../testIssue208826/testIssue208826.php            |       46 +
 .../testIssue209187/testIssue209187.php            |       22 +
 .../testIssue209308/testIssue209308.php            |       36 +
 .../testIssue209309/testIssue209309.php            |       16 +
 .../testIssue211015/testIssue211015.php            |       15 +
 .../testIssue211230/testIssue211230.php            |       17 +
 .../testIssue213133/testIssue213133.php            |        9 +
 .../testIssue213584/testIssue213584.php            |       29 +
 .../testIssue216876/testIssue216876.php            |       15 +
 .../testIssue217357/testIssue217357.php            |       15 +
 .../markoccurences/testIssue217360/Two.php         |       12 +
 .../testIssue217360/testIssue217360.php            |       17 +
 .../testIssue218487/testIssue218487.php            |       18 +
 .../testIssue223076/testIssue223076.php            |       14 +
 .../testIssue244317/testIssue244317.php            |       17 +
 .../testMagicMethod/testMagicMethod.php            |       17 +
 .../testQualifiedUseStatement.php                  |       19 +
 .../testReflectionVariableInMethodInvocation.php   |       12 +
 .../testStaticAccessWithNs.php                     |       41 +
 .../testStaticAccessWithNsAlias.php                |       38 +
 .../testStaticMethodCall/testStaticMethodCall.php  |       18 +
 .../testUseFuncAndConst/testUseFuncAndConst.php    |       19 +
 .../testVariableAsAClassName.php                   |        6 +
 .../test/unit/data/testfiles/model/issue202460.php |       12 +
 .../test/unit/data/testfiles/model/issue206727.php |        3 +
 .../test/unit/data/testfiles/model/issue210558.php |        3 +
 .../unit/data/testfiles/model/namespaces07.php     |       28 +
 .../testfiles/model/performance/performance.php    |    34415 +
 .../model/superandsubtype/testIssue217175.php      |       21 +
 .../model/superandsubtype/testSubType_01.php       |        9 +
 .../model/superandsubtype/testSubType_02.php       |       17 +
 .../model/superandsubtype/testSubType_03.php       |        9 +
 .../model/superandsubtype/testSubType_04.php       |        9 +
 .../model/superandsubtype/testSubType_05.php       |       17 +
 .../model/superandsubtype/testSubType_06.php       |        9 +
 .../model/superandsubtype/testSubType_07.php       |        9 +
 .../model/superandsubtype/testSubType_08.php       |       15 +
 .../model/superandsubtype/testSubType_09.php       |       15 +
 .../model/superandsubtype/testSubType_10.php       |       11 +
 .../model/superandsubtype/testSubType_11.php       |       11 +
 .../model/superandsubtype/testSubType_12.php       |       11 +
 .../model/superandsubtype/testSubType_13.php       |       11 +
 .../model/superandsubtype/testSubType_14.php       |       11 +
 .../model/superandsubtype/testSubType_15.php       |       14 +
 .../model/superandsubtype/testSubType_16.php       |       16 +
 .../model/superandsubtype/testSuperType_01.php     |        9 +
 .../model/superandsubtype/testSuperType_02.php     |       17 +
 .../model/superandsubtype/testSuperType_03.php     |        9 +
 .../model/superandsubtype/testSuperType_04.php     |        9 +
 .../model/superandsubtype/testSuperType_05.php     |       17 +
 .../model/superandsubtype/testSuperType_06.php     |        9 +
 .../model/superandsubtype/testSuperType_07.php     |        9 +
 .../model/superandsubtype/testSuperType_08.php     |       15 +
 .../model/superandsubtype/testSuperType_09.php     |       15 +
 .../model/superandsubtype/testSuperType_10.php     |       11 +
 .../model/superandsubtype/testSuperType_11.php     |       11 +
 .../model/superandsubtype/testSuperType_12.php     |       11 +
 .../model/superandsubtype/testSuperType_13.php     |       11 +
 .../model/superandsubtype/testSuperType_14.php     |       11 +
 .../model/superandsubtype/testSuperType_15.php     |       14 +
 .../model/superandsubtype/testSuperType_16.php     |       16 +
 .../testfiles/{ => parser}/TextSearchQuery.php     |        0
 .../testfiles/parser/anonymousObjectVariable.php   |        6 +
 .../parser/anonymousObjectVariable.php.errors      |        0
 .../data/testfiles/parser/argumentUnpacking_01.php |        8 +
 .../parser/argumentUnpacking_01.php.errors         |        0
 .../testfiles/parser/arrayDereferencing_01.php     |        5 +
 .../parser/arrayDereferencing_01.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_02.php     |        5 +
 .../parser/arrayDereferencing_02.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_03.php     |        5 +
 .../parser/arrayDereferencing_03.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_04.php     |        5 +
 .../parser/arrayDereferencing_04.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_05.php     |        5 +
 .../parser/arrayDereferencing_05.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_06.php     |        5 +
 .../parser/arrayDereferencing_06.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_07.php     |        5 +
 .../parser/arrayDereferencing_07.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_08.php     |        5 +
 .../parser/arrayDereferencing_08.php.errors        |        0
 .../testfiles/parser/arrayDereferencing_09.php     |        5 +
 .../parser/arrayDereferencing_09.php.errors        |        0
 .../data/testfiles/parser/binaryNotation_01.php    |        5 +
 .../testfiles/parser/binaryNotation_01.php.errors  |        0
 .../data/testfiles/parser/binaryNotation_02.php    |        5 +
 .../testfiles/parser/binaryNotation_02.php.errors  |        0
 .../data/testfiles/parser/binaryNotation_03.php    |        5 +
 .../testfiles/parser/binaryNotation_03.php.errors  |        0
 .../data/testfiles/parser/binaryNotation_04.php    |        5 +
 .../testfiles/parser/binaryNotation_04.php.errors  |        7 +
 .../test/unit/data/testfiles/parser/cfunction.php  |       11 +
 .../data/testfiles/parser/cfunction.php.errors     |        0
 .../unit/data/testfiles/parser/classConstant.php   |       19 +
 .../data/testfiles/parser/classConstant.php.errors |        0
 .../parser/constantScalarExpressions_01.php        |       17 +
 .../parser/constantScalarExpressions_01.php.errors |        0
 .../data/testfiles/parser/exponentiation_01.php    |        8 +
 .../testfiles/parser/exponentiation_01.php.errors  |        0
 .../testfiles/parser/expressionArrayAccess_01.php  |        3 +
 .../parser/expressionArrayAccess_01.php.errors     |        0
 .../testfiles/parser/expressionArrayAccess_02.php  |        3 +
 .../parser/expressionArrayAccess_02.php.errors     |        0
 .../testfiles/parser/expressionArrayAccess_03.php  |        3 +
 .../parser/expressionArrayAccess_03.php.errors     |        0
 .../parser/fieldArraysWithArrayDereferencing.php   |        5 +
 .../data/testfiles/parser/fieldModificators_01.php |        7 +
 .../parser/fieldModificators_01.php.errors         |       10 +
 .../data/testfiles/parser/fieldModificators_02.php |        7 +
 .../parser/fieldModificators_02.php.errors         |       10 +
 .../data/testfiles/parser/fieldModificators_03.php |        7 +
 .../parser/fieldModificators_03.php.errors         |       10 +
 .../data/testfiles/parser/fieldModificators_04.php |        7 +
 .../parser/fieldModificators_04.php.errors         |       10 +
 .../data/testfiles/parser/fieldModificators_05.php |        7 +
 .../parser/fieldModificators_05.php.errors         |       10 +
 .../test/unit/data/testfiles/parser/finally_01.php |       11 +
 .../data/testfiles/parser/finally_01.php.errors    |        0
 .../test/unit/data/testfiles/parser/finally_02.php |        9 +
 .../data/testfiles/parser/finally_02.php.errors    |        0
 .../test/unit/data/testfiles/parser/finally_03.php |        9 +
 .../data/testfiles/parser/finally_03.php.errors    |        0
 .../parser/foldingConditionalStatements.php        |       43 +
 .../parser/foldingConditionalStatements_1.php      |       55 +
 .../unit/data/testfiles/parser/foldingCycles.php   |       63 +
 .../unit/data/testfiles/parser/foldingCycles_1.php |       79 +
 .../unit/data/testfiles/parser/foldingMethod.php   |       23 +
 .../unit/data/testfiles/parser/foldingMethod_1.php |       28 +
 .../data/testfiles/parser/functionCallParam.php    |        5 +
 .../testfiles/parser/functionCallParam.php.errors  |        8 +
 .../testfiles/{php53 => parser}/gotostatement.php  |        0
 .../unit/data/testfiles/{ => parser}/heredoc00.php |        0
 .../unit/data/testfiles/{ => parser}/heredoc01.php |        0
 .../data/testfiles/{ => parser}/heredoc_001.php    |        0
 .../data/testfiles/{ => parser}/heredoc_002.php    |        0
 .../data/testfiles/{ => parser}/heredoc_003.php    |        0
 .../data/testfiles/{ => parser}/heredoc_004.php    |        0
 .../data/testfiles/{ => parser}/heredoc_005.php    |        0
 .../data/testfiles/{ => parser}/heredoc_006.php    |        0
 .../data/testfiles/{ => parser}/heredoc_007.php    |        0
 .../data/testfiles/{ => parser}/heredoc_008.php    |        0
 .../data/testfiles/{ => parser}/heredoc_009.php    |        0
 .../data/testfiles/{ => parser}/heredoc_010.php    |        0
 .../unit/data/testfiles/parser/heredoc_011.php     |       20 +
 .../data/testfiles/{ => parser}/heredoc_012.php    |        0
 .../data/testfiles/{ => parser}/heredoc_013.php    |        0
 .../data/testfiles/{ => parser}/heredoc_014.php    |        0
 .../unit/data/testfiles/parser/heredoc_015.php     |       18 +
 .../data/testfiles/parser/instanceOfExpression.php |        5 +
 .../unit/data/testfiles/parser/issue170712.php     |       11 +
 .../unit/data/testfiles/parser/issue189630.php     |        9 +
 .../data/testfiles/parser/issue189630.php.errors   |        0
 .../unit/data/testfiles/parser/issue190105_01.php  |       22 +
 .../testfiles/parser/issue190105_01.php.errors     |        0
 .../unit/data/testfiles/parser/issue190105_02.php  |       22 +
 .../testfiles/parser/issue190105_02.php.errors     |        7 +
 .../unit/data/testfiles/parser/issue190105_03.php  |       23 +
 .../testfiles/parser/issue190105_03.php.errors     |        0
 .../unit/data/testfiles/parser/issue198572.php     |       25 +
 .../data/testfiles/parser/issue198572.php.errors   |        0
 .../unit/data/testfiles/parser/issue200501.php     |        6 +
 .../unit/data/testfiles/parser/issue211165_01.php  |       11 +
 .../testfiles/parser/issue211165_01.php.errors     |       13 +
 .../unit/data/testfiles/parser/issue211165_02.php  |        5 +
 .../testfiles/parser/issue211165_02.php.errors     |       16 +
 .../unit/data/testfiles/parser/issue211165_03.php  |        6 +
 .../testfiles/parser/issue211165_03.php.errors     |        7 +
 .../unit/data/testfiles/parser/issue211165_04.php  |        9 +
 .../testfiles/parser/issue211165_04.php.errors     |       10 +
 .../unit/data/testfiles/parser/issue211165_05.php  |       21 +
 .../testfiles/parser/issue211165_05.php.errors     |       28 +
 .../unit/data/testfiles/parser/issue211165_06.php  |       17 +
 .../testfiles/parser/issue211165_06.php.errors     |       13 +
 .../unit/data/testfiles/parser/issue211165_07.php  |        9 +
 .../testfiles/parser/issue211165_07.php.errors     |        7 +
 .../unit/data/testfiles/parser/issue211165_08.php  |       14 +
 .../testfiles/parser/issue211165_08.php.errors     |       13 +
 .../unit/data/testfiles/parser/issue211165_09.php  |       11 +
 .../testfiles/parser/issue211165_09.php.errors     |       28 +
 .../unit/data/testfiles/parser/issue213080.php     |       14 +
 .../data/testfiles/parser/issue213080.php.errors   |        0
 .../unit/data/testfiles/parser/issue213423.php     |        9 +
 .../unit/data/testfiles/parser/issue213616.php     |       10 +
 .../unit/data/testfiles/parser/issue216088.php     |        7 +
 .../unit/data/testfiles/parser/issue222857.php     |       11 +
 .../data/testfiles/parser/issue222857.php.errors   |        0
 .../unit/data/testfiles/parser/issue232884.php     |        6 +
 .../unit/data/testfiles/parser/issue237220.php     |        7 +
 .../data/testfiles/parser/issue237220.php.errors   |        0
 .../unit/data/testfiles/parser/issue243409.php     |        6 +
 .../data/testfiles/parser/issue243409.php.errors   |        0
 .../unit/data/testfiles/parser/issue243512.php     |        7 +
 .../data/testfiles/parser/issue243512.php.errors   |        0
 .../unit/data/testfiles/parser/issue245320.php     |       19 +
 .../data/testfiles/parser/issue245320.php.errors   |        0
 .../testfiles/{php53 => parser}/lambdaFunction.php |        0
 .../{php53 => parser}/lambdaFunctionWithParams.php |        0
 .../lambdaFunctionWithParamsWithVars.php           |        0
 ...bdaFunctionWithParamsWithVarsWithStatements.php |        0
 .../unit/data/testfiles/parser/listInForeach.php   |       10 +
 .../data/testfiles/parser/listInForeach.php.errors |        0
 .../unit/data/testfiles/parser/magicMethod01.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod02.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod03.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod04.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod05.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod06.php   |        9 +
 .../unit/data/testfiles/parser/magicMethod07.php   |        9 +
 .../testfiles/parser/methodModificators_01.php     |        9 +
 .../parser/methodModificators_01.php.errors        |       16 +
 .../testfiles/parser/methodModificators_02.php     |        9 +
 .../parser/methodModificators_02.php.errors        |       16 +
 .../testfiles/parser/methodModificators_03.php     |        9 +
 .../parser/methodModificators_03.php.errors        |       16 +
 .../testfiles/parser/methodModificators_04.php     |        9 +
 .../parser/methodModificators_04.php.errors        |       13 +
 .../testfiles/parser/methodModificators_05.php     |        9 +
 .../parser/methodModificators_05.php.errors        |       13 +
 .../testfiles/{varcomment => parser}/mixed01.php   |        0
 .../testfiles/{varcomment => parser}/mixed02.php   |        0
 .../multipleBracketedNamespaces.php                |        0
 .../multipleUnBracketedNamespaces1.php             |        0
 .../multipleUnBracketedNamespaces2.php             |        0
 .../{php53 => parser}/namespaceDeclaration.php     |        0
 .../namespaceElementDeclarations.php               |        0
 .../data/testfiles/{php53 => parser}/nowDoc.php    |        0
 .../unit/data/testfiles/{ => parser}/nowdoc01.php  |        0
 .../unit/data/testfiles/{ => parser}/nowdoc02.php  |        0
 .../data/testfiles/{ => parser}/nowdoc_000.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_001.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_002.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_003.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_004.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_005.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_006.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_007.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_008.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_009.php     |        0
 .../test/unit/data/testfiles/parser/nowdoc_01.php  |        9 +
 .../data/testfiles/parser/nowdoc_01.php.errors     |        0
 .../data/testfiles/{ => parser}/nowdoc_010.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_011.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_012.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_013.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_014.php     |        0
 .../data/testfiles/{ => parser}/nowdoc_015.php     |        0
 .../test/unit/data/testfiles/parser/nowdoc_02.php  |        8 +
 .../data/testfiles/parser/nowdoc_02.php.errors     |        0
 .../test/unit/data/testfiles/parser/nowdoc_03.php  |        8 +
 .../data/testfiles/parser/nowdoc_03.php.errors     |        0
 .../test/unit/data/testfiles/parser/nowdoc_04.php  |        8 +
 .../data/testfiles/parser/nowdoc_04.php.errors     |        0
 .../test/unit/data/testfiles/parser/nowdoc_05.php  |        6 +
 .../data/testfiles/parser/nowdoc_05.php.errors     |        0
 .../test/unit/data/testfiles/parser/nowdoc_06.php  |        9 +
 .../data/testfiles/parser/nowdoc_06.php.errors     |        0
 .../performance/performance.php}                   |        0
 ...bdaFunctionWithParamsWithVarsWithStatements.php |        0
 .../parser/shortArraysStaticScalar_01.php          |        7 +
 .../parser/shortArraysStaticScalar_01.php.errors   |        0
 .../parser/shortArraysStaticScalar_02.php          |        5 +
 .../parser/shortArraysStaticScalar_02.php.errors   |        0
 .../unit/data/testfiles/parser/shortArrays_01.php  |        4 +
 .../testfiles/parser/shortArrays_01.php.errors     |        0
 .../unit/data/testfiles/parser/shortArrays_02.php  |        6 +
 .../testfiles/parser/shortArrays_02.php.errors     |        0
 .../unit/data/testfiles/parser/shortEchoSyntax.php |        1 +
 .../testfiles/{varcomment => parser}/simple01.php  |        0
 .../testfiles/{varcomment => parser}/simple02.php  |        0
 .../testfiles/parser/staticExpressionCall_01.php   |        5 +
 .../parser/staticExpressionCall_01.php.errors      |        0
 .../testfiles/parser/staticExpressionCall_02.php   |        5 +
 .../parser/staticExpressionCall_02.php.errors      |        0
 .../{php53 => parser}/subNamespaceDeclaration.php  |        0
 .../{php53 => parser}/ternaryOperator.php          |        0
 .../unit/data/testfiles/{ => parser}/test01.php    |        0
 .../testfiles/parser/testVariadicFunctions_01.php  |       10 +
 .../parser/testVariadicFunctions_01.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_01.php  |        5 +
 .../data/testfiles/parser/traits_01.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_02.php  |        5 +
 .../data/testfiles/parser/traits_02.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_03.php  |        5 +
 .../data/testfiles/parser/traits_03.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_04.php  |        7 +
 .../data/testfiles/parser/traits_04.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_05.php  |        8 +
 .../data/testfiles/parser/traits_05.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_06.php  |        8 +
 .../data/testfiles/parser/traits_06.php.errors     |        0
 .../test/unit/data/testfiles/parser/traits_07.php  |       10 +
 .../data/testfiles/parser/traits_07.php.errors     |        0
 .../data/testfiles/parser/useFuncAndConst_01.php   |       14 +
 .../testfiles/parser/useFuncAndConst_01.php.errors |        0
 .../data/testfiles/{php53 => parser}/useGlobal.php |        0
 .../{php53 => parser}/useGlobalSubNamespace.php    |        0
 .../testfiles/{php53 => parser}/useNamespaceAs.php |        0
 .../data/testfiles/{php53 => parser}/useSimple.php |        0
 .../{php53 => parser}/useSubNamespace.php          |        0
 .../test/unit/data/testfiles/parser/yield_01.php   |        7 +
 .../unit/data/testfiles/parser/yield_01.php.errors |        0
 .../test/unit/data/testfiles/parser/yield_02.php   |        5 +
 .../unit/data/testfiles/parser/yield_02.php.errors |        0
 .../test/unit/data/testfiles/parser/yield_03.php   |       10 +
 .../unit/data/testfiles/parser/yield_03.php.errors |        0
 .../test/unit/data/testfiles/parser/yield_04.php   |        5 +
 .../unit/data/testfiles/parser/yield_04.php.errors |        0
 .../test/unit/data/testfiles/parser/yield_05.php   |        5 +
 .../unit/data/testfiles/parser/yield_05.php.errors |        5 +
 .../test/unit/data/testfiles/parser/yield_06.php   |        5 +
 .../unit/data/testfiles/parser/yield_06.php.errors |        8 +
 .../test/unit/data/testfiles/parser/yield_07.php   |        7 +
 .../unit/data/testfiles/parser/yield_07.php.errors |        0
 .../test/unit/data/testfiles/parser/yield_08.php   |        3 +
 .../unit/data/testfiles/parser/yield_08.php.errors |        0
 .../unit/data/testfiles/sanitize/issue204588.php   |        7 +
 .../data/testfiles/{ => semantic}/abstract01.php   |        0
 .../{ => semantic}/abstract01.php.semantic         |        0
 .../data/testfiles/{ => semantic}/class001.php     |        0
 .../testfiles/{ => semantic}/class001.php.semantic |        0
 .../data/testfiles/{ => semantic}/class002.php     |        0
 .../data/testfiles/semantic/class002.php.semantic  |       49 +
 .../data/testfiles/{ => semantic}/class003.php     |        0
 .../testfiles/{ => semantic}/class003.php.semantic |        0
 .../data/testfiles/{ => semantic}/class004.php     |        0
 .../data/testfiles/semantic/class004.php.semantic  |       17 +
 .../data/testfiles/{ => semantic}/class005.php     |        0
 .../data/testfiles/semantic/class005.php.semantic  |       35 +
 .../data/testfiles/{ => semantic}/class006.php     |        0
 .../data/testfiles/semantic/class006.php.semantic  |       26 +
 .../data/testfiles/{ => semantic}/class007.php     |        0
 .../data/testfiles/semantic/class007.php.semantic  |       36 +
 .../data/testfiles/semantic/constantsColoring.php  |       15 +
 .../semantic/constantsColoring.php.semantic        |       15 +
 .../semantic/constantsInFiledsDeclColoring.php     |       15 +
 .../constantsInFiledsDeclColoring.php.semantic     |       15 +
 .../semantic/deprecatedConst/deprecatedConst.php   |       10 +
 .../deprecatedConst/deprecatedConst.php.semantic   |       10 +
 .../semantic/deprecatedFields/deprecatedFields.php |       25 +
 .../deprecatedFields/deprecatedFields.php.semantic |       25 +
 .../deprecatedFunctions/deprecatedFunction.php     |       11 +
 .../deprecatedFunction.php.semantic                |       11 +
 .../deprecatedMethodDeclarations.php               |       19 +
 .../deprecatedMethodDeclarations.php.semantic      |       19 +
 .../deprecatedPrivateClassMethod.php               |        8 +
 .../deprecatedPrivateClassMethod.php.semantic      |        8 +
 .../deprecatedPrivateTraitMethod.php               |        8 +
 .../deprecatedPrivateTraitMethod.php.semantic      |        8 +
 .../deprecatedTypeUsages/deprecatedTypeUsages.php  |       43 +
 .../deprecatedTypeUsages.php.semantic              |       43 +
 .../semantic/deprecatedTypes/deprecatedTypes.php   |       12 +
 .../deprecatedTypes/deprecatedTypes.php.semantic   |       12 +
 .../data/testfiles/{ => semantic}/issue141041.php  |        0
 .../{ => semantic}/issue141041.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue142644.php  |        0
 .../{ => semantic}/issue142644.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue144195.php  |        0
 .../{ => semantic}/issue144195.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue145694.php  |        0
 .../{ => semantic}/issue145694.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue146193.php  |        0
 .../{ => semantic}/issue146193.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue146197.php  |        0
 .../{ => semantic}/issue146197.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue154876.php  |        0
 .../{ => semantic}/issue154876.php.semantic        |        0
 .../data/testfiles/{ => semantic}/issue194535.php  |        0
 .../{ => semantic}/issue194535.php.semantic        |        0
 .../unit/data/testfiles/semantic/issue213105.php   |        6 +
 .../testfiles/semantic/issue213105.php.semantic    |        6 +
 .../unit/data/testfiles/semantic/issue213533.php   |       14 +
 .../testfiles/semantic/issue213533.php.semantic    |       14 +
 .../unit/data/testfiles/semantic/issue216840.php   |       21 +
 .../testfiles/semantic/issue216840.php.semantic    |       21 +
 .../{class006.php => semantic/issue216840_02.php}  |        0
 .../testfiles/semantic/issue216840_02.php.semantic |       26 +
 .../unit/data/testfiles/semantic/issue217239.php   |       15 +
 .../testfiles/semantic/issue217239.php.semantic    |       15 +
 .../unit/data/testfiles/semantic/issue245230.php   |        8 +
 .../testfiles/semantic/issue245230.php.semantic    |        8 +
 .../testfiles/{varcomment => semantic}/mixed01.php |        0
 .../data/testfiles/semantic/mixed01.php.semantic   |        4 +
 .../{varcomment => semantic}/simple01.php          |        0
 .../data/testfiles/semantic/simple01.php.semantic  |        4 +
 .../unit/data/testfiles/semantic/traits_01.php     |        5 +
 .../data/testfiles/semantic/traits_01.php.semantic |        5 +
 .../unit/data/testfiles/semantic/traits_02.php     |        5 +
 .../data/testfiles/semantic/traits_02.php.semantic |        5 +
 .../unit/data/testfiles/semantic/traits_03.php     |        5 +
 .../data/testfiles/semantic/traits_03.php.semantic |        5 +
 .../unit/data/testfiles/semantic/traits_04.php     |        7 +
 .../data/testfiles/semantic/traits_04.php.semantic |        7 +
 .../unit/data/testfiles/semantic/traits_05.php     |        8 +
 .../data/testfiles/semantic/traits_05.php.semantic |        8 +
 .../unit/data/testfiles/semantic/traits_06.php     |        8 +
 .../data/testfiles/semantic/traits_06.php.semantic |        8 +
 .../unit/data/testfiles/semantic/unusedUses_01.php |       25 +
 .../testfiles/semantic/unusedUses_01.php.semantic  |       25 +
 .../unit/data/testfiles/semantic/unusedUses_02.php |       22 +
 .../testfiles/semantic/unusedUses_02.php.semantic  |       22 +
 .../unit/data/testfiles/semantic/unusedUses_03.php |       17 +
 .../testfiles/semantic/unusedUses_03.php.semantic  |       17 +
 .../unit/data/testfiles/semantic/unusedUses_04.php |       19 +
 .../testfiles/semantic/unusedUses_04.php.semantic  |       19 +
 .../unit/data/testfiles/semantic/unusedUses_05.php |       19 +
 .../testfiles/semantic/unusedUses_05.php.semantic  |       19 +
 .../unit/data/testfiles/semantic/unusedUses_06.php |       15 +
 .../testfiles/semantic/unusedUses_06.php.semantic  |       15 +
 .../unit/data/testfiles/semantic/unusedUses_07.php |       16 +
 .../testfiles/semantic/unusedUses_07.php.semantic  |       16 +
 .../unit/data/testfiles/semantic/unusedUses_08.php |       16 +
 .../testfiles/semantic/unusedUses_08.php.semantic  |       16 +
 .../data/testfiles/{ => structure}/class005.php    |        0
 .../testfiles/structure/deprecatedDeclarations.php |       68 +
 .../data/testfiles/structure/deprecatedTypes.php   |       26 +
 .../testfiles/{ => structure}/interface_001.php    |        0
 .../data/testfiles/{ => structure}/issue142644.php |        0
 .../data/testfiles/{ => structure}/issue148558.php |        0
 .../unit/data/testfiles/structure/issue170712.php  |       11 +
 .../data/testfiles/structure/issue205886_01.php    |       13 +
 .../data/testfiles/{ => structure}/propertyTag.php |        0
 .../{ => structure}/referenceParameter_001.php     |        0
 .../testfiles/structure/traitsStructure_01.php     |       12 +
 .../testfiles/structure/traitsStructure_02.php     |       14 +
 ...ncing.php.testArrayDereferencing_01.occurrences |        3 +
 ...ncing.php.testArrayDereferencing_02.occurrences |        2 +
 ...ncing.php.testArrayDereferencing_03.occurrences |        3 +
 ...ncing.php.testArrayDereferencing_04.occurrences |        4 +
 ...ncing.php.testArrayDereferencing_05.occurrences |        3 +
 ...ncing.php.testArrayDereferencing_06.occurrences |        3 +
 ...ncing.php.testArrayDereferencing_07.occurrences |        4 +
 ...ncing.php.testArrayDereferencing_08.occurrences |        2 +
 ...ncing.php.testArrayDereferencing_09.occurrences |        4 +
 ...WithAlias.php.testCatchWithAlias_01.occurrences |        3 +
 ...WithAlias.php.testCatchWithAlias_02.occurrences |        3 +
 ...WithAlias.php.testCatchWithAlias_03.occurrences |        3 +
 .../testConstants.php.testConstants_01.occurrences |        4 +
 .../testConstants.php.testConstants_02.occurrences |        4 +
 .../testConstants.php.testConstants_03.occurrences |        4 +
 .../testConstants.php.testConstants_04.occurrences |        4 +
 ....php.testFieldAccessInInstanceOf_01.occurrences |        2 +
 ....php.testFieldAccessInInstanceOf_02.occurrences |        2 +
 ...tIssue133465.php.testIssue133465_01.occurrences |        1 +
 ...tIssue133465.php.testIssue133465_02.occurrences |        2 +
 ...tIssue133465.php.testIssue133465_03.occurrences |        2 +
 ...tIssue186553.php.testIssue186553_01.occurrences |        2 +
 ...tIssue186553.php.testIssue186553_02.occurrences |        1 +
 ...tIssue186553.php.testIssue186553_03.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_01.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_02.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_03.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_04.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_05.occurrences |        2 +
 ...tIssue197283.php.testIssue197283_06.occurrences |        2 +
 ...tIssue198449.php.testIssue198449_01.occurrences |        2 +
 ...tIssue200399.php.testIssue200399_01.occurrences |        3 +
 ...tIssue200596.php.testIssue200596_01.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_02.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_03.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_04.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_05.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_06.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_07.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_08.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_09.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_10.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_11.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_12.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_13.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_14.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_15.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_16.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_17.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_18.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_19.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_20.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_21.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_22.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_23.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_24.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_25.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_26.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_27.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_28.occurrences |        8 +
 ...tIssue200596.php.testIssue200596_29.occurrences |        7 +
 ...tIssue200596.php.testIssue200596_30.occurrences |        8 +
 ...tIssue201429.php.testIssue201429_01.occurrences |        3 +
 ...testIssue201671.php.testIssue201671.occurrences |        2 +
 ...tIssue203073.php.testIssue203073_01.occurrences |        4 +
 ...tIssue203073.php.testIssue203073_02.occurrences |        4 +
 ...tIssue203073.php.testIssue203073_03.occurrences |        4 +
 ...tIssue203073.php.testIssue203073_04.occurrences |        4 +
 ...tIssue203073.php.testIssue203073_05.occurrences |        2 +
 ...tIssue203073.php.testIssue203073_06.occurrences |        2 +
 ...tIssue203419.php.testIssue203419_01.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_02.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_03.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_04.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_05.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_06.occurrences |        7 +
 ...tIssue203419.php.testIssue203419_07.occurrences |        7 +
 ...tIssue203814.php.testIssue203814_01.occurrences |        4 +
 ...tIssue203814.php.testIssue203814_02.occurrences |        4 +
 ...tIssue203814.php.testIssue203814_03.occurrences |        4 +
 ...tIssue203814.php.testIssue203814_04.occurrences |        4 +
 ...tIssue204433.php.testIssue204433_01.occurrences |        4 +
 ...tIssue204433.php.testIssue204433_02.occurrences |        2 +
 ...tIssue204433.php.testIssue204433_03.occurrences |        3 +
 ...tIssue207346.php.testIssue207346_01.occurrences |        3 +
 ...tIssue207346.php.testIssue207346_02.occurrences |        3 +
 ...tIssue207346.php.testIssue207346_03.occurrences |        3 +
 ...tIssue207615.php.testIssue207615_01.occurrences |        3 +
 ...tIssue207615.php.testIssue207615_02.occurrences |        3 +
 ...tIssue207615.php.testIssue207615_03.occurrences |        3 +
 ...tIssue207971.php.testIssue207971_01.occurrences |        2 +
 ...tIssue207971.php.testIssue207971_02.occurrences |        2 +
 ...tIssue207971.php.testIssue207971_03.occurrences |        2 +
 ...tIssue207971.php.testIssue207971_04.occurrences |        2 +
 ...tIssue207971.php.testIssue207971_05.occurrences |        2 +
 ...tIssue207971.php.testIssue207971_06.occurrences |        2 +
 ...tIssue208245.php.testIssue208245_01.occurrences |        3 +
 ...tIssue208245.php.testIssue208245_02.occurrences |        3 +
 ...tIssue208245.php.testIssue208245_03.occurrences |        3 +
 ...tIssue208245.php.testIssue208245_04.occurrences |        3 +
 ...tIssue208245.php.testIssue208245_05.occurrences |        3 +
 ...tIssue208245.php.testIssue208245_06.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_01.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_02.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_03.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_04.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_05.occurrences |        3 +
 ...tIssue208826.php.testIssue208826_06.occurrences |        3 +
 ...tIssue209187.php.testIssue209187_01.occurrences |        3 +
 ...tIssue209187.php.testIssue209187_02.occurrences |        3 +
 ...tIssue209187.php.testIssue209187_03.occurrences |        3 +
 ...tIssue209308.php.testIssue209308_01.occurrences |        5 +
 ...Issue209308.php.testIssue209308_010.occurrences |        5 +
 ...Issue209308.php.testIssue209308_011.occurrences |        5 +
 ...Issue209308.php.testIssue209308_012.occurrences |        5 +
 ...Issue209308.php.testIssue209308_013.occurrences |        7 +
 ...Issue209308.php.testIssue209308_014.occurrences |        7 +
 ...Issue209308.php.testIssue209308_015.occurrences |        7 +
 ...Issue209308.php.testIssue209308_016.occurrences |        7 +
 ...Issue209308.php.testIssue209308_018.occurrences |        7 +
 ...Issue209308.php.testIssue209308_019.occurrences |        7 +
 ...tIssue209308.php.testIssue209308_02.occurrences |        5 +
 ...Issue209308.php.testIssue209308_020.occurrences |        7 +
 ...Issue209308.php.testIssue209308_021.occurrences |        7 +
 ...tIssue209308.php.testIssue209308_03.occurrences |        5 +
 ...tIssue209308.php.testIssue209308_04.occurrences |        5 +
 ...tIssue209308.php.testIssue209308_05.occurrences |        5 +
 ...tIssue209308.php.testIssue209308_08.occurrences |        5 +
 ...tIssue209308.php.testIssue209308_09.occurrences |        5 +
 ...tIssue209309.php.testIssue209309_01.occurrences |        3 +
 ...tIssue209309.php.testIssue209309_02.occurrences |        2 +
 ...tIssue209309.php.testIssue209309_03.occurrences |        3 +
 ...tIssue209309.php.testIssue209309_04.occurrences |        2 +
 ...tIssue209309.php.testIssue209309_05.occurrences |        2 +
 ...tIssue209309.php.testIssue209309_06.occurrences |        3 +
 ...tIssue209309.php.testIssue209309_07.occurrences |        2 +
 ...tIssue211015.php.testIssue211015_01.occurrences |        5 +
 ...tIssue211015.php.testIssue211015_02.occurrences |        5 +
 ...tIssue211015.php.testIssue211015_03.occurrences |        5 +
 ...tIssue211015.php.testIssue211015_04.occurrences |        5 +
 ...tIssue211015.php.testIssue211015_05.occurrences |        5 +
 ...tIssue211230.php.testIssue211230_01.occurrences |        2 +
 ...tIssue211230.php.testIssue211230_02.occurrences |        2 +
 ...tIssue211230.php.testIssue211230_03.occurrences |        3 +
 ...tIssue211230.php.testIssue211230_04.occurrences |        3 +
 ...tIssue211230.php.testIssue211230_05.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_01.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_02.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_03.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_04.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_05.occurrences |        3 +
 ...tIssue213133.php.testIssue213133_06.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_01.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_02.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_03.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_04.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_05.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_06.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_07.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_08.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_09.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_10.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_11.occurrences |        3 +
 ...tIssue213584.php.testIssue213584_12.occurrences |        3 +
 ...tIssue216876.php.testIssue216876_01.occurrences |        3 +
 ...tIssue216876.php.testIssue216876_02.occurrences |        3 +
 ...tIssue216876.php.testIssue216876_03.occurrences |        3 +
 ...tIssue217357.php.testIssue217357_01.occurrences |        3 +
 ...tIssue217357.php.testIssue217357_02.occurrences |        3 +
 ...tIssue217357.php.testIssue217357_03.occurrences |        3 +
 ...tIssue217360.php.testIssue217360_01.occurrences |        2 +
 ...tIssue217360.php.testIssue217360_02.occurrences |        2 +
 ...tIssue217360.php.testIssue217360_03.occurrences |        2 +
 ...tIssue217360.php.testIssue217360_04.occurrences |        2 +
 ...tIssue218487.php.testIssue218487_01.occurrences |        2 +
 ...tIssue218487.php.testIssue218487_02.occurrences |        2 +
 ...tIssue223076.php.testIssue223076_01.occurrences |        2 +
 ...tIssue223076.php.testIssue223076_02.occurrences |        2 +
 ...tIssue223076.php.testIssue223076_03.occurrences |        2 +
 ...tIssue244317.php.testIssue244317_01.occurrences |        3 +
 ...tIssue244317.php.testIssue244317_02.occurrences |        3 +
 ...tIssue244317.php.testIssue244317_03.occurrences |        3 +
 ...tMagicMethod.php.testMagicMethod_01.occurrences |        2 +
 ...tMagicMethod.php.testMagicMethod_02.occurrences |        2 +
 ...hp.testMarkReturnsOnConstructorTest.occurrences |        1 -
 ....testMarkReturnsOnConstructorTest_2.occurrences |        1 -
 ...nt.php.testQualifiedUseStatement_01.occurrences |        4 +
 ...nt.php.testQualifiedUseStatement_02.occurrences |        4 +
 ...nt.php.testQualifiedUseStatement_03.occurrences |        4 +
 ...nt.php.testQualifiedUseStatement_04.occurrences |        4 +
 ...ectionVariableInMethodInvocation_01.occurrences |        2 +
 ...ectionVariableInMethodInvocation_02.occurrences |        2 +
 ...ithNs.php.testStaticAccessWithNs_01.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_02.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_03.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_04.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_05.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_06.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_07.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_08.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_09.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_10.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_11.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_12.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_13.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_14.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_15.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_16.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_17.occurrences |        3 +
 ...ithNs.php.testStaticAccessWithNs_18.occurrences |        3 +
 ....php.testStaticAccessWithNsAlias_01.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_02.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_03.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_04.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_05.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_06.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_07.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_08.occurrences |        4 +
 ....php.testStaticAccessWithNsAlias_09.occurrences |        2 +
 ....php.testStaticAccessWithNsAlias_10.occurrences |        2 +
 ...MethodCall.php.testStaticMethodCall.occurrences |        2 +
 ...AndConst.php.testUseFuncAndConst_01.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_02.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_03.occurrences |        2 +
 ...AndConst.php.testUseFuncAndConst_04.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_05.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_06.occurrences |        2 +
 ...AndConst.php.testUseFuncAndConst_07.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_08.occurrences |        2 +
 ...AndConst.php.testUseFuncAndConst_09.occurrences |        4 +
 ...AndConst.php.testUseFuncAndConst_10.occurrences |        2 +
 ...ssName.php.testVariableAsAClassName.occurrences |        2 +
 .../data/testfiles/varcomment/mixed01.php.semantic |        4 -
 .../testfiles/varcomment/simple01.php.semantic     |        4 -
 .../data/testfiles/verification/Issue239277.php    |       14 +
 .../PSR0/testIssue246997/SomeClass.php             |       11 +
 .../SomeClass.php.testIssue246997.hints            |        0
 .../FirstNs/SecondNs/WrongName.php                 |        9 +
 .../WrongName.php.testNsNotOkClassNotOk.hints      |        4 +
 .../FirstNs/SecondNs/WrongName.php                 |        9 +
 .../WrongName.php.testNsNotOkClassNotOk_type.hints |        4 +
 .../FirstNs/SecondNs/WrongName.php                 |        9 +
 .../WrongName.php.testNsOkClassNotOk.hints         |        0
 .../FirstNs/SecondNs/SomeClass.php                 |        9 +
 .../SomeClass.php.testNsOkClassNotOk_01.hints      |        0
 .../FirstNs/SecondNs/SomeClass.php                 |        9 +
 .../SomeClass.php.testNsOkClassNotOk_01_type.hints |        4 +
 .../FirstNs/SecondNs/WrongName.php                 |        9 +
 .../WrongName.php.testNsOkClassNotOk_type.hints    |        4 +
 .../testNsOkClassOk/FirstNs/SecondNs/ClassName.php |        9 +
 .../SecondNs/ClassName.php.testNsOkClassOk.hints   |        0
 .../FirstNs/SecondNs/Some/Class.php                |        9 +
 .../Some/Class.php.testNsOkClassOk_01.hints        |        0
 .../FirstNs/SecondNs/Some/Class.php                |        9 +
 .../Some/Class.php.testNsOkClassOk_01_type.hints   |        0
 .../FirstNs/SecondNs/ClassName.php                 |        9 +
 .../ClassName.php.testNsOkClassOk_type.hints       |        0
 .../PSR1/testConstantNameNotOk_1/ClassName.php     |        9 +
 .../ClassName.php.testConstantNameNotOk_1.hints    |        4 +
 .../PSR1/testConstantNameNotOk_2/ClassName.php     |        9 +
 .../ClassName.php.testConstantNameNotOk_2.hints    |        4 +
 .../PSR1/testConstantNameNotOk_3/ClassName.php     |        9 +
 .../ClassName.php.testConstantNameNotOk_3.hints    |        4 +
 .../PSR1/testConstantNameOk_1/ClassName.php        |        9 +
 .../ClassName.php.testConstantNameOk_1.hints       |        0
 .../PSR1/testConstantNameOk_2/ClassName.php        |        9 +
 .../ClassName.php.testConstantNameOk_2.hints       |        0
 .../PSR1/testMethodMagicOk/ClassName.php           |       22 +
 .../ClassName.php.testMethodMagicOk.hints          |        0
 .../PSR1/testMethodNotOk_1/ClassName.php           |       11 +
 .../ClassName.php.testMethodNotOk_1.hints          |        4 +
 .../PSR1/testMethodNotOk_2/ClassName.php           |       11 +
 .../ClassName.php.testMethodNotOk_2.hints          |        4 +
 .../verification/PSR1/testMethodOk_1/ClassName.php |       11 +
 .../ClassName.php.testMethodOk_1.hints             |        0
 .../verification/PSR1/testMethodOk_2/ClassName.php |       11 +
 .../ClassName.php.testMethodOk_2.hints             |        0
 .../verification/PSR1/testMethodOk_3/ClassName.php |       11 +
 .../ClassName.php.testMethodOk_3.hints             |        0
 .../PSR1/testPropertyName_01/ClassName.php         |       19 +
 .../ClassName.php.testPropertyName_01.hints        |       25 +
 .../PSR1/testPropertyName_02/ClassName.php         |       19 +
 .../ClassName.php.testPropertyName_02.hints        |       20 +
 .../PSR1/testPropertyName_03/ClassName.php         |       19 +
 .../ClassName.php.testPropertyName_03.hints        |       35 +
 .../PSR1/testPropertyName_04/ClassName.php         |       14 +
 .../ClassName.php.testPropertyName_04.hints        |       15 +
 .../PSR1/testPropertyName_05/ClassName.php         |       14 +
 .../ClassName.php.testPropertyName_05.hints        |       15 +
 .../PSR1/testPropertyName_06/ClassName.php         |       14 +
 .../ClassName.php.testPropertyName_06.hints        |       20 +
 .../PSR1/testSideEffect_01/ClassName.php           |       10 +
 .../ClassName.php.testSideEffect_01.hints          |        4 +
 .../PSR1/testSideEffect_02/ClassName.php           |       10 +
 .../ClassName.php.testSideEffect_02.hints          |        4 +
 .../PSR1/testSideEffect_03/ClassName.php           |       10 +
 .../ClassName.php.testSideEffect_03.hints          |        4 +
 .../PSR1/testSideEffect_04/ClassName.php           |        9 +
 .../ClassName.php.testSideEffect_04.hints          |        4 +
 .../PSR1/testSideEffect_05/ClassName.php           |        7 +
 .../ClassName.php.testSideEffect_05.hints          |        4 +
 .../PSR1/testSideEffect_06/ClassName.php           |       11 +
 .../ClassName.php.testSideEffect_06.hints          |        0
 .../PSR1/testSideEffect_07/ClassName.php           |       15 +
 .../ClassName.php.testSideEffect_07.hints          |        4 +
 .../PSR1/testSideEffect_08/ClassName.php           |       13 +
 .../ClassName.php.testSideEffect_08.hints          |        0
 .../PSR1/testSideEffect_09/ClassName.php           |       14 +
 .../ClassName.php.testSideEffect_09.hints          |        4 +
 .../PSR1/testSideEffect_10/ClassName.php           |       13 +
 .../ClassName.php.testSideEffect_10.hints          |        0
 .../PSR1/testTypeNameNotOk52/ClassName.php         |        7 +
 .../ClassName.php.testTypeNameNotOk52.hints        |        4 +
 .../PSR1/testTypeNameNotOk53/ClassName.php         |        7 +
 .../ClassName.php.testTypeNameNotOk53.hints        |        4 +
 .../PSR1/testTypeNameNotOk53_2/ClassName.php       |        7 +
 .../ClassName.php.testTypeNameNotOk53_2.hints      |        4 +
 .../testTypeNameNotOkNamespace52/ClassName.php     |        7 +
 ...lassName.php.testTypeNameNotOkNamespace52.hints |        4 +
 .../testTypeNameNotOkNamespace53/ClassName.php     |        7 +
 ...lassName.php.testTypeNameNotOkNamespace53.hints |        4 +
 .../testTypeNameNotOkNamespace53_2/ClassName.php   |        9 +
 ...ssName.php.testTypeNameNotOkNamespace53_2.hints |        4 +
 .../testTypeNameNotOneDeclaration52/ClassName.php  |       18 +
 ...sName.php.testTypeNameNotOneDeclaration52.hints |        4 +
 .../testTypeNameNotOneDeclaration53/ClassName.php  |       20 +
 ...sName.php.testTypeNameNotOneDeclaration53.hints |        4 +
 .../PSR1/testTypeNameOk52/ClassName.php            |        7 +
 .../ClassName.php.testTypeNameOk52.hints           |        0
 .../PSR1/testTypeNameOk53/ClassName.php            |        7 +
 .../ClassName.php.testTypeNameOk53.hints           |        0
 .../testAbstractClassInstantiationHint.php         |       10 +
 ...nt.php.testAbstractClassInstantiationHint.hints |        6 +
 .../testAbstractClassInstantiationHint_02.php      |        9 +
 ...php.testAbstractClassInstantiationHint_02.hints |        6 +
 .../verification/testAccidentalAssignmentHint.php  |       25 +
 ...talAssignmentHint.php.testInSubAndInWhile.hints |       28 +
 ...AssignmentHint.php.testInSubAndNotInWhile.hints |       13 +
 ...AssignmentHint.php.testNotInSubAndInWhile.hints |       20 +
 ...ignmentHint.php.testNotInSubAndNotInWhile.hints |       10 +
 .../verification/testAddUseImportSuggestion_01.php |       11 +
 ...tion_01.php.testAddUseImportSuggestion_01.hints |        6 +
 .../verification/testAddUseImportSuggestion_02.php |       11 +
 ...tion_02.php.testAddUseImportSuggestion_02.hints |        0
 .../verification/testAmbiguousComparisonHint.php   |       45 +
 ...risonHint.php.testAmbiguousComparisonHint.hints |       24 +
 .../verification/testArraySyntaxSuggestion.php     |       11 +
 ...ggestion.php.testArraySyntaxSuggestion_01.hints |        4 +
 ...ggestion.php.testArraySyntaxSuggestion_02.hints |        4 +
 ...ggestion.php.testArraySyntaxSuggestion_03.hints |        4 +
 ...ggestion.php.testArraySyntaxSuggestion_04.hints |        4 +
 ...ggestion.php.testArraySyntaxSuggestion_05.hints |        6 +
 ...ggestion.php.testArraySyntaxSuggestion_06.hints |        4 +
 .../verification/testAssignVariableSuggestion.php  |        9 +
 ...ggestion.php.testAssignVariableSuggestion.hints |        4 +
 ...stion.php.testAssignVariableSuggestion_02.hints |        0
 ...stion.php.testAssignVariableSuggestion_03.hints |        0
 .../testfiles/verification/testClassesLines.php    |       56 +
 ...testClassesLines.php.testClassesLinesFail.hints |        3 +
 .../testClassesLines.php.testClassesLinesOk.hints  |        0
 .../verification/testClosingDelimUseCase01.php     |       15 +
 ...imUseCase01.php.testClosingDelimUseCase01.hints |        0
 .../verification/testClosingDelimUseCase02.php     |       13 +
 ...imUseCase02.php.testClosingDelimUseCase02.hints |        4 +
 .../verification/testClosingDelimUseCase03.php     |       14 +
 ...imUseCase03.php.testClosingDelimUseCase03.hints |        0
 .../verification/testCookieSuperglobalsHint.php    |       56 +
 ...lobalsHint.php.testCookieSuperglobalsHint.hints |       25 +
 .../verification/testDoWhileBracesHint.php         |       15 +
 ...WhileBracesHint.php.testDoWhileBracesHint.hints |        4 +
 .../verification/testEmptyStatementHint.php        |      302 +
 ...yStatementHint.php.testEmptyStatementHint.hints |        4 +
 .../verification/testEnvSuperglobalsHint.php       |       56 +
 ...erglobalsHint.php.testEnvSuperglobalsHint.hints |       25 +
 .../verification/testErrorControlOperatorHint.php  |       30 +
 ...atorHint.php.testErrorControlOperatorHint.hints |        0
 .../testfiles/verification/testForBracesHint.php   |       14 +
 .../testForBracesHint.php.testForBracesHint.hints  |        4 +
 .../verification/testForEachBracesHint.php         |       14 +
 ...rEachBracesHint.php.testForEachBracesHint.hints |        4 +
 .../testfiles/verification/testFunctionsLines.php  |       55 +
 ...FunctionsLines.php.testFunctionsLinesFail.hints |        9 +
 ...stFunctionsLines.php.testFunctionsLinesOk.hints |        0
 .../verification/testGetSuperglobalsHint.php       |       56 +
 ...erglobalsHint.php.testGetSuperglobalsHint.hints |       25 +
 .../testfiles/verification/testGlobalContext.php   |        5 +
 .../testGlobalContext.php.testGlobalContext.hints  |        0
 .../testIdenticalComparisonSuggestion.php          |        5 +
 ...ion.php.testIdenticalComparisonSuggestion.hints |        4 +
 .../testfiles/verification/testIfBracesHint_01.php |       16 +
 ...stIfBracesHint_01.php.testIfBracesHint_01.hints |        8 +
 .../testfiles/verification/testIfBracesHint_02.php |       18 +
 ...stIfBracesHint_02.php.testIfBracesHint_02.hints |       12 +
 .../testfiles/verification/testIfBracesHint_03.php |       17 +
 ...stIfBracesHint_03.php.testIfBracesHint_03.hints |       12 +
 .../verification/testImmutableVariablesHint.php    |       46 +
 ...ablesHint.php.testWith1AllowedAssignments.hints |       42 +
 .../testImplementAbstractMethodsHint.php           |       77 +
 ...Hint.php.testImplementAbstractMethodsHint.hints |       10 +
 .../testInitializeFieldSuggestion_01.php           |        9 +
 ...n_01.php.testInitializeFieldSuggestion_01.hints |        4 +
 .../testInitializeFieldSuggestion_02.php           |       13 +
 ...n_02.php.testInitializeFieldSuggestion_02.hints |        4 +
 .../testInitializeFieldSuggestion_03.php           |       10 +
 ...n_03.php.testInitializeFieldSuggestion_03.hints |        4 +
 .../testInitializeFieldSuggestion_04.php           |       14 +
 ...n_04.php.testInitializeFieldSuggestion_04.hints |        0
 .../testfiles/verification/testInterfacesLines.php |       55 +
 ...terfacesLines.php.testInterfacesLinesFail.hints |        3 +
 ...InterfacesLines.php.testInterfacesLinesOk.hints |        0
 .../verification/testIntroduceSuggestion.php       |       13 +
 ...Suggestion.php.testIntroduceSuggestion_01.hints |        4 +
 ...Suggestion.php.testIntroduceSuggestion_02.hints |        4 +
 ...Suggestion.php.testIntroduceSuggestion_03.hints |        4 +
 ...Suggestion.php.testIntroduceSuggestion_04.hints |        4 +
 ...Suggestion.php.testIntroduceSuggestion_05.hints |        4 +
 ...Suggestion.php.testIntroduceSuggestion_06.hints |        4 +
 .../testfiles/verification/testIssue223842.php     |        7 +
 .../testIssue223842.php.testIssue223842.hints      |        0
 .../testfiles/verification/testIssue224940.php     |        9 +
 .../testIssue224940.php.testIssue224940.hints      |        0
 .../testfiles/verification/testIssue225818.php     |       11 +
 .../testIssue225818.php.testIssue225818.hints      |        0
 .../testfiles/verification/testIssue226041.php     |       10 +
 .../testIssue226041.php.testIssue226041.hints      |        6 +
 .../testfiles/verification/testIssue226425.php     |        9 +
 .../testIssue226425.php.testIssue226425.hints      |        0
 .../testfiles/verification/testIssue226494.php     |       19 +
 .../testIssue226494.php.testIssue226494.hints      |        0
 .../testfiles/verification/testIssue227081.php     |        8 +
 .../testIssue227081.php.testIssue227081.hints      |        3 +
 .../testfiles/verification/testIssue229522.php     |       11 +
 .../testIssue229522.php.testIssue229522.hints      |        4 +
 .../testfiles/verification/testIssue229529.php     |       13 +
 .../testIssue229529.php.testIssue229529.hints      |        0
 .../testfiles/verification/testIssue230297.php     |        9 +
 .../testIssue230297.php.testIssue230297.hints      |        0
 .../testfiles/verification/testIssue233268.php     |        7 +
 .../testIssue233268.php.testIssue233268.hints      |        0
 .../testfiles/verification/testIssue234983.php     |        7 +
 .../testIssue234983.php.testIssue234983.hints      |        0
 .../testfiles/verification/testIssue237620_01.php  |       28 +
 ...testIssue237620_01.php.testIssue237620_01.hints |        0
 .../testfiles/verification/testIssue237620_02.php  |       28 +
 ...testIssue237620_02.php.testIssue237620_02.hints |        3 +
 .../testfiles/verification/testIssue237620_03.php  |       28 +
 ...testIssue237620_03.php.testIssue237620_03.hints |        0
 .../testfiles/verification/testIssue237620_04.php  |       28 +
 ...testIssue237620_04.php.testIssue237620_04.hints |        3 +
 .../testfiles/verification/testIssue237726_01.php  |        4 +
 ...testIssue237726_01.php.testIssue237726_01.hints |        0
 .../testfiles/verification/testIssue237726_02.php  |        4 +
 ...testIssue237726_02.php.testIssue237726_02.hints |        0
 .../testfiles/verification/testIssue237768.php     |        1 +
 .../testIssue237768.php.testIssue237768.hints      |        0
 .../testfiles/verification/testIssue239277.php     |       13 +
 .../testIssue239277.php.testIssue239277_01.hints   |        4 +
 .../testIssue239277.php.testIssue239277_02.hints   |        4 +
 .../testfiles/verification/testIssue239640.php     |       13 +
 .../testIssue239640.php.testIssue239640.hints      |        0
 .../testIssue239640.php.testIssue239640_01.hints   |        0
 .../testfiles/verification/testIssue241824.php     |       13 +
 .../testIssue241824.php.testIssue241824_01.hints   |        0
 .../testIssue241824.php.testIssue241824_02.hints   |        4 +
 .../verification/testMethodRedeclarationHint.php   |       35 +
 ...ationHint.php.testMethodRedeclarationHint.hints |        9 +
 .../verification/testModifiersCheckHint.php        |       37 +
 ...fiersCheckHint.php.testModifiersCheckHint.hints |       34 +
 .../verification/testNestedBlocksHint_default.php  |       91 +
 ...tNestedBlocksHint_default.php.testDefault.hints |       56 +
 .../verification/testParentConstructorCallHint.php |       50 +
 ...allHint.php.testParentConstructorCallHint.hints |       20 +
 .../verification/testPostSuperglobalsHint.php      |       56 +
 ...rglobalsHint.php.testPostSuperglobalsHint.hints |       25 +
 .../verification/testRequestSuperglobalsHint.php   |       56 +
 ...obalsHint.php.testRequestSuperglobalsHint.hints |       25 +
 .../verification/testServerSuperglobalsHint.php    |       59 +
 ...lobalsHint.php.testServerSuperglobalsHint.hints |       25 +
 .../verification/testTooManyReturnStatements.php   |       40 +
 ...tatements.php.testTooManyReturnStatements.hints |       24 +
 .../testfiles/verification/testTraitsLines.php     |       56 +
 .../testTraitsLines.php.testTraitsLinesFail.hints  |        3 +
 .../testTraitsLines.php.testTraitsLinesOk.hints    |        0
 .../verification/testTypeRedeclarationHint.php     |       17 +
 ...arationHint.php.testTypeRedeclarationHint.hints |        6 +
 .../verification/testUninitializedVariableHint.php |      104 +
 ...ninitializedVariableHint.php.testWithRefs.hints |       21 +
 ...itializedVariableHint.php.testWithoutRefs.hints |       27 +
 .../verification/testUnreachableStatementHint.php  |       70 +
 ...mentHint.php.testUnreachableStatementHint.hints |       27 +
 .../testUnreachableStatementHint_02.php            |       99 +
 ...nt_02.php.testUnreachableStatementHint_02.hints |       45 +
 .../testUnusedInGlobalNamespaceContext.php         |        7 +
 ...xt.php.testUnusedInGlobalNamespaceContext.hints |        0
 .../testUnusedInGlobalProgramContext.php           |        5 +
 ...text.php.testUnusedInGlobalProgramContext.hints |        0
 .../testfiles/verification/testUnusedUsesHint.php  |       62 +
 ...testUnusedUsesHint.php.testUnusedUsesHint.hints |       12 +
 .../verification/testUnusedVariableHint.php        |      129 +
 ...testUnusedVariableHint.php.testWithParams.hints |       59 +
 ...tUnusedVariableHint.php.testWithoutParams.hints |       41 +
 .../verification/testVarDocSuggestion.php          |        5 +
 ...VarDocSuggestion.php.testVarDocSuggestion.hints |        4 +
 .../testfiles/verification/testWhileBracesHint.php |       14 +
 ...stWhileBracesHint.php.testWhileBracesHint.hints |        4 +
 .../verification/testWrongOrderOfArgsHint.php      |       25 +
 ...erOfArgsHint.php.testWrongOrderOfArgsHint.hints |        8 +
 .../verification/testWrongParamNameHint.php        |       74 +
 ...gParamNameHint.php.testWrongParamNameHint.hints |       16 +
 .../modules/php/editor/DocRendererTest.java        |       96 -
 .../modules/php/editor/MagicMethod68Test.java      |       77 -
 .../modules/php/editor/PHPBracesMatcherTest.java   |      185 +
 .../modules/php/editor/PHPCCDocumentationTest.java |       92 -
 .../php/editor/PHPCodeCompletion144653Test.java    |       79 -
 .../php/editor/PHPCodeCompletion147730Test.java    |       79 -
 .../php/editor/PHPCodeCompletion155085_01Test.java |       79 -
 .../php/editor/PHPCodeCompletion155085_02Test.java |       79 -
 .../php/editor/PHPCodeCompletion159970Test.java    |       82 -
 .../php/editor/PHPCodeCompletion163432Test.java    |       82 -
 .../php/editor/PHPCodeCompletion164755Test.java    |       82 -
 .../php/editor/PHPCodeCompletion166339Test.java    |       79 -
 .../php/editor/PHPCodeCompletion172925Test.java    |       79 -
 .../php/editor/PHPCodeCompletion178955Test.java    |       94 -
 .../php/editor/PHPCodeCompletion188107Test.java    |       87 -
 .../php/editor/PHPCodeCompletion194294Test.java    |       91 -
 .../php/editor/PHPCodeCompletion196175Test.java    |       84 -
 .../php/editor/PHPCodeCompletion197084Test.java    |       92 -
 .../modules/php/editor/PHPCodeCompletionTest.java  |      803 -
 .../netbeans/modules/php/editor/PHPTestBase.java   |       96 +-
 .../modules/php/editor/ParamDeclTypes68Test.java   |      129 -
 .../modules/php/editor/TypeInference68Test.java    |      127 -
 .../php/editor/actions/FixUsesPerformerTest.java   |      358 +
 .../php/editor/actions/ImportDataCreatorTest.java  |      237 +
 .../editor/actions/InsertSemicolonActionTest.java  |       72 +
 .../php/editor/actions/PHPActionTestBase.java      |       90 +
 .../actions/ToggleBlockCommentActionTest.java      |      172 +
 .../php/editor/actions/UsedNamesCollectorTest.java |      153 +
 .../php/editor/codegen/ASTNodeUtilitiesTest.java   |        4 +-
 .../SelectedPropertyMethodsCreatorTest.java        |      156 +
 .../php/editor/completion/DocRendererTest.java     |      112 +
 .../php/editor/completion/MagicMethod68Test.java   |       81 +
 .../editor/completion/PHP53CodeCompletionTest.java |      111 +
 .../editor/completion/PHP54CodeCompletionTest.java |      137 +
 .../editor/completion/PHP56CodeCompletionTest.java |      106 +
 .../completion/PHPArrayCodeCompletionTest.java     |       89 +
 .../editor/completion/PHPCCDocumentationTest.java  |      152 +
 .../completion/PHPCodeCompletion144653Test.java    |       79 +
 .../completion/PHPCodeCompletion147730Test.java    |       79 +
 .../completion/PHPCodeCompletion155085_01Test.java |       79 +
 .../completion/PHPCodeCompletion155085_02Test.java |       79 +
 .../completion/PHPCodeCompletion159970Test.java    |       82 +
 .../completion/PHPCodeCompletion160444Test.java    |      217 +
 .../completion/PHPCodeCompletion163432Test.java    |       82 +
 .../completion/PHPCodeCompletion164755Test.java    |       82 +
 .../completion/PHPCodeCompletion166339Test.java    |       79 +
 .../completion/PHPCodeCompletion172925Test.java    |       79 +
 .../completion/PHPCodeCompletion178955Test.java    |       94 +
 .../completion/PHPCodeCompletion188107Test.java    |       87 +
 .../completion/PHPCodeCompletion191666Test.java    |       93 +
 .../completion/PHPCodeCompletion194294Test.java    |       91 +
 .../completion/PHPCodeCompletion194875Test.java    |       89 +
 .../completion/PHPCodeCompletion195232Test.java    |       85 +
 .../completion/PHPCodeCompletion196175Test.java    |       99 +
 .../completion/PHPCodeCompletion196564Test.java    |       89 +
 .../completion/PHPCodeCompletion196565Test.java    |       97 +
 .../completion/PHPCodeCompletion197084Test.java    |       92 +
 .../completion/PHPCodeCompletion200501Test.java    |       77 +
 .../completion/PHPCodeCompletion201310Test.java    |       89 +
 .../completion/PHPCodeCompletion201452_01Test.java |       81 +
 .../completion/PHPCodeCompletion201452_02Test.java |       81 +
 .../completion/PHPCodeCompletion201870Test.java    |       77 +
 .../completion/PHPCodeCompletion202498Test.java    |       77 +
 .../completion/PHPCodeCompletion202530Test.java    |       77 +
 .../completion/PHPCodeCompletion203294Test.java    |       77 +
 .../completion/PHPCodeCompletion203332Test.java    |       85 +
 .../completion/PHPCodeCompletion204104Test.java    |       93 +
 .../completion/PHPCodeCompletion204847Test.java    |       77 +
 .../completion/PHPCodeCompletion204908Test.java    |       77 +
 .../completion/PHPCodeCompletion204925Test.java    |      105 +
 .../completion/PHPCodeCompletion204958Test.java    |       81 +
 .../completion/PHPCodeCompletion206521Test.java    |       77 +
 .../completion/PHPCodeCompletion207088Test.java    |       77 +
 .../completion/PHPCodeCompletion207188Test.java    |       81 +
 .../completion/PHPCodeCompletion207345Test.java    |       77 +
 .../completion/PHPCodeCompletion207592Test.java    |       77 +
 .../completion/PHPCodeCompletion207594Test.java    |       77 +
 .../completion/PHPCodeCompletion208193Test.java    |       77 +
 .../completion/PHPCodeCompletion208784Test.java    |       77 +
 .../completion/PHPCodeCompletion208825Test.java    |       77 +
 .../completion/PHPCodeCompletion209117Test.java    |       77 +
 .../completion/PHPCodeCompletion209255Test.java    |       77 +
 .../completion/PHPCodeCompletion209405Test.java    |       81 +
 .../completion/PHPCodeCompletion209608Test.java    |       77 +
 .../completion/PHPCodeCompletion210254Test.java    |       97 +
 .../completion/PHPCodeCompletion211230Test.java    |       77 +
 .../completion/PHPCodeCompletion215058Test.java    |       89 +
 .../completion/PHPCodeCompletion215161Test.java    |       77 +
 .../completion/PHPCodeCompletion215371Test.java    |       78 +
 .../completion/PHPCodeCompletion216119Test.java    |       77 +
 .../completion/PHPCodeCompletion217330Test.java    |       77 +
 .../completion/PHPCodeCompletion217990Test.java    |       77 +
 .../completion/PHPCodeCompletion221725Test.java    |       77 +
 .../completion/PHPCodeCompletion224549Test.java    |       77 +
 .../completion/PHPCodeCompletion225062Test.java    |       77 +
 .../completion/PHPCodeCompletion225089Test.java    |       89 +
 .../completion/PHPCodeCompletion225454Test.java    |       81 +
 .../completion/PHPCodeCompletion225687Test.java    |       82 +
 .../completion/PHPCodeCompletion226071Test.java    |       89 +
 .../completion/PHPCodeCompletion226632Test.java    |       77 +
 .../completion/PHPCodeCompletion230052Test.java    |       77 +
 .../completion/PHPCodeCompletion233756Test.java    |       77 +
 .../completion/PHPCodeCompletion233938Test.java    |       77 +
 .../completion/PHPCodeCompletion234243Test.java    |       77 +
 .../completion/PHPCodeCompletion236184Test.java    |       85 +
 .../completion/PHPCodeCompletion236938Test.java    |       81 +
 .../completion/PHPCodeCompletion240242Test.java    |       78 +
 .../completion/PHPCodeCompletion240522Test.java    |       82 +
 .../completion/PHPCodeCompletion240523Test.java    |       90 +
 .../completion/PHPCodeCompletion241695Test.java    |       86 +
 .../completion/PHPCodeCompletion241902Test.java    |       86 +
 .../completion/PHPCodeCompletion241919Test.java    |       78 +
 .../completion/PHPCodeCompletion242351Test.java    |       78 +
 .../completion/PHPCodeCompletion242398Test.java    |       82 +
 .../completion/PHPCodeCompletion243458Test.java    |       82 +
 .../completion/PHPCodeCompletion243684Test.java    |       82 +
 .../PHPCodeCompletionQualifiedStaticTest.java      |       77 +
 .../editor/completion/PHPCodeCompletionTest.java   |      928 +
 .../completion/PHPCodeCompletionTestBase.java      |       80 +
 .../completion/PHPCodeTemplateFilterTest.java      |      171 +
 .../completion/PHPDocCodeCompletionTest.java       |       95 +
 .../editor/completion/ParamDeclTypes68Test.java    |      129 +
 .../php/editor/completion/TypeInference68Test.java |      127 +
 .../csl/DeprTypeUsageSemanticAnalysisTest.java     |       77 +
 .../csl/DeprecatedConstSemanticAnalysisTest.java   |       77 +
 .../csl/DeprecatedFieldsSemanticAnalysisTest.java  |       77 +
 .../DeprecatedFunctionsSemanticAnalysisTest.java   |       77 +
 .../csl/DeprecatedMethodsSemanticAnalysisTest.java |       85 +
 .../csl/DeprecatedSemanticAnalysisTestBase.java    |       67 +
 .../csl/DeprecatedTypesSemanticAnalysisTest.java   |       77 +
 .../modules/php/editor/csl/FoldingTest.java        |      100 +
 .../php/editor/csl/GotoDeclarationTest.java        |     1792 +
 .../php/editor/csl/NavigatorDeprecatedTest.java    |       81 +
 .../modules/php/editor/csl/NavigatorTest.java      |      111 +
 .../php/editor/csl/OccurrencesFinderImplTest.java  |     1248 +
 .../modules/php/editor/csl/PHPNavTestBase.java     |      205 +
 .../php/editor/csl/PhpNavigatorTestBase.java       |      138 +
 .../php/editor/csl/SemanticAnalysisTestBase.java   |       56 +
 .../php/editor/csl/SemanticAnalyzerTest.java       |      193 +
 .../modules/php/editor/csl/TestUtilities.java      |      149 +
 .../php/editor/elements/PhpElementImplTest.java    |       85 +
 .../editor/elements/TypeNameResolverImplTest.java  |      386 +
 .../php/editor/indent/FormatVisitorTest.java       |       27 +-
 .../indent/GeneratingBracketCompleterTest.java     |      281 -
 .../php/editor/indent/PHPBracesMatcherTest.java    |      186 -
 .../indent/PHPBracketCompleterFileBasedTest.java   |      262 -
 .../php/editor/indent/PHPBracketCompleterTest.java |     1369 -
 .../php/editor/indent/PHPDataObjectTest.java       |       67 +
 .../editor/indent/PHPFormatterAlignmentTest.java   |      239 +
 .../editor/indent/PHPFormatterBlankLinesTest.java  |      958 +
 .../php/editor/indent/PHPFormatterBrokenTest.java  |       79 +
 .../php/editor/indent/PHPFormatterHtmlTest.java    |      163 +
 .../php/editor/indent/PHPFormatterQATest.java      |       14 +-
 .../php/editor/indent/PHPFormatterSpacesTest.java  |      985 +
 .../editor/indent/PHPFormatterTemplateTest.java    |      426 +
 .../php/editor/indent/PHPFormatterTest.java        |     2146 +-
 .../php/editor/indent/PHPFormatterTestBase.java    |      217 +
 .../editor/indent/PHPFormatterTestTemplate.java    |      512 -
 .../editor/indent/PHPFormatterWrappingTest.java    |      724 +
 .../editor/indent/PHPNewLineIndenterQATest.java    |       35 +-
 .../php/editor/indent/PHPNewLineIndenterTest.java  |      292 +-
 .../modules/php/editor/index/PHPIndexTest.java     |       31 +-
 .../php/editor/js/JsFormatterEmbeddedTest.java     |      109 +
 .../modules/php/editor/lexer/LexUtilitiesTest.java |       16 +-
 .../php/editor/lexer/PHP53FeaturesTest.java        |      243 +-
 .../php/editor/lexer/PHP54FeaturesTest.java        |      119 +
 .../php/editor/lexer/PHPDocCommentLexerTest.java   |       46 +-
 .../modules/php/editor/lexer/PHPLexerTest.java     |      149 +-
 .../modules/php/editor/lexer/PHPLexerTestBase.java |       15 +-
 .../modules/php/editor/lexer/PHPTopLexerTest.java  |       72 +-
 .../php/editor/model/impl/ModelIndexTest.java      |       34 +-
 .../editor/model/impl/ModelPerformanceTest.java    |       91 +
 .../modules/php/editor/model/impl/ModelTest.java   |       54 +-
 .../php/editor/model/impl/ModelTestBase.java       |       46 +-
 .../php/editor/model/impl/SuperAndSubTypeTest.java |      344 +
 .../modules/php/editor/model/impl/TypeTest.java    |       68 +
 .../php/editor/model/impl/VariousUtilsTest.java    |      136 +-
 .../php/editor/nav/GotoDeclarationTest.java        |     1453 -
 .../php/editor/nav/OccurrencesFinderImplTest.java  |      400 -
 .../netbeans/modules/php/editor/nav/TestBase.java  |      223 -
 .../modules/php/editor/nav/TestUtilities.java      |      149 -
 .../php/editor/parser/ASTPHP5ParserTest.java       |      479 +-
 .../php/editor/parser/PHPDocCommentParserTest.java |      126 +-
 .../php/editor/parser/PHPVarCommentParserTest.java |       76 +
 .../php/editor/parser/ParserPerformanceTest.java   |       20 +-
 .../modules/php/editor/parser/ParserTestBase.java  |       35 +-
 .../php/editor/parser/PhpParserErrorTest.java      |      410 +
 .../php/editor/parser/PhpStructureScannerTest.java |      183 -
 .../modules/php/editor/parser/PrintASTVisitor.java |      260 +-
 .../php/editor/parser/SanitizeCurlyTest.java       |       10 +-
 .../php/editor/parser/SanitizeRequireTest.java     |      186 +-
 .../php/editor/parser/SanitizeSourceTest.java      |       47 +-
 .../php/editor/parser/SemanticAnalyzerTest.java    |      140 -
 .../annotation/EditorAnnotationLineParserTest.java |       68 +
 .../parser/annotation/LinkLineParserTest.java      |      129 +
 .../parser/astnodes/CommentExtractorTest.java      |       84 +
 .../php/editor/php53/PHPCodeCompletionTest.java    |      110 -
 .../php/editor/sql/PHPSQLCompletionTest.java       |       14 +-
 .../PHPBracketCompleterFileBasedTest.java          |      341 +
 .../typinghooks/PhpCommentGeneratorTest.java       |      349 +
 .../typinghooks/PhpDeletedTextInterceptorTest.java |      190 +
 .../typinghooks/PhpTypedBreakInterceptorTest.java  |      580 +
 .../typinghooks/PhpTypedTextInterceptorTest.java   |      650 +
 .../editor/typinghooks/PhpTypinghooksTestBase.java |      112 +
 .../verification/AccidentalAssignmentHintTest.java |       93 +
 .../modules/php/editor/verification/HintsTest.java |      338 +
 .../verification/ImmutableVariablesHintTest.java   |       74 +
 .../editor/verification/NestedBlocksHintTest.java  |       81 +
 .../php/editor/verification/PHPHintsTestBase.java  |       91 +
 .../php/editor/verification/PSR0HintTest.java      |      127 +
 .../php/editor/verification/PSR1HintTest.java      |      263 +
 .../editor/verification/TooManyLinesHintTest.java  |      168 +
 .../UninitializedVariableHintTest.java             |       94 +
 .../verification/UnusedVariableHintTest.java       |       90 +
 .../editor/verification/VerificationUtilsTest.java |       72 +
 php.editor/tools/ASTPHP5Parser.cup                 |     1860 +-
 php.editor/tools/ASTPHP5Scanner.flex               |      228 +-
 php.editor/tools/DocumentorColoringScanner.flex    |       92 +-
 php.editor/tools/Php5ColoringScanner.flex          |      563 +-
 php.help/build.xml                                 |        5 -
 .../modules/php/help/docs/abbreviations-list.html  |      290 -
 .../netbeans/modules/php/help/docs/credits.html    |       48 -
 .../help/docs/customize-project-include-path.html  |      137 -
 .../docs/customize-project-run-configuration.html  |      161 -
 .../php/help/docs/customize-project-sources.html   |      119 -
 .../modules/php/help/docs/findUsages-CSH.html      |       57 -
 .../netbeans/modules/php/help/docs/help-about.html |      121 -
 .../netbeans/modules/php/help/docs/help-map.xml    |       46 -
 .../netbeans/modules/php/help/docs/help-toc.xml    |       39 -
 .../new-project-configure_existing_sources.html    |      126 -
 .../docs/new-project-configure_no_sources.html     |      132 -
 .../php/help/docs/new-project-frameworks.html      |       81 -
 .../help/docs/new-project-run-configuration.html   |      309 -
 .../modules/php/help/docs/options-csh/general.html |      137 -
 .../modules/php/help/docs/options-csh/phpdoc.html  |      102 -
 .../modules/php/help/docs/options-csh/symfony.html |      101 -
 .../php/help/docs/options-csh/unit-testing.html    |       99 -
 .../modules/php/help/docs/options-csh/zend.html    |      100 -
 .../org/netbeans/modules/php/help/docs/phphelp.hs  |       46 -
 .../modules/php/help/docs/phpprojectnode.html      |       38 -
 php.help/manifest.mf                               |        7 -
 php.help/nbproject/project.properties              |        3 -
 php.help/nbproject/project.xml                     |       11 -
 .../netbeans/modules/php/help/Bundle.properties    |       48 -
 .../org/netbeans/modules/php/help/help-helpset.xml |       26 -
 .../src/org/netbeans/modules/php/help/layer.xml    |       34 -
 php.kit/manifest.mf                                |        4 +-
 php.kit/nbproject/project.xml                      |       40 +-
 php.kit/release/VERSION.txt                        |        2 +-
 php.latte/build.xml                                |       17 +
 php.latte/manifest.mf                              |        7 +
 php.latte/nbproject/project.properties             |        2 +
 php.latte/nbproject/project.xml                    |      324 +
 .../modules/php/latte/LatteDataObject.java         |      117 +
 .../netbeans/modules/php/latte/LatteEditorKit.java |       69 +
 .../netbeans/modules/php/latte/LatteSyntax.java    |      110 +
 .../latte/actions/ToggleBlockCommentAction.java    |      218 +
 .../php/latte/braces/LatteBracesMatcher.java       |      453 +
 .../codetemplates/LatteCodeTemplateFilter.java     |      127 +
 .../modules/php/latte/completion/Bundle.properties |      404 +
 .../php/latte/completion/CompletionProviders.java  |       90 +
 .../completion/LatteAttributeCompletionItem.java   |       81 +
 .../latte/completion/LatteCompletionContext.java   |      207 +
 .../completion/LatteCompletionContextFinder.java   |      204 +
 .../latte/completion/LatteCompletionHandler.java   |      420 +
 .../latte/completion/LatteCompletionProposal.java  |      357 +
 .../php/latte/completion/LatteCustomAttribute.java |      118 +
 .../php/latte/completion/LatteDocumentation.java   |       91 +
 .../completion/LatteDocumentationFactory.java      |      181 +
 .../modules/php/latte/completion/LatteElement.java |      314 +
 .../php/latte/completion/LatteHtmlExtension.java   |      167 +
 .../modules/php/latte/csl/LatteLanguage.java       |      122 +
 .../php/latte/csl/LatteStructureScanner.java       |       73 +
 .../embedding/LatteHtmlEmbeddingProvider.java      |      117 +
 .../modules/php/latte/hints/Bundle.properties      |       43 +
 .../php/latte/hints/CaretSensitiveRule.java        |       54 +
 .../php/latte/hints/DeprecatedMacrosHint.java      |      229 +
 .../netbeans/modules/php/latte/hints/HintRule.java |      110 +
 .../php/latte/hints/HintsAdvancedOption.java       |       85 +
 .../modules/php/latte/hints/HintsUtils.java        |       78 +
 .../modules/php/latte/hints/InvokableRule.java     |       55 +
 .../php/latte/hints/LatteHintsProvider.java        |      199 +
 .../modules/php/latte/indent/LatteIndentTask.java  |       87 +
 .../modules/php/latte/indent/LatteIndenter.java    |      343 +
 .../php/latte/lexer/LatteMarkupColoringLexer.java  |      945 +
 .../modules/php/latte/lexer/LatteMarkupLexer.java  |       89 +
 .../php/latte/lexer/LatteMarkupTokenId.java        |      119 +
 .../modules/php/latte/lexer/LatteStateStack.java   |      162 +
 .../php/latte/lexer/LatteTopColoringLexer.java     |     1241 +
 .../modules/php/latte/lexer/LatteTopLexer.java     |       89 +
 .../modules/php/latte/lexer/LatteTopTokenId.java   |      123 +
 .../modules/php/latte/parser/LatteParser.java      |      224 +
 .../php/latte/parser/LatteParserResult.java        |      137 +
 .../modules/php/latte/resources/Bundle.properties  |       66 +
 .../modules/php/latte/resources/LatteExample.latte |       10 +
 .../php/latte/resources/LatteFileDescription.html  |       50 +
 .../php/latte/resources/LatteTemplate.latte        |        3 +
 .../modules/php/latte/resources/code-templates.xml |      246 +
 .../modules/php/latte/resources/helper_cc_icon.png |      Bin 0 -> 540 bytes
 .../php/latte/resources/highlighting-bluetheme.xml |       45 +
 .../latte/resources/highlighting-citylights.xml    |       45 +
 .../modules/php/latte/resources/highlighting.xml   |       60 +
 .../modules/php/latte/resources/latte_cc_icon.png  |      Bin 0 -> 3268 bytes
 .../modules/php/latte/resources/latte_icon.png     |      Bin 0 -> 3288 bytes
 .../netbeans/modules/php/latte/resources/layer.xml |      250 +
 .../modules/php/latte/resources/macro_cc_icon.png  |      Bin 0 -> 438 bytes
 .../php/latte/semantic/LatteSemanticAnalyzer.java  |       86 +
 .../modules/php/latte/utils/LatteLexerUtils.java   |      278 +
 .../LatteMarkupLexerTest/testIssue2340146_01.pass  |        7 +
 .../LatteMarkupLexerTest/testIssue2340146_02.pass  |        4 +
 .../LatteMarkupLexerTest/testIssue2340146_03.pass  |        6 +
 .../LatteTopLexerTest/comment-with-asterisk.pass   |        4 +
 .../lexer/LatteTopLexerTest/escaped-quotes.pass    |        5 +
 .../lexer/LatteTopLexerTest/indent-issue.pass      |        5 +
 .../lexer/LatteTopLexerTest/n-href-double.pass     |        3 +
 .../lexer/LatteTopLexerTest/n-href-single.pass     |        3 +
 .../n-multiple-in-one-element.pass                 |        5 +
 .../latte/lexer/LatteTopLexerTest/n-syntax.pass    |       20 +
 .../LatteTopLexerTest/single-curly-open-error.pass |        1 +
 .../latte/lexer/LatteTopLexerTest/syntax-asp.pass  |       15 +
 .../LatteTopLexerTest/syntax-double-in-curly.pass  |       13 +
 .../lexer/LatteTopLexerTest/syntax-double.pass     |       15 +
 .../LatteTopLexerTest/syntax-latte-in-curly.pass   |       11 +
 .../lexer/LatteTopLexerTest/syntax-latte.pass      |       18 +
 .../latte/lexer/LatteTopLexerTest/syntax-off.pass  |       25 +
 .../lexer/LatteTopLexerTest/syntax-python.pass     |       15 +
 .../syntax-sensitive-comment.pass                  |       20 +
 .../lexer/LatteTopLexerTest/testIssue214777.pass   |        1 +
 .../lexer/LatteTopLexerTest/testIssue230530.pass   |        2 +
 .../lexer/LatteTopLexerTest/testIssue231352.pass   |        1 +
 .../testIssue231475_NoSpaceAtCssTokenStart.pass    |        1 +
 .../LatteTopLexerTest/testIssue240146_01.pass      |        3 +
 .../LatteTopLexerTest/testIssue240146_02.pass      |       19 +
 .../latte/lexer/LatteTopLexerTest/variable.pass    |        3 +
 .../LatteTopLexerTest/ws-after-opening-delim.pass  |        1 +
 .../lexer/LatteTopLexerTest/ws-not-error.pass      |        1 +
 .../testfiles/actions/toggleComment/testHtml.latte |        7 +
 .../toggleComment/testHtml.latte.toggleComment     |        7 +
 .../actions/toggleComment/testIssue230261_01.latte |       10 +
 .../testIssue230261_01.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_02.latte |       10 +
 .../testIssue230261_02.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_03.latte |       10 +
 .../testIssue230261_03.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_04.latte |       10 +
 .../testIssue230261_04.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_05.latte |       10 +
 .../testIssue230261_05.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_06.latte |       10 +
 .../testIssue230261_06.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_07.latte |       10 +
 .../testIssue230261_07.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_08.latte |       10 +
 .../testIssue230261_08.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_09.latte |       10 +
 .../testIssue230261_09.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_10.latte |       10 +
 .../testIssue230261_10.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_11.latte |       10 +
 .../testIssue230261_11.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_12.latte |       10 +
 .../testIssue230261_12.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_13.latte |       10 +
 .../testIssue230261_13.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230261_14.latte |       10 +
 .../testIssue230261_14.latte.toggleComment         |       10 +
 .../actions/toggleComment/testIssue230377.latte    |        5 +
 .../testIssue230377.latte.toggleComment            |        5 +
 .../testfiles/braces/testBlock.testBlock.braces    |        5 +
 .../testfiles/braces/testCache.testCache.braces    |        5 +
 .../braces/testCapture.testCapture.braces          |        5 +
 .../testfiles/braces/testDefine.testDefine.braces  |        5 +
 .../braces/testEndBlock.testEndBlock.braces        |        5 +
 .../braces/testEndCache.testEndCache.braces        |        5 +
 .../braces/testEndCapture.testEndCapture.braces    |        5 +
 .../braces/testEndDefine.testEndDefine.braces      |        5 +
 .../braces/testEndFirst.testEndFirst.braces        |        5 +
 .../testfiles/braces/testEndFor.testEndFor.braces  |        5 +
 .../braces/testEndForeach.testEndForeach.braces    |        5 +
 .../braces/testEndForm.testEndForm.braces          |        5 +
 .../testEndIfCurrent.testEndIfCurrent.braces       |        5 +
 .../braces/testEndLabel.testEndLabel.braces        |        5 +
 .../braces/testEndLast.testEndLast.braces          |        5 +
 .../testfiles/braces/testEndSep.testEndSep.braces  |        5 +
 .../braces/testEndSnippet.testEndSnippet.braces    |        5 +
 .../braces/testEndSyntax.testEndSyntax.braces      |        5 +
 .../testEndUnderscope.testEndUnderscope.braces     |        5 +
 .../braces/testEndWhile.testEndWhile.braces        |        5 +
 .../testfiles/braces/testFirst.testFirst.braces    |        5 +
 .../data/testfiles/braces/testFor.testFor.braces   |        5 +
 .../braces/testForeach.testForeach.braces          |        5 +
 .../data/testfiles/braces/testForm.testForm.braces |        5 +
 .../braces/testIfCurrent.testIfCurrent.braces      |        5 +
 .../testfiles/braces/testIf_01.testIf_01.braces    |        9 +
 .../testfiles/braces/testIf_02.testIf_02.braces    |        9 +
 .../testfiles/braces/testIf_03.testIf_03.braces    |        9 +
 .../testfiles/braces/testIf_04.testIf_04.braces    |        9 +
 .../braces/testIfset_01.testIfset_01.braces        |        9 +
 .../braces/testIfset_02.testIfset_02.braces        |        9 +
 .../braces/testIfset_03.testIfset_03.braces        |        9 +
 .../braces/testIfset_04.testIfset_04.braces        |        9 +
 .../testfiles/braces/testLabel.testLabel.braces    |        5 +
 .../data/testfiles/braces/testLast.testLast.braces |        5 +
 .../braces/testNested_01.testNested_01.braces      |        9 +
 .../braces/testNested_02.testNested_02.braces      |        9 +
 .../braces/testNested_03.testNested_03.braces      |        9 +
 .../braces/testNested_04.testNested_04.braces      |        9 +
 .../braces/testNested_05.testNested_05.braces      |        9 +
 .../braces/testNested_06.testNested_06.braces      |        9 +
 .../braces/testNested_07.testNested_07.braces      |        7 +
 .../braces/testNested_08.testNested_08.braces      |        7 +
 .../braces/testNested_09.testNested_09.braces      |        7 +
 .../braces/testNested_10.testNested_10.braces      |        7 +
 .../data/testfiles/braces/testSep.testSep.braces   |        5 +
 .../braces/testSnippet.testSnippet.braces          |        5 +
 .../testfiles/braces/testSyntax.testSyntax.braces  |        5 +
 .../braces/testUnderscope.testUnderscope.braces    |        5 +
 .../testfiles/braces/testWhile.testWhile.braces    |        5 +
 .../testfiles/completion/testCompletion_01.latte   |        1 +
 ...ompletion_01.latte.testCompletion_01.completion |       76 +
 .../testfiles/completion/testCompletion_02.latte   |        1 +
 ...ompletion_02.latte.testCompletion_02.completion |        6 +
 .../testfiles/completion/testCompletion_03.latte   |        1 +
 ...ompletion_03.latte.testCompletion_03.completion |       29 +
 .../testfiles/completion/testCompletion_04.latte   |        1 +
 ...ompletion_04.latte.testCompletion_04.completion |        5 +
 .../testfiles/completion/testCompletion_05.latte   |        5 +
 ...ompletion_05.latte.testCompletion_05.completion |       76 +
 .../testfiles/completion/testCompletion_06.latte   |        5 +
 ...ompletion_06.latte.testCompletion_06.completion |       76 +
 .../testfiles/completion/testCompletion_07.latte   |        5 +
 ...ompletion_07.latte.testCompletion_07.completion |       76 +
 .../testfiles/completion/testCompletion_08.latte   |        5 +
 ...ompletion_08.latte.testCompletion_08.completion |       76 +
 .../testfiles/completion/testEndMacro_01.latte     |        7 +
 ...estEndMacro_01.latte.testEndMacro_01.completion |       21 +
 .../testfiles/completion/testEndMacro_02.latte     |        7 +
 ...estEndMacro_02.latte.testEndMacro_02.completion |        5 +
 .../testfiles/completion/testIterator_01.latte     |        3 +
 ...estIterator_01.latte.testIterator_01.completion |       13 +
 .../testfiles/completion/testIterator_02.latte     |        3 +
 ...estIterator_02.latte.testIterator_02.completion |        4 +
 .../testfiles/completion/testVariable_01.latte     |        1 +
 ...estVariable_01.latte.testVariable_01.completion |       11 +
 .../testfiles/completion/testVariable_02.latte     |        1 +
 ...estVariable_02.latte.testVariable_02.completion |        5 +
 .../testfiles/completion/testVariable_03.latte     |        1 +
 ...estVariable_03.latte.testVariable_03.completion |        3 +
 .../testfiles/completion/testVariable_04.latte     |        1 +
 ...estVariable_04.latte.testVariable_04.completion |        5 +
 .../data/testfiles/embedding/testIssue231799.latte |        1 +
 ...testIssue231799.latte.testIssue231799.embedding |        1 +
 .../testfiles/hints/testIfCurrentMacroHint.latte   |        5 +
 ...entMacroHint.latte.testIfCurrentMacroHint.hints |        3 +
 .../data/testfiles/hints/testWidgetMacroHint.latte |        4 +
 ...WidgetMacroHint.latte.testWidgetMacroHint.hints |        4 +
 .../data/testfiles/indent/shortedBlockMacro.latte  |        4 +
 .../indent/shortedBlockMacro.latte.formatted       |        4 +
 .../data/testfiles/indent/testIfElseBlock.latte    |        9 +
 .../indent/testIfElseBlock.latte.formatted         |        9 +
 .../data/testfiles/indent/testInlineLatte.latte    |       12 +
 .../indent/testInlineLatte.latte.formatted         |       12 +
 .../data/testfiles/indent/testIssue237326_01.latte |        7 +
 .../indent/testIssue237326_01.latte.formatted      |        7 +
 .../data/testfiles/indent/testIssue237326_02.latte |        7 +
 .../indent/testIssue237326_02.latte.formatted      |        7 +
 .../data/testfiles/indent/testIssue237326_03.latte |        5 +
 .../indent/testIssue237326_03.latte.formatted      |        5 +
 .../data/testfiles/indent/testIssue241118_01.latte |       37 +
 .../indent/testIssue241118_01.latte.formatted      |       37 +
 .../data/testfiles/indent/testIssue241118_02.latte |        5 +
 .../indent/testIssue241118_02.latte.formatted      |        5 +
 .../data/testfiles/indent/testRealFile_01.latte    |      213 +
 .../indent/testRealFile_01.latte.formatted         |      213 +
 .../data/testfiles/indent/testRealFile_02.latte    |       17 +
 .../indent/testRealFile_02.latte.formatted         |       17 +
 .../data/testfiles/indent/testRealFile_03.latte    |       49 +
 .../indent/testRealFile_03.latte.formatted         |       49 +
 .../data/testfiles/indent/testRealFile_04.latte    |       50 +
 .../indent/testRealFile_04.latte.formatted         |       50 +
 .../data/testfiles/indent/testSimpleIfBlock.latte  |        7 +
 .../indent/testSimpleIfBlock.latte.formatted       |        7 +
 .../lexer/markup/testIssue2340146_01.latte-markup  |        1 +
 .../lexer/markup/testIssue2340146_02.latte-markup  |        1 +
 .../lexer/markup/testIssue2340146_03.latte-markup  |        1 +
 .../lexer/top/comment-with-asterisk.latte          |       15 +
 .../data/testfiles/lexer/top/escaped-quotes.latte  |        2 +
 .../data/testfiles/lexer/top/indent-issue.latte    |        4 +
 .../data/testfiles/lexer/top/n-href-double.latte   |        1 +
 .../data/testfiles/lexer/top/n-href-single.latte   |        1 +
 .../lexer/top/n-multiple-in-one-element.latte      |        1 +
 .../unit/data/testfiles/lexer/top/n-syntax.latte   |        9 +
 .../lexer/top/single-curly-open-error.latte        |        1 +
 .../unit/data/testfiles/lexer/top/syntax-asp.latte |        6 +
 .../lexer/top/syntax-double-in-curly.latte         |        5 +
 .../data/testfiles/lexer/top/syntax-double.latte   |        6 +
 .../lexer/top/syntax-latte-in-curly.latte          |        4 +
 .../data/testfiles/lexer/top/syntax-latte.latte    |        6 +
 .../unit/data/testfiles/lexer/top/syntax-off.latte |       12 +
 .../data/testfiles/lexer/top/syntax-python.latte   |        6 +
 .../lexer/top/syntax-sensitive-comment.latte       |        8 +
 .../data/testfiles/lexer/top/testIssue214777.latte |        2 +
 .../data/testfiles/lexer/top/testIssue230530.latte |        3 +
 .../data/testfiles/lexer/top/testIssue231352.latte |        3 +
 .../testIssue231475_NoSpaceAtCssTokenStart.latte   |        7 +
 .../testfiles/lexer/top/testIssue240146_01.latte   |        1 +
 .../testfiles/lexer/top/testIssue240146_02.latte   |        5 +
 .../unit/data/testfiles/lexer/top/variable.latte   |        1 +
 .../lexer/top/ws-after-opening-delim.latte         |        1 +
 .../data/testfiles/lexer/top/ws-not-error.latte    |        1 +
 .../data/testfiles/parser/issue245728_01.latte     |        8 +
 .../testfiles/parser/issue245728_01.latte.errors   |        2 +
 .../data/testfiles/parser/issue245728_02.latte     |        3 +
 .../testfiles/parser/issue245728_02.latte.errors   |        1 +
 .../data/testfiles/parser/issue245728_03.latte     |        5 +
 .../testfiles/parser/issue245728_03.latte.errors   |        0
 .../data/testfiles/parser/issue245728_04.latte     |      213 +
 .../testfiles/parser/issue245728_04.latte.errors   |        0
 .../data/testfiles/parser/issue245728_05.latte     |       49 +
 .../testfiles/parser/issue245728_05.latte.errors   |        0
 .../data/testfiles/parser/issue245728_06.latte     |       50 +
 .../testfiles/parser/issue245728_06.latte.errors   |        0
 .../data/testfiles/parser/issue245728_07.latte     |       23 +
 .../testfiles/parser/issue245728_07.latte.errors   |        0
 .../data/testfiles/parser/issue245728_08.latte     |        7 +
 .../testfiles/parser/issue245728_08.latte.errors   |        0
 .../data/testfiles/parser/issue245728_09.latte     |       21 +
 .../testfiles/parser/issue245728_09.latte.errors   |        0
 .../data/testfiles/parser/issue245728_10.latte     |       70 +
 .../testfiles/parser/issue245728_10.latte.errors   |        0
 .../data/testfiles/parser/issue245728_11.latte     |       18 +
 .../testfiles/parser/issue245728_11.latte.errors   |        0
 .../data/testfiles/parser/issue245728_12.latte     |      232 +
 .../testfiles/parser/issue245728_12.latte.errors   |        0
 .../data/testfiles/parser/issue245728_13.latte     |       15 +
 .../testfiles/parser/issue245728_13.latte.errors   |        0
 .../data/testfiles/parser/issue245728_14.latte     |        1 +
 .../testfiles/parser/issue245728_14.latte.errors   |        0
 .../data/testfiles/parser/issue245728_15.latte     |        1 +
 .../testfiles/parser/issue245728_15.latte.errors   |        0
 .../data/testfiles/parser/issue245728_16.latte     |        3 +
 .../testfiles/parser/issue245728_16.latte.errors   |        0
 .../data/testfiles/parser/issue245728_17.latte     |        3 +
 .../testfiles/parser/issue245728_17.latte.errors   |        0
 .../data/testfiles/parser/issue245728_18.latte     |       13 +
 .../testfiles/parser/issue245728_18.latte.errors   |        0
 .../data/testfiles/parser/issue245728_19.latte     |       15 +
 .../testfiles/parser/issue245728_19.latte.errors   |        0
 .../data/testfiles/parser/issue245728_20.latte     |        5 +
 .../testfiles/parser/issue245728_20.latte.errors   |        0
 .../data/testfiles/parser/issue245728_21.latte     |        3 +
 .../testfiles/parser/issue245728_21.latte.errors   |        0
 .../data/testfiles/parser/issue245728_22.latte     |        5 +
 .../testfiles/parser/issue245728_22.latte.errors   |        0
 .../data/testfiles/parser/issue245728_23.latte     |       30 +
 .../testfiles/parser/issue245728_23.latte.errors   |        0
 .../data/testfiles/parser/issue245728_24.latte     |        9 +
 .../testfiles/parser/issue245728_24.latte.errors   |        0
 .../data/testfiles/parser/issue245728_25.latte     |       33 +
 .../testfiles/parser/issue245728_25.latte.errors   |        0
 .../data/testfiles/parser/issue245728_26.latte     |        3 +
 .../testfiles/parser/issue245728_26.latte.errors   |        0
 .../data/testfiles/parser/issue245728_27.latte     |        3 +
 .../testfiles/parser/issue245728_27.latte.errors   |        0
 .../data/testfiles/parser/issue245728_28.latte     |       54 +
 .../testfiles/parser/issue245728_28.latte.errors   |        0
 .../netbeans/modules/php/latte/LatteTestBase.java  |      120 +
 .../php/latte/actions/LatteActionsTestBase.java    |       61 +
 .../actions/ToggleBlockCommentActionTest.java      |      150 +
 .../php/latte/braces/LatteBracesMatcherTest.java   |      576 +
 .../php/latte/completion/LatteCompletionTest.java  |      118 +
 .../latte/completion/LatteCompletionTestBase.java  |       56 +
 .../embedding/LatteHtmlEmbeddingProviderTest.java  |       84 +
 .../modules/php/latte/hints/LatteHintsTest.java    |       62 +
 .../php/latte/hints/LatteHintsTestBase.java        |       73 +
 .../php/latte/indent/LatteIndenterTest.java        |      106 +
 .../php/latte/indent/LatteIndenterTestBase.java    |      124 +
 .../php/latte/lexer/LatteLexerTestBase.java        |      119 +
 .../php/latte/lexer/LatteMarkupLexerTest.java      |       80 +
 .../modules/php/latte/lexer/LatteTopLexerTest.java |      169 +
 .../php/latte/parser/LatteParserErrorTest.java     |      169 +
 .../modules/php/latte/utils/TestUtils.java         |       85 +
 php.latte/tools/LatteMarkupColoringLexer.flex      |      293 +
 php.latte/tools/LatteTopColoringLexer.flex         |      613 +
 php.latte/tools/skeleton.netbeans                  |      326 +
 php.nette.tester/build.xml                         |        5 +
 php.nette.tester/manifest.mf                       |        7 +
 php.nette.tester/nbproject/project.properties      |        2 +
 php.nette.tester/nbproject/project.xml             |      157 +
 .../php/nette/tester/TesterTestingProvider.java    |      152 +
 .../modules/php/nette/tester/commands/Tester.java  |      481 +
 .../php/nette/tester/create/TestCreator.java       |      117 +
 .../php/nette/tester/locate/TesterTestLocator.java |      127 +
 .../php/nette/tester/options/TesterOptions.java    |      119 +
 .../tester/options/TesterOptionsValidator.java     |       81 +
 .../tester/preferences/TesterPreferences.java      |      150 +
 .../preferences/TesterPreferencesValidator.java    |       84 +
 .../php/nette/tester/resources/Bundle.properties   |       49 +
 .../modules/php/nette/tester/resources/layer.xml   |       55 +
 .../modules/php/nette/tester/run/TapParser.java    |      262 +
 .../modules/php/nette/tester/run/TestCaseVo.java   |      137 +
 .../modules/php/nette/tester/run/TestRunner.java   |       68 +
 .../modules/php/nette/tester/run/TestSuiteVo.java  |       80 +
 .../nette/tester/ui/customizer/Bundle.properties   |       48 +
 .../tester/ui/customizer/CustomizerTester.form     |      165 +
 .../tester/ui/customizer/CustomizerTester.java     |      398 +
 .../tester/ui/customizer/TesterCustomizer.java     |       79 +
 .../php/nette/tester/ui/options/Bundle.properties  |       52 +
 .../tester/ui/options/TesterOptionsPanel.form      |      216 +
 .../tester/ui/options/TesterOptionsPanel.java      |      430 +
 .../ui/options/TesterOptionsPanelController.java   |      197 +
 .../php/nette/tester/ui/resources/NetteTest.phpt   |       14 +
 .../nette/tester/ui/resources/package-info.java    |       51 +
 .../modules/php/nette/tester/util/TesterUtils.java |       77 +
 .../test/unit/data/nette-tester-tap1.log           |       36 +
 .../test/unit/data/nette-tester-tap2.log           |        8 +
 .../php/nette/tester/run/TapParserTest.java        |      204 +
 php.nette2/build.xml                               |        5 +
 php.nette2/manifest.mf                             |        5 +
 php.nette2/nbproject/project.properties            |        3 +
 php.nette2/nbproject/project.xml                   |      150 +
 .../php/nette2/Nette2FrameworkProvider.java        |      200 +
 .../php/nette2/Nette2PhpModuleExtender.java        |      136 +
 .../annotations/Nette2AnnotationsProvider.java     |       87 +
 .../nette2/codegen/ActionRenderCodeGenerator.java  |      135 +
 .../nette2/codegen/ActionRenderMethodChecker.java  |      106 +
 .../modules/php/nette2/options/Nette2Options.java  |      103 +
 .../php/nette2/preferences/Nette2Preferences.java  |       70 +
 .../modules/php/nette2/resources/Bundle.properties |       45 +
 .../nette2/ui/actions/Nette2GoToActionAction.java  |      102 +
 .../nette2/ui/actions/Nette2GoToViewAction.java    |       80 +
 .../ui/actions/Nette2PhpModuleActionsExtender.java |       76 +
 .../ActionRenderCodeGeneratorTableModel.java       |      104 +
 .../nette2/ui/codegen/ActionRenderVisualPanel.form |      147 +
 .../nette2/ui/codegen/ActionRenderVisualPanel.java |      339 +
 .../php/nette2/ui/codegen/Bundle.properties        |        8 +
 .../php/nette2/ui/customizer/Bundle.properties     |        3 +
 .../ui/customizer/Nette2CustomizerExtender.java    |      118 +
 .../ui/customizer/Nette2CustomizerPanel.form       |       52 +
 .../ui/customizer/Nette2CustomizerPanel.java       |      102 +
 .../php/nette2/ui/options/Bundle.properties        |       52 +
 .../php/nette2/ui/options/Nette2OptionsPanel.form  |      165 +
 .../php/nette2/ui/options/Nette2OptionsPanel.java  |      302 +
 .../ui/options/Nette2OptionsPanelController.java   |      191 +
 .../php/nette2/ui/resources/nette_badge_8.png      |      Bin 0 -> 387 bytes
 .../php/nette2/ui/wizards/Bundle.properties        |       42 +
 .../nette2/ui/wizards/NewNette2ProjectPanel.form   |       64 +
 .../nette2/ui/wizards/NewNette2ProjectPanel.java   |      171 +
 .../modules/php/nette2/utils/Constants.java        |       68 +
 .../modules/php/nette2/utils/EditorUtils.java      |      207 +
 .../modules/php/nette2/utils/FileUtils.java        |      139 +
 php.phpdoc.documentation/manifest.mf               |        4 +-
 php.phpdoc.documentation/nbproject/project.xml     |        2 +-
 .../php/phpdoc/documentation/Bundle.properties     |        2 +-
 php.phpdoc/build.xml                               |        5 -
 php.phpdoc/manifest.mf                             |        7 -
 php.phpdoc/nbproject/project.xml                   |      104 -
 .../netbeans/modules/php/phpdoc/Bundle.properties  |       45 -
 .../netbeans/modules/php/phpdoc/PhpDocScript.java  |      229 -
 .../modules/php/phpdoc/PhpDocumentorProvider.java  |       73 -
 .../modules/php/phpdoc/resources/Bundle.properties |       47 -
 .../modules/php/phpdoc/resources/layer.xml         |       57 -
 .../modules/php/phpdoc/ui/BrowseFolderPanel.form   |       67 -
 .../modules/php/phpdoc/ui/BrowseFolderPanel.java   |      209 -
 .../modules/php/phpdoc/ui/Bundle.properties        |       45 -
 .../modules/php/phpdoc/ui/PhpDocPreferences.java   |       91 -
 .../php/phpdoc/ui/customizer/Bundle.properties     |       47 -
 .../php/phpdoc/ui/customizer/PhpDocCustomizer.java |       79 -
 .../php/phpdoc/ui/customizer/PhpDocPanel.form      |       90 -
 .../php/phpdoc/ui/customizer/PhpDocPanel.java      |      237 -
 .../php/phpdoc/ui/options/Bundle.properties        |       57 -
 .../php/phpdoc/ui/options/PhpDocOptions.java       |      113 -
 .../php/phpdoc/ui/options/PhpDocOptionsPanel.form  |      160 -
 .../php/phpdoc/ui/options/PhpDocOptionsPanel.java  |      341 -
 .../ui/options/PhpDocOptionsPanelController.java   |      145 -
 php.phpunit/build.xml                              |        5 +
 php.phpunit/manifest.mf                            |        7 +
 php.phpunit/nbproject/project.properties           |        2 +
 php.phpunit/nbproject/project.xml                  |      208 +
 php.phpunit/release/phpunit/NetBeansSuite.php      |      149 +
 .../php/phpunit/PhpUnitTestingProvider.java        |      162 +
 .../modules/php/phpunit/annotations/AssertTag.java |       55 +
 .../php/phpunit/annotations/BackupGlobalsTag.java  |       55 +
 .../annotations/BackupStaticAttributesTag.java     |       55 +
 .../php/phpunit/annotations/Bundle.properties      |      395 +
 .../phpunit/annotations/CodeCoverageIgnoreTag.java |       55 +
 .../modules/php/phpunit/annotations/CoversTag.java |       55 +
 .../php/phpunit/annotations/DataProviderTag.java   |       55 +
 .../php/phpunit/annotations/DependsTag.java        |       55 +
 .../annotations/ExpectedExceptionCodeTag.java      |       55 +
 .../annotations/ExpectedExceptionMessageTag.java   |       55 +
 .../phpunit/annotations/ExpectedExceptionTag.java  |       55 +
 .../modules/php/phpunit/annotations/GroupTag.java  |       55 +
 .../phpunit/annotations/OutputBufferingTag.java    |       55 +
 .../annotations/PhpUnitAnnotationsProvider.java    |      117 +
 .../annotations/RunInSeparateProcessTag.java       |       53 +
 .../RunTestsInSeparateProcessesTag.java            |       53 +
 .../modules/php/phpunit/annotations/TestTag.java   |       55 +
 .../php/phpunit/annotations/TestdoxTag.java        |       53 +
 .../modules/php/phpunit/annotations/TicketTag.java |       53 +
 .../parser/ExpectedExceptionLineParser.java        |       96 +
 .../parser/PhpUnitAnnotationLineParser.java        |       79 +
 .../modules/php/phpunit/commands/PhpUnit.java      |      808 +
 .../php/phpunit/commands/SkeletonGenerator.java    |      304 +
 .../php/phpunit/coverage/ClassMetricsImpl.java     |       94 +
 .../modules/php/phpunit/coverage/CoverageImpl.java |      220 +
 .../php/phpunit/coverage/CoverageMetricsImpl.java  |       67 +
 .../php/phpunit/coverage/CoverageProvider.java     |       76 +
 .../php/phpunit/coverage/FileMetricsImpl.java      |       83 +
 .../phpunit/coverage/PhpUnitCoverageLogParser.java |      312 +
 .../modules/php/phpunit/create/TestCreator.java    |      113 +
 .../php/phpunit/locate/PhpUnitTestLocator.java     |      147 +
 .../php/phpunit/options/PhpUnitOptions.java        |      114 +
 .../phpunit/options/PhpUnitOptionsValidator.java   |       82 +
 .../phpunit/preferences/PhpUnitPreferences.java    |      196 +
 .../preferences/PhpUnitPreferencesValidator.java   |      105 +
 .../php/phpunit/resources/Bundle.properties        |       53 +
 .../modules/php/phpunit/resources/layer.xml        |       76 +
 .../modules/php/phpunit/run/PhpUnitLogParser.java  |      315 +
 .../modules/php/phpunit/run/TestCaseVo.java        |      198 +
 .../modules/php/phpunit/run/TestRunner.java        |      169 +
 .../modules/php/phpunit/run/TestSessionVo.java     |      135 +
 .../modules/php/phpunit/run/TestSuiteVo.java       |      114 +
 .../modules/php/phpunit/ui/Bundle.properties       |       42 +
 .../php/phpunit/ui/PhpUnitTestGroupsPanel.form     |       74 +
 .../php/phpunit/ui/PhpUnitTestGroupsPanel.java     |      299 +
 .../netbeans/modules/php/phpunit/ui/UiUtils.java   |       65 +
 .../php/phpunit/ui/customizer/Bundle.properties    |       91 +
 .../phpunit/ui/customizer/CustomizerPhpUnit.form   |      441 +
 .../phpunit/ui/customizer/CustomizerPhpUnit.java   |      620 +
 .../phpunit/ui/customizer/PhpUnitCustomizer.java   |       82 +
 .../php/phpunit/ui/options/Bundle.properties       |       87 +
 .../phpunit/ui/options/PhpUnitOptionsPanel.form    |      347 +
 .../phpunit/ui/options/PhpUnitOptionsPanel.java    |      538 +
 .../ui/options/PhpUnitOptionsPanelController.java  |      194 +
 .../php/phpunit/ui/resources/PHPUnitBootstrap.php  |       16 +
 .../phpunit/ui/resources/PHPUnitConfiguration.xml  |       16 +
 .../emptyPHPUnitBootstrapDescription.html          |        0
 .../emptyPHPUnitConfigurationDescription.html      |        0
 .../ui/resources/emptyPHPUnitSuiteDescription.html |        0
 .../modules/php/phpunit/util/PhpUnitUtils.java     |       60 +
 .../util/VersionOutputProcessorFactory.java        |       97 +
 .../unit/data/phpunit-coverage-issue180254.xml     |        0
 .../test/unit/data/phpunit-coverage.xml            |        0
 .../test/unit/data/phpunit-log-empty-suite.xml     |       19 +
 .../test/unit/data/phpunit-log-issue157846.xml     |        0
 .../test/unit/data/phpunit-log-issue159876.xml     |        0
 .../test/unit/data/phpunit-log-issue169433.xml     |        0
 .../test/unit/data/phpunit-log-issue198920.xml     |       29 +
 .../test/unit/data/phpunit-log-issue200503.xml     |       21 +
 .../test/unit/data/phpunit-log-more-suites.xml     |        0
 .../test/unit/data/phpunit-log-one-suite.xml       |        0
 .../parser/ExpectedExceptionLineParserTest.java    |      225 +
 .../parser/PhpUnitAnnotationLineParserTest.java    |       73 +
 .../modules/php/phpunit/commands/PhpUnitTest.java  |       92 +
 .../phpunit/commands/SkeletonGeneratorTest.java    |       84 +
 .../coverage/PhpUnitCoverageLogParserTest.java     |      185 +
 .../php/phpunit/run/PhpUnitLogParserTest.java      |      296 +
 php.project/build.xml                              |        2 +-
 php.project/external/binaries-list                 |        3 +-
 php.project/external/preindexed-php-license.txt    |      835 -
 php.project/manifest.mf                            |        2 +-
 php.project/nbproject/project.properties           |       10 +-
 php.project/nbproject/project.xml                  |      201 +-
 php.project/release/phpunit/NetBeansSuite.php      |      144 -
 .../netbeans/modules/php/project/Bundle.properties |       20 +-
 .../netbeans/modules/php/project/Frameworks.java   |      143 +
 .../project/InternalFilesFileEncodingQuery.java    |       62 +
 .../modules/php/project/PhpActionProvider.java     |       16 +-
 .../php/project/PhpConfigurationProvider.java      |       19 +-
 .../modules/php/project/PhpEditorExtender.java     |        4 +-
 .../php/project/PhpLanguageOptionsAccessor.java    |       78 -
 .../php/project/PhpLanguagePropertiesAccessor.java |       80 +
 .../modules/php/project/PhpModuleImpl.java         |      161 +-
 .../netbeans/modules/php/project/PhpProject.java   |     1258 +-
 .../modules/php/project/PhpProjectOperations.java  |       18 +-
 .../modules/php/project/PhpProjectValidator.java   |       78 +
 .../modules/php/project/PhpSharabilityQuery.java   |       39 +-
 .../netbeans/modules/php/project/PhpSources.java   |        7 +-
 .../netbeans/modules/php/project/PhpTemplates.java |        6 +-
 .../modules/php/project/PhpVisibilityQuery.java    |       41 +
 .../php/project/ProjectBrowserProviderImpl.java    |      122 +
 .../php/project/ProjectPropertiesSupport.java      |      342 +-
 .../modules/php/project/ProjectSettings.java       |       12 +
 .../modules/php/project/ProjectUpgrader.java       |      126 +
 .../netbeans/modules/php/project/SourceRoots.java  |      373 +-
 .../project/TemplateAttributesProviderImpl.java    |       37 +-
 .../modules/php/project/TestingProviders.java      |      114 +
 .../php/project/annotations/Bundle.properties      |       51 +
 .../project/annotations/UserAnnotationPanel.form   |      218 +
 .../project/annotations/UserAnnotationPanel.java   |      403 +
 .../php/project/annotations/UserAnnotationTag.java |      114 +
 .../php/project/annotations/UserAnnotations.java   |      167 +
 .../annotations/UserAnnotationsProvider.java       |      101 +
 .../modules/php/project/api/Bundle.properties      |       42 -
 .../modules/php/project/api/PhpAnnotations.java    |      193 +
 .../php/project/api/PhpLanguageOptions.java        |      236 -
 .../php/project/api/PhpLanguageProperties.java     |      313 +
 .../modules/php/project/api/PhpOptions.java        |       69 +-
 .../modules/php/project/api/PhpSourcePath.java     |       68 +-
 .../php/project/classpath/BasePathSupport.java     |       26 +
 .../project/classpath/BaseProjectPathSupport.java  |       47 +-
 .../project/classpath/ClassPathProviderImpl.java   |      106 +-
 .../php/project/classpath/CommonPhpSourcePath.java |       14 +-
 .../classpath/GlobalIncludePathSupport.java        |        4 +-
 .../classpath/IncludePathClassPathProvider.java    |      112 +-
 .../php/project/classpath/IncludePathSupport.java  |       96 +-
 .../classpath/SourcePathImplementation.java        |       29 +-
 .../support/ProjectClassPathImplementation.java    |        4 +-
 .../php/project/connections/Bundle.properties      |        4 +
 .../php/project/connections/ConfigManager.java     |       79 +-
 .../project/connections/DownloadSkipException.java |       55 +
 .../php/project/connections/RemoteClient.java      |      904 +-
 .../connections/RemoteClientImplementation.java    |       57 +
 .../php/project/connections/RemoteConnections.java |      117 +-
 .../php/project/connections/TmpLocalFile.java      |      236 +
 .../php/project/connections/TransferFile.java      |      342 -
 .../php/project/connections/TransferInfo.java      |      156 -
 .../project/connections/api/RemotePreferences.java |      129 +
 .../project/connections/common/Bundle.properties   |        3 +-
 .../project/connections/common/RemoteUtils.java    |      345 +
 .../connections/common/RemoteValidator.java        |       68 +-
 .../php/project/connections/ftp/Bundle.properties  |       31 +-
 .../php/project/connections/ftp/FtpClient.java     |      343 +-
 .../project/connections/ftp/FtpConfiguration.java  |      212 +-
 .../connections/ftp/FtpConfigurationPanel.form     |      166 +-
 .../connections/ftp/FtpConfigurationPanel.java     |      347 +-
 .../connections/ftp/FtpConfigurationValidator.java |      155 +
 .../connections/ftp/FtpConnectionProvider.java     |       32 +-
 .../project/connections/ftp/FtpPreferences.java    |       92 +
 .../connections/ftp/WindowsJdk7WarningPanel.form   |      102 +
 .../connections/ftp/WindowsJdk7WarningPanel.java   |      194 +
 .../php/project/connections/sftp/Bundle.properties |       11 +-
 .../php/project/connections/sftp/SftpClient.java   |      395 +-
 .../connections/sftp/SftpConfiguration.java        |       49 +-
 .../connections/sftp/SftpConfigurationPanel.form   |      153 +-
 .../connections/sftp/SftpConfigurationPanel.java   |      232 +-
 .../sftp/SftpConfigurationValidator.java           |      125 +
 .../connections/sftp/SftpConnectionProvider.java   |       21 +-
 .../php/project/connections/spi/Bundle.properties  |        1 -
 .../php/project/connections/spi/RemoteClient.java  |       20 +-
 .../connections/spi/RemoteConfiguration.java       |      168 +-
 .../connections/spi/RemoteConnectionProvider.java  |       10 +
 .../php/project/connections/spi/RemoteFile.java    |       19 +
 .../php/project/connections/sync/Bundle.properties |       54 +
 .../project/connections/sync/ProgressPanel.form    |       67 +
 .../project/connections/sync/ProgressPanel.java    |      372 +
 .../php/project/connections/sync/SummaryPanel.form |      125 +
 .../php/project/connections/sync/SummaryPanel.java |      223 +
 .../project/connections/sync/SyncController.java   |      624 +
 .../php/project/connections/sync/SyncItem.java     |      516 +
 .../php/project/connections/sync/SyncItems.java    |       90 +
 .../php/project/connections/sync/SyncPanel.form    |      363 +
 .../php/project/connections/sync/SyncPanel.java    |     1778 +
 .../php/project/connections/sync/TimeStamps.java   |      192 +
 .../connections/sync/diff/BaseStreamSource.java    |      115 +
 .../connections/sync/diff/Bundle.properties        |       41 +
 .../sync/diff/DiffFileEncodingQueryImpl.java       |       76 +
 .../project/connections/sync/diff/DiffPanel.form   |       33 +
 .../project/connections/sync/diff/DiffPanel.java   |      356 +
 .../diff/EditableTmpLocalFileStreamSource.java     |      123 +
 .../connections/sync/diff/NullStreamSource.java    |       60 +
 .../sync/diff/TmpLocalFileStreamSource.java        |       80 +
 .../connections/transfer/LocalTransferFile.java    |      154 +
 .../connections/transfer/RemoteTransferFile.java   |      166 +
 .../project/connections/transfer/TransferFile.java |      619 +
 .../project/connections/transfer/TransferInfo.java |      174 +
 .../php/project/connections/ui/Bundle.properties   |        7 +-
 .../connections/ui/NewRemoteConnectionPanel.form   |        8 +-
 .../connections/ui/NewRemoteConnectionPanel.java   |       64 +-
 .../connections/ui/RemoteConnectionsPanel.form     |       49 +-
 .../connections/ui/RemoteConnectionsPanel.java     |      195 +-
 .../connections/ui/transfer/Bundle.properties      |        7 +-
 .../ui/transfer/TransferFilesChangeSupport.java    |        2 +-
 .../ui/transfer/TransferFilesChooser.java          |       33 +-
 .../ui/transfer/TransferFilesChooserPanel.java     |        2 +-
 .../ui/transfer/TransferFilesChooserVisual.java    |       19 +-
 .../ui/transfer/table/Bundle.properties            |       66 -
 .../transfer/table/SortColumnHeaderRenderer.java   |      137 -
 .../transfer/table/TransferFileDownloadModel.java  |       73 -
 .../table/TransferFileTableChangeListener.java     |       53 -
 .../ui/transfer/table/TransferFileTableModel.java  |      366 -
 .../ui/transfer/table/TransferFileUnit.java        |       99 -
 .../ui/transfer/table/TransferFileUploadModel.java |       73 -
 .../ui/transfer/table/TransferFilter.form          |      121 -
 .../ui/transfer/table/TransferFilter.java          |      761 -
 .../ui/transfer/table/TransferFilterTable.java     |      248 -
 .../ui/transfer/tree/TransferSelector.java         |       75 +-
 .../ui/transfer/tree/TransferSelectorModel.java    |      126 +-
 .../php/project/copysupport/Bundle.properties      |        4 +-
 .../php/project/copysupport/CopySupport.java       |      311 +-
 .../php/project/copysupport/FailedFilesPanel.form  |       68 +
 .../php/project/copysupport/FailedFilesPanel.java  |      195 +
 .../project/copysupport/FileOperationFactory.java  |       21 +-
 .../project/copysupport/LocalOperationFactory.java |       29 +-
 .../copysupport/RemoteOperationFactory.java        |       93 +-
 .../php/project/environment/Bundle.properties      |        3 +-
 .../php/project/environment/MacPhpEnvironment.java |       58 +-
 .../php/project/environment/PhpEnvironment.java    |       25 +-
 .../project/environment/SolarisPhpEnvironment.java |        3 +-
 .../project/environment/UnixPhpEnvironment.java    |        3 +-
 .../project/environment/UnknownPhpEnvironment.java |        9 -
 .../project/environment/WindowsPhpEnvironment.java |      113 +-
 .../project/internalserver/InternalWebServer.java  |      292 +
 .../modules/php/project/phpunit/Bundle.properties  |      109 -
 .../modules/php/project/phpunit/PhpUnit.java       |      714 -
 .../modules/php/project/phpunit/PhpUnit33.java     |       59 -
 .../modules/php/project/phpunit/PhpUnit34.java     |       59 -
 .../modules/php/project/phpunit/PhpUnitCustom.java |       59 -
 .../php/project/phpunit/PhpUnitOptionsPanel.form   |      275 -
 .../php/project/phpunit/PhpUnitOptionsPanel.java   |      390 -
 .../phpunit/PhpUnitOptionsPanelController.java     |      154 -
 .../problems/CustomizerProblemResolver.java        |       98 +
 .../project/problems/DirectoryProblemResolver.java |      122 +
 .../modules/php/project/problems/Done.java         |       88 +
 .../problems/ProjectPropertiesProblemProvider.java |      389 +
 .../php/project/resources/Bundle.properties        |        8 +-
 .../modules/php/project/resources/layer.xml        |      226 +-
 .../php/project/resources/package-info.java        |       48 +
 .../php/project/resources/php-project-private1.xsd |       51 +
 .../modules/php/project/resources/php-project1.xsd |       57 +
 .../project/runconfigs/AdvancedWebProperties.java  |       49 +
 .../php/project/runconfigs/BaseRunConfig.java      |       99 +
 .../php/project/runconfigs/RunConfigInternal.java  |      177 +
 .../php/project/runconfigs/RunConfigLocal.java     |       86 +
 .../php/project/runconfigs/RunConfigRemote.java    |      174 +
 .../php/project/runconfigs/RunConfigScript.java    |      161 +
 .../php/project/runconfigs/RunConfigWeb.java       |      107 +
 .../validation/BaseRunConfigValidator.java         |      104 +
 .../validation/RunConfigInternalValidator.java     |       92 +
 .../validation/RunConfigLocalValidator.java        |       90 +
 .../validation/RunConfigRemoteValidator.java       |      153 +
 .../validation/RunConfigScriptValidator.java       |      121 +
 .../validation/RunConfigWebValidator.java          |       63 +
 .../modules/php/project/spi/XDebugStarter.java     |       96 -
 .../modules/php/project/ui/BrowseFolders.java      |       19 +-
 .../modules/php/project/ui/BrowseTestSources.form  |        9 +-
 .../modules/php/project/ui/BrowseTestSources.java  |       65 +-
 .../modules/php/project/ui/Bundle.properties       |       19 +-
 .../modules/php/project/ui/CopyFilesVisual.form    |       36 +-
 .../modules/php/project/ui/CopyFilesVisual.java    |       67 +-
 .../netbeans/modules/php/project/ui/HintArea.java  |       89 +
 .../modules/php/project/ui/LastUsedFolders.java    |      135 +-
 .../modules/php/project/ui/LocalServer.java        |       33 +-
 .../php/project/ui/LocalServerController.java      |       28 +-
 .../modules/php/project/ui/PathUiSupport.java      |      148 +-
 .../org/netbeans/modules/php/project/ui/Utils.java |      228 +-
 .../php/project/ui/actions/Bundle.properties       |       10 +-
 .../modules/php/project/ui/actions/Command.java    |       48 +-
 .../php/project/ui/actions/DebugFileCommand.java   |        6 +-
 .../project/ui/actions/DebugProjectCommand.java    |        8 +-
 .../project/ui/actions/DebugTestMethodCommand.java |       89 +
 .../php/project/ui/actions/DeleteCommand.java      |        7 +
 .../php/project/ui/actions/DownloadCommand.java    |       85 +-
 .../php/project/ui/actions/GlobalCommand.java      |        4 +-
 .../project/ui/actions/GoToActionOrViewAction.java |       12 +-
 .../php/project/ui/actions/RemoteCommand.java      |      229 +-
 .../php/project/ui/actions/RunFileCommand.java     |        6 +-
 .../ui/actions/RunFrameworkCommandAction.java      |        9 +-
 .../php/project/ui/actions/RunProjectCommand.java  |        9 +-
 .../php/project/ui/actions/RunTestCommand.java     |        4 +-
 .../project/ui/actions/RunTestMethodCommand.java   |       89 +
 .../php/project/ui/actions/RunTestsCommand.java    |      115 +
 .../php/project/ui/actions/SyncCommand.java        |      145 +
 .../php/project/ui/actions/TestProjectCommand.java |        4 +-
 .../php/project/ui/actions/UploadCommand.java      |       68 +-
 .../project/ui/actions/support/AskForUrlPanel.form |       10 +-
 .../project/ui/actions/support/AskForUrlPanel.java |       45 +-
 .../project/ui/actions/support/Bundle.properties   |        4 -
 .../project/ui/actions/support/CommandUtils.java   |      143 +-
 .../project/ui/actions/support/ConfigAction.java   |       43 +-
 .../ui/actions/support/ConfigActionInternal.java   |      110 +
 .../ui/actions/support/ConfigActionLocal.java      |      214 +-
 .../ui/actions/support/ConfigActionRemote.java     |       29 +-
 .../ui/actions/support/ConfigActionScript.java     |      137 +-
 .../ui/actions/support/ConfigActionSelenium.java   |       53 +-
 .../ui/actions/support/ConfigActionTest.java       |      561 +-
 .../project/ui/actions/support/DebugScript.java    |      106 -
 .../ui/actions/support/DebugStarterFactory.java    |       77 +
 .../ui/actions/support/DefaultScriptProvider.java  |      173 -
 .../php/project/ui/actions/support/FileRunner.java |      282 +
 .../ui/actions/support/RunFileActionProvider.java  |       52 +-
 .../project/ui/actions/support/RunFilePanel.form   |        8 +-
 .../project/ui/actions/support/RunFilePanel.java   |       39 +-
 .../php/project/ui/actions/support/RunScript.java  |      224 -
 .../actions/support/TestSingleMethodSupport.java   |      130 +
 .../ui/actions/support/XDebugStarterFactory.java   |       77 -
 .../php/project/ui/actions/tests/Bundle.properties |        7 +-
 .../ui/actions/tests/CreateTestsAction.java        |      340 +-
 .../php/project/ui/actions/tests/GoToTest.java     |      119 +-
 .../tests/PhpTestMethodDebuggerProvider.java       |       78 +
 .../actions/tests/PhpTestMethodRunnerProvider.java |       78 +
 .../project/ui/actions/tests/SelectFilePanel.form  |        5 +-
 .../project/ui/actions/tests/SelectFilePanel.java  |       62 +-
 .../ui/actions/tests/SelectProviderPanel.form      |       73 +
 .../ui/actions/tests/SelectProviderPanel.java      |      228 +
 .../php/project/ui/codecoverage/CoverageVO.java    |      253 -
 .../ui/codecoverage/PhpCoverageProvider.java       |       57 +-
 .../ui/codecoverage/PhpFileCoverageDetails.java    |       21 +-
 .../ui/codecoverage/PhpUnitCoverageLogParser.java  |      312 -
 .../php/project/ui/customizer/Bundle.properties    |      185 +-
 .../ui/customizer/CompositePanelProviderImpl.java  |      263 +-
 .../project/ui/customizer/CustomizerBrowser.form   |       81 +
 .../project/ui/customizer/CustomizerBrowser.java   |      173 +
 .../project/ui/customizer/CustomizerFramework.form |        1 +
 .../project/ui/customizer/CustomizerFramework.java |        2 +-
 .../ui/customizer/CustomizerIgnorePath.form        |      122 +-
 .../ui/customizer/CustomizerIgnorePath.java        |      195 +-
 .../ui/customizer/CustomizerIncludePath.form       |       56 +
 .../ui/customizer/CustomizerIncludePath.java       |      296 +
 .../customizer/CustomizerIncludePathInternal.form  |       98 +
 .../customizer/CustomizerIncludePathInternal.java  |      201 +
 .../ui/customizer/CustomizerPhpIncludePath.form    |      179 -
 .../ui/customizer/CustomizerPhpIncludePath.java    |      198 -
 .../project/ui/customizer/CustomizerPhpUnit.form   |      409 -
 .../project/ui/customizer/CustomizerPhpUnit.java   |      549 -
 .../ui/customizer/CustomizerProviderImpl.java      |       24 +-
 .../php/project/ui/customizer/CustomizerRun.form   |       31 +-
 .../php/project/ui/customizer/CustomizerRun.java   |       70 +-
 .../project/ui/customizer/CustomizerSources.form   |      129 +-
 .../project/ui/customizer/CustomizerSources.java   |      170 +-
 .../project/ui/customizer/CustomizerTesting.form   |      138 +
 .../project/ui/customizer/CustomizerTesting.java   |      378 +
 .../php/project/ui/customizer/LocalPathCell.form   |        2 +-
 .../php/project/ui/customizer/LocalPathCell.java   |       39 +-
 .../ui/customizer/PhpProjectProperties.java        |      495 +-
 .../project/ui/customizer/RunAsInternalServer.form |      169 +
 .../project/ui/customizer/RunAsInternalServer.java |      336 +
 .../php/project/ui/customizer/RunAsLocalWeb.form   |       72 +-
 .../php/project/ui/customizer/RunAsLocalWeb.java   |      197 +-
 .../php/project/ui/customizer/RunAsPanel.java      |       13 +-
 .../php/project/ui/customizer/RunAsRemoteWeb.form  |      109 +-
 .../php/project/ui/customizer/RunAsRemoteWeb.java  |      343 +-
 .../php/project/ui/customizer/RunAsScript.form     |       74 +-
 .../php/project/ui/customizer/RunAsScript.java     |      260 +-
 .../php/project/ui/customizer/RunAsValidator.java  |      254 -
 .../project/ui/customizer/RunAsWebAdvanced.form    |       57 +-
 .../project/ui/customizer/RunAsWebAdvanced.java    |      232 +-
 .../ui/customizer/TestDirectoriesPathSupport.java  |      101 +
 .../ui/customizer/TestingProviderPanel.form        |       51 +
 .../ui/customizer/TestingProviderPanel.java        |      187 +
 .../php/project/ui/logicalview/Bundle.properties   |        4 +-
 .../ui/logicalview/ImportantFilesNodeFactory.java  |      169 +-
 .../ui/logicalview/IncludePathNodeFactory.java     |       30 +-
 .../modules/php/project/ui/logicalview/Nodes.java  |       17 +-
 .../ui/logicalview/PhpLogicalViewProvider.java     |      516 +-
 .../project/ui/logicalview/PhpSourcesFilter.java   |       43 +-
 .../project/ui/logicalview/SourcesNodeFactory.java |       24 +-
 .../php/project/ui/logicalview/SrcNode.java        |      166 +-
 .../ui/options/BaseOptionsPanelController.java     |      157 +
 .../php/project/ui/options/Bundle.properties       |       99 +-
 .../project/ui/options/PhpAnnotationsPanel.form    |      170 +
 .../project/ui/options/PhpAnnotationsPanel.java    |      452 +
 .../ui/options/PhpAnnotationsPanelController.java  |      117 +
 .../php/project/ui/options/PhpDebuggerPanel.form   |      332 +
 .../php/project/ui/options/PhpDebuggerPanel.java   |      444 +
 .../ui/options/PhpDebuggerPanelController.java     |      163 +
 .../modules/php/project/ui/options/PhpOptions.java |      147 +-
 .../php/project/ui/options/PhpOptionsImpl.java     |       10 +-
 .../php/project/ui/options/PhpOptionsPanel.form    |      242 +-
 .../php/project/ui/options/PhpOptionsPanel.java    |      272 +-
 .../ui/options/PhpOptionsPanelController.java      |      104 +-
 .../php/project/ui/resources/PHPUnitBootstrap.php  |       16 -
 .../project/ui/resources/PHPUnitConfiguration.xml  |       16 -
 .../modules/php/project/ui/resources/delete.png    |      Bin 0 -> 457 bytes
 .../modules/php/project/ui/resources/diff.png      |      Bin 0 -> 553 bytes
 .../modules/php/project/ui/resources/download.png  |      Bin 0 -> 945 bytes
 .../php/project/ui/resources/download_mirrored.png |      Bin 0 -> 980 bytes
 .../php/project/ui/resources/emptyClassPHP.php     |        7 +-
 .../php/project/ui/resources/emptyInterfacePHP.php |        7 +-
 .../modules/php/project/ui/resources/emptyPHP.php  |        3 +-
 .../php/project/ui/resources/emptyWebPagePHP.php   |        6 +-
 .../modules/php/project/ui/resources/error.png     |      Bin 0 -> 701 bytes
 .../php/project/ui/resources/file-conflict.png     |      Bin 0 -> 358 bytes
 .../project/ui/resources/file-dir-collision.png    |      Bin 0 -> 429 bytes
 .../php/project/ui/resources/header_info.png       |      Bin 0 -> 365 bytes
 .../php/project/ui/resources/horizontal.png        |      Bin 0 -> 348 bytes
 .../modules/php/project/ui/resources/index.php     |        6 +-
 .../modules/php/project/ui/resources/info_icon.png |      Bin 652 -> 674 bytes
 .../modules/php/project/ui/resources/noop.png      |      Bin 0 -> 454 bytes
 .../php/project/ui/resources/remotePhpProject.html |        3 +-
 .../modules/php/project/ui/resources/reset.png     |      Bin 0 -> 644 bytes
 .../modules/php/project/ui/resources/symlink.png   |      Bin 0 -> 2916 bytes
 .../modules/php/project/ui/resources/upload.png    |      Bin 0 -> 945 bytes
 .../php/project/ui/resources/upload_mirrored.png   |      Bin 0 -> 981 bytes
 .../modules/php}/project/ui/resources/warning.gif  |      Bin
 .../php/project/ui/testrunner/Bundle.properties    |        4 -
 .../ui/testrunner/ControllableRerunHandler.java    |       54 +
 .../ui/testrunner/JumpToCallStackAction.java       |       26 +-
 .../ui/testrunner/PhpCallstackFrameNode.java       |       11 +-
 .../ui/testrunner/PhpTestRunnerNodeFactory.java    |        9 +-
 .../project/ui/testrunner/PhpUnitLogParser.java    |      277 -
 .../php/project/ui/testrunner/TestCaseImpl.java    |      142 +
 .../php/project/ui/testrunner/TestSessionImpl.java |      161 +
 .../php/project/ui/testrunner/TestSessionVO.java   |      274 -
 .../php/project/ui/testrunner/TestSessions.java    |       59 +
 .../php/project/ui/testrunner/TestSuiteImpl.java   |      115 +
 .../php/project/ui/testrunner/UnitTestRunner.java  |      255 +-
 .../php/project/ui/wizards/Bundle.properties       |       47 +-
 .../ui/wizards/ConfigurableProjectPanel.java       |        6 +-
 .../ConfigureExistingProjectPanelVisual.form       |       31 +-
 .../ConfigureExistingProjectPanelVisual.java       |       62 +-
 .../ui/wizards/ConfigureNewProjectPanelVisual.form |       34 +-
 .../ui/wizards/ConfigureNewProjectPanelVisual.java |       69 +-
 .../project/ui/wizards/ConfigureProjectPanel.java  |       55 +-
 .../project/ui/wizards/NewFileNamespacePanel.java  |      231 +
 .../ui/wizards/NewFileNamespacePanelVisual.form    |       52 +
 .../ui/wizards/NewFileNamespacePanelVisual.java    |      251 +
 .../project/ui/wizards/NewFileWizardIterator.java  |      305 +-
 .../ui/wizards/NewPhpProjectWizardIterator.java    |      298 +-
 .../php/project/ui/wizards/PhpExtenderPanel.java   |      170 +
 .../php/project/ui/wizards/PhpFrameworksPanel.java |       18 +-
 .../ui/wizards/PhpFrameworksPanelVisual.form       |        6 +-
 .../ui/wizards/PhpFrameworksPanelVisual.java       |       51 +-
 .../php/project/ui/wizards/ProjectFolder.form      |       68 +-
 .../php/project/ui/wizards/ProjectFolder.java      |      112 +-
 .../ui/wizards/RemoteConfirmationPanel.java        |       42 +-
 .../ui/wizards/RemoteConfirmationPanelVisual.form  |        4 +-
 .../ui/wizards/RemoteConfirmationPanelVisual.java  |       17 +-
 .../project/ui/wizards/RunAsInternalServer.form    |      169 +
 .../project/ui/wizards/RunAsInternalServer.java    |      357 +
 .../php/project/ui/wizards/RunAsLocalWeb.form      |       47 +-
 .../php/project/ui/wizards/RunAsLocalWeb.java      |      116 +-
 .../php/project/ui/wizards/RunAsRemoteWeb.form     |       57 +-
 .../php/project/ui/wizards/RunAsRemoteWeb.java     |      185 +-
 .../php/project/ui/wizards/RunAsScript.form        |       19 +-
 .../php/project/ui/wizards/RunAsScript.java        |       83 +-
 .../project/ui/wizards/RunConfigurationPanel.java  |      196 +-
 .../ui/wizards/RunConfigurationPanelVisual.form    |       22 +-
 .../ui/wizards/RunConfigurationPanelVisual.java    |       24 +-
 .../modules/php/project/util/Bundle.properties     |       10 +
 .../php/project/util/PhpModuleGeneratorImpl.java   |       97 +
 .../php/project/util/PhpProjectGenerator.java      |      196 +-
 .../modules/php/project/util/PhpProjectUtils.java  |      167 +-
 .../modules/php/project/util/UsageLogging.java     |      115 +
 .../test/unit/data/dummy.txt                       |        0
 .../modules/php/project/PhpProjectTest.java        |       63 +
 .../php/project/ProjectPropertiesSupportTest.java  |      131 +
 .../modules/php/project/SourceRootsTest.java       |      168 +
 .../project/annotations/UserAnnotationsTest.java   |      112 +
 .../php/project/api/PhpLanguagePropertiesTest.java |      158 +
 .../php/project/connections/TransferFileTest.java  |       99 -
 .../connections/common/RemoteUtilsTest.java        |      108 +
 .../connections/common/RemoteValidatorTest.java    |      110 +
 .../ftp/FtpConfigurationValidatorTest.java         |      212 +
 .../sftp/SftpConfigurationValidatorTest.java       |      166 +
 .../project/connections/sync/TimeStampsTest.java   |      186 +
 .../project/connections/transfer/RemoteClient.java |       83 +
 .../connections/transfer/RemoteFileImpl.java       |       97 +
 .../transfer/RemoteTransferFileTest.java           |      155 +
 .../connections/transfer/TransferFileTest.java     |      149 +
 .../php/project/copysupport/CopySupportTest.java   |      244 +
 .../modules/php/project/phpunit/PhpUnitTest.java   |      127 -
 .../ProjectPropertiesProblemProviderTest.java      |      230 +
 .../validation/BaseRunConfigValidatorTest.java     |       61 +
 .../validation/RunConfigRemoteValidatorTest.java   |       69 +
 .../validation/RunConfigScriptValidatorTest.java   |       63 +
 .../project/runconfigs/validation/TestBase.java    |       71 +
 .../netbeans/modules/php/project/ui/UtilsTest.java |       10 +-
 .../ui/actions/tests/CreateTestsActionTest.java    |      125 -
 .../codecoverage/PhpUnitCoverageLogParserTest.java |      191 -
 .../php/project/ui/logicalview/SrcNodeTest.java    |       90 +
 .../ui/testrunner/PhpUnitLogParserTest.java        |      257 -
 .../project/ui/testrunner/TestSessionImplTest.java |      172 +
 .../wizards/NewFileNamespacePanelVisualTest.java   |       71 +
 .../project/util/PhpModuleGeneratorImplTest.java   |       84 +
 .../php/project/util/PhpProjectUtilsTest.java      |       66 +-
 .../modules/php/project/util/PhpTestCase.java      |      198 +
 .../modules/php/project/util/TestLogHandler.java   |      102 +
 .../modules/php/project/util/TestUtils.java        |      120 +-
 php.project/tools/generate.php                     |      979 -
 php.project/tools/preindex.sh                      |       43 +
 php.refactoring/manifest.mf                        |        2 +-
 php.refactoring/nbproject/project.properties       |        4 +-
 php.refactoring/nbproject/project.xml              |       87 +-
 .../modules/refactoring/php/Bundle.properties      |        3 +-
 .../modules/refactoring/php/DiffElement.java       |        2 +-
 .../refactoring/php/PhpRefactoringOptions.java     |       85 +
 .../php/RefactoringActionsProvider.java            |      116 +-
 .../modules/refactoring/php/RefactoringTask.java   |      145 +-
 .../modules/refactoring/php/RefactoringUtils.java  |      452 +
 .../modules/refactoring/php/RetoucheCommit.java    |      103 -
 .../php/delete/PhpDeleteRefactoringPlugin.java     |       10 +-
 .../php/delete/PhpDeleteRefactoringUI.java         |       32 +-
 .../refactoring/php/delete/SafeDeletePanel.form    |        2 +-
 .../refactoring/php/delete/SafeDeletePanel.java    |        2 +
 .../refactoring/php/delete/SafeDeleteSupport.java  |       23 +-
 .../refactoring/php/findusages/Bundle.properties   |        8 +-
 .../php/findusages/PhpWhereUsedQueryPlugin.java    |       13 +-
 .../php/findusages/RefactoringUtils.java           |      508 -
 .../php/findusages/WarningFileElement.java         |      132 +
 .../php/findusages/WhereUsedElement.java           |      134 +-
 .../refactoring/php/findusages/WhereUsedPanel.form |       15 +-
 .../refactoring/php/findusages/WhereUsedPanel.java |       73 +-
 .../php/findusages/WhereUsedQueryUI.java           |       52 +-
 .../php/findusages/WhereUsedSupport.java           |       92 +-
 .../refactoring/php/rename/Bundle.properties       |        8 +-
 .../refactoring/php/rename/FileRenamer.java        |       58 +
 .../php/rename/PHPRenameFileRefactoringUI.java     |      148 +
 .../php/rename/PhpRenameRefactoringPlugin.java     |       91 +-
 .../php/rename/PhpRenameRefactoringUI.java         |       32 +-
 .../refactoring/php/rename/RenameDiffElement.java  |       77 +
 .../refactoring/php/rename/RenamePanel.form        |      153 +-
 .../refactoring/php/rename/RenamePanel.java        |      201 +-
 .../modules/refactoring/php/resources/mf-layer.xml |       12 +-
 .../refactoring/php/ui/tree/FileTreeElement.java   |       97 +
 .../refactoring/php/ui/tree/FolderTreeElement.java |       97 +
 .../php/ui/tree/ProjectTreeElement.java            |       96 +
 .../php/ui/tree/RefactoringTreeElement.java        |       84 +
 .../php/ui/tree/TreeElementFactoryImpl.java        |      102 +
 .../testfiles/findusages/testAliases/index.php     |       27 +
 .../index.php.testAliases_01.findUsages            |       19 +
 .../index.php.testAliases_02.findUsages            |       19 +
 .../index.php.testAliases_03.findUsages            |       19 +
 .../index.php.testAliases_04.findUsages            |       19 +
 .../testfiles/findusages/testClasses/index.php     |       33 +
 .../index.php.testClasses_01.findUsages            |       34 +
 .../index.php.testClasses_02.findUsages            |       34 +
 .../index.php.testClasses_03.findUsages            |        4 +
 .../index.php.testClasses_04.findUsages            |       34 +
 .../index.php.testClasses_05.findUsages            |       34 +
 .../index.php.testClasses_06.findUsages            |        4 +
 .../index.php.testClasses_07.findUsages            |       34 +
 .../index.php.testClasses_08.findUsages            |       34 +
 .../index.php.testClasses_09.findUsages            |       34 +
 .../data/testfiles/findusages/testFields/index.php |       26 +
 .../testFields/index.php.testFields_01.findUsages  |        9 +
 .../testFields/index.php.testFields_02.findUsages  |        9 +
 .../testFields/index.php.testFields_03.findUsages  |        9 +
 .../testFields/index.php.testFields_04.findUsages  |        9 +
 .../testFields/index.php.testFields_05.findUsages  |        9 +
 .../testFields/index.php.testFields_06.findUsages  |        9 +
 .../testfiles/findusages/testInterfaces/index.php  |       19 +
 .../index.php.testInterfaces_01.findUsages         |       14 +
 .../index.php.testInterfaces_02.findUsages         |       14 +
 .../index.php.testInterfaces_03.findUsages         |       14 +
 .../index.php.testInterfaces_04.findUsages         |       14 +
 .../index.php.testInterfaces_05.findUsages         |       14 +
 .../index.php.testInterfaces_06.findUsages         |       14 +
 .../findusages/testIssue213974/Kitchen.php         |       17 +
 .../testfiles/findusages/testIssue213974/index.php |       17 +
 .../index.php.testIssue213974_01.findUsages        |        9 +
 .../index.php.testIssue213974_02.findUsages        |        9 +
 .../index.php.testIssue213974_03.findUsages        |       14 +
 .../testfiles/findusages/testIssue217360/Two.php   |       12 +
 .../testfiles/findusages/testIssue217360/index.php |       17 +
 .../index.php.testIssue217360_01.findUsages        |        9 +
 .../index.php.testIssue217360_02.findUsages        |        9 +
 .../index.php.testIssue217360_03.findUsages        |       14 +
 .../index.php.testIssue217360_04.findUsages        |       14 +
 .../testfiles/findusages/testIssue224176/index.php |       22 +
 .../index.php.testIssue224176_01.findUsages        |        9 +
 .../index.php.testIssue224176_02.findUsages        |        9 +
 .../testfiles/findusages/testIssue231286/Use.php   |        7 +
 .../testfiles/findusages/testIssue231286/index.php |        5 +
 .../index.php.testIssue231286.findUsages           |        9 +
 .../testfiles/findusages/testMethods/index.php     |       40 +
 .../index.php.testMethods_01.findUsages            |        9 +
 .../index.php.testMethods_02.findUsages            |       19 +
 .../index.php.testMethods_03.findUsages            |        9 +
 .../index.php.testMethods_04.findUsages            |       19 +
 .../index.php.testMethods_05.findUsages            |        9 +
 .../index.php.testMethods_06.findUsages            |       19 +
 .../index.php.testMethods_07.findUsages            |        9 +
 .../index.php.testMethods_08.findUsages            |       19 +
 .../index.php.testMethods_09.findUsages            |        9 +
 .../index.php.testMethods_10.findUsages            |        9 +
 .../data/testfiles/findusages/testTraits/index.php |       23 +
 .../testTraits/index.php.testTraits_01.findUsages  |       14 +
 .../testTraits/index.php.testTraits_02.findUsages  |       19 +
 .../testTraits/index.php.testTraits_03.findUsages  |       14 +
 .../testTraits/index.php.testTraits_04.findUsages  |       14 +
 .../testTraits/index.php.testTraits_05.findUsages  |       19 +
 .../testTraits/index.php.testTraits_06.findUsages  |       14 +
 .../testTraits/index.php.testTraits_07.findUsages  |       14 +
 .../testTraits/index.php.testTraits_08.findUsages  |       19 +
 .../testTraits/index.php.testTraits_09.findUsages  |       14 +
 .../testTraits/index.php.testTraits_10.findUsages  |       19 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../refactoring/php/RefactoringTestBase.java       |      138 +
 .../php/findusages/FindUsagesTestBase.java         |      119 +
 .../php/findusages/WhereUsedSupportTest.java       |      274 +
 php.samples/build.xml                              |       21 +-
 php.samples/manifest.mf                            |        2 +-
 php.samples/nbproject/project.properties           |        2 +-
 php.samples/nbproject/project.xml                  |       23 +-
 .../samples_src/AirAlliance/nbproject/project.xml  |        9 -
 php.samples/samples_src/AirAlliance/readme.html    |      158 -
 .../samples_src/AirAlliance/web/classes/flight.php |       48 -
 .../samples_src/AirAlliance/web/classes/guest.php  |       39 -
 .../AirAlliance/web/classes/guestitinerary.php     |       78 -
 .../AirAlliance/web/classes/schedule.php           |       39 -
 .../samples_src/AirAlliance/web/conf/conf.php      |       33 -
 .../AirAlliance/web/confirmreservation.php         |      126 -
 .../samples_src/AirAlliance/web/css/default.css    |      328 -
 .../samples_src/AirAlliance/web/include/header.php |       17 -
 .../samples_src/AirAlliance/web/include/nav.php    |       12 -
 .../AirAlliance/web/include/updates.php            |       18 -
 .../AirAlliance/web/itinerarymanager.php           |      404 -
 .../nbproject/project.properties                   |       13 +
 .../Calculator-Nette-Tester/nbproject/project.xml  |        9 +
 .../Calculator-Nette-Tester/readme.html            |      260 +
 .../Calculator-Nette-Tester/src/Calculator.php     |       68 +
 .../Calculator-Nette-Tester/src/composer.json      |       16 +
 .../Calculator-Nette-Tester/src/composer.lock      |       77 +
 .../test/Calculator.divide.test.phpt               |       59 +
 .../test/Calculator.minus.test.phpt                |       57 +
 .../test/Calculator.multiply.test.phpt             |       58 +
 .../test/Calculator.plus.test.phpt                 |       57 +
 .../nbproject/project.properties                   |        9 +
 .../Calculator-PHPUnit/nbproject/project.xml       |        9 +
 .../samples_src/Calculator-PHPUnit/readme.html     |      282 +
 .../Calculator-PHPUnit/src/Calculator.php          |       92 +
 .../samples_src/Calculator-PHPUnit/test/.keep      |        0
 .../Calculator-atoum/nbproject/project.properties  |        9 +
 .../Calculator-atoum/nbproject/project.xml         |        9 +
 .../samples_src/Calculator-atoum/readme.html       |      259 +
 .../Calculator-atoum/src/Calculator.php            |       68 +
 .../Calculator-atoum/test/Calculator.php           |      145 +
 .../samples_src/Jobeet/apps/backend/config/app.yml |        2 -
 .../backend/config/backendConfiguration.class.php  |        9 -
 .../Jobeet/apps/backend/config/cache.yml           |        4 -
 .../Jobeet/apps/backend/config/factories.yml       |      132 -
 .../Jobeet/apps/backend/config/filters.yml         |        8 -
 .../Jobeet/apps/backend/config/routing.yml         |       38 -
 .../Jobeet/apps/backend/config/security.yml        |        2 -
 .../Jobeet/apps/backend/config/settings.yml        |       97 -
 .../Jobeet/apps/backend/config/view.yml            |       17 -
 .../Jobeet/apps/backend/lib/myUser.class.php       |        5 -
 .../modules/affiliate/actions/actions.class.php    |       73 -
 .../backend/modules/affiliate/config/generator.yml |       28 -
 .../lib/affiliateGeneratorConfiguration.class.php  |       17 -
 .../lib/affiliateGeneratorHelper.class.php         |       13 -
 .../modules/category/actions/actions.class.php     |       16 -
 .../backend/modules/category/config/generator.yml  |       31 -
 .../lib/categoryGeneratorConfiguration.class.php   |       13 -
 .../category/lib/categoryGeneratorHelper.class.php |       13 -
 .../backend/modules/job/actions/actions.class.php  |       59 -
 .../apps/backend/modules/job/config/generator.yml  |       47 -
 .../job/lib/jobGeneratorConfiguration.class.php    |       13 -
 .../modules/job/lib/jobGeneratorHelper.class.php   |       13 -
 .../modules/job/templates/_generated_token.php     |        4 -
 .../Jobeet/apps/backend/templates/layout.php       |       48 -
 .../Jobeet/apps/frontend/config/app.yml            |        5 -
 .../Jobeet/apps/frontend/config/cache.yml          |        4 -
 .../Jobeet/apps/frontend/config/factories.yml      |      132 -
 .../Jobeet/apps/frontend/config/filters.yml        |        8 -
 .../config/frontendConfiguration.class.php         |        9 -
 .../Jobeet/apps/frontend/config/security.yml       |        2 -
 .../Jobeet/apps/frontend/config/settings.yml       |      113 -
 .../Jobeet/apps/frontend/config/view.yml           |       17 -
 .../Jobeet/apps/frontend/lib/myUser.class.php      |        6 -
 .../Jobeet/apps/frontend/templates/layout.php      |      113 -
 .../Jobeet/apps/frontend/templates/layout.yaml.php |        1 -
 .../Jobeet/config/ProjectConfiguration.class.php   |       37 -
 .../samples_src/Jobeet/config/databases.yml        |        7 -
 .../samples_src/Jobeet/config/error/error.yaml.php |        8 -
 .../Jobeet/config/error/exception.yaml.php         |       13 -
 .../samples_src/Jobeet/config/properties.ini       |        2 -
 .../samples_src/Jobeet/config/rsync_exclude.txt    |        5 -
 .../Jobeet/data/fixtures/affiliates.yml            |       14 -
 .../samples_src/Jobeet/data/fixtures/category.yml  |       25 -
 .../samples_src/Jobeet/data/fixtures/fixtures.yml  |       17 -
 .../samples_src/Jobeet/data/fixtures/jobs.yml      |       78 -
 .../samples_src/Jobeet/data/job.dev.index/_1.sti   |        1 -
 php.samples/samples_src/Jobeet/data/sql/schema.sql |       23 -
 .../Jobeet/doc/01-Introducing-Symfony.txt          |      270 -
 .../Jobeet/doc/02-Exploring-Symfony-s-Code.txt     |      701 -
 .../samples_src/Jobeet/doc/03-Running-Symfony.txt  |      448 -
 .../Jobeet/doc/04-The-Basics-of-Page-Creation.txt  |      297 -
 .../Jobeet/doc/05-Configuring-Symfony.txt          |      664 -
 .../Jobeet/doc/06-Inside-the-Controller-Layer.txt  |     1055 -
 .../Jobeet/doc/07-Inside-the-View-Layer.txt        |     1084 -
 .../Jobeet/doc/08-Inside-the-Model-Layer.txt       |     1012 -
 .../Jobeet/doc/09-Links-and-the-Routing-System.txt |      690 -
 php.samples/samples_src/Jobeet/doc/10-Forms.txt    |     1193 -
 .../samples_src/Jobeet/doc/11-Ajax-Integration.txt |      815 -
 php.samples/samples_src/Jobeet/doc/12-Caching.txt  |      607 -
 .../samples_src/Jobeet/doc/13-I18n-and-L10n.txt    |      465 -
 .../samples_src/Jobeet/doc/14-Generators.txt       |      975 -
 .../Jobeet/doc/15-Unit-and-Functional-Testing.txt  |     1033 -
 .../Jobeet/doc/16-Application-Management-Tools.txt |      696 -
 .../Jobeet/doc/17-Extending-Symfony.txt            |     1256 -
 .../samples_src/Jobeet/doc/18-Performance.txt      |      611 -
 .../19-Mastering-Symfony-s-Configuration-Files.txt |      563 -
 php.samples/samples_src/Jobeet/doc/LICENSE         |      119 -
 .../samples_src/Jobeet/doc/images/F0201.png        |      Bin 2735 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0202.png        |      Bin 5696 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0203.png        |      Bin 5700 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0301.jpg        |      Bin 32779 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0401.jpg        |      Bin 30842 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0601.jpg        |      Bin 18738 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0602.png        |      Bin 10150 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0603.png        |      Bin 4842 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0701.png        |      Bin 1378 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0702.png        |      Bin 2584 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0703.png        |      Bin 3457 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0704.png        |      Bin 2214 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0801.png        |      Bin 2236 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0901.png        |      Bin 3610 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F0902.png        |      Bin 4321 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1001.png        |      Bin 10454 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1002.png        |      Bin 8709 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1101.png        |      Bin 1886 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1102.png        |      Bin 2543 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1103.png        |      Bin 2133 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1201.png        |      Bin 3653 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1202.png        |      Bin 1903 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1203.png        |      Bin 1765 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1204.png        |      Bin 2161 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1205.png        |      Bin 2205 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1401.png        |      Bin 2082 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1402.png        |      Bin 2855 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1403.png        |      Bin 2152 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1404.png        |      Bin 3749 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1405.png        |      Bin 10132 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1406.png        |      Bin 6016 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1407.png        |      Bin 78234 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1408.png        |      Bin 12572 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1409.png        |      Bin 7885 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1410.png        |      Bin 7621 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1411.png        |      Bin 14126 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1412.png        |      Bin 7246 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1413.png        |      Bin 2103 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1414.png        |      Bin 15186 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1415.png        |      Bin 16690 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1416.png        |      Bin 21052 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1417.png        |      Bin 4430 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1418.png        |      Bin 8328 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1419.png        |      Bin 17889 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1420.png        |      Bin 2267 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1421.png        |      Bin 6399 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1422.png        |      Bin 10108 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1423.png        |      Bin 5857 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1424.png        |      Bin 10963 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1601.png        |      Bin 30775 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1602.jpg        |      Bin 15136 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1603.png        |      Bin 34908 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1604.png        |      Bin 56403 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1605.png        |      Bin 59365 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1606.png        |      Bin 36927 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1607.png        |      Bin 61197 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1608.png        |      Bin 2264 -> 0 bytes
 .../samples_src/Jobeet/doc/images/F1901.jpg        |      Bin 27337 -> 0 bytes
 .../doctrine/BaseFormFilterDoctrine.class.php      |       15 -
 .../base/BasesfGuardGroupFormFilter.class.php      |       90 -
 .../BasesfGuardGroupPermissionFormFilter.class.php |       47 -
 .../base/BasesfGuardPermissionFormFilter.class.php |       90 -
 .../BasesfGuardRememberKeyFormFilter.class.php     |       53 -
 .../base/BasesfGuardUserFormFilter.class.php       |      105 -
 .../base/BasesfGuardUserGroupFormFilter.class.php  |       47 -
 .../BasesfGuardUserPermissionFormFilter.class.php  |       47 -
 .../sfGuardGroupFormFilter.class.php               |       15 -
 .../sfGuardGroupPermissionFormFilter.class.php     |       15 -
 .../sfGuardPermissionFormFilter.class.php          |       15 -
 .../sfGuardRememberKeyFormFilter.class.php         |       15 -
 .../sfGuardUserFormFilter.class.php                |       15 -
 .../sfGuardUserGroupFormFilter.class.php           |       15 -
 .../sfGuardUserPermissionFormFilter.class.php      |       15 -
 .../JobeetAffiliateFormFilter.class.php            |       15 -
 .../JobeetCategoryAffiliateFormFilter.class.php    |       15 -
 .../JobeetCategoryFormFilter.class.php             |       15 -
 .../JobeetCategoryTranslationFormFilter.class.php  |       15 -
 .../sfJobeetPlugin/JobeetJobFormFilter.class.php   |       15 -
 .../base/BaseJobeetAffiliateFormFilter.class.php   |       77 -
 ...BaseJobeetCategoryAffiliateFormFilter.class.php |       41 -
 .../base/BaseJobeetCategoryFormFilter.class.php    |       65 -
 ...seJobeetCategoryTranslationFormFilter.class.php |       47 -
 .../base/BaseJobeetJobFormFilter.class.php         |       88 -
 .../base/BasesfGuardGroupFormFilter.class.php      |       90 -
 .../BasesfGuardGroupPermissionFormFilter.class.php |       47 -
 .../base/BasesfGuardPermissionFormFilter.class.php |       90 -
 .../BasesfGuardRememberKeyFormFilter.class.php     |       53 -
 .../base/BasesfGuardUserFormFilter.class.php       |      105 -
 .../base/BasesfGuardUserGroupFormFilter.class.php  |       47 -
 .../BasesfGuardUserPermissionFormFilter.class.php  |       47 -
 .../sfGuardGroupFormFilter.class.php               |       15 -
 .../sfGuardGroupPermissionFormFilter.class.php     |       15 -
 .../sfGuardPermissionFormFilter.class.php          |       15 -
 .../sfGuardRememberKeyFormFilter.class.php         |       15 -
 .../sfJobeetPlugin/sfGuardUserFormFilter.class.php |       15 -
 .../sfGuardUserGroupFormFilter.class.php           |       15 -
 .../sfGuardUserPermissionFormFilter.class.php      |       15 -
 .../lib/form/doctrine/BaseFormDoctrine.class.php   |       14 -
 .../base/BasesfGuardGroupForm.class.php            |      150 -
 .../base/BasesfGuardGroupPermissionForm.class.php  |       40 -
 .../base/BasesfGuardPermissionForm.class.php       |      150 -
 .../base/BasesfGuardRememberKeyForm.class.php      |       44 -
 .../base/BasesfGuardUserForm.class.php             |      160 -
 .../base/BasesfGuardUserGroupForm.class.php        |       40 -
 .../base/BasesfGuardUserPermissionForm.class.php   |       40 -
 .../sfGuardGroupForm.class.php                     |       15 -
 .../sfGuardGroupPermissionForm.class.php           |       15 -
 .../sfGuardPermissionForm.class.php                |       15 -
 .../sfGuardRememberKeyForm.class.php               |       15 -
 .../sfGuardUserForm.class.php                      |       15 -
 .../sfGuardUserGroupForm.class.php                 |       15 -
 .../sfGuardUserPermissionForm.class.php            |       15 -
 .../sfJobeetPlugin/JobeetAffiliateForm.class.php   |       15 -
 .../JobeetCategoryAffiliateForm.class.php          |       15 -
 .../sfJobeetPlugin/JobeetCategoryForm.class.php    |       15 -
 .../JobeetCategoryTranslationForm.class.php        |       15 -
 .../sfJobeetPlugin/JobeetJobForm.class.php         |       15 -
 .../base/BaseJobeetAffiliateForm.class.php         |       97 -
 .../base/BaseJobeetCategoryAffiliateForm.class.php |       36 -
 .../base/BaseJobeetCategoryForm.class.php          |       85 -
 .../BaseJobeetCategoryTranslationForm.class.php    |       44 -
 .../base/BaseJobeetJobForm.class.php               |       70 -
 .../base/BasesfGuardGroupForm.class.php            |      128 -
 .../base/BasesfGuardGroupPermissionForm.class.php  |       40 -
 .../base/BasesfGuardPermissionForm.class.php       |      128 -
 .../base/BasesfGuardRememberKeyForm.class.php      |       44 -
 .../base/BasesfGuardUserForm.class.php             |      138 -
 .../base/BasesfGuardUserGroupForm.class.php        |       40 -
 .../base/BasesfGuardUserPermissionForm.class.php   |       40 -
 .../sfJobeetPlugin/sfGuardGroupForm.class.php      |       15 -
 .../sfGuardGroupPermissionForm.class.php           |       15 -
 .../sfJobeetPlugin/sfGuardPermissionForm.class.php |       15 -
 .../sfGuardRememberKeyForm.class.php               |       15 -
 .../sfJobeetPlugin/sfGuardUserForm.class.php       |       15 -
 .../sfJobeetPlugin/sfGuardUserGroupForm.class.php  |       15 -
 .../sfGuardUserPermissionForm.class.php            |       15 -
 .../base/BasesfGuardGroup.class.php                |       35 -
 .../base/BasesfGuardGroupPermission.class.php      |       28 -
 .../base/BasesfGuardPermission.class.php           |       35 -
 .../base/BasesfGuardRememberKey.class.php          |       26 -
 .../base/BasesfGuardUser.class.php                 |       46 -
 .../base/BasesfGuardUserGroup.class.php            |       28 -
 .../base/BasesfGuardUserPermission.class.php       |       28 -
 .../sfDoctrineGuardPlugin/sfGuardGroup.class.php   |        9 -
 .../sfGuardGroupPermission.class.php               |        9 -
 .../sfGuardGroupPermissionTable.class.php          |        8 -
 .../sfGuardGroupTable.class.php                    |        8 -
 .../sfGuardPermission.class.php                    |        9 -
 .../sfGuardPermissionTable.class.php               |        8 -
 .../sfGuardRememberKey.class.php                   |        9 -
 .../sfGuardRememberKeyTable.class.php              |        8 -
 .../sfDoctrineGuardPlugin/sfGuardUser.class.php    |        9 -
 .../sfGuardUserGroup.class.php                     |        9 -
 .../sfGuardUserGroupTable.class.php                |        8 -
 .../sfGuardUserPermission.class.php                |        9 -
 .../sfGuardUserPermissionTable.class.php           |        8 -
 .../sfGuardUserTable.class.php                     |        8 -
 .../sfJobeetPlugin/JobeetAffiliate.class.php       |        9 -
 .../sfJobeetPlugin/JobeetAffiliateTable.class.php  |        8 -
 .../sfJobeetPlugin/JobeetCategory.class.php        |        9 -
 .../JobeetCategoryAffiliate.class.php              |        9 -
 .../JobeetCategoryAffiliateTable.class.php         |        8 -
 .../sfJobeetPlugin/JobeetCategoryTable.class.php   |        8 -
 .../doctrine/sfJobeetPlugin/JobeetJob.class.php    |        9 -
 .../sfJobeetPlugin/JobeetJobTable.class.php        |        8 -
 .../base/BaseJobeetAffiliate.class.php             |       29 -
 .../base/BaseJobeetCategory.class.php              |       33 -
 .../base/BaseJobeetCategoryAffiliate.class.php     |       25 -
 .../sfJobeetPlugin/base/BaseJobeetJob.class.php    |       35 -
 .../Jobeet/lib/test/JobeetTestFunctional.class.php |       69 -
 .../Jobeet/lib/vendor/Zend/Exception.php           |       30 -
 .../samples_src/Jobeet/lib/vendor/Zend/Loader.php  |      263 -
 .../Jobeet/lib/vendor/Zend/Loader/Exception.php    |       35 -
 .../Jobeet/lib/vendor/Zend/Loader/PluginLoader.php |      460 -
 .../vendor/Zend/Loader/PluginLoader/Exception.php  |       38 -
 .../vendor/Zend/Loader/PluginLoader/Interface.php  |       74 -
 .../samples_src/Jobeet/lib/vendor/Zend/Mail.php    |      739 -
 .../Jobeet/lib/vendor/Zend/Mail/Exception.php      |       37 -
 .../Jobeet/lib/vendor/Zend/Mail/Message.php        |      112 -
 .../Jobeet/lib/vendor/Zend/Mail/Message/File.php   |       96 -
 .../lib/vendor/Zend/Mail/Message/Interface.php     |       55 -
 .../Jobeet/lib/vendor/Zend/Mail/Part.php           |      489 -
 .../Jobeet/lib/vendor/Zend/Mail/Part/File.php      |      198 -
 .../Jobeet/lib/vendor/Zend/Mail/Part/Interface.php |      136 -
 .../lib/vendor/Zend/Mail/Protocol/Abstract.php     |      385 -
 .../lib/vendor/Zend/Mail/Protocol/Exception.php    |       39 -
 .../Jobeet/lib/vendor/Zend/Mail/Protocol/Imap.php  |      837 -
 .../Jobeet/lib/vendor/Zend/Mail/Protocol/Pop3.php  |      471 -
 .../Jobeet/lib/vendor/Zend/Mail/Protocol/Smtp.php  |      443 -
 .../Zend/Mail/Protocol/Smtp/Auth/Crammd5.php       |      108 -
 .../vendor/Zend/Mail/Protocol/Smtp/Auth/Login.php  |       98 -
 .../vendor/Zend/Mail/Protocol/Smtp/Auth/Plain.php  |       96 -
 .../Jobeet/lib/vendor/Zend/Mail/Storage.php        |       39 -
 .../lib/vendor/Zend/Mail/Storage/Abstract.php      |      366 -
 .../lib/vendor/Zend/Mail/Storage/Exception.php     |       39 -
 .../Jobeet/lib/vendor/Zend/Mail/Storage/Folder.php |      236 -
 .../vendor/Zend/Mail/Storage/Folder/Interface.php  |       60 -
 .../vendor/Zend/Mail/Storage/Folder/Maildir.php    |      265 -
 .../lib/vendor/Zend/Mail/Storage/Folder/Mbox.php   |      264 -
 .../Jobeet/lib/vendor/Zend/Mail/Storage/Imap.php   |      644 -
 .../lib/vendor/Zend/Mail/Storage/Maildir.php       |      475 -
 .../Jobeet/lib/vendor/Zend/Mail/Storage/Mbox.php   |      447 -
 .../Jobeet/lib/vendor/Zend/Mail/Storage/Pop3.php   |      328 -
 .../Zend/Mail/Storage/Writable/Interface.php       |      108 -
 .../vendor/Zend/Mail/Storage/Writable/Maildir.php  |     1049 -
 .../lib/vendor/Zend/Mail/Transport/Abstract.php    |      350 -
 .../lib/vendor/Zend/Mail/Transport/Exception.php   |       39 -
 .../lib/vendor/Zend/Mail/Transport/Sendmail.php    |      170 -
 .../Jobeet/lib/vendor/Zend/Mail/Transport/Smtp.php |      241 -
 .../samples_src/Jobeet/lib/vendor/Zend/Mime.php    |      252 -
 .../Jobeet/lib/vendor/Zend/Mime/Decode.php         |      243 -
 .../Jobeet/lib/vendor/Zend/Mime/Exception.php      |       36 -
 .../Jobeet/lib/vendor/Zend/Mime/Message.php        |      286 -
 .../Jobeet/lib/vendor/Zend/Mime/Part.php           |      218 -
 .../Jobeet/lib/vendor/Zend/Search/Exception.php    |       36 -
 .../Jobeet/lib/vendor/Zend/Search/Lucene.php       |     1533 -
 .../Zend/Search/Lucene/Analysis/Analyzer.php       |      176 -
 .../Search/Lucene/Analysis/Analyzer/Common.php     |       80 -
 .../Lucene/Analysis/Analyzer/Common/Text.php       |       95 -
 .../Analyzer/Common/Text/CaseInsensitive.php       |       46 -
 .../Lucene/Analysis/Analyzer/Common/TextNum.php    |       94 -
 .../Analyzer/Common/TextNum/CaseInsensitive.php    |       46 -
 .../Lucene/Analysis/Analyzer/Common/Utf8.php       |      125 -
 .../Analyzer/Common/Utf8/CaseInsensitive.php       |       48 -
 .../Lucene/Analysis/Analyzer/Common/Utf8Num.php    |      125 -
 .../Analyzer/Common/Utf8Num/CaseInsensitive.php    |       48 -
 .../vendor/Zend/Search/Lucene/Analysis/Token.php   |      153 -
 .../Zend/Search/Lucene/Analysis/TokenFilter.php    |       47 -
 .../Lucene/Analysis/TokenFilter/LowerCase.php      |       57 -
 .../Lucene/Analysis/TokenFilter/LowerCaseUtf8.php  |       69 -
 .../Lucene/Analysis/TokenFilter/ShortWords.php     |       68 -
 .../Lucene/Analysis/TokenFilter/StopWords.php      |      100 -
 .../lib/vendor/Zend/Search/Lucene/Document.php     |      129 -
 .../vendor/Zend/Search/Lucene/Document/Docx.php    |      122 -
 .../vendor/Zend/Search/Lucene/Document/Html.php    |      343 -
 .../vendor/Zend/Search/Lucene/Document/OpenXml.php |      131 -
 .../vendor/Zend/Search/Lucene/Document/Pptx.php    |      192 -
 .../vendor/Zend/Search/Lucene/Document/Xlsx.php    |      255 -
 .../lib/vendor/Zend/Search/Lucene/Exception.php    |       36 -
 .../Jobeet/lib/vendor/Zend/Search/Lucene/FSM.php   |      433 -
 .../lib/vendor/Zend/Search/Lucene/FSMAction.php    |       65 -
 .../Jobeet/lib/vendor/Zend/Search/Lucene/Field.php |      225 -
 .../Zend/Search/Lucene/Index/DictionaryLoader.php  |      266 -
 .../vendor/Zend/Search/Lucene/Index/DocsFilter.php |       58 -
 .../vendor/Zend/Search/Lucene/Index/FieldInfo.php  |       49 -
 .../Zend/Search/Lucene/Index/SegmentInfo.php       |     2005 -
 .../Lucene/Index/SegmentInfoPriorityQueue.php      |       53 -
 .../Zend/Search/Lucene/Index/SegmentMerger.php     |      273 -
 .../Zend/Search/Lucene/Index/SegmentWriter.php     |      631 -
 .../Lucene/Index/SegmentWriter/DocumentWriter.php  |      217 -
 .../Lucene/Index/SegmentWriter/StreamWriter.php    |       98 -
 .../lib/vendor/Zend/Search/Lucene/Index/Term.php   |      143 -
 .../vendor/Zend/Search/Lucene/Index/TermInfo.php   |       79 -
 .../lib/vendor/Zend/Search/Lucene/Index/Writer.php |      879 -
 .../lib/vendor/Zend/Search/Lucene/Interface.php    |      437 -
 .../lib/vendor/Zend/Search/Lucene/LockManager.php  |      240 -
 .../vendor/Zend/Search/Lucene/PriorityQueue.php    |      170 -
 .../Jobeet/lib/vendor/Zend/Search/Lucene/Proxy.php |      611 -
 .../Lucene/Search/BooleanExpressionRecognizer.php  |      280 -
 .../lib/vendor/Zend/Search/Lucene/Search/Query.php |      227 -
 .../Zend/Search/Lucene/Search/Query/Boolean.php    |      806 -
 .../Zend/Search/Lucene/Search/Query/Empty.php      |      140 -
 .../Zend/Search/Lucene/Search/Query/Fuzzy.php      |      391 -
 .../Search/Lucene/Search/Query/Insignificant.php   |      141 -
 .../Zend/Search/Lucene/Search/Query/MultiTerm.php  |      656 -
 .../Zend/Search/Lucene/Search/Query/Phrase.php     |      568 -
 .../Zend/Search/Lucene/Search/Query/Range.php      |      332 -
 .../Zend/Search/Lucene/Search/Query/Term.php       |      225 -
 .../Zend/Search/Lucene/Search/Query/Wildcard.php   |      298 -
 .../Zend/Search/Lucene/Search/QueryEntry.php       |       87 -
 .../Search/Lucene/Search/QueryEntry/Phrase.php     |      149 -
 .../Search/Lucene/Search/QueryEntry/Subquery.php   |       86 -
 .../Zend/Search/Lucene/Search/QueryEntry/Term.php  |      203 -
 .../vendor/Zend/Search/Lucene/Search/QueryHit.php  |      108 -
 .../Zend/Search/Lucene/Search/QueryLexer.php       |      511 -
 .../Zend/Search/Lucene/Search/QueryParser.php      |      630 -
 .../Search/Lucene/Search/QueryParserContext.php    |      416 -
 .../Search/Lucene/Search/QueryParserException.php  |       40 -
 .../Zend/Search/Lucene/Search/QueryToken.php       |      228 -
 .../Zend/Search/Lucene/Search/Similarity.php       |      553 -
 .../Search/Lucene/Search/Similarity/Default.php    |      109 -
 .../vendor/Zend/Search/Lucene/Search/Weight.php    |       84 -
 .../Zend/Search/Lucene/Search/Weight/Boolean.php   |      136 -
 .../Zend/Search/Lucene/Search/Weight/Empty.php     |       56 -
 .../Zend/Search/Lucene/Search/Weight/MultiTerm.php |      137 -
 .../Zend/Search/Lucene/Search/Weight/Phrase.php    |      107 -
 .../Zend/Search/Lucene/Search/Weight/Term.php      |      124 -
 .../Zend/Search/Lucene/Storage/Directory.php       |      135 -
 .../Search/Lucene/Storage/Directory/Filesystem.php |      362 -
 .../lib/vendor/Zend/Search/Lucene/Storage/File.php |      427 -
 .../Zend/Search/Lucene/Storage/File/Filesystem.php |      222 -
 .../Zend/Search/Lucene/Storage/File/Memory.php     |      555 -
 .../Jobeet/nbproject/project.properties            |        8 -
 .../samples_src/Jobeet/nbproject/project.xml       |        9 -
 .../Jobeet/plugins/.channels/.alias/pear.txt       |        1 -
 .../Jobeet/plugins/.channels/.alias/pecl.txt       |        1 -
 .../plugins/.channels/.alias/symfony-plugins.txt   |        1 -
 .../Jobeet/plugins/.channels/.alias/symfony.txt    |        1 -
 .../samples_src/Jobeet/plugins/.channels/__uri.reg |        1 -
 .../Jobeet/plugins/.channels/pear.php.net.reg      |        1 -
 .../plugins/.channels/pear.symfony-project.com.reg |        1 -
 .../Jobeet/plugins/.channels/pecl.php.net.reg      |        1 -
 .../.channels/plugins.symfony-project.org.reg      |        1 -
 php.samples/samples_src/Jobeet/plugins/.depdb      |        1 -
 php.samples/samples_src/Jobeet/plugins/.filemap    |        1 -
 .../.channel.pear.symfony-project.com/symfony.reg  |        4 -
 .../sfdoctrineguardplugin.reg                      |        1 -
 .../sfformextraplugin.reg                          |        7 -
 .../Jobeet/plugins/sfDoctrineGuardPlugin/LICENSE   |        8 -
 .../Jobeet/plugins/sfDoctrineGuardPlugin/README    |      321 -
 .../sfDoctrineGuardPlugin/config/config.php        |       14 -
 .../config/doctrine/schema.yml                     |      149 -
 .../data/fixtures/fixtures.yml.sample              |       25 -
 .../PluginsfGuardGroupFormFilter.class.php         |       12 -
 ...luginsfGuardGroupPermissionFormFilter.class.php |       12 -
 .../PluginsfGuardPermissionFormFilter.class.php    |       12 -
 .../PluginsfGuardRememberKeyFormFilter.class.php   |       12 -
 .../doctrine/PluginsfGuardUserFormFilter.class.php |       12 -
 .../PluginsfGuardUserGroupFormFilter.class.php     |       12 -
 ...PluginsfGuardUserPermissionFormFilter.class.php |       12 -
 .../form/doctrine/PluginsfGuardGroupForm.class.php |       18 -
 .../PluginsfGuardGroupPermissionForm.class.php     |       12 -
 .../doctrine/PluginsfGuardPermissionForm.class.php |       18 -
 .../PluginsfGuardRememberKeyForm.class.php         |       12 -
 .../form/doctrine/PluginsfGuardUserForm.class.php  |       15 -
 .../doctrine/PluginsfGuardUserGroupForm.class.php  |       12 -
 .../PluginsfGuardUserPermissionForm.class.php      |       12 -
 .../doctrine/base/BasesfGuardFormSignin.class.php  |       23 -
 .../base/BasesfGuardUserAdminForm.class.php        |       32 -
 .../lib/form/doctrine/sfGuardFormSignin.class.php  |       11 -
 .../form/doctrine/sfGuardUserAdminForm.class.php   |       11 -
 .../model/doctrine/PluginsfGuardGroup.class.php    |       11 -
 .../PluginsfGuardGroupPermission.class.php         |       11 -
 .../PluginsfGuardGroupPermissionTable.class.php    |       10 -
 .../doctrine/PluginsfGuardGroupTable.class.php     |       10 -
 .../doctrine/PluginsfGuardPermission.class.php     |       11 -
 .../PluginsfGuardPermissionTable.class.php         |       10 -
 .../doctrine/PluginsfGuardRememberKey.class.php    |       11 -
 .../PluginsfGuardRememberKeyTable.class.php        |       10 -
 .../lib/model/doctrine/PluginsfGuardUser.class.php |      215 -
 .../doctrine/PluginsfGuardUserGroup.class.php      |       14 -
 .../doctrine/PluginsfGuardUserGroupTable.class.php |       10 -
 .../doctrine/PluginsfGuardUserPermission.class.php |       14 -
 .../PluginsfGuardUserPermissionTable.class.php     |       10 -
 .../doctrine/PluginsfGuardUserTable.class.php      |       15 -
 .../lib/sfGuardBasicSecurityFilter.class.php       |       40 -
 .../lib/sfGuardRouting.class.php                   |       73 -
 .../lib/task/sfGuardAddGroupTask.class.php         |       67 -
 .../lib/task/sfGuardAddPermissionTask.class.php    |       67 -
 .../lib/task/sfGuardCreateAdminTask.class.php      |       68 -
 .../lib/task/sfGuardCreateUserTask.class.php       |       63 -
 .../lib/user/sfGuardSecurityUser.class.php         |      232 -
 .../lib/validator/sfGuardValidatorUser.class.php   |       51 -
 .../modules/sfGuardAuth/actions/actions.class.php  |       22 -
 .../modules/sfGuardAuth/config/security.yml        |        8 -
 .../lib/BasesfGuardAuthActions.class.php           |       86 -
 .../sfGuardAuth/templates/secureSuccess.php        |        3 -
 .../sfGuardAuth/templates/signinSuccess.php        |       10 -
 .../modules/sfGuardGroup/actions/actions.class.php |       17 -
 .../modules/sfGuardGroup/config/generator.yml      |       25 -
 .../lib/BasesfGuardGroupActions.class.php          |       20 -
 .../sfGuardGroupGeneratorConfiguration.class.php   |       13 -
 .../lib/sfGuardGroupGeneratorHelper.class.php      |       13 -
 .../sfGuardPermission/actions/actions.class.php    |       17 -
 .../modules/sfGuardPermission/config/generator.yml |       25 -
 .../lib/BasesfGuardPermissionActions.class.php     |       20 -
 ...GuardPermissionGeneratorConfiguration.class.php |       13 -
 .../lib/sfGuardPermissionGeneratorHelper.class.php |       13 -
 .../modules/sfGuardUser/actions/actions.class.php  |       17 -
 .../modules/sfGuardUser/config/generator.yml       |       31 -
 .../lib/BasesfGuardUserActions.class.php           |       20 -
 .../sfGuardUserGeneratorConfiguration.class.php    |       13 -
 .../lib/sfGuardUserGeneratorHelper.class.php       |       13 -
 .../Jobeet/plugins/sfFormExtraPlugin/CHANGELOG     |        5 -
 .../Jobeet/plugins/sfFormExtraPlugin/LICENSE       |       19 -
 .../Jobeet/plugins/sfFormExtraPlugin/README        |       71 -
 .../Jobeet/plugins/sfFormExtraPlugin/bin/prove.php |       16 -
 .../lib/form/sfFormLanguage.class.php              |      109 -
 .../lib/validator/sfValidatorBlacklist.class.php   |       68 -
 .../lib/validator/sfValidatorReCaptcha.class.php   |      134 -
 .../sfValidatorSchemaTimeInterval.class.php        |      180 -
 .../sfWidgetFormJQueryAutocompleter.class.php      |      113 -
 .../lib/widget/sfWidgetFormJQueryDate.class.php    |      109 -
 ...sfWidgetFormPropelJQueryAutocompleter.class.php |       69 -
 .../lib/widget/sfWidgetFormReCaptcha.class.php     |       81 -
 .../widget/sfWidgetFormSelectDoubleList.class.php  |      166 -
 .../widget/sfWidgetFormTextareaTinyMCE.class.php   |       95 -
 .../plugins/sfFormExtraPlugin/test/bootstrap.php   |       18 -
 .../test/form/sfFormLanguageTest.php               |       69 -
 .../test/validator/sfValidatorBlacklistTest.php    |       69 -
 .../test/validator/sfValidatorReCaptchaTest.php    |       48 -
 .../sfValidatorSchemaTimeIntervalTest.php          |      145 -
 .../test/widget/sfWidgetFormReCaptchaTest.php      |       48 -
 .../web/css/jquery.autocompleter.css               |       48 -
 .../sfFormExtraPlugin/web/images/indicator.gif     |      Bin 1553 -> 0 bytes
 .../plugins/sfFormExtraPlugin/web/images/next.png  |      Bin 285 -> 0 bytes
 .../sfFormExtraPlugin/web/images/previous.png      |      Bin 283 -> 0 bytes
 .../sfFormExtraPlugin/web/js/double_list.js        |       63 -
 .../web/js/jquery.autocompleter.js                 |      762 -
 .../sfJobeetPlugin/config/doctrine/schema.yml      |      109 -
 .../plugins/sfJobeetPlugin/config/routing.yml      |       74 -
 .../config/sfJobeetPluginConfiguration.class.php   |        8 -
 .../plugins/sfJobeetPlugin/i18n/fr/messages.xml    |       37 -
 .../plugins/sfJobeetPlugin/lib/Jobeet.class.php    |       31 -
 .../sfJobeetPlugin/lib/JobeetUser.class.php        |       59 -
 .../PluginJobeetAffiliateFormFilter.class.php      |       16 -
 ...uginJobeetCategoryAffiliateFormFilter.class.php |       16 -
 .../PluginJobeetCategoryFormFilter.class.php       |       16 -
 ...inJobeetCategoryTranslationFormFilter.class.php |       16 -
 .../doctrine/PluginJobeetJobFormFilter.class.php   |       16 -
 .../PluginsfGuardGroupFormFilter.class.php         |       12 -
 ...luginsfGuardGroupPermissionFormFilter.class.php |       12 -
 .../PluginsfGuardPermissionFormFilter.class.php    |       12 -
 .../PluginsfGuardRememberKeyFormFilter.class.php   |       12 -
 .../doctrine/PluginsfGuardUserFormFilter.class.php |       12 -
 .../PluginsfGuardUserGroupFormFilter.class.php     |       12 -
 ...PluginsfGuardUserPermissionFormFilter.class.php |       12 -
 .../lib/form/doctrine/BackendJobeetForm.class.php  |       26 -
 .../doctrine/PluginJobeetAffiliateForm.class.php   |       30 -
 .../PluginJobeetCategoryAffiliateForm.class.php    |       16 -
 .../doctrine/PluginJobeetCategoryForm.class.php    |       22 -
 .../PluginJobeetCategoryTranslationForm.class.php  |       16 -
 .../form/doctrine/PluginJobeetJobForm.class.php    |       68 -
 .../form/doctrine/PluginsfGuardGroupForm.class.php |       12 -
 .../PluginsfGuardGroupPermissionForm.class.php     |       12 -
 .../doctrine/PluginsfGuardPermissionForm.class.php |       12 -
 .../PluginsfGuardRememberKeyForm.class.php         |       12 -
 .../form/doctrine/PluginsfGuardUserForm.class.php  |       12 -
 .../doctrine/PluginsfGuardUserGroupForm.class.php  |       12 -
 .../PluginsfGuardUserPermissionForm.class.php      |       12 -
 .../model/doctrine/PluginJobeetAffiliate.class.php |       50 -
 .../doctrine/PluginJobeetAffiliateTable.class.php  |       14 -
 .../model/doctrine/PluginJobeetCategory.class.php  |       36 -
 .../PluginJobeetCategoryAffiliate.class.php        |        9 -
 .../PluginJobeetCategoryAffiliateTable.class.php   |        8 -
 .../doctrine/PluginJobeetCategoryTable.class.php   |       35 -
 .../lib/model/doctrine/PluginJobeetJob.class.php   |      159 -
 .../model/doctrine/PluginJobeetJobTable.class.php  |      128 -
 .../lib/task/JobeetCleanUpTask.class.php           |       52 -
 .../sfJobeetAffiliate/actions/actions.class.php    |       43 -
 .../modules/sfJobeetAffiliate/templates/_form.php  |       17 -
 .../sfJobeetAffiliate/templates/newSuccess.php     |        5 -
 .../sfJobeetAffiliate/templates/waitSuccess.php    |        7 -
 .../modules/sfJobeetApi/actions/actions.class.php  |       29 -
 .../sfJobeetApi/templates/listSuccess.json.php     |       12 -
 .../sfJobeetApi/templates/listSuccess.xml.php      |       10 -
 .../sfJobeetApi/templates/listSuccess.yaml.php     |        9 -
 .../sfJobeetCategory/actions/actions.class.php     |       25 -
 .../templates/showSuccess.atom.php                 |       17 -
 .../sfJobeetCategory/templates/showSuccess.php     |       53 -
 .../modules/sfJobeetJob/actions/actions.class.php  |      147 -
 .../modules/sfJobeetJob/config/cache.yml           |        9 -
 .../modules/sfJobeetJob/templates/_admin.php       |       29 -
 .../modules/sfJobeetJob/templates/_form.php        |       17 -
 .../modules/sfJobeetJob/templates/_list.atom.php   |       33 -
 .../modules/sfJobeetJob/templates/_list.php        |       15 -
 .../modules/sfJobeetJob/templates/editSuccess.php  |        5 -
 .../sfJobeetJob/templates/indexSuccess.atom.php    |       18 -
 .../modules/sfJobeetJob/templates/indexSuccess.php |       22 -
 .../modules/sfJobeetJob/templates/newSuccess.php   |        5 -
 .../sfJobeetJob/templates/searchSuccess.php        |        5 -
 .../modules/sfJobeetJob/templates/showSuccess.php  |       39 -
 .../sfJobeetLanguage/actions/actions.class.php     |       21 -
 .../sfJobeetLanguage/actions/components.class.php  |        9 -
 .../modules/sfJobeetLanguage/config/cache.yml      |        2 -
 .../sfJobeetLanguage/templates/_language.php       |        3 -
 php.samples/samples_src/Jobeet/readme.html         |      278 -
 php.samples/samples_src/Jobeet/symfony             |       13 -
 .../samples_src/Jobeet/test/bootstrap/Doctrine.php |        8 -
 .../Jobeet/test/bootstrap/functional.php           |       26 -
 .../samples_src/Jobeet/test/bootstrap/unit.php     |       15 -
 .../Jobeet/test/fixtures/affiliates.yml            |       14 -
 .../samples_src/Jobeet/test/fixtures/category.yml  |        9 -
 .../samples_src/Jobeet/test/fixtures/fixtures.yml  |       17 -
 .../samples_src/Jobeet/test/fixtures/jobs.yml      |       78 -
 .../functional/frontend/affiliateActionsTest.php   |       29 -
 .../test/functional/frontend/apiActionsTest.php    |       35 -
 .../functional/frontend/categoryActionsTest.php    |       40 -
 .../test/functional/frontend/jobActionsTest.php    |      269 -
 .../samples_src/Jobeet/test/unit/JobeetTest.php    |       22 -
 .../Jobeet/test/unit/model/JobeetJobTest.php       |       62 -
 php.samples/samples_src/Jobeet/web/backend.php     |        7 -
 php.samples/samples_src/Jobeet/web/backend_dev.php |       13 -
 php.samples/samples_src/Jobeet/web/css/admin.css   |       91 -
 php.samples/samples_src/Jobeet/web/css/job.css     |       98 -
 php.samples/samples_src/Jobeet/web/css/jobs.css    |      143 -
 php.samples/samples_src/Jobeet/web/css/main.css    |      376 -
 php.samples/samples_src/Jobeet/web/css/readme.css  |       52 -
 php.samples/samples_src/Jobeet/web/favicon.ico     |      Bin 1406 -> 0 bytes
 .../samples_src/Jobeet/web/frontend_cache.php      |       13 -
 .../samples_src/Jobeet/web/frontend_dev.php        |       13 -
 .../samples_src/Jobeet/web/images/bg-footer.jpg    |      Bin 28167 -> 0 bytes
 .../samples_src/Jobeet/web/images/bg-header.jpg    |      Bin 409 -> 0 bytes
 .../Jobeet/web/images/bg-listheader.gif            |      Bin 605 -> 0 bytes
 .../samples_src/Jobeet/web/images/bg-page.png      |      Bin 387 -> 0 bytes
 .../samples_src/Jobeet/web/images/bg-subheader.gif |      Bin 10756 -> 0 bytes
 .../samples_src/Jobeet/web/images/button-post.jpg  |      Bin 17372 -> 0 bytes
 .../Jobeet/web/images/button-search.jpg            |      Bin 10498 -> 0 bytes
 php.samples/samples_src/Jobeet/web/images/feed.png |      Bin 689 -> 0 bytes
 .../samples_src/Jobeet/web/images/first.png        |      Bin 267 -> 0 bytes
 .../samples_src/Jobeet/web/images/header-job.jpg   |      Bin 5780 -> 0 bytes
 .../samples_src/Jobeet/web/images/jobeet-mini.png  |      Bin 2070 -> 0 bytes
 php.samples/samples_src/Jobeet/web/images/last.png |      Bin 277 -> 0 bytes
 .../samples_src/Jobeet/web/images/loader.gif       |      Bin 3208 -> 0 bytes
 php.samples/samples_src/Jobeet/web/images/logo.jpg |      Bin 5442 -> 0 bytes
 php.samples/samples_src/Jobeet/web/images/next.png |      Bin 260 -> 0 bytes
 .../samples_src/Jobeet/web/images/previous.png     |      Bin 267 -> 0 bytes
 .../samples_src/Jobeet/web/images/search-box.jpg   |      Bin 2144 -> 0 bytes
 .../samples_src/Jobeet/web/images/sensio-labs.gif  |      Bin 4422 -> 0 bytes
 .../samples_src/Jobeet/web/images/symfony.gif      |      Bin 532 -> 0 bytes
 php.samples/samples_src/Jobeet/web/index.php       |        7 -
 .../samples_src/Jobeet/web/js/jquery-1.3.min.js    |       19 -
 php.samples/samples_src/Jobeet/web/js/search.js    |       17 -
 .../sfFormExtraPlugin/css/jquery.autocompleter.css |       48 -
 .../web/sfFormExtraPlugin/images/indicator.gif     |      Bin 1553 -> 0 bytes
 .../Jobeet/web/sfFormExtraPlugin/images/next.png   |      Bin 285 -> 0 bytes
 .../web/sfFormExtraPlugin/images/previous.png      |      Bin 283 -> 0 bytes
 .../Jobeet/web/sfFormExtraPlugin/js/double_list.js |       63 -
 .../sfFormExtraPlugin/js/jquery.autocompleter.js   |      762 -
 .../RentAFlat-Symfony/apps/frontend/config/app.yml |        5 +
 .../apps/frontend/config/cache.yml                 |        7 +
 .../apps/frontend/config/factories.yml             |       42 +
 .../apps/frontend/config/filters.yml               |       10 +
 .../config/frontendConfiguration.class.php         |       49 +
 .../apps/frontend/config/routing.yml               |       20 +
 .../apps/frontend/config/security.yml              |        5 +
 .../apps/frontend/config/settings.yml              |       35 +
 .../apps/frontend/config/view.yml                  |       22 +
 .../apps/frontend/lib/myUser.class.php             |       46 +
 .../RentAFlat-Symfony/apps/frontend/misc/Utils.php |      102 +
 .../RentAFlat-Symfony/apps/frontend/modules/.sf    |        0
 .../modules/contacts/actions/actions.class.php     |       49 +
 .../modules/contacts/templates/indexSuccess.php    |       52 +
 .../modules/content/actions/actions.class.php      |       60 +
 .../modules/content/templates/indexSuccess.php     |       58 +
 .../modules/content/templates/readmeSuccess.php    |       45 +
 .../modules/myfavorites/actions/actions.class.php  |      109 +
 .../modules/myfavorites/templates/indexSuccess.php |       80 +
 .../myfavorites/templates/noresultsSuccess.php     |       47 +
 .../modules/property/actions/actions.class.php     |       89 +
 .../modules/property/templates/addSuccess.php      |       63 +
 .../modules/property/templates/allSuccess.php      |       73 +
 .../modules/property/templates/detailError.php     |       47 +
 .../modules/property/templates/detailSuccess.php   |      120 +
 .../apps/frontend/templates/layout.php             |      149 +
 .../config/ProjectConfiguration.class.php          |       66 +
 .../RentAFlat-Symfony/config/doctrine/schema.yml   |      246 +
 .../RentAFlat-Symfony/config/properties.ini        |        4 +
 .../RentAFlat-Symfony/config/rsync_exclude.txt     |       15 +
 .../RentAFlat-Symfony/data/fixtures/data.yml       |      227 +
 .../lib/form/doctrine/PropertyForm.class.php       |       51 +
 .../lib/model/doctrine/Disposition.class.php       |       50 +
 .../lib/model/doctrine/Location.class.php          |       54 +
 .../lib/model/doctrine/Property.class.php          |       54 +
 .../lib/model/doctrine/PropertyBuild.class.php     |       50 +
 .../samples_src/RentAFlat-Symfony/log/.sf          |        0
 .../RentAFlat-Symfony/nbproject/project.properties |        8 +
 .../nbproject/project.xml                          |        0
 .../samples_src/RentAFlat-Symfony/plugins/.sf      |        0
 .../samples_src/RentAFlat-Symfony/readme.html      |      231 +
 php.samples/samples_src/RentAFlat-Symfony/symfony  |       14 +
 .../samples_src/RentAFlat-Symfony/test/.sf         |        0
 .../{Jobeet => RentAFlat-Symfony}/web/.htaccess    |        0
 .../RentAFlat-Symfony/web/check_configuration.php  |      148 +
 .../RentAFlat-Symfony/web/css/cssweb.css           |      304 +
 .../samples_src/RentAFlat-Symfony/web/favicon.ico  |      Bin 0 -> 1150 bytes
 .../RentAFlat-Symfony/web/frontend_dev.php         |       54 +
 .../samples_src/RentAFlat-Symfony/web/images/.sf   |        0
 .../web}/images/netbeans-logo-2.png                |      Bin
 .../web}/images/netbeans-logo.gif                  |      Bin
 .../samples_src/RentAFlat-Symfony/web/index.php    |       47 +
 .../samples_src/RentAFlat-Symfony/web/js/.sf       |        0
 .../RentAFlat-Symfony/web/js/function.js           |      101 +
 .../public => RentAFlat-Symfony/web}/js/jquery.js  |        0
 .../{Jobeet => RentAFlat-Symfony}/web/robots.txt   |        0
 .../{RentAFlat => RentAFlat-Zend}/.zfproject.xml   |        0
 .../RentAFlat-Zend/application/Bootstrap.php       |       77 +
 .../application/configs/application.ini            |       33 +
 .../application/controllers/BaseController.php     |       91 +
 .../application/controllers/ContactsController.php |       52 +
 .../application/controllers/ErrorController.php    |       88 +
 .../application/controllers/IndexController.php    |       61 +
 .../controllers/MyFavoritesController.php          |       90 +
 .../application/controllers/PropertyController.php |      110 +
 .../application/forms/PropertyForm.php             |      331 +
 .../application/forms/Zend_Validate_IsNumber.php   |       70 +
 .../forms/Zend_Validate_UniqueRefNo.php            |       69 +
 .../application/layouts/scripts/layout.phtml       |      100 +
 .../RentAFlat-Zend/application/misc/Utils.php      |       90 +
 .../application/models/DbTable/Disposition.php     |       50 +
 .../application/models/DbTable/Location.php        |       50 +
 .../application/models/DbTable/PriceType.php       |       50 +
 .../application/models/DbTable/Property.php        |       50 +
 .../models/DbTable/PropertyBuildType.php           |       50 +
 .../application/models/Disposition.php             |       99 +
 .../application/models/DispositionMapper.php       |      118 +
 .../application/models/PriceType.php               |      108 +
 .../application/models/PriceTypeMapper.php         |      107 +
 .../RentAFlat-Zend/application/models/Property.php |      292 +
 .../application/models/PropertyBuildType.php       |      100 +
 .../application/models/PropertyBuildTypeMapper.php |      125 +
 .../application/models/PropertyLocation.php        |      109 +
 .../application/models/PropertyLocationMapper.php  |      113 +
 .../application/models/PropertyMapper.php          |      195 +
 .../application/views/scripts/contacts/index.phtml |       52 +
 .../application/views/scripts/error/error.phtml    |       61 +
 .../scripts/formElements/property/_clear.phtml     |       45 +
 .../scripts/formElements/property/_select.phtml    |       56 +
 .../scripts/formElements/property/_submit.phtml    |       51 +
 .../scripts/formElements/property/_textArea.phtml  |       56 +
 .../scripts/formElements/property/_textInput.phtml |       58 +
 .../application/views/scripts/index/_footer.phtml  |       80 +
 .../application/views/scripts/index/_menu.phtml    |       67 +
 .../application/views/scripts/index/index.phtml    |       58 +
 .../application/views/scripts/index/readme.phtml   |       47 +
 .../views/scripts/my-favorites/index.phtml         |       92 +
 .../views/scripts/my-favorites/no-results.phtml    |       47 +
 .../application/views/scripts/property/add.phtml   |       54 +
 .../application/views/scripts/property/all.phtml   |       73 +
 .../views/scripts/property/detail.phtml            |      122 +
 .../application/views/scripts/property/error.phtml |       47 +
 .../RentAFlat-Zend/database/database.sql           |      100 +
 .../{RentAFlat => RentAFlat-Zend}/docs/README.txt  |        0
 .../RentAFlat-Zend/nbproject/project.properties    |       14 +
 .../nbproject/project.xml                          |        0
 .../samples_src/RentAFlat-Zend/public/.htaccess    |       14 +
 .../RentAFlat-Zend/public/css/cssweb.css           |      302 +
 .../samples_src/RentAFlat-Zend/public/favicon.ico  |      Bin 0 -> 1150 bytes
 .../public/images/netbeans-logo-2.png              |      Bin
 .../public/images/netbeans-logo.gif                |      Bin
 .../samples_src/RentAFlat-Zend/public/index.php    |       76 +
 .../RentAFlat-Zend/public/js/function.js           |      101 +
 .../public/js/jquery.js                            |        0
 php.samples/samples_src/RentAFlat-Zend/readme.html |      195 +
 .../RentAFlat/application/Bootstrap.php            |      104 -
 .../RentAFlat/application/configs/application.ini  |       33 -
 .../application/controllers/BaseController.php     |       41 -
 .../application/controllers/ContactsController.php |       11 -
 .../application/controllers/ErrorController.php    |       50 -
 .../controllers/FavoritesController.php            |       34 -
 .../application/controllers/IndexController.php    |       12 -
 .../controllers/MyFavoritesController.php          |       34 -
 .../application/controllers/PropertyController.php |      153 -
 .../controllers/SellEstateController.php           |       35 -
 .../RentAFlat/application/forms/PropertyForm.php   |      290 -
 .../application/forms/Zend_Validate_IsNumber.php   |       34 -
 .../forms/Zend_Validate_UniqueRefNo.php            |       34 -
 .../application/layouts/scripts/layout.phtml       |       44 -
 .../application/models/DbTable/Disposition.php     |       10 -
 .../application/models/DbTable/Location.php        |       10 -
 .../application/models/DbTable/PriceType.php       |       10 -
 .../application/models/DbTable/Property.php        |       10 -
 .../models/DbTable/PropertyBuildType.php           |       10 -
 .../RentAFlat/application/models/Disposition.php   |       69 -
 .../application/models/DispositionMapper.php       |      194 -
 .../RentAFlat/application/models/PriceType.php     |       76 -
 .../application/models/PriceTypeMapper.php         |       94 -
 .../RentAFlat/application/models/Property.php      |      282 -
 .../application/models/PropertyBuildType.php       |       69 -
 .../application/models/PropertyBuildTypeMapper.php |      111 -
 .../application/models/PropertyLocation.php        |       76 -
 .../application/models/PropertyLocationMapper.php  |      115 -
 .../application/models/PropertyMapper.php          |      189 -
 .../application/views/scripts/contacts/index.phtml |       21 -
 .../application/views/scripts/error/error.phtml    |       28 -
 .../scripts/formElements/property/_clear.phtml     |        2 -
 .../scripts/formElements/property/_select.phtml    |       15 -
 .../scripts/formElements/property/_submit.phtml    |        8 -
 .../scripts/formElements/property/_textArea.phtml  |       14 -
 .../scripts/formElements/property/_textInput.phtml |        9 -
 .../application/views/scripts/index/_footer.phtml  |       35 -
 .../application/views/scripts/index/_menu.phtml    |       32 -
 .../application/views/scripts/index/index.phtml    |      204 -
 .../views/scripts/my-favorites/index.phtml         |       54 -
 .../views/scripts/my-favorites/no-results.phtml    |       40 -
 .../application/views/scripts/property/add.phtml   |       13 -
 .../views/scripts/property/detail.phtml            |       89 -
 .../views/scripts/sell-estate/index.phtml          |       36 -
 .../samples_src/RentAFlat/database/database.sql    |      143 -
 .../RentAFlat/nbproject/project.properties         |       14 -
 php.samples/samples_src/RentAFlat/public/.htaccess |       13 -
 .../samples_src/RentAFlat/public/css/cssweb.css    |      259 -
 php.samples/samples_src/RentAFlat/public/index.php |       30 -
 .../samples_src/RentAFlat/public/js/function.js    |       70 -
 php.samples/samples_src/RentAFlat/readme.html      |      313 -
 php.samples/samples_src/TodoList/config/.htaccess  |        2 +
 php.samples/samples_src/TodoList/config/Config.php |       79 +
 php.samples/samples_src/TodoList/config/config.ini |       44 +
 php.samples/samples_src/TodoList/dao/.htaccess     |        2 +
 php.samples/samples_src/TodoList/dao/TodoDao.php   |      259 +
 .../TodoList/dao/TodoSearchCriteria.php            |       69 +
 php.samples/samples_src/TodoList/db/.htaccess      |        2 +
 php.samples/samples_src/TodoList/db/mysql.sql      |       77 +
 .../samples_src/TodoList/exception/.htaccess       |        2 +
 .../TodoList/exception/NotFoundException.php       |       49 +
 php.samples/samples_src/TodoList/flash/.htaccess   |        2 +
 php.samples/samples_src/TodoList/flash/Flash.php   |       94 +
 php.samples/samples_src/TodoList/layout/.htaccess  |        2 +
 .../samples_src/TodoList/layout/index.phtml        |      118 +
 php.samples/samples_src/TodoList/mapping/.htaccess |        2 +
 .../samples_src/TodoList/mapping/TodoMapper.php    |      118 +
 php.samples/samples_src/TodoList/model/.htaccess   |        2 +
 php.samples/samples_src/TodoList/model/Todo.php    |      224 +
 .../TodoList/nbproject/project.properties          |        7 +
 .../samples_src/TodoList/nbproject/project.xml     |        9 +
 php.samples/samples_src/TodoList/page/.htaccess    |        2 +
 php.samples/samples_src/TodoList/page/404.phtml    |       48 +
 php.samples/samples_src/TodoList/page/500.phtml    |       51 +
 php.samples/samples_src/TodoList/page/add-edit.php |       84 +
 .../samples_src/TodoList/page/add-edit.phtml       |      139 +
 .../samples_src/TodoList/page/change-status.php    |       54 +
 php.samples/samples_src/TodoList/page/delete.php   |       50 +
 php.samples/samples_src/TodoList/page/detail.php   |       46 +
 php.samples/samples_src/TodoList/page/detail.phtml |      134 +
 php.samples/samples_src/TodoList/page/home.phtml   |       59 +
 php.samples/samples_src/TodoList/page/list.php     |       53 +
 php.samples/samples_src/TodoList/page/list.phtml   |       82 +
 php.samples/samples_src/TodoList/readme.html       |      190 +
 php.samples/samples_src/TodoList/util/.htaccess    |        2 +
 php.samples/samples_src/TodoList/util/Utils.php    |      150 +
 .../samples_src/TodoList/validation/.htaccess      |        2 +
 .../samples_src/TodoList/validation/Error.php      |       79 +
 .../TodoList/validation/TodoValidator.php          |      115 +
 .../samples_src/TodoList/web/css/layout.css        |       30 +
 .../redmond/images/ui-bg_flat_0_aaaaaa_40x100.png  |      Bin 0 -> 180 bytes
 .../redmond/images/ui-bg_flat_55_fbec88_40x100.png |      Bin 0 -> 182 bytes
 .../redmond/images/ui-bg_glass_75_d0e5f5_1x400.png |      Bin 0 -> 124 bytes
 .../redmond/images/ui-bg_glass_85_dfeffc_1x400.png |      Bin 0 -> 123 bytes
 .../redmond/images/ui-bg_glass_95_fef1ec_1x400.png |      Bin 0 -> 119 bytes
 .../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png  |      Bin 0 -> 4033 bytes
 .../images/ui-bg_inset-hard_100_f5f8f9_1x100.png   |      Bin 0 -> 130 bytes
 .../images/ui-bg_inset-hard_100_fcfdfd_1x100.png   |      Bin 0 -> 88 bytes
 .../css/redmond/images/ui-icons_217bc0_256x240.png |      Bin 0 -> 4369 bytes
 .../css/redmond/images/ui-icons_2e83ff_256x240.png |      Bin 0 -> 4369 bytes
 .../css/redmond/images/ui-icons_469bdd_256x240.png |      Bin 0 -> 4369 bytes
 .../css/redmond/images/ui-icons_6da8d5_256x240.png |      Bin 0 -> 4369 bytes
 .../css/redmond/images/ui-icons_cd0a0a_256x240.png |      Bin 0 -> 4369 bytes
 .../css/redmond/images/ui-icons_d8e7f3_256x240.png |      Bin 0 -> 5355 bytes
 .../css/redmond/images/ui-icons_f9bd01_256x240.png |      Bin 0 -> 4369 bytes
 .../web/css/redmond/jquery-ui-1.8.16.custom.css    |      378 +
 php.samples/samples_src/TodoList/web/css/style.css |      292 +
 php.samples/samples_src/TodoList/web/favicon.ico   |      Bin 0 -> 1150 bytes
 .../samples_src/TodoList/web/img/action/add.png    |      Bin 0 -> 789 bytes
 .../samples_src/TodoList/web/img/action/back.png   |      Bin 0 -> 345 bytes
 .../samples_src/TodoList/web/img/action/delete.png |      Bin 0 -> 476 bytes
 .../samples_src/TodoList/web/img/action/edit.png   |      Bin 0 -> 610 bytes
 .../samples_src/TodoList/web/img/exclamation.png   |      Bin 0 -> 701 bytes
 .../TodoList/web/img/header-bg-left.jpg            |      Bin 0 -> 465 bytes
 .../TodoList/web/img/header-bg-right.jpg           |      Bin 0 -> 358 bytes
 .../samples_src/TodoList/web/img/header-bg.jpg     |      Bin 0 -> 39018 bytes
 php.samples/samples_src/TodoList/web/img/line.gif  |      Bin 0 -> 43 bytes
 .../samples_src/TodoList/web/img/link-bgd.gif      |      Bin 0 -> 149 bytes
 .../samples_src/TodoList/web/img/link-left.gif     |      Bin 0 -> 49 bytes
 .../samples_src/TodoList/web/img/link-right.gif    |      Bin 0 -> 49 bytes
 .../samples_src/TodoList/web/img/marker-1.gif      |      Bin 0 -> 141 bytes
 .../samples_src/TodoList/web/img/marker-2.gif      |      Bin 0 -> 47 bytes
 .../samples_src/TodoList/web/img/marker-3.gif      |      Bin 0 -> 44 bytes
 .../samples_src/TodoList/web/img/priority/1.png    |      Bin 0 -> 592 bytes
 .../samples_src/TodoList/web/img/priority/2.png    |      Bin 0 -> 586 bytes
 .../samples_src/TodoList/web/img/priority/3.png    |      Bin 0 -> 586 bytes
 .../samples_src/TodoList/web/img/spacer.gif        |      Bin 0 -> 43 bytes
 .../TodoList/web/img/status/DONE-disabled.png      |      Bin 0 -> 470 bytes
 .../samples_src/TodoList/web/img/status/DONE.png   |      Bin 0 -> 781 bytes
 .../TodoList/web/img/status/PENDING-disabled.png   |      Bin 0 -> 491 bytes
 .../TodoList/web/img/status/PENDING.png            |      Bin 0 -> 793 bytes
 .../TodoList/web/img/status/VOIDED-disabled.png    |      Bin 0 -> 452 bytes
 .../samples_src/TodoList/web/img/status/VOIDED.png |      Bin 0 -> 715 bytes
 php.samples/samples_src/TodoList/web/index.php     |      175 +
 php.samples/samples_src/TodoList/web/js/script.js  |      120 +
 .../netbeans/modules/php/samples/Bundle.properties |       12 +-
 .../modules/php/samples/PHPSamplesPanelVisual.form |       13 +-
 .../modules/php/samples/PHPSamplesPanelVisual.java |      180 +-
 .../php/samples/PHPSamplesWizardIterator.java      |       49 +-
 .../modules/php/samples/PHPSamplesWizardPanel.java |       49 +-
 .../modules/php/samples/WizardProperties.java      |       12 +-
 .../php/samples/descriptions/AirAlliance.html      |       11 -
 .../descriptions/Calculator-Nette-Tester.html      |       53 +
 .../samples/descriptions/Calculator-PHPUnit.html   |       53 +
 .../php/samples/descriptions/Calculator-atoum.html |       53 +
 .../modules/php/samples/descriptions/Jobeet.html   |       12 -
 .../samples/descriptions/Rent-a-Flat-Symfony.html  |       53 +
 .../php/samples/descriptions/Rent-a-Flat-Zend.html |       53 +
 .../php/samples/descriptions/Rent-a-Flat.html      |       13 -
 .../modules/php/samples/descriptions/TodoList.html |       53 +
 .../modules/php/samples/icons/AirAlliance.png      |      Bin 661 -> 0 bytes
 .../netbeans/modules/php/samples/icons/Jobeet.png  |      Bin 509 -> 0 bytes
 .../modules/php/samples/icons/Rent-a-Flat.png      |      Bin 610 -> 3092 bytes
 .../modules/php/samples/icons/TodoList.png         |      Bin 0 -> 3268 bytes
 .../modules/php/samples/icons/calculator.png       |      Bin 0 -> 605 bytes
 .../src/org/netbeans/modules/php/samples/layer.xml |       99 +-
 php.smarty/build.xml                               |       12 +
 php.smarty/manifest.mf                             |        6 +
 php.smarty/nbproject/project.properties            |        8 +
 php.smarty/nbproject/project.xml                   |      394 +
 .../netbeans/modules/php/smarty/Bundle.properties  |       46 +
 .../modules/php/smarty/SmartyFramework.java        |      141 +
 .../php/smarty/SmartyPhpFrameworkProvider.java     |      273 +
 .../smarty/SmartyPhpModuleCustomizerExtender.java  |      157 +
 .../modules/php/smarty/editor/Bundle.properties    |       47 +
 .../php/smarty/editor/TplBracesMatching.java       |      404 +
 .../modules/php/smarty/editor/TplDataLoader.java   |      111 +
 .../modules/php/smarty/editor/TplDataObject.java   |      613 +
 .../php/smarty/editor/TplEditorSupport.java        |      390 +
 .../netbeans/modules/php/smarty/editor/TplKit.java |      149 +
 .../modules/php/smarty/editor/TplMetaData.java     |      101 +
 .../modules/php/smarty/editor/TplSyntax.java       |      188 +
 .../php/smarty/editor/actions/Bundle.properties    |       42 +
 .../editor/actions/ToggleBlockCommentAction.java   |      219 +
 .../coloring/EmbeddingHighlightsContainer.java     |      290 +
 .../coloring/EmbeddingHighlightsLayerFactory.java  |       61 +
 .../php/smarty/editor/completion/Bundle.properties |       40 +
 .../editor/completion/CodeCompletionUtils.java     |      202 +
 .../editor/completion/TplCompletionItem.java       |      356 +
 .../editor/completion/TplCompletionProvider.java   |      278 +
 .../editor/completion/TplCompletionQuery.java      |      132 +
 .../completion/entries/CodeCompletionEntries.java  |      180 +
 .../entries/CodeCompletionEntryMetadata.java       |       86 +
 .../entries/CodeCompletionParamMetadata.java       |       67 +
 .../entries/SmartyCodeCompletionOffer.java         |      116 +
 .../completion/entries/defs/built-in-functions.xml |      447 +
 .../completion/entries/defs/custom-functions.xml   |     1157 +
 .../completion/entries/defs/variable-modifiers.xml |      345 +
 .../editor/embedding/TplHtmlEmbeddingProvider.java |      127 +
 .../editor/embedding/TplPhpEmbeddingProvider.java  |      167 +
 .../php/smarty/editor/gsf/TplGSFParser.java        |      105 +
 .../modules/php/smarty/editor/gsf/TplLanguage.java |      110 +
 .../php/smarty/editor/gsf/TplStructureScanner.java |       71 +
 .../php/smarty/editor/indent/TplIndentTask.java    |       65 +
 .../smarty/editor/indent/TplIndentTaskFactory.java |       44 +
 .../php/smarty/editor/indent/TplIndenter.java      |      379 +
 .../modules/php/smarty/editor/lexer/TplLexer.java  |      492 +
 .../php/smarty/editor/lexer/TplTokenId.java        |      143 +
 .../php/smarty/editor/lexer/TplTopLexer.java       |      567 +
 .../php/smarty/editor/lexer/TplTopTokenId.java     |      135 +
 .../php/smarty/editor/parser/Bundle.properties     |       44 +
 .../php/smarty/editor/parser/TplParser.java        |      236 +
 .../php/smarty/editor/parser/TplParserResult.java  |      211 +
 .../php/smarty/editor/utlis/EmbeddingUtils.java    |       87 +
 .../php/smarty/editor/utlis/LexerUtils.java        |      159 +
 .../modules/php/smarty/editor/utlis/TplUtils.java  |       77 +
 .../modules/php/smarty/resources/Bundle.properties |       44 +
 .../php/smarty/resources/TplDescription.html       |       51 +
 .../modules/php/smarty/resources/TplExample        |        9 +
 .../modules/php/smarty/resources/TplTemplate.tpl   |        1 +
 .../php/smarty/resources/codetemplates-tpl.xml     |       75 +
 .../modules/php/smarty/resources/codetemplates.xml |      235 +
 .../php/smarty/resources/fontsColors-BlueTheme.xml |       48 +
 .../smarty/resources/fontsColors-CityLights.xml    |       48 +
 .../modules/php/smarty/resources/fontsColors.xml   |       71 +
 .../modules/php/smarty/resources/layer.xml         |      249 +
 .../php/smarty/resources/smarty-badge-8.png        |      Bin 0 -> 315 bytes
 .../modules/php/smarty/resources/tpl-cc-icon.png   |      Bin 0 -> 630 bytes
 .../modules/php/smarty/resources/tpl-icon.png      |      Bin 0 -> 3287 bytes
 .../modules/php/smarty/ui/Bundle.properties        |        1 +
 .../php/smarty/ui/SaveConfirmationPanel.form       |       65 +
 .../php/smarty/ui/SaveConfirmationPanel.java       |      112 +
 .../php/smarty/ui/customizer/Bundle.properties     |        9 +
 .../ui/customizer/SmartyCustomizerPanel.form       |      143 +
 .../ui/customizer/SmartyCustomizerPanel.java       |      220 +
 .../smarty/ui/notification/AutodetectionPanel.form |       76 +
 .../smarty/ui/notification/AutodetectionPanel.java |      138 +
 .../php/smarty/ui/notification/Bundle.properties   |        1 +
 .../php/smarty/ui/options/Bundle.properties        |       57 +
 .../php/smarty/ui/options/SmartyOptions.java       |      135 +
 .../php/smarty/ui/options/SmartyOptionsPanel.form  |      217 +
 .../php/smarty/ui/options/SmartyOptionsPanel.java  |      430 +
 .../ui/options/SmartyOptionsPanelController.java   |      135 +
 .../unit/data/testfiles/embedding/base-file.tpl    |       11 +
 .../embedding/tpl/testTplEmbeddingTranslator01.tpl |       18 +
 ...r01.tpl.testTplEmbeddingTranslator01.tranlation |       14 +
 .../embedding/tpl/testTplEmbeddingTranslator02.tpl |        6 +
 ...r02.tpl.testTplEmbeddingTranslator02.tranlation |        4 +
 .../embedding/tpl/testTplEmbeddingTranslator03.tpl |       16 +
 ...r03.tpl.testTplEmbeddingTranslator03.tranlation |       16 +
 .../test/unit/data/testfiles/indenting/case001.tpl |        7 +
 .../data/testfiles/indenting/case001.tpl.formatted |        7 +
 .../test/unit/data/testfiles/indenting/case002.tpl |       12 +
 .../data/testfiles/indenting/case002.tpl.formatted |       12 +
 .../test/unit/data/testfiles/indenting/case003.tpl |        5 +
 .../data/testfiles/indenting/case003.tpl.formatted |        5 +
 .../test/unit/data/testfiles/indenting/case004.tpl |        5 +
 .../data/testfiles/indenting/case004.tpl.formatted |        5 +
 .../test/unit/data/testfiles/indenting/case005.tpl |        6 +
 .../data/testfiles/indenting/case005.tpl.formatted |        6 +
 .../data/testfiles/parserBlocks/testParser1.tpl    |        9 +
 .../testfiles/parserBlocks/testParser1.tpl.blocks  |       17 +
 .../data/testfiles/parserBlocks/testParser10.tpl   |       40 +
 .../testfiles/parserBlocks/testParser10.tpl.blocks |       27 +
 .../data/testfiles/parserBlocks/testParser2.tpl    |       10 +
 .../testfiles/parserBlocks/testParser2.tpl.blocks  |       21 +
 .../data/testfiles/parserBlocks/testParser3.tpl    |       15 +
 .../testfiles/parserBlocks/testParser3.tpl.blocks  |       83 +
 .../data/testfiles/parserBlocks/testParser4.tpl    |        9 +
 .../testfiles/parserBlocks/testParser4.tpl.blocks  |       17 +
 .../data/testfiles/parserBlocks/testParser5.tpl    |       57 +
 .../testfiles/parserBlocks/testParser5.tpl.blocks  |       29 +
 .../data/testfiles/parserBlocks/testParser6.tpl    |       10 +
 .../testfiles/parserBlocks/testParser6.tpl.blocks  |        7 +
 .../data/testfiles/parserBlocks/testParser7.tpl    |       62 +
 .../testfiles/parserBlocks/testParser7.tpl.blocks  |       85 +
 .../data/testfiles/parserBlocks/testParser8.tpl    |       29 +
 .../testfiles/parserBlocks/testParser8.tpl.blocks  |       31 +
 .../data/testfiles/parserBlocks/testParser9.tpl    |      104 +
 .../testfiles/parserBlocks/testParser9.tpl.blocks  |      107 +
 .../testfiles/parserErrors/testParserErrors1.tpl   |        1 +
 .../parserErrors/testParserErrors1.tpl.errors      |        2 +
 .../testfiles/parserErrors/testParserErrors10.tpl  |        6 +
 .../parserErrors/testParserErrors10.tpl.errors     |        3 +
 .../testfiles/parserErrors/testParserErrors11.tpl  |       14 +
 .../parserErrors/testParserErrors11.tpl.errors     |        7 +
 .../testfiles/parserErrors/testParserErrors2.tpl   |        2 +
 .../parserErrors/testParserErrors2.tpl.errors      |        2 +
 .../testfiles/parserErrors/testParserErrors3.tpl   |        4 +
 .../parserErrors/testParserErrors3.tpl.errors      |        3 +
 .../testfiles/parserErrors/testParserErrors4.tpl   |        9 +
 .../parserErrors/testParserErrors4.tpl.errors      |        2 +
 .../testfiles/parserErrors/testParserErrors5.tpl   |       57 +
 .../parserErrors/testParserErrors5.tpl.errors      |        1 +
 .../testfiles/parserErrors/testParserErrors6.tpl   |       63 +
 .../parserErrors/testParserErrors6.tpl.errors      |        2 +
 .../testfiles/parserErrors/testParserErrors7.tpl   |       13 +
 .../parserErrors/testParserErrors7.tpl.errors      |        3 +
 .../testfiles/parserErrors/testParserErrors8.tpl   |       61 +
 .../parserErrors/testParserErrors8.tpl.errors      |        5 +
 .../testfiles/parserErrors/testParserErrors9.tpl   |       15 +
 .../parserErrors/testParserErrors9.tpl.errors      |        2 +
 .../testfiles/toggleComment/context_cursor1.tpl    |       29 +
 .../context_cursor1.tpl.toggleComment              |       29 +
 .../testfiles/toggleComment/context_cursor2.tpl    |       29 +
 .../context_cursor2.tpl.toggleComment              |       29 +
 .../testfiles/toggleComment/context_cursor3.tpl    |       29 +
 .../context_cursor3.tpl.toggleComment              |       29 +
 .../testfiles/toggleComment/context_cursor4.tpl    |       32 +
 .../context_cursor4.tpl.toggleComment              |       32 +
 .../toggleComment/context_cursor_uncomment1.tpl    |       29 +
 .../context_cursor_uncomment1.tpl.toggleComment    |       29 +
 .../toggleComment/context_cursor_uncomment2.tpl    |       29 +
 .../context_cursor_uncomment2.tpl.toggleComment    |       29 +
 .../toggleComment/context_cursor_uncomment3.tpl    |       29 +
 .../context_cursor_uncomment3.tpl.toggleComment    |       29 +
 .../toggleComment/context_cursor_uncomment4.tpl    |       32 +
 .../context_cursor_uncomment4.tpl.toggleComment    |       32 +
 .../toggleComment/context_cursor_uncomment5.tpl    |        6 +
 .../context_cursor_uncomment5.tpl.toggleComment    |        6 +
 .../toggleComment/context_cursor_uncomment6.tpl    |        6 +
 .../context_cursor_uncomment6.tpl.toggleComment    |        6 +
 .../toggleComment/context_cursor_uncomment7.tpl    |        6 +
 .../context_cursor_uncomment7.tpl.toggleComment    |        6 +
 .../data/testfiles/toggleComment/issue224353.tpl   |        1 +
 .../toggleComment/issue224353.tpl.toggleComment    |        1 +
 .../testfiles/toggleComment/smarty_cursor1.tpl     |       29 +
 .../toggleComment/smarty_cursor1.tpl.toggleComment |       29 +
 .../testfiles/toggleComment/smarty_cursor2.tpl     |       29 +
 .../toggleComment/smarty_cursor2.tpl.toggleComment |       29 +
 .../testfiles/toggleComment/smarty_cursor3.tpl     |       29 +
 .../toggleComment/smarty_cursor3.tpl.toggleComment |       29 +
 .../testfiles/toggleComment/smarty_cursor4.tpl     |       32 +
 .../toggleComment/smarty_cursor4.tpl.toggleComment |       32 +
 .../toggleComment/smarty_cursor_uncomment1.tpl     |       29 +
 .../smarty_cursor_uncomment1.tpl.toggleComment     |       29 +
 .../toggleComment/smarty_cursor_uncomment2.tpl     |       29 +
 .../smarty_cursor_uncomment2.tpl.toggleComment     |       29 +
 .../toggleComment/smarty_cursor_uncomment3.tpl     |       29 +
 .../smarty_cursor_uncomment3.tpl.toggleComment     |       29 +
 .../toggleComment/smarty_cursor_uncomment4.tpl     |       29 +
 .../smarty_cursor_uncomment4.tpl.toggleComment     |       29 +
 .../toggleComment/smarty_cursor_uncomment5.tpl     |       29 +
 .../smarty_cursor_uncomment5.tpl.toggleComment     |       29 +
 .../testfiles/toggleComment/smarty_selection1.tpl  |       29 +
 .../smarty_selection1.tpl.toggleComment            |       29 +
 .../testfiles/toggleComment/smarty_selection2.tpl  |       29 +
 .../smarty_selection2.tpl.toggleComment            |       29 +
 .../testfiles/toggleComment/smarty_selection3.tpl  |       29 +
 .../smarty_selection3.tpl.toggleComment            |       29 +
 .../testfiles/toggleComment/smarty_selection4.tpl  |       29 +
 .../smarty_selection4.tpl.toggleComment            |       29 +
 .../testfiles/toggleComment/smarty_selection5.tpl  |       29 +
 .../smarty_selection5.tpl.toggleComment            |       29 +
 .../org.netbeans.spi.lexer.LanguageProvider        |        0
 .../php/smarty/SmartyPhpFrameworkProviderTest.java |      132 +
 .../netbeans/modules/php/smarty/TplTestBase.java   |      122 +
 .../php/smarty/editor/TplBracesMatchingTest.java   |      303 +
 .../smarty/editor/TplCustomBracesMatchingTest.java |      311 +
 .../php/smarty/editor/TplDataObjectTest.java       |       99 +
 .../actions/ToggleBlockCommentActionTest.java      |      243 +
 .../editor/completion/TplCompletionQueryTest.java  |      166 +
 .../editor/embedding/JsEmbeddingProviderTest.java  |       94 +
 .../editor/embedding/TplEmbeddingProviderTest.java |      287 +
 .../php/smarty/editor/indent/TplIndenterTest.java  |      131 +
 .../smarty/editor/lexer/TplTopLexerBatchTest.java  |      448 +
 .../smarty/editor/parser/TplParserErrorsTest.java  |      176 +
 .../php/smarty/editor/parser/TplParserTest.java    |      184 +
 php.symfony/manifest.mf                            |        2 +-
 php.symfony/nbproject/project.properties           |        4 +-
 php.symfony/nbproject/project.xml                  |       76 +-
 .../netbeans/modules/php/symfony/Bundle.properties |        1 -
 .../php/symfony/SymfonyPhpFrameworkProvider.java   |       41 +-
 .../symfony/SymfonyPhpModuleActionsExtender.java   |       10 +-
 .../SymfonyPhpModuleCustomizerExtender.java        |        6 +-
 .../php/symfony/SymfonyPhpModuleExtender.java      |       20 +-
 .../SymfonyPhpModuleIgnoredFilesExtender.java      |       21 +-
 .../modules/php/symfony/SymfonyScript.java         |      349 +-
 .../modules/php/symfony/commands/Bundle.properties |        1 -
 .../php/symfony/commands/SymfonyCommand.java       |       13 +-
 .../symfony/commands/SymfonyCommandSupport.java    |      295 +-
 .../symfony/commands/SymfonyCommandsXmlParser.java |        6 +-
 .../php/symfony/editor/SymfonyEditorExtender.java  |        8 +-
 .../php/symfony/resources/Bundle.properties        |        6 +-
 .../php/symfony/ui/actions/ClearCacheAction.java   |       21 +-
 .../ui/actions/SymfonyGoToActionAction.java        |        2 +-
 .../symfony/ui/actions/SymfonyGoToViewAction.java  |        2 +-
 .../ui/actions/SymfonyGoToViewActionPanel.form     |        5 +-
 .../ui/actions/SymfonyGoToViewActionPanel.java     |       51 +-
 .../ui/actions/SymfonyGoToViewActionPopup.java     |        3 +-
 .../ui/actions/SymfonyRunCommandAction.java        |        4 +-
 .../php/symfony/ui/customizer/Bundle.properties    |        4 +-
 .../ui/customizer/SymfonyCustomizerPanel.form      |       40 +-
 .../ui/customizer/SymfonyCustomizerPanel.java      |       50 +-
 .../php/symfony/ui/options/Bundle.properties       |       13 +-
 .../php/symfony/ui/options/SymfonyOptions.java     |       10 +
 .../symfony/ui/options/SymfonyOptionsPanel.form    |      111 +-
 .../symfony/ui/options/SymfonyOptionsPanel.java    |      151 +-
 .../ui/options/SymfonyOptionsPanelController.java  |       36 +-
 .../php/symfony/ui/wizards/Bundle.properties       |        4 +-
 .../ui/wizards/NewProjectConfigurationPanel.form   |       16 +-
 .../ui/wizards/NewProjectConfigurationPanel.java   |       45 +-
 .../modules/php/symfony/util/SymfonyUtils.java     |        4 +-
 .../php/symfony/CommandsLineProcessorTest.java     |      200 +
 .../modules/php/symfony/SymfonyScriptTest.java     |       93 -
 .../symfony/commands/HelpLineProcessorTest.java    |      162 -
 .../commands/SymfonyCommandsXmlParserTest.java     |        4 +-
 php.symfony2/build.xml                             |        5 +
 php.symfony2/manifest.mf                           |        5 +
 php.symfony2/nbproject/project.properties          |        3 +
 php.symfony2/nbproject/project.xml                 |      158 +
 .../php/symfony2/Symfony2PhpFrameworkProvider.java |      180 +
 .../Symfony2PhpModuleCustomizerExtender.java       |      214 +
 .../php/symfony2/Symfony2PhpModuleExtender.java    |      176 +
 .../Symfony2PhpModuleIgnoredFilesExtender.java     |      101 +
 .../php/symfony2/annotations/BaseParsedLine.java   |       80 +
 .../symfony2/annotations/extra/Bundle.properties   |      351 +
 .../php/symfony2/annotations/extra/CacheTag.java   |       65 +
 .../php/symfony2/annotations/extra/MethodTag.java  |       65 +
 .../annotations/extra/ParamConverterTag.java       |       65 +
 .../php/symfony2/annotations/extra/RouteTag.java   |       65 +
 .../extra/Symfony2ExtraAnnotationsProvider.java    |       88 +
 .../symfony2/annotations/extra/TemplateTag.java    |       65 +
 .../parser/Symfony2ExtraAnnotationLineParser.java  |       96 +
 .../Symfony2CommonLineAnnotationLineParser.java    |      113 +
 .../annotations/security/Bundle.properties         |      142 +
 .../annotations/security/PreAuthorizeTag.java      |       65 +
 .../symfony2/annotations/security/RunAsTag.java    |       65 +
 .../security/SatisfiesParentSecurityPolicyTag.java |       55 +
 .../annotations/security/SecureParamTag.java       |       65 +
 .../annotations/security/SecureReturnTag.java      |       65 +
 .../symfony2/annotations/security/SecureTag.java   |       65 +
 .../Symfony2SecurityAnnotationsProvider.java       |       87 +
 .../Symfony2SecurityAnnotationLineParser.java      |       97 +
 .../symfony2/annotations/validators/AllTag.java    |       65 +
 .../symfony2/annotations/validators/BlankTag.java  |       65 +
 .../annotations/validators/Bundle.properties       |     1906 +
 .../annotations/validators/CallbackTag.java        |       65 +
 .../symfony2/annotations/validators/ChoiceTag.java |       73 +
 .../annotations/validators/CollectionTag.java      |       73 +
 .../symfony2/annotations/validators/CountTag.java  |       81 +
 .../annotations/validators/CountryTag.java         |       65 +
 .../symfony2/annotations/validators/DateTag.java   |       65 +
 .../annotations/validators/DateTimeTag.java        |       65 +
 .../symfony2/annotations/validators/EmailTag.java  |       73 +
 .../symfony2/annotations/validators/FalseTag.java  |       65 +
 .../symfony2/annotations/validators/FileTag.java   |       73 +
 .../symfony2/annotations/validators/ImageTag.java  |       77 +
 .../php/symfony2/annotations/validators/IpTag.java |       69 +
 .../annotations/validators/LanguageTag.java        |       65 +
 .../symfony2/annotations/validators/LengthTag.java |       85 +
 .../symfony2/annotations/validators/LocaleTag.java |       65 +
 .../annotations/validators/MaxLengthTag.java       |       73 +
 .../symfony2/annotations/validators/MaxTag.java    |       73 +
 .../annotations/validators/MinLengthTag.java       |       73 +
 .../symfony2/annotations/validators/MinTag.java    |       73 +
 .../annotations/validators/NotBlankTag.java        |       65 +
 .../annotations/validators/NotNullTag.java         |       65 +
 .../symfony2/annotations/validators/NullTag.java   |       65 +
 .../symfony2/annotations/validators/RangeTag.java  |       81 +
 .../symfony2/annotations/validators/RegexTag.java  |       73 +
 .../Symfony2ValidatorsAnnotationsProvider.java     |      118 +
 .../symfony2/annotations/validators/TimeTag.java   |       65 +
 .../symfony2/annotations/validators/TrueTag.java   |       65 +
 .../symfony2/annotations/validators/TypeTag.java   |       69 +
 .../annotations/validators/UniqueEntityTag.java    |       69 +
 .../symfony2/annotations/validators/UrlTag.java    |       69 +
 .../annotations/validators/UserPasswordTag.java    |       65 +
 .../symfony2/annotations/validators/ValidTag.java  |       65 +
 .../parser/EncapsulatingAnnotationLineParser.java  |      110 +
 .../parser/ParameterizedAnnotationLineParser.java  |      106 +
 .../Symfony2ValidatorsAnnotationLineParser.java    |       84 +
 .../parser/TypeAnnotationLineParser.java           |      103 +
 .../php/symfony2/commands/Symfony2Command.java     |       68 +
 .../symfony2/commands/Symfony2CommandSupport.java  |      128 +
 .../php/symfony2/commands/Symfony2CommandVO.java   |       86 +
 .../commands/Symfony2CommandsXmlParser.java        |      222 +
 .../php/symfony2/commands/Symfony2Script.java      |      267 +
 .../php/symfony2/options/Symfony2Options.java      |      110 +
 .../symfony2/preferences/Symfony2Preferences.java  |      105 +
 .../php/symfony2/resources/Bundle.properties       |       48 +
 .../modules/php/symfony2/resources/layer.xml       |       70 +
 .../php/symfony2/ui/actions/CacheClearAction.java  |       73 +
 .../php/symfony2/ui/actions/CacheWarmupAction.java |       73 +
 .../php/symfony2/ui/actions/Symfony2Action.java    |       76 +
 .../actions/Symfony2PhpModuleActionsExtender.java  |       77 +
 .../ui/actions/Symfony2RunCommandAction.java       |       83 +
 .../php/symfony2/ui/customizer/Bundle.properties   |       47 +
 .../ui/customizer/Symfony2CustomizerPanel.form     |      131 +
 .../ui/customizer/Symfony2CustomizerPanel.java     |      264 +
 .../php/symfony2/ui/options/Bundle.properties      |       50 +
 .../symfony2/ui/options/Symfony2OptionsPanel.form  |      132 +
 .../symfony2/ui/options/Symfony2OptionsPanel.java  |      287 +
 .../ui/options/Symfony2OptionsPanelController.java |      183 +
 .../php/symfony2/ui/resources/symfony_badge_8.png  |      Bin 0 -> 279 bytes
 .../php/symfony2/ui/wizards/Bundle.properties      |       42 +
 .../ui/wizards/NewProjectConfigurationPanel.form   |       58 +
 .../ui/wizards/NewProjectConfigurationPanel.java   |      184 +
 php.symfony2/test/unit/data/issue223639.xml        |     1181 +
 php.symfony2/test/unit/data/issue232490.xml        |     4077 +
 php.symfony2/test/unit/data/symfony2-commands.xml  |      999 +
 .../extra/parser/CacheLineParserTest.java          |      180 +
 .../extra/parser/MethodLineParserTest.java         |      179 +
 .../extra/parser/ParamConverterLineParserTest.java |      180 +
 .../extra/parser/RouteLineParserTest.java          |      179 +
 .../Symfony2ExtraAnnotationLineParserTest.java     |       84 +
 .../extra/parser/TemplateLineParserTest.java       |      179 +
 ...Symfony2CommonLineAnnotationLineParserTest.java |      115 +
 .../parser/PreAuthorizeLineParserTest.java         |      179 +
 .../security/parser/RunAsLineParserTest.java       |      179 +
 ...atisfiesParentSecurityPolicyLineParserTest.java |      179 +
 .../security/parser/SecureLineParserTest.java      |      179 +
 .../security/parser/SecureParamLineParserTest.java |      179 +
 .../parser/SecureReturnLineParserTest.java         |      179 +
 .../Symfony2SecurityAnnotationLineParserTest.java  |       89 +
 .../validators/parser/AllLineParserTest.java       |      196 +
 .../validators/parser/BlankLineParserTest.java     |      178 +
 .../validators/parser/CallbackLineParserTest.java  |      178 +
 .../validators/parser/ChoiceLineParserTest.java    |      178 +
 .../parser/CollectionLineParserTest.java           |      193 +
 .../validators/parser/CountryLineParserTest.java   |      178 +
 .../validators/parser/DateLineParserTest.java      |      178 +
 .../validators/parser/DateTimeLineParserTest.java  |      178 +
 .../validators/parser/EmailLineParserTest.java     |      178 +
 .../validators/parser/FalseLineParserTest.java     |      178 +
 .../validators/parser/FileLineParserTest.java      |      178 +
 .../validators/parser/ImageLineParserTest.java     |      178 +
 .../validators/parser/IpLineParserTest.java        |      178 +
 .../validators/parser/LanguageLineParserTest.java  |      177 +
 .../validators/parser/LocaleLineParserTest.java    |      178 +
 .../validators/parser/MaxLengthLineParserTest.java |      178 +
 .../validators/parser/MaxLineParserTest.java       |      178 +
 .../validators/parser/MinLengthLineParserTest.java |      178 +
 .../validators/parser/MinLineParserTest.java       |      178 +
 .../validators/parser/NotBlankLineParserTest.java  |      179 +
 .../validators/parser/NotNullLineParserTest.java   |      178 +
 .../validators/parser/NullLineParserTest.java      |      178 +
 .../validators/parser/RegexLineParserTest.java     |      178 +
 ...Symfony2ValidatorsAnnotationLineParserTest.java |      176 +
 .../validators/parser/TimeLineParserTest.java      |      178 +
 .../validators/parser/TrueLineParserTest.java      |      178 +
 .../parser/TypeAnnotationLineParserTest.java       |      144 +
 .../parser/UniqueEntityLineParserTest.java         |      178 +
 .../validators/parser/UrlLineParserTest.java       |      178 +
 .../validators/parser/ValidLineParserTest.java     |      178 +
 .../commands/Symfony2CommandsXmlParserTest.java    |      157 +
 php.twig/build.xml                                 |       19 +
 php.twig/manifest.mf                               |        6 +
 php.twig/nbproject/project.properties              |        2 +
 php.twig/nbproject/project.xml                     |      298 +
 .../modules/php/twig/editor/TwigDataObject.java    |      117 +
 .../modules/php/twig/editor/TwigEditorKit.java     |       71 +
 .../modules/php/twig/editor/TwigSyntax.java        |      110 +
 .../editor/actions/ToggleBlockCommentAction.java   |      311 +
 .../php/twig/editor/braces/TwigBracesMatcher.java  |      361 +
 .../codetemplate/TwigCodeTemplateFilter.java       |      133 +
 .../php/twig/editor/completion/Bundle.properties   |     1277 +
 .../completion/TwigCompletionContextFinder.java    |      189 +
 .../editor/completion/TwigCompletionHandler.java   |      466 +
 .../editor/completion/TwigCompletionProposal.java  |      254 +
 .../twig/editor/completion/TwigDocumentation.java  |       65 +
 .../completion/TwigDocumentationFactory.java       |      164 +
 .../php/twig/editor/completion/TwigElement.java    |      249 +
 .../embedding/TwigHtmlEmbeddingProvider.java       |      106 +
 .../php/twig/editor/format/TwigFormatter.java      |       72 +
 .../php/twig/editor/format/TwigIndentTask.java     |       88 +
 .../php/twig/editor/format/TwigIndenter.java       |      349 +
 .../modules/php/twig/editor/gsf/TwigLanguage.java  |      130 +
 .../php/twig/editor/gsf/TwigStructureItem.java     |      200 +
 .../php/twig/editor/gsf/TwigStructureScanner.java  |      101 +
 .../twig/editor/lexer/TwigBlockColoringLexer.java  |      954 +
 .../php/twig/editor/lexer/TwigBlockLexer.java      |       90 +
 .../php/twig/editor/lexer/TwigBlockTokenId.java    |      119 +
 .../php/twig/editor/lexer/TwigLexerUtils.java      |      281 +
 .../php/twig/editor/lexer/TwigStateStack.java      |      164 +
 .../twig/editor/lexer/TwigTopColoringLexer.java    |      867 +
 .../php/twig/editor/lexer/TwigTopLexer.java        |       88 +
 .../php/twig/editor/lexer/TwigTopTokenId.java      |      125 +
 .../editor/lexer/TwigVariableColoringLexer.java    |      751 +
 .../php/twig/editor/lexer/TwigVariableLexer.java   |       90 +
 .../php/twig/editor/lexer/TwigVariableTokenId.java |      118 +
 .../php/twig/editor/parsing/TwigParser.java        |      315 +
 .../php/twig/editor/parsing/TwigParserResult.java  |      168 +
 .../php/twig/editor/ui/options/Bundle.properties   |       44 +
 .../php/twig/editor/ui/options/TwigOptions.java    |       77 +
 .../ui/options/TwigOptionsPanelController.java     |      127 +
 .../php/twig/editor/ui/options/TwigPanel.form      |       82 +
 .../php/twig/editor/ui/options/TwigPanel.java      |      186 +
 .../modules/php/twig/resources/Bundle.properties   |       64 +
 .../php/twig/resources/TwigTemplate.html.twig      |        1 +
 .../modules/php/twig/resources/code-templates.xml  |      201 +
 .../modules/php/twig/resources/example.html.twig   |       12 +
 .../netbeans/modules/php/twig/resources/filter.png |      Bin 0 -> 692 bytes
 .../modules/php/twig/resources/highlighting.xml    |       70 +
 .../netbeans/modules/php/twig/resources/icon.png   |      Bin 0 -> 3301 bytes
 .../netbeans/modules/php/twig/resources/layer.xml  |      268 +
 .../modules/php/twig/resources/twig-logo.png       |      Bin 0 -> 861 bytes
 .../twig/editor/lexer/TwigLexerTest/comment.pass   |        5 +
 .../TwigLexerTest/exceptions-unclosed_tag.pass     |       39 +
 .../lexer/TwigLexerTest/expressions-array.pass     |      230 +
 .../TwigLexerTest/expressions-array_call.pass      |       37 +
 .../lexer/TwigLexerTest/expressions-binary.pass    |      207 +
 .../TwigLexerTest/expressions-comparison.pass      |      119 +
 .../lexer/TwigLexerTest/expressions-dotdot.pass    |      144 +
 .../lexer/TwigLexerTest/expressions-grouping.pass  |       15 +
 .../lexer/TwigLexerTest/expressions-literals.pass  |       48 +
 .../TwigLexerTest/expressions-magic_call.pass      |       15 +
 .../TwigLexerTest/expressions-method_call.pass     |      115 +
 .../lexer/TwigLexerTest/expressions-postfix.pass   |       71 +
 .../lexer/TwigLexerTest/expressions-strings.pass   |       13 +
 .../expressions-ternary_operator.pass              |      117 +
 .../lexer/TwigLexerTest/expressions-unary.pass     |       51 +
 .../TwigLexerTest/filters-convert_encoding.pass    |       21 +
 .../editor/lexer/TwigLexerTest/filters-date.pass   |       94 +
 .../TwigLexerTest/filters-date_default_format.pass |       18 +
 .../lexer/TwigLexerTest/filters-default.pass       |      885 +
 .../TwigLexerTest/filters-dynamic_filter.pass      |       15 +
 .../editor/lexer/TwigLexerTest/filters-escape.pass |        7 +
 .../filters-escape_non_supported_charset.pass      |        7 +
 .../lexer/TwigLexerTest/filters-force_escape.pass  |       56 +
 .../editor/lexer/TwigLexerTest/filters-format.pass |       13 +
 .../lexer/TwigLexerTest/filters-json_encode.pass   |       34 +
 .../editor/lexer/TwigLexerTest/filters-length.pass |       23 +
 .../editor/lexer/TwigLexerTest/filters-merge.pass  |       75 +
 .../editor/lexer/TwigLexerTest/filters-nl2br.pass  |       15 +
 .../lexer/TwigLexerTest/filters-replace.pass       |       21 +
 .../editor/lexer/TwigLexerTest/filters-sort.pass   |       19 +
 .../lexer/TwigLexerTest/filters-special_chars.pass |        7 +
 .../lexer/TwigLexerTest/functions-attribute.pass   |       23 +
 .../lexer/TwigLexerTest/functions-constant.pass    |       26 +
 .../lexer/TwigLexerTest/functions-cycle.pass       |       43 +
 .../editor/lexer/TwigLexerTest/functions-dump.pass |       28 +
 .../TwigLexerTest/functions-dynamic_function.pass  |       17 +
 .../TwigLexerTest/functions-special_chars.pass     |       12 +
 .../editor/lexer/TwigLexerTest/issue227066_01.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_02.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_03.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_04.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_05.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_06.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_07.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_08.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_09.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue227066_10.pass |       11 +
 .../editor/lexer/TwigLexerTest/issue242400_01.pass |       29 +
 .../editor/lexer/TwigLexerTest/issue242400_02.pass |        8 +
 .../editor/lexer/TwigLexerTest/issue243277_01.pass |        6 +
 .../editor/lexer/TwigLexerTest/issue243277_02.pass |        5 +
 .../editor/lexer/TwigLexerTest/issue243277_03.pass |       17 +
 .../editor/lexer/TwigLexerTest/issue243421_01.pass |       13 +
 .../editor/lexer/TwigLexerTest/issue243421_02.pass |       13 +
 .../lexer/TwigLexerTest/macros-with_filters.pass   |       51 +
 .../lexer/TwigLexerTest/multi-interpolation.pass   |       45 +
 .../TwigLexerTest/regression-empty_token.pass      |       11 +
 .../lexer/TwigLexerTest/tags-autoescape-basic.pass |       79 +
 .../TwigLexerTest/tags-autoescape-blocks.pass      |       33 +
 .../tags-autoescape-double_escaping.pass           |       21 +
 .../TwigLexerTest/tags-autoescape-functions.pass   |      132 +
 .../TwigLexerTest/tags-autoescape-literal.pass     |      121 +
 .../TwigLexerTest/tags-autoescape-nested.pass      |       83 +
 .../TwigLexerTest/tags-autoescape-objects.pass     |       37 +
 .../lexer/TwigLexerTest/tags-autoescape-raw.pass   |       21 +
 .../TwigLexerTest/tags-autoescape-strategy.pass    |       39 +
 .../lexer/TwigLexerTest/tags-autoescape-type.pass  |      161 +
 .../tags-autoescape-with_filters.pass              |      121 +
 .../tags-autoescape-with_filters_arguments.pass    |       74 +
 .../tags-autoescape-with_pre_escape_filters.pass   |       71 +
 .../lexer/TwigLexerTest/tags-block-basic.pass      |       38 +
 .../TwigLexerTest/tags-block-special_chars.pass    |       15 +
 .../lexer/TwigLexerTest/tags-filter-basic.pass     |       19 +
 .../TwigLexerTest/tags-filter-json_encode.pass     |       15 +
 .../lexer/TwigLexerTest/tags-filter-multiple.pass  |       21 +
 .../lexer/TwigLexerTest/tags-filter-nested.pass    |       47 +
 .../TwigLexerTest/tags-filter-with_for_tag.pass    |       37 +
 .../TwigLexerTest/tags-filter-with_if_tag.pass     |      110 +
 .../lexer/TwigLexerTest/tags-for-condition.pass    |       42 +
 .../lexer/TwigLexerTest/tags-for-context.pass      |       47 +
 .../editor/lexer/TwigLexerTest/tags-for-else.pass  |       29 +
 .../TwigLexerTest/tags-for-inner_variables.pass    |       68 +
 .../editor/lexer/TwigLexerTest/tags-for-keys.pass  |       25 +
 .../TwigLexerTest/tags-for-keys_and_values.pass    |       32 +
 .../lexer/TwigLexerTest/tags-for-loop_context.pass |       73 +
 .../TwigLexerTest/tags-for-loop_context_local.pass |       37 +
 .../lexer/TwigLexerTest/tags-for-nested_else.pass  |       59 +
 .../lexer/TwigLexerTest/tags-for-objects.pass      |      106 +
 .../TwigLexerTest/tags-for-objects_countable.pass  |      138 +
 .../lexer/TwigLexerTest/tags-for-recursive.pass    |       66 +
 .../lexer/TwigLexerTest/tags-for-values.pass       |       23 +
 .../twig/editor/lexer/TwigLexerTest/tags-from.pass |       43 +
 .../editor/lexer/TwigLexerTest/tags-if-basic.pass  |       47 +
 .../lexer/TwigLexerTest/tags-if-expression.pass    |       35 +
 .../lexer/TwigLexerTest/tags-include-basic.pass    |        9 +
 .../TwigLexerTest/tags-include-expression.pass     |        9 +
 .../TwigLexerTest/tags-include-ignore_missing.pass |       64 +
 .../lexer/TwigLexerTest/tags-include-only.pass     |       79 +
 .../tags-include-template_instance.pass            |        8 +
 .../tags-include-templates_as_array.pass           |       26 +
 .../TwigLexerTest/tags-include-with_variables.pass |       34 +
 .../TwigLexerTest/tags-inheritance-basic.pass      |       34 +
 .../tags-inheritance-conditional.pass              |       64 +
 .../TwigLexerTest/tags-inheritance-dynamic.pass    |       34 +
 .../tags-inheritance-extends_as_array.pass         |       26 +
 .../TwigLexerTest/tags-inheritance-multiple.pass   |       69 +
 .../tags-inheritance-nested_inheritance.pass       |       67 +
 .../TwigLexerTest/tags-inheritance-parent.pass     |       49 +
 .../tags-inheritance-parent_change.pass            |       16 +
 .../tags-inheritance-parent_in_a_block.pass        |       21 +
 .../tags-inheritance-parent_isolation.pass         |       91 +
 .../tags-inheritance-parent_nested.pass            |       57 +
 .../tags-inheritance-parent_without_extends.pass   |       21 +
 ...eritance-parent_without_extends_but_traits.pass |       43 +
 .../tags-inheritance-template_instance.pass        |       43 +
 .../lexer/TwigLexerTest/tags-inheritance-use.pass  |      211 +
 .../lexer/TwigLexerTest/tags-macro-basic.pass      |       97 +
 .../TwigLexerTest/tags-macro-endmacro_name.pass    |       53 +
 .../lexer/TwigLexerTest/tags-macro-external.pass   |      109 +
 .../lexer/TwigLexerTest/tags-macro-from.pass       |      101 +
 .../TwigLexerTest/tags-macro-self_import.pass      |      109 +
 .../TwigLexerTest/tags-macro-special_chars.pass    |       39 +
 .../editor/lexer/TwigLexerTest/tags-raw-basic.pass |       11 +
 .../editor/lexer/TwigLexerTest/tags-set-basic.pass |       64 +
 .../lexer/TwigLexerTest/tags-set-capture.pass      |       19 +
 .../lexer/TwigLexerTest/tags-set-expression.pass   |       37 +
 .../lexer/TwigLexerTest/tags-spaceless-simple.pass |       11 +
 .../lexer/TwigLexerTest/tags-special_chars.pass    |        5 +
 .../lexer/TwigLexerTest/tags-trim_block.pass       |      189 +
 .../lexer/TwigLexerTest/tags-use-aliases.pass      |       34 +
 .../editor/lexer/TwigLexerTest/tags-use-basic.pass |       26 +
 .../editor/lexer/TwigLexerTest/tags-use-deep.pass  |       82 +
 .../lexer/TwigLexerTest/tags-use-deep_empty.pass   |       15 +
 .../lexer/TwigLexerTest/tags-use-multiple.pass     |       82 +
 .../TwigLexerTest/tags-use-multiple_aliases.pass   |       99 +
 .../lexer/TwigLexerTest/tags-verbatim-basic.pass   |       11 +
 .../editor/lexer/TwigLexerTest/tests-array.pass    |       26 +
 .../editor/lexer/TwigLexerTest/tests-constant.pass |       62 +
 .../editor/lexer/TwigLexerTest/tests-defined.pass  |      519 +
 .../editor/lexer/TwigLexerTest/tests-empty.pass    |      143 +
 .../editor/lexer/TwigLexerTest/tests-even.pass     |       75 +
 .../twig/editor/lexer/TwigLexerTest/tests-in.pass  |      205 +
 .../twig/editor/lexer/TwigLexerTest/tests-odd.pass |       35 +
 .../lexer/TwigTopLexerTest/html-basic.html.pass    |       21 +
 .../actions/toggleComment/testCommentPartEnd.twig  |        3 +
 .../testCommentPartEnd.twig.toggleComment          |        3 +
 .../toggleComment/testCommentPartStart.twig        |        3 +
 .../testCommentPartStart.twig.toggleComment        |        3 +
 .../actions/toggleComment/testIssue234563_01.twig  |       17 +
 .../testIssue234563_01.twig.toggleComment          |       17 +
 .../actions/toggleComment/testIssue234563_02.twig  |       17 +
 .../testIssue234563_02.twig.toggleComment          |       17 +
 .../actions/toggleComment/testTwigPart_01.twig     |        3 +
 .../testTwigPart_01.twig.toggleComment             |        3 +
 .../actions/toggleComment/testTwigPart_02.twig     |        3 +
 .../testTwigPart_02.twig.toggleComment             |        3 +
 .../actions/toggleComment/testTwigPart_03.twig     |        3 +
 .../testTwigPart_03.twig.toggleComment             |        3 +
 .../actions/toggleComment/testTwigPart_04.twig     |        3 +
 .../testTwigPart_04.twig.toggleComment             |        3 +
 .../actions/toggleComment/testTwigPart_05.twig     |        3 +
 .../testTwigPart_05.twig.toggleComment             |        3 +
 .../toggleComment/testUncommentPartEnd.twig        |        3 +
 .../testUncommentPartEnd.twig.toggleComment        |        3 +
 .../toggleComment/testUncommentPartStart.twig      |        3 +
 .../testUncommentPartStart.twig.toggleComment      |        3 +
 .../toggleComment/testUncommentTwigPart_01.twig    |        3 +
 .../testUncommentTwigPart_01.twig.toggleComment    |        3 +
 .../toggleComment/testUncommentTwigPart_02.twig    |        3 +
 .../testUncommentTwigPart_02.twig.toggleComment    |        3 +
 .../toggleComment/testUncommentTwigPart_03.twig    |        3 +
 .../testUncommentTwigPart_03.twig.toggleComment    |        3 +
 .../toggleComment/testUncommentTwigPart_04.twig    |        3 +
 .../testUncommentTwigPart_04.twig.toggleComment    |        3 +
 .../toggleComment/testUncommentTwigPart_05.twig    |        3 +
 .../testUncommentTwigPart_05.twig.toggleComment    |        3 +
 .../toggleComment/testUncommentWholeLine_01.twig   |        3 +
 .../testUncommentWholeLine_01.twig.toggleComment   |        3 +
 .../toggleComment/testUncommentWholeLine_02.twig   |        3 +
 .../testUncommentWholeLine_02.twig.toggleComment   |        3 +
 .../toggleComment/testUncommentWholeLine_03.twig   |        3 +
 .../testUncommentWholeLine_03.twig.toggleComment   |        3 +
 .../toggleComment/testUncommentWholeLine_04.twig   |        3 +
 .../testUncommentWholeLine_04.twig.toggleComment   |        3 +
 .../toggleComment/testUncommentWholeLine_05.twig   |        3 +
 .../testUncommentWholeLine_05.twig.toggleComment   |        3 +
 .../toggleComment/testUncommentWholeLine_06.twig   |        3 +
 .../testUncommentWholeLine_06.twig.toggleComment   |        3 +
 .../actions/toggleComment/testWholeLine_01.twig    |        3 +
 .../testWholeLine_01.twig.toggleComment            |        3 +
 .../actions/toggleComment/testWholeLine_02.twig    |        3 +
 .../testWholeLine_02.twig.toggleComment            |        3 +
 .../actions/toggleComment/testWholeLine_03.twig    |        3 +
 .../testWholeLine_03.twig.toggleComment            |        3 +
 .../actions/toggleComment/testWholeLine_04.twig    |        3 +
 .../testWholeLine_04.twig.toggleComment            |        3 +
 .../actions/toggleComment/testWholeLine_05.twig    |        3 +
 .../testWholeLine_05.twig.toggleComment            |        3 +
 .../braces/testAutoescape.testAutoescape.braces    |        5 +
 .../testfiles/braces/testBlock.testBlock.braces    |        5 +
 .../testfiles/braces/testEmbed.testEmbed.braces    |        5 +
 .../braces/testEmptyElse.testEmptyElse.braces      |        3 +
 .../testEndAutoescape.testEndAutoescape.braces     |        5 +
 .../braces/testEndBlock.testEndBlock.braces        |        5 +
 .../braces/testEndEmbed.testEndEmbed.braces        |        5 +
 .../braces/testEndFilter.testEndFilter.braces      |        5 +
 .../testfiles/braces/testEndFor.testEndFor.braces  |        5 +
 .../braces/testEndMacro.testEndMacro.braces        |        5 +
 .../testfiles/braces/testEndRaw.testEndRaw.braces  |        5 +
 .../braces/testEndSandbox.testEndSandbox.braces    |        5 +
 .../testfiles/braces/testEndSet.testEndSet.braces  |        5 +
 .../testEndSpaceless.testEndSpaceless.braces       |        5 +
 .../testfiles/braces/testFilter.testFilter.braces  |        5 +
 .../data/testfiles/braces/testFor.testFor.braces   |        5 +
 .../testfiles/braces/testIf_01.testIf_01.braces    |        5 +
 .../testfiles/braces/testIf_02.testIf_02.braces    |        7 +
 .../testfiles/braces/testIf_03.testIf_03.braces    |        7 +
 .../testfiles/braces/testIf_04.testIf_04.braces    |        5 +
 .../testfiles/braces/testIf_05.testIf_05.braces    |        7 +
 .../testfiles/braces/testIf_06.testIf_06.braces    |        7 +
 .../testfiles/braces/testIf_07.testIf_07.braces    |        7 +
 .../testfiles/braces/testIf_08.testIf_08.braces    |        7 +
 .../testIssue231846_01.testIssue231846_01.braces   |        7 +
 .../testIssue231846_02.testIssue231846_02.braces   |        7 +
 .../testIssue231846_03.testIssue231846_03.braces   |        7 +
 .../testIssue231846_04.testIssue231846_04.braces   |        7 +
 .../testIssue231846_05.testIssue231846_05.braces   |        7 +
 .../testIssue231846_06.testIssue231846_06.braces   |        7 +
 .../testIssue231846_07.testIssue231846_07.braces   |        4 +
 .../testIssue231846_08.testIssue231846_08.braces   |        4 +
 .../testIssue231846_09.testIssue231846_09.braces   |       11 +
 .../testIssue231846_10.testIssue231846_10.braces   |       11 +
 .../testIssue231846_11.testIssue231846_11.braces   |       11 +
 .../testIssue231846_12.testIssue231846_12.braces   |       11 +
 .../testIssue231846_13.testIssue231846_13.braces   |       11 +
 .../testIssue231846_14.testIssue231846_14.braces   |       11 +
 .../testIssue231846_15.testIssue231846_15.braces   |       20 +
 .../testIssue231846_16.testIssue231846_16.braces   |       20 +
 .../testIssue231846_17.testIssue231846_17.braces   |       20 +
 .../testIssue231846_18.testIssue231846_18.braces   |       20 +
 .../testIssue231846_19.testIssue231846_19.braces   |       20 +
 .../testIssue231846_20.testIssue231846_20.braces   |       20 +
 .../testIssue231846_21.testIssue231846_21.braces   |       20 +
 .../testIssue231846_22.testIssue231846_22.braces   |       20 +
 .../testIssue231846_23.testIssue231846_23.braces   |       20 +
 .../testIssue231846_24.testIssue231846_24.braces   |       20 +
 .../testIssue231846_25.testIssue231846_25.braces   |       20 +
 .../testIssue231846_26.testIssue231846_26.braces   |       20 +
 .../testIssue231846_27.testIssue231846_27.braces   |       20 +
 .../testIssue231846_28.testIssue231846_28.braces   |       20 +
 .../testIssue231846_29.testIssue231846_29.braces   |       20 +
 .../testIssue231846_30.testIssue231846_30.braces   |       20 +
 .../testIssue231846_31.testIssue231846_31.braces   |       20 +
 .../testIssue231846_32.testIssue231846_32.braces   |       20 +
 .../testIssue231846_33.testIssue231846_33.braces   |       20 +
 .../testfiles/braces/testMacro.testMacro.braces    |        5 +
 .../data/testfiles/braces/testRaw.testRaw.braces   |        5 +
 .../braces/testSandbox.testSandbox.braces          |        5 +
 .../data/testfiles/braces/testSet.testSet.braces   |        5 +
 .../braces/testSpaceless.testSpaceless.braces      |        5 +
 .../data/testfiles/completion/issue219569.twig     |       11 +
 .../issue219569.twig.testIssue219569_01.completion |        3 +
 .../issue219569.twig.testIssue219569_02.completion |       32 +
 .../issue219569.twig.testIssue219569_03.completion |       32 +
 .../issue219569.twig.testIssue219569_04.completion |        4 +
 .../issue219569.twig.testIssue219569_05.completion |       59 +
 .../issue219569.twig.testIssue219569_06.completion |        3 +
 .../issue219569.twig.testIssue219569_07.completion |       32 +
 .../issue219569.twig.testIssue219569_08.completion |        4 +
 .../data/testfiles/completion/issue222602.twig     |        1 +
 .../issue222602.twig.testIssue222602.completion    |        3 +
 .../testfiles/completion/testCompletion_01.twig    |        1 +
 ...Completion_01.twig.testCompletion_01.completion |        8 +
 .../testfiles/completion/testCompletion_02.twig    |        1 +
 ...Completion_02.twig.testCompletion_02.completion |        7 +
 .../testfiles/completion/testCompletion_03.twig    |        1 +
 ...Completion_03.twig.testCompletion_03.completion |       94 +
 .../testfiles/completion/testCompletion_04.twig    |        1 +
 ...Completion_04.twig.testCompletion_04.completion |       59 +
 .../testfiles/completion/testCompletion_05.twig    |        1 +
 ...Completion_05.twig.testCompletion_05.completion |        8 +
 .../testfiles/completion/testCompletion_06.twig    |        3 +
 ...pletion_06.twig.testCompletion_06_01.completion |        3 +
 ...pletion_06.twig.testCompletion_06_02.completion |        3 +
 ...pletion_06.twig.testCompletion_06_03.completion |       94 +
 ...pletion_06.twig.testCompletion_06_04.completion |       94 +
 ...pletion_06.twig.testCompletion_06_05.completion |        3 +
 ...pletion_06.twig.testCompletion_06_06.completion |        3 +
 .../testfiles/completion/testCompletion_07.twig    |        3 +
 ...pletion_07.twig.testCompletion_07_01.completion |        3 +
 ...pletion_07.twig.testCompletion_07_02.completion |        3 +
 ...pletion_07.twig.testCompletion_07_03.completion |       59 +
 ...pletion_07.twig.testCompletion_07_04.completion |       59 +
 ...pletion_07.twig.testCompletion_07_05.completion |        3 +
 ...pletion_07.twig.testCompletion_07_06.completion |        3 +
 .../unit/data/testfiles/completion/testFilter.twig |        3 +
 .../testFilter.twig.testFilter_01.completion       |       32 +
 .../testFilter.twig.testFilter_02.completion       |       32 +
 .../data/testfiles/embedding/testIssue227029.twig  |        1 +
 .../testIssue227029.twig.testIssue227029.embedding |        1 +
 .../data/testfiles/format/testIssue230506_01.twig  |        9 +
 .../format/testIssue230506_01.twig.formatted       |        9 +
 .../data/testfiles/format/testIssue230506_02.twig  |        7 +
 .../format/testIssue230506_02.twig.formatted       |        7 +
 .../data/testfiles/format/testIssue230506_03.twig  |        7 +
 .../format/testIssue230506_03.twig.formatted       |        7 +
 .../data/testfiles/format/testIssue230506_04.twig  |        7 +
 .../format/testIssue230506_04.twig.formatted       |        7 +
 .../data/testfiles/format/testIssue230506_05.twig  |        7 +
 .../format/testIssue230506_05.twig.formatted       |        7 +
 .../data/testfiles/format/testIssue230506_06.twig  |        7 +
 .../format/testIssue230506_06.twig.formatted       |        7 +
 .../data/testfiles/format/testIssue230506_07.twig  |        5 +
 .../format/testIssue230506_07.twig.formatted       |        5 +
 .../data/testfiles/format/testIssue230506_08.twig  |       17 +
 .../format/testIssue230506_08.twig.formatted       |       17 +
 .../data/testfiles/format/testIssue230506_09.twig  |       15 +
 .../format/testIssue230506_09.twig.formatted       |       15 +
 .../data/testfiles/format/testIssue230506_10.twig  |        5 +
 .../format/testIssue230506_10.twig.formatted       |        5 +
 .../data/testfiles/format/testIssue230506_11.twig  |        5 +
 .../format/testIssue230506_11.twig.formatted       |        5 +
 .../data/testfiles/format/testIssue230506_12.twig  |        5 +
 .../format/testIssue230506_12.twig.formatted       |        5 +
 .../data/testfiles/format/testIssue243317.twig     |        4 +
 .../format/testIssue243317.twig.formatted          |        4 +
 .../data/testfiles/format/testIssue244434.twig     |        5 +
 .../format/testIssue244434.twig.formatted          |        5 +
 .../data/testfiles/lexer/top/html-basic.html.twig  |       16 +
 .../unit/data/testfiles/lexer/twig/comment.twig    |        3 +
 .../lexer/twig/exceptions-unclosed_tag.twig        |       15 +
 .../testfiles/lexer/twig/expressions-array.twig    |       26 +
 .../lexer/twig/expressions-array_call.twig         |        4 +
 .../testfiles/lexer/twig/expressions-binary.twig   |       20 +
 .../lexer/twig/expressions-comparison.twig         |        4 +
 .../testfiles/lexer/twig/expressions-dotdot.twig   |        9 +
 .../testfiles/lexer/twig/expressions-grouping.twig |        1 +
 .../testfiles/lexer/twig/expressions-literals.twig |        8 +
 .../lexer/twig/expressions-magic_call.twig         |        2 +
 .../lexer/twig/expressions-method_call.twig        |       10 +
 .../testfiles/lexer/twig/expressions-postfix.twig  |        9 +
 .../testfiles/lexer/twig/expressions-strings.twig  |        1 +
 .../lexer/twig/expressions-ternary_operator.twig   |        6 +
 .../testfiles/lexer/twig/expressions-unary.twig    |        3 +
 .../lexer/twig/filters-convert_encoding.twig       |        1 +
 .../data/testfiles/lexer/twig/filters-date.twig    |       10 +
 .../lexer/twig/filters-date_default_format.twig    |        2 +
 .../data/testfiles/lexer/twig/filters-default.twig |       37 +
 .../lexer/twig/filters-dynamic_filter.twig         |        2 +
 .../data/testfiles/lexer/twig/filters-escape.twig  |        1 +
 .../twig/filters-escape_non_supported_charset.twig |        1 +
 .../testfiles/lexer/twig/filters-force_escape.twig |        9 +
 .../data/testfiles/lexer/twig/filters-format.twig  |        1 +
 .../testfiles/lexer/twig/filters-json_encode.twig  |        3 +
 .../data/testfiles/lexer/twig/filters-length.twig  |        3 +
 .../data/testfiles/lexer/twig/filters-merge.twig   |        4 +
 .../data/testfiles/lexer/twig/filters-nl2br.twig   |        2 +
 .../data/testfiles/lexer/twig/filters-replace.twig |        1 +
 .../data/testfiles/lexer/twig/filters-sort.twig    |        2 +
 .../lexer/twig/filters-special_chars.twig          |        1 +
 .../testfiles/lexer/twig/functions-attribute.twig  |        2 +
 .../testfiles/lexer/twig/functions-constant.twig   |        5 +
 .../data/testfiles/lexer/twig/functions-cycle.twig |        3 +
 .../data/testfiles/lexer/twig/functions-dump.twig  |        3 +
 .../lexer/twig/functions-dynamic_function.twig     |        2 +
 .../lexer/twig/functions-special_chars.twig        |        1 +
 .../data/testfiles/lexer/twig/issue227066_01.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_02.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_03.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_04.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_05.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_06.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_07.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_08.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_09.twig  |        1 +
 .../data/testfiles/lexer/twig/issue227066_10.twig  |        1 +
 .../data/testfiles/lexer/twig/issue242400_01.twig  |        1 +
 .../data/testfiles/lexer/twig/issue242400_02.twig  |        1 +
 .../data/testfiles/lexer/twig/issue243277_01.twig  |        1 +
 .../data/testfiles/lexer/twig/issue243277_02.twig  |        1 +
 .../data/testfiles/lexer/twig/issue243277_03.twig  |        1 +
 .../data/testfiles/lexer/twig/issue243421_01.twig  |       12 +
 .../data/testfiles/lexer/twig/issue243421_02.twig  |       12 +
 .../testfiles/lexer/twig/macros-with_filters.twig  |        7 +
 .../testfiles/lexer/twig/multi-interpolation.twig  |        3 +
 .../lexer/twig/regression-empty_token.twig         |        1 +
 .../lexer/twig/tags-autoescape-basic.twig          |       12 +
 .../lexer/twig/tags-autoescape-blocks.twig         |        5 +
 .../twig/tags-autoescape-double_escaping.twig      |        3 +
 .../lexer/twig/tags-autoescape-functions.twig      |       41 +
 .../lexer/twig/tags-autoescape-literal.twig        |       21 +
 .../lexer/twig/tags-autoescape-nested.twig         |       13 +
 .../lexer/twig/tags-autoescape-objects.twig        |        5 +
 .../testfiles/lexer/twig/tags-autoescape-raw.twig  |        3 +
 .../lexer/twig/tags-autoescape-strategy.twig       |        3 +
 .../testfiles/lexer/twig/tags-autoescape-type.twig |       35 +
 .../lexer/twig/tags-autoescape-with_filters.twig   |       59 +
 .../tags-autoescape-with_filters_arguments.twig    |        7 +
 .../tags-autoescape-with_pre_escape_filters.twig   |       29 +
 .../testfiles/lexer/twig/tags-block-basic.twig     |        4 +
 .../lexer/twig/tags-block-special_chars.twig       |        3 +
 .../testfiles/lexer/twig/tags-filter-basic.twig    |        3 +
 .../lexer/twig/tags-filter-json_encode.twig        |        1 +
 .../testfiles/lexer/twig/tags-filter-multiple.twig |        3 +
 .../testfiles/lexer/twig/tags-filter-nested.twig   |        7 +
 .../lexer/twig/tags-filter-with_for_tag.twig       |        5 +
 .../lexer/twig/tags-filter-with_if_tag.twig        |       18 +
 .../testfiles/lexer/twig/tags-for-condition.twig   |        3 +
 .../testfiles/lexer/twig/tags-for-context.twig     |        6 +
 .../data/testfiles/lexer/twig/tags-for-else.twig   |        5 +
 .../lexer/twig/tags-for-inner_variables.twig       |        5 +
 .../data/testfiles/lexer/twig/tags-for-keys.twig   |        3 +
 .../lexer/twig/tags-for-keys_and_values.twig       |        3 +
 .../lexer/twig/tags-for-loop_context.twig          |        6 +
 .../lexer/twig/tags-for-loop_context_local.twig    |        3 +
 .../testfiles/lexer/twig/tags-for-nested_else.twig |        9 +
 .../testfiles/lexer/twig/tags-for-objects.twig     |       14 +
 .../lexer/twig/tags-for-objects_countable.twig     |       15 +
 .../testfiles/lexer/twig/tags-for-recursive.twig   |        6 +
 .../data/testfiles/lexer/twig/tags-for-values.twig |        3 +
 .../unit/data/testfiles/lexer/twig/tags-from.twig  |        7 +
 .../data/testfiles/lexer/twig/tags-if-basic.twig   |        7 +
 .../testfiles/lexer/twig/tags-if-expression.twig   |        7 +
 .../testfiles/lexer/twig/tags-include-basic.twig   |        6 +
 .../lexer/twig/tags-include-expression.twig        |        6 +
 .../lexer/twig/tags-include-ignore_missing.twig    |        4 +
 .../testfiles/lexer/twig/tags-include-only.twig    |        6 +
 .../lexer/twig/tags-include-template_instance.twig |        3 +
 .../twig/tags-include-templates_as_array.twig      |        4 +
 .../lexer/twig/tags-include-with_variables.twig    |        4 +
 .../lexer/twig/tags-inheritance-basic.twig         |        7 +
 .../lexer/twig/tags-inheritance-conditional.twig   |        7 +
 .../lexer/twig/tags-inheritance-dynamic.twig       |        7 +
 .../twig/tags-inheritance-extends_as_array.twig    |        5 +
 .../lexer/twig/tags-inheritance-multiple.twig      |        5 +
 .../twig/tags-inheritance-nested_inheritance.twig  |        9 +
 .../lexer/twig/tags-inheritance-parent.twig        |        5 +
 .../lexer/twig/tags-inheritance-parent_change.twig |        5 +
 .../twig/tags-inheritance-parent_in_a_block.twig   |        3 +
 .../twig/tags-inheritance-parent_isolation.twig    |       11 +
 .../lexer/twig/tags-inheritance-parent_nested.twig |       15 +
 .../tags-inheritance-parent_without_extends.twig   |        3 +
 ...eritance-parent_without_extends_but_traits.twig |        7 +
 .../twig/tags-inheritance-template_instance.twig   |        7 +
 .../testfiles/lexer/twig/tags-inheritance-use.twig |       33 +
 .../testfiles/lexer/twig/tags-macro-basic.twig     |        6 +
 .../lexer/twig/tags-macro-endmacro_name.twig       |        5 +
 .../testfiles/lexer/twig/tags-macro-external.twig  |        8 +
 .../data/testfiles/lexer/twig/tags-macro-from.twig |        9 +
 .../lexer/twig/tags-macro-self_import.twig         |        8 +
 .../lexer/twig/tags-macro-special_chars.twig       |        5 +
 .../data/testfiles/lexer/twig/tags-raw-basic.twig  |        3 +
 .../data/testfiles/lexer/twig/tags-set-basic.twig  |        9 +
 .../testfiles/lexer/twig/tags-set-capture.twig     |        3 +
 .../testfiles/lexer/twig/tags-set-expression.twig  |        4 +
 .../lexer/twig/tags-spaceless-simple.twig          |        5 +
 .../testfiles/lexer/twig/tags-special_chars.twig   |        1 +
 .../data/testfiles/lexer/twig/tags-trim_block.twig |       49 +
 .../testfiles/lexer/twig/tags-use-aliases.twig     |        5 +
 .../data/testfiles/lexer/twig/tags-use-basic.twig  |        5 +
 .../data/testfiles/lexer/twig/tags-use-deep.twig   |       13 +
 .../testfiles/lexer/twig/tags-use-deep_empty.twig  |        3 +
 .../testfiles/lexer/twig/tags-use-multiple.twig    |       12 +
 .../lexer/twig/tags-use-multiple_aliases.twig      |       13 +
 .../testfiles/lexer/twig/tags-verbatim-basic.twig  |        3 +
 .../data/testfiles/lexer/twig/tests-array.twig     |        3 +
 .../data/testfiles/lexer/twig/tests-constant.twig  |        3 +
 .../data/testfiles/lexer/twig/tests-defined.twig   |       25 +
 .../data/testfiles/lexer/twig/tests-empty.twig     |        8 +
 .../unit/data/testfiles/lexer/twig/tests-even.twig |        4 +
 .../unit/data/testfiles/lexer/twig/tests-in.twig   |       32 +
 .../unit/data/testfiles/lexer/twig/tests-odd.twig  |        2 +
 .../modules/php/twig/editor/TwigTestBase.java      |       96 +
 .../actions/ToggleBlockCommentActionTest.java      |      249 +
 .../twig/editor/actions/TwigActionsTestBase.java   |       61 +
 .../twig/editor/braces/TwigBracesMatcherTest.java  |      948 +
 .../twig/editor/completion/TwigCompletionTest.java |      166 +
 .../editor/completion/TwigCompletionTestBase.java  |       56 +
 .../embedding/TwigHtmlEmbeddingProviderTest.java   |       85 +
 .../php/twig/editor/format/TwigIndenterTest.java   |      111 +
 .../twig/editor/format/TwigIndenterTestBase.java   |      124 +
 .../php/twig/editor/lexer/TwigLexerTest.java       |      700 +
 .../php/twig/editor/lexer/TwigLexerTestBase.java   |       92 +
 .../php/twig/editor/lexer/TwigTopLexerTest.java    |       93 +
 .../modules/php/twig/editor/util/TestUtils.java    |       90 +
 php.twig/tools/TwigBlockColoringLexer.flex         |      290 +
 php.twig/tools/TwigTopColoringLexer.flex           |      407 +
 php.twig/tools/TwigVariableColoringLexer.flex      |      252 +
 php.twig/tools/skeleton.netbeans                   |      326 +
 php.zend/manifest.mf                               |        2 +-
 php.zend/nbproject/project.properties              |        4 +-
 php.zend/nbproject/project.xml                     |       69 +-
 .../netbeans/modules/php/zend/Bundle.properties    |        1 -
 .../modules/php/zend/ZendPhpFrameworkProvider.java |       39 +-
 .../php/zend/ZendPhpModuleActionsExtender.java     |        8 +-
 .../modules/php/zend/ZendPhpModuleExtender.java    |       26 +-
 .../org/netbeans/modules/php/zend/ZendScript.java  |      341 +-
 .../modules/php/zend/commands/Bundle.properties    |        2 -
 .../modules/php/zend/commands/ZendCommand.java     |       14 +-
 .../php/zend/commands/ZendCommandSupport.java      |      195 +-
 .../php/zend/editor/ZendEditorExtender.java        |        4 +-
 .../modules/php/zend/resources/Bundle.properties   |        6 +-
 .../php/zend/ui/actions/ZendGoToActionAction.java  |        2 +-
 .../php/zend/ui/actions/ZendGoToViewAction.java    |        2 +-
 .../php/zend/ui/actions/ZendRunCommandAction.java  |        4 +-
 .../modules/php/zend/ui/options/Bundle.properties  |        8 +-
 .../php/zend/ui/options/ZendOptionsPanel.form      |       95 +-
 .../php/zend/ui/options/ZendOptionsPanel.java      |      174 +-
 .../ui/options/ZendOptionsPanelController.java     |       26 +-
 php.zend2/build.xml                                |        5 +
 php.zend2/manifest.mf                              |        6 +
 php.zend2/nbproject/project.properties             |        5 +
 php.zend2/nbproject/project.xml                    |      158 +
 .../php/zend2/Zend2PhpFrameworkProvider.java       |      188 +
 .../php/zend2/editor/Zend2EditorExtender.java      |      483 +
 .../modules/php/zend2/options/Zend2Options.java    |      101 +
 .../modules/php/zend2/resources/Bundle.properties  |       48 +
 .../netbeans/modules/php/zend2/resources/layer.xml |       57 +
 .../zend2/ui/actions/Zend2GoToActionAction.java    |       96 +
 .../php/zend2/ui/actions/Zend2GoToViewAction.java  |       85 +
 .../ui/actions/Zend2PhpModuleActionsExtender.java  |       73 +
 .../modules/php/zend2/ui/options/Bundle.properties |       49 +
 .../php/zend2/ui/options/Zend2OptionsPanel.form    |      119 +
 .../php/zend2/ui/options/Zend2OptionsPanel.java    |      280 +
 .../ui/options/Zend2OptionsPanelController.java    |      178 +
 .../php/zend2/ui/resources/zend_badge_8.png        |      Bin 0 -> 282 bytes
 .../modules/php/zend2/ui/wizards/Bundle.properties |       42 +
 .../ui/wizards/NewProjectConfigurationPanel.form   |       58 +
 .../ui/wizards/NewProjectConfigurationPanel.java   |      204 +
 .../zend2/ui/wizards/Zend2PhpModuleExtender.java   |      198 +
 .../modules/php/zend2/util/Zend2Utils.java         |      190 +
 .../php/zend2/validation/OptionsValidator.java     |       83 +
 .../Album/src/Album/Controller/AlbumController.php |       83 +
 .../src/Album/Controller/MyTestController.php      |       66 +
 .../module/Album/view/album/album/delete.phtml     |       65 +
 .../module/Album/view/album/album/index.phtml      |       70 +
 .../Album/view/album/my-test/dummy/not-view.phtml  |       44 +
 .../Album/view/album/my-test/hello-world.phtml     |       46 +
 .../Album/view/album/my-test/no-action.phtml       |       45 +
 .../module/Album/view/album/my-test/not-view.html  |       42 +
 .../module/Album/view/album/my-test/not-view.php   |       44 +
 .../Album/view/album/no-controller/index.phtml     |       45 +
 .../module/Album/view/album/not-view.phtml         |       44 +
 .../zf2project/module/Album/view/not-view.phtml    |       44 +
 .../modules/php/zend2/util/Zend2UtilsTest.java     |      231 +
 print.editor/manifest.mf                           |        2 +-
 print.editor/nbproject/project.xml                 |        4 +-
 print/manifest.mf                                  |        2 +-
 print/nbproject/org-netbeans-modules-print.sig     |        2 +-
 print/nbproject/project.properties                 |        2 +
 print/nbproject/project.xml                        |       18 +-
 .../modules/print/provider/EditorProvider.java     |        7 +-
 .../src/org/netbeans/modules/print/ui/Preview.java |        5 +-
 print/www/docs.html                                |      255 -
 print/www/images/PrintOptions1.png                 |      Bin 19691 -> 0 bytes
 print/www/images/PrintOptions2.png                 |      Bin 91882 -> 0 bytes
 print/www/images/PrintOptions3.png                 |      Bin 20465 -> 0 bytes
 print/www/images/PrintOptions4.png                 |      Bin 22900 -> 0 bytes
 print/www/images/PrintOptions5.png                 |      Bin 19621 -> 0 bytes
 print/www/images/PrintOptions6.png                 |      Bin 19243 -> 0 bytes
 print/www/images/PrintPreview1.png                 |      Bin 37358 -> 0 bytes
 print/www/images/PrintPreview2.png                 |      Bin 136692 -> 0 bytes
 print/www/images/PrintPreview3.png                 |      Bin 56924 -> 0 bytes
 print/www/images/PrintPreview4.png                 |      Bin 42740 -> 0 bytes
 print/www/images/PrintPreview5.png                 |      Bin 37205 -> 0 bytes
 print/www/index.html                               |       93 -
 print/www/left-nav.js                              |       28 -
 profiler.api/build.xml                             |       49 +
 profiler.api/manifest.mf                           |        4 +
 profiler.api/nbproject/project.properties          |       48 +
 profiler.api/nbproject/project.xml                 |      163 +
 .../modules/profiler/api/Bundle.properties         |       63 +
 .../modules/profiler/api/EditorContext.java        |       79 +
 .../modules/profiler/api/EditorSupport.java        |      155 +
 .../modules/profiler/api/GestureSubmitter.java     |      207 +
 .../modules/profiler/api/GlobalStorage.java        |       72 +
 .../netbeans/modules/profiler/api/GoToSource.java  |      177 +
 .../modules/profiler/api/JavaPlatform.java         |      241 +
 .../modules/profiler/api/ProfilerDialogs.java      |      200 +
 .../modules/profiler/api/ProfilerIDESettings.java  |      576 +
 .../modules/profiler/api/ProfilerProject.java      |       76 +
 .../modules/profiler/api/ProfilerSource.java       |       78 +
 .../modules/profiler/api/ProfilingRoots.java       |       74 +
 .../profiler/api/ProfilingSettingsManager.java     |      150 +
 .../modules/profiler/api/ProgressDisplayer.java    |       99 +
 .../modules/profiler/api/ProjectUtilities.java     |      183 +
 .../modules/profiler/api/TaskConfigurator.java     |      136 +
 .../modules/profiler/api/icons/GeneralIcons.java   |      102 +
 .../netbeans/modules/profiler/api/icons/Icons.java |      117 +
 .../modules/profiler/api/icons/LanguageIcons.java  |       83 +
 .../modules/profiler/api/icons/ProfilerIcons.java  |      120 +
 .../profiler/api/java/ExternalPackages.java        |      345 +
 .../profiler/api/java/JavaProfilerSource.java      |      221 +
 .../profiler/api/java/ProfilerTypeUtils.java       |      108 +
 .../modules/profiler/api/java/SourceClassInfo.java |      139 +
 .../profiler/api/java/SourceMethodInfo.java        |      145 +
 .../profiler/api/java/SourcePackageInfo.java       |       79 +
 .../profiler/api/project/AntProjectSupport.java    |      124 +
 .../api/project/ProfilingSettingsSupport.java      |      149 +
 .../api/project/ProjectContentsSupport.java        |      142 +
 .../api/project/ProjectProfilingSupport.java       |      202 +
 .../profiler/api/project/ProjectStorage.java       |      113 +
 .../profiler/spi/EditorSupportProvider.java        |      152 +
 .../profiler/spi/GlobalStorageProvider.java        |       61 +
 .../modules/profiler/spi/IconsProvider.java        |      117 +
 .../profiler/spi/JavaPlatformManagerProvider.java  |       67 +
 .../modules/profiler/spi/JavaPlatformProvider.java |       81 +
 .../modules/profiler/spi/LoadGenPlugin.java        |      135 +
 .../profiler/spi/ProfilerDialogsProvider.java      |      113 +
 .../profiler/spi/ProfilingRootsProvider.java       |       64 +
 .../spi/ProfilingSettingsManagerProvider.java      |      106 +
 .../profiler/spi/ProjectUtilitiesProvider.java     |      127 +
 .../modules/profiler/spi/SessionListener.java      |       78 +
 .../profiler/spi/TaskConfiguratorProvider.java     |       74 +
 .../spi/java/AbstractJavaProfilerSource.java       |      250 +
 .../profiler/spi/java/GoToSourceProvider.java      |       71 +
 .../spi/java/ProfilerTypeUtilsProvider.java        |       86 +
 .../spi/project/AntProjectSupportProvider.java     |       82 +
 .../modules/profiler/spi/project/Bundle.properties |        1 +
 .../project/ProfilingSettingsSupportProvider.java  |      190 +
 .../project/ProjectContentsSupportProvider.java    |       93 +
 .../project/ProjectProfilingSupportProvider.java   |      211 +
 .../spi/project/ProjectStorageProvider.java        |       90 +
 profiler.attach.impl/build.xml                     |        5 -
 profiler.attach.impl/manifest.mf                   |        6 -
 profiler.attach.impl/nbproject/project.properties  |        3 -
 profiler.attach.impl/nbproject/project.xml         |       48 -
 .../modules/profiler/attach/impl/Bundle.properties |       80 -
 .../profiler/attach/impl/DefaultAttachWizard.java  |       88 -
 profiler.attach/manifest.mf                        |        4 +-
 profiler.attach/nbproject/project.xml              |       85 +-
 .../profiler/attach/dialog/AttachDialog.java       |      473 +
 .../attach/panels/AttachSettingsPanel.java         |      641 -
 .../attach/panels/AttachSettingsPanelUI.form       |      409 -
 .../attach/panels/AttachSettingsPanelUI.java       |      536 -
 .../profiler/attach/panels/AttachWizardPanel.java  |      130 -
 .../profiler/attach/panels/Bundle.properties       |      197 -
 .../attach/panels/ManualIntegrationPanel.java      |      198 -
 .../attach/panels/ManualIntegrationPanelUI.form    |      129 -
 .../attach/panels/ManualIntegrationPanelUI.java    |      249 -
 .../attach/panels/PerformIntegrationPanel.java     |      155 -
 .../attach/panels/PerformIntegrationPanelUI.form   |       90 -
 .../attach/panels/PerformIntegrationPanelUI.java   |      138 -
 .../attach/panels/RemoteAttachSettingsPanel.java   |      198 -
 .../attach/panels/RemoteAttachSettingsPanelUI.form |      187 -
 .../attach/panels/RemoteAttachSettingsPanelUI.java |      251 -
 .../attach/panels/ReviewAdditionalStepsPanel.java  |      157 -
 .../panels/ReviewAdditionalStepsPanelUI.form       |       95 -
 .../panels/ReviewAdditionalStepsPanelUI.java       |      135 -
 .../attach/panels/ReviewSettingsPanel.java         |      221 -
 .../attach/panels/ReviewSettingsPanelUI.form       |      135 -
 .../attach/panels/ReviewSettingsPanelUI.java       |      159 -
 .../attach/panels/SelectIntegrationTypePanel.java  |      167 -
 .../panels/SelectIntegrationTypePanelUI.form       |      174 -
 .../panels/SelectIntegrationTypePanelUI.java       |      209 -
 .../attach/panels/components/Bundle.properties     |       97 -
 .../attach/panels/components/ButtonGroupEx.java    |      176 -
 .../attach/panels/components/ComboSelector.form    |       64 -
 .../attach/panels/components/ComboSelector.java    |      222 -
 .../panels/components/DirectorySelector.form       |      113 -
 .../panels/components/DirectorySelector.java       |      258 -
 .../components/JavaPlatformPanelComponent.form     |      120 -
 .../components/JavaPlatformPanelComponent.java     |      407 -
 .../panels/components/ResizableHintPanel.form      |       78 -
 .../panels/components/ResizableHintPanel.java      |      122 -
 .../panels/components/StepsPanelComponent.form     |      107 -
 .../panels/components/StepsPanelComponent.java     |      253 -
 .../providers/AbstractIntegrationProvider.java     |      167 -
 .../profiler/attach/providers/Bundle.properties    |       52 -
 .../attach/providers/IDESettingsPersistor.java     |      144 -
 .../attach/providers/IntegrationCategorizer.java   |       60 -
 .../attach/providers/RemotePackExporter.java       |       82 +-
 .../attach/providers/SettingsPersistor.java        |       82 -
 .../profiler/attach/providers/TargetPlatform.java  |      236 -
 .../attach/providers/TargetPlatformEnum.java       |       11 +-
 .../attach/providers/ValidationResult.java         |       94 -
 .../providers/WizardIntegrationProvider.java       |      172 -
 .../AbstractScriptIntegrationProvider.java         |      358 -
 .../attach/providers/scripted/Bundle.properties    |       44 -
 .../providers/scripted/ProfilerScriptModifier.java |       96 -
 .../providers/scripted/ScriptHeaderModifier.java   |      101 -
 .../scripted/ScriptModificationException.java      |       69 -
 .../scripted/TextScriptHeaderModifier.java         |       75 -
 .../scripted/XmlScriptHeaderModifier.java          |       73 -
 .../attach/spi/AbstractRemotePackExporter.java     |       92 +
 .../profiler/attach/spi/AttachStepsProvider.java   |       61 +
 .../modules/profiler/attach/spi/Bundle.properties  |       49 -
 .../profiler/attach/spi/IntegrationException.java  |       70 -
 .../profiler/attach/spi/IntegrationProvider.java   |      173 -
 .../profiler/attach/spi/ModificationException.java |       70 -
 .../modules/profiler/attach/spi/RunException.java  |       70 -
 .../netbeans/modules/profiler/attach/spi/layer.xml |        4 -
 .../attach/steps/BasicAttachStepsProvider.java     |      423 +
 .../profiler/attach/wizard/AbstractWizard.java     |      205 -
 .../attach/wizard/AttachWizardContext.java         |      157 -
 .../profiler/attach/wizard/AttachWizardImpl.java   |      290 -
 .../profiler/attach/wizard/Bundle.properties       |       84 -
 .../attach/wizard/TitleCollectingStepVisitor.java  |       94 -
 .../profiler/attach/wizard/WizardContext.java      |       55 -
 .../attach/wizard/functors/ConditionalFunctor.java |       56 -
 .../wizard/functors/TrueConditionalFunctor.java    |       58 -
 .../attach/wizard/screen/AbstractWizardScreen.java |      127 -
 .../attach/wizard/screen/NullWizardScreen.java     |      118 -
 .../attach/wizard/screen/WizardScreen.java         |       75 -
 .../attach/wizard/steps/CompositeWizardStep.java   |      353 -
 .../profiler/attach/wizard/steps/Navigable.java    |       79 -
 .../attach/wizard/steps/NullWizardStep.java        |      154 -
 .../attach/wizard/steps/ProxyWizardStep.java       |      206 -
 .../attach/wizard/steps/SimpleWizardStep.java      |      219 -
 .../profiler/attach/wizard/steps/WizardStep.java   |       78 -
 .../attach/wizard/steps/WizardStepVisitor.java     |       56 -
 profiler.categorization.api/build.xml              |       49 +
 profiler.categorization.api/manifest.mf            |        5 +
 .../nbproject/project.properties                   |       45 +
 profiler.categorization.api/nbproject/project.xml  |      146 +
 .../profiler/categorization/api/Bundle.properties  |       42 +
 .../categorization/api/Categorization.java         |      132 +
 .../profiler/categorization/api/Category.java      |      141 +
 .../categorization/api/CategoryBuilder.java        |      228 +
 .../categorization/api/CategoryContainer.java      |      127 +
 .../profiler/categorization/api/CategoryLeaf.java  |       73 +
 .../profiler/categorization/api/CustomMarker.java  |       71 +
 .../api/ProjectAwareStatisticalModule.java         |       75 +
 .../categorization/api/ProjectCategorization.java  |      110 +
 .../api/bridge/CategorizationSetup.java            |      121 +
 .../api/definitions/CustomCategoryDefinition.java  |       70 +
 .../api/definitions/PackageCategoryDefinition.java |       76 +
 .../definitions/SingleTypeCategoryDefinition.java  |       66 +
 .../api/definitions/SubtypeCategoryDefinition.java |       66 +
 .../api/definitions/TypeCategoryDefinition.java    |       78 +
 .../modules/profiler/categorization/api/layer.xml  |      176 +
 .../categorization/spi/CategoryDefinition.java     |       74 +
 .../spi/CategoryDefinitionProcessor.java           |       66 +
 .../profiler/categorization/ui}/Bundle.properties  |        0
 .../ui/ForwardCategoryDistributionPanel.java       |      477 +
 profiler.drilldown/build.xml                       |       49 +
 profiler.drilldown/manifest.mf                     |        6 +
 profiler.drilldown/nbproject/project.properties    |       48 +
 profiler.drilldown/nbproject/project.xml           |      197 +
 .../modules/profiler/drilldown/Bundle.properties   |       67 +
 .../modules/profiler/drilldown/DrillDown.java      |      316 +
 .../profiler/drilldown/DrillDownFactory.java       |      105 +
 .../profiler/drilldown/DrillDownListener.java      |       60 +
 .../modules/profiler/drilldown/DrillDownPanel.java |      191 +
 .../profiler/drilldown/DrillDownPieChartModel.java |      237 +
 .../profiler/drilldown/DrillDownWindow.java        |      246 +
 .../profiler/drilldown}/DrillDownWindowWstcgrp.xml |        0
 .../profiler/drilldown/DrilldownContributor.java   |      203 +
 .../modules/profiler/drilldown/Installer.java      |       56 +
 .../profiler/drilldown/ProjectPieChartModel.java   |      139 +
 .../netbeans/modules/profiler/drilldown/layer.xml  |       55 +
 .../modules/profiler/drilldown/DrillDownTest.java  |      226 +
 profiler.freeform/manifest.mf                      |        2 +-
 profiler.freeform/nbproject/project.xml            |       53 +-
 .../modules/profiler/freeform/Bundle.properties    |       13 -
 .../FreeFormAntProjectSupportProvider.java         |       67 +
 .../FreeFormProjectProfilingSupportProvider.java   |      138 +
 .../freeform/FreeFormProjectTypeProfiler.java      |      379 -
 .../profiler/freeform/FreeFormProjectsSupport.java |      115 +
 profiler.heapwalker/build.xml                      |        5 +
 profiler.heapwalker/manifest.mf                    |        7 +
 .../nbproject/project.properties                   |        0
 profiler.heapwalker/nbproject/project.xml          |      146 +
 .../profiler/heapwalk/AbstractController.java      |       84 +
 .../heapwalk/AbstractTopLevelController.java       |      117 +
 .../profiler/heapwalk/AnalysisController.java      |      210 +
 .../modules/profiler/heapwalk/Bundle.properties    |       45 +
 .../profiler/heapwalk/ClassPresenterPanel.java     |      264 +
 .../profiler/heapwalk/ClassesController.java       |      201 +
 .../profiler/heapwalk/ClassesListController.java   |      660 +
 .../profiler/heapwalk/CompareSnapshotsHelper.java  |      587 +
 .../profiler/heapwalk/FieldsBrowserController.java |      324 +
 .../profiler/heapwalk/HeapFragmentWalker.java      |      374 +
 .../modules/profiler/heapwalk/HeapWalker.java      |      213 +
 .../profiler/heapwalk/HeapWalkerManager.java       |      255 +
 .../modules/profiler/heapwalk/HintsController.java |      302 +
 .../profiler/heapwalk/InstancesController.java     |      307 +
 .../profiler/heapwalk/InstancesListController.java |      862 +
 .../modules/profiler/heapwalk/LegendPanel.java     |      114 +
 .../heapwalk/NavigationHistoryManager.java         |        0
 .../modules/profiler/heapwalk/OQLController.java   |      558 +
 .../modules/profiler/heapwalk/OQLSupport.java      |      396 +
 .../profiler/heapwalk/OverviewController.java      |      627 +
 .../heapwalk/ReferencesBrowserController.java      |      378 +
 .../profiler/heapwalk/SummaryController.java       |        0
 .../heapwalk/details/api/DetailsSupport.java       |      166 +
 .../details/basic/ArrayDetailsProvider.java        |       90 +
 .../heapwalk/details/basic/ArrayValueView.java     |      371 +
 .../heapwalk/details/basic/BasicExportAction.java  |      332 +
 .../details/basic/PrimitiveDetailsProvider.java    |       69 +
 .../details/basic/StringDetailsProvider.java       |       85 +
 .../details/jdk/AtomicDetailsProvider.java         |       90 +
 .../heapwalk/details/jdk/IoDetailsProvider.java    |       75 +
 .../heapwalk/details/jdk/LangDetailsProvider.java  |       77 +
 .../heapwalk/details/jdk/MathDetailsProvider.java  |      111 +
 .../heapwalk/details/jdk/NetDetailsProvider.java   |      305 +
 .../details/jdk/ReferenceDetailsProvider.java      |       76 +
 .../details/jdk/ThreadDetailsProvider.java         |       66 +
 .../heapwalk/details/jdk/UtilDetailsProvider.java  |      106 +
 .../heapwalk/details/jdk/image/FieldAccessor.java  |      340 +
 .../heapwalk/details/jdk/image/ImageBuilder.java   |      309 +
 .../details/jdk/image/ImageDetailProvider.java     |      362 +
 .../details/jdk/image/ImageExportAction.java       |      171 +
 .../details/jdk/image/InstanceBuilder.java         |      183 +
 .../details/jdk/image/InstanceBuilderRegistry.java |      111 +
 .../details/jdk/ui/AwtDetailsProvider.java         |      180 +
 .../heapwalk/details/jdk/ui/BaseBuilders.java      |      252 +
 .../heapwalk/details/jdk/ui/BorderBuilders.java    |      308 +
 .../heapwalk/details/jdk/ui/ButtonBuilders.java    |      338 +
 .../heapwalk/details/jdk/ui/ComponentBuilders.java |      316 +
 .../details/jdk/ui/ComponentDetailsProvider.java   |      342 +
 .../heapwalk/details/jdk/ui/DataViewBuilders.java  |      363 +
 .../details/jdk/ui/JComponentBuilders.java         |      486 +
 .../heapwalk/details/jdk/ui/PaneBuilders.java      |      319 +
 .../details/jdk/ui/TextComponentBuilders.java      |      189 +
 .../profiler/heapwalk/details/jdk/ui/Utils.java    |      384 +
 .../heapwalk/details/jdk/ui/WindowBuilders.java    |      357 +
 .../details/netbeans/EditorDetailsProvider.java    |      183 +
 .../details/netbeans/JavaDetailsProvider.java      |       87 +
 .../details/netbeans/JavacDetailsProvider.java     |       93 +
 .../details/netbeans/PlatformDetailsProvider.java  |     1607 +
 .../heapwalk/details/spi/DetailsProvider.java      |      149 +
 .../heapwalk/details/spi/DetailsUtils.java         |      328 +
 .../profiler/heapwalk/memorylint/Bundle.properties |        0
 .../profiler/heapwalk/memorylint/Distribution.java |      166 +
 .../profiler/heapwalk/memorylint/FieldAccess.java  |        0
 .../profiler/heapwalk/memorylint/Histogram.java    |      194 +
 .../heapwalk/memorylint/IteratingRule.java         |        0
 .../profiler/heapwalk/memorylint/MemoryLint.java   |        0
 .../modules/profiler/heapwalk/memorylint/Rule.java |        0
 .../profiler/heapwalk/memorylint/RuleRegistry.java |       80 +
 .../profiler/heapwalk/memorylint/StringHelper.java |        0
 .../profiler/heapwalk/memorylint/Utils.java        |      385 +
 .../profiler/heapwalk/memorylint/Walker.java       |      186 +
 .../heapwalk/memorylint/rules/Bundle.properties    |       92 +
 .../memorylint/rules/CollapsedHashMap.java         |      186 +
 .../heapwalk/memorylint/rules/DeepSize.java        |        0
 .../memorylint/rules/DuplicatedString.java         |      114 +
 .../memorylint/rules/HashMapHistogram.java         |      207 +
 .../memorylint/rules/OverallocatedString.java      |        0
 .../memorylint/rules/RetainedSetByClass.java       |        0
 .../memorylint/rules/RetainedSetByInstance.java    |        0
 .../heapwalk/memorylint/rules/TooManyBooleans.java |        0
 .../memorylint/rules/WrongWeakHashMap.java         |      174 +
 .../heapwalk/memorylint/rules/res/wrongmap.png     |      Bin
 .../heapwalk/model/AbstractHeapWalkerNode.java     |      270 +
 .../modules/profiler/heapwalk/model/ArrayItem.java |        0
 .../modules/profiler/heapwalk/model/ArrayNode.java |        0
 .../profiler/heapwalk/model/BrowserUtils.java      |      425 +
 .../profiler/heapwalk/model}/Bundle.properties     |        0
 .../profiler/heapwalk/model/ChildrenComputer.java  |        0
 .../modules/profiler/heapwalk/model/ClassNode.java |      164 +
 .../profiler/heapwalk/model/HeapPatterns.java      |      228 +
 .../heapwalk/model/HeapWalkerFieldNode.java        |        0
 .../heapwalk/model/HeapWalkerInstanceNode.java     |        0
 .../profiler/heapwalk/model/HeapWalkerNode.java    |      106 +
 .../heapwalk/model/HeapWalkerNodeFactory.java      |      495 +
 .../profiler/heapwalk/model/InstanceNode.java      |      262 +
 .../heapwalk/model/InstancesContainerNode.java     |      112 +
 .../heapwalk/model/ObjectArrayFieldNode.java       |       98 +
 .../profiler/heapwalk/model/ObjectArrayNode.java   |      194 +
 .../profiler/heapwalk/model/ObjectFieldNode.java   |      139 +
 .../profiler/heapwalk/model/ObjectNode.java        |      224 +
 .../heapwalk/model/PrimitiveArrayFieldNode.java    |       94 +
 .../heapwalk/model/PrimitiveArrayNode.java         |      195 +
 .../heapwalk/model/PrimitiveFieldNode.java         |      169 +
 .../modules/profiler/heapwalk/model/RootNode.java  |       84 +
 .../profiler/heapwalk/oql/ui/OQLEditor.java        |      201 +
 .../profiler/heapwalk/ui/AnalysisControllerUI.java |      560 +
 .../profiler/heapwalk/ui/ClassesControllerUI.java  |      175 +
 .../heapwalk/ui/ClassesListControllerUI.java       |      985 +
 .../profiler/heapwalk/ui/CollapsibleSplitPane.java |      234 +
 .../heapwalk/ui/FieldTableCellRenderer.java        |      139 +
 .../heapwalk/ui/FieldTreeCellRenderer.java         |      102 +
 .../heapwalk/ui/FieldsBrowserControllerUI.java     |      890 +
 .../profiler/heapwalk/ui/HeapFragmentWalkerUI.java |      489 +
 .../modules/profiler/heapwalk/ui/HeapWalkerUI.java |      121 +
 .../profiler/heapwalk/ui/HintsControllerUI.java    |      291 +
 .../heapwalk/ui/InstancesControllerUI.java         |      235 +
 .../heapwalk/ui/InstancesListControllerUI.java     |      941 +
 .../profiler/heapwalk/ui/OQLControllerUI.java      |      824 +
 .../profiler/heapwalk/ui/OQLQueryCustomizer.java   |      563 +
 .../profiler/heapwalk/ui/OpenHeapWalkerAction.java |      121 +
 .../profiler/heapwalk/ui/OverviewControllerUI.java |      266 +
 .../heapwalk/ui/ReferencesBrowserControllerUI.java |      966 +
 .../profiler/heapwalk/ui/SummaryControllerUI.java  |      147 +
 .../heapwalk/ui/icons/HeapWalkerIcons.java         |       69 +
 .../ui/icons/impl/HeapWalkerIconsProviderImpl.java |       75 +
 .../heapwalk/ui/icons/impl/biggestObjects.png      |      Bin 0 -> 801 bytes
 .../profiler/heapwalk/ui/icons/impl}/classes.png   |      Bin
 .../profiler/heapwalk/ui/icons/impl}/data.png      |      Bin
 .../profiler/heapwalk/ui/icons/impl}/gcRoot.png    |      Bin
 .../profiler/heapwalk/ui/icons/impl}/gcRoots.png   |      Bin
 .../heapwalk/ui/icons/impl}/incomingRef.png        |      Bin
 .../profiler/heapwalk/ui/icons/impl}/instances.png |      Bin
 .../profiler/heapwalk/ui/icons/impl}/loop.png      |      Bin
 .../heapwalk/ui/icons/impl}/memoryLint.png         |      Bin
 .../profiler/heapwalk/ui/icons/impl}/progress.png  |      Bin
 .../heapwalk/ui/icons/impl}/properties.png         |      Bin
 .../profiler/heapwalk/ui/icons/impl}/rules.png     |      Bin
 .../profiler/heapwalk/ui/icons/impl}/savedOQL.png  |      Bin
 .../heapwalk/ui/icons/impl}/snapshotDataObject.png |      Bin
 .../ui/icons/impl}/snapshotDataObject32.png        |      Bin
 .../profiler/heapwalk/ui/icons/impl}/static.png    |      Bin
 .../profiler/heapwalk/ui/icons/impl}/sysinfo.png   |      Bin
 .../profiler/heapwalk/ui/icons/impl/window.png     |      Bin
 .../modules/profiler/heapwalker/Bundle.properties  |        4 +
 .../profiler/heapwalker/HprofDataObject.java       |      101 +
 .../netbeans/modules/profiler/heapwalker/layer.xml |       24 +
 profiler.j2ee.generic/build.xml                    |       49 -
 profiler.j2ee.generic/manifest.mf                  |        4 -
 profiler.j2ee.generic/nbproject/project.properties |       45 -
 profiler.j2ee.generic/nbproject/project.xml        |       93 -
 .../profiler/j2ee/generic/Bundle.properties        |       69 -
 .../GenericWebAppServerIntegrationProvider.java    |      300 -
 profiler.j2ee.jboss/build.xml                      |       49 -
 profiler.j2ee.jboss/manifest.mf                    |        4 -
 profiler.j2ee.jboss/nbproject/project.properties   |       45 -
 profiler.j2ee.jboss/nbproject/project.xml          |      115 -
 .../jboss/AbstractJBossIntegrationProvider.java    |      590 -
 .../modules/profiler/j2ee/jboss/Bundle.properties  |      114 -
 .../j2ee/jboss/JBoss3IntegrationProvider.java      |       73 -
 .../j2ee/jboss/JBoss4IntegrationProvider.java      |      101 -
 .../profiler/j2ee/jboss/JBossIntegrationPanel.java |      233 -
 .../j2ee/jboss/JBossIntegrationPanelUI.form        |      148 -
 .../j2ee/jboss/JBossIntegrationPanelUI.java        |      192 -
 profiler.j2ee.sunas/build.xml                      |       49 -
 profiler.j2ee.sunas/manifest.mf                    |        4 -
 profiler.j2ee.sunas/nbproject/project.properties   |       45 -
 profiler.j2ee.sunas/nbproject/project.xml          |      115 -
 .../modules/profiler/j2ee/sunas/Bundle.properties  |      163 -
 .../j2ee/sunas/Glassfish3IntegrationProvider.java  |      132 -
 .../j2ee/sunas/GlassfishIntegrationProvider.java   |       84 -
 .../j2ee/sunas/SunAS7IntegrationProvider.java      |      290 -
 .../j2ee/sunas/SunAS8IntegrationProvider.java      |      117 -
 .../j2ee/sunas/SunASAutoIntegrationProvider.java   |      946 -
 .../profiler/j2ee/sunas/SunASIntegrationPanel.java |      264 -
 .../j2ee/sunas/SunASIntegrationPanelUI.form        |      161 -
 .../j2ee/sunas/SunASIntegrationPanelUI.java        |      275 -
 profiler.j2ee.tomcat/build.xml                     |       49 -
 profiler.j2ee.tomcat/manifest.mf                   |        4 -
 profiler.j2ee.tomcat/nbproject/project.properties  |       45 -
 profiler.j2ee.tomcat/nbproject/project.xml         |      115 -
 .../tomcat/AbstractTomcatIntegrationProvider.java  |      689 -
 .../modules/profiler/j2ee/tomcat/Bundle.properties |      135 -
 .../j2ee/tomcat/Tomcat4IntegrationProvider.java    |       71 -
 .../j2ee/tomcat/Tomcat55IntegrationProvider.java   |       75 -
 .../j2ee/tomcat/Tomcat5IntegrationProvider.java    |      256 -
 .../j2ee/tomcat/Tomcat6IntegrationProvider.java    |       80 -
 .../j2ee/tomcat/TomcatIntegrationPanel.java        |      281 -
 .../j2ee/tomcat/TomcatIntegrationPanelUI.form      |      175 -
 .../j2ee/tomcat/TomcatIntegrationPanelUI.java      |      234 -
 profiler.j2ee.weblogic/build.xml                   |       49 -
 profiler.j2ee.weblogic/manifest.mf                 |        4 -
 .../nbproject/project.properties                   |       45 -
 profiler.j2ee.weblogic/nbproject/project.xml       |       93 -
 .../profiler/j2ee/weblogic/Bundle.properties       |      105 -
 .../weblogic/WebLogic8IntegrationProvider.java     |      245 -
 .../weblogic/WebLogic9IntegrationProvider.java     |      293 -
 .../j2ee/weblogic/WebLogicIntegrationProvider.java |      129 -
 profiler.j2ee/manifest.mf                          |        2 +-
 profiler.j2ee/nbproject/project.properties         |        1 +
 profiler.j2ee/nbproject/project.xml                |      113 +-
 .../modules/profiler/j2ee/Bundle.properties        |       27 -
 .../profiler/j2ee/DirectorySelectorCombo.java      |       32 +-
 .../j2ee/J2EEAntProjectSupportProvider.java        |       65 +
 .../modules/profiler/j2ee/J2EEProfilerSPI.java     |      244 +-
 .../j2ee/J2EEProfilingSettingsSupportProvider.java |      111 +
 .../j2ee/J2EEProjectProfilingSupportProvider.java  |      555 +
 .../profiler/j2ee/J2EEProjectTypeProfiler.java     |      643 -
 .../profiler/j2ee/JSPMarkerMethodProvider.java     |        9 +-
 .../modules/profiler/j2ee/LoadGenPanel.java        |       15 +-
 .../modules/profiler/j2ee/ServletUriPanel.java     |       10 +-
 .../j2ee/WebProjectContentsSupportProvider.java    |      103 +
 .../modules/profiler/j2ee/WebProjectUtils.java     |       52 +-
 .../modules/profiler/j2ee/impl/Bundle.properties   |       44 +
 .../profiler/j2ee/impl/EJBCategoryBuilder.java     |        9 +-
 .../profiler/j2ee/impl/ServerJavaPlatform.java     |       93 +
 .../j2ee/impl/ServerProfilerArgsProvider.java      |       78 +
 .../profiler/j2ee/impl/WebCategoryBuilder.java     |        9 +-
 .../profiler/j2ee/impl/WebProfilingSupport.java    |       99 -
 .../profiler/j2ee/impl/icons/JavaEEIcons.java      |       60 +
 .../j2ee/impl/icons/JavaEEIconsProviderImpl.java   |       81 +
 .../{ui/resources => impl/icons}/j2eeProjects.png  |      Bin
 .../j2ee/{ui/resources => impl/icons}/jsp16.png    |      Bin
 .../{ui/resources => impl/icons}/servletObject.png |      Bin
 .../j2ee/{ui/resources => impl/icons}/tag16.png    |      Bin
 .../{ui/resources => impl/icons}/webPagesBadge.png |      Bin
 .../j2ee/marking/BaseEJBMarkingProvider.java       |       32 +-
 .../marking/EJB2PersistenceMarkingProvider.java    |        4 +-
 .../profiler/j2ee/marking/EJBMarkingProvider.java  |        4 +-
 .../j2ee/marking/LifecycleEJBMarkingProvider.java  |        4 +-
 .../netbeans/modules/profiler/j2ee/mf-layer.xml    |       50 +-
 .../profiler/j2ee/selector/Bundle.properties       |        3 -
 .../j2ee/selector/EJBSelectionTreeBuilder.java     |       25 +-
 .../selector/PlainWebSelectionTreeBuilder.java     |       23 +-
 .../profiler/j2ee/selector/nodes/ProjectNode.java  |       32 +-
 .../j2ee/selector/nodes/ejb/ProjectChildren.java   |       10 +-
 .../selector/nodes/ejb/entity/Bundle.properties    |        3 -
 .../selector/nodes/ejb/entity/EntityBeanNode.java  |       13 +-
 .../selector/nodes/ejb/entity/EntityBeansNode.java |       72 +-
 .../selector/nodes/ejb/entity/JPAEntitiesNode.java |       46 +-
 .../selector/nodes/ejb/entity/JPAEntityNode.java   |       13 +-
 .../selector/nodes/ejb/message/Bundle.properties   |        2 -
 .../nodes/ejb/message/MessageBeanNode.java         |       13 +-
 .../nodes/ejb/message/MessageBeansNode.java        |       72 +-
 .../selector/nodes/ejb/session/Bundle.properties   |        2 -
 .../nodes/ejb/session/SessionBeanNode.java         |       13 +-
 .../nodes/ejb/session/SessionBeansNode.java        |       72 +-
 .../nodes/web/AbstractWebContainerNode.java        |      109 +
 .../selector/nodes/web/WebProjectChildren.java     |       13 +-
 .../selector/nodes/web/filter/Bundle.properties    |        2 -
 .../j2ee/selector/nodes/web/filter/FilterNode.java |       16 +-
 .../selector/nodes/web/filter/FiltersNode.java     |      142 +-
 .../j2ee/selector/nodes/web/jsp/Bundle.properties  |        1 -
 .../j2ee/selector/nodes/web/jsp/JSPFolderNode.java |       13 +-
 .../j2ee/selector/nodes/web/jsp/JSPNode.java       |       13 +-
 .../j2ee/selector/nodes/web/jsp/JspsNode.java      |       21 +-
 .../selector/nodes/web/listener/Bundle.properties  |        2 -
 .../selector/nodes/web/listener/ListenerNode.java  |       16 +-
 .../selector/nodes/web/listener/ListenersNode.java |      115 +-
 .../selector/nodes/web/servlet/Bundle.properties   |        2 -
 .../selector/nodes/web/servlet/ServletNode.java    |       16 +-
 .../selector/nodes/web/servlet/ServletsNode.java   |      127 +-
 .../modules/profiler/j2ee/stats/Bundle.properties  |        5 -
 .../j2ee/stats/HttpRequestTrackerPanel.java        |       80 +-
 .../netbeans/modules/profiler/j2ee/ui/Utils.java   |       81 -
 .../data/EjbApp/src/java/pack/NewMessageBean.java  |       42 +-
 .../data/EjbApp/src/java/pack/NewSessionBean.java  |       42 +-
 .../EjbApp/src/java/pack/NewSessionBeanLocal.java  |       42 +-
 .../data/EjbApp/src/java/pack/StatefulBean.java    |       42 +-
 .../EjbApp/src/java/pack/StatefulBeanLocal.java    |       42 +-
 .../profiler/categories/j2ee/BaseMarkTest.java     |      826 -
 .../profiler/categories/j2ee/CategoryMarkTest.java |        4 +-
 .../categories/j2ee/CategoryMarkTestBase.java      |       48 +-
 .../categories/j2ee/EjbCategoryMarkTest.java       |        3 +-
 .../categories/j2ee/EjbFlatProfileTest.java        |       13 +-
 .../profiler/categories/j2ee/EjbMarkTest.java      |        2 +-
 .../profiler/categories/j2ee/FlatProfileTest.java  |     1018 +-
 .../categories/j2ee/FlatProfileTestBase.java       |       15 +-
 .../modules/profiler/categories/j2ee/TestBase.java |       12 +-
 .../profiler/categories/j2ee/TestGraphBuilder.java |        5 +
 .../profiler/categories/j2ee/TestUtilities.java    |       19 +-
 .../categories/j2ee/WebCategoryMarkTest.java       |      780 +-
 .../categories/j2ee/WebFlatProfileTest.java        |     1960 +-
 .../profiler/categories/j2ee/WebMarkTest.java      |        4 +-
 profiler.j2se/manifest.mf                          |        2 +-
 profiler.j2se/nbproject/project.properties         |        3 +
 profiler.j2se/nbproject/project.xml                |       89 +-
 .../modules/profiler/j2se/Bundle.properties        |       73 +-
 .../j2se/J2SEAntProjectSupportProvider.java        |       63 +
 .../modules/profiler/j2se/J2SECategoryBuilder.java |       67 +
 .../j2se/J2SEProjectProfilingSupportProvider.java  |      394 +
 .../profiler/j2se/J2SEProjectTypeProfiler.java     |      397 -
 .../j2se/JFXProjectProfilingSupportProvider.java   |      113 +
 .../j2se/JavaAppletIntegrationProvider.java        |      294 -
 .../j2se/JavaApplicationIntegrationProvider.java   |      239 -
 .../profiler/j2se/impl/J2SECategoryBuilder.java    |       63 -
 .../profiler/j2se/impl/JavaProfilingSupport.java   |      102 -
 .../netbeans/modules/profiler/j2se/mf-layer.xml    |      185 +-
 .../data/JavaApp/src/files/TestFileReader.java     |        9 +-
 .../profiler/categories/j2se/CategoryMarkTest.java |     1012 -
 .../profiler/categories/j2se/FlatProfileTest.java  |       88 +-
 .../modules/profiler/categories/j2se/MarkTest.java |      541 -
 .../modules/profiler/categories/j2se/TestBase.java |       21 +-
 .../profiler/categories/j2se/TestGraphBuilder.java |        6 +
 profiler.kit/build.xml                             |        5 +
 profiler.kit/manifest.mf                           |        6 +
 .../nbproject/project.properties                   |        0
 profiler.kit/nbproject/project.xml                 |       58 +
 .../modules/profiler/kit/Bundle.properties         |        5 +
 .../modules/profiler/nbimpl/BuildEndListener.java  |       88 +
 .../profiler/nbimpl/NBProfileDirectTask.java       |      181 +
 .../modules/profiler/nbimpl/StartProfilerTask.java |      106 +
 .../netbeans/modules/profiler/nbimpl/antlib.xml    |       49 +
 profiler.nbimpl/build.xml                          |       68 +
 profiler.nbimpl/manifest.mf                        |        7 +
 profiler.nbimpl/nbproject/project.properties       |       64 +
 profiler.nbimpl/nbproject/project.xml              |      468 +
 .../modules/profiler/nbimpl/Bundle.properties      |       50 +
 .../modules/profiler/nbimpl/NetBeansProfiler.java  |      161 +
 .../nbimpl/ProfilerControlPanel2Support.java       |      135 +
 .../profiler/nbimpl/actions/AntActions.java        |      164 +
 .../profiler/nbimpl/actions/Bundle.properties      |       65 +
 .../nbimpl/actions/FileSensitivePerformer.java     |      130 +
 .../profiler/nbimpl/actions/ProfilerLauncher.java  |      498 +
 .../actions/ProfilerToolbarDropdownAction.java     |      155 +
 .../nbimpl/actions/ProjectSensitivePerformer.java  |      112 +
 .../profiler/nbimpl/javac/Bundle.properties        |        0
 .../nbimpl/javac/ClasspathInfoFactory.java         |      132 +
 .../profiler/nbimpl/javac/ElementUtilitiesEx.java  |      469 +
 .../profiler/nbimpl/javac/JavacClassInfo.java      |      421 +
 .../profiler/nbimpl/javac/JavacMethodInfo.java     |      129 +
 .../profiler/nbimpl/javac/JavacPackageInfo.java    |      135 +
 .../profiler/nbimpl/javac/ParsingUtils.java        |       85 +
 .../profiler/nbimpl/javac/ScanSensitiveTask.java   |       87 +
 .../org/netbeans/modules/profiler/nbimpl/layer.xml |       69 +
 .../project/AbstractAntProjectSupportProvider.java |       87 +
 .../profiler/nbimpl/project/Bundle.properties      |       40 +
 .../JavaProfilingSettingsSupportProvider.java      |       68 +
 .../JavaProjectContentsSupportProvider.java        |      112 +
 .../JavaProjectProfilingSupportProvider.java       |      171 +
 .../profiler/nbimpl/project/ProjectUtilities.java  |      900 +
 .../nbimpl/providers/AntRemotePackExporter.java    |       99 +
 .../providers/BaseProfilerTypeUtilsImpl.java       |      137 +
 .../profiler/nbimpl/providers}/Bundle.properties   |        0
 .../providers/DefaultProfilerArgsProvider.java     |       96 +
 .../providers/GlobalProfilerTypeUtilsImpl.java     |       97 +
 .../nbimpl/providers/GoToJavaSourceProvider.java   |      264 +
 .../nbimpl/providers/JavaPlatformImpl.java         |      104 +
 .../nbimpl/providers/JavaPlatformManagerImpl.java  |       95 +
 .../nbimpl/providers/JavaProfilerSourceImpl.java   |      684 +
 .../profiler/nbimpl/providers/MarkerProcessor.java |      223 +
 .../providers/ProfilingPointAnnotatorImpl.java     |      115 +
 .../providers/ProfilingPointsUIHelperImpl.java     |       59 +
 .../nbimpl/providers/ProjectEditorSupportImpl.java |      417 +
 .../providers/ProjectProfilerTypeUtilsImpl.java    |      116 +
 .../providers/ProjectStorageProviderImpl.java      |      201 +
 .../providers/SelectionTreeBuilderFactoryImpl.java |      120 +
 profiler.nbimpl/test/unit/data/JavaApp/build.xml   |       69 +
 .../test/unit/data/JavaApp}/manifest.mf            |        0
 .../unit/data/JavaApp/nbproject/build-impl.xml     |      622 +
 .../unit/data/JavaApp/nbproject/project.properties |       58 +
 .../test/unit/data/JavaApp/nbproject/project.xml   |       16 +
 .../data/JavaApp/src/classinfo/ClassInfoTest.java  |      101 +
 .../JavaApp/src/files/ChildTestOutputStream.java   |       67 +
 .../JavaApp/src/files/TestFileInputStream.java     |       58 +
 .../JavaApp/src/files/TestFileOutputStream.java    |       72 +
 .../src/listeners/TestAWTEventListener.java        |       63 +
 .../JavaApp/src/listeners/TestMouseListener.java   |       52 +
 .../src/listeners/sub/SubTestAWTEventListener.java |       52 +
 .../data/JavaApp/src/painters/TestComponent.java   |       52 +
 .../unit/data/JavaApp/src/painters/TestPanel.java  |       52 +
 .../data/JavaApp/src/socket/TestSocketChanel.java  |      118 +
 .../data/JavaApp/src/streams/TestInputStream.java  |       73 +
 .../unit/data/JavaApp/src/ui/TestUIManager.java    |       60 +
 .../modules/profiler/nbimpl/BaseProjectTest.java   |      117 +
 .../modules/profiler/nbimpl/TestUtilities.java     |      186 +
 .../profiler/nbimpl/javac/JavacClassInfoTest.java  |      120 +
 .../nbimpl/providers/MarkerProcessorTest.java      |      324 +
 profiler.nbmodule/manifest.mf                      |        2 +-
 profiler.nbmodule/nbproject/project.xml            |       43 +-
 .../NbModuleAntProjectSupportProvider.java         |       72 +
 .../NbModuleProfilingSettingsSupportProvider.java  |       79 +
 .../NbModuleProjectProfilingSupportProvider.java   |      238 +
 .../nbmodule/NbModuleProjectTypeProfiler.java      |      250 -
 .../profiler/nbmodule/impl/NBCategoryBuilder.java  |        8 +-
 profiler.options/build.xml                         |        5 +
 profiler.options/manifest.mf                       |        7 +
 .../nbproject/project.properties                   |        0
 profiler.options/nbproject/project.xml             |       71 +
 .../modules/profiler/options/Bundle.properties     |       51 +
 .../profiler/options/ProfilerOptionsCategory.java  |      110 +
 .../profiler/options/ui/ProfilerOptionsPanel.java  |     1031 +
 profiler.oql.language/manifest.mf                  |        3 +-
 profiler.oql.language/nbproject/project.properties |        1 -
 profiler.oql.language/nbproject/project.xml        |       49 +-
 .../profiler/oql/language/Bundle.properties        |        3 +-
 .../oql/language/OQLCompletionProvider.java        |       85 +-
 .../profiler/oql/language/OQLEditorKit.java        |        4 +-
 .../profiler/oql/language/OQLLanguageProvider.java |        7 +
 .../modules/profiler/oql/language/layer.xml        |        8 -
 .../oql/language/text-x-oql-mime-resolver.xml      |       32 -
 .../profiler/oql/language/ui/OQLEditor.java        |        2 +-
 profiler.oql/manifest.mf                           |        4 +-
 profiler.oql/nbproject/project.properties          |        3 +
 profiler.oql/nbproject/project.xml                 |       25 +-
 .../profiler/oql/engine/api/impl/Bundle.properties |        7 -
 .../oql/engine/api/impl/OQLEngineImpl.java         |       58 +-
 .../profiler/oql/engine/api/impl/Snapshot.java     |        8 +-
 .../modules/profiler/oql/engine/api/impl/hat.js    |       14 +-
 .../profiler/oql/engine/api/impl/hat_nashorn.js    |     1764 +
 .../modules/profiler/oql/icons/OQLIcons.java       |       54 +
 .../oql/icons/impl/OQLIconsProviderImpl.java       |       60 +
 .../modules/profiler/oql/icons/impl}/oql.png       |      Bin
 .../modules/profiler/oql/spi/OQLEditorImpl.java    |       68 +
 .../oql/engine/api/impl/OQLEngineTest.java         |       10 +-
 profiler.ppoints/build.xml                         |        5 +
 profiler.ppoints/manifest.mf                       |        6 +
 .../nbproject/project.properties                   |        0
 profiler.ppoints/nbproject/project.xml             |      153 +
 .../modules/profiler/ppoints/Bundle.properties     |       44 +
 .../profiler/ppoints/CodeProfilingPoint.java       |      447 +
 .../ppoints/CodeProfilingPointFactory.java         |        0
 .../profiler/ppoints/GlobalProfilingPoint.java     |       63 +
 .../ppoints/GlobalProfilingPointsProcessor.java    |      356 +
 .../modules/profiler/ppoints/Installer.java        |       57 +
 .../profiler/ppoints/LoadGenProfilingPoint.java    |      612 +
 .../ppoints/LoadGenProfilingPointFactory.java      |      225 +
 .../modules/profiler/ppoints/ProfilingPoint.java   |      260 +
 .../profiler/ppoints/ProfilingPointAnnotator.java  |       95 +
 .../profiler/ppoints/ProfilingPointFactory.java    |      297 +
 .../ppoints/ProfilingPointScopeProvider.java       |       58 +
 .../profiler/ppoints/ProfilingPointWizard.java     |      492 +
 .../ppoints/ProfilingPointsAnnotationProvider.java |        0
 .../profiler/ppoints/ProfilingPointsManager.java   |     1337 +
 .../ppoints/ResetResultsProfilingPoint.java        |      406 +
 .../ppoints/ResetResultsProfilingPointFactory.java |      172 +
 .../profiler/ppoints/StopwatchProfilingPoint.java  |      561 +
 .../ppoints/StopwatchProfilingPointFactory.java    |      194 +
 .../ppoints/TakeSnapshotProfilingPoint.java        |      686 +
 .../ppoints/TakeSnapshotProfilingPointFactory.java |      187 +
 .../ppoints/TimedGlobalProfilingPoint.java         |      227 +
 .../ppoints/TimedTakeSnapshotProfilingPoint.java   |      634 +
 .../TimedTakeSnapshotProfilingPointFactory.java    |      186 +
 .../ppoints/TriggeredGlobalProfilingPoint.java     |      213 +
 .../TriggeredTakeSnapshotProfilingPoint.java       |      656 +
 ...TriggeredTakeSnapshotProfilingPointFactory.java |      187 +
 .../netbeans/modules/profiler/ppoints/Utils.java   |      885 +
 .../netbeans/modules/profiler/ppoints/layer.xml    |      143 +
 .../modules/profiler/ppoints}/profiler_pp.settings |        0
 .../modules/profiler/ppoints}/profiler_pp.wstcref  |        0
 .../modules/profiler/ppoints/ui/Bundle.properties  |       52 +
 .../ppoints/ui/CustomizeProfilingPointAction.java  |      107 +
 .../ppoints/ui/DeleteProfilingPointAction.java     |      107 +
 .../ui/EnableDisableProfilingPointAction.java      |      137 +
 .../ppoints/ui/InsertProfilingPointAction.java     |      147 +
 .../ppoints/ui/LoadGeneratorCustomizer.java        |      723 +
 .../profiler/ppoints/ui/LocationCustomizer.java    |      581 +
 .../ui/OpenProfilingPointsWindowAction.java        |       82 +
 .../profiler/ppoints/ui/ProfilingPointReport.java  |      136 +
 .../ppoints/ui/ProfilingPointsDisplayer.java       |      161 +
 .../profiler/ppoints/ui/ProfilingPointsIcons.java  |       71 +
 .../ppoints/ui/ProfilingPointsUIHelper.java        |       84 +
 .../profiler/ppoints/ui/ProfilingPointsWindow.java |      151 +
 .../ppoints/ui/ProfilingPointsWindowUI.java        |      833 +
 .../ppoints/ui/ResetResultsCustomizer.java         |      341 +
 .../ui/ShowOppositeProfilingPointAction.java       |      182 +
 .../profiler/ppoints/ui/SnapshotCustomizer.java    |      498 +
 .../profiler/ppoints/ui/StopwatchCustomizer.java   |      550 +
 .../ppoints/ui/TakeSnapshotCustomizer.java         |      430 +
 .../profiler/ppoints/ui/TimeCustomizer.java        |      492 +
 .../ppoints/ui/TimedTakeSnapshotCustomizer.java    |      407 +
 .../ppoints/ui/ToggleProfilingPointAction.java     |      401 +
 .../profiler/ppoints/ui/TriggerCustomizer.java     |      398 +
 .../ui/TriggeredTakeSnapshotCustomizer.java        |      421 +
 .../profiler/ppoints/ui/ValidityAwarePanel.java    |        0
 .../profiler/ppoints/ui/ValidityListener.java      |        0
 .../profiler/ppoints/ui/WizardPanel1UI.java        |      479 +
 .../ppoints/ui/icons/ProfilingPointsIcons.java     |       71 +
 .../ui/icons/ProfilingPointsIconsProviderImpl.java |       76 +
 .../ppoints/ui/icons}/codeProfilingPoint.png       |      Bin
 .../ppoints/ui/icons}/globalProfilingPoint.png     |      Bin
 .../ppoints/ui/icons}/loadgenProfilingPoint.png    |      Bin
 .../ppoints/ui/icons}/loadgenProfilingPointD.png   |      Bin
 .../modules/profiler/ppoints/ui/icons}/ppoint.png  |      Bin
 .../profiler/ppoints/ui/icons}/ppointAdd.png       |      Bin
 .../profiler/ppoints/ui/icons}/ppointEdit.png      |      Bin
 .../ppoints/ui/icons}/ppointEnableDisable.png      |      Bin
 .../profiler/ppoints/ui/icons}/ppointRemove.png    |      Bin
 .../ui/icons}/resetResultsProfilingPoint.png       |      Bin
 .../ui/icons}/resetResultsProfilingPointD.png      |      Bin
 .../ppoints/ui/icons}/stopwatchProfilingPoint.png  |      Bin
 .../ppoints/ui/icons}/stopwatchProfilingPointD.png |      Bin
 .../ui/icons}/takeSnapshotProfilingPoint.png       |      Bin
 .../ui/icons}/takeSnapshotProfilingPointD.png      |      Bin
 .../ui/icons}/timedTakeSnapshotProfilingPoint.png  |      Bin
 .../icons}/triggeredTakeSnapshotProfilingPoint.png |      Bin
 .../ppoints/ui/resources/loadgenProfilingPoint.xml |       63 +
 .../ui/resources/loadgenProfilingPointD.xml        |       63 +
 .../ui/resources/resetResultsProfilingPoint.xml    |       63 +
 .../ui/resources/resetResultsProfilingPointD.xml   |       63 +
 .../ui/resources/stopwatchProfilingPoint.xml       |       63 +
 .../ui/resources/stopwatchProfilingPointD.xml      |       63 +
 .../ui/resources/takeSnapshotProfilingPoint.xml    |       63 +
 .../ui/resources/takeSnapshotProfilingPointD.xml   |       63 +
 profiler.projectsupport/manifest.mf                |        2 +-
 profiler.projectsupport/nbproject/project.xml      |       77 +-
 .../AbstractProjectLookupProvider.java             |        3 +-
 .../projectsupport/utilities/AppletSupport.java    |      340 +
 .../projectsupport/utilities/Bundle.properties     |        7 -
 .../projectsupport/utilities/ProjectUtilities.java |      292 +-
 .../utilities/ProjectUtilitiesProviderImpl.java    |      153 +
 .../projectsupport/utilities/SourceUtils.java      |     1530 -
 profiler.selector.api/build.xml                    |        5 +
 profiler.selector.api/manifest.mf                  |        6 +
 .../nbproject/project.properties                   |        0
 profiler.selector.api/nbproject/project.xml        |      111 +
 .../profiler/selector/api/Bundle.properties        |       45 +
 .../profiler/selector/api/ClassSearchSupport.java  |       50 +
 .../selector/api/SelectionTreeBuilderFactory.java  |       74 +
 .../selector/api/SelectionTreeBuilderType.java     |       88 +
 .../selector/api/builders/Bundle.properties        |        0
 .../api/builders/FolderSelectionTreeBuilder.java   |       74 +
 .../api/builders/JarSelectionTreeBuilder.java      |       74 +
 .../builders/PackageSelectionTreeViewBuilder.java  |       76 +
 .../api/builders/ProjectSelectionTreeBuilder.java  |       60 +
 .../builders/SingleFileSelectionTreeBuilder.java   |       74 +
 .../selector/api/builders/package-info.java        |       48 +
 .../selector/api/nodes/AbstractClassNode.java      |       64 +
 .../profiler/selector/api/nodes/Bundle.properties  |       41 +
 .../profiler/selector/api/nodes/ClassNode.java     |      227 +
 .../selector/api/nodes/ConstructorNode.java        |      124 +
 .../selector/api/nodes/ConstructorsNode.java       |       85 +
 .../profiler/selector/api/nodes/ContainerNode.java |      164 +
 .../profiler/selector/api/nodes/FolderNode.java    |       84 +
 .../selector/api/nodes/GreedySelectorChildren.java |       64 +
 .../selector/api/nodes/InnerClassesNode.java       |       84 +
 .../profiler/selector/api/nodes/JarNode.java       |       84 +
 .../profiler/selector/api/nodes/MethodNode.java    |      142 +
 .../profiler/selector/api/nodes/MethodsNode.java   |       80 +
 .../profiler/selector/api/nodes/PackageNode.java   |      204 +
 .../selector/api/nodes/ProjectLibrariesNode.java   |       65 +
 .../profiler/selector/api/nodes/ProjectNode.java   |      116 +
 .../selector/api/nodes/ProjectPackages.java        |       84 +
 .../selector/api/nodes/ProjectSourcesNode.java     |       74 +
 .../selector/api/nodes/SelectorChildren.java       |      140 +
 .../profiler/selector/api/nodes/SelectorNode.java  |      275 +
 .../profiler/selector/api/nodes/package-info.java  |       52 +
 .../selector/spi/SelectionTreeBuilder.java         |      149 +
 .../spi/SelectionTreeBuilderFactoryProvider.java   |       65 +
 .../profiler/selector/api/TestUtilities.java       |      141 +
 .../profiler/selector/api/nodes/JarNodeTest.java   |       99 +
 profiler.selector.java/build.xml                   |        5 -
 profiler.selector.java/manifest.mf                 |        5 -
 profiler.selector.java/nbproject/project.xml       |      104 -
 .../profiler/selector/java/Bundle.properties       |        1 -
 .../java/FileSelectionTreeBuilderFactory.java      |       66 -
 .../java/ProjectSelectionTreeBuilderFactory.java   |       66 -
 .../java/SingleFileSelectionTreeBuilder.java       |      117 -
 .../java/impl/PackageSelectionTreeViewBuilder.java |       89 -
 .../java/impl/ProjectSelectionTreeBuilder.java     |       59 -
 .../selector/java/nodes/JavaClassNode.java         |      382 -
 .../selector/java/nodes/JavaConstructorNode.java   |      130 -
 .../selector/java/nodes/JavaMethodNode.java        |      146 -
 .../selector/java/nodes/JavaPackageNode.java       |      134 -
 .../selector/java/project/nodes/Bundle.properties  |       42 -
 .../java/project/nodes/ProjectLibrariesNode.java   |       67 -
 .../selector/java/project/nodes/ProjectNode.java   |      106 -
 .../java/project/nodes/ProjectPackages.java        |      122 -
 .../java/project/nodes/ProjectSourcesNode.java     |       66 -
 profiler.selector.spi/build.xml                    |        5 -
 profiler.selector.spi/manifest.mf                  |        6 -
 profiler.selector.spi/nbproject/project.xml        |       63 -
 .../profiler/selector/spi/Bundle.properties        |       45 -
 .../selector/spi/SelectionTreeBuilder.java         |      170 -
 .../selector/spi/SelectionTreeBuilderFactory.java  |       68 -
 .../selector/spi/nodes/AbstractClassNode.java      |       64 -
 .../profiler/selector/spi/nodes/Bundle.properties  |       45 -
 .../profiler/selector/spi/nodes/ClassNode.java     |      139 -
 .../selector/spi/nodes/ConstructorNode.java        |       97 -
 .../selector/spi/nodes/ConstructorsNode.java       |       82 -
 .../profiler/selector/spi/nodes/ContainerNode.java |      164 -
 .../selector/spi/nodes/GreedySelectorChildren.java |       64 -
 .../profiler/selector/spi/nodes/IconResource.java  |       88 -
 .../selector/spi/nodes/InnerClassesNode.java       |       81 -
 .../profiler/selector/spi/nodes/MethodNode.java    |      111 -
 .../profiler/selector/spi/nodes/MethodsNode.java   |       77 -
 .../profiler/selector/spi/nodes/Modifier.java      |       51 -
 .../profiler/selector/spi/nodes/PackageNode.java   |      145 -
 .../selector/spi/nodes/SelectorChildren.java       |      140 -
 .../profiler/selector/spi/nodes/SelectorNode.java  |      273 -
 .../profiler/selector/spi/nodes/package-info.java  |        6 -
 .../selector/spi/nodes/resources/empty.gif         |      Bin 55 -> 0 bytes
 profiler.selector.ui/manifest.mf                   |        2 +-
 profiler.selector.ui/nbproject/project.xml         |       56 +-
 .../modules/profiler/selector/ui/Bundle.properties |        6 -
 .../profiler/selector/ui/ProgressDisplayer.java    |      105 -
 .../profiler/selector/ui/RootSelectorNode.java     |        2 +-
 .../profiler/selector/ui/RootSelectorTree.java     |      682 +-
 .../modules/profiler/selector/ui/SearchPanel.java  |      289 +
 .../profiler/selector/ui/TreePathSearch.java       |      160 +
 .../profiler/selector/ui/WrappingSearchCursor.java |      171 +
 .../selector/ui/WrappingSearchCursorTest.java      |      281 +
 profiler.snaptracer/manifest.mf                    |        3 +-
 profiler.snaptracer/nbproject/project.properties   |        1 -
 profiler.snaptracer/nbproject/project.xml          |       48 +-
 .../profiler/snaptracer/TracerProbeDescriptor.java |        7 +-
 .../snaptracer/impl/AttachToBugAction.java         |      284 +
 .../profiler/snaptracer/impl/Bundle.properties     |       19 +-
 .../profiler/snaptracer/impl/DetailsView.java      |        1 +
 .../snaptracer/impl/ExportSnapshotAction.java      |      191 +
 .../profiler/snaptracer/impl/IdeSnapshot.java      |       41 +-
 .../snaptracer/impl/IdeSnapshotAction.java         |      106 +-
 .../profiler/snaptracer/impl/NpssDataObject.java   |       31 +-
 .../profiler/snaptracer/impl/PackagesView.java     |        7 +-
 .../profiler/snaptracer/impl/TimelineView.java     |       80 +-
 .../profiler/snaptracer/impl/TracerController.java |       18 +-
 .../profiler/snaptracer/impl/TracerModel.java      |       14 +-
 .../snaptracer/impl/TracerSupportImpl.java         |       12 +-
 .../profiler/snaptracer/impl/TracerView.java       |      233 +-
 .../snaptracer/impl/export/DataExport.java         |        6 +-
 .../snaptracer/impl/icons/TracerIcons.java         |       67 +
 .../impl/icons/TracerIconsProviderImpl.java        |       72 +
 .../profiler/snaptracer/impl/icons/bugtracking.png |      Bin
 .../impl/{resources => icons}/decrement.png        |      Bin
 .../impl/{resources => icons}/genericAction.png    |      Bin
 .../impl/{resources => icons}/hmwheel.png          |      Bin
 .../impl/{resources => icons}/increment.png        |      Bin
 .../snaptracer/impl/{resources => icons}/mark.png  |      Bin
 .../impl/{resources => icons}/markClear.png        |      Bin
 .../impl/{resources => icons}/markHighl.png        |      Bin
 .../snaptracer/impl/{resources => icons}/probe.png |      Bin
 .../snaptracer/impl/{resources => icons}/reset.png |      Bin
 .../impl/{resources => icons}/selectAll.png        |      Bin
 .../{resources => icons}/snapshotDataObjectCPU.png |      Bin
 .../impl/icons/snapshotDataObjectCPU32.png         |      Bin
 .../impl/{resources => icons}/tracer.png           |      Bin
 .../{resources/tracer24.png => icons/tracer32.png} |      Bin
 .../impl/{resources => icons}/vmwheel.png          |      Bin
 .../impl/{resources => icons}/zmwheel.png          |      Bin
 .../impl/options/TracerOptionsCategory.java        |        7 +-
 .../snaptracer/impl/probes/ProbePresenter.java     |        2 +-
 .../profiler/snaptracer/impl/resources/export.png  |      Bin 684 -> 0 bytes
 .../profiler/snaptracer/impl/resources/layer.xml   |       24 -
 .../snaptracer/impl/resources/probeClear.png       |      Bin 364 -> 0 bytes
 .../snaptracer/impl/resources/scaleToFit.png       |      Bin 657 -> 0 bytes
 .../snaptracer/impl/resources/settings.png         |      Bin 637 -> 0 bytes
 .../profiler/snaptracer/impl/resources/zoom.png    |      Bin 633 -> 0 bytes
 .../profiler/snaptracer/impl/resources/zoomIn.png  |      Bin 666 -> 0 bytes
 .../profiler/snaptracer/impl/resources/zoomOut.png |      Bin 654 -> 0 bytes
 .../snaptracer/impl/swing/CategoryList.java        |        8 +-
 .../snaptracer/impl/timeline/Bundle.properties     |       14 -
 .../snaptracer/impl/timeline/ChartPanel.java       |       54 +-
 .../snaptracer/impl/timeline/ProbesPanel.java      |       38 +-
 .../snaptracer/impl/timeline/TimelineAxis.java     |      111 +-
 .../impl/timeline/TimelineIconPainter.java         |        7 +-
 .../impl/timeline/TimelineSelectionOverlay.java    |        2 +
 .../snaptracer/impl/timeline/TimelineSupport.java  |       27 +-
 .../impl/timeline/TimelineTooltipOverlay.java      |        2 +
 .../profiler/snaptracer/logs/LogRecords.java       |        4 +-
 profiler.stp/build.xml                             |        5 +
 profiler.stp/manifest.mf                           |        6 +
 .../nbproject/project.properties                   |        0
 profiler.stp/nbproject/project.xml                 |      132 +
 .../modules/profiler/stp/AttachSettingsPanel.java  |      228 +
 .../modules/profiler/stp/Bundle.properties         |       44 +
 .../profiler/stp/CPUSettingsAdvancedPanel.java     |      978 +
 .../profiler/stp/CPUSettingsBasicPanel.java        |      987 +
 .../profiler/stp/DefaultSettingsConfigurator.java  |      748 +
 .../modules/profiler/stp/DefaultSettingsPanel.java |      152 +
 .../profiler/stp/MemorySettingsAdvancedPanel.java  |      579 +
 .../profiler/stp/MemorySettingsBasicPanel.java     |      392 +
 .../profiler/stp/MonitorSettingsBasicPanel.java    |      220 +
 .../profiler/stp/NBProfilingSettingsManager.java   |      300 +
 .../profiler/stp/NewCustomConfiguration.java       |      716 +
 .../modules/profiler/stp/SelectProfilingTask.java  |     1203 +
 .../profiler/stp/SettingsContainerPanel.java       |      400 +
 .../netbeans/modules/profiler/stp/TaskChooser.java |      418 +
 .../modules/profiler/stp/TaskPresenter.java        |      662 +
 .../org/netbeans/modules/profiler/stp/Utils.java   |      124 +
 .../modules/profiler/stp/WelcomePanel.java         |      136 +
 .../modules/profiler/stp/icons/STPIcons.java       |       54 +
 .../profiler/stp/icons/STPIconsProviderImpl.java   |       59 +
 .../modules/profiler/stp/icons/stpGraphics.png     |      Bin
 .../modules/profiler/stp/package-info.java         |       86 +
 .../modules/profiler/stp/ui}/Bundle.properties     |        0
 .../modules/profiler/stp/ui/FilterSetsPanel.java   |     1070 +
 .../profiler/stp/ui/GlobalFiltersPanel.java        |     1016 +
 .../modules/profiler/stp/ui/HyperlinkLabel.java    |      124 +
 .../modules/profiler/stp/ui/HyperlinkTextArea.java |      221 +
 .../profiler/stp/ui/PreferredInstrFilterPanel.java |      231 +
 .../modules/profiler/stp/ui/QuickFilterPanel.java  |      419 +
 profiler.utilities/manifest.mf                     |        2 +-
 profiler.utilities/nbproject/project.properties    |        2 +
 profiler.utilities/nbproject/project.xml           |      194 +-
 .../modules/profiler/utilities/Delegate.java       |       54 +
 .../modules/profiler/utilities/ProfilerUtils.java  |       75 +
 .../utilities/queries/SettingsFolderQuery.java     |       59 -
 .../queries/impl/SettingsFolderQueryImpl.java      |       70 -
 .../modules/profiler/ant/NBProfileAttachTask.java  |      159 -
 .../modules/profiler/ant/NBProfileDirectTask.java  |      544 -
 .../org/netbeans/modules/profiler/antlib.xml       |       49 -
 profiler/build.xml                                 |       21 +-
 .../netbeans/modules/profiler/docs/credits.html    |       48 -
 .../profiler/docs/helppages/calibrating.html       |       67 -
 .../docs/helppages/csh/csh_attachwiz_1.html        |       79 -
 .../docs/helppages/csh/csh_attachwiz_2.html        |       39 -
 .../docs/helppages/csh/csh_attachwiz_2_remote.html |       49 -
 .../helppages/csh/csh_attachwiz_3_integration.html |       42 -
 .../docs/helppages/csh/csh_attachwiz_3_manual.html |       47 -
 .../helppages/csh/csh_attachwiz_4_location.html    |       47 -
 .../helppages/csh/csh_attachwiz_5_performint.html  |       51 -
 .../helppages/csh/csh_attachwiz_6_reviewadd.html   |       45 -
 .../docs/helppages/csh/csh_cpu_options_adv.html    |      137 -
 .../docs/helppages/csh/csh_cpu_options_basic.html  |       73 -
 .../docs/helppages/csh/csh_filters_custom.html     |       63 -
 .../docs/helppages/csh/csh_filters_global.html     |       55 -
 .../docs/helppages/csh/csh_filters_quick.html      |       53 -
 .../docs/helppages/csh/csh_memory_options_adv.html |       71 -
 .../helppages/csh/csh_memory_options_basic.html    |       72 -
 .../helppages/csh/csh_monitor_options_adv.html     |       45 -
 .../helppages/csh/csh_monitor_options_basic.html   |       40 -
 .../docs/helppages/csh/csh_selecttask.html         |       47 -
 .../docs/helppages/csh/options_profiler.html       |       66 -
 .../docs/helppages/csh/view_drilldown.html         |       52 -
 .../profiler/docs/helppages/csh/view_heap.html     |       75 -
 .../profiler/docs/helppages/csh/view_profiler.html |      146 -
 .../helppages/csh/view_profiling_results_cpu.html  |       39 -
 .../csh/view_profiling_results_memory.html         |      108 -
 .../docs/helppages/csh/view_profilingpoints.html   |       43 -
 .../profiler/docs/helppages/csh/view_snap_cpu.html |       67 -
 .../docs/helppages/csh/view_snap_memory.html       |       50 -
 .../docs/helppages/csh/view_telemetry.html         |       65 -
 .../docs/helppages/csh/view_telemetryoverview.html |       64 -
 .../profiler/docs/helppages/csh/view_threads.html  |       72 -
 .../profiler/docs/helppages/custom_filtersets.html |       72 -
 .../docs/helppages/glossary/avgobjage.html         |       22 -
 .../docs/helppages/glossary/garbagecollection.html |       29 -
 .../profiler/docs/helppages/glossary/heapdump.html |       21 -
 .../docs/helppages/glossary/resultssnapshot.html   |       22 -
 .../docs/helppages/glossary/rootmethod.html        |       23 -
 .../docs/helppages/glossary/threadssystem.html     |       20 -
 .../docs/helppages/glossary/threadsuser.html       |       22 -
 .../docs/helppages/glossary/trackedobjects.html    |       23 -
 .../profiler/docs/helppages/heap_taking.html       |       95 -
 .../profiler/docs/helppages/heapwalker.html        |      146 -
 .../modules/profiler/docs/helppages/img/arrow.gif  |      Bin 59 -> 0 bytes
 .../modules/profiler/docs/helppages/img/attach.png |      Bin 630 -> 0 bytes
 .../docs/helppages/img/autorefresh-icon.png        |      Bin 584 -> 0 bytes
 .../profiler/docs/helppages/img/clearFilter.png    |      Bin 305 -> 0 bytes
 .../profiler/docs/helppages/img/cpuSmall.png       |      Bin 618 -> 0 bytes
 .../modules/profiler/docs/helppages/img/export.png |      Bin 847 -> 0 bytes
 .../profiler/docs/helppages/img/fragmentSmall.png  |      Bin 324 -> 0 bytes
 .../profiler/docs/helppages/img/liveResults.png    |      Bin 736 -> 0 bytes
 .../profiler/docs/helppages/img/memorySmall.png    |      Bin 379 -> 0 bytes
 .../profiler/docs/helppages/img/profile-icon.png   |      Bin 667 -> 0 bytes
 .../profiler/docs/helppages/img/scaleToFit.png     |      Bin 722 -> 0 bytes
 .../profiler/docs/helppages/img/snapshots.png      |      Bin 4171 -> 0 bytes
 .../docs/helppages/img/takeSnapshotMem.png         |      Bin 1395 -> 0 bytes
 .../docs/helppages/img/telemetryWindow.png         |      Bin 631 -> 0 bytes
 .../profiler/docs/helppages/img/threadsWindow.png  |      Bin 460 -> 0 bytes
 .../modules/profiler/docs/helppages/img/zoomIn.png |      Bin 640 -> 0 bytes
 .../profiler/docs/helppages/img/zoomOut.png        |      Bin 634 -> 0 bytes
 .../modules/profiler/docs/helppages/oqlhelp.html   |      870 -
 .../docs/helppages/profile_analyze_short.html      |      104 -
 .../profiler/docs/helppages/profile_attach.html    |      104 -
 .../profiler/docs/helppages/profile_freeform.html  |      106 -
 .../docs/helppages/profile_memory_short.html       |       77 -
 .../profiler/docs/helppages/profile_monitor.html   |       58 -
 .../docs/helppages/profile_profilepoints.html      |       83 -
 .../profiler/docs/helppages/profile_quickref.html  |      115 -
 .../profiler/docs/helppages/profile_remote.html    |      110 -
 .../profiler/docs/helppages/profile_results.html   |       68 -
 .../docs/helppages/profile_rootmethod.html         |      109 -
 .../profiler/docs/helppages/profile_running.html   |      115 -
 .../docs/helppages/profile_startlocal.html         |      120 -
 .../docs/helppages/profile_tasks_overview.html     |      102 -
 .../profiler/docs/helppages/profile_threads.html   |       71 -
 .../profiler/docs/helppages/profile_windows.html   |       49 -
 .../docs/helppages/results_livefiltering.html      |       57 -
 .../docs/helppages/results_liveresults.html        |       74 -
 .../profiler/docs/helppages/results_telemetry.html |       62 -
 .../profiler/docs/helppages/snap_taking.html       |      101 -
 .../modules/profiler/docs/helppages/snapshots.html |      108 -
 .../org/netbeans/modules/profiler/docs/helpset.hs  |       27 -
 .../org/netbeans/modules/profiler/docs/map.xml     |      137 -
 .../org/netbeans/modules/profiler/docs/toc.xml     |       91 -
 profiler/manifest.mf                               |        5 +-
 profiler/nbproject/project.properties              |       19 +-
 profiler/nbproject/project.xml                     |      262 +-
 profiler/release/VERSION.txt                       |        2 +-
 .../profiler/AbstractProjectTypeProfiler.java      |      229 -
 .../netbeans/modules/profiler/Bundle.properties    |      356 +-
 .../netbeans/modules/profiler/CPUDiffPanel.java    |      831 +
 .../modules/profiler/CPUSnapshotPanel.java         |      665 +-
 .../profiler/DoNotShowDialogDescriptor.java        |       10 +-
 .../netbeans/modules/profiler/DrillDownWindow.java |      244 -
 .../{HprofResolver.xml => DummyHprofResolver.xml}  |        0
 .../netbeans/modules/profiler/ExportAction.java    |      289 +-
 .../modules/profiler/FragmentSnapshotPanel.java    |       53 +-
 .../modules/profiler/GestureSubmitter.java         |      183 -
 .../netbeans/modules/profiler/HeapDumpWatch.java   |      194 +
 .../modules/profiler/LiveResultsWindow.java        |      866 +-
 .../netbeans/modules/profiler/LoadedSnapshot.java  |      280 +-
 .../modules/profiler/LockContentionWindow.java     |      268 +
 .../netbeans/modules/profiler/MemoryDiffPanel.java |      120 +-
 .../modules/profiler/MemorySnapshotPanel.java      |      221 +-
 .../modules/profiler/NetBeansProfiler.java         |     1966 +-
 .../modules/profiler/ProfilerControlPanel2.java    |     1338 +-
 .../profiler/ProfilerControlPanel2Support.java     |      131 -
 .../modules/profiler/ProfilerIDESettings.java      |      547 -
 .../netbeans/modules/profiler/ProfilerModule.java  |       64 +-
 .../modules/profiler/ProfilerTopComponent.java     |      123 +
 .../modules/profiler/ProfilingMonitor.java         |       92 +-
 .../netbeans/modules/profiler/ResultsManager.java  |      760 +-
 .../modules/profiler/SampledCPUSnapshot.java       |      122 +-
 .../modules/profiler/SaveSnapshotAction.java       |       46 +-
 .../netbeans/modules/profiler/SaveViewAction.java  |      105 +-
 .../modules/profiler/ServerStateMonitor.java       |      146 +
 .../modules/profiler/SnapshotInfoPanel.java        |      572 +-
 .../netbeans/modules/profiler/SnapshotPanel.java   |       14 +-
 .../modules/profiler/SnapshotResultsWindow.java    |      297 +-
 .../modules/profiler/SnapshotsDiffWindow.java      |      101 +-
 .../modules/profiler/TelemetryOverviewPanel.java   |       45 +-
 .../netbeans/modules/profiler/TelemetryWindow.java |      236 +-
 .../netbeans/modules/profiler/ThreadsWindow.java   |      246 +-
 .../profiler/actions/AddRootMethodAction.java      |       77 +-
 .../modules/profiler/actions/AntActions.java       |      760 -
 .../modules/profiler/actions/AttachAction.java     |       54 +-
 .../actions/BaseSelectRootMethodsAction.java       |      113 +-
 .../modules/profiler/actions/Bundle.properties     |      147 +-
 .../profiler/actions/CompareSnapshotsAction.java   |      411 +-
 .../profiler/actions/ControlPanelAction.java       |       29 +-
 .../profiler/actions/FileSensitiveAction.java      |      101 -
 .../modules/profiler/actions/FindNextAction.java   |       22 +-
 .../profiler/actions/FindPreviousAction.java       |       22 +-
 .../actions/GetCmdLineArgumentsAction.java         |       91 +-
 .../modules/profiler/actions/HeapDumpAction.java   |      218 +-
 .../profiler/actions/InternalStatsAction.java      |       72 +-
 .../profiler/actions/JavaPlatformSelector.java     |      126 +-
 .../profiler/actions/LoadSnapshotAction.java       |      122 +-
 .../profiler/actions/ModifyProfilingAction.java    |       57 +-
 .../modules/profiler/actions/PauseAction.java      |       20 +-
 .../actions/ProfilerToolbarDropdownAction.java     |      164 -
 .../profiler/actions/ProfilingAwareAction.java     |       81 +-
 .../modules/profiler/actions/ProfilingSupport.java |      296 +-
 .../profiler/actions/ProjectSensitiveAction.java   |      437 -
 .../modules/profiler/actions/RerunAction.java      |      103 +-
 .../profiler/actions/ResetResultsAction.java       |      119 +-
 .../profiler/actions/RunCalibrationAction.java     |      376 +-
 .../modules/profiler/actions/RunGCAction.java      |       36 +-
 .../actions/SelectJavaRootMethodsAction.java       |       32 +-
 .../actions/ShowLiveResultsWindowAction.java       |       29 +-
 .../profiler/actions/ShowTelemetryViewAction.java  |       28 +-
 .../profiler/actions/ShowThreadsViewAction.java    |       31 +-
 .../modules/profiler/actions/StopAction.java       |      155 +-
 .../profiler/actions/TakeSnapshotAction.java       |       87 +-
 .../profiler/actions/TelemetryOverviewAction.java  |       41 +-
 .../actions/resources/compareSnapshots.png         |      Bin 653 -> 0 bytes
 .../profiler/actions/resources/exportResults.png   |      Bin 689 -> 0 bytes
 .../profiler/actions/resources/find_next.png       |      Bin 543 -> 0 bytes
 .../profiler/actions/resources/getResults.png      |      Bin 673 -> 0 bytes
 .../profiler/actions/resources/profilerIcon.png    |      Bin 6085 -> 0 bytes
 .../profiler/actions/resources/runButton.gif       |      Bin 319 -> 0 bytes
 .../modules/profiler/actions/resources/save.png    |      Bin 640 -> 0 bytes
 .../modules/profiler/actions/resources/stop.png    |      Bin 543 -> 0 bytes
 .../profiler/actions/resources/takeSnapshot.png    |      Bin 613 -> 0 bytes
 .../modules/profiler/categories/Bundle.properties  |       41 -
 .../profiler/categories/Categorization.java        |      180 -
 .../modules/profiler/categories/Category.java      |      113 -
 .../profiler/categories/CategoryBuilder.java       |      228 -
 .../profiler/categories/CategoryContainer.java     |      127 -
 .../profiler/categories/CategoryDefinition.java    |       63 -
 .../categories/CategoryDefinitionProcessor.java    |       66 -
 .../modules/profiler/categories/CategoryLeaf.java  |       73 -
 .../modules/profiler/categories/CustomMarker.java  |       71 -
 .../profiler/categories/MarkerProcessor.java       |      375 -
 .../definitions/CustomCategoryDefinition.java      |       67 -
 .../definitions/PackageCategoryDefinition.java     |       76 -
 .../definitions/SingleTypeCategoryDefinition.java  |       65 -
 .../definitions/SubtypeCategoryDefinition.java     |       65 -
 .../definitions/TypeCategoryDefinition.java        |       77 -
 .../profiler/heapwalk/AbstractController.java      |       83 -
 .../heapwalk/AbstractTopLevelController.java       |      121 -
 .../profiler/heapwalk/AnalysisController.java      |      218 -
 .../modules/profiler/heapwalk/Bundle.properties    |      134 -
 .../profiler/heapwalk/ClassPresenterPanel.java     |      231 -
 .../profiler/heapwalk/ClassesController.java       |      181 -
 .../profiler/heapwalk/ClassesListController.java   |      330 -
 .../profiler/heapwalk/FieldsBrowserController.java |      319 -
 .../modules/profiler/heapwalk/HeapDumpWatch.java   |      175 -
 .../profiler/heapwalk/HeapFragmentWalker.java      |      437 -
 .../modules/profiler/heapwalk/HeapWalker.java      |      243 -
 .../profiler/heapwalk/HeapWalkerManager.java       |      255 -
 .../modules/profiler/heapwalk/HintsController.java |      231 -
 .../profiler/heapwalk/InstancesController.java     |      263 -
 .../profiler/heapwalk/InstancesListController.java |      828 -
 .../modules/profiler/heapwalk/LegendPanel.java     |      121 -
 .../modules/profiler/heapwalk/OQLController.java   |      562 -
 .../modules/profiler/heapwalk/OQLSupport.java      |      405 -
 .../profiler/heapwalk/OverviewController.java      |      609 -
 .../heapwalk/ReferencesBrowserController.java      |      348 -
 .../profiler/heapwalk/memorylint/Distribution.java |      166 -
 .../profiler/heapwalk/memorylint/Histogram.java    |      194 -
 .../profiler/heapwalk/memorylint/RuleRegistry.java |       96 -
 .../profiler/heapwalk/memorylint/Utils.java        |      384 -
 .../profiler/heapwalk/memorylint/Walker.java       |      186 -
 .../heapwalk/memorylint/rules/Bundle.properties    |      103 -
 .../memorylint/rules/CollapsedHashMap.java         |      177 -
 .../memorylint/rules/DuplicatedString.java         |      114 -
 .../memorylint/rules/HashMapHistogram.java         |      207 -
 .../memorylint/rules/WrongWeakHashMap.java         |      174 -
 .../heapwalk/model/AbstractHeapWalkerNode.java     |      246 -
 .../profiler/heapwalk/model/BrowserUtils.java      |      273 -
 .../profiler/heapwalk/model/Bundle.properties      |       70 -
 .../modules/profiler/heapwalk/model/ClassNode.java |      163 -
 .../profiler/heapwalk/model/HeapPatterns.java      |      209 -
 .../profiler/heapwalk/model/HeapWalkerNode.java    |      101 -
 .../heapwalk/model/HeapWalkerNodeFactory.java      |      473 -
 .../profiler/heapwalk/model/InstanceNode.java      |      229 -
 .../heapwalk/model/InstancesContainerNode.java     |      108 -
 .../heapwalk/model/ObjectArrayFieldNode.java       |       94 -
 .../profiler/heapwalk/model/ObjectArrayNode.java   |      200 -
 .../profiler/heapwalk/model/ObjectFieldNode.java   |      134 -
 .../profiler/heapwalk/model/ObjectNode.java        |      222 -
 .../heapwalk/model/PrimitiveArrayFieldNode.java    |       90 -
 .../heapwalk/model/PrimitiveArrayNode.java         |      226 -
 .../heapwalk/model/PrimitiveFieldNode.java         |      161 -
 .../modules/profiler/heapwalk/model/RootNode.java  |       80 -
 .../profiler/heapwalk/oql/ui/OQLEditor.java        |      271 -
 .../profiler/heapwalk/ui/AnalysisControllerUI.java |      559 -
 .../modules/profiler/heapwalk/ui/Bundle.properties |      207 -
 .../profiler/heapwalk/ui/ClassesControllerUI.java  |      169 -
 .../heapwalk/ui/ClassesListControllerUI.java       |      876 -
 .../heapwalk/ui/FieldTreeCellRenderer.java         |       87 -
 .../heapwalk/ui/FieldsBrowserControllerUI.java     |      845 -
 .../profiler/heapwalk/ui/HeapFragmentWalkerUI.java |      533 -
 .../modules/profiler/heapwalk/ui/HeapWalkerUI.java |      121 -
 .../profiler/heapwalk/ui/HintsControllerUI.java    |      239 -
 .../heapwalk/ui/InstancesControllerUI.java         |      233 -
 .../heapwalk/ui/InstancesListControllerUI.java     |      872 -
 .../profiler/heapwalk/ui/OQLControllerUI.java      |      835 -
 .../profiler/heapwalk/ui/OQLQueryCustomizer.java   |      579 -
 .../profiler/heapwalk/ui/OpenHeapWalkerAction.java |       94 -
 .../profiler/heapwalk/ui/OverviewControllerUI.java |      204 -
 .../heapwalk/ui/ReferencesBrowserControllerUI.java |      910 -
 .../profiler/heapwalk/ui/SummaryControllerUI.java  |      135 -
 .../profiler/heapwalk/ui/resources/back.png        |      Bin 553 -> 0 bytes
 .../profiler/heapwalk/ui/resources/forward.png     |      Bin 565 -> 0 bytes
 .../profiler/heapwalk/ui/resources/stackTraces.png |      Bin 541 -> 0 bytes
 .../org/netbeans/modules/profiler/helpset-decl.xml |       52 -
 .../modules/profiler/impl}/Bundle.properties       |        0
 .../profiler/impl/GlobalStorageProviderImpl.java   |       72 +
 .../modules/profiler/impl/ProfilerDialogs.java     |      612 +
 .../profiler/impl/ProfilerDialogsProviderImpl.java |      130 +
 .../profiler/impl/ProfilingRootsProviderImpl.java  |       61 +
 .../profiler/impl/icons/IconsProviderImpl.java     |      210 +
 .../modules/profiler/impl/icons}/allThreads.png    |      Bin
 .../ui/resources => impl/icons}/array.png          |      Bin
 .../{actions/resources => impl/icons}/attach.png   |      Bin
 .../{actions/resources => impl/icons}/attach24.png |      Bin
 .../resources => impl/icons}/attachButton.gif      |      Bin
 .../modules/profiler/impl/icons}/autoRefresh.png   |      Bin
 .../netbeans/modules/profiler/impl/icons}/back.png |      Bin
 .../{resources => impl/icons}/backTracesTab.png    |      Bin
 .../{resources => impl/icons}/callTreeTab.png      |      Bin
 .../ui/resources => impl/icons}/class.png          |      Bin
 .../modules/profiler/impl/icons/clearFilter.png    |      Bin 0 -> 466 bytes
 .../profiler/impl/icons/clearFilterHighl.png       |      Bin 0 -> 476 bytes
 .../modules/profiler/impl/icons}/closePanel.png    |      Bin
 .../profiler/impl/icons}/collapsedSnippet.png      |      Bin
 .../{resources => impl/icons}/combinedTab.png      |      Bin
 .../profiler/impl/icons}/compareSnapshots.png      |      Bin
 .../profiler/impl/icons}/constructorPackage.png    |      Bin
 .../profiler/impl/icons}/constructorPrivate.png    |      Bin
 .../profiler/impl/icons}/constructorProtected.png  |      Bin
 .../profiler/impl/icons}/constructorPublic.png     |      Bin
 .../modules/profiler/impl/icons}/constructors.png  |      Bin
 .../resources => impl/icons}/controlPanel.gif      |      Bin
 .../icons}/controlPanelWindow.gif                  |      Bin
 .../profiler/{resources => impl/icons}/cpu.png     |      Bin
 .../{ui/resources/cpu.png => impl/icons/cpu32.png} |      Bin
 .../custom.png => impl/icons/custom32.png}         |      Bin
 .../{actions/resources => impl/icons}/detach.png   |      Bin
 .../{heapwalk/ui/resources => impl/icons}/down.png |      Bin
 .../modules/profiler/impl/icons}/empty.gif         |      Bin
 .../modules/profiler/impl/icons}/error.png         |      Bin
 .../profiler/impl/icons}/expandedSnippet.png       |      Bin
 .../modules/profiler/impl/icons/filter.png         |      Bin 0 -> 665 bytes
 .../profiler/impl/icons}/filterContains.png        |      Bin
 .../profiler/impl/icons}/filterEndsWith.png        |      Bin
 .../modules/profiler/impl/icons/filterHighl.png    |      Bin 0 -> 454 bytes
 .../modules/profiler/impl/icons}/filterRegExp.png  |      Bin
 .../profiler/impl/icons}/filterStartsWith.png      |      Bin
 .../netbeans/modules/profiler/impl/icons}/find.gif |      Bin
 .../modules/profiler/impl/icons/findNext.png       |      Bin
 .../modules/profiler/impl/icons/findPrevious.png}  |      Bin
 .../modules/profiler/impl/icons}/forward.png       |      Bin
 .../modules/profiler/impl/icons/forwardNode.png    |      Bin
 .../{resources => impl/icons}/fragment.png         |      Bin
 .../dumpHeap.png => impl/icons/heapSnapshot.png}   |      Bin
 .../modules/profiler/impl/icons}/hideColumn.png    |      Bin
 .../{resources => impl/icons}/hotspotsTab.png      |      Bin
 .../modules/profiler/impl/icons/infoIcon.png       |      Bin 0 -> 687 bytes
 .../profiler/{resources => impl/icons}/infoTab.png |      Bin
 .../modules/profiler/impl/icons}/initializer.png   |      Bin
 .../modules/profiler/impl/icons}/initializerSt.png |      Bin
 .../ui/resources => impl/icons}/instance.png       |      Bin
 .../modules/profiler/impl/icons}/interface.png     |      Bin
 .../netbeans/modules/profiler/impl/icons/jar.png   |      Bin
 .../modules/profiler/impl/icons/leafNode.png       |      Bin
 .../modules/profiler/impl/icons}/libraries.png     |      Bin
 .../resources => impl/icons}/liveResults.png       |      Bin
 .../icons/liveResultsCPUView32.png}                |      Bin
 .../icons/liveResultsFragmentView32.png}           |      Bin
 .../icons/liveResultsMemView32.png}                |      Bin
 .../icons}/liveResultsWindow.png                   |      Bin
 .../modules/profiler/impl/icons/locksView32.png    |      Bin 0 -> 1327 bytes
 .../modules/profiler/impl/icons/locksWindow.png    |      Bin 0 -> 652 bytes
 .../modules/profiler/impl/icons}/maximizePanel.png |      Bin
 .../modules/profiler/impl/icons}/memory.png        |      Bin
 .../memory.png => impl/icons/memory32.png}         |      Bin
 .../{resources => impl/icons}/memoryResultsTab.png |      Bin
 .../profiler/impl/icons/memorySnapshot32.png       |      Bin
 .../modules/profiler/impl/icons}/methodPackage.png |      Bin
 .../modules/profiler/impl/icons}/methodPrivate.png |      Bin
 .../profiler/impl/icons}/methodProtected.png       |      Bin
 .../modules/profiler/impl/icons}/methodPublic.png  |      Bin
 .../profiler/impl/icons}/methodStPackage.png       |      Bin
 .../profiler/impl/icons}/methodStPrivate.png       |      Bin
 .../profiler/impl/icons}/methodStProtected.png     |      Bin
 .../profiler/impl/icons}/methodStPublic.png        |      Bin
 .../modules/profiler/impl/icons}/methods.png       |      Bin
 .../modules/profiler/impl/icons}/minimizePanel.png |      Bin
 .../resources => impl/icons}/modifyProfiling.png   |      Bin
 .../monitorSmall.png => impl/icons/monitoring.png} |      Bin
 .../modules/profiler/impl/icons/monitoring32.png   |      Bin
 .../resources => impl/icons}/openSnapshot.png      |      Bin
 .../modules/profiler/impl/icons}/package.png       |      Bin
 .../{actions/resources => impl/icons}/pause.png    |      Bin
 .../netbeans/modules/profiler/impl/icons}/pie.png  |      Bin
 .../modules/profiler/impl/icons}/popupArrow.png    |      Bin
 .../ui/resources => impl/icons}/primitive.png      |      Bin
 .../{actions/resources => impl/icons}/profile.png  |      Bin
 .../resources => impl/icons}/profile24.png         |      Bin
 .../{actions/resources => impl/icons}/rerun.png    |      Bin
 .../resources => impl/icons}/resetResults.png      |      Bin
 .../modules/profiler/impl/icons}/restorePanel.png  |      Bin
 .../{actions/resources => impl/icons}/resume.png   |      Bin
 .../modules/profiler/impl/icons}/reverseNode.png   |      Bin
 .../{ui/stp/resources => impl/icons}/runButton.gif |      Bin
 .../{actions/resources => impl/icons}/runGC.png    |      Bin
 .../netbeans/modules/profiler/impl/icons}/save.png |      Bin
 .../modules/profiler/impl/icons}/saveAs.png        |      Bin
 .../modules/profiler/impl/icons}/saveView.png      |      Bin
 .../modules/profiler/impl/icons}/scaleToFit.png    |      Bin
 .../modules/profiler/impl/icons/setFilter.png      |      Bin 0 -> 550 bytes
 .../modules/profiler/impl/icons/setFilterHighl.png |      Bin
 .../resources => impl/icons}/showGraphs.png        |      Bin
 .../{resources => impl/icons}/slaveDown.png        |      Bin
 .../profiler/{resources => impl/icons}/slaveUp.png |      Bin
 .../icons}/snapshotDataObject.png                  |      Bin
 .../icons}/snapshotDataObject32.png                |      Bin
 .../icons}/snapshotDataObjectCPU.gif               |      Bin
 .../icons}/snapshotDataObjectCPU32.gif             |      Bin
 .../icons}/snapshotDataObjectFragment.gif          |      Bin
 .../icons}/snapshotDataObjectFragment32.gif        |      Bin
 .../icons}/snapshotDataObjectMemory.gif            |      Bin
 .../icons}/snapshotDataObjectMemory32.gif          |      Bin
 .../modules/profiler/impl/icons}/sortAsc.png       |      Bin
 .../modules/profiler/impl/icons}/sortDesc.png      |      Bin
 .../{resources => impl/icons}/stackTracesTab.png   |      Bin
 .../modules/profiler/impl/icons}/start.png         |      Bin
 .../startup.png => impl/icons/startup32.png}       |      Bin
 .../netbeans/modules/profiler/impl/icons}/stop.png |      Bin
 .../subtree.png => impl/icons/subtreeTab.png}      |      Bin
 .../modules/profiler/impl/icons}/takeSnapshot.png  |      Bin
 .../icons/takeSnapshotCPU32.png}                   |      Bin
 .../icons/takeSnapshotFragment32.png}              |      Bin
 .../icons/takeSnapshotMem32.png}                   |      Bin
 .../impl/icons}/telemetryOverviewWindow.png        |      Bin
 .../icons/telemetryView32.png}                     |      Bin
 .../{resources => impl/icons}/telemetryWindow.png  |      Bin
 .../modules/profiler/impl/icons}/thread.png        |      Bin
 .../modules/profiler/impl/icons/threadsView32.png  |      Bin
 .../modules/profiler/impl/icons}/threadsWindow.png |      Bin
 .../{heapwalk/ui/resources => impl/icons}/up.png   |      Bin
 .../{resources => impl/icons}/updateNow.png        |      Bin
 .../ide => impl/icons}/variablePackage.png         |      Bin
 .../ide => impl/icons}/variablePrivate.png         |      Bin
 .../ide => impl/icons}/variableProtected.png       |      Bin
 .../ide => impl/icons}/variablePublic.png          |      Bin
 .../ide => impl/icons}/variableStPackage.png       |      Bin
 .../ide => impl/icons}/variableStPrivate.png       |      Bin
 .../ide => impl/icons}/variableStProtected.png     |      Bin
 .../ide => impl/icons}/variableStPublic.png        |      Bin
 .../{resources/ide => impl/icons}/variables.png    |      Bin
 .../netbeans/modules/profiler/impl/icons}/zoom.png |      Bin
 .../modules/profiler/impl/icons}/zoomIn.png        |      Bin
 .../modules/profiler/impl/icons}/zoomOut.png       |      Bin
 .../src/org/netbeans/modules/profiler/log-file.gif |      Bin 138 -> 0 bytes
 .../src/org/netbeans/modules/profiler/mf-layer.xml |      459 +-
 .../modules/profiler/options/Bundle.properties     |       48 -
 .../profiler/options/ProfilerOptionsCategory.java  |      105 -
 .../modules/profiler/ppoints/Bundle.properties     |      217 -
 .../profiler/ppoints/CodeProfilingPoint.java       |      458 -
 .../profiler/ppoints/GlobalProfilingPoint.java     |       66 -
 .../ppoints/GlobalProfilingPointsProcessor.java    |      354 -
 .../profiler/ppoints/LoadGenProfilingPoint.java    |      647 -
 .../ppoints/LoadGenProfilingPointFactory.java      |      230 -
 .../modules/profiler/ppoints/ProfilingPoint.java   |      272 -
 .../profiler/ppoints/ProfilingPointFactory.java    |      292 -
 .../profiler/ppoints/ProfilingPointWizard.java     |      467 -
 .../profiler/ppoints/ProfilingPointsManager.java   |     1174 -
 .../ppoints/ResetResultsProfilingPoint.java        |      440 -
 .../ppoints/ResetResultsProfilingPointFactory.java |      171 -
 .../profiler/ppoints/StopwatchProfilingPoint.java  |      591 -
 .../ppoints/StopwatchProfilingPointFactory.java    |      194 -
 .../ppoints/TakeSnapshotProfilingPoint.java        |      746 -
 .../ppoints/TakeSnapshotProfilingPointFactory.java |      186 -
 .../ppoints/TimedGlobalProfilingPoint.java         |      230 -
 .../ppoints/TimedTakeSnapshotProfilingPoint.java   |      684 -
 .../TimedTakeSnapshotProfilingPointFactory.java    |      178 -
 .../ppoints/TriggeredGlobalProfilingPoint.java     |      216 -
 .../TriggeredTakeSnapshotProfilingPoint.java       |      711 -
 ...TriggeredTakeSnapshotProfilingPointFactory.java |      180 -
 .../netbeans/modules/profiler/ppoints/Utils.java   |      908 -
 .../modules/profiler/ppoints/ui/Bundle.properties  |      205 -
 .../ppoints/ui/CustomizeProfilingPointAction.java  |      114 -
 .../ppoints/ui/DeleteProfilingPointAction.java     |      114 -
 .../ui/EnableDisableProfilingPointAction.java      |      143 -
 .../ppoints/ui/InsertProfilingPointAction.java     |      150 -
 .../ppoints/ui/LoadGeneratorCustomizer.java        |      738 -
 .../profiler/ppoints/ui/LocationCustomizer.java    |      588 -
 .../ui/OpenProfilingPointsWindowAction.java        |       90 -
 .../ppoints/ui/ProfilingPointsDisplayer.java       |      165 -
 .../profiler/ppoints/ui/ProfilingPointsWindow.java |      130 -
 .../ppoints/ui/ProfilingPointsWindowUI.java        |      886 -
 .../ppoints/ui/ResetResultsCustomizer.java         |      344 -
 .../ui/ShowOppositeProfilingPointAction.java       |      187 -
 .../profiler/ppoints/ui/SnapshotCustomizer.java    |      507 -
 .../profiler/ppoints/ui/StopwatchCustomizer.java   |      558 -
 .../ppoints/ui/TakeSnapshotCustomizer.java         |      434 -
 .../profiler/ppoints/ui/TimeCustomizer.java        |      499 -
 .../ppoints/ui/TimedTakeSnapshotCustomizer.java    |      420 -
 .../ppoints/ui/ToggleProfilingPointAction.java     |      450 -
 .../profiler/ppoints/ui/TriggerCustomizer.java     |      407 -
 .../ui/TriggeredTakeSnapshotCustomizer.java        |      425 -
 .../profiler/ppoints/ui/WizardPanel1UI.java        |      463 -
 .../ppoints/ui/resources/loadgenProfilingPoint.xml |       63 -
 .../ui/resources/loadgenProfilingPointD.xml        |       63 -
 .../ui/resources/resetResultsProfilingPoint.xml    |       63 -
 .../ui/resources/resetResultsProfilingPointD.xml   |       63 -
 .../ui/resources/stopwatchProfilingPoint.xml       |       63 -
 .../ui/resources/stopwatchProfilingPointD.xml      |       63 -
 .../ui/resources/takeSnapshotProfilingPoint.xml    |       63 -
 .../ui/resources/takeSnapshotProfilingPointD.xml   |       63 -
 .../modules/profiler/resources/autoRefresh.png     |      Bin 929 -> 0 bytes
 .../modules/profiler/resources/cpuSmall.png        |      Bin 838 -> 0 bytes
 .../modules/profiler/resources/empty16.gif         |      Bin 832 -> 0 bytes
 .../netbeans/modules/profiler/resources/export.png |      Bin 847 -> 0 bytes
 .../modules/profiler/resources/fragmentSmall.png   |      Bin 384 -> 0 bytes
 .../modules/profiler/resources/ide/class.png       |      Bin 785 -> 0 bytes
 .../profiler/resources/ide/constructorPackage.png  |      Bin 604 -> 0 bytes
 .../profiler/resources/ide/constructorPrivate.png  |      Bin 704 -> 0 bytes
 .../resources/ide/constructorProtected.png         |      Bin 675 -> 0 bytes
 .../profiler/resources/ide/constructorPublic.png   |      Bin 464 -> 0 bytes
 .../profiler/resources/ide/constructors.png        |      Bin 678 -> 0 bytes
 .../modules/profiler/resources/ide/empty.gif       |      Bin 55 -> 0 bytes
 .../modules/profiler/resources/ide/error.png       |      Bin 723 -> 0 bytes
 .../modules/profiler/resources/ide/initializer.png |      Bin 464 -> 0 bytes
 .../profiler/resources/ide/initializerSt.png       |      Bin 453 -> 0 bytes
 .../modules/profiler/resources/ide/interface.png   |      Bin 541 -> 0 bytes
 .../modules/profiler/resources/ide/libraries.png   |      Bin 614 -> 0 bytes
 .../profiler/resources/ide/methodPackage.png       |      Bin 666 -> 0 bytes
 .../profiler/resources/ide/methodPrivate.png       |      Bin 779 -> 0 bytes
 .../profiler/resources/ide/methodProtected.png     |      Bin 767 -> 0 bytes
 .../profiler/resources/ide/methodPublic.png        |      Bin 528 -> 0 bytes
 .../profiler/resources/ide/methodStPackage.png     |      Bin 664 -> 0 bytes
 .../profiler/resources/ide/methodStPrivate.png     |      Bin 779 -> 0 bytes
 .../profiler/resources/ide/methodStProtected.png   |      Bin 768 -> 0 bytes
 .../profiler/resources/ide/methodStPublic.png      |      Bin 513 -> 0 bytes
 .../modules/profiler/resources/ide/methods.png     |      Bin 714 -> 0 bytes
 .../netbeans/modules/profiler/resources/memory.png |      Bin 470 -> 0 bytes
 .../modules/profiler/resources/memorySmall.png     |      Bin 470 -> 0 bytes
 .../netbeans/modules/profiler/resources/pie.png    |      Bin 809 -> 0 bytes
 .../modules/profiler/resources/resultsWindow.png   |      Bin 598 -> 0 bytes
 .../netbeans/modules/profiler/resources/save.png   |      Bin 640 -> 0 bytes
 .../netbeans/modules/profiler/resources/saveAs.png |      Bin 847 -> 0 bytes
 .../modules/profiler/resources/threadsView.png     |      Bin 980 -> 0 bytes
 .../modules/profiler/resources/threadsWindow.png   |      Bin 584 -> 0 bytes
 .../modules/profiler/spi/GoToSourceProvider.java   |       66 -
 .../modules/profiler/spi/LoadGenPlugin.java        |      135 -
 .../modules/profiler/spi/OQLEditorImpl.java        |       68 -
 .../profiler/spi/ProjectProfilingSupport.java      |       67 -
 .../modules/profiler/spi/ProjectTypeProfiler.java  |      418 -
 .../netbeans/modules/profiler/ui/Bundle.properties |       92 -
 .../modules/profiler/ui/ChooseExportTypePanel.form |       12 +-
 .../modules/profiler/ui/ChooseExportTypePanel.java |       34 +-
 .../modules/profiler/ui/FilterSetsPanel.java       |     1067 -
 .../netbeans/modules/profiler/ui/FindDialog.java   |       55 +-
 .../modules/profiler/ui/GlobalFiltersPanel.java    |     1020 -
 .../modules/profiler/ui/HprofDataObject.java       |       24 +-
 .../modules/profiler/ui/HyperlinkLabel.java        |      114 -
 .../modules/profiler/ui/HyperlinkTextArea.java     |      188 -
 .../modules/profiler/ui/ImagePreviewPanel.java     |       62 +-
 .../modules/profiler/ui/ManualMethodSelect.java    |      127 +-
 .../modules/profiler/ui/NpsDataObject.java         |       18 +
 .../modules/profiler/ui/ProfilerDialogs.java       |      678 -
 .../profiler/ui/ProfilerProgressDisplayer.java     |      234 +
 .../modules/profiler/ui/QuickFilterPanel.java      |      428 -
 .../org/netbeans/modules/profiler/ui/Utils.java    |      125 -
 .../modules/profiler/ui/panels/Bundle.properties   |       99 +-
 .../ui/panels/ClassSelectRootMethodsPanel.java     |      206 -
 .../ui/panels/FileSelectRootMethodsPanel.java      |      247 +
 .../profiler/ui/panels/ModalProgressDisplayer.java |      260 -
 .../modules/profiler/ui/panels/PIDSelectPanel.java |      147 +-
 .../ui/panels/PreferredInstrFilterPanel.java       |      228 -
 .../profiler/ui/panels/ProfilerOptionsPanel.java   |      940 -
 .../ui/panels/ProfilerProgressDisplayer.java       |      254 -
 .../profiler/ui/panels/ProgressDisplayer.java      |      260 -
 .../ui/panels/ProjectSelectRootMethodsPanel.java   |      454 +-
 .../profiler/ui/panels/ProjectSelectorPanel.form   |      189 +
 .../profiler/ui/panels/ProjectSelectorPanel.java   |      361 +
 .../profiler/ui/panels/RootMethodsPanel.java       |      218 +-
 .../modules/profiler/ui/resources/leak.gif         |      Bin 1388 -> 0 bytes
 .../modules/profiler/ui/resources/monitoring.png   |      Bin 1615 -> 0 bytes
 .../modules/profiler/ui/resources/showDetails.gif  |      Bin 242 -> 0 bytes
 .../modules/profiler/ui/resources/takeSnapshot.png |      Bin 2136 -> 0 bytes
 .../modules/profiler/ui/stats/Bundle.properties    |       51 -
 .../ui/stats/ForwardCategoryDistributionPanel.java |      421 -
 .../ui/stats/ProjectAwareStatisticalModule.java    |       58 -
 .../profiler/ui/stats/drilldown/Bundle.properties  |       42 -
 .../profiler/ui/stats/drilldown/DrillDown.java     |      315 -
 .../ui/stats/drilldown/DrillDownFactory.java       |      104 -
 .../ui/stats/drilldown/DrillDownListener.java      |       59 -
 .../ui/stats/drilldown/DrillDownPanel.java         |      191 -
 .../ui/stats/drilldown/DrillDownPieChartModel.java |      237 -
 .../ui/stats/drilldown/ProjectPieChartModel.java   |      141 -
 .../profiler/ui/stp/AttachSettingsPanel.java       |      241 -
 .../modules/profiler/ui/stp/Bundle.properties      |      225 -
 .../profiler/ui/stp/CPUSettingsAdvancedPanel.java  |     1163 -
 .../profiler/ui/stp/CPUSettingsBasicPanel.java     |      961 -
 .../ui/stp/DefaultSettingsConfigurator.java        |      788 -
 .../profiler/ui/stp/DefaultSettingsPanel.java      |      152 -
 .../ui/stp/MemorySettingsAdvancedPanel.java        |      780 -
 .../profiler/ui/stp/MemorySettingsBasicPanel.java  |      416 -
 .../ui/stp/MonitorSettingsAdvancedPanel.java       |      472 -
 .../profiler/ui/stp/MonitorSettingsBasicPanel.java |      188 -
 .../profiler/ui/stp/NewCustomConfiguration.java    |      708 -
 .../profiler/ui/stp/ProfilingSettingsManager.java  |      333 -
 .../profiler/ui/stp/SelectProfilingTask.java       |     1209 -
 .../profiler/ui/stp/SettingsContainerPanel.java    |      389 -
 .../modules/profiler/ui/stp/TaskChooser.java       |      422 -
 .../modules/profiler/ui/stp/TaskPresenter.java     |      662 -
 .../netbeans/modules/profiler/ui/stp/Utils.java    |      205 -
 .../modules/profiler/ui/stp/WelcomePanel.java      |      239 -
 .../modules/profiler/ui/stp/resources/cpu.png      |      Bin 2197 -> 0 bytes
 .../modules/profiler/ui/stp/resources/cpuSmall.png |      Bin 838 -> 0 bytes
 .../modules/profiler/ui/stp/resources/memory.png   |      Bin 885 -> 0 bytes
 .../profiler/ui/stp/resources/memorySmall.png      |      Bin 470 -> 0 bytes
 .../modules/profiler/ui/stp/resources/monitor.png  |      Bin 1615 -> 0 bytes
 .../modules/profiler/ui/stp/resources/test.png     |      Bin 556 -> 0 bytes
 .../modules/profiler/utils/AppletSupport.java      |      329 -
 .../modules/profiler/utils/Bundle.properties       |       73 -
 .../profiler/utils/GoToJavaSourceProvider.java     |      169 -
 .../modules/profiler/utils/GoToSourceHelper.java   |       89 -
 .../netbeans/modules/profiler/utils/IDEUtils.java  |      466 +-
 .../modules/profiler/utils/JavaSourceLocation.java |      130 -
 .../modules/profiler/utils/MainClassChooser.java   |       42 +-
 .../modules/profiler/utils/MainClassWarning.java   |       18 +-
 .../modules/profiler/utils/OutputParameter.java    |       86 -
 .../modules/profiler/utils/ProjectUtilities.java   |     1250 -
 .../modules/profiler/utils/ProjectsRootNode.java   |      300 -
 .../modules/profiler/utils/SourceLocation.java     |       50 -
 .../netbeans/modules/profiler/utils/Utilities.java |      194 -
 .../modules/profiler/utils/projectsRootNode.gif    |      Bin 595 -> 0 bytes
 .../netbeans/test/profiler/ProfilerValidation.java |      340 -
 .../test/profiler/ProfilerValidationTest.java      |      373 +
 .../org/netbeans/test/profiler/ProfilingTest.java  |       88 +-
 .../test/profiler/utils/BaseProfiledProject.java   |       90 +-
 .../profiler/utils/NbProfilerDialogOperator.java   |       59 +-
 .../utils/ProfilerControlPanelOperator.java        |        2 +-
 .../test/profiler/utils/ThreadsWindowOperator.java |       23 +-
 .../profiler/actions/SelfSamplerActionTest.java    |       49 +-
 progress.ui/manifest.mf                            |        2 +-
 progress.ui/nbproject/project.properties           |        2 +
 progress.ui/nbproject/project.xml                  |       12 +-
 .../modules/progress/ui/AbstractWindowRunner.java  |        6 +-
 .../netbeans/modules/progress/ui/Bundle.properties |        5 +-
 .../modules/progress/ui/ListComponent.java         |        1 +
 .../netbeans/modules/progress/ui/PopupPane.java    |       52 +-
 .../modules/progress/ui/ProgressListAction.java    |       17 +-
 .../modules/progress/ui/RunOffEDTImpl.java         |      282 +-
 .../modules/progress/ui/StatusLineComponent.java   |       27 +-
 .../modules/progress/ui/RunOffEDTImplTest.java     |       29 +-
 .../progress/ui/StatusLineComponentTest.java       |       41 +-
 .../project/ant/task/RegenerateFilesTask.java      |        4 +-
 project.ant/apichanges.xml                         |       53 +
 project.ant/manifest.mf                            |        2 +-
 .../nbproject/org-netbeans-modules-project-ant.sig |       58 +-
 project.ant/nbproject/project.properties           |        6 +-
 project.ant/nbproject/project.xml                  |       37 +-
 .../org/netbeans/api/project/ant/AntArtifact.java  |        5 +-
 .../netbeans/api/project/ant/AntBuildExtender.java |       14 +-
 .../org/netbeans/api/project/ant/FileChooser.java  |        3 +-
 .../modules/project/ant/AntBasedProcessor.java     |       16 +-
 .../ant/AntBasedProjectFactorySingleton.java       |       61 +-
 .../netbeans/modules/project/ant/Bundle.properties |       11 +-
 .../modules/project/ant/FileChooserAccessory.java  |       69 +-
 .../project/ant/FileOwnerCollocationQueryImpl.java |      110 -
 .../project/ant/ProjectLibraryProvider.java        |      221 +-
 .../project/ant/ProjectXMLCatalogReader.java       |       11 +-
 .../project/ant/ProjectXMLKnownChecksums.java      |      115 +
 .../project/ant/RelativizeFilePathCustomizer.form  |       67 -
 .../project/ant/RelativizeFilePathCustomizer.java  |      136 -
 .../project/ant/StandardAntArtifactQueryImpl.java  |        5 +-
 .../spi/project/ant/GeneratedFilesInterceptor.java |       65 +
 .../spi/project/support/ant/AntProjectHelper.java  |      106 +-
 .../support/ant/AuxiliaryPropertiesImpl.java       |       12 +-
 .../project/support/ant/GeneratedFilesHelper.java  |       37 +-
 .../spi/project/support/ant/ProjectProperties.java |       66 +-
 .../spi/project/support/ant/PropertyEvaluator.java |        8 +-
 .../spi/project/support/ant/PropertyUtils.java     |       10 +-
 .../spi/project/support/ant/ReferenceHelper.java   |       25 +-
 .../project/support/ant/SharabilityQueryImpl.java  |       21 +-
 .../spi/project/support/ant/SimpleAntArtifact.java |        3 +-
 .../spi/project/support/ant/SourcesHelper.java     |       16 +-
 .../spi/project/support/ant/ui/Bundle.properties   |        5 +
 .../support/ant/ui/CustomizerUtilities.java        |      123 +
 .../support/ant/ui/LicenseHeadersPanel.form        |      151 +
 .../support/ant/ui/LicenseHeadersPanel.java        |      490 +
 .../ant/FileOwnerCollocationQueryImplTest.java     |      136 -
 .../project/ant/ProjectLibraryProviderTest.java    |       88 +-
 .../spi/project/support/ant/AntBasedTestUtil.java  |       37 +-
 .../project/support/ant/AntBasedTestUtilTest.java  |       27 +-
 .../project/support/ant/AntProjectHelperTest.java  |       21 +-
 .../support/ant/EditablePropertiesTest.java        |        3 +-
 .../spi/project/support/ant/PropertyUtilsTest.java |       24 +-
 .../project/support/ant/ReferenceHelperTest.java   |       15 +-
 .../ant/SequentialPropertyEvaluatorTest.java       |       15 +-
 .../support/ant/SharabilityQueryImplTest.java      |       80 +-
 .../project/support/ant/SimpleAntArtifactTest.java |        3 +-
 .../spi/project/support/ant/SourcesHelperTest.java |        9 +-
 project.indexingbridge/build.xml                   |        5 +
 project.indexingbridge/manifest.mf                 |        5 +
 .../nbproject/project.properties                   |        0
 project.indexingbridge/nbproject/project.xml       |       34 +
 .../project/indexingbridge/Bundle.properties       |        1 +
 .../project/indexingbridge/IndexingBridge.java     |      186 +
 project.libraries/apichanges.xml                   |       71 +
 project.libraries/manifest.mf                      |        3 +-
 .../org-netbeans-modules-project-libraries.sig     |       55 +-
 project.libraries/nbproject/project.properties     |        7 +-
 project.libraries/nbproject/project.xml            |       29 +-
 .../api/project/libraries/Bundle.properties        |        3 -
 .../api/project/libraries/LibrariesCustomizer.java |       32 +-
 .../netbeans/api/project/libraries/Library.java    |       36 +-
 .../api/project/libraries/LibraryChooser.java      |       42 +-
 .../api/project/libraries/LibraryChooserGUI.java   |      100 +-
 .../api/project/libraries/LibraryManager.java      |      118 +-
 .../modules/project/libraries/Bundle.properties    |        2 +-
 .../libraries/DefaultLibraryImplementation.java    |       79 +-
 .../modules/project/libraries/LibrariesModule.java |       13 +-
 .../project/libraries/LibrariesStorage.java        |      177 +-
 .../libraries/LibraryDeclarationHandler.java       |       13 +-
 .../libraries/LibraryDeclarationHandlerImpl.java   |      100 +-
 .../libraries/LibraryDeclarationParser.java        |      270 +-
 .../project/libraries/LibraryTypeRegistry.java     |        4 +
 .../netbeans/modules/project/libraries/Util.java   |      180 +
 .../resources/library-declaration-2_0.xsd          |       76 +
 .../resources/library-declaration-3_0.xsd          |       91 +
 .../project/libraries/resources/mf-layer.xml       |        7 +
 .../libraries/ui/AllLibrariesCustomizer.form       |        2 +-
 .../libraries/ui/AllLibrariesCustomizer.java       |       33 +-
 .../modules/project/libraries/ui/Bundle.properties |        9 -
 .../project/libraries/ui/LibrariesCustomizer.form  |       11 +-
 .../project/libraries/ui/LibrariesCustomizer.java  |      366 +-
 .../libraries/ui/LibrariesCustomizerAction.java    |       10 +-
 .../project/libraries/ui/LibrariesModel.java       |       41 +-
 .../project/libraries/ui/LibraryRenderer.java      |        3 +-
 .../project/libraries/ui/NewLibraryPanel.form      |        6 +-
 .../project/libraries/ui/NewLibraryPanel.java      |       37 +-
 .../libraries/ui/ProxyLibraryImplementation.java   |       68 +-
 .../project/libraries/ArealLibraryProvider.java    |       42 +-
 .../project/libraries/LibraryImplementation3.java  |       74 +
 .../spi/project/libraries/LibraryStorageArea.java  |       48 +-
 .../libraries/NamedLibraryImplementation.java      |       72 +
 .../libraries/support/LibrariesSupport.java        |       60 +-
 .../api/project/libraries/LibraryManagerTest.java  |       62 +-
 .../LibrariesStorageDeadlock166109Test.java        |       27 +-
 .../LibrariesStorageDeadlock167218Test.java        |        2 +
 .../libraries/LibrariesStorageRefreshTest.java     |        2 +
 .../project/libraries/LibrariesStorageTest.java    |      117 +-
 .../modules/project/libraries/TestUtil.java        |       67 +-
 .../libraries/support/LibrariesSupportTest.java    |       39 +-
 projectapi/apichanges.xml                          |      156 +
 projectapi/arch.xml                                |        2 +-
 projectapi/manifest.mf                             |        3 +-
 .../nbproject/org-netbeans-modules-projectapi.sig  |       72 +-
 projectapi/nbproject/project.properties            |        5 +
 projectapi/nbproject/project.xml                   |       23 +-
 projectapi/src/META-INF/upgrade/ProjectUtils.hint  |        9 +
 .../org/netbeans/api/project/FileOwnerQuery.java   |      104 +-
 .../org/netbeans/api/project/ProjectManager.java   |       84 +-
 .../src/org/netbeans/api/project/ProjectUtils.java |      180 +-
 .../src/org/netbeans/api/project/SourceGroup.java  |        5 +-
 .../AuxiliaryConfigBasedPreferencesProvider.java   |       38 +-
 .../modules/projectapi/AuxiliaryConfigImpl.java    |        6 +-
 .../projectapi/FileOwnerCollocationQueryImpl.java  |       93 +
 .../org/netbeans/modules/projectapi/Installer.java |       20 +-
 .../modules/projectapi/LazyLookupProviders.java    |      114 +-
 .../LookupProviderAnnotationProcessor.java         |       60 +-
 .../projectapi/ProjectSharabilityQuery.java        |        9 +-
 .../projectapi/ProjectSharabilityQuery2.java       |       73 +
 .../SimpleFileOwnerQueryImplementation.java        |       71 +-
 .../org/netbeans/spi/project/ActionProgress.java   |      139 +
 .../org/netbeans/spi/project/ActionProvider.java   |       19 +
 .../spi/project/DependencyProjectProvider.java     |       96 +
 .../org/netbeans/spi/project/LookupProvider.java   |        3 +
 .../spi/project/ProjectConfigurationProvider.java  |        3 +-
 .../spi/project/ProjectContainerProvider.java      |       96 +
 .../spi/project/ProjectServiceProvider.java        |       13 +
 .../netbeans/spi/project/SubprojectProvider.java   |        2 +
 .../spi/project/support/DelegatingLookupImpl.java  |      206 +
 .../spi/project/support/GenericSources.java        |       25 +-
 .../spi/project/support/LookupProviderSupport.java |      329 +-
 .../spi/project/support/ProjectOperations.java     |       18 +-
 .../netbeans/api/project/FileOwnerQueryTest.java   |       84 +-
 .../netbeans/api/project/ProjectManagerTest.java   |       25 +
 .../org/netbeans/api/project/ProjectUtilsTest.java |        2 +
 .../src/org/netbeans/api/project/TestUtil.java     |       36 +-
 ...uxiliaryConfigBasedPreferencesProviderTest.java |        4 +
 .../FileOwnerCollocationQueryImplTest.java         |      125 +
 .../projectapi/LazyLookupProvidersTest.java        |       10 +-
 .../project/support/DelegatingLookupImplTest.java  |      229 +
 .../project/support/LookupProviderSupportTest.java |      212 +-
 projectimport.eclipse.core/build.xml               |        6 +-
 projectimport.eclipse.core/manifest.mf             |        2 +-
 .../nbproject/project.properties                   |        7 +
 projectimport.eclipse.core/nbproject/project.xml   |       39 +-
 .../eclipse/core/DotClassPathParser.java           |        5 +-
 .../projectimport/eclipse/core/EclipseProject.java |        5 +-
 .../eclipse/core/ImportProjectAction.java          |       11 +-
 .../eclipse/core/PreferredVMParser.java            |        2 +-
 .../projectimport/eclipse/core/ProjectParser.java  |        5 +-
 .../eclipse/core/UpdateAllProjects.java            |        2 +-
 .../eclipse/core/UpdateProjectAction.java          |        2 +-
 .../eclipse/core/UserLibraryParser.java            |        2 +-
 .../projectimport/eclipse/core/Workspace.java      |        5 +-
 .../eclipse/core/WorkspaceParser.java              |        5 +-
 .../eclipse/core/resources/Bundle.properties       |        2 -
 .../projectimport/eclipse/core/resources/layer.xml |        8 +-
 .../eclipse/core/spi/ProjectFactorySupport.java    |        3 +-
 projectimport.eclipse.core/test/createWorkspace.sh |       44 +-
 .../projectimport/eclipse/ImporterTest.java        |        8 +-
 .../eclipse/gui/ImportAppRunParams.java            |        2 +-
 .../eclipse/gui/ImportJavaCParams.java             |        2 +-
 .../eclipse/gui/ImportJavaVersion.java             |        2 +-
 .../gui/ImportMultipleRootsJavaProjectFromWS.java  |        2 +-
 .../eclipse/gui/ImportProjectWithJarRef.java       |        2 +-
 .../gui/ImportProjectWithTransitiveDeps.java       |        2 +-
 .../eclipse/gui/ImportSimpleJavaProjectFromWS.java |        2 +-
 .../eclipse/gui/ImportSimpleWebProjectFromWS.java  |        2 +-
 .../eclipse/gui/ImportSourceFilters.java           |        2 +-
 .../eclipse/gui/ImportStandaloneProject.java       |        2 +-
 .../eclipse/gui/ImportTestProjects.java            |        2 +-
 .../projectimport/eclipse/gui/ImporterMenu.java    |        9 +-
 .../projectimport/eclipse/gui/ImporterWizard.java  |        6 +-
 .../eclipse/gui/ProjectImporterTestCase.java       |       21 +-
 .../eclipse/core/UserLibraryParserTest.java        |       49 +-
 .../eclipse/core/WorkspaceAnalysisTest.java        |        2 +-
 .../core/spi/ProjectFactorySupportTest.java        |       24 +-
 .../nbproject/project.properties                   |        2 +-
 projectimport.eclipse.j2se/nbproject/project.xml   |       20 +-
 .../eclipse/j2se/J2SEProjectFactory.java           |       14 +-
 .../nbproject/project.properties                   |        2 +-
 projectimport.eclipse.web/nbproject/project.xml    |       22 +-
 .../eclipse/web/WebProjectFactory.java             |        1 -
 projectui.buildmenu/nbproject/project.properties   |        2 +-
 projectui.buildmenu/nbproject/project.xml          |        2 +-
 projectui/apichanges.xml                           |       67 +
 projectui/arch.xml                                 |       95 +-
 projectui/nbproject/project.properties             |        9 +-
 projectui/nbproject/project.xml                    |       76 +-
 .../netbeans/modules/project/ui/BrowseFolders.form |        5 +-
 .../netbeans/modules/project/ui/BrowseFolders.java |        3 +
 .../netbeans/modules/project/ui/Bundle.properties  |       68 +-
 .../netbeans/modules/project/ui/ExitDialog.java    |        4 +
 .../src/org/netbeans/modules/project/ui/Hacks.java |       48 +-
 .../netbeans/modules/project/ui/LazyProject.java   |       22 +-
 .../project/ui/LazyProjectInitializing.java        |        3 +
 .../modules/project/ui/NewFileIterator.java        |       98 +-
 .../netbeans/modules/project/ui/NewFileWizard.java |       37 +-
 .../modules/project/ui/NewProjectWizard.java       |        3 +
 .../modules/project/ui/NoMainProjectWarning.form   |       77 -
 .../modules/project/ui/NoMainProjectWarning.java   |      251 -
 .../netbeans/modules/project/ui/NoProjectNew.java  |        4 +
 .../project/ui/NodeSelectionProjectPanel.java      |      159 +
 .../modules/project/ui/OpenProjectList.java        |      827 +-
 .../project/ui/OpenProjectListSettings.java        |      112 +-
 .../project/ui/OpenProjectsTrampolineImpl.java     |       34 +
 .../modules/project/ui/OpeningProjectPanel.form    |       54 -
 .../modules/project/ui/OpeningProjectPanel.java    |      101 -
 .../netbeans/modules/project/ui/PhysicalView.java  |      120 +-
 .../modules/project/ui/ProjectCellRenderer.java    |       91 +
 .../project/ui/ProjectChooserAccessory.form        |       23 -
 .../project/ui/ProjectChooserAccessory.java        |      154 +-
 .../project/ui/ProjectChooserFactoryImpl.java      |        4 +-
 .../netbeans/modules/project/ui/ProjectTab.form    |        2 +-
 .../netbeans/modules/project/ui/ProjectTab.java    |      408 +-
 .../modules/project/ui/ProjectTabAction.java       |       32 +-
 .../modules/project/ui/ProjectTemplatePanel.java   |       76 +-
 .../modules/project/ui/ProjectUiModule.java        |        5 +
 .../modules/project/ui/ProjectUtilities.java       |      162 +-
 .../modules/project/ui/ProjectsRootNode.java       |      166 +-
 .../project/ui/SimpleTargetChooserPanel.java       |      132 +-
 .../project/ui/SimpleTargetChooserPanelGUI.form    |        2 +-
 .../project/ui/SimpleTargetChooserPanelGUI.java    |      159 +-
 .../project/ui/SyncEditorWithViewsAction.java      |        4 +-
 .../modules/project/ui/TemplateChooserPanel.java   |       16 +-
 .../project/ui/TemplateChooserPanelGUI.form        |        4 +-
 .../project/ui/TemplateChooserPanelGUI.java        |      313 +-
 .../modules/project/ui/TemplatesPanelGUI.form      |       41 +-
 .../modules/project/ui/TemplatesPanelGUI.java      |      436 +-
 .../modules/project/ui/actions/Actions.java        |       83 +-
 .../modules/project/ui/actions/ActionsUtil.java    |      271 +-
 .../project/ui/actions/ActiveConfigAction.java     |      313 +-
 .../modules/project/ui/actions/BasicAction.java    |        8 -
 .../ui/actions/BuildExecutionSupportImpl.java      |      131 +-
 .../modules/project/ui/actions/Bundle.properties   |       29 +-
 .../project/ui/actions/CloseAllProjectsAction.java |       85 +
 .../ui/actions/CloseOtherProjectsAction.java       |       83 +
 .../project/ui/actions/CustomizeProject.java       |      102 +-
 .../modules/project/ui/actions/FileAction.java     |      264 +
 .../project/ui/actions/FileCommandAction.java      |      132 -
 .../project/ui/actions/LookupSensitiveAction.java  |       20 +-
 .../project/ui/actions/MainProjectAction.java      |      312 +-
 .../ui/actions/MainProjectActionWithHistory.java   |      162 +
 .../modules/project/ui/actions/NewFile.java        |      185 +-
 .../modules/project/ui/actions/NewProject.java     |      124 +-
 .../modules/project/ui/actions/OpenProject.java    |      169 +-
 .../ui/actions/OpenProjectFolderAction.java        |       72 +-
 .../project/ui/actions/OpenSubprojects.java        |      125 +-
 .../modules/project/ui/actions/ProjectAction.java  |      162 +-
 .../modules/project/ui/actions/RecentProjects.java |      128 +-
 .../project/ui/actions/RunLastBuildAction.java     |        8 +-
 .../project/ui/actions/SelectNodeAction.java       |       51 +-
 .../modules/project/ui/actions/SetMainProject.java |      253 +-
 .../project/ui/actions/ShortcutManager.java        |      109 +
 .../project/ui/actions/StopBuildingAction.java     |        2 +-
 .../project/ui/actions/StopBuildingAlert.java      |        2 +
 .../project/ui/actions/VerticalGridLayout.java     |      186 +
 .../modules/project/ui/api/ProjectActionUtils.java |       69 +
 .../project/ui/api/ProjectInfoAccessorImpl.java    |        1 +
 .../modules/project/ui/api/ProjectTemplates.java   |       65 +
 .../modules/project/ui/api/RecentProjects.java     |        1 +
 .../modules/project/ui/groups/AdHocGroup.java      |       62 +-
 .../project/ui/groups/AdHocGroupEditPanel.form     |       11 +-
 .../project/ui/groups/AdHocGroupEditPanel.java     |       33 +-
 .../modules/project/ui/groups/Bundle.properties    |       49 +-
 .../project/ui/groups/CheckBoxRenderrer.java       |      228 +
 .../modules/project/ui/groups/DirectoryGroup.java  |       20 +-
 .../project/ui/groups/DirectoryGroupEditPanel.form |       26 +-
 .../project/ui/groups/DirectoryGroupEditPanel.java |       94 +-
 .../netbeans/modules/project/ui/groups/Group.java  |      466 +-
 .../modules/project/ui/groups/GroupEditPanel.java  |       75 +-
 .../project/ui/groups/GroupMainCategory.java       |       85 +
 .../project/ui/groups/GroupOptionProcessor.java    |      116 +
 .../modules/project/ui/groups/GroupsMenu.java      |      251 +-
 .../project/ui/groups/ManageGroupsPanel.form       |      149 +
 .../project/ui/groups/ManageGroupsPanel.java       |      351 +
 .../modules/project/ui/groups/NewGroupPanel.form   |       37 +-
 .../modules/project/ui/groups/NewGroupPanel.java   |      164 +-
 .../project/ui/groups/SubprojectsGroup.java        |       33 +-
 .../ui/groups/SubprojectsGroupEditPanel.form       |       26 +-
 .../ui/groups/SubprojectsGroupEditPanel.java       |      116 +-
 .../ui/problems/BrokenProjectActionFactory.java    |      109 +
 .../ui/problems/BrokenProjectAnnotator.java        |      209 +
 .../project/ui/problems/BrokenProjectNotifier.java |      150 +
 .../ui/problems/BrokenReferencesAlertPanel.form    |       94 +
 .../ui/problems/BrokenReferencesAlertPanel.java    |      135 +
 .../ui/problems/BrokenReferencesCustomizer.form    |      138 +
 .../ui/problems/BrokenReferencesCustomizer.java    |      353 +
 .../project/ui/problems/BrokenReferencesImpl.java  |      199 +
 .../project/ui/problems/BrokenReferencesModel.java |      284 +
 .../ui/problems/BrokenReferencesSettings.java      |       68 +
 .../modules/project/ui/problems/Bundle.properties  |       21 +
 .../project/ui/quicksearch/Bundle.properties       |       40 +
 .../quicksearch/SearchForProjectsQuickSearch.java  |       88 +
 .../project/ui/resources}/apache20-license.txt     |        0
 .../project/ui/resources/broken-reference.gif      |      Bin 0 -> 211 bytes
 .../project/ui/resources/brokenProjectBadge.gif    |      Bin
 .../modules/project/ui/resources/bsd-license.txt   |       29 +
 .../modules/project/ui/resources/epl10-license.txt |       14 +
 .../project/ui/resources}/gpl20-license.txt        |        0
 .../project/ui/resources}/gpl30-license.txt        |        0
 .../modules/project/ui/resources/layer.xml         |      245 +-
 .../project/ui/resources/lgpl21-license.txt        |       22 +
 .../project/ui/resources/license-default.txt       |        3 +-
 .../modules/project/ui/resources}/mit-license.txt  |        0
 .../project/ui/resources/resolved-reference.gif    |      Bin 0 -> 118 bytes
 .../project/ui/spi/TemplateCategorySorter.java     |       60 +
 .../modules/project/ui}/templatesFolder.html       |        0
 .../modules/project/ui/zip/Bundle.properties       |       12 +
 .../modules/project/ui/zip/ChangeImportFolder.form |       76 +
 .../modules/project/ui/zip/ChangeImportFolder.java |      154 +
 .../netbeans/modules/project/ui/zip/ExportZIP.form |      144 +
 .../netbeans/modules/project/ui/zip/ExportZIP.java |      547 +
 .../netbeans/modules/project/ui/zip/ImportZIP.form |      111 +
 .../netbeans/modules/project/ui/zip/ImportZIP.java |      417 +
 .../modules/project/ui/CloseProjectsTest.java      |       20 +
 .../ui/OpenProjectHookThrowsExceptionTest.java     |        4 +
 .../modules/project/ui/OpenProjectListNPUTest.java |        7 +
 .../project/ui/OpenProjectListSetMain2Test.java    |        3 +
 .../project/ui/OpenProjectListSetMainTest.java     |        3 +
 .../modules/project/ui/OpenProjectListTest.java    |      165 +-
 .../modules/project/ui/OpenProjectsTest.java       |      181 +
 .../project/ui/OpenProjectsTrampolineImplTest.java |        4 +
 .../modules/project/ui/PhysicalViewTest.java       |       77 +
 .../project/ui/ProjectChooserAccessoryTest.java    |        2 +-
 .../modules/project/ui/ProjectUtilitiesTest.java   |       54 +-
 .../project/ui/ProjectsRootNodeFindTest.java       |        4 +
 .../ui/ProjectsRootNodeInitializedSoonerTest.java  |        4 +
 .../ui/ProjectsRootNodeNotRecognizedTest.java      |        3 +
 ...rojectsRootNodePhysicalViewModeSourcesTest.java |       20 +-
 .../ui/ProjectsRootNodePhysicalViewTest.java       |       18 +-
 ...ojectsRootNodePreferredFromContextOpenTest.java |        5 +
 .../ui/ProjectsRootNodePreferredFromPopupTest.java |        3 +
 .../ui/ProjectsRootNodePreferredOpen2Test.java     |       13 +-
 .../ui/ProjectsRootNodePreferredOpenTest.java      |        6 +-
 .../modules/project/ui/ProjectsRootNodeTest.java   |       31 +-
 .../project/ui/TemplateChooserPanelGUITest.java    |       12 +-
 .../modules/project/ui/TemplatesPanelGUITest.java  |        4 +-
 .../project/ui/actions/ActionsUtilTest.java        |       28 -
 .../project/ui/actions/ActiveConfigActionTest.java |        1 -
 .../modules/project/ui/actions/FileActionTest.java |      278 +
 .../project/ui/actions/FileCommandActionTest.java  |      244 -
 .../ui/actions/LookupSensitiveActionBase.java      |       24 +-
 .../project/ui/actions/MainProjectActionTest.java  |      168 +
 .../project/ui/actions/ProjectActionTest.java      |       99 +-
 .../project/ui/actions/SelectNodeActionTest.java   |        2 +-
 .../modules/project/ui/actions/SetMainPrjTest.java |       75 -
 .../project/ui/actions/SetMainProjectTest.java     |       35 +-
 .../modules/project/ui/actions/TestSupport.java    |       41 +
 .../modules/project/ui/api/RecentProjectsTest.java |        2 +-
 .../modules/project/ui/test/ProjectSupport.java    |        7 +-
 projectuiapi/apichanges.xml                        |      249 +
 projectuiapi/arch.xml                              |       13 +-
 projectuiapi/manifest.mf                           |        2 +-
 .../org-netbeans-modules-projectuiapi.sig          |      224 +-
 projectuiapi/nbproject/project.properties          |        3 +-
 projectuiapi/nbproject/project.xml                 |       37 +-
 projectuiapi/src/META-INF/upgrade/Templates.hint   |       11 +
 .../org/netbeans/api/project/ui/OpenProjects.java  |       36 +-
 .../org/netbeans/api/project/ui/ProjectGroup.java  |      123 +
 .../api/project/ui/ProjectGroupChangeEvent.java    |       80 +
 .../api/project/ui/ProjectGroupChangeListener.java |       69 +
 .../netbeans/api/project/ui/ProjectProblems.java   |      112 +
 .../modules/project/uiapi/ActionsFactory.java      |        5 +-
 .../uiapi/BrokenReferencesImplementation.java      |       57 +
 .../modules/project/uiapi/CategoryView.java        |       17 +-
 ...mpositeCategoryProviderAnnotationProcessor.java |       22 +-
 .../modules/project/uiapi/CustomizerDialog.java    |       32 +-
 .../modules/project/uiapi/CustomizerPane.java      |       20 +-
 .../project/uiapi/DefaultProjectDeletePanel.form   |       21 +-
 .../project/uiapi/DefaultProjectDeletePanel.java   |       59 +-
 .../DefaultProjectOperationsImplementation.java    |      106 +-
 .../project/uiapi/DefaultProjectRenamePanel.form   |       38 +-
 .../project/uiapi/DefaultProjectRenamePanel.java   |       65 +-
 .../uiapi/NodeFactoryAnnotationProcessor.java      |       13 +-
 .../project/uiapi/OpenProjectsTrampoline.java      |        8 +
 .../project/uiapi/ProjectChooserFactory.java       |        6 +-
 .../modules/project/uiapi/ProjectCopyPanel.java    |       15 +-
 .../uiapi/ProjectTemplateAttributesProvider.java   |       31 +-
 .../project/uiapi/SavingProjectDataPanel.java      |       44 +-
 .../netbeans/modules/project/uiapi/Utilities.java  |      208 +-
 .../spi/project/ui/CustomizerProvider2.java        |       63 +
 .../spi/project/ui/LogicalViewProvider.java        |       38 +-
 .../org/netbeans/spi/project/ui/PathFinder.java    |       87 +
 .../spi/project/ui/PrivilegedTemplates.java        |        5 +
 .../netbeans/spi/project/ui/ProjectOpenedHook.java |        6 +-
 .../spi/project/ui/ProjectProblemResolver.java     |       82 +
 .../spi/project/ui/ProjectProblemsProvider.java    |      387 +
 .../spi/project/ui/RecommendedTemplates.java       |        3 +
 .../project/ui/support/BuildExecutionSupport.java  |       56 +-
 .../project/ui/support/CommonProjectActions.java   |        9 +
 .../project/ui/support/FileActionPerformer.java    |       72 +
 .../project/ui/support/FileSensitiveActions.java   |       26 +-
 .../netbeans/spi/project/ui/support/NodeList.java  |        1 -
 .../spi/project/ui/support/ProjectCustomizer.java  |      153 +-
 .../ui/support/ProjectProblemsProviderSupport.java |      162 +
 .../project/ui/support/UILookupMergerSupport.java  |      119 +-
 .../project/ui/templates/support/Templates.java    |       54 +-
 .../spi/project/ui/templates/support/package.html  |      225 +-
 .../netbeans/api/project/ui/OpenProjectsTest.java  |      143 -
 ...DefaultProjectOperationsImplementationTest.java |       11 +-
 .../ui/support/ProjectCustomizerListenersTest.java |      133 +-
 .../project/ui/support/ProjectCustomizerTest.java  |       11 +
 properties.based.dataobjects/manifest.mf           |        2 +-
 .../nbproject/project.properties                   |        2 +
 properties.based.dataobjects/nbproject/project.xml |       10 +-
 .../modules/propdos/PropertiesBasedDataObject.java |        4 +-
 properties.syntax/manifest.mf                      |        2 +-
 properties.syntax/nbproject/project.xml            |       18 +-
 .../modules/properties/syntax/PropertiesKit.java   |        7 +-
 properties/manifest.mf                             |        2 +-
 properties/nbproject/project.properties            |        6 +
 properties/nbproject/project.xml                   |       25 +-
 .../netbeans/modules/properties/Bundle.properties  |        7 +-
 .../modules/properties/BundleStructure.java        |       15 +-
 .../netbeans/modules/properties/FindPerformer.java |        6 +-
 .../src/org/netbeans/modules/properties/Layer.xml  |       12 +-
 .../netbeans/modules/properties/LocalePanel.form   |       12 +-
 .../netbeans/modules/properties/LocalePanel.java   |       82 +-
 .../modules/properties/MultiBundleStructure.java   |       43 +-
 .../modules/properties/PropertiesDataNode.java     |       68 +-
 .../modules/properties/PropertiesDataObject.java   |       14 +-
 .../properties/PropertiesEditorSupport.java        |      304 +-
 .../modules/properties/PropertiesEncoding.java     |       14 +-
 .../modules/properties/PropertiesFileEntry.java    |       12 +-
 .../modules/properties/PropertiesOpen.java         |       16 +-
 .../modules/properties/PropertiesStructure.java    |       10 +-
 .../netbeans/modules/properties/PropertyPanel.java |       46 +-
 .../netbeans/modules/properties/StructHandler.java |       56 +-
 .../modules/properties/res-mime-resolver.xml       |       53 -
 .../modules/properties/sample.properties.template  |        2 +-
 .../properties/MultiBundleStructureTest.java       |       36 +
 queries/apichanges.xml                             |       67 +
 queries/manifest.mf                                |        2 +-
 queries/nbproject/org-netbeans-modules-queries.sig |      122 +-
 queries/nbproject/project.properties               |        3 +
 queries/nbproject/project.xml                      |        6 +-
 .../org/netbeans/api/queries/CollocationQuery.java |      102 +-
 .../netbeans/api/queries/FileEncodingQuery.java    |       41 +-
 .../org/netbeans/api/queries/SharabilityQuery.java |      126 +-
 .../org/netbeans/api/queries/VersioningQuery.java  |      128 +
 .../org/netbeans/api/queries/VisibilityQuery.java  |       33 +-
 .../queries/ParentChildCollocationQuery.java       |       28 +-
 .../queries/CollocationQueryImplementation.java    |        3 +-
 .../queries/CollocationQueryImplementation2.java   |       96 +
 .../queries/SharabilityQueryImplementation.java    |        5 +-
 .../queries/SharabilityQueryImplementation2.java   |       85 +
 .../spi/queries/VersioningQueryImplementation.java |       77 +
 .../spi/queries/VisibilityQueryChangeEvent.java    |       75 +
 .../api/queries/CollocationQuery2Test.java         |      137 +
 .../netbeans/api/queries/CollocationQueryTest.java |      107 +
 .../api/queries/FileEncodingQueryTest.java         |        7 +-
 .../netbeans/api/queries/SharabilityQueryTest.java |      216 +
 .../netbeans/api/queries/VersioningQueryTest.java  |      132 +
 .../queries/ParentChildCollocationQueryTest.java   |       23 +-
 refactoring.api/apichanges.xml                     |      148 +
 refactoring.api/manifest.mf                        |        2 +-
 .../org-netbeans-modules-refactoring-api.sig       |      757 +-
 refactoring.api/nbproject/project.properties       |       26 +-
 refactoring.api/nbproject/project.xml              |       61 +-
 .../src/META-INF/netbeans/translate.names          |        2 +
 .../refactoring/api/AbstractRefactoring.java       |       80 +-
 .../modules/refactoring/api/AccessorImpl.java      |       18 +
 .../netbeans/modules/refactoring/api/Context.java  |       32 +-
 .../modules/refactoring/api/CopyRefactoring.java   |      109 +
 .../modules/refactoring/api/MoveRefactoring.java   |       11 +-
 .../refactoring/api/RefactoringElement.java        |       17 +-
 .../refactoring/api/RefactoringSession.java        |      229 +-
 .../netbeans/modules/refactoring/api/Scope.java    |      123 +
 .../refactoring/api/SingleCopyRefactoring.java     |        4 +-
 .../modules/refactoring/api/WhereUsedQuery.java    |        4 +-
 .../modules/refactoring/api/impl/APIAccessor.java  |        5 +-
 .../api/impl/ActionsImplementationFactory.java     |       40 +-
 .../api/impl/CannotRedoRefactoring.java            |       72 +
 .../api/impl/CannotUndoRefactoring.java            |       73 +
 .../refactoring/api/impl/ProgressSupport.java      |        4 +
 .../modules/refactoring/api/impl/SPIAccessor.java  |        2 +
 .../refactoring/api/resources/colapseTree.png      |      Bin 539 -> 354 bytes
 .../refactoring/api/resources/expandTree.png       |      Bin 544 -> 351 bytes
 .../api/resources/found_item_orange.png            |      Bin 0 -> 303 bytes
 .../modules/refactoring/api/resources/layer.xml    |       80 -
 .../modules/refactoring/api/resources}/stop.png    |      Bin
 .../refactoring/api/ui/ExplorerContext.java        |        2 +-
 .../api/ui/RefactoringActionsFactory.java          |        1 +
 .../refactoring/impl/ClipboardConvertor.java       |        5 +
 .../refactoring/impl/FolderRenameHandlerImpl.java  |       13 +-
 .../modules/refactoring/plugins/Bundle.properties  |        1 -
 .../modules/refactoring/plugins/CopyFile.java      |      137 +
 .../modules/refactoring/plugins/DeleteFile.java    |      143 +
 .../refactoring/plugins/FileCopyPlugin.java        |      147 -
 .../refactoring/plugins/FileDeletePlugin.java      |       69 +-
 .../refactoring/plugins/FileHandlingFactory.java   |       11 +-
 .../refactoring/plugins/FileMovePlugin.java        |       24 +-
 .../refactoring/plugins/FileRenamePlugin.java      |       24 +-
 .../refactoring/plugins/FilesCopyPlugin.java       |      106 +
 .../plugins/PackageDeleteRefactoringPlugin.java    |       41 +-
 .../plugins/RefactoringTreeElement.java            |        8 +-
 .../plugins/TreeElementFactoryImpl.java            |        2 +
 .../modules/refactoring/spi/AccessorImpl.java      |       19 +
 .../modules/refactoring/spi/BackupFacility.java    |       13 +-
 .../modules/refactoring/spi/BackupFacility2.java   |      622 +
 .../modules/refactoring/spi/FiltersManager.java    |       80 +
 .../refactoring/spi/ModificationResult.java        |       84 +
 .../modules/refactoring/spi/ProgressProvider.java  |        6 +-
 .../refactoring/spi/ProgressProviderAdapter.java   |        2 +
 .../modules/refactoring/spi/RefactoringCommit.java |      249 +
 .../spi/RefactoringElementImplementation.java      |        6 +-
 .../refactoring/spi/RefactoringElementsBag.java    |       10 +-
 .../SimpleRefactoringElementImplementation.java    |        9 +-
 .../modules/refactoring/spi/Transaction.java       |        2 +-
 .../modules/refactoring/spi/impl/Bundle.properties |       22 +-
 .../modules/refactoring/spi/impl/CheckNode.java    |       88 +-
 .../refactoring/spi/impl/CheckNodeListener.java    |       94 +-
 .../refactoring/spi/impl/CheckRenderer.java        |        1 +
 .../modules/refactoring/spi/impl/CopyAction.java   |       10 +
 .../spi/impl/DelegatingCustomScopeProvider.java    |      146 +
 .../spi/impl/DelegatingScopeInformation.java       |       68 +
 .../spi/impl/DelegatingScopeProvider.java          |      132 +
 .../modules/refactoring/spi/impl/ErrorPanel.java   |        3 +-
 .../refactoring/spi/impl/FiltersManagerImpl.java   |      368 +
 .../refactoring/spi/impl/FindUsagesOpenAction.java |        1 +
 .../refactoring/spi/impl/InvalidationListener.java |       55 -
 .../modules/refactoring/spi/impl/MoveAction.java   |       14 +
 .../refactoring/spi/impl/ParametersPanel.form      |      128 +-
 .../refactoring/spi/impl/ParametersPanel.java      |      658 +-
 .../refactoring/spi/impl/PreviewManager.java       |       67 +-
 .../refactoring/spi/impl/ProblemComponent.java     |       37 +-
 .../refactoring/spi/impl/RSMDataObjectAction.java  |        6 +
 .../refactoring/spi/impl/RSMEditorAction.java      |        5 +
 .../modules/refactoring/spi/impl/RedoAction.java   |      114 -
 .../spi/impl/RefactoringContextAction.java         |       17 +
 .../impl/RefactoringContextActionsProvider.java    |       71 +-
 .../spi/impl/RefactoringGlobalAction.java          |       14 +
 .../refactoring/spi/impl/RefactoringPanel.java     |      849 +-
 .../spi/impl/RefactoringPanelContainer.java        |       22 +-
 .../spi/impl/RefactoringPreviewOpenAction.java     |        1 +
 .../refactoring/spi/impl/RefactoringUndoRedo.java  |      115 +
 .../modules/refactoring/spi/impl/RenameAction.java |       15 +
 .../refactoring/spi/impl/SafeDeleteAction.java     |       62 +-
 .../refactoring/spi/impl/SafeDeletePanel.form      |        9 +-
 .../refactoring/spi/impl/SafeDeletePanel.java      |       23 +-
 .../modules/refactoring/spi/impl/SafeDeleteUI.java |       10 +-
 .../spi/impl/ScopeAnnotationProcessor.java         |      157 +
 .../modules/refactoring/spi/impl/TooltipLabel.java |       84 +
 .../modules/refactoring/spi/impl/UndoAction.java   |      114 -
 .../modules/refactoring/spi/impl/UndoManager.java  |      756 +-
 .../modules/refactoring/spi/impl/UndoWatcher.java  |       90 -
 .../refactoring/spi/impl/UndoableWrapper.java      |      234 +
 .../refactoring/spi/impl/WhereUsedAction.java      |       17 +-
 .../modules/refactoring/spi/ui/Bundle.properties   |        1 +
 .../refactoring/spi/ui/ExpandableTreeElement.java  |       67 +
 .../refactoring/spi/ui/FiltersDescription.java     |      239 +
 .../modules/refactoring/spi/ui/ScopePanel.form     |       58 +
 .../modules/refactoring/spi/ui/ScopePanel.java     |      383 +
 .../modules/refactoring/spi/ui/ScopeProvider.java  |      193 +
 .../modules/refactoring/spi/ui/ScopeReference.java |       72 +
 .../refactoring/spi/ui/ScopeReferences.java        |       59 +
 .../java/CopyClassTest/testCopyClass.pass          |       22 -
 .../CopyClassTest/testCopyClassToSamePackage.pass  |       20 -
 .../CopyClassTest/testCopyClassWithRename.pass     |       29 -
 .../java/CopyClassTest/testCopyInvalid1.pass       |        1 -
 .../java/CopyClassTest/testCopyInvalid2.pass       |        1 -
 .../java/CopyClassTest/testCopyToDefault.pass      |       21 -
 .../java/MoveClassTest/testMoveClass.pass          |       44 -
 .../java/MoveClassTest/testMoveMultiple.pass       |       59 -
 .../java/MoveClassTest/testMovePackageImport.pass  |       20 -
 .../java/MoveClassTest/testMoveToSamePackage.pass  |        6 -
 .../java/PullUpTest/testPullUp2Iface.pass          |       15 -
 .../java/PullUpTest/testPullUpAbsMethod.pass       |       25 -
 .../java/PullUpTest/testPullUpAbsMethod2Iface.pass |       27 -
 .../java/PullUpTest/testPullUpClass.pass           |       33 -
 .../java/PullUpTest/testPullUpExisting.pass        |        1 -
 .../java/PullUpTest/testPullUpField.pass           |       28 -
 .../PullUpTest/testPullUpLocalyReferenced.pass     |       33 -
 .../java/PullUpTest/testPullUpMakeAbs.pass         |       18 -
 .../java/PullUpTest/testPullUpMethod.pass          |       43 -
 .../java/PullUpTest/testPullUpTwoClassesUp.pass    |       32 -
 .../java/RefactoringTest/testDummy.pass            |        1 -
 .../java/RefactoringTest/testRenameClass.pass      |       11 -
 .../RenameClass2Test/testRenameAnnotation.pass     |       15 -
 .../RenameClass2Test/testRenameClassField.pass     |       15 -
 .../java/RenameClass2Test/testRenameCtor.pass      |       23 -
 .../RenameClass2Test/testRenameEmptyClass.pass     |       15 -
 .../java/RenameClass2Test/testRenameEnum.pass      |       15 -
 .../java/RenameClass2Test/testRenameExtends.pass   |       15 -
 .../java/RenameClass2Test/testRenameGenerics.pass  |       23 -
 .../java/RenameClass2Test/testRenameGenerics2.pass |       23 -
 .../RenameClass2Test/testRenameImplements.pass     |       15 -
 .../RenameClass2Test/testRenameReturnType.pass     |       23 -
 .../java/RenameClass2Test/testRenameThrows.pass    |       15 -
 .../java/RenameClassTest/testRenameAnnotation.pass |       58 -
 .../java/RenameClassTest/testRenameClass.pass      |       30 -
 .../java/RenameClassTest/testRenameEnum.pass       |       38 -
 .../java/RenameClassTest/testRenameField.pass      |       37 -
 .../java/RenameClassTest/testRenameLocalVar.pass   |       21 -
 .../java/RenameClassTest/testRenamePackage.pass    |       49 -
 .../java/RenameClassTest/testRenamePackage2.pass   |       66 -
 .../java/RenameClassTest/testRenameParam.pass      |       20 -
 .../java/UseSupertypeTest/testSimpleUST.pass       |        9 -
 .../test/unit/data/projects/default/build.xml      |       69 -
 .../data/projects/default/nbproject/build-impl.xml |      622 -
 .../projects/default/nbproject/genfiles.properties |        5 -
 .../projects/default/nbproject/project.properties  |       58 -
 .../data/projects/default/nbproject/project.xml    |       16 -
 .../projects/default/src/copypkg/CopyClass.java    |        9 -
 .../projects/default/src/copypkg/CopyClassDep.java |        9 -
 .../default/src/copypkg/CopyClassInvalid1.java     |        9 -
 .../default/src/copypkg/CopyClassInvalid2.java     |        9 -
 .../default/src/copypkg/CopyClassToSamePkg.java    |        9 -
 .../projects/default/src/copypkg/CopyDefault.java  |        8 -
 .../projects/default/src/copypkg/CopyRename.java   |       16 -
 .../default/src/copypkgdst/CopyClassInvalid2.java  |        9 -
 .../data/projects/default/src/defaultpkg/Bar.java  |        7 -
 .../projects/default/src/defaultpkg/Dependent.java |       63 -
 .../data/projects/default/src/defaultpkg/Foo.java  |        6 -
 .../data/projects/default/src/defaultpkg/Main.java |       40 -
 .../default/src/defaultpkg/RenameAnnot.java        |       13 -
 .../default/src/defaultpkg/RenameAnnotDep.java     |       20 -
 .../default/src/defaultpkg/RenameEnum.java         |        5 -
 .../default/src/defaultpkg/RenameEnumDep.java      |       10 -
 .../default/src/defaultpkg/RenameField.java        |       13 -
 .../default/src/defaultpkg/RenameFieldDep.java     |       13 -
 .../default/src/defaultpkg/RenameLocal.java        |       13 -
 .../default/src/defaultpkg/RenameParam.java        |       14 -
 .../default/src/defaultpkg/RenamePkgDep.java       |       10 -
 .../default/src/defaultpkg/RenamePkgDep2.java      |       12 -
 .../projects/default/src/movepkg/MoveClass.java    |        9 -
 .../projects/default/src/movepkg/MoveClassDep.java |       11 -
 .../projects/default/src/movepkg/MoveImport.java   |        8 -
 .../default/src/movepkg/MoveMultiple1.java         |       10 -
 .../default/src/movepkg/MoveMultiple1Dep.java      |       10 -
 .../default/src/movepkg/MoveMultiple2.java         |        8 -
 .../projects/default/src/movepkg/MoveToSame.java   |        9 -
 .../default/src/movepkgdep/MoveImportDep.java      |       12 -
 .../default/src/pulluppkg/PullUp2Iface.java        |       15 -
 .../default/src/pulluppkg/PullUp2IfaceSuper.java   |        5 -
 .../projects/default/src/pulluppkg/PullUpAbs.java  |        8 -
 .../default/src/pulluppkg/PullUpAbsMethod.java     |        7 -
 .../src/pulluppkg/PullUpAbsMethod2Iface.java       |        7 -
 .../src/pulluppkg/PullUpAbsMethod2IfaceSuper.java  |        5 -
 .../src/pulluppkg/PullUpAbsMethodSuper.java        |        5 -
 .../default/src/pulluppkg/PullUpAbsSuper.java      |        5 -
 .../default/src/pulluppkg/PullUpBaseClass.java     |       33 -
 .../default/src/pulluppkg/PullUpClass.java         |       33 -
 .../default/src/pulluppkg/PullUpExisting.java      |       10 -
 .../default/src/pulluppkg/PullUpExistingSuper.java |        9 -
 .../default/src/pulluppkg/PullUpField.java         |        9 -
 .../default/src/pulluppkg/PullUpFieldSuper.java    |        8 -
 .../default/src/pulluppkg/PullUpIface.java         |        9 -
 .../default/src/pulluppkg/PullUpIfaceSuper.java    |        6 -
 .../default/src/pulluppkg/PullUpInnerClass.java    |        9 -
 .../src/pulluppkg/PullUpInnerClassSuper.java       |        6 -
 .../default/src/pulluppkg/PullUpReferenced.java    |       13 -
 .../src/pulluppkg/PullUpReferencedSuper.java       |        6 -
 .../default/src/pulluppkg/PullUpSuperClass.java    |       16 -
 .../default/src/pulluppkg/PullUpTwoClasses.java    |       11 -
 .../src/pulluppkg/PullUpTwoClassesSuper.java       |        5 -
 .../src/pulluppkg/PullUpTwoClassesSuperSuper.java  |        5 -
 .../default/src/renamepkg/RenamePkgDep1.java       |        5 -
 .../default/src/renamepkg2/RenamePkg1.java         |        9 -
 .../default/src/renamepkg2/RenamePkg2.java         |        9 -
 .../unit/data/projects/default/src/ustpkg/A.java   |        7 -
 .../unit/data/projects/default/src/ustpkg/B.java   |        5 -
 .../data/projects/default/src/ustpkg/NewClass.java |        9 -
 .../data/projects/default/test/placeholder.txt     |        1 -
 .../api/RefactoringElementImplBridge.java          |       45 -
 .../refactoring/api/impl/ProgressSupportTest.java  |        3 +
 .../refactoring/api/ui/ActionInvocationTest.java   |      151 +-
 .../modules/refactoring/ast/ASTGenTest.java        |      250 -
 .../modules/refactoring/java/CopyClassTest.java    |      130 -
 .../modules/refactoring/java/LogTestCase.java      |      279 -
 .../modules/refactoring/java/MoveClassTest.java    |      110 -
 .../modules/refactoring/java/ParameterSetter.java  |       41 -
 .../modules/refactoring/java/PullUpTest.java       |      287 -
 .../java/RefactoringElementTestCase.java           |      172 -
 .../refactoring/java/RefactoringTestCase.java      |      230 -
 .../modules/refactoring/java/RenameClass2Test.java |      312 -
 .../modules/refactoring/java/RenameClassTest.java  |      258 -
 .../modules/refactoring/java/TopClassSelector.java |       60 -
 .../modules/refactoring/java/TreePathResolver.java |       84 -
 .../modules/refactoring/java/UseSupertypeTest.java |      101 -
 .../refactoring/plugins/FilesCopyPluginTest.java   |      154 +
 .../refactoring/spi/BackupFacilityTest.java        |       45 +-
 refactoring.java/apichanges.xml                    |      249 +
 refactoring.java/manifest.mf                       |        1 -
 .../org-netbeans-modules-refactoring-java.sig      |      312 +-
 refactoring.java/nbproject/project.properties      |       38 +-
 refactoring.java/nbproject/project.xml             |      158 +-
 .../modules/refactoring/java/Bundle.properties     |        2 +
 .../modules/refactoring/java/CopyHandler.java      |      176 -
 .../refactoring/java/CreateElementUtilities.java   |     1088 +
 .../refactoring/java/PackageRenameHandlerImpl.java |       19 +-
 .../refactoring/java/RefactoringModule.java        |        8 +-
 .../modules/refactoring/java/RefactoringUtils.java |     1059 +
 .../refactoring/java/RenameHandlerImpl.java        |        1 +
 .../modules/refactoring/java/RetoucheUtils.java    |     1092 -
 .../modules/refactoring/java/SourceUtilsEx.java    |       14 +-
 .../modules/refactoring/java/WhereUsedElement.java |      173 +-
 .../java/api/ChangeParametersRefactoring.java      |      102 +
 .../java/api/EncapsulateFieldRefactoring.java      |       39 +
 .../refactoring/java/api/InlineRefactoring.java    |       80 +
 .../api/IntroduceLocalExtensionRefactoring.java    |      278 +
 .../java/api/IntroduceParameterRefactoring.java    |      222 +
 .../java/api/InvertBooleanRefactoring.java         |       85 +
 .../java/api/JavaMoveMembersProperties.java        |      194 +
 .../refactoring/java/api/JavaRefactoringUtils.java |       81 +-
 .../refactoring/java/api/PullUpRefactoring.java    |        2 +-
 .../refactoring/java/api/PushDownRefactoring.java  |        3 +-
 .../ReplaceConstructorWithBuilderRefactoring.java  |      196 +
 .../ReplaceConstructorWithFactoryRefactoring.java  |       81 +
 .../java/api/UseSuperTypeRefactoring.java          |       26 +-
 .../java/api/WhereUsedQueryConstants.java          |       11 +-
 .../java/api/ui/JavaRefactoringActionsFactory.java |       37 +-
 .../refactoring/java/api/ui/JavaScopeBuilder.java  |      108 +
 .../java/callhierarchy/Bundle.properties           |        4 +-
 .../refactoring/java/callhierarchy/Call.java       |      170 +-
 .../java/callhierarchy/CallHierarchyAction.java    |       44 +-
 .../java/callhierarchy/CallHierarchyModel.java     |       68 +-
 .../java/callhierarchy/CallHierarchyTasks.java     |      412 +-
 .../callhierarchy/CallHierarchyTopComponent.form   |       11 +
 .../callhierarchy/CallHierarchyTopComponent.java   |       41 +-
 .../refactoring/java/callhierarchy/CallNode.java   |       48 +-
 .../java/callhierarchy/CallOccurrence.java         |        7 +-
 .../refactoring/java/plugins/Bundle.properties     |       82 +-
 .../java/plugins/ChangeParametersPlugin.java       |      586 +-
 .../java/plugins/ChangeParamsTransformer.java      |      850 +-
 .../java/plugins/CopyClassRefactoringPlugin.java   |       45 +-
 .../java/plugins/CopyClassesRefactoringPlugin.java |      269 +
 .../refactoring/java/plugins/CopyTransformer.java  |       30 +-
 .../refactoring/java/plugins/DeleteFile.java       |      167 +
 .../java/plugins/DeleteTransformer.java            |        9 +-
 .../plugins/EncapsulateFieldRefactoringPlugin.java |      622 +-
 .../java/plugins/EncapsulateFieldsPlugin.java      |       59 +-
 .../plugins/ExtractInterfaceRefactoringPlugin.java |      404 +-
 .../ExtractSuperclassRefactoringPlugin.java        |      761 +-
 .../java/plugins/FindLocalUsagesQuery.java         |      494 +
 .../java/plugins/FindOverridingVisitor.java        |        4 +-
 .../java/plugins/FindSubtypesVisitor.java          |       10 +-
 .../java/plugins/FindUsagesVisitor.java            |      306 +-
 .../refactoring/java/plugins/FindVisitor.java      |       34 +-
 .../java/plugins/InlineMethodTransformer.java      |      804 +
 .../java/plugins/InlineRefactoringPlugin.java      |      615 +
 .../java/plugins/InlineVariableTransformer.java    |      156 +
 .../plugins/InnerToOuterRefactoringPlugin.java     |      104 +-
 .../java/plugins/InnerToOuterTransformer.java      |      190 +-
 .../java/plugins/InstantRefactoringPerformer.java  |     1070 +
 .../plugins/IntroduceLocalExtensionPlugin.java     |      162 +
 .../IntroduceLocalExtensionTransformer.java        |     1345 +
 .../java/plugins/IntroduceParameterPlugin.java     |      579 +
 .../plugins/InvertBooleanRefactoringPlugin.java    |      362 +
 .../refactoring/java/plugins/JavaPluginUtils.java  |      499 +-
 .../java/plugins/JavaRefactoringsFactory.java      |       84 +-
 .../java/plugins/JavaWhereUsedQueryPlugin.java     |      436 +-
 .../refactoring/java/plugins/JavadocUtilities.java |      666 -
 .../refactoring/java/plugins/LocalVarScanner.java  |       67 +-
 .../java/plugins/MoveClassTransformer.java         |      491 +
 .../java/plugins/MoveFileRefactoringPlugin.java    |      716 +
 .../java/plugins/MoveMembersRefactoringPlugin.java |      455 +
 .../java/plugins/MoveMembersTransformer.java       |     1034 +
 .../java/plugins/MoveRefactoringPlugin.java        |      451 -
 .../refactoring/java/plugins/MoveTransformer.java  |      220 +-
 .../java/plugins/OperatorPrecedence.java           |      257 +
 .../java/plugins/OverriddenAbsMethodFinder.java    |        7 +-
 .../refactoring/java/plugins/PackageRename.java    |       84 +-
 .../java/plugins/PullUpRefactoringPlugin.java      |      111 +-
 .../java/plugins/PullUpTransformer.java            |      501 +-
 .../java/plugins/PushDownRefactoringPlugin.java    |       16 +-
 .../java/plugins/PushDownTransformer.java          |       72 +-
 .../java/plugins/RefactoringPluginFactoryImpl.java |       72 +
 .../plugins/RenamePropertyRefactoringPlugin.java   |      289 +
 .../java/plugins/RenameRefactoringPlugin.java      |      793 +-
 .../java/plugins/RenameTestClassPluginFactory.java |       66 +
 .../plugins/RenameTestClassRefactoringPlugin.java  |      298 +
 .../java/plugins/RenameTransformer.java            |      338 +-
 .../ReplaceConstructorWithBuilderPlugin.java       |      446 +
 .../ReplaceConstructorWithFactoryPlugin.java       |      214 +
 .../refactoring/java/plugins/RetoucheCommit.java   |      158 -
 .../java/plugins/SafeDeleteRefactoringPlugin.java  |      195 +-
 .../refactoring/java/plugins/TreeDuplicator.java   |      414 +
 .../plugins/UseSuperTypeRefactoringPlugin.java     |      167 +-
 .../refactoring/java/plugins/VarUsageVisitor.java  |      180 +-
 .../refactoring/java/resources/Bundle.properties   |        2 +
 .../refactoring/java/resources/all_projects.png    |      Bin 0 -> 464 bytes
 .../java/resources/filterHideFields.png            |      Bin 0 -> 257 bytes
 .../java/resources/filterHideInherited.png         |      Bin 0 -> 756 bytes
 .../java/resources/filterHideNonPublic.png         |      Bin 0 -> 512 bytes
 .../java}/resources/filterHideStatic.png           |      Bin
 .../java/resources/found_item_comment.png          |      Bin 0 -> 410 bytes
 .../java/resources/found_item_import.png           |      Bin 0 -> 378 bytes
 .../refactoring/java/resources/found_item_read.png |      Bin 0 -> 374 bytes
 .../java/resources/found_item_readwrite.png        |      Bin 0 -> 432 bytes
 .../refactoring/java/resources/found_item_test.png |      Bin 0 -> 539 bytes
 .../java/resources/found_item_write.png            |      Bin 0 -> 345 bytes
 .../refactoring/java/resources/mf-layer.xml        |      107 +-
 .../refactoring/java}/resources/newFile.png        |      Bin
 .../refactoring/java/resources/sortAlpha.png       |      Bin 0 -> 595 bytes
 .../refactoring/java/resources/sortPosition.png    |      Bin 0 -> 537 bytes
 .../modules/refactoring/java/resources}/wait.gif   |      Bin
 .../refactoring/java/resources/warning_16.png      |      Bin 0 -> 669 bytes
 .../modules/refactoring/java/spi/Bundle.properties |        1 +
 .../modules/refactoring/java/spi/DiffElement.java  |       27 +-
 .../java/spi/JavaModificationResult.java           |       81 +
 .../java/spi/JavaRefactoringPlugin.java            |      165 +-
 .../refactoring/java/spi/JavaWhereUsedFilters.java |       80 +
 .../refactoring/java/spi/RefactoringVisitor.java   |      639 +-
 .../spi/ui/JavaActionsImplementationProvider.java  |       49 +
 .../java/spi/ui/JavaRefactoringActionDelegate.java |       13 +-
 .../java/spi/ui/JavaRefactoringGlobalAction.java   |       20 +-
 .../modules/refactoring/java/ui/Bundle.properties  |      197 +-
 .../java/ui/ChangeParametersAction.java            |       12 +-
 .../refactoring/java/ui/ChangeParametersPanel.form |      477 +-
 .../refactoring/java/ui/ChangeParametersPanel.java |     1076 +-
 .../refactoring/java/ui/ChangeParametersUI.java    |       93 +-
 .../modules/refactoring/java/ui/ClassItem.java     |       74 +
 .../modules/refactoring/java/ui/ComputeOffAWT.java |      116 +
 .../refactoring/java/ui/ContextAnalyzer.java       |      661 +
 .../refactoring/java/ui/CopyClassPanel.form        |      188 -
 .../refactoring/java/ui/CopyClassPanel.java        |      400 -
 .../java/ui/CopyClassRefactoringUI.java            |      144 +-
 .../modules/refactoring/java/ui/CopyClassesUI.java |      234 +
 .../java/ui/EncapsulateFieldAction.java            |       10 +
 .../refactoring/java/ui/EncapsulateFieldPanel.form |      114 +-
 .../refactoring/java/ui/EncapsulateFieldPanel.java |      332 +-
 .../refactoring/java/ui/EncapsulateFieldUI.java    |      118 +-
 .../java/ui/EncapsulateFieldsRefactoring.java      |       39 +
 .../java/ui/ExtractInterfaceAction.java            |       10 +
 .../refactoring/java/ui/ExtractInterfacePanel.form |       97 +-
 .../refactoring/java/ui/ExtractInterfacePanel.java |      146 +-
 .../java/ui/ExtractInterfaceRefactoringUI.java     |       37 +-
 .../java/ui/ExtractSuperclassAction.java           |       10 +
 .../java/ui/ExtractSuperclassPanel.form            |       96 +-
 .../java/ui/ExtractSuperclassPanel.java            |      131 +-
 .../java/ui/ExtractSuperclassRefactoringUI.java    |       41 +-
 .../java/ui/HighlightsLayerFactory.java            |       60 +
 .../modules/refactoring/java/ui/InlineAction.java  |       80 +
 .../refactoring/java/ui/InlineRefactoringUI.java   |      178 +
 .../refactoring/java/ui/InnerToOuterAction.java    |       10 +
 .../refactoring/java/ui/InnerToOuterPanel.java     |       17 +-
 .../java/ui/InnerToOuterRefactoringUI.java         |       52 +-
 .../refactoring/java/ui/InstantRefactoringUI.java  |       75 +
 .../java/ui/InstantRefactoringUIImpl.java          |      492 +
 .../java/ui/IntroduceLocalExtensionAction.java     |       89 +
 .../java/ui/IntroduceLocalExtensionPanel.form      |      364 +
 .../java/ui/IntroduceLocalExtensionPanel.java      |      586 +
 .../java/ui/IntroduceLocalExtensionUI.java         |      187 +
 .../java/ui/IntroduceParameterAction.java          |       92 +
 .../java/ui/IntroduceParameterPanel.form           |      190 +
 .../java/ui/IntroduceParameterPanel.java           |      433 +
 .../refactoring/java/ui/IntroduceParameterUI.java  |      293 +
 .../refactoring/java/ui/InvertBooleanAction.java   |       83 +
 .../java/ui/InvertBooleanRefactoringPanel.form     |       61 +
 .../java/ui/InvertBooleanRefactoringPanel.java     |      145 +
 .../java/ui/InvertBooleanRefactoringUI.java        |      164 +
 .../java/ui/JavaActionsImplementationFactory.java  |       52 +
 .../modules/refactoring/java/ui/JavaElement.java   |       72 +
 .../java/ui/JavaRefactoringActionsProvider.java    |      616 +-
 .../java/ui/JavaRefactoringGlobalAction.java       |       17 +-
 .../java/ui/JavaRefactoringUIFactory.java          |       62 +
 .../refactoring/java/ui/JavaRenameProperties.java  |       77 +
 .../refactoring/java/ui/MoveClassPanel.form        |       88 +-
 .../refactoring/java/ui/MoveClassPanel.java        |      469 +-
 .../modules/refactoring/java/ui/MoveClassUI.java   |      303 +-
 .../modules/refactoring/java/ui/MoveClassesUI.java |       84 +-
 .../refactoring/java/ui/MoveMembersPanel.form      |      496 +
 .../refactoring/java/ui/MoveMembersPanel.java      |     1164 +
 .../modules/refactoring/java/ui/MoveMembersUI.java |      145 +
 .../java/ui/PackagetoTreePathHandleTask.java       |       14 +-
 .../modules/refactoring/java/ui/PullUpAction.java  |       11 +-
 .../modules/refactoring/java/ui/PullUpPanel.java   |      497 +-
 .../refactoring/java/ui/PullUpRefactoringUI.java   |       96 +-
 .../refactoring/java/ui/PushDownAction.java        |       12 +-
 .../modules/refactoring/java/ui/PushDownPanel.java |       39 +-
 .../refactoring/java/ui/PushDownRefactoringUI.java |       44 +-
 .../java/ui/RefactoringActionsProvider.java        |      888 +-
 .../modules/refactoring/java/ui/RenamePanel.form   |       57 +-
 .../modules/refactoring/java/ui/RenamePanel.java   |      298 +-
 .../refactoring/java/ui/RenameRefactoringUI.java   |      380 +-
 .../ui/ReplaceConstructorWithBuilderAction.java    |       85 +
 .../ui/ReplaceConstructorWithBuilderPanel.form     |       77 +
 .../ui/ReplaceConstructorWithBuilderPanel.java     |      218 +
 .../java/ui/ReplaceConstructorWithBuilderUI.java   |      197 +
 .../ui/ReplaceConstructorWithFactoryAction.java    |       78 +
 .../ui/ReplaceConstructorWithFactoryPanel.form     |       61 +
 .../ui/ReplaceConstructorWithFactoryPanel.java     |      141 +
 .../java/ui/ReplaceConstructorWithFactoryUI.java   |      156 +
 .../refactoring/java/ui/SafeDeletePanel.form       |        2 +-
 .../refactoring/java/ui/SafeDeletePanel.java       |       29 +-
 .../modules/refactoring/java/ui/SafeDeleteUI.java  |      118 +-
 .../refactoring/java/ui/SyncDocumentRegion.java    |      259 +
 .../modules/refactoring/java/ui/UIUtilities.java   |     1159 +-
 .../refactoring/java/ui/UseSuperTypeAction.java    |       11 +-
 .../refactoring/java/ui/UseSuperTypePanel.java     |       20 +-
 .../java/ui/UseSuperTypeRefactoringUI.java         |       61 +-
 .../refactoring/java/ui/WhereUsedPanel.form        |      334 +-
 .../refactoring/java/ui/WhereUsedPanel.java        |      571 +-
 .../refactoring/java/ui/WhereUsedPanelClass.form   |      135 +
 .../refactoring/java/ui/WhereUsedPanelClass.java   |      195 +
 .../refactoring/java/ui/WhereUsedPanelMethod.form  |      170 +
 .../refactoring/java/ui/WhereUsedPanelMethod.java  |      346 +
 .../refactoring/java/ui/WhereUsedPanelPackage.form |       81 +
 .../refactoring/java/ui/WhereUsedPanelPackage.java |      155 +
 .../java/ui/WhereUsedPanelVariable.form            |       82 +
 .../java/ui/WhereUsedPanelVariable.java            |      162 +
 .../refactoring/java/ui/WhereUsedQueryUI.java      |      313 +-
 .../java/ui/elements/DescriptionFilter.java        |       58 +
 .../refactoring/java/ui/elements/ElementNode.java  |      622 +
 .../java/ui/elements/FiltersDescription.java       |      123 +
 .../java/ui/elements/FiltersManager.java           |      357 +
 .../java/ui/elements/JCheckBoxIcon.java            |      102 +
 .../java/ui/elements/NoBorderToolBar.java          |       71 +
 .../java/ui/elements/SortActionSupport.java        |      132 +
 .../refactoring/java/ui/elements/TapPanel.java     |      317 +
 .../java/ui/elements/TrivialLayout.java            |      124 +
 .../java/ui/instant/CompletionLayout.java          |      493 +
 .../java/ui/instant/CompletionLayoutPopup.java     |      456 +
 .../java/ui/instant/CompletionScrollPane.java      |      306 +
 .../java/ui/instant/DocumentationScrollPane.java   |      518 +
 .../refactoring/java/ui/instant/InstantOption.java |       85 +
 .../refactoring/java/ui/scope/Bundle.properties    |       43 +
 .../java/ui/scope/CurrentFileScopeProvider.java    |      104 +
 .../ui/scope/CurrentJavaProjectScopeProvider.java  |      130 +
 .../java/ui/scope/CurrentPackageScopeProvider.java |      124 +
 .../java/ui/scope/CustomScopePanel.form            |       49 +
 .../java/ui/scope/CustomScopePanel.java            |      849 +
 .../java/ui/scope/CustomScopeProvider.java         |      171 +
 .../java/ui/scope/OpenProjectsScopeProvider.java   |       86 +
 .../refactoring/java/ui/tree/ElementGrip.java      |       22 +-
 .../java/ui/tree/ElementGripFactory.java           |      130 +-
 .../java/ui/tree/ElementGripTreeElement.java       |        8 +-
 .../refactoring/java/ui/tree/FileTreeElement.java  |       35 +-
 .../java/ui/tree/FolderTreeElement.java            |       34 +-
 .../java/ui/tree/ProjectTreeElement.java           |        6 +-
 .../java/ui/tree/RefactoringTreeElement.java       |       18 +-
 .../java/ui/tree/SourceGroupTreeElement.java       |        7 +-
 .../java/ui/tree/TreeElementFactoryImpl.java       |       19 +-
 .../testSimple_A_A.pass                            |       57 +
 .../testSimple_A_B.pass                            |       58 +
 .../EncapsulateFieldTest/testSimple_A_A.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_B.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_C.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_D.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_E.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_F.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_G.pass       |       86 +
 .../EncapsulateFieldTest/testSimple_A_H.pass       |       86 +
 .../EncapsulateFieldTest/testSimple_A_I.pass       |       86 +
 .../EncapsulateFieldTest/testSimple_A_J.pass       |      121 +
 .../EncapsulateFieldTest/testSimple_A_K.pass       |      117 +
 .../EncapsulateFieldTest/testSimple_A_L.pass       |       99 +
 .../EncapsulateFieldTest/testSimple_A_M.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_N.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_O.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_P.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_Q.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_R.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_S.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_T.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_U.pass       |       78 +
 .../EncapsulateFieldTest/testSimple_A_V.pass       |       84 +
 .../EncapsulateFieldTest/testSimple_A_W.pass       |       88 +
 .../EncapsulateFieldTest/testSimple_A_X.pass       |       70 +
 .../EncapsulateFieldTest/testSimple_A_Y.pass       |       82 +
 .../EncapsulateFieldTest/testSimple_A_Z.pass       |       82 +
 .../EncapsulateFieldTest/testSimple_B_A.pass       |       94 +
 .../FindUsagesClassTest/testFUClass.pass           |       18 +-
 .../FindUsagesClassTest/testFUDirectSubClass.pass  |       10 +-
 .../FindUsagesClassTest/testFUSubClass.pass        |       12 +-
 .../refactoring/FindUsagesClassTest/testNext.pass  |       14 +-
 .../FindUsagesClassTest/testPersistence.pass       |        2 +-
 .../refactoring/FindUsagesClassTest/testPrev.pass  |       14 +-
 .../FindUsagesClassTest/testSearchInComments.pass  |        8 +-
 .../FindUsagesClassTest/testShowLogical.pass       |       40 +-
 .../FindUsagesClassTest/testTabNamesClass.pass     |        2 +-
 .../FindUsagesMethodTest/testAllOptions.pass       |        0
 .../FindUsagesMethodTest/testFUAllOptions.pass     |       14 +-
 .../FindUsagesMethodTest/testFUConstructor.pass    |        8 +-
 .../FindUsagesMethodTest/testFUFromBaseClass.pass  |        7 -
 .../FindUsagesMethodTest/testFUMethod.pass         |       15 +-
 .../testFUMethodInComment.pass                     |       17 +-
 .../FindUsagesMethodTest/testFUOverriding.pass     |       12 +-
 .../testFUOverridingAndUsages.pass                 |       13 +
 .../testFUOverridingAndUsagesInComment.pass        |       14 +
 ...testFindOverridingMethodForStaticAvailable.pass |        0
 .../testRadioButtonsAvailable.pass                 |        0
 .../FindUsagesMethodTest/testTabName.pass          |        2 +-
 .../InspectAndTransformTest/testSimple_A_A.pass    |       30 +
 .../InspectAndTransformTest/testSimple_A_B.pass    |       30 +
 .../InspectAndTransformTest/testSimple_A_C.pass    |       16 +
 .../InspectAndTransformTest/testSimple_A_D.pass    |       16 +
 .../InspectAndTransformTest/testSimple_A_E.pass    |       43 +
 .../InspectAndTransformTest/testSimple_A_F.pass    |       85 +
 .../InspectAndTransformTest/testSimple_A_G.pass    |       71 +
 .../IntroduceConstantTest/BLANC_ClassA.pass        |       20 +
 .../IntroduceConstantTest/BLANC_ClassB.pass        |       29 +
 .../IntroduceConstantTest/testSimple_A_A.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_B.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_C.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_D.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_E.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_F.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_G.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_H.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_I.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_J.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_K.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_L.pass      |       22 +
 .../IntroduceConstantTest/testSimple_A_M.pass      |       21 +
 .../IntroduceConstantTest/testSimple_A_N.pass      |       21 +
 .../IntroduceConstantTest/testSimple_A_O.pass      |       21 +
 .../IntroduceConstantTest/testSimple_A_P.pass      |       21 +
 .../IntroduceConstantTest/testSimple_A_Q.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_R.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_S.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_T.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_U.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_V.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_W.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_X.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_Y.pass      |       31 +
 .../IntroduceConstantTest/testSimple_A_Z.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_A.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_B.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_C.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_D.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_E.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_F.pass      |       31 +
 .../IntroduceConstantTest/testSimple_B_G.pass      |       30 +
 .../IntroduceConstantTest/testSimple_B_H.pass      |       30 +
 .../IntroduceConstantTest/testSimple_B_I.pass      |       30 +
 .../IntroduceConstantTest/testSimple_B_J.pass      |       30 +
 .../IntroduceFieldTest/testSimple_A.pass           |       38 +
 .../IntroduceFieldTest/testSimple_B.pass           |       38 +
 .../IntroduceFieldTest/testSimple_C.pass           |       38 +
 .../IntroduceFieldTest/testSimple_D.pass           |       38 +
 .../IntroduceFieldTest/testSimple_E.pass           |       39 +
 .../IntroduceFieldTest/testSimple_G.pass           |       39 +
 .../IntroduceFieldTest/testSimple_H.pass           |       39 +
 .../IntroduceFieldTest/testSimple_I.pass           |       38 +
 .../IntroduceFieldTest/testSimple_J.pass           |       38 +
 .../IntroduceFieldTest/testSimple_K.pass           |       38 +
 .../IntroduceFieldTest/testSimple_L.pass           |       38 +
 .../IntroduceFieldTest/testSimple_M.pass           |       42 +
 .../IntroduceFieldTest/testSimple_N.pass           |       42 +
 .../IntroduceFieldTest/testSimple_O.pass           |       42 +
 .../IntroduceFieldTest/testSimple_P.pass           |       42 +
 .../IntroduceFieldTest/testSimple_Q.pass           |       37 +
 .../IntroduceFieldTest/testSimple_R.pass           |       37 +
 .../IntroduceFieldTest/testSimple_S.pass           |       37 +
 .../IntroduceFieldTest/testSimple_T.pass           |       37 +
 .../IntroduceFieldTest/testSimple_f.pass           |       39 +
 .../IntroduceMethodTest/testCancel.pass            |      100 +
 .../IntroduceMethodTest/testEndingWithBreak.pass   |      105 +
 .../testEndingWithContinue.pass                    |      105 +
 .../IntroduceMethodTest/testEndingWithReturn.pass  |      105 +
 .../IntroduceMethodTest/testGlobalVar.pass         |      104 +
 .../IntroduceMethodTest/testIllegal_A.pass         |      100 +
 .../IntroduceMethodTest/testIllegal_B.pass         |      100 +
 .../IntroduceMethodTest/testIllegal_C.pass         |      100 +
 .../IntroduceMethodTest/testIllegal_D.pass         |      100 +
 .../IntroduceMethodTest/testIllegal_E.pass         |      100 +
 .../IntroduceMethodTest/testIllegal_F.pass         |      100 +
 .../IntroduceMethodTest/testReturn_A.pass          |      105 +
 .../IntroduceMethodTest/testReturn_B.pass          |      105 +
 .../IntroduceMethodTest/testSimple_A.pass          |      104 +
 .../IntroduceMethodTest/testSimple_B.pass          |      104 +
 .../IntroduceMethodTest/testSimple_C.pass          |      104 +
 .../IntroduceMethodTest/testSimple_D.pass          |      104 +
 .../IntroduceMethodTest/testStaticMethod.pass      |      104 +
 .../IntroduceParameterTest/testSimple_A_A.pass     |       59 +
 .../IntroduceParameterTest/testSimple_A_B.pass     |       59 +
 .../IntroduceParameterTest/testSimple_A_C.pass     |       59 +
 .../IntroduceParameterTest/testSimple_A_D.pass     |       65 +
 .../IntroduceParameterTest/testSimple_A_E.pass     |       63 +
 .../IntroduceParameterTest/testSimple_A_F.pass     |       63 +
 .../IntroduceParameterTest/testSimple_A_G.pass     |       63 +
 .../IntroduceParameterTest/testSimple_A_H.pass     |       69 +
 .../IntroduceParameterTest/testSimple_A_I.pass     |       58 +
 .../IntroduceParameterTest/testSimple_A_J.pass     |       58 +
 .../IntroduceParameterTest/testSimple_A_K.pass     |       58 +
 .../IntroduceParameterTest/testSimple_A_L.pass     |       68 +
 .../IntroduceParameterTest/testSimple_A_M.pass     |       57 +
 .../test/refactoring/MoveTest/testMoveClass.pass   |      188 +
 .../refactoring/MoveTest/testMoveToNewPackage.pass |       60 +
 .../test/refactoring/MoveTest/testMoveToTest.pass  |       60 +
 .../refactoring/PushPullTest/testSimple_A_A.pass   |       48 +
 .../refactoring/PushPullTest/testSimple_A_B.pass   |       50 +
 .../refactoring/PushPullTest/testSimple_A_C.pass   |       50 +
 .../refactoring/PushPullTest/testSimple_A_D.pass   |       50 +
 .../refactoring/PushPullTest/testSimple_A_E.pass   |       47 +
 .../refactoring/PushPullTest/testSimple_A_F.pass   |       61 +
 .../refactoring/PushPullTest/testSimple_A_G.pass   |       53 +
 .../refactoring/PushPullTest/testSimple_A_H.pass   |       61 +
 .../refactoring/PushPullTest/testSimple_A_I.pass   |       67 +
 .../refactoring/RenameTest/testRenameClass.pass    |       85 +-
 .../refactoring/RenameTest/testRenameCtor.pass     |       85 +-
 .../refactoring/RenameTest/testRenameGenerics.pass |       41 +
 .../refactoring/RenameTest/testRenameMethod.pass   |       41 +
 .../refactoring/RenameTest/testRenamePackage.pass  |       90 +-
 .../RenameTest/testRenameParameter.pass            |       41 +
 .../refactoring/RenameTest/testRenameProperty.pass |       64 +
 .../refactoring/RenameTest/testRenameVariable.pass |       41 +
 .../data/projects/RefactoringTest/build.xml        |        3 +-
 .../RefactoringTest/nbproject/build-impl.xml       |      947 +-
 .../RefactoringTest/nbproject/genfiles.properties  |        8 +-
 .../RefactoringTest/nbproject/project.properties   |       34 +-
 .../src/anonymousToMember/ClassA.java              |       51 +
 .../src/encapsulateField/Class_A_A.java            |       69 +
 .../src/encapsulateField/Class_A_B.java            |       69 +
 .../src/encapsulateField/Class_A_C.java            |       69 +
 .../src/encapsulateField/Class_A_D.java            |       69 +
 .../src/encapsulateField/Class_A_E.java            |       69 +
 .../src/encapsulateField/Class_A_F.java            |       69 +
 .../src/encapsulateField/Class_A_G.java            |       69 +
 .../src/encapsulateField/Class_A_H.java            |       69 +
 .../src/encapsulateField/Class_A_I.java            |       69 +
 .../src/encapsulateField/Class_A_J.java            |       74 +
 .../src/encapsulateField/Class_A_K.java            |       74 +
 .../src/encapsulateField/Class_A_L.java            |       74 +
 .../src/encapsulateField/Class_A_M.java            |       69 +
 .../src/encapsulateField/Class_A_N.java            |       69 +
 .../src/encapsulateField/Class_A_O.java            |       69 +
 .../src/encapsulateField/Class_A_P.java            |       69 +
 .../src/encapsulateField/Class_A_Q.java            |       69 +
 .../src/encapsulateField/Class_A_R.java            |       69 +
 .../src/encapsulateField/Class_A_S.java            |       69 +
 .../src/encapsulateField/Class_A_T.java            |       69 +
 .../src/encapsulateField/Class_A_U.java            |       69 +
 .../src/encapsulateField/Class_A_V.java            |       69 +
 .../src/encapsulateField/Class_A_W.java            |       69 +
 .../src/encapsulateField/Class_A_X.java            |       69 +
 .../src/encapsulateField/Class_A_Y.java            |       69 +
 .../src/encapsulateField/Class_A_Z.java            |       69 +
 .../src/encapsulateField/Class_B_A.java            |       69 +
 .../projects/RefactoringTest/src/fu/FUClass.java   |       68 +
 .../RefactoringTest/src/fu/FindSubtype.java        |       42 +-
 .../RefactoringTest/src/fu/FindUsagesClass.java    |       32 -
 .../projects/RefactoringTest/src/fu/Subtype1.java  |       42 +-
 .../projects/RefactoringTest/src/fu/Subtype2.java  |       42 +-
 .../projects/RefactoringTest/src/fu/SubtypeC.java  |       43 +-
 .../RefactoringTest/src/fumethod/Iface.java        |       41 +
 .../RefactoringTest/src/fumethod/SubClass.java     |       41 +
 .../RefactoringTest/src/fumethod/SuperClass.java   |       41 +
 .../RefactoringTest/src/fumethod/Test.java         |       41 +
 .../RefactoringTest/src/fumethod/User.java         |       41 +
 .../src/inspectAndTransform/Class_A_A.java         |       26 +
 .../src/inspectAndTransform/Class_A_B.java         |       26 +
 .../src/inspectAndTransform/Class_A_C.java         |       15 +
 .../src/inspectAndTransform/Class_A_D.java         |       15 +
 .../src/inspectAndTransform/Class_A_E.java         |       44 +
 .../src/inspectAndTransform/Class_A_F.java         |       22 +
 .../src/inspectAndTransform/Class_A_G.java         |       26 +
 .../src/inspectAndTransform_1/Class_A.java         |       22 +
 .../src/inspectAndTransform_1/Class_B.java         |       26 +
 .../src/inspectAndTransform_2/Class_A.java         |       22 +
 .../src/inspectAndTransform_2/Class_B.java         |       26 +
 .../src/introduceConstant/ClassA.java              |       20 +
 .../src/introduceConstant/ClassB.java              |       29 +
 .../RefactoringTest/src/introduceField/ClassA.java |       37 +
 .../src/introduceMethod/ClassA.java                |       99 +
 .../src/introduceParameter/Class_A_A.java          |       58 +
 .../src/introduceParameter/Class_A_B.java          |       58 +
 .../src/introduceParameter/Class_A_C.java          |       58 +
 .../src/introduceParameter/Class_A_D.java          |       58 +
 .../src/introduceParameter/Class_A_E.java          |       58 +
 .../src/introduceParameter/Class_A_F.java          |       58 +
 .../src/introduceParameter/Class_A_G.java          |       58 +
 .../src/introduceParameter/Class_A_H.java          |       58 +
 .../src/introduceParameter/Class_A_I.java          |       58 +
 .../src/introduceParameter/Class_A_J.java          |       58 +
 .../src/introduceParameter/Class_A_K.java          |       58 +
 .../src/introduceParameter/Class_A_L.java          |       58 +
 .../src/introduceParameter/Class_A_M.java          |       57 +
 .../RefactoringTest/src/moveSource/Move.java       |       42 +-
 .../src/moveSource/MoveToNewPkg.java               |       41 +
 .../RefactoringTest/src/moveSource/MoveToTest.java |       41 +
 .../RefactoringTest/src/moveSource/Reference.java  |       42 +-
 .../RefactoringTest/src/moveSource/StatRef.java    |       42 +-
 .../RefactoringTest/src/pull_push/Base_A.java      |       47 +
 .../RefactoringTest/src/pull_push/Base_B.java      |       47 +
 .../RefactoringTest/src/pull_push/Base_C.java      |       47 +
 .../RefactoringTest/src/pull_push/Base_D.java      |       47 +
 .../RefactoringTest/src/pull_push/Base_E.java      |       47 +
 .../RefactoringTest/src/pull_push/Base_F.java      |       50 +
 .../RefactoringTest/src/pull_push/Base_G.java      |       50 +
 .../RefactoringTest/src/pull_push/Base_H.java      |       50 +
 .../RefactoringTest/src/pull_push/Base_I.java      |       58 +
 .../RefactoringTest/src/renameClass/Rename.java    |       41 +
 .../src/renameClass/RenameCtor.java                |       41 +
 .../src/renameClass/RenameGenerics.java            |       41 +
 .../src/renameClass/RenameLocalVariable.java       |       41 +
 .../src/renameClass/RenameMethod.java              |       41 +
 .../src/renameClass/RenameParameter.java           |       41 +
 .../src/renameClass/RenameProperty.java            |       63 +
 .../RefactoringTest/src/renamePkg/RenamePkg.java   |       42 +-
 .../RefactoringTest/src/renamePkg/subPkg/A.java    |       42 +-
 .../RefactoringTest/src/renameUndo/RenameUndo.java |       41 +
 .../refactoring/ConvertAnonymousToMemberTest.java  |      289 +
 .../test/refactoring/EncapsulateFieldTest.java     |      582 +
 .../test/refactoring/FindUsagesClassTest.java      |      462 +-
 .../test/refactoring/FindUsagesMethodTest.java     |      192 +-
 .../test/refactoring/FindUsagesTestCase.java       |      132 +-
 .../test/refactoring/InspectAndTransformTest.java  |      377 +
 .../test/refactoring/IntroduceConstantTest.java    |      701 +
 .../test/refactoring/IntroduceFieldTest.java       |      430 +
 .../test/refactoring/IntroduceMethodTest.java      |      365 +
 .../test/refactoring/IntroduceParameterTest.java   |      449 +
 .../test/refactoring/ModifyingRefactoring.java     |       73 +-
 .../modules/test/refactoring/MoveTest.java         |       61 +-
 .../modules/test/refactoring/PushPullTest.java     |      346 +
 .../test/refactoring/RefactoringTestCase.java      |      295 +-
 .../modules/test/refactoring/RenameTest.java       |      141 +-
 .../actions/ConvertAnonymousToMemberAction.java    |       67 +
 .../actions/EncapsulateFieldAction.java            |       67 +
 .../test/refactoring/actions/FindUsagesAction.java |       44 +-
 .../actions/InspectAndTransformAction.java         |       66 +
 .../test/refactoring/actions/MoveMenuAction.java   |       55 -
 .../test/refactoring/actions/MovePopupAction.java  |       71 -
 .../actions/RefactorIntroduceConstantAction.java   |       70 +
 .../actions/RefactorIntroduceFieldAction.java      |       70 +
 .../actions/RefactorIntroduceMethodAction.java     |       70 +
 .../actions/RefactorIntroduceParameterAction.java  |       70 +
 .../refactoring/actions/RefactorMoveAction.java    |       72 +
 .../refactoring/actions/RefactorPullUpAction.java  |       66 +
 .../actions/RefactorPushDownAction.java            |       66 +
 .../refactoring/actions/RefactorRenameAction.java  |       72 +
 .../refactoring/actions/RefactorUndoAction.java    |       72 +
 .../test/refactoring/actions/RenameMenuAction.java |       57 -
 .../refactoring/actions/RenamePopupAction.java     |       66 -
 .../test/refactoring/actions/TestAction.java       |       55 -
 .../test/refactoring/actions/UndoAction.java       |       59 -
 .../operators/EncapsulateFieldOperator.java        |      185 +
 .../test/refactoring/operators/ErrorOperator.java  |       54 +
 .../operators/FindUsagesClassOperator.java         |      164 -
 .../operators/FindUsagesDialogOperator.java        |      174 +
 .../operators/InspectAndTransformOperator.java     |      168 +
 .../operators/IntroduceConstantOperator.java       |       63 +
 .../operators/IntroduceFieldOperator.java          |       97 +
 .../operators/IntroduceMethodOperator.java         |      120 +
 .../refactoring/operators/IntroduceOperator.java   |      106 +
 .../operators/IntroduceParameterOperator.java      |      100 +
 .../operators/ManageInspectionsOperatot.java       |      243 +
 .../operators/MoveClassDialogOperator.java         |      100 +
 .../test/refactoring/operators/MoveOperator.java   |       99 -
 .../operators/OverflowToolbarOperator.java         |      144 +
 .../operators/ParametersPanelOperator.java         |       83 +-
 .../test/refactoring/operators/PullUpOperator.java |      108 +
 .../refactoring/operators/PushDownOperator.java    |      101 +
 .../refactoring/operators/RefactoringOperator.java |       60 +
 .../operators/RefactoringResultOperator.java       |      400 +-
 .../test/refactoring/operators/RenameOperator.java |       17 +-
 .../test/refactoring/suites/FindUsagesSuite.java   |       66 +-
 .../test/refactoring/suites/IntroduceSuite.java    |       66 +
 .../refactoring/suites/JavaRefactoringSuite.java   |       75 +
 .../unit/data/SimpleJ2SEApp/src/package1/C.java    |       54 +
 .../data/SimpleJ2SEApp/src/simplej2seapp/B.java    |       52 +
 .../data/SimpleJ2SEApp/src/simplej2seapp/D.java    |       57 +
 .../data/SimpleJ2SEApp/src/simplej2seapp/I.java    |       50 +
 .../data/SimpleJ2SEApp/src/simplej2seapp/Main.java |       57 +-
 .../unit/data/SimpleJ2SEApp/test/package1/D.java   |       54 +
 .../test/unit/data/SimpleJ2SEAppChild/build.xml    |       74 +
 .../test/unit/data/SimpleJ2SEAppChild}/manifest.mf |        0
 .../SimpleJ2SEAppChild/nbproject/build-impl.xml    |     1057 +
 .../nbproject/genfiles.properties                  |        8 +
 .../nbproject/project.properties                   |       74 +
 .../data/SimpleJ2SEAppChild/nbproject/project.xml  |       25 +
 .../src/simplej2seappchild/SimpleJ2SEAppChild.java |       64 +
 .../simplej2seappchild/subpackage/NewClass.java    |       56 +
 .../java/plugins/Bundle_test.properties            |       95 +
 .../java/suites/JavaRefactoringTestSuite.java      |       72 +
 .../java/suites/MoveRefactoringTestSuite.java      |       61 +
 .../java/test/ChangeParametersTest.java            |     1161 +-
 .../refactoring/java/test/CopyClassTest.java       |      143 +-
 .../java/test/EncapsulateFieldsTest.java           |      585 +
 .../java/test/ExtractInterfaceTest.java            |      231 +
 .../java/test/ExtractSuperclassTest.java           |      421 +
 .../refactoring/java/test/FindSubclassesTest.java  |        6 +-
 .../refactoring/java/test/FindUsagesPerfTest.java  |        5 +-
 .../refactoring/java/test/FindUsagesTest.java      |      414 +
 .../modules/refactoring/java/test/InlineTest.java  |     2096 +
 .../refactoring/java/test/InnerToOutterTest.java   |      285 +-
 .../java/test/IntroduceLocalExtensionTest.java     |     1826 +
 .../java/test/IntroduceParameterTest.java          |      616 +
 .../refactoring/java/test/InvertBooleanTest.java   |      264 +
 .../refactoring/java/test/MoveBaseTest.java        |      287 +
 .../refactoring/java/test/MoveClassPerfTest.java   |        5 +-
 .../refactoring/java/test/MoveClassTest.java       |      284 +
 .../refactoring/java/test/MoveFieldTest.java       |      352 +
 .../refactoring/java/test/MoveJavaFileTest.java    |      339 +
 .../refactoring/java/test/MoveMethodTest.java      |     1808 +
 .../java/test/OpenDocumentsPerfTest.java           |        5 +-
 .../modules/refactoring/java/test/PullUpTest.java  |     1262 +
 .../refactoring/java/test/PushDownTest.java        |      233 +
 .../refactoring/java/test/RefPerfTestCase.java     |        1 +
 .../modules/refactoring/java/test/RefTestBase.java |      366 +
 .../refactoring/java/test/RefactoringTestBase.java |      254 +-
 .../refactoring/java/test/RenamePackageTest.java   |      174 +
 .../modules/refactoring/java/test/RenameTest.java  |     1119 +
 .../test/ReplaceConstructorWithBuilderTest.java    |      271 +
 .../test/ReplaceConstructorWithFactoryTest.java    |      121 +
 .../java/test/SafeDeleteVariableTest.java          |      201 +
 .../refactoring/java/test/UseSuperTypeTest.java    |      349 +
 .../modules/refactoring/java/test/Utilities.java   |       26 +-
 .../java/test/resources/Class.java.template        |       16 +
 .../refactoring/java/test/resources/layer.xml      |       82 +
 .../java/test/resources/license-default.txt        |        7 +
 .../ui/JavaRefactoringActionsProviderTest.java     |       30 +-
 .../java/ui/MoveRefactoringActionTest.java         |      116 +
 remotefs.versioning/build.xml                      |        5 +
 remotefs.versioning/manifest.mf                    |        6 +
 remotefs.versioning/nbproject/project.properties   |        4 +
 remotefs.versioning/nbproject/project.xml          |      108 +
 .../modules/remotefs/versioning/Bundle.properties  |        4 +
 .../versioning/spi/FileProxyProviderImpl.java      |      299 +
 .../spi/FilesystemInterceptorProviderImpl.java     |      295 +
 .../spi/VersioningAnnotationProviderImpl.java      |       87 +
 .../remotefs/versioning/spi/RemoteVCSTCKTest.java  |      219 +
 sampler/apichanges.xml                             |       92 +
 sampler/arch.xml                                   |     1068 +
 sampler/build.xml                                  |        5 +
 sampler/manifest.mf                                |        6 +
 sampler/nbproject/org-netbeans-modules-sampler.sig |       32 +
 .../nbproject/project.properties                   |        0
 sampler/nbproject/project.xml                      |      117 +
 .../org/netbeans/modules/sampler/Bundle.properties |        1 +
 .../org/netbeans/modules/sampler/CLISampler.java   |      161 +
 .../netbeans/modules/sampler/InternalSampler.java  |      222 +
 .../src/org/netbeans/modules/sampler/Sampler.java  |      270 +
 .../modules/sampler/SamplesOutputStream.java       |      312 +
 .../netbeans/modules/sampler/SelfSampleVFS.java    |      181 +
 .../modules/sampler/CustomSamplesStream.java       |       68 +
 .../org/netbeans/modules/sampler/SamplerTest.java  |      189 +
 .../modules/sampler/SelfSampleVFSTest.java         |      111 +
 schema2beans/build.xml                             |        2 +-
 schema2beans/manifest.mf                           |        2 +-
 .../modules/s2banttask/S2bConfigDelegator.java     |       11 +-
 .../netbeans/modules/schema2beans/BaseBean.java    |        6 +-
 .../modules/schema2beans/Schema2Beans.java         |        7 +
 .../netbeans/modules/schema2beans/TraceLogger.java |        8 +-
 .../AbstractCodeGeneratorClass.java                |       45 +-
 .../modules/schema2beansdev/BeanBuilder.java       |       72 +-
 .../modules/schema2beansdev/BeanClass.java         |       46 +-
 .../netbeans/modules/schema2beansdev/GenBeans.java |       34 +-
 .../modules/schema2beansdev/JavaBeanClass.java     |      115 +-
 .../modules/schema2beansdev/S2bConfig.java         |     2324 +-
 .../schema2beansdev/Schema2BeansProcessor.java     |        4 +-
 .../modules/schema2beansdev/SchemaRep.java         |       48 +-
 .../schema2beansdev/beangraph/BeanGraph.java       |       81 +-
 .../schema2beansdev/beangraph/CommonBean.java      |        2 +-
 .../beangraph/SchemaTypeMappingType.java           |      205 +-
 .../modules/schema2beansdev/gen/JavaUtil.java      |       72 +-
 .../modules/schema2beansdev/metadd/CommonBean.java |        2 +-
 .../modules/schema2beansdev/metadd/MetaDD.java     |      279 +-
 .../schema2beansdev/metadd/MetaElement.java        |      439 +-
 .../schema2beansdev/metadd/MetaProperty.java       |      187 +-
 .../netbeans/modules/schema2beansdev/s2bconfig.xsd |        8 +
 schema2beans/test/unit/data/TestMerge.java         |       74 +-
 .../test/unit/data/TestMergeExtendBaseBean.java    |       74 +-
 .../data/goldenfiles/tests/MainTest/testMerge.pass |        3 -
 .../tests/MainTest/testMergeExtendBaseBean.pass    |        3 -
 schema2beans/test/unit/src/tests/MainTest.java     |        4 +-
 sendopts/apichanges.xml                            |       32 +
 sendopts/arch.xml                                  |       86 +-
 sendopts/manifest.mf                               |        2 +-
 .../nbproject/org-netbeans-modules-sendopts.sig    |       60 +-
 sendopts/nbproject/project.properties              |        2 +
 sendopts/nbproject/project.xml                     |       28 +-
 .../org/netbeans/api/sendopts/Bundle.properties    |        6 +-
 .../src/org/netbeans/api/sendopts/CommandLine.java |      122 +-
 .../src/org/netbeans/api/sendopts/package.html     |        2 +-
 .../netbeans/modules/sendopts/Bundle.properties    |        2 +-
 .../modules/sendopts/DefaultProcessor.java         |      297 +
 .../org/netbeans/modules/sendopts/HandlerImpl.java |        6 +-
 .../sendopts/OptionAnnotationProcessor.java        |      138 +
 .../sendopts/OptionAnnotationProcessorImpl.java    |      173 +
 .../org/netbeans/modules/sendopts/OptionImpl.java  |        4 +-
 sendopts/src/org/netbeans/spi/sendopts/Arg.java    |      113 +
 .../org/netbeans/spi/sendopts/ArgsProcessor.java   |       72 +
 .../src/org/netbeans/spi/sendopts/Description.java |       72 +
 sendopts/src/org/netbeans/spi/sendopts/Env.java    |       38 +-
 sendopts/src/org/netbeans/spi/sendopts/Option.java |       19 +-
 .../org/netbeans/spi/sendopts/OptionProcessor.java |        4 +
 .../src/org/netbeans/spi/sendopts/package.html     |        7 +-
 .../org/netbeans/api/sendopts/StandaloneTest.java  |      175 +
 .../org/netbeans/api/sendopts/StreamingTest.java   |       65 +-
 .../netbeans/api/sendopts/TestBundle.properties    |        3 +
 .../netbeans/modules/sendopts/HandlerImplTest.java |        6 +-
 .../spi/sendopts/annotations/ForClassTest.java     |      185 +
 .../spi/sendopts/annotations/OptionTest.java       |      249 +
 server/apichanges.xml                              |       39 +
 server/arch.xml                                    |       39 +-
 server/manifest.mf                                 |        2 +-
 server/nbproject/org-netbeans-modules-server.sig   |       28 +-
 server/nbproject/project.properties                |        4 +
 server/nbproject/project.xml                       |       38 +-
 .../src/org/netbeans/api/server/Bundle.properties  |        1 +
 .../org/netbeans/api/server/CommonServerUIs.java   |       41 +-
 .../org/netbeans/api/server/ServerInstance.java    |       17 +-
 .../netbeans/modules/server/ServerRegistry.java    |       33 +-
 .../netbeans/modules/server/resources/layer.xml    |       30 +
 .../modules/server/ui/manager/Bundle.properties    |        7 +
 .../server/ui/manager/CloudManagerAction.java      |       53 +
 .../server/ui/manager/ServerManagerPanel.form      |        6 +-
 .../server/ui/manager/ServerManagerPanel.java      |       93 +-
 .../server/ui/node/AddCloudInstanceAction.java     |       61 +
 .../modules/server/ui/node/Bundle.properties       |        5 +
 .../netbeans/modules/server/ui/node/RootNode.java  |       69 +-
 .../netbeans/modules/server/ui/resources/cloud.png |      Bin 0 -> 539 bytes
 .../server/ui/wizard/AddServerInstanceWizard.java  |       95 +-
 .../server/ui/wizard/AvailableProvidersPanel.form  |        4 +-
 .../server/ui/wizard/AvailableProvidersPanel.java  |       36 +-
 .../modules/server/ui/wizard/Bundle.properties     |       19 +
 .../server/ui/wizard/ServerWizardPanel.java        |       10 +-
 .../server/ui/wizard/ServerWizardVisual.form       |        6 +-
 .../server/ui/wizard/ServerWizardVisual.java       |      156 +-
 .../server/ui/node/RootNodeConfigFileTest.java     |        5 +-
 .../modules/server/ui/node/RootNodeTest.java       |        5 +-
 .../ui/wizard/AddServerInstanceWizardTest.java     |        3 +-
 servletapi/manifest.mf                             |        2 +-
 servletjspapi/external/binaries-list               |        2 +-
 .../external/servlet3.0-jsp2.2-api-license.txt     |      387 -
 .../external/servlet3.1-jsp2.3-api-license.txt     |      387 +
 servletjspapi/nbproject/project.properties         |        4 +-
 servletjspapi/nbproject/project.xml                |        4 +-
 .../modules/servletjspapi/Bundle.properties        |        5 +-
 settings/apichanges.xml                            |       14 +
 settings/examples/build.xml                        |        6 +-
 .../examples/JavaCompilerSettingBeanInfo.java      |       44 +
 settings/manifest.mf                               |        2 +-
 .../nbproject/org-netbeans-modules-settings.sig    |        8 +-
 settings/nbproject/project.properties              |        4 +
 settings/nbproject/project.xml                     |       26 +-
 .../netbeans/api/settings/ConvertAsProperties.java |       45 +-
 .../org/netbeans/api/settings/FactoryMethod.java   |       69 +
 .../modules/settings/InstanceProvider.java         |       19 +-
 .../modules/settings/RecognizeInstanceObjects.java |      100 +-
 .../settings/convertors/ConvertorProcessor.java    |       66 +-
 .../settings/convertors/SerialDataConvertor.java   |        4 +-
 .../convertors/XMLPropertiesConvertor.java         |        9 +-
 .../settings/convertors/XMLSettingsSupport.java    |       26 +-
 .../modules/settings/DataShadowUpdatesTest.java    |      133 +
 ...gnizeInstanceObjectsOnModuleEnablementTest.java |      175 +
 .../settings/RecognizeInstanceObjectsTest.java     |        2 +-
 .../settings/convertors/ConvertAsBeanTest.java     |        5 +
 .../settings/convertors/FactoryMethodTest.java     |      152 +
 .../convertors/InstanceDataObjectCopyTest.java     |       12 +-
 .../modules/settings/convertors/MimeTypeTest.java  |       86 +
 .../convertors/SerialDataConvertorTest.java        |       41 +
 .../convertors/XMLPropertiesConvertorTest.java     |      137 +-
 .../netbeans/spi/settings/DOMConvertorTest.java    |       15 +-
 simple.project.templates/manifest.mf               |        2 +-
 simple.project.templates/nbproject/project.xml     |       17 +-
 .../modules/projecttemplates/ProjectCreator.java   |       45 +-
 .../projecttemplates/TemplateBasedFileCreator.java |       14 +-
 spellchecker.apimodule/arch.xml                    |     1081 +
 spellchecker.apimodule/manifest.mf                 |        2 +-
 .../nbproject/project.properties                   |        3 +-
 spellchecker.apimodule/nbproject/project.xml       |        8 +-
 spellchecker.bindings.htmlxml/manifest.mf          |        2 +-
 .../nbproject/project.properties                   |        2 +-
 .../nbproject/project.xml                          |       24 +-
 .../bindings/htmlxml/Bundle.properties             |        2 -
 .../bindings/htmlxml/HtmlXmlTokenListProvider.java |        2 +-
 .../spellchecker/bindings/htmlxml/Pair.java        |       46 -
 spellchecker.bindings.java/manifest.mf             |        2 +-
 .../nbproject/project.properties                   |        3 +-
 spellchecker.bindings.java/nbproject/project.xml   |       35 +-
 .../bindings/java/JavaSemanticTokenList.java       |        3 +-
 .../spellchecker/bindings/java/JavaTokenList.java  |        2 +-
 .../spellchecker/bindings/resources/layer.xml      |        4 +-
 spellchecker.bindings.properties/manifest.mf       |        2 +-
 .../nbproject/project.properties                   |        2 +-
 .../nbproject/project.xml                          |       32 +-
 .../bindings/properties/Bundle.properties          |        4 +-
 .../external/ispell-enwl-3.1.20-license.txt        |        2 +-
 spellchecker.dictionary_en/manifest.mf             |        2 +-
 .../nbproject/project.properties                   |        2 +-
 spellchecker.kit/manifest.mf                       |        2 +-
 spellchecker.kit/nbproject/project.xml             |        4 +-
 spellchecker/nbproject/project.properties          |        9 +-
 spellchecker/nbproject/project.xml                 |       40 +-
 .../modules/spellchecker/ComponentPeer.java        |       84 +-
 .../modules/spellchecker/CompoundDictionary.java   |        6 +-
 .../DefaultLocaleQueryImplementation.java          |        2 +-
 .../modules/spellchecker/DictionaryImpl.java       |       24 +-
 .../spellchecker/DictionaryProviderImpl.java       |       10 +-
 .../SpellcheckerHighlightLayerFactory.java         |        3 +-
 .../modules/spellchecker/TrieDictionary.java       |      110 +-
 .../completion/AddToDictionaryCompletionItem.java  |        2 +-
 .../modules/spellchecker/options/Bundle.properties |        1 +
 .../spellchecker/options/CheckBoxRenderrer.java    |        8 +-
 .../options/DictionaryInstallerPanel.java          |        3 +
 .../options/SpellcheckerOptionsPanel.form          |      370 +-
 .../options/SpellcheckerOptionsPanel.java          |      249 +-
 .../SpellcheckerOptionsPanelController.java        |       18 +-
 .../modules/spellchecker/plain/PlainTokenList.java |       10 +
 spi.actions/arch.xml                               |       49 +-
 spi.actions/manifest.mf                            |        2 +-
 spi.actions/nbproject/project.properties           |        2 +
 spi.actions/nbproject/project.xml                  |        4 +-
 .../org/netbeans/spi/actions/ContextAction.java    |        2 +-
 spi.debugger.ui/apichanges.xml                     |       66 +-
 spi.debugger.ui/manifest.mf                        |        2 +-
 .../nbproject/org-netbeans-spi-debugger-ui.sig     |      210 +-
 spi.debugger.ui/nbproject/project.properties       |       14 +-
 spi.debugger.ui/nbproject/project.xml              |       76 +-
 .../BreakpointsView/javax.swing.AbstractButton     |        2 -
 .../debugger/LocalsView/javax.swing.AbstractButton |        3 -
 .../debugger/resources/Breakpoint_stroke.xml       |       60 +
 .../modules/debugger/resources/Bundle.properties   |        6 +
 .../debugger/resources/CondBreakpoint_stroke.xml   |       60 +
 .../resources/DisabledBreakpoint_stroke.xml        |       57 +
 .../resources/DisabledCondBreakpoint_stroke.xml    |       57 +
 .../modules/debugger/resources/PC_BP_stroke.xml    |       64 +
 .../modules/debugger/resources/PC_CBP_stroke.xml   |       64 +
 .../modules/debugger/resources/PC_DBP_stroke.xml   |       64 +
 .../modules/debugger/resources/PC_DCBP_stroke.xml  |       64 +
 .../resources/breakpointsView/Breakpoints.png      |      Bin 0 -> 415 bytes
 .../resources/breakpointsView/NewBreakpoint.gif    |      Bin 160 -> 0 bytes
 .../resources/breakpointsView/NewBreakpoint.png    |      Bin 0 -> 474 bytes
 .../resources/components/debugging.settings        |        8 +
 .../debuggingView}/alphabetic_sort_order_16.png    |      Bin
 .../resources/debuggingView/debugging_16.png       |      Bin
 .../debugger/resources/debuggingView}/info_big.png |      Bin
 .../debuggingView}/monitor_acquired_16.png         |      Bin
 .../debuggingView}/natural_sort_order_16.png       |      Bin
 .../resources/debuggingView}/resume_button_16.png  |      Bin
 .../debuggingView}/resume_button_focused_16.png    |      Bin
 .../debuggingView}/resume_button_pressed_16.png    |      Bin
 .../debuggingView}/show_fqn_option_16.png          |      Bin
 .../show_suspend_table_option_16.png               |      Bin
 .../show_suspended_threads_option_16.png           |      Bin
 .../show_system_threads_option_16.png              |      Bin
 .../resources/debuggingView}/suspend_button_16.png |      Bin
 .../debuggingView}/suspend_button_focused_16.png   |      Bin
 .../debuggingView}/suspend_button_pressed_16.png   |      Bin
 .../suspend_property_sort_order_16.png             |      Bin
 .../debuggingView}/thread_group_mixed_16.png       |      Bin
 .../debuggingView}/thread_group_running_16.png     |      Bin
 .../debuggingView}/thread_group_suspended_16.png   |      Bin
 .../debuggingView}/unvisited_bpkt_arrow_big_16.png |      Bin
 .../unvisited_bpkt_arrow_small_16.png              |      Bin
 .../resources/editor/Breakpoint+PC_stroke.png      |      Bin 0 -> 569 bytes
 .../resources/editor/Breakpoint_nonline_stroke.png |      Bin 0 -> 394 bytes
 .../resources/editor/Breakpoint_stroke.png         |      Bin 0 -> 353 bytes
 .../editor/ConditionalBreakpoint_stroke.png        |      Bin 0 -> 378 bytes
 .../editor/DisabledBreakpoint+PC_stroke.png        |      Bin 0 -> 567 bytes
 .../editor/DisabledBreakpoint_nonline_stroke.png   |      Bin 0 -> 403 bytes
 .../resources/editor/DisabledBreakpoint_stroke.png |      Bin 0 -> 347 bytes
 .../DisabledConditionalBreakpoint_stroke.png       |      Bin 0 -> 354 bytes
 .../resources/editor/MultiBreakpoint+PC.png        |      Bin 566 -> 532 bytes
 .../resources/editor/MultiBreakpoint+PC_stroke.png |      Bin 0 -> 630 bytes
 .../debugger/resources/editor/MultiBreakpoint.png  |      Bin 379 -> 292 bytes
 .../resources/editor/MultiBreakpoint_stroke.png    |      Bin 0 -> 432 bytes
 .../editor/MultiDisabledBreakpoint+PC.png          |      Bin 562 -> 524 bytes
 .../editor/MultiDisabledBreakpoint+PC_stroke.png   |      Bin 0 -> 623 bytes
 .../resources/editor/MultiDisabledBreakpoint.png   |      Bin 375 -> 284 bytes
 .../editor/MultiDisabledBreakpoint_stroke.png      |      Bin 0 -> 426 bytes
 .../modules/debugger/resources/mf-layer.xml        |       96 +-
 .../resources/modes/explorer/debugging.wstcref     |       10 +
 .../modules/debugger/resources/wrong_pass.png      |      Bin 0 -> 669 bytes
 .../debugger/ui/ComponentInfoFromBeanContext.java  |      144 +
 .../debugger/ui/DebuggerManagerListener.java       |      428 +-
 .../modules/debugger/ui/DebuggerModule.java        |       65 +-
 .../modules/debugger/ui/PersistenceManager.java    |        5 +-
 .../org/netbeans/modules/debugger/ui/Utils.java    |        7 +-
 .../netbeans/modules/debugger/ui/WatchPanel.java   |       35 +-
 .../modules/debugger/ui/WatchesReader.java         |       12 +-
 .../debugger/ui/actions/AddBreakpointAction.java   |        1 +
 .../debugger/ui/actions/AddBreakpointPanel.java    |       32 +-
 .../debugger/ui/actions/AddWatchAction.java        |       13 +-
 .../modules/debugger/ui/actions/Bundle.properties  |        8 +-
 .../debugger/ui/actions/ConnectorPanel.java        |       65 +-
 .../ui/actions/DebugMainProjectAction.java         |      259 +-
 .../debugger/ui/actions/DebugProjectAction.java    |       52 +-
 .../debugger/ui/actions/DebuggerAction.java        |       27 +-
 .../modules/debugger/ui/actions/GoToHitAction.java |       71 +
 .../actions/SetCurrentThreadFromHistoryAction.java |      171 +
 .../modules/debugger/ui/actions/ViewActions.java   |       12 +-
 .../debugger/ui/models/BreakpointGroup.java        |        1 +
 .../ui/models/BreakpointsActionsProvider.java      |      312 +-
 .../debugger/ui/models/BreakpointsTreeModel.java   |       34 +-
 .../debugger/ui/models/BreakpointsViewButtons.java |        2 +-
 .../modules/debugger/ui/models/Bundle.properties   |        3 +
 .../modules/debugger/ui/models/ColumnModels.java   |       82 +-
 .../debugger/ui/models/WatchesNodeModel.java       |       34 +-
 .../ui/registry/ColumnModelContextAware.java       |        6 +-
 .../ui/registry/DVSupportContextAware.java         |      145 +
 .../debugger/ui/registry/DebuggerProcessor.java    |       14 +-
 .../modules/debugger/ui/views/CustomView.java      |      109 +
 .../netbeans/modules/debugger/ui/views/View.java   |       44 +-
 .../modules/debugger/ui/views/ViewComponent.java   |      110 +
 .../debugger/ui/views/ViewModelListener.java       |      302 +-
 .../debugger/ui/views/debugging/Bundle.properties  |      110 +
 .../debugger/ui/views/debugging/ClickableIcon.java |      228 +
 .../debugger/ui/views/debugging/DebugTreeView.java |      458 +
 .../ui/views/debugging/DebuggingViewComponent.form |      132 +
 .../ui/views/debugging/DebuggingViewComponent.java |     1411 +
 .../ui/views/debugging/DelegateViewport.java       |       85 +
 .../ui/views/debugging/FiltersDescriptor.java      |      739 +
 .../debugger/ui/views/debugging/InfoPanel.form     |      265 +
 .../debugger/ui/views/debugging/InfoPanel.java     |      986 +
 .../ui/views/debugging/KeyboardPopupSwitcher.java  |      587 +
 .../debugger/ui/views/debugging/SwitcherTable.java |      321 +
 .../ui/views/debugging/SwitcherTableItem.java      |      215 +
 .../ui/views/debugging/SwitcherTableModel.java     |      148 +
 .../debugger/ui/views/debugging/TapPanel.java      |      369 +
 .../ui/views/debugging/ThreadsHistoryAction.java   |      282 +
 .../ui/views/debugging/ThreadsListener.java        |      475 +
 .../org/netbeans/spi/debugger/ui/AttachType.java   |        6 +-
 .../netbeans/spi/debugger/ui/BreakpointType.java   |        2 +-
 .../netbeans/spi/debugger/ui/DebuggingView.java    |      674 +
 .../spi/debugger/ui/EditorContextDispatcher.java   |      554 +-
 .../spi/debugger/ui/EngineComponentsProvider.java  |      231 +
 .../netbeans/spi/debugger/ui/MethodChooser.java    |       53 +-
 .../spi/debugger/ui/PersistentController.java      |       73 +
 .../org/netbeans/spi/debugger/ui/ViewFactory.java  |      116 +
 .../netbeans/spi/debugger/ui/ViewLifecycle.java    |      153 +
 .../data/debugTestProject/nbproject/build-impl.xml |      401 -
 .../debugTestProject/nbproject/genfiles.properties |        6 -
 .../debugTestProject/nbproject/project.properties  |       58 -
 .../data/debugTestProject/nbproject/project.xml    |       15 -
 .../src/examples/advanced/MemoryView.java          |      156 -
 .../debugTestProject/src/tests/FixAndContinue.java |       45 -
 .../src/org/netbeans/debuggercore/ActionsTest.java |      261 -
 .../debuggercore/ApplyCodeChangesTest.java         |      199 -
 .../debuggercore/ClassBreakpointsTest.java         |      288 -
 .../netbeans/debuggercore/CloseSessionsTest.java   |      139 -
 .../netbeans/debuggercore/DebuggerTestCase.java    |       88 -
 .../debuggercore/DebuggingActionsTest.java         |      173 -
 .../DebuggingBreakpointsActionsTest.java           |      127 -
 .../debuggercore/ExceptionBreakpointsTest.java     |      301 -
 .../debuggercore/FieldBreakpointsTest.java         |      234 -
 .../debuggercore/LineBreakpointsHitCountTest.java  |      232 -
 .../netbeans/debuggercore/LineBreakpointsTest.java |      319 -
 .../netbeans/debuggercore/LocalVariablesTest.java  |      466 -
 .../debuggercore/MethodBreakpointsTest.java        |      288 -
 .../netbeans/debuggercore/StartDebuggerTest.java   |      169 -
 .../src/org/netbeans/debuggercore/StepsTest.java   |      187 -
 .../debuggercore/ThreadBreakpointsTest.java        |      207 -
 .../src/org/netbeans/debuggercore/Utilities.java   |      556 -
 .../src/org/netbeans/debuggercore/ViewsTest.java   |      269 -
 .../src/org/netbeans/debuggercore/WatchesTest.java |      568 -
 .../netbeans/debuggercore/ts/ActionsTestSuite.java |       78 -
 .../ts/Breakpoints_ClassTestSuite.java             |       87 -
 .../ts/Breakpoints_ExceptionTestSuite.java         |       82 -
 .../ts/Breakpoints_FieldTestSuite.java             |       83 -
 .../debuggercore/ts/Breakpoints_LineTestSuite.java |       89 -
 .../ts/Breakpoints_MethodTestSuite.java            |       87 -
 .../ts/Breakpoints_ThreadTestSuite.java            |       80 -
 .../debuggercore/ts/DebuggingActionsTestSuite.java |       76 -
 .../ts/DebuggingBreakpointsActionsTestSuite.java   |       76 -
 .../ts/LineBreakpointsHitCountTestSuite.java       |       78 -
 .../debuggercore/ts/LocalVariablesTestSuite.java   |       82 -
 .../debuggercore/ts/StartDebuggerTestSuite.java    |       81 -
 .../netbeans/debuggercore/ts/StepsTestSuite.java   |       88 -
 .../netbeans/debuggercore/ts/ViewsTestSuite.java   |       94 -
 .../netbeans/debuggercore/ts/WatchesTestSuite.java |       90 -
 .../operators/AttachJDialogOperator.java           |      307 -
 .../org/netbeans/api/debugger/BreakpointsTest.java |       47 +
 .../api/debugger/ProvidersAnnotationTest.java      |        6 +-
 .../src/org/netbeans/api/debugger/WatchesTest.java |       42 +
 .../api/debugger/providers/TestAttachType.java     |       12 +
 .../api/debugger/providers/TestBreakpointType.java |       21 +
 .../debugger/ui/EngineComponentsProviderTest.java  |      116 +
 spi.editor.hints.projects/apichanges.xml           |      152 +
 spi.editor.hints.projects/arch.xml                 |     1110 +
 spi.editor.hints.projects/build.xml                |        5 +
 spi.editor.hints.projects/manifest.mf              |        7 +
 .../nbproject/project.properties                   |        6 +
 spi.editor.hints.projects/nbproject/project.xml    |      202 +
 .../editor/hints/projects/Bundle.properties        |        1 +
 .../modules/editor/hints/projects/layer.xml        |       38 +
 .../hints/projects/settings/Bundle.properties      |        5 +
 .../settings/FileHintPreferencesProviderImpl.java  |       72 +
 .../spi/editor/hints/projects/Bundle.properties    |       43 +
 .../hints/projects/PerProjectHintsPanel.java       |      123 +
 .../hints/projects/PerProjectHintsPanelUI.form     |      106 +
 .../hints/projects/PerProjectHintsPanelUI.java     |      301 +
 .../spi/editor/hints/projects/ProjectSettings.java |       76 +
 .../projects/support/AdvancedLocationPanel.form    |       89 +
 .../projects/support/AdvancedLocationPanel.java    |      166 +
 .../hints/projects/support/Bundle.properties       |       47 +
 .../hints/projects/support/ProjectCustomizer.java  |      125 +
 .../projects/support/ProjectHintSettingPanel.form  |      126 +
 .../projects/support/ProjectHintSettingPanel.java  |      273 +
 .../projects/support/StandardProjectSettings.java  |      247 +
 spi.editor.hints/apichanges.xml                    |       42 +
 spi.editor.hints/arch.xml                          |        2 +-
 .../nbproject/org-netbeans-spi-editor-hints.sig    |       58 +-
 spi.editor.hints/nbproject/project.properties      |        6 +-
 spi.editor.hints/nbproject/project.xml             |       29 +-
 .../modules/editor/hints/AnnotationHolder.java     |      519 +-
 .../modules/editor/hints/Bundle.properties         |        3 +-
 .../netbeans/modules/editor/hints/FixAction.java   |        6 +
 .../editor/hints/HighlightsLayerFactoryImpl.java   |        2 +-
 .../modules/editor/hints/HintsControllerImpl.java  |       90 +-
 .../org/netbeans/modules/editor/hints/HintsUI.java |      318 +-
 .../modules/editor/hints/NextErrorAction.java      |        3 +-
 .../modules/editor/hints/ParseErrorAnnotation.java |       22 +-
 .../editor/hints/borrowed/ListCompletionView.java  |       45 +-
 .../friend/FileHintPreferencesProvider.java        |       56 +
 .../spi/editor/hints/ErrorDescription.java         |       47 +-
 .../spi/editor/hints/ErrorDescriptionFactory.java  |      135 +-
 .../editor/hints/settings/FileHintPreferences.java |      193 +
 .../modules/editor/hints/AnnotationHolderTest.java |       27 +-
 .../editor/hints/HintsControllerImplTest.java      |       58 +-
 .../editor/hints/ErrorDescriptionTestSupport.java  |        2 +-
 spi.java.hints/apichanges.xml                      |      153 +
 spi.java.hints/arch.xml                            |     1115 +
 spi.java.hints/build.xml                           |        5 +
 spi.java.hints/manifest.mf                         |        5 +
 .../nbproject/org-netbeans-spi-java-hints.sig      |      296 +
 spi.java.hints/nbproject/project.properties        |        7 +
 spi.java.hints/nbproject/project.xml               |      451 +
 .../java/hints/jackpot/spi/Bundle.properties       |        0
 .../java/hints/jackpot/spi/HintsRunner.java        |       69 +
 .../java/hints/jackpot/spi/PatternConvertor.java   |      113 +
 .../jackpot/spi/ProjectDependencyUpgrader.java     |       64 +
 .../hints/providers/code/CodeHintProviderImpl.java |      472 +
 .../java/hints/providers/code/FSWrapper.java       |      319 +
 .../code/ReflectiveCustomizerProvider.java         |      263 +
 .../providers/spi/ClassPathBasedHintProvider.java  |       58 +
 .../providers/spi/ElementBasedHintProvider.java    |       57 +
 .../java/hints/providers/spi/HintDescription.java  |      127 +
 .../providers/spi/HintDescriptionFactory.java      |      127 +
 .../java/hints/providers/spi/HintMetadata.java     |      224 +
 .../java/hints/providers/spi/HintProvider.java     |       54 +
 .../providers/spi/PositionRefresherHelper.java     |      105 +
 .../modules/java/hints/providers/spi/Trigger.java  |      159 +
 .../modules/java/hints/spiimpl/Bundle.properties   |        4 +
 .../netbeans/modules/java/hints/spiimpl/Hacks.java |      219 +
 .../modules/java/hints/spiimpl/JackpotTrees.java   |      246 +
 .../modules/java/hints/spiimpl/JavaFixImpl.java    |      160 +
 .../hints/spiimpl/JavaHintsPositionRefresher.java  |      161 +
 .../modules/java/hints/spiimpl/MessageImpl.java    |       61 +
 .../modules/java/hints/spiimpl/RulesManager.java   |       68 +
 .../java/hints/spiimpl/RulesManagerImpl.java       |      144 +
 .../modules/java/hints/spiimpl/SPIAccessor.java    |       85 +
 .../modules/java/hints/spiimpl/SyntheticFix.java   |       46 +
 .../modules/java/hints/spiimpl/Utilities.java      |     1577 +
 .../java/hints/spiimpl/batch/BatchSearch.java      |      643 +
 .../java/hints/spiimpl/batch/BatchUtilities.java   |      583 +
 .../hints/spiimpl/batch/ProgressHandleWrapper.java |      293 +
 .../modules/java/hints/spiimpl/batch/Scopes.java   |      141 +
 .../java/hints/spiimpl/hints/HintsInvoker.java     |      874 +
 .../java/hints/spiimpl/hints/HintsTask.java        |      254 +
 .../ipi/upgrade/ProjectDependencyUpgrader.java     |       64 +
 .../java/hints/spiimpl/options/HintsSettings.java  |      151 +
 .../modules/java/hints/spiimpl/pm/BulkSearch.java  |      190 +
 .../spiimpl/pm/CopyFinderBasedBulkSearch.java      |      141 +
 .../modules/java/hints/spiimpl/pm/NFA.java         |      217 +
 .../java/hints/spiimpl/pm/NFABasedBulkSearch.java  |      826 +
 .../java/hints/spiimpl/pm/PatternCompiler.java     |       72 +
 .../hints/spiimpl}/processor/Bundle.properties     |        0
 .../processor/JavaHintsAnnotationProcessor.java    |      635 +
 .../org/netbeans/spi/java/hints/BooleanOption.java |       87 +
 .../org/netbeans/spi/java/hints/Bundle.properties  |        7 +
 .../spi/java/hints/ConstraintVariableType.java     |       73 +
 .../spi/java/hints/CustomizerProvider.java         |       70 +
 .../spi/java/hints/ErrorDescriptionFactory.java    |      634 +
 .../src/org/netbeans/spi/java/hints/Hint.java      |      128 +
 .../org/netbeans/spi/java/hints/HintContext.java   |      197 +
 .../org/netbeans/spi/java/hints/HintSeverity.java  |       69 +
 .../org/netbeans/spi/java/hints/IntegerOption.java |       99 +
 .../src/org/netbeans/spi/java/hints/JavaFix.java   |      350 +
 .../netbeans/spi/java/hints/JavaFixUtilities.java  |     1716 +
 .../netbeans/spi/java/hints/MatcherUtilities.java  |      157 +
 .../netbeans/spi/java/hints/TriggerPattern.java    |       93 +
 .../netbeans/spi/java/hints/TriggerPatterns.java   |       60 +
 .../netbeans/spi/java/hints/TriggerTreeKind.java   |       66 +
 .../org/netbeans/spi/java/hints/UseOptions.java    |       64 +
 .../spi/java/hints/support/FixFactory.java         |      171 +
 .../java/hints/support/TransformationSupport.java  |      311 +
 .../providers/code/CodeHintProviderImplTest.java   |      114 +
 .../java/hints/providers/code/FSWrapperTest.java   |      221 +
 .../java/hints/providers/code/TestAnnotations.java |      109 +
 .../modules/java/hints/spiimpl/TestBase.java       |      130 +
 .../java/hints/spiimpl/TestCompilerSettings.java   |       60 +
 .../modules/java/hints/spiimpl/TestUtilities.java  |       67 +
 .../modules/java/hints/spiimpl/UtilitiesTest.java  |      673 +
 .../java/hints/spiimpl/batch/BatchSearchTest.java  |      458 +
 .../hints/spiimpl/batch/BatchUtilitiesTest.java    |      222 +
 .../spiimpl/batch/ProgressHandleWrapperTest.java   |       66 +
 .../java/hints/spiimpl/batch/TestUtils.java        |      135 +
 .../java/hints/spiimpl/hints/HintsInvokerTest.java |      895 +
 .../hints/spiimpl/pm/BulkSearchTestPerformer.java  |      694 +
 .../spiimpl/pm/CopyFinderBasedBulkSearchTest.java  |       99 +
 .../hints/spiimpl/pm/NFABasedBulkSearchTest.java   |       69 +
 .../java/hints/spiimpl/pm/PatternCompilerTest.java |      203 +
 .../hints/spiimpl/pm/PatternCompilerUtilities.java |       88 +
 .../JavaHintsAnnotationProcessorTest.java          |      149 +
 .../spi/java/hints/JavaFixUtilitiesTest.java       |     1238 +
 .../spi/java/hints/MatcherUtilitiesTest.java       |      113 +
 .../spi/java/hints/matching/CopyFinderTest.java    |     1665 +
 .../spi/java/hints/support/FixFactoryTest.java     |       79 +
 spi.navigator/apichanges.xml                       |       52 +-
 spi.navigator/arch.xml                             |       42 +-
 spi.navigator/manifest.mf                          |        2 +-
 .../nbproject/org-netbeans-spi-navigator.sig       |       63 +-
 spi.navigator/nbproject/project.properties         |        4 +-
 spi.navigator/nbproject/project.xml                |       17 +-
 .../netbeans/modules/navigator/Bundle.properties   |        3 -
 .../org/netbeans/modules/navigator/LazyPanel.java  |      137 +
 .../modules/navigator/NavigatorController.java     |      597 +-
 .../NavigatorPanelRegistrationProcessor.java       |      100 +
 .../netbeans/modules/navigator/NavigatorTC.form    |       26 +-
 .../netbeans/modules/navigator/NavigatorTC.java    |      174 +-
 .../modules/navigator/ProviderRegistry.java        |        2 +-
 .../netbeans/modules/navigator/resources/layer.xml |       24 +-
 .../netbeans/spi/navigator/NavigatorDisplayer.java |      122 +
 .../netbeans/spi/navigator/NavigatorHandler.java   |       39 +-
 .../org/netbeans/spi/navigator/NavigatorPanel.java |       51 +-
 .../spi/navigator/NavigatorPanelWithToolbar.java   |       67 +
 .../spi/navigator/NavigatorPanelWithUndo.java      |        4 +-
 .../spi/navigator/doc-files/BasicNavPanelImpl_java |        1 +
 .../spi/navigator/doc-files/basicNavLayer.xml      |       62 -
 .../modules/navigator/NavigatorControllerTest.java |       11 +-
 .../modules/navigator/NavigatorTCTest.java         |      591 +-
 .../resources/NavigatorControllerTestProvider.xml  |       14 +
 ...estCorrectCallsOfNavigatorPanelMethodsLayer.xml |       36 +
 .../spi/navigator/NavigatorHandlerTest.java        |       75 +-
 .../navigator/NavigatorPanelWithToolbarTest.java   |      244 +
 spi.palette/apichanges.xml                         |       57 +
 spi.palette/manifest.mf                            |        3 +-
 spi.palette/nbproject/org-netbeans-spi-palette.sig |       59 +-
 spi.palette/nbproject/project.properties           |        7 +
 spi.palette/nbproject/project.xml                  |       27 +-
 .../org/netbeans/modules/palette/Bundle.properties |        2 +-
 .../netbeans/modules/palette/DefaultSettings.java  |      106 +-
 .../palette/PaletteEnvironmentProvider.java        |        6 +-
 .../netbeans/modules/palette/PaletteItemNode.java  |       23 +-
 .../palette/PaletteItemRegistrationProcessor.java  |      165 +
 .../modules/palette/ShowPaletteAction.java         |        2 +-
 .../src/org/netbeans/modules/palette/Utils.java    |       17 +-
 .../modules/palette/ui/CategoryButton.java         |        2 +
 .../netbeans/modules/palette/ui/PalettePanel.java  |       23 +-
 .../netbeans/modules/palette/ui/TextImporter.java  |        5 +-
 .../src/org/netbeans/spi/palette/Bundle.properties |       42 +
 .../spi/palette/PaletteItemRegistration.java       |      136 +
 .../spi/palette/PaletteItemRegistrations.java      |       65 +
 .../org/netbeans/spi/palette/PaletteModule.java    |       27 +-
 .../org/netbeans/spi/palette/PaletteSwitch.java    |       69 +-
 .../netbeans/spi/palette/PaletteVisibility.java    |       41 +-
 .../PaletteItemRegistrationProcessorTest.java      |      203 +
 spi.quicksearch/arch.xml                           |       49 +-
 spi.quicksearch/manifest.mf                        |        2 +-
 .../nbproject/org-netbeans-spi-quicksearch.sig     |        2 +-
 spi.quicksearch/nbproject/project.properties       |        2 +
 spi.quicksearch/nbproject/project.xml              |       37 +-
 .../quicksearch/AbstractQuickSearchComboBar.java   |      387 +-
 .../org/netbeans/modules/quicksearch/Accessor.java |        2 +-
 .../netbeans/modules/quicksearch/Bundle.properties |       10 +-
 .../modules/quicksearch/CommandEvaluator.java      |      118 +-
 .../modules/quicksearch/ProviderModel.java         |        6 +-
 .../modules/quicksearch/QuickSearchAction.java     |        4 +-
 .../modules/quicksearch/QuickSearchComboBar.java   |       31 +-
 .../modules/quicksearch/QuickSearchPopup.form      |        4 +-
 .../modules/quicksearch/QuickSearchPopup.java      |      216 +-
 .../netbeans/modules/quicksearch/ResultsModel.java |       22 +-
 .../modules/quicksearch/SearchResultRender.java    |        2 +-
 .../modules/quicksearch/recent/RecentProvider.java |       19 +
 .../modules/quicksearch/recent/RecentSearches.java |      174 +-
 .../netbeans/spi/quicksearch/SearchProvider.java   |        2 +-
 .../netbeans/spi/quicksearch/SearchResponse.java   |       29 +-
 .../AbstractQuickSearchComboBarTest.java           |       76 +
 .../modules/quicksearch/CommandEvaluatorTest.java  |       95 +
 .../modules/quicksearch/ResultsModelTest.java      |       19 +-
 .../modules/quicksearch/UnitTestUtils.java         |        4 +-
 spi.tasklist/apichanges.xml                        |       15 +
 spi.tasklist/arch.xml                              |        2 +
 .../nbproject/org-netbeans-spi-tasklist.sig        |        6 +-
 spi.tasklist/nbproject/project.properties          |        4 +-
 spi.tasklist/nbproject/project.xml                 |        6 +-
 .../modules/tasklist/trampoline/TaskManager.java   |       10 +
 .../org/netbeans/spi/tasklist/PushTaskScanner.java |       17 +
 .../src/org/netbeans/spi/tasklist/Task.java        |        8 +-
 .../netbeans/spi/tasklist/ScannerCallbackTest.java |       10 +
 spi.viewmodel/apichanges.xml                       |       33 +
 spi.viewmodel/examples/TreeModelExample1.java      |       43 +
 spi.viewmodel/examples/TreeModelExample2.java      |       43 +
 spi.viewmodel/examples/TreeModelExample3.java      |       43 +
 spi.viewmodel/examples/TreeModelExample4.java      |       43 +
 spi.viewmodel/manifest.mf                          |        2 +-
 .../nbproject/org-netbeans-spi-viewmodel.sig       |       46 +-
 spi.viewmodel/nbproject/project.properties         |        9 +
 spi.viewmodel/nbproject/project.xml                |       14 +-
 .../src/org/netbeans/modules/viewmodel/Column.java |        5 +
 .../modules/viewmodel/DelegatingCellEditor.java    |       28 +-
 .../modules/viewmodel/HyperColumnModel.java        |       20 +
 .../modules/viewmodel/ModelRootChangeListener.java |       54 +
 .../netbeans/modules/viewmodel/OutlineTable.java   |      324 +-
 .../netbeans/modules/viewmodel/TreeModelNode.java  |      302 +-
 .../netbeans/modules/viewmodel/TreeModelRoot.java  |       15 +-
 .../org/netbeans/spi/viewmodel/ColumnModel.java    |        9 -
 .../src/org/netbeans/spi/viewmodel/ModelEvent.java |       46 +
 .../src/org/netbeans/spi/viewmodel/Models.java     |     1032 +-
 .../src/org/netbeans/spi/viewmodel/NodeModel.java  |        8 +-
 .../org/netbeans/spi/viewmodel/TableHTMLModel.java |       90 +
 .../spi/viewmodel/TableHTMLModelFilter.java        |      102 +
 .../src/org/netbeans/spi/viewmodel/TableModel.java |        4 -
 .../spi/viewmodel/TablePropertyEditorsModel.java   |       67 +
 .../viewmodel/TablePropertyEditorsModelFilter.java |       70 +
 .../src/org/netbeans/spi/viewmodel/TreeModel.java  |        2 +-
 .../netbeans/spi/viewmodel/TreeModelFilter.java    |        2 +-
 spring.beans/nbproject/project.properties          |       11 +-
 spring.beans/nbproject/project.xml                 |      183 +-
 .../modules/spring/api/SpringUtilities.java        |       29 +-
 .../spring/api/beans/SpringAnnotations.java        |       63 +
 .../modules/spring/api/beans/SpringScope.java      |       42 +-
 .../beans/model/AbstractModelImplementation.java   |      109 +
 .../modules/spring/api/beans/model/Location.java   |        3 +-
 .../modules/spring/api/beans/model/ModelUnit.java  |      143 +
 .../api/beans/model/SpringMetaModelSupport.java    |      127 +
 .../spring/api/beans/model/SpringModel.java        |       76 +
 .../spring/api/beans/model/SpringModelFactory.java |      104 +
 .../modules/spring/beans/BeansAttributes.java      |        1 +
 .../modules/spring/beans/BeansElements.java        |        1 +
 .../spring/beans/ProjectConfigFileManagerImpl.java |        2 +-
 .../spring/beans/ProjectSpringScopeProvider.java   |        4 +
 .../spring/beans/completion/CompletionContext.java |      119 +-
 .../spring/beans/completion/CompletorRegistry.java |       13 +-
 .../completion/OpenTagCompletionProvider.java      |       48 +-
 .../completion/SpringXMLConfigCompletionDoc.java   |        8 +-
 .../completion/SpringXMLConfigCompletionItem.java  |      299 +-
 .../completion/completors/BeanIdCompletor.java     |        5 +-
 .../completors/InitDestroyMethodCompletor.java     |        2 +-
 .../completors/JavaPackageCompletor.java           |      127 +
 .../completion/completors/PNamespaceCompletor.java |        2 +-
 .../completion/completors/PropertyCompletor.java   |       10 +-
 .../spring/beans/editor/BeanClassFinder.java       |      141 +-
 .../beans/editor/SpringXMLConfigEditorUtils.java   |       96 +-
 .../hyperlink/FactoryMethodHyperlinkProcessor.java |        2 +
 .../hyperlink/JavaMethodHyperlinkProcessor.java    |        6 +-
 .../beans/hyperlink/PHyperlinkProcessor.java       |       95 +-
 .../hyperlink/PropertyHyperlinkProcessor.java      |      146 +-
 .../hyperlink/ResourceHyperlinkProcessor.java      |       47 +-
 .../spring/beans/index/SpringBinaryIndexer.java    |      103 +-
 .../spring/beans/jumpto/BeanTypeDescriptor.java    |        2 +-
 .../beans/jumpto/SpringBeansTypeProvider.java      |       30 +
 .../beans/loader/SpringXMLConfigDataObject.java    |       37 +-
 .../beans/model/impl/ConfigFileLocation.java       |       11 +-
 .../model/impl/ConfigFileSpringBeanSource.java     |        6 +-
 .../spring/beans/model/impl/ObjectProviders.java   |      131 +
 .../spring/beans/model/impl/Refreshable.java       |       53 +
 .../model/impl/SpringAnnotatedBeanLocation.java    |       69 +
 .../spring/beans/model/impl/SpringBeanImpl.java    |      214 +
 .../model/impl/SpringModelImplementation.java      |       94 +
 .../model/impl/SpringModelProviderFactoryImpl.java |       62 +
 .../beans/model/impl/SpringModelProviderImpl.java  |      152 +
 .../beans/refactoring/AttributeValueFinder.java    |       13 +-
 .../beans/refactoring/JavaElementRefFinder.java    |        6 +-
 .../beans/refactoring/ModificationTransaction.java |       96 -
 .../spring/beans/refactoring/Modifications.java    |       25 +-
 .../spring/beans/refactoring/Occurrences.java      |        2 +
 .../beans/refactoring/PropertyRefFinder.java       |        2 +-
 .../refactoring/plugins/SpringMovePlugin.java      |       10 +-
 .../refactoring/plugins/SpringRenamePlugin.java    |       14 +-
 .../spring/beans/resources/Bundle.properties       |        2 +-
 .../beans/resources/SpringXMLConfigResolver.xml    |       72 -
 .../modules/spring/beans/resources/layer.xml       |       17 +-
 .../resources/templates/springXMLConfig.template   |        8 +-
 .../spring/beans/ui/customizer/Bundle.properties   |       10 +-
 .../spring/beans/ui/customizer/ConfigFilesUIs.java |       61 +-
 .../ui/customizer/SelectConfigFilesPanel.form      |       71 +-
 .../ui/customizer/SelectConfigFilesPanel.java      |      115 +-
 .../beans/ui/customizer/SpringCustomizerPanel.form |       20 +-
 .../beans/ui/customizer/SpringCustomizerPanel.java |      180 +-
 .../spring/beans/utils/ElementSeekerTask.java      |       88 +
 .../wizards/NewSpringXMLConfigWizardIterator.java  |       53 +-
 .../beans/wizards/SpringXMLConfigGroupVisual.form  |        7 +-
 .../beans/wizards/SpringXMLConfigGroupVisual.java  |       20 +-
 .../wizards/SpringXMLConfigNamespacesVisual.form   |       40 +-
 .../wizards/SpringXMLConfigNamespacesVisual.java   |       48 +-
 .../netbeans/modules/spring/java/JavaUtils.java    |      135 +-
 .../spring/spi/beans/SpringModelProvider.java      |       54 +
 .../spi/beans/SpringModelProviderFactory.java      |       52 +
 .../modules/spring/util/SpringBeansUIs.java        |        3 +-
 .../api/beans/model/CommonAnnotationTestCase.java  |      281 +
 .../spring/api/beans/model/ModelUnitTest.java      |       68 +
 .../beans/model/SpringModelAnnotationsTest.java    |      237 +
 .../api/beans/model/SpringModelFactoryTest.java    |       76 +
 .../beans/completion/CompletionContextTest.java    |       17 +-
 .../model/impl/ConfigFileSpringBeanSourceTest.java |        2 +-
 spring.webmvc/external/binaries-list               |        1 -
 .../external/spring-webmvc-2.5.6.SEC01-license.txt |      208 -
 spring.webmvc/manifest.mf                          |        2 +-
 spring.webmvc/nbproject/project.properties         |        7 +-
 spring.webmvc/nbproject/project.xml                |       74 +-
 .../modules/spring/webmvc/Bundle.properties        |        1 +
 .../spring/webmvc/SpringConfigPanelVisual.form     |       25 +-
 .../spring/webmvc/SpringConfigPanelVisual.java     |      162 +-
 .../spring/webmvc/SpringWebFrameworkProvider.java  |        1 -
 .../spring/webmvc/SpringWebModuleExtender.java     |       73 +-
 .../modules/spring/webmvc/editor/AddBeanPanel.java |       28 +-
 .../spring/webmvc/editor/AddBeanPanelVisual.form   |       75 +-
 .../spring/webmvc/editor/AddBeanPanelVisual.java   |      147 +-
 .../modules/spring/webmvc/editor/Bundle.properties |        3 +-
 .../editor/SpringBeansELVariableResolver.java      |      100 +-
 .../spring/webmvc/resources/Bundle.properties      |        4 +-
 .../modules/spring/webmvc/resources/layer.xml      |       16 +-
 .../spring/webmvc/resources/spring-webmvc-2.5.xml  |       66 -
 .../spring/webmvc/resources/spring-webmvc-3.0.xml  |       18 +-
 .../spring/webmvc/resources/spring-webmvc-4.0.xml  |       67 +
 .../templates/AbstractController.template          |        2 +-
 .../templates/SimpleFormController.template        |        2 +-
 .../templates/applicationContext.template          |       30 -
 .../templates/applicationContext31.template        |       24 +
 .../templates/applicationContext40.template        |       25 +
 .../templates/dispatcher-servlet.template          |       45 -
 .../templates/dispatcher-servlet31.template        |       38 +
 .../templates/dispatcher-servlet40.template        |       39 +
 subversion/build.xml                               |        3 +-
 .../netbeans/modules/subversion/docs/credits.html  |       48 -
 .../netbeans/modules/subversion/docs/pending.html  |       25 -
 .../modules/subversion/docs/svnmodule-toc.xml      |       38 -
 .../netbeans/modules/subversion/docs/svnmodule.hs  |       41 -
 .../netbeans/modules/subversion/docs/svnmodule.jhm |      194 -
 .../docs/svnmodule/csh/svn_auth_failed_dialog.html |       48 -
 .../csh/svn_browse_rep_folders_dialog.html         |       47 -
 .../docs/svnmodule/csh/svn_cert_verification.html  |       55 -
 .../docs/svnmodule/csh/svn_chkout_wizard_p1.html   |       83 -
 .../docs/svnmodule/csh/svn_chkout_wizard_p2.html   |       64 -
 .../docs/svnmodule/csh/svn_commit_dialog.html      |      103 -
 .../docs/svnmodule/csh/svn_copyto_dialog.html      |       64 -
 .../docs/svnmodule/csh/svn_diff_viewer.html        |      125 -
 .../docs/svnmodule/csh/svn_history_viewer.html     |       98 -
 .../docs/svnmodule/csh/svn_import_wizard_p1.html   |       72 -
 .../docs/svnmodule/csh/svn_import_wizard_p2.html   |       58 -
 .../docs/svnmodule/csh/svn_import_wizard_p3.html   |       74 -
 .../docs/svnmodule/csh/svn_manage_labels.html      |       57 -
 .../docs/svnmodule/csh/svn_merge_dialog.html       |       79 -
 .../docs/svnmodule/csh/svn_merge_resolver.html     |       47 -
 .../subversion/docs/svnmodule/csh/svn_options.html |       79 -
 .../docs/svnmodule/csh/svn_prop_editor.html        |       76 -
 .../docs/svnmodule/csh/svn_relocate_dialog.html    |       72 -
 .../docs/svnmodule/csh/svn_revert_mod_dialog.html  |       55 -
 .../docs/svnmodule/csh/svn_search_rev_dialog.html  |       49 -
 .../docs/svnmodule/csh/svn_select_dialog.html      |       41 -
 .../docs/svnmodule/csh/svn_switch_dialog.html      |       55 -
 .../docs/svnmodule/csh/svn_versioning_window.html  |      107 -
 .../svnmodule/csh/vcs_open_projects_dialog.html    |       42 -
 .../subversion/docs/svnmodule/images/arrow.png     |      Bin 510 -> 0 bytes
 .../docs/svnmodule/images/blue_badge.png           |      Bin 818 -> 0 bytes
 .../docs/svnmodule/images/blue_status.png          |      Bin 854 -> 0 bytes
 .../subversion/docs/svnmodule/images/both_mod.png  |      Bin 744 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle1.gif   |      Bin 411 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle2.gif   |      Bin 417 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle3.gif   |      Bin 432 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle4.gif   |      Bin 420 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle5.gif   |      Bin 428 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle6.gif   |      Bin 430 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle7.gif   |      Bin 423 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle8.gif   |      Bin 425 -> 0 bytes
 .../subversion/docs/svnmodule/images/circle9.gif   |      Bin 437 -> 0 bytes
 .../subversion/docs/svnmodule/images/commit.png    |      Bin 697 -> 0 bytes
 .../docs/svnmodule/images/conflicts-badge.png      |      Bin 284 -> 0 bytes
 .../subversion/docs/svnmodule/images/diff-next.png |      Bin 404 -> 0 bytes
 .../subversion/docs/svnmodule/images/diff-prev.png |      Bin 395 -> 0 bytes
 .../subversion/docs/svnmodule/images/diff.png      |      Bin 669 -> 0 bytes
 .../docs/svnmodule/images/green_status.png         |      Bin 862 -> 0 bytes
 .../docs/svnmodule/images/grey_status.png          |      Bin 866 -> 0 bytes
 .../subversion/docs/svnmodule/images/insert.png    |      Bin 456 -> 0 bytes
 .../docs/svnmodule/images/load_template.png        |      Bin 526 -> 0 bytes
 .../docs/svnmodule/images/locally_mod.png          |      Bin 606 -> 0 bytes
 .../docs/svnmodule/images/recent_msgs.png          |      Bin 444 -> 0 bytes
 .../subversion/docs/svnmodule/images/red_badge.png |      Bin 832 -> 0 bytes
 .../docs/svnmodule/images/red_status.png           |      Bin 854 -> 0 bytes
 .../subversion/docs/svnmodule/images/refresh.png   |      Bin 563 -> 0 bytes
 .../docs/svnmodule/images/remotely_mod.png         |      Bin 803 -> 0 bytes
 .../subversion/docs/svnmodule/images/remove.png    |      Bin 375 -> 0 bytes
 .../docs/svnmodule/images/strikethrough_status.png |      Bin 869 -> 0 bytes
 .../subversion/docs/svnmodule/images/update.png    |      Bin 732 -> 0 bytes
 .../subversion/docs/svnmodule/svn_about.html       |       98 -
 .../subversion/docs/svnmodule/svn_branches.html    |      157 -
 .../subversion/docs/svnmodule/svn_checkout.html    |       88 -
 .../subversion/docs/svnmodule/svn_commit.html      |      104 -
 .../subversion/docs/svnmodule/svn_diff.html        |       99 -
 .../subversion/docs/svnmodule/svn_histories.html   |       92 -
 .../subversion/docs/svnmodule/svn_import.html      |       81 -
 .../subversion/docs/svnmodule/svn_merge.html       |       68 -
 .../docs/svnmodule/svn_mergeresolve.html           |       65 -
 .../subversion/docs/svnmodule/svn_overview.html    |      115 -
 .../subversion/docs/svnmodule/svn_patch.html       |       85 -
 .../subversion/docs/svnmodule/svn_quickref.html    |      131 -
 .../docs/svnmodule/svn_recover_deleted.html        |       51 -
 .../subversion/docs/svnmodule/svn_revert.html      |       67 -
 .../subversion/docs/svnmodule/svn_setup.html       |       77 -
 .../subversion/docs/svnmodule/svn_status.html      |      143 -
 .../subversion/docs/svnmodule/svn_updating.html    |       67 -
 .../subversion/docs/svnmodule/svn_using.html       |      110 -
 subversion/nbproject/project.properties            |       26 +-
 subversion/nbproject/project.xml                   |       82 +-
 .../org/netbeans/modules/subversion/Annotator.java |      291 +-
 .../netbeans/modules/subversion/Bundle.properties  |       51 +-
 .../modules/subversion/DiskMapTurboProvider.java   |      200 +-
 .../modules/subversion/FileInformation.java        |       69 +-
 .../modules/subversion/FileStatusCache.java        |      343 +-
 .../modules/subversion/FilesystemHandler.java      |      275 +-
 .../modules/subversion/HistoryProvider.java        |      364 +
 .../netbeans/modules/subversion/OutputLogger.java  |        4 +-
 .../netbeans/modules/subversion/Subversion.java    |      100 +-
 .../netbeans/modules/subversion/SubversionVCS.java |       93 +-
 .../subversion/SubversionVisibilityQuery.java      |       30 +-
 .../netbeans/modules/subversion/SvnFileNode.java   |       35 +-
 .../modules/subversion/SvnModuleConfig.java        |       93 +-
 .../netbeans/modules/subversion/VersionsCache.java |       47 +-
 .../subversion/WorkingCopyAttributesCache.java     |       54 +-
 .../modules/subversion/api/Subversion.java         |       21 +-
 .../subversion/client/AcceptCertificatePanel.form  |        8 +-
 .../subversion/client/AcceptCertificatePanel.java  |       17 +-
 .../modules/subversion/client/Bundle.properties    |       22 +-
 .../modules/subversion/client/CommandReport.form   |       10 +-
 .../modules/subversion/client/CommandReport.java   |       24 +-
 .../modules/subversion/client/DownloadPanel.form   |      209 -
 .../modules/subversion/client/DownloadPanel.java   |      187 -
 .../modules/subversion/client/DownloadPlugin.java  |      150 -
 .../modules/subversion/client/MissingClient.java   |      155 +-
 .../subversion/client/MissingClientPanel.form      |      114 +-
 .../subversion/client/MissingClientPanel.java      |       97 +-
 .../subversion/client/PropertiesClient.java        |       14 +-
 .../client/SvnClientExceptionHandler.java          |      311 +-
 .../subversion/client/SvnClientFactory.java        |       87 +-
 .../client/SvnClientInvocationHandler.java         |      275 +-
 .../client/SvnCmdLineClientInvocationHandler.java  |      106 -
 .../subversion/client/SvnProgressSupport.java      |        5 +-
 .../modules/subversion/client/cli/CLIStatus.java   |       14 +-
 .../modules/subversion/client/cli/Commandline.java |        6 +-
 .../subversion/client/cli/CommandlineClient.java   |      264 +-
 .../modules/subversion/client/cli/SvnCommand.java  |       36 +-
 .../subversion/client/cli/commands/LogCommand.java |       19 +-
 .../client/cli/commands/RemoveCommand.java         |        9 +-
 .../client/cli/commands/StatusCommand.java         |       21 +-
 .../client/cli/commands/UpgradeCommand.java        |       72 +
 .../client/cli/commands/VersionCommand.java        |        9 -
 .../subversion/client/parser/EntriesCache.java     |       13 +-
 .../subversion/client/parser/ParserSvnStatus.java  |       10 +
 .../modules/subversion/config/SvnConfigFiles.java  |       59 +-
 .../notifications/NotificationsManager.java        |       57 +-
 .../options/AnnotationColorProvider.java           |       90 +-
 .../options/AnnotationSettingsPanel.form           |        6 +-
 .../options/AnnotationSettingsPanel.java           |       80 +-
 .../modules/subversion/options/Bundle.properties   |       40 +-
 .../subversion/options/EditAnnotationPanel.form    |        8 +-
 .../subversion/options/EditAnnotationPanel.java    |       42 +-
 .../modules/subversion/options/LabelsPanel.form    |        8 +-
 .../modules/subversion/options/LabelsPanel.java    |       12 +-
 .../subversion/options/SvnOptionsController.java   |      179 +-
 .../subversion/options/SvnOptionsPanel.form        |      579 +-
 .../subversion/options/SvnOptionsPanel.java        |      455 +-
 .../modules/subversion/resources/helpset-decl.xml  |       49 -
 .../modules/subversion/resources/helpset-ref.xml   |       49 -
 .../subversion/resources/icons/annotate.png        |      Bin 370 -> 401 bytes
 .../subversion/resources/icons/commit24.png        |      Bin 757 -> 749 bytes
 .../resources/icons/conflict-resolve.png           |      Bin 0 -> 715 bytes
 .../resources/icons/conflict-resolve24.png         |      Bin 0 -> 998 bytes
 .../subversion/resources/icons/get_clean.png       |      Bin 661 -> 690 bytes
 .../subversion/resources/icons/properties.png      |      Bin 0 -> 772 bytes
 .../subversion/resources/icons/properties24.png    |      Bin 0 -> 935 bytes
 .../subversion/resources/icons/reintegrate.png     |      Bin 0 -> 4916 bytes
 .../subversion/resources/icons/search_history.png  |      Bin 0 -> 832 bytes
 .../resources/icons/search_history24.png           |      Bin 0 -> 1056 bytes
 .../subversion/resources/icons/show_changes.png    |      Bin 0 -> 592 bytes
 .../subversion/resources/icons/show_changes24.png  |      Bin 0 -> 697 bytes
 .../subversion/resources/icons/update24.png        |      Bin 775 -> 817 bytes
 .../modules/subversion/resources/svn-layer.xml     |       48 +-
 .../subversion/ui/actions/ContextAction.java       |       54 +-
 .../modules/subversion/ui/blame/AnnotationBar.java |      106 +-
 .../subversion/ui/blame/AnnotationBarManager.java  |        2 +-
 .../modules/subversion/ui/blame/BlameAction.java   |       35 +-
 .../modules/subversion/ui/blame/Bundle.properties  |       11 -
 .../modules/subversion/ui/blame/TooltipWindow.java |       73 +-
 .../modules/subversion/ui/browser/Browser.java     |       88 +-
 .../subversion/ui/browser/ControlPanel.form        |        4 +-
 .../subversion/ui/browser/ControlPanel.java        |       10 +-
 .../subversion/ui/browser/RepositoryPathNode.java  |       40 +-
 .../subversion/ui/browser/RepositoryPaths.java     |       28 +-
 .../subversion/ui/checkout/Bundle.properties       |       74 +-
 .../subversion/ui/checkout/CheckoutAction.java     |      123 +-
 .../subversion/ui/cleanup/Bundle.properties        |       46 -
 .../subversion/ui/cleanup/CleanupAction.java       |      123 -
 .../modules/subversion/ui/commit/Bundle.properties |       31 +-
 .../modules/subversion/ui/commit/CommitAction.java |      283 +-
 .../modules/subversion/ui/commit/CommitPanel.java  |       63 +-
 .../modules/subversion/ui/commit/CommitTable.java  |       90 +-
 .../subversion/ui/commit/CommitTableModel.java     |        3 +-
 .../ui/commit/ConflictResolvedAction.java          |       11 +-
 .../subversion/ui/commit/DeleteLocalAction.java    |       65 +-
 .../ui/commit/ExcludeFromCommitAction.java         |        3 +-
 .../modules/subversion/ui/copy/BranchPicker.java   |      210 +
 .../subversion/ui/copy/BranchPickerPanel.form      |       86 +
 .../subversion/ui/copy/BranchPickerPanel.java      |      110 +
 .../modules/subversion/ui/copy/Bundle.properties   |       39 +-
 .../modules/subversion/ui/copy/CopyDialog.java     |      277 +-
 .../modules/subversion/ui/copy/CreateCopy.java     |        8 +-
 .../subversion/ui/copy/CreateCopyAction.java       |       98 +-
 .../subversion/ui/copy/CreateCopyPanel.form        |       49 +-
 .../subversion/ui/copy/CreateCopyPanel.java        |      179 +-
 .../netbeans/modules/subversion/ui/copy/Merge.java |      194 +-
 .../modules/subversion/ui/copy/MergeAction.java    |       64 +-
 .../subversion/ui/copy/MergeBranchPanel.form       |       92 +
 .../subversion/ui/copy/MergeBranchPanel.java       |      112 +
 .../subversion/ui/copy/MergeOneFolderPanel.form    |      118 +-
 .../subversion/ui/copy/MergeOneFolderPanel.java    |      126 +-
 .../modules/subversion/ui/copy/MergePanel.form     |       22 +-
 .../modules/subversion/ui/copy/MergePanel.java     |       84 +-
 .../subversion/ui/copy/MergeSinceOriginPanel.form  |       67 +-
 .../subversion/ui/copy/MergeSinceOriginPanel.java  |       84 +-
 .../subversion/ui/copy/MergeTwoFoldersPanel.form   |      107 +-
 .../subversion/ui/copy/MergeTwoFoldersPanel.java   |      149 +-
 .../subversion/ui/copy/OneFolderPreviewPanel.form  |       16 +-
 .../subversion/ui/copy/OneFolderPreviewPanel.java  |       48 +-
 .../ui/copy/ReintegrateBranchPreviewPanel.form     |       78 +
 .../ui/copy/ReintegrateBranchPreviewPanel.java     |      111 +
 .../ui/copy/SinceOriginPreviewPanel.form           |       16 +-
 .../ui/copy/SinceOriginPreviewPanel.java           |       42 +-
 .../modules/subversion/ui/copy/SwitchTo.java       |        3 +-
 .../modules/subversion/ui/copy/SwitchToAction.java |       50 +-
 .../modules/subversion/ui/copy/SwitchToPanel.form  |       29 +-
 .../modules/subversion/ui/copy/SwitchToPanel.java  |       77 +-
 .../subversion/ui/copy/TwoFoldersPreviewPanel.form |        6 +-
 .../subversion/ui/copy/TwoFoldersPreviewPanel.java |       42 +-
 .../modules/subversion/ui/diff/Bundle.properties   |       69 +-
 .../modules/subversion/ui/diff/DiffAction.java     |      131 +-
 .../modules/subversion/ui/diff/DiffFileTable.java  |      119 +-
 .../modules/subversion/ui/diff/DiffNode.java       |       23 +-
 .../subversion/ui/diff/DiffStreamSource.java       |        9 +-
 .../modules/subversion/ui/diff/DiffToAction.java   |      150 +
 .../subversion/ui/diff/DiffTopComponent.java       |        8 -
 .../subversion/ui/diff/ExportDiffAction.java       |      108 +-
 .../modules/subversion/ui/diff/MultiDiffPanel.form |      140 +-
 .../modules/subversion/ui/diff/MultiDiffPanel.java |      734 +-
 .../subversion/ui/diff/RevisionSetupsSupport.java  |      580 +
 .../modules/subversion/ui/diff/SelectDiffTree.java |      151 +
 .../subversion/ui/diff/SelectDiffTreePanel.form    |      137 +
 .../subversion/ui/diff/SelectDiffTreePanel.java    |      135 +
 .../netbeans/modules/subversion/ui/diff/Setup.java |       52 +-
 .../modules/subversion/ui/export/Bundle.properties |        2 -
 .../modules/subversion/ui/export/Export.java       |        3 +-
 .../modules/subversion/ui/export/ExportAction.java |        2 +-
 .../modules/subversion/ui/export/ExportPanel.form  |       10 +-
 .../modules/subversion/ui/export/ExportPanel.java  |       84 +-
 .../subversion/ui/history/Bundle.properties        |       34 +-
 .../subversion/ui/history/DiffResultsView.java     |      321 +-
 .../ui/history/DiffResultsViewForLine.java         |       11 +-
 .../subversion/ui/history/DiffStreamSource.java    |       45 +-
 .../subversion/ui/history/DiffTreeTable.java       |       85 +-
 .../modules/subversion/ui/history/Divider.java     |      138 -
 .../subversion/ui/history/RepositoryRevision.java  |      441 +-
 .../subversion/ui/history/RevisionNode.java        |      151 +-
 .../ui/history/RevisionNodeChildren.java           |       48 +-
 .../subversion/ui/history/SearchCriteriaPanel.java |      145 +-
 .../subversion/ui/history/SearchExecutor.java      |      134 +-
 .../subversion/ui/history/SearchHistoryAction.java |       64 +-
 .../subversion/ui/history/SearchHistoryPanel.form  |      126 +-
 .../subversion/ui/history/SearchHistoryPanel.java  |      549 +-
 .../ui/history/SearchHistoryTopComponent.java      |       29 +-
 .../modules/subversion/ui/history/SummaryView.java |      860 +-
 .../modules/subversion/ui/ignore/IgnoreAction.java |        9 +-
 .../modules/subversion/ui/lock/Bundle.properties   |       65 +
 .../modules/subversion/ui/lock/LockAction.java     |      260 +
 .../modules/subversion/ui/lock/LockPanel.form      |      107 +
 .../modules/subversion/ui/lock/LockPanel.java      |      122 +
 .../modules/subversion/ui/lock/LockParams.java     |       80 +
 .../modules/subversion/ui/lock/UnlockAction.java   |      236 +
 .../modules/subversion/ui/menu/CopyMenu.java       |      125 +
 .../modules/subversion/ui/menu/DiffMenu.java       |      126 +
 .../modules/subversion/ui/menu/DynamicMenu.java    |      100 +
 .../modules/subversion/ui/menu/IgnoreMenu.java     |      114 +
 .../modules/subversion/ui/menu/PatchesMenu.java    |      107 +
 .../modules/subversion/ui/menu/UpdateMenu.java     |      115 +
 .../subversion/ui/menu/WorkingCopyMenu.java        |      116 +
 .../subversion/ui/project/Bundle.properties        |       11 +-
 .../subversion/ui/project/ImportAction.java        |      204 +-
 .../subversion/ui/properties/Bundle.properties     |       13 +-
 .../subversion/ui/properties/PropertiesPanel.java  |       91 +-
 .../subversion/ui/properties/SvnProperties.java    |       51 +-
 .../ui/properties/SvnPropertiesAction.java         |       11 +
 .../ui/properties/VersioningInfoAction.java        |       42 +-
 .../subversion/ui/relocate/Bundle.properties       |        6 +-
 .../subversion/ui/relocate/RelocateAction.java     |       18 +-
 .../subversion/ui/relocate/RelocatePanel.form      |        8 +-
 .../subversion/ui/relocate/RelocatePanel.java      |       54 +-
 .../subversion/ui/repository/Bundle.properties     |        4 +-
 .../subversion/ui/repository/ConnectionType.java   |       41 +-
 .../subversion/ui/repository/HttpPanel.form        |      283 +
 .../subversion/ui/repository/HttpPanel.java        |      283 +-
 .../subversion/ui/repository/Repository.java       |      137 +-
 .../ui/repository/RepositoryConnection.java        |       15 +-
 .../ui/repository/RepositoryDialogPanel.form       |       10 +-
 .../ui/repository/RepositoryDialogPanel.java       |       26 +-
 .../subversion/ui/repository/RepositoryPanel.form  |        8 +-
 .../subversion/ui/repository/RepositoryPanel.java  |      158 +-
 .../subversion/ui/repository/SvnSSHCliPanel.form   |        6 +-
 .../subversion/ui/repository/SvnSSHCliPanel.java   |       82 +-
 .../ui/repository/SvnSSHSvnKitPanel.form           |       56 +-
 .../ui/repository/SvnSSHSvnKitPanel.java           |      123 +-
 .../modules/subversion/ui/search/Bundle.properties |        1 +
 .../modules/subversion/ui/search/SvnSearch.java    |       45 +-
 .../subversion/ui/search/SvnSearchPanel.form       |       10 +-
 .../subversion/ui/search/SvnSearchPanel.java       |       60 +-
 .../subversion/ui/search/SvnSearchView.java        |       37 +-
 .../modules/subversion/ui/shelve/Bundle.properties |       49 +
 .../subversion/ui/shelve/ShelveChangesAction.java  |      211 +
 .../subversion/ui/status/OpenInEditorAction.java   |        6 +-
 .../subversion/ui/status/OpenVersioningAction.java |       17 +-
 .../modules/subversion/ui/status/StatusAction.java |       39 +-
 .../ui/status/SvnVersioningTopComponent.java       |        6 +-
 .../modules/subversion/ui/status/SyncFileNode.java |       44 +-
 .../modules/subversion/ui/status/SyncTable.java    |      172 +-
 .../subversion/ui/status/VersioningPanel.form      |        2 +-
 .../subversion/ui/status/VersioningPanel.java      |      182 +-
 .../modules/subversion/ui/update/Bundle.properties |       40 +-
 .../ui/update/ResolveConflictsAction.java          |       76 +-
 .../subversion/ui/update/RevertModifications.java  |       73 +-
 .../ui/update/RevertModificationsAction.java       |      218 +-
 .../ui/update/RevertModificationsPanel.form        |      161 +-
 .../ui/update/RevertModificationsPanel.java        |      151 +-
 .../modules/subversion/ui/update/UpdateAction.java |      126 +-
 .../subversion/ui/update/UpdateResultNode.java     |        3 +-
 .../subversion/ui/update/UpdateResults.java        |        3 +-
 .../subversion/ui/update/UpdateResultsTable.java   |       38 +-
 .../modules/subversion/ui/update/UpdateTo.java     |        2 +
 .../subversion/ui/update/UpdateToAction.java       |       12 +-
 .../subversion/ui/update/UpdateToPanel.form        |       32 +-
 .../subversion/ui/update/UpdateToPanel.java        |       56 +-
 .../ui/update/UpdateWithDependenciesAction.java    |        2 +
 .../subversion/ui/wcadmin/Bundle.properties        |       64 +
 .../subversion/ui/wcadmin/CleanupAction.java       |      132 +
 .../subversion/ui/wcadmin/UpgradeAction.java       |      227 +
 .../subversion/ui/wizards/Bundle.properties        |       29 -
 .../subversion/ui/wizards/CheckoutWizard.java      |        3 +
 .../subversion/ui/wizards/ImportWizard.java        |        5 +-
 .../ui/wizards/checkoutstep/Bundle.properties      |        8 +-
 .../ui/wizards/checkoutstep/CheckoutPanel.java     |      139 +-
 .../ui/wizards/checkoutstep/CheckoutStep.java      |       16 +-
 .../ui/wizards/importstep/Bundle.properties        |        6 +-
 .../ui/wizards/importstep/ImportPanel.form         |       48 +-
 .../ui/wizards/importstep/ImportPanel.java         |      171 +-
 .../ui/wizards/importstep/ImportPreviewStep.java   |       27 +-
 .../ui/wizards/importstep/ImportStep.java          |       40 +-
 .../ui/wizards/importstep/PreviewPanel.form        |       31 +-
 .../ui/wizards/importstep/PreviewPanel.java        |       56 +-
 .../ui/wizards/repositorystep/RepositoryStep.java  |        9 +-
 .../repositorystep/RepositoryStepPanel.form        |        4 +-
 .../repositorystep/RepositoryStepPanel.java        |       50 +-
 .../ui/wizards/urlpatternstep/Bundle.properties    |        1 -
 .../ui/wizards/urlpatternstep/URLPatternPanel.form |       15 +-
 .../ui/wizards/urlpatternstep/URLPatternPanel.java |      109 +-
 .../ui/wizards/urlpatternstep/URLPatternStep.java  |        2 +-
 .../modules/subversion/util/Bundle.properties      |        2 +-
 .../modules/subversion/util/NotifyHtmlPanel.form   |       52 +
 .../modules/subversion/util/NotifyHtmlPanel.java   |      131 +
 .../netbeans/modules/subversion/util/SvnUtils.java |      426 +-
 .../test/subversion/SubversionStableTest.java      |       80 +-
 .../main/archeology/AnnotationsTest.java           |       43 +-
 .../main/archeology/SearchHistoryUITest.java       |       64 +-
 .../main/archeology/SearchRevisionsTest.java       |       46 +-
 .../test/subversion/main/branches/CopyTest.java    |      501 +-
 .../test/subversion/main/branches/CopyUiTest.java  |       75 +-
 .../test/subversion/main/branches/MergeUiTest.java |       41 +-
 .../subversion/main/branches/RevertUiTest.java     |       53 +-
 .../subversion/main/branches/SwitchUiTest.java     |       51 +-
 .../main/checkout/CheckoutContentTest.java         |       41 +-
 .../subversion/main/checkout/CheckoutUITest.java   |       91 +-
 .../checkout/CreateProjectVersionedDirTest.java    |      178 +-
 .../subversion/main/checkout/ImportUITest.java     |      495 +-
 .../main/checkout/ProxySettingsUITest.java         |       52 +-
 .../subversion/main/commit/CommitDataTest.java     |      800 +-
 .../test/subversion/main/commit/CommitUiTest.java  |       69 +-
 .../test/subversion/main/commit/IgnoreTest.java    |      755 +-
 .../test/subversion/main/delete/DeleteTest.java    |       53 +-
 .../main/delete/FilesViewDoubleRefTest.java        |       20 +-
 .../subversion/main/delete/FilesViewRefTest.java   |       19 +-
 .../subversion/main/delete/RefactoringTest.java    |      296 +-
 .../test/subversion/main/diff/DiffTest.java        |       50 +-
 .../subversion/main/diff/ExportDiffPatchTest.java  |       47 +-
 .../main/properties/SvnPropertiesTest.java         |        2 +-
 .../subversion/operators/CommitStepOperator.java   |       40 +-
 .../test/subversion/operators/CopyToOperator.java  |       40 +-
 .../operators/CreateNewFolderOperator.java         |       40 +-
 .../operators/FolderToImportStepOperator.java      |       50 +-
 .../subversion/operators/ImportWizardOperator.java |       40 +-
 .../subversion/operators/MergeOneRepoOperator.java |       40 +-
 .../test/subversion/operators/MergeOperator.java   |       40 +-
 .../subversion/operators/MergeOriginOperator.java  |       40 +-
 .../subversion/operators/MergeTwoRepoOperator.java |       40 +-
 .../operators/ProxyConfigurationOperator.java      |       40 +-
 .../operators/RepositoryBrowserImpOperator.java    |       40 +-
 .../operators/RepositoryBrowserOperator.java       |       40 +-
 .../RepositoryBrowserSearchHistoryOperator.java    |       40 +-
 .../operators/RepositoryStepOperator.java          |       16 +-
 .../operators/RevertModificationsOperator.java     |       48 +-
 .../operators/SearchHistoryOperator.java           |        2 +
 .../operators/SearchRevisionsOperator.java         |       40 +-
 .../operators/SvnPropertiesOperator.java           |       40 +-
 .../test/subversion/operators/SwitchOperator.java  |       42 +-
 .../subversion/operators/VersioningOperator.java   |        3 +-
 .../subversion/operators/WorkDirStepOperator.java  |       22 +-
 .../operators/actions/CheckoutAction.java          |       29 +-
 .../subversion/operators/actions/CommitAction.java |       65 +-
 .../subversion/operators/actions/CopyAction.java   |       78 +-
 .../subversion/operators/actions/ImportAction.java |       75 +-
 .../subversion/operators/actions/MergeAction.java  |       73 +-
 .../operators/actions/RelocateAction.java          |        5 +-
 .../subversion/operators/actions/RevertAction.java |       63 +-
 .../operators/actions/SearchHistoryAction.java     |       64 +-
 .../subversion/operators/actions/SvnAction.java    |       87 +
 .../operators/actions/SvnPropertiesAction.java     |       20 +-
 .../subversion/operators/actions/SwitchAction.java |       74 +-
 .../subversion/utils/RepositoryMaintenance.java    |       41 +-
 .../test/subversion/utils/StreamHandler.java       |       41 +-
 .../netbeans/test/subversion/utils/TestKit.java    |       44 +-
 .../test/subversion/utils/svnExistsChecker.java    |       41 +-
 .../modules/subversion/AbstractSvnTestCase.java    |       71 +-
 .../org/netbeans/modules/subversion/ApiTest.java   |       27 +-
 .../modules/subversion/InteceptorTest.java         |      609 +-
 .../modules/subversion/SvnFileSystemTest.java      |      117 +-
 .../modules/subversion/SvnFileSystemTestStat.java  |        7 +-
 .../modules/subversion/TestAnnotationProvider.java |        3 +-
 .../org/netbeans/modules/subversion/TestKit.java   |        5 +-
 .../modules/subversion/VersionsCacheTest.java      |        2 +
 .../modules/subversion/api/SearchHistoryTest.java  |       14 +-
 .../subversion/client/AbstractCommandTestCase.java |       57 +-
 .../modules/subversion/client/CLIClientTest.java   |        2 +-
 .../subversion/client/ClientSwitchTest.java        |       88 +
 .../modules/subversion/client/JhlClientTest.java   |        4 +-
 .../client/SvnClientInvocationHandlerTest.java     |      158 +
 .../subversion/client/SvnKitClientTest.java        |        4 +-
 .../subversion/client/commands/AddTestHidden.java  |       54 +-
 .../client/commands/BlameTestHidden.java           |       40 +-
 .../subversion/client/commands/CatTestHidden.java  |       20 -
 .../subversion/client/commands/CopyTestHidden.java |       14 +-
 .../commands/DifferentWorkingDirsTestHidden.java   |       84 +-
 .../subversion/client/commands/InfoTestHidden.java |       28 +-
 .../subversion/client/commands/ListTestHidden.java |       16 +-
 .../subversion/client/commands/LogTestHidden.java  |       18 +-
 .../client/commands/MergeTestHidden.java           |        1 +
 .../subversion/client/commands/MoveTestHidden.java |       12 +-
 .../client/commands/ParsedStatusTestHidden.java    |        7 +-
 .../client/commands/RelocateTestHidden.java        |       80 +-
 .../client/commands/RemoveTestHidden.java          |        4 +-
 .../client/commands/ResolvedTestHidden.java        |        7 +-
 .../client/commands/StatusTestHidden.java          |      136 +-
 .../client/commands/TreeConflictsTestHidden.java   |       63 +-
 .../subversion/client/parser/SvnWcParserTest.java  |       26 -
 .../subversion/config/SvnConfigFilesTest.java      |       42 +-
 .../modules/subversion/ui/copy/CopyDialogTest.java |      200 +
 .../ui/diff/RevisionSetupSupportTest.java          |      332 +
 .../modules/subversion/util/SvnUtilsTest.java      |        3 +-
 .../modules/subversion/utils/TestUtilities.java    |        9 +
 svg.perseus/build.xml                              |       48 -
 svg.perseus/external/binaries-list                 |        1 -
 svg.perseus/external/perseus-nb-1.0-license.txt    |      334 -
 svg.perseus/manifest.mf                            |        5 -
 svg.perseus/nbproject/project.properties           |       16 -
 svg.perseus/nbproject/project.xml                  |       28 -
 .../netbeans/modules/svg/perseus/Bundle.properties |       43 -
 swing.customizerlayout/manifest.mf                 |        2 +-
 swing.customizerlayout/nbproject/project.xml       |        2 +-
 .../external/ValidationAPI-license.txt             |        7 +-
 swing.validation/external/binaries-list            |        2 +-
 swing.validation/manifest.mf                       |        6 +-
 swing.validation/nbproject/project.properties      |        2 +-
 swing.validation/nbproject/project.xml             |       20 +-
 .../api/validation/adapters/DialogBuilder.java     |       10 +-
 .../adapters/DialogDescriptorAdapter.java          |        2 +-
 .../adapters/NotificationLineSupportAdapter.java   |        2 +-
 .../adapters/WizardDescriptorAdapter.java          |       51 +-
 swingapp/appshells/BasicShellApp/build.xml         |       69 -
 .../BasicShellApp/nbproject/build-impl.xml         |      622 -
 .../BasicShellApp/nbproject/genfiles.properties    |        8 -
 .../BasicShellApp/nbproject/project.properties     |       62 -
 .../appshells/BasicShellApp/nbproject/project.xml  |       19 -
 .../services/org.jdesktop.application.Application  |        1 -
 .../src/applicationpackage/ShellAboutBox.form      |      187 -
 .../src/applicationpackage/ShellAboutBox.java      |       34 -
 .../src/applicationpackage/ShellApp.java           |       44 -
 .../src/applicationpackage/ShellView.form          |      169 -
 .../src/applicationpackage/ShellView.java          |      120 -
 .../resources/ShellAboutBox.properties             |       14 -
 .../resources/ShellApp.properties                  |       11 -
 .../resources/ShellView.properties                 |       32 -
 .../src/applicationpackage/resources/about.png     |      Bin 8187 -> 0 bytes
 .../resources/busyicons/busy-icon0.png             |      Bin 3588 -> 0 bytes
 .../resources/busyicons/busy-icon1.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon10.png            |      Bin 3568 -> 0 bytes
 .../resources/busyicons/busy-icon11.png            |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon12.png            |      Bin 3589 -> 0 bytes
 .../resources/busyicons/busy-icon13.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon14.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon2.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon3.png             |      Bin 3572 -> 0 bytes
 .../resources/busyicons/busy-icon4.png             |      Bin 3576 -> 0 bytes
 .../resources/busyicons/busy-icon5.png             |      Bin 3580 -> 0 bytes
 .../resources/busyicons/busy-icon6.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon7.png             |      Bin 3598 -> 0 bytes
 .../resources/busyicons/busy-icon8.png             |      Bin 3594 -> 0 bytes
 .../resources/busyicons/busy-icon9.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/idle-icon.png              |      Bin 3360 -> 0 bytes
 .../src/applicationpackage/resources/splash.png    |      Bin 21747 -> 0 bytes
 swingapp/appshells/CRUDShellApp/build.xml          |       69 -
 .../CRUDShellApp/nbproject/build-impl.xml          |      622 -
 .../CRUDShellApp/nbproject/genfiles.properties     |        8 -
 .../CRUDShellApp/nbproject/project.properties      |       64 -
 .../appshells/CRUDShellApp/nbproject/project.xml   |       19 -
 .../services/org.jdesktop.application.Application  |        1 -
 .../src/applicationpackage/ShellAboutBox.form      |      187 -
 .../src/applicationpackage/ShellAboutBox.java      |       34 -
 .../src/applicationpackage/ShellApp.java           |       44 -
 .../src/applicationpackage/ShellView.form          |      455 -
 .../src/applicationpackage/ShellView.java          |      327 -
 .../resources/ShellAboutBox.properties             |       14 -
 .../resources/ShellApp.properties                  |       12 -
 .../resources/ShellView.properties                 |       55 -
 .../src/applicationpackage/resources/about.png     |      Bin 8187 -> 0 bytes
 .../resources/busyicons/busy-icon0.png             |      Bin 3588 -> 0 bytes
 .../resources/busyicons/busy-icon1.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon10.png            |      Bin 3568 -> 0 bytes
 .../resources/busyicons/busy-icon11.png            |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon12.png            |      Bin 3589 -> 0 bytes
 .../resources/busyicons/busy-icon13.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon14.png            |      Bin 3586 -> 0 bytes
 .../resources/busyicons/busy-icon2.png             |      Bin 3585 -> 0 bytes
 .../resources/busyicons/busy-icon3.png             |      Bin 3572 -> 0 bytes
 .../resources/busyicons/busy-icon4.png             |      Bin 3576 -> 0 bytes
 .../resources/busyicons/busy-icon5.png             |      Bin 3580 -> 0 bytes
 .../resources/busyicons/busy-icon6.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/busy-icon7.png             |      Bin 3598 -> 0 bytes
 .../resources/busyicons/busy-icon8.png             |      Bin 3594 -> 0 bytes
 .../resources/busyicons/busy-icon9.png             |      Bin 3581 -> 0 bytes
 .../resources/busyicons/idle-icon.png              |      Bin 3360 -> 0 bytes
 .../src/applicationpackage/resources/splash.png    |      Bin 21747 -> 0 bytes
 swingapp/build.xml                                 |       39 -
 swingapp/external/appframework-1.0.3-license.txt   |      520 -
 swingapp/external/binaries-list                    |        3 -
 swingapp/external/swing-worker-1.1-license.txt     |      519 -
 swingapp/manifest.mf                               |        6 -
 swingapp/nbproject/project.properties              |        6 -
 swingapp/nbproject/project.xml                     |      288 -
 .../netbeans/modules/swingapp/ActionEditor.java    |      581 -
 .../netbeans/modules/swingapp/ActionManager.java   |     1545 -
 .../swingapp/ActionPropertyEditorPanel.form        |      787 -
 .../swingapp/ActionPropertyEditorPanel.java        |     1385 -
 .../ActionRescanJavaSourceTaskFactoryImpl.java     |      130 -
 .../modules/swingapp/AppFrameworkSupport.java      |      485 -
 .../netbeans/modules/swingapp/Bundle.properties    |      164 -
 .../modules/swingapp/ComponentConverterImpl.java   |      136 -
 .../modules/swingapp/DesignResourceMap.java        |      591 -
 .../modules/swingapp/DisabledEditorPanel.form      |       42 -
 .../modules/swingapp/DisabledEditorPanel.java      |       95 -
 .../org/netbeans/modules/swingapp/IconButton.java  |      128 -
 .../modules/swingapp/JumpToOrCreateNewAction.java  |      148 -
 .../modules/swingapp/ProjectCustomizerPanel.form   |      121 -
 .../modules/swingapp/ProjectCustomizerPanel.java   |      346 -
 .../swingapp/ProjectCustomizerProvider.java        |      217 -
 .../org/netbeans/modules/swingapp/ProxyAction.java |      396 -
 .../swingapp/RefactoringPluginFactoryImpl.java     |      520 -
 .../modules/swingapp/ResourcePanelImpl.form        |      231 -
 .../modules/swingapp/ResourcePanelImpl.java        |      699 -
 .../modules/swingapp/ResourceServiceImpl.java      |      330 -
 .../netbeans/modules/swingapp/ResourceUtils.java   |      380 -
 .../modules/swingapp/ResourceValueImpl.java        |      234 -
 .../modules/swingapp/ViewConverterImpl.java        |      162 -
 .../swingapp/actions/AcceleratorKeyListener.java   |      166 -
 .../modules/swingapp/resources/BasicShellApp.html  |       56 -
 .../modules/swingapp/resources/Bundle.properties   |       56 -
 .../modules/swingapp/resources/CRUDShellApp.html   |       50 -
 .../modules/swingapp/resources/JavaDesktopApp.html |       52 -
 .../swingapp/resources/SwingAppSystemClasses.txt   |        1 -
 .../resources/SwingAppSystemWithProjectClasses.txt |        3 -
 .../modules/swingapp/resources/app_framework.xml   |       66 -
 .../modules/swingapp/resources/invalid.gif         |      Bin 106 -> 0 bytes
 .../netbeans/modules/swingapp/resources/layer.xml  |       99 -
 .../swingapp/templates/AppProjectGenerator.java    |      293 -
 .../modules/swingapp/templates/Bundle.properties   |       97 -
 .../swingapp/templates/ConfigureProjectPanel.java  |      274 -
 .../templates/ConfigureProjectVisualPanel.form     |      340 -
 .../templates/ConfigureProjectVisualPanel.java     |      564 -
 .../swingapp/templates/DisclaimerPanel.form        |       70 -
 .../swingapp/templates/DisclaimerPanel.java        |      143 -
 .../swingapp/templates/NewAppWizardIterator.java   |      504 -
 target.iterator/manifest.mf                        |        2 +-
 target.iterator/nbproject/project.properties       |        1 +
 target.iterator/nbproject/project.xml              |       20 +-
 .../modules/target/iterator/api/Bundle.properties  |        3 +-
 .../target/iterator/api/TargetChooserPanel.java    |       12 +-
 tasklist.kit/manifest.mf                           |        2 +-
 tasklist.kit/nbproject/project.xml                 |        6 +-
 tasklist.projectint/manifest.mf                    |        2 +-
 tasklist.projectint/nbproject/project.xml          |       20 +-
 .../modules/tasklist/projectint/Bundle.properties  |       13 +-
 .../tasklist/projectint/MainProjectIterator.java   |       27 +-
 .../projectint/MainProjectScanningScope.java       |       49 +-
 .../projectint/OpenedProjectsScanningScope.java    |       12 +-
 tasklist.todo/nbproject/project.properties         |        2 +-
 tasklist.todo/nbproject/project.xml                |       25 +-
 .../modules/tasklist/todo/Bundle.properties        |       11 +-
 .../tasklist/todo/SourceCodeCommentParser.java     |        4 +-
 .../modules/tasklist/todo/TodoTaskScanner.java     |       18 +-
 .../tasklist/todo/settings/Bundle.properties       |       24 +-
 .../tasklist/todo/settings/CommentTags.java        |      126 +
 .../todo/settings/ExtensionIdentifier.java         |       76 +
 .../tasklist/todo/settings/FileIdentifier.java     |      134 +
 .../todo/settings/IdentifierPickerPanel.form       |      117 +
 .../todo/settings/IdentifierPickerPanel.java       |      238 +
 .../tasklist/todo/settings/MimeIdentifier.java     |       84 +
 .../modules/tasklist/todo/settings/Settings.java   |      244 +-
 .../tasklist/todo/settings/ToDoCustomizer.form     |      340 +-
 .../tasklist/todo/settings/ToDoCustomizer.java     |      772 +-
 .../todo/settings/ToDoOptionsController.java       |        3 +-
 .../modules/tasklist/todo/settings/error.png       |      Bin 0 -> 565 bytes
 tasklist.ui/manifest.mf                            |        1 +
 tasklist.ui/nbproject/project.properties           |        4 +-
 tasklist.ui/nbproject/project.xml                  |       26 +-
 .../modules/tasklist/filter/Bundle.properties      |        9 +-
 .../modules/tasklist/filter/FilterCondition.java   |       18 +-
 .../modules/tasklist/filter/FilterRepository.java  |       19 +-
 .../tasklist/filter/TaskGroupCondition.java        |        9 +-
 .../modules/tasklist/filter/TypesFilter.java       |        2 +-
 .../modules/tasklist/filter/TypesPanel.java        |       17 +-
 .../modules/tasklist/impl/Bundle.properties        |        2 +-
 .../modules/tasklist/impl/FileScanningWorker.java  |       59 +-
 .../modules/tasklist/impl/ScannerList.java         |        3 +
 .../modules/tasklist/impl/TaskIndexer.java         |       61 +-
 .../modules/tasklist/impl/TaskIndexerFactory.java  |       19 +-
 .../netbeans/modules/tasklist/impl/TaskList.java   |       46 +-
 .../modules/tasklist/impl/TaskManagerImpl.java     |       40 +-
 .../netbeans/modules/tasklist/ui/Bundle.properties |       22 +-
 .../modules/tasklist/ui/CountStatusBar.java        |        1 +
 .../modules/tasklist/ui/FoldingTaskListModel.java  |       32 +-
 .../netbeans/modules/tasklist/ui/ScopeButton.java  |        2 -
 .../modules/tasklist/ui/ScopeStatusBar.java        |        5 +-
 .../modules/tasklist/ui/TaskListModel.java         |       65 +-
 .../modules/tasklist/ui/TaskListTable.java         |        2 +-
 .../modules/tasklist/ui/TaskListTopComponent.form  |        2 +-
 .../modules/tasklist/ui/TaskListTopComponent.java  |       27 +-
 .../modules/tasklist/ui/checklist/CheckList.java   |       35 +-
 .../tasklist/ui/checklist/CheckListModel.java      |        8 +
 .../ui/checklist/DefaultCheckListModel.java        |       22 +-
 .../src/org/netbeans/modules/tasklist/ui/layer.xml |        8 +-
 .../tasklist/ui/resources/Bundle.properties        |        2 +
 team.commons/build.xml                             |        5 +
 team.commons/manifest.mf                           |        6 +
 .../nbproject/project.properties                   |        0
 team.commons/nbproject/project.xml                 |      180 +
 .../bugtracking/commons/AttachmentPanel.form       |      220 +
 .../bugtracking/commons/AttachmentPanel.java       |      354 +
 .../bugtracking/commons/AttachmentsPanel.java      |      842 +
 .../bugtracking/commons/AutoupdatePanel.form       |       77 +
 .../bugtracking/commons/AutoupdatePanel.java       |      135 +
 .../bugtracking/commons/AutoupdateSupport.java     |      182 +
 .../modules/bugtracking/commons/Bundle.properties  |      127 +
 .../commons/CollapsibleSectionPanel.form           |      131 +
 .../commons/CollapsibleSectionPanel.java           |      310 +
 .../commons/FileToRepoMappingStorage.java          |      205 +
 .../bugtracking/commons/FindTypesSupport.java      |      391 +
 .../bugtracking/commons/HyperlinkSupport.java      |      307 +
 .../bugtracking/commons/IssueSettingsStorage.java  |      217 +
 .../modules/bugtracking/commons/JiraUpdater.java   |      201 +
 .../modules/bugtracking/commons/LinkButton.java    |      270 +
 .../bugtracking/commons/ListValuePicker.form       |       90 +
 .../bugtracking/commons/ListValuePicker.java       |      241 +
 .../bugtracking/commons/NBBugzillaUtils.java       |      135 +
 .../bugtracking/commons/NoContentPanel.form        |       53 +
 .../bugtracking/commons/NoContentPanel.java        |      106 +
 .../modules/bugtracking/commons/PatchUtils.java    |       77 +
 .../bugtracking/commons/SaveQueryPanel.form        |       78 +
 .../bugtracking/commons/SaveQueryPanel.java        |      200 +
 .../modules/bugtracking/commons/SectionPanel.form  |      126 +
 .../modules/bugtracking/commons/SectionPanel.java  |      258 +
 .../bugtracking/commons/SimpleIssueFinder.java     |      448 +
 .../bugtracking/commons/StackTraceSupport.java     |      512 +
 .../modules/bugtracking/commons/Support.java       |       96 +
 .../modules/bugtracking/commons/TextUtils.java     |      284 +
 .../commons/TransparentSectionButton.java          |      199 +
 .../modules/bugtracking/commons/UIUtils.java       |      479 +
 .../bugtracking/commons/UndoRedoSupport.java       |      515 +
 .../netbeans/modules/bugtracking/commons/Util.java |      159 +
 .../commons/WebUrlHyperlinkSupport.java            |     1023 +
 .../modules/team/commons/Bundle.properties         |        4 +
 .../modules/team/commons/ColorManager.java         |      289 +
 .../netbeans/modules/team/commons/LogUtils.java    |      250 +
 .../org/netbeans/modules/team/commons/layer.xml    |       11 +
 .../modules/team/commons/resources/error.png       |      Bin 0 -> 565 bytes
 .../team/commons/resources/package-info.java       |       54 +
 .../modules/team/commons/resources/team.png        |      Bin 0 -> 2760 bytes
 .../team/commons/treelist/AbstractListUI.java      |      196 +
 .../team/commons/treelist/AsynchronousNode.java    |      349 +
 .../team/commons/treelist/Bundle.properties        |        3 +
 .../modules/team/commons/treelist/LeafNode.java    |       61 +
 .../modules/team/commons/treelist/LinkButton.java  |      207 +
 .../team/commons/treelist/ListListener.java        |       51 +
 .../modules/team/commons/treelist/ListNode.java    |      138 +
 .../team/commons/treelist/ListRendererPanel.java   |      122 +
 .../team/commons/treelist/ProgressLabel.java       |      212 +
 .../team/commons/treelist/RendererPanel.java       |      271 +
 .../team/commons/treelist/SelectionList.java       |      342 +
 .../modules/team/commons/treelist/TreeLabel.java   |       64 +
 .../modules/team/commons/treelist/TreeList.java    |      392 +
 .../team/commons/treelist/TreeListListener.java    |       56 +
 .../team/commons/treelist/TreeListModel.java       |      355 +
 .../commons/treelist/TreeListModelListener.java    |       51 +
 .../team/commons/treelist/TreeListNode.java        |      415 +
 .../modules/team/commons/treelist/TreeListUI.java  |       63 +
 .../netbeans/modules/team/ide/spi/IDEProject.java  |      143 +
 .../netbeans/modules/team/ide/spi/IDEServices.java |      311 +
 .../modules/team/ide/spi/ProjectServices.java      |      177 +
 .../modules/team/ide/spi/SettingsServices.java     |      114 +
 .../ide/spi/TeamDashboardComponentProvider.java    |      101 +
 .../netbeans/modules/team/spi/Bundle.properties    |       41 +
 .../modules/team/spi/NBRepositoryProvider.java     |       73 +
 .../org/netbeans/modules/team/spi/OwnerInfo.java   |       65 +
 .../netbeans/modules/team/spi/RepositoryUser.java  |       85 +
 .../modules/team/spi/RepositoryUserRenderer.java   |       72 +
 .../netbeans/modules/team/spi/TeamAccessor.java    |      201 +
 .../modules/team/spi/TeamAccessorUtils.java        |      300 +
 .../modules/team/spi/TeamBugtrackingConnector.java |       71 +
 .../org/netbeans/modules/team/spi/TeamProject.java |       87 +
 .../commons/AutoupdatePluginUCTestCase.java        |      142 +
 .../bugtracking/commons/AutoupdateSupportTest.java |       69 +
 .../bugtracking/commons/FindTypesSupportTest.java  |      221 +
 .../bugtracking/commons/SimpleIssueFinderTest.java |      418 +
 .../bugtracking/commons/StackTraceSupportTest.java |       91 +
 .../modules/bugtracking/commons/TextUtilsTest.java |      219 +
 team.ide/build.xml                                 |        5 +
 team.ide/manifest.mf                               |        5 +
 .../nbproject/project.properties                   |        0
 team.ide/nbproject/project.xml                     |      196 +
 .../netbeans/modules/team/ide/Bundle.properties    |       55 +
 .../netbeans/modules/team/ide/IDEServicesImpl.java |      334 +
 .../modules/team/ide/JXDatePickerImpl.form         |       40 +
 .../modules/team/ide/JXDatePickerImpl.java         |      182 +
 .../modules/team/ide/PatchContextChooser.form      |       83 +
 .../modules/team/ide/PatchContextChooser.java      |      227 +
 .../modules/team/ide/ProjectServicesImpl.java      |      483 +
 .../modules/team/ide/SettingsServicesImpl.java     |       74 +
 templates/build.xml                                |       48 +
 templates/manifest.mf                              |        7 +
 templates/nbproject/project.properties             |       47 +
 templates/nbproject/project.xml                    |      227 +
 .../netbeans/modules/templates/Bundle.properties   |       47 +
 .../modules/templates/PropertiesProvider.java      |       88 +
 .../modules/templates/actions/Bundle.properties    |       48 +
 .../modules/templates/actions/TemplatesAction.java |      212 +
 .../modules/templates/resources/Bundle.properties  |       50 +
 .../netbeans/modules/templates/resources/layer.xml |       92 +
 .../modules/templates}/resources/newFile.png       |      Bin
 .../templates}/resources/templatesFile.html        |        0
 .../templates}/resources/templatesFolder.html      |        0
 .../modules/templates}/resources/userprop.txt      |        0
 .../modules/templates/ui/Bundle.properties         |       76 +
 .../modules/templates/ui/RenameTemplatePanel.form  |       78 +
 .../modules/templates/ui/RenameTemplatePanel.java  |      207 +
 .../modules/templates/ui/TemplatesPanel.form       |      259 +
 .../modules/templates/ui/TemplatesPanel.java       |     1767 +
 .../modules/templates/PropertiesProviderTest.java  |      355 +
 .../modules/templates/ui/TemplatesPanelTest.java   |      147 +
 terminal/manifest.mf                               |        2 +-
 terminal/nbproject/project.properties              |        4 +
 terminal/nbproject/project.xml                     |       29 +-
 .../netbeans/modules/terminal/Bundle.properties    |       22 +
 .../modules/terminal/TermAdvancedOption.java       |       26 +-
 .../modules/terminal/TermOptionsPanel.form         |      368 +
 .../modules/terminal/TermOptionsPanel.java         |      662 +
 .../org/netbeans/modules/terminal/api/IOTerm.java  |       29 +-
 .../modules/terminal/api/IOTopComponent.java       |       41 +-
 .../iocontainer/TerminalContainerCommon.java       |        5 +
 .../iocontainer/TerminalContainerTabbed.java       |        7 +-
 .../modules/terminal/ioprovider/Bundle.properties  |        2 +
 .../modules/terminal/ioprovider/Catalog.java       |       41 +-
 .../netbeans/modules/terminal/ioprovider/Task.java |        8 +-
 .../modules/terminal/ioprovider/Terminal.java      |      187 +-
 .../terminal/ioprovider/TerminalIOProvider.java    |       94 +-
 .../terminal/ioprovider/TerminalInputOutput.java   |       60 +-
 .../src/org/netbeans/modules/terminal/layer.xml    |        3 +
 .../netbeans/modules/terminal/T1_Close_Test.java   |       15 +-
 testng.ant/build.xml                               |       54 +
 testng.ant/manifest.mf                             |        6 +
 testng.ant/nbproject/project.properties            |       52 +
 testng.ant/nbproject/project.xml                   |      156 +
 .../modules/testng/ant/AntTestNGSupport.java       |      249 +
 .../netbeans/modules/testng/ant/Bundle.properties  |       52 +
 .../netbeans/modules/testng/ant/testng-build.xml   |      220 +
 testng.maven/build.xml                             |       46 +
 testng.maven/manifest.mf                           |        6 +
 testng.maven/nbproject/project.properties          |       52 +
 testng.maven/nbproject/project.xml                 |      173 +
 .../modules/testng/maven/Bundle.properties         |       44 +
 .../modules/testng/maven/MavenTestNGSupport.java   |      304 +
 .../testng/maven/TestNGActionsProvider.java        |       75 +
 .../modules/testng/maven/testngActionMappings.xml  |       68 +
 testng/build.xml                                   |       46 +
 testng/manifest.mf                                 |        6 +
 testng/nbproject/project.properties                |       44 +
 testng/nbproject/project.xml                       |      496 +
 .../org/netbeans/modules/testng/Bundle.properties  |       54 +
 .../modules/testng/EmptyTestStepLocation.java      |      160 +
 .../modules/testng/NewTestSuiteWizardIterator.java |      247 +
 .../modules/testng/NewTestWizardIterator.java      |      317 +
 .../modules/testng/TestNGEntityResolver.java       |       61 +
 .../modules/testng/TestNGSuiteDataObject.java      |      117 +
 .../testng/TestNGSuiteHyperlingProvider.java       |      342 +
 .../modules/testng/actions/Bundle.properties       |       46 +
 .../modules/testng/actions/DebugSuiteAction.java   |      129 +
 .../testng/actions/DebugTestClassAction.java       |      148 +
 .../testng/actions/DebugTestMethodAction.java      |      167 +
 .../testng/actions/RerunFailedTestsAction.java     |      133 +
 .../modules/testng/actions/RunSuiteAction.java     |      130 +
 .../testng/actions/RunTestMethodAction.java        |      167 +
 .../modules/testng/actions/TestClassInfoTask.java  |      128 +
 .../modules/testng/actions/TestConfigAccessor.java |       75 +
 .../testng/actions/TestNGActionProvider.java       |      106 +
 .../actions/TestNGMethodDebuggerProvider.java      |       71 +
 .../testng/actions/TestNGMethodRunnerProvider.java |       71 +
 .../testng/actions/TestNGTestCreatorProvider.java  |      263 +
 .../testng/actions/TestSingleMethodSupport.java    |      145 +
 .../netbeans/modules/testng/api/TestNGSupport.java |      126 +
 .../modules/testng/output/AntSessionInfo.java      |      105 +
 .../modules/testng/output/Bundle.properties        |       43 +
 .../modules/testng/output/CallstackFrameNode.java  |       75 +
 .../netbeans/modules/testng/output/JumpAction.java |      108 +
 .../modules/testng/output/OutputUtils.java         |      330 +
 .../modules/testng/output/RegexpUtils.java         |      488 +
 .../testng/output/TestMethodNodeAction.java        |      112 +
 .../modules/testng/output/TestNGAntLogger.java     |      458 +
 .../testng/output/TestNGExecutionManager.java      |      258 +
 .../modules/testng/output/TestNGMethodNode.java    |      113 +
 .../modules/testng/output/TestNGOutputReader.java  |     1030 +
 .../modules/testng/output/TestNGSuiteNode.java     |       98 +
 .../netbeans/modules/testng/output/TestNGTest.java |       72 +
 .../testng/output/TestNGTestNodeFactory.java       |       69 +
 .../modules/testng/output/TestNGTestSession.java   |      206 +
 .../modules/testng/output/TestNGTestSuite.java     |      106 +
 .../modules/testng/output/TestNGTestcase.java      |      111 +
 .../modules/testng/output/XmlOutputParser.java     |      341 +
 .../netbeans/modules/testng/output/XmlResult.java  |       78 +
 .../modules/testng/output/XmlSuiteHandler.java     |      110 +
 .../modules/testng/output/antutils/AntProject.java |      113 +
 .../modules/testng/output/antutils/BatchTest.java  |      101 +
 .../modules/testng/output/antutils/FileSet.java    |      199 +
 .../testng/output/antutils/FileSetScanner.java     |      652 +
 .../modules/testng/output/antutils/FileUtils.java  |       71 +
 .../modules/testng/output/antutils/PatternSet.java |      323 +
 .../testng/output/antutils/TestCounter.java        |      183 +
 .../testng/resources/EmptyTestNGTest.java.template |       30 +
 .../testng/resources/TestNGSuite.xml.template      |       27 +
 .../netbeans/modules/testng/resources/layer.xml    |       81 +
 .../netbeans/modules/testng/resources/newTest.html |       49 +
 .../modules/testng/resources/newTestSuite.html     |       49 +
 .../testng/resources/testng-suite-resolver.xml     |       18 +
 .../netbeans/modules/testng/resources/testng.gif   |      Bin 0 -> 361 bytes
 .../netbeans/modules/testng/resources/testng.xml   |       63 +
 .../netbeans/modules/testng/spi/TestConfig.java    |       94 +
 .../testng/spi/TestNGSupportImplementation.java    |       99 +
 .../modules/testng/spi/XMLSuiteSupport.java        |       77 +
 .../modules/testng/ui/AbstractTestGenerator.java   |     2344 +
 .../org/netbeans/modules/testng/ui/ClassMap.java   |      669 +
 .../netbeans/modules/testng/ui/DefaultPlugin.java  |     1229 +
 .../modules/testng/ui/GoToOppositeAction.java      |      379 +
 .../modules/testng/ui/ProgressIndicator.java       |      106 +
 .../netbeans/modules/testng/ui/TestCreator.java    |      159 +
 .../netbeans/modules/testng/ui/TestGenerator.java  |      759 +
 .../modules/testng/ui/TestGeneratorSetup.java      |      771 +
 .../modules/testng/ui/TestMethodNameGenerator.java |      637 +
 .../netbeans/modules/testng/ui/TestNGPlugin.java   |      102 +
 .../modules/testng/ui/TestNGPluginTrampoline.java  |      142 +
 .../netbeans/modules/testng/ui/TestNGSettings.java |       79 +
 .../org/netbeans/modules/testng/ui/TestUtil.java   |      922 +
 .../modules/testng/ui/TestabilityJudge.java        |       62 +
 .../modules/testng/ui/TestabilityResult.java       |      216 +
 .../netbeans/modules/testng/ui/TopClassFinder.java |      315 +
 .../modules/testng/ui/TypeNameIdGenerator.java     |      612 +
 testng/test/unit/data/antOut/log.txt               |     2126 +
 testng/test/unit/data/antOut/log2.txt              |     2142 +
 testng/test/unit/data/antOut/log3.txt              |     2775 +
 .../unit/data/projects/tngTestProject/build.xml    |       45 +
 .../unit/data/projects/tngTestProject/manifest.mf  |        2 +
 .../tngTestProject/nbproject/build-impl.xml        |     1042 +
 .../tngTestProject/nbproject/genfiles.properties   |        8 +
 .../tngTestProject/nbproject/project.properties    |       72 +
 .../projects/tngTestProject/nbproject/project.xml  |       62 +
 .../tngTestProject/nbproject/testng-impl.xml       |      383 +
 .../tngTestProject/src/tngtestproject/Main.java    |       54 +
 .../tngTestProject/test/test/CleanUpTest.java      |       60 +
 .../tngTestProject/test/test/FailPassSkipTest.java |       59 +
 .../tngTestProject/test/test/FailingTest.java      |       83 +
 .../tngTestProject/test/test/NewTestNGTest.java    |       59 +
 .../tngTestProject/test/test/PassSkipTest.java     |       66 +
 .../tngTestProject/test/test/SetUpTest.java        |       60 +
 testng/test/unit/data/results/testng-results.xml   |      313 +
 testng/test/unit/data/results/testng-results_1.xml |     1389 +
 testng/test/unit/data/results/testng-results_2.xml |      129 +
 .../modules/testng/actions/RetoucheTestBase.java   |      150 +
 .../testng/actions/RunTestMethodActionTest.java    |       77 +
 .../modules/testng/actions/TestActionT.java        |       91 +
 .../testng/actions/TestClassInfoTaskTest.java      |      118 +
 .../netbeans/modules/testng/impl/ProjectImpl.java  |       66 +
 .../netbeans/modules/testng/impl/TestNGImpl.java   |      122 +
 .../modules/testng/output/RegexpUtilsTest.java     |      656 +
 .../testng/output/TestNGOutputReaderTest.java      |       94 +
 .../modules/testng/output/XmlOutputParserTest.java |      151 +
 .../org/netbeans/modules/tomcat5/docs/credits.html |       48 -
 .../modules/tomcat5/docs/images/circle1.gif        |      Bin 411 -> 0 bytes
 .../modules/tomcat5/docs/images/circle2.gif        |      Bin 417 -> 0 bytes
 .../modules/tomcat5/docs/images/circle3.gif        |      Bin 432 -> 0 bytes
 .../modules/tomcat5/docs/images/circle4.gif        |      Bin 420 -> 0 bytes
 .../modules/tomcat5/docs/images/circle5.gif        |      Bin 428 -> 0 bytes
 .../netbeans/modules/tomcat5/docs/images/index.gif |      Bin 144 -> 0 bytes
 .../modules/tomcat5/docs/images/reload.gif         |      Bin 1243 -> 0 bytes
 .../netbeans/modules/tomcat5/docs/images/sort.gif  |      Bin 1116 -> 0 bytes
 .../modules/tomcat5/docs/images/sortasc.gif        |      Bin 1153 -> 0 bytes
 .../netbeans/modules/tomcat5/docs/images/tip.gif   |      Bin 308 -> 0 bytes
 .../tomcat5/docs/images/tomcat6instance.gif        |      Bin 4991 -> 0 bytes
 .../netbeans/modules/tomcat5/docs/images/warn.gif  |      Bin 133 -> 0 bytes
 .../modules/tomcat5/docs/images/xml_config.gif     |      Bin 381 -> 0 bytes
 .../modules/tomcat5/docs/images/yellow-ball.gif    |      Bin 925 -> 0 bytes
 .../netbeans/modules/tomcat5/docs/tomcat-toc.xml   |       35 -
 .../org/netbeans/modules/tomcat5/docs/tomcat.hs    |       43 -
 .../tomcat5/docs/tomcat/tomcat_addinstall.html     |       80 -
 .../tomcat5/docs/tomcat/tomcat_addinstall_csh.html |       74 -
 .../tomcat5/docs/tomcat/tomcat_context_node.html   |       59 -
 .../tomcat5/docs/tomcat/tomcat_edit_config.html    |       78 -
 .../docs/tomcat/tomcat_edit_tomcatuser.html        |       99 -
 .../tomcat5/docs/tomcat/tomcat_internal_node.html  |       59 -
 .../tomcat5/docs/tomcat/tomcat_internal_props.html |      127 -
 .../tomcat5/docs/tomcat/tomcat_plugintro.html      |      105 -
 .../tomcat5/docs/tomcat/tomcat_process.html        |       68 -
 .../tomcat5/docs/tomcat/tomcat_quickref.html       |      111 -
 .../docs/tomcat/tomcat_setup_registered.html       |       68 -
 .../tomcat5/docs/tomcat/tomcat_setup_tdcp.html     |      129 -
 .../tomcat5/docs/tomcat/tomcat_top_node.html       |       91 -
 .../modules/tomcat5/docs/tomcat/tomcat_websvc.html |      167 -
 .../tomcat5/docs/tomcat/tomcat_websvc_jwsdp.html   |      104 -
 .../netbeans/modules/tomcat5/docs/tomcatMap.jhm    |       58 -
 tomcat5/manifest.mf                                |        2 +-
 tomcat5/nbproject/project.properties               |        4 +-
 tomcat5/nbproject/project.xml                      |       93 +-
 .../modules/tomcat5/AntDeploymentProviderImpl.java |        1 +
 .../org/netbeans/modules/tomcat5/Bundle.properties |       37 +-
 .../netbeans/modules/tomcat5/TomEEWarListener.java |      112 +
 .../netbeans/modules/tomcat5/TomcatFactory.java    |      215 +-
 .../modules/tomcat5/TomcatInstanceDescriptor.java  |       72 -
 .../modules/tomcat5/TomcatJDBCDriverDeployer.java  |      240 -
 .../netbeans/modules/tomcat5/TomcatManager.java    |     1046 -
 .../modules/tomcat5/TomcatManagerConfig.java       |      231 -
 .../modules/tomcat5/TomcatManagerImpl.java         |      669 -
 .../org/netbeans/modules/tomcat5/TomcatModule.java |      115 -
 .../modules/tomcat5/TomcatModuleConfig.java        |      254 -
 .../modules/tomcat5/TomcatPlatformImpl.java        |      513 -
 .../org/netbeans/modules/tomcat5/TomcatTarget.java |       82 -
 .../modules/tomcat5/config/Bundle.properties       |        8 +-
 .../tomcat5/config/TomcatDatasourceManager.java    |      131 +-
 .../tomcat5/config/TomcatModuleConfiguration.java  |      346 +-
 .../config/TomcatModuleConfigurationFactory.java   |       40 +-
 .../modules/tomcat5/config/gen/package-info.java   |       16 +-
 .../modules/tomcat5/customizer/Bundle.properties   |        1 +
 .../modules/tomcat5/customizer/Customizer.java     |        2 +-
 .../tomcat5/customizer/CustomizerDataSupport.java  |        6 +-
 .../tomcat5/customizer/CustomizerDeployment.form   |       14 +-
 .../tomcat5/customizer/CustomizerDeployment.java   |       36 +-
 .../tomcat5/customizer/CustomizerGeneral.form      |       37 +-
 .../tomcat5/customizer/CustomizerGeneral.java      |      139 +-
 .../tomcat5/customizer/CustomizerSupport.java      |       30 +-
 .../modules/tomcat5/deploy/Bundle.properties       |       71 +
 .../tomcat5/deploy/TomcatJDBCDriverDeployer.java   |      240 +
 .../modules/tomcat5/deploy/TomcatManager.java      |     1178 +
 .../tomcat5/deploy/TomcatManagerConfig.java        |      231 +
 .../modules/tomcat5/deploy/TomcatManagerImpl.java  |      686 +
 .../modules/tomcat5/deploy/TomcatModule.java       |      110 +
 .../modules/tomcat5/deploy/TomcatModuleConfig.java |      254 +
 .../modules/tomcat5/deploy/TomcatTarget.java       |       82 +
 .../netbeans/modules/tomcat5/ide/DebugSupport.java |      165 -
 .../modules/tomcat5/ide/MonitorSupport.java        |      544 -
 .../modules/tomcat5/ide/OptionalFactory.java       |      111 -
 .../netbeans/modules/tomcat5/ide/StartTomcat.java  |      921 -
 .../netbeans/modules/tomcat5/ide/TMIDResolver.java |       93 -
 .../tomcat5/ide/TomcatIncrementalDeployment.java   |      214 -
 .../modules/tomcat5/ide/TomcatPlatformFactory.java |       68 -
 .../modules/tomcat5/j2ee/Bundle.properties         |       45 +
 .../modules/tomcat5/j2ee/EjbSupportImpl.java       |       75 +
 .../tomcat5/j2ee/JaxRsStackSupportImpl.java        |      110 +
 .../netbeans/modules/tomcat5/j2ee/JaxWsStack.java  |      295 +
 .../modules/tomcat5/j2ee/JpaSupportImpl.java       |       72 +
 .../tomcat5/j2ee/TomcatPlatformFactory.java        |       68 +
 .../modules/tomcat5/j2ee/TomcatPlatformImpl.java   |      546 +
 .../modules/tomcat5/jsps/FindJSPServletImpl.java   |        2 +-
 .../modules/tomcat5/nodes/Bundle.properties        |       52 -
 .../modules/tomcat5/nodes/TomcatInstanceNode.java  |      180 -
 .../tomcat5/nodes/TomcatRegistryNodeFactory.java   |       82 -
 .../modules/tomcat5/nodes/TomcatTargetNode.java    |      126 -
 .../modules/tomcat5/nodes/TomcatWebModule.java     |      340 -
 .../nodes/TomcatWebModuleChildrenFactory.java      |      146 -
 .../modules/tomcat5/nodes/TomcatWebModuleNode.java |      111 -
 .../tomcat5/nodes/actions/AdminConsoleAction.java  |      107 -
 .../tomcat5/nodes/actions/ContextLogAction.java    |       90 -
 .../tomcat5/nodes/actions/EditServerXmlAction.java |       85 -
 .../nodes/actions/OpenServerOutputAction.java      |       92 -
 .../tomcat5/nodes/actions/OpenURLAction.java       |      104 -
 .../nodes/actions/RefreshWebModulesAction.java     |       93 -
 .../nodes/actions/RefreshWebModulesCookie.java     |       57 -
 .../tomcat5/nodes/actions/ServerLogAction.java     |      101 -
 .../nodes/actions/SharedContextLogAction.java      |      100 -
 .../modules/tomcat5/nodes/actions/StartAction.java |       93 -
 .../modules/tomcat5/nodes/actions/StopAction.java  |       95 -
 .../tomcat5/nodes/actions/TerminateAction.java     |      115 -
 .../nodes/actions/TomcatWebModuleCookie.java       |       94 -
 .../tomcat5/nodes/actions/UndeployAction.java      |      204 -
 .../tomcat5/{ide => optional}/Bundle.properties    |        0
 .../modules/tomcat5/optional/DebugSupport.java     |      165 +
 .../modules/tomcat5/optional/MonitorSupport.java   |      544 +
 .../modules/tomcat5/optional/OptionalFactory.java  |      113 +
 .../modules/tomcat5/optional/StartTomcat.java      |      897 +
 .../modules/tomcat5/optional/TMIDResolver.java     |       93 +
 .../optional/TomcatIncrementalDeployment.java      |      214 +
 .../tomcat5/optional/TomcatInstanceDescriptor.java |       73 +
 .../progress/MultiProgressObjectWrapper.java       |        2 +-
 .../registration/AutomaticRegistration.java        |       10 +-
 .../modules/tomcat5/registration/Bundle.properties |       46 +
 .../modules/tomcat5/resources/Bundle.properties    |        8 +-
 .../modules/tomcat5/resources/help-main-ref.xml    |       49 -
 .../modules/tomcat5/resources/helpset-decl.xml     |       49 -
 .../netbeans/modules/tomcat5/resources/layer.xml   |       32 +-
 .../tomcat5/resources/tomcat-ant-deploy70.xml      |       20 +-
 .../resources/{tomcat5.mdd => tomcat5_context.mdd} |        0
 .../modules/tomcat5/resources/tomee_resources.dtd  |       17 +
 .../modules/tomcat5/resources/tomee_resources.mdd  |       24 +
 .../modules/tomcat5/ui/nodes/Bundle.properties     |       54 +
 .../tomcat5/ui/nodes/TomcatInstanceNode.java       |      208 +
 .../ui/nodes/TomcatRegistryNodeFactory.java        |       82 +
 .../modules/tomcat5/ui/nodes/TomcatTargetNode.java |      126 +
 .../modules/tomcat5/ui/nodes/TomcatWebModule.java  |      339 +
 .../ui/nodes/TomcatWebModuleChildrenFactory.java   |      146 +
 .../tomcat5/ui/nodes/TomcatWebModuleNode.java      |      115 +
 .../ui/nodes/actions/AdminConsoleAction.java       |      107 +
 .../{ => ui}/nodes/actions/Bundle.properties       |        0
 .../tomcat5/ui/nodes/actions/ContextLogAction.java |       90 +
 .../ui/nodes/actions/EditServerXmlAction.java      |       85 +
 .../ui/nodes/actions/OpenServerOutputAction.java   |       92 +
 .../tomcat5/ui/nodes/actions/OpenURLAction.java    |      104 +
 .../ui/nodes/actions/RefreshWebModulesAction.java  |       93 +
 .../ui/nodes/actions/RefreshWebModulesCookie.java  |       57 +
 .../tomcat5/ui/nodes/actions/ServerLogAction.java  |      101 +
 .../ui/nodes/actions/SharedContextLogAction.java   |      100 +
 .../tomcat5/ui/nodes/actions/StartAction.java      |       93 +
 .../tomcat5/ui/nodes/actions/StopAction.java       |       95 +
 .../tomcat5/ui/nodes/actions/TerminateAction.java  |      115 +
 .../ui/nodes/actions/TomcatWebModuleCookie.java    |       94 +
 .../tomcat5/ui/nodes/actions/UndeployAction.java   |      204 +
 .../tomcat5/ui/wizard/AddInstanceIterator.java     |      261 +
 .../tomcat5/{ => ui}/wizard/Bundle.properties      |        0
 .../modules/tomcat5/ui/wizard/InstallPanel.java    |      129 +
 .../tomcat5/ui/wizard/InstallPanelVisual.form      |      351 +
 .../tomcat5/ui/wizard/InstallPanelVisual.java      |      691 +
 .../netbeans/modules/tomcat5/util/LogManager.java  |        8 +-
 .../netbeans/modules/tomcat5/util/LogSupport.java  |        2 +-
 .../netbeans/modules/tomcat5/util/LogViewer.java   |        6 +-
 .../netbeans/modules/tomcat5/util/ServerLog.java   |       26 +-
 .../modules/tomcat5/util/TomcatInstallUtil.java    |       69 +-
 .../modules/tomcat5/util/TomcatProperties.java     |      103 +-
 .../netbeans/modules/tomcat5/util/TomcatUsers.java |        8 +-
 .../org/netbeans/modules/tomcat5/util/Utils.java   |       12 +-
 .../tomcat5/wizard/AddInstanceIterator.java        |      261 -
 .../modules/tomcat5/wizard/InstallPanel.java       |      129 -
 .../modules/tomcat5/wizard/InstallPanelVisual.form |      351 -
 .../modules/tomcat5/wizard/InstallPanelVisual.java |      683 -
 .../modules/tomcat5/TomcatFactoryTest.java         |       59 +
 .../modules/tomcat5/TomcatManagerTest.java         |        1 +
 .../netbeans/modules/tomcat5/TomcatModuleTest.java |       72 +
 .../config/TomcatModuleConfigurationTest.java      |       65 +-
 .../tomcat5/nodes/TomcatTargetNodeTest.java        |      115 -
 .../tomcat5/optional/OptionalFactoryTest.java      |       60 +
 .../tomcat5/ui/nodes/TomcatTargetNodeTest.java     |      116 +
 .../tomcat5/ui/wizard/InstallPanelVisualTest.java  |      102 +
 .../modules/tomcat5/util/ServerLogTest.java        |       65 +-
 .../netbeans/modules/tomcat5/util/TestBase.java    |       14 +-
 .../modules/tomcat5/util/TomcatUsersTest.java      |        2 +-
 .../tomcat5/wizard/InstallPanelVisualTest.java     |      101 -
 uihandler.exceptionreporter/manifest.mf            |        2 +-
 .../uihandler/exceptionreporter/Installer.java     |       43 +
 uihandler/arch.xml                                 |      152 +-
 uihandler/build.xml                                |       20 -
 uihandler/manifest.mf                              |        2 +-
 .../nbproject/org-netbeans-modules-uihandler.sig   |       36 +
 uihandler/nbproject/project.properties             |       14 +-
 uihandler/nbproject/project.xml                    |       16 +-
 .../netbeans/modules/exceptions/Bundle.properties  |       76 +-
 .../modules/exceptions/ExceptionsSettings.java     |       41 +-
 .../netbeans/modules/exceptions/ReportPanel.form   |       94 +-
 .../netbeans/modules/exceptions/ReportPanel.java   |      161 +-
 .../exceptions/ReporterResultTopComponent.java     |       11 +-
 .../modules/uihandler/AfterRestartExceptions.java  |      234 +
 .../netbeans/modules/uihandler/Bundle.properties   |      159 +-
 .../modules/uihandler/ButtonsHTMLParser.java       |      287 +
 .../netbeans/modules/uihandler/ButtonsParser.java  |      249 -
 .../org/netbeans/modules/uihandler/CPUInfo.java    |        2 +-
 .../org/netbeans/modules/uihandler/Connecting.html |        6 +-
 .../modules/uihandler/ConnectionErrorDlg.java      |      281 +
 .../uihandler/DataConsistentFileOutputStream.java  |      120 +
 .../netbeans/modules/uihandler/EarlyHandler.java   |       22 +-
 .../modules/uihandler/EnabledModulesCollector.java |      104 +-
 .../org/netbeans/modules/uihandler/Installer.java  |     1456 +-
 .../netbeans/modules/uihandler/MetricsHandler.java |       20 +-
 .../netbeans/modules/uihandler/ReminderPanel.java  |       48 +-
 .../netbeans/modules/uihandler/SAXException.html   |       27 +
 .../org/netbeans/modules/uihandler/ScreenSize.java |        2 +-
 .../netbeans/modules/uihandler/SelfSampleVFS.java  |        1 +
 .../modules/uihandler/SlownessReporter.java        |       67 +-
 .../netbeans/modules/uihandler/SubmitPanel.java    |        6 +
 .../org/netbeans/modules/uihandler/UIHandler.java  |      135 +-
 .../modules/uihandler/UIHandlerClosing.java        |       59 +
 .../src/org/netbeans/modules/uihandler/UINode.java |       37 +-
 .../modules/uihandler/UnknownHostException.html    |       13 +-
 .../org/netbeans/modules/uihandler/VisualData.java |       44 +
 .../netbeans/modules/uihandler/api/Activated.java  |        5 +
 .../netbeans/modules/uihandler/api/Controller.java |        7 +-
 .../modules/uihandler/api/Deactivated.java         |        5 +
 .../src/org/netbeans/modules/uihandler/layer.xml   |        4 +-
 .../modules/exceptions/ExceptionsSettingsTest.java |       46 +
 .../modules/uihandler/ActivatedDeativatedTest.java |        2 +-
 .../netbeans/modules/uihandler/AutoSubmitTest.java |      294 +
 .../modules/uihandler/Bundle_ts_AU.properties      |       41 +
 .../modules/uihandler/ButtonsHTMLParserTest.java   |      129 +
 .../modules/uihandler/ButtonsParserTest.java       |       66 -
 .../modules/uihandler/ConnectionErrorDlgTest.java  |      165 +
 .../modules/uihandler/EarlyHandlerTest.java        |       90 +
 .../uihandler/EnabledModulesCollectorTest.java     |        2 +-
 .../modules/uihandler/EucJPReadPageTest.java       |       12 +-
 .../netbeans/modules/uihandler/ExceptionsTest.java |        2 +-
 .../modules/uihandler/InstallerInitTest.java       |       47 +-
 .../modules/uihandler/InstallerLittleTest.java     |      211 +
 .../modules/uihandler/InstallerReadPageTest.java   |       27 +-
 .../netbeans/modules/uihandler/InstallerTest.java  |      211 +-
 .../uihandler/LogFileIsKeptAtSizeOf1000Test.java   |       10 +-
 .../modules/uihandler/LogsTooEarlyTest.java        |        2 +-
 .../modules/uihandler/LogsTooLateTest.java         |        2 +-
 .../netbeans/modules/uihandler/ScreenSizeTest.java |       13 +-
 .../modules/uihandler/SelfSampleVFSTest.java       |        4 +-
 .../org/netbeans/modules/uihandler/ServerTest.java |       11 +-
 .../modules/uihandler/ShutdownFromAWTTest.java     |        2 +-
 .../modules/uihandler/SlownessReporterTest.java    |       21 +-
 .../netbeans/modules/uihandler/UIHandlerTest.java  |        2 +-
 .../uihandler/UIHandlerWhenInterruptedTest.java    |        2 +-
 .../netbeans/modules/uihandler/UploadLogsTest.java |       12 +-
 .../uihandler/WritablePreferences131128Test.java   |       16 +-
 .../modules/uihandler/parsing_with_errors.html     |       80 +
 updatecenters/manifest.mf                          |        2 +-
 .../updatecenters/resources/Bundle.properties      |        8 +-
 .../resources/NetBeansKeyStoreProvider.java        |        4 +-
 .../modules/updatecenters/resources/mf-layer.xml   |       58 +-
 .../org/netbeans/modules/usersguide/Map.jhm        |      523 -
 .../accessibility/accessibility_home.html          |       53 -
 .../accessibility/alternate_browser.html           |       93 -
 .../usersguide/accessibility/stylesheet.html       |       55 -
 .../modules/usersguide/collab/collab_about.html    |       85 -
 .../collab/csh/issues_blockschooser.html           |       41 -
 .../collab/csh/issues_create_tracker.html          |       58 -
 .../collab/csh/issues_duplicatechooser.html        |       42 -
 .../collab/csh/issues_html_response.html           |       38 -
 .../usersguide/collab/csh/issues_issuechooser.html |       41 -
 .../usersguide/collab/csh/issues_jiraplugin.html   |       89 -
 .../usersguide/collab/csh/issues_options.html      |       51 -
 .../collab/csh/issues_patchcontextchooser.html     |       37 -
 .../usersguide/collab/csh/issues_resolve.html      |       45 -
 .../usersguide/collab/csh/issues_save_query.html   |       36 -
 .../collab/csh/issues_select_keyword.html          |       41 -
 .../collab/csh/issues_vcs_parameterformat.html     |       47 -
 .../usersguide/collab/csh/proj_project_window.html |       53 -
 .../modules/usersguide/collab/issues_about.html    |       84 -
 .../modules/usersguide/collab/issues_external.html |       47 -
 .../modules/usersguide/collab/issues_quickref.html |      123 -
 .../modules/usersguide/collab/issues_working.html  |       86 -
 .../usersguide/configure/configure_about.html      |       53 -
 .../usersguide/configure/configure_importing.html  |       79 -
 .../usersguide/configure/configure_options.html    |       87 -
 .../usersguide/configure/configure_overview.html   |       88 -
 .../usersguide/configure/configure_quickref.html   |      113 -
 .../configure/configure_startup-switches.html      |      130 -
 .../configure/editor_template_syntax.html          |      113 -
 .../usersguide/configure/images/project.gif        |      Bin 113 -> 0 bytes
 .../configure/images/setting-defined.gif           |      Bin 143 -> 0 bytes
 .../configure/images/setting-ignored.gif           |      Bin 107 -> 0 bytes
 .../configure/images/setting-inherited.gif         |      Bin 150 -> 0 bytes
 .../usersguide/configure/modules/autoupdate.html   |       76 -
 .../configure/modules/csh_plug_downloaded.html     |       43 -
 .../configure/modules/csh_plug_installed.html      |       86 -
 .../configure/modules/csh_plug_newplugs.html       |       47 -
 .../configure/modules/csh_plug_settings.html       |       54 -
 .../configure/modules/csh_plug_updates.html        |       47 -
 .../usersguide/configure/modules/enablemodule.html |       82 -
 .../configure/modules/images/active2.png           |      Bin 714 -> 0 bytes
 .../configure/modules/images/add-arrow.gif         |      Bin 103 -> 0 bytes
 .../configure/modules/images/inactive2.png         |      Bin 708 -> 0 bytes
 .../configure/modules/managing_a_module.html       |       53 -
 .../configure/modules/updatecenters.html           |       68 -
 .../configure/modules/updateglobally.html          |       50 -
 .../configure/modules/updateoffline.html           |       62 -
 .../usersguide/configure/options-shortcuts.html    |       71 -
 .../usersguide/configure/options_diffengine.html   |       77 -
 .../usersguide/configure/options_editor.html       |      144 -
 .../usersguide/configure/options_file_types.html   |       73 -
 .../usersguide/configure/options_fontscolors.html  |       85 -
 .../usersguide/configure/options_general.html      |       58 -
 .../configure/options_todo_settings.html           |       43 -
 .../usersguide/configure/options_versioning.html   |       50 -
 .../configure/workspace/toolbar_commands.html      |       79 -
 .../configure/workspace/toolbar_customize.html     |       58 -
 .../configure/workspace/window_managing.html       |      189 -
 .../org/netbeans/modules/usersguide/credits.html   |       48 -
 .../modules/usersguide/editing/csh/nav_window.html |       49 -
 .../usersguide/editing/editor_quickref.html        |      108 -
 .../netbeans/modules/usersguide/f1_css_editor.htm  |       34 +
 .../modules/usersguide/f1_css_editor001.htm        |      234 +
 .../modules/usersguide/f1_css_editor002.htm        |       82 +
 .../modules/usersguide/f1_css_editor003.htm        |      126 +
 .../modules/usersguide/f1_css_editor004.htm        |      178 +
 .../modules/usersguide/f1_css_editor005.htm        |      117 +
 .../modules/usersguide/f1_css_editor006.htm        |      117 +
 .../org/netbeans/modules/usersguide/f1_cvs.htm     |       34 +
 .../org/netbeans/modules/usersguide/f1_cvs001.htm  |      154 +
 .../org/netbeans/modules/usersguide/f1_cvs002.htm  |       86 +
 .../org/netbeans/modules/usersguide/f1_cvs003.htm  |      153 +
 .../org/netbeans/modules/usersguide/f1_cvs004.htm  |       97 +
 .../org/netbeans/modules/usersguide/f1_cvs005.htm  |      133 +
 .../org/netbeans/modules/usersguide/f1_cvs006.htm  |       71 +
 .../org/netbeans/modules/usersguide/f1_cvs007.htm  |       94 +
 .../org/netbeans/modules/usersguide/f1_cvs008.htm  |       70 +
 .../org/netbeans/modules/usersguide/f1_cvs009.htm  |      152 +
 .../org/netbeans/modules/usersguide/f1_cvs010.htm  |      278 +
 .../org/netbeans/modules/usersguide/f1_cvs011.htm  |      195 +
 .../org/netbeans/modules/usersguide/f1_cvs012.htm  |       87 +
 .../org/netbeans/modules/usersguide/f1_cvs013.htm  |       96 +
 .../org/netbeans/modules/usersguide/f1_cvs014.htm  |       94 +
 .../org/netbeans/modules/usersguide/f1_cvs015.htm  |      101 +
 .../org/netbeans/modules/usersguide/f1_cvs016.htm  |       78 +
 .../org/netbeans/modules/usersguide/f1_cvs017.htm  |      110 +
 .../org/netbeans/modules/usersguide/f1_cvs018.htm  |       86 +
 .../org/netbeans/modules/usersguide/f1_cvs019.htm  |       72 +
 .../org/netbeans/modules/usersguide/f1_cvs020.htm  |       77 +
 .../netbeans/modules/usersguide/f1_database.htm    |       34 +
 .../netbeans/modules/usersguide/f1_database001.htm |      108 +
 .../netbeans/modules/usersguide/f1_database002.htm |       85 +
 .../netbeans/modules/usersguide/f1_database003.htm |      132 +
 .../netbeans/modules/usersguide/f1_database004.htm |       87 +
 .../netbeans/modules/usersguide/f1_database005.htm |       46 +
 .../netbeans/modules/usersguide/f1_database006.htm |      190 +
 .../netbeans/modules/usersguide/f1_database007.htm |       49 +
 .../netbeans/modules/usersguide/f1_database008.htm |      160 +
 .../netbeans/modules/usersguide/f1_database009.htm |       55 +
 .../netbeans/modules/usersguide/f1_database010.htm |       48 +
 .../org/netbeans/modules/usersguide/f1_git.htm     |       34 +
 .../org/netbeans/modules/usersguide/f1_git001.htm  |      230 +
 .../org/netbeans/modules/usersguide/f1_git002.htm  |      187 +
 .../org/netbeans/modules/usersguide/f1_git003.htm  |      103 +
 .../org/netbeans/modules/usersguide/f1_git004.htm  |       68 +
 .../org/netbeans/modules/usersguide/f1_git005.htm  |      102 +
 .../org/netbeans/modules/usersguide/f1_git006.htm  |      254 +
 .../org/netbeans/modules/usersguide/f1_git007.htm  |       68 +
 .../org/netbeans/modules/usersguide/f1_git008.htm  |      254 +
 .../org/netbeans/modules/usersguide/f1_git009.htm  |       69 +
 .../org/netbeans/modules/usersguide/f1_git010.htm  |      254 +
 .../org/netbeans/modules/usersguide/f1_git011.htm  |       68 +
 .../org/netbeans/modules/usersguide/f1_git012.htm  |       69 +
 .../org/netbeans/modules/usersguide/f1_git013.htm  |       87 +
 .../org/netbeans/modules/usersguide/f1_git014.htm  |      102 +
 .../org/netbeans/modules/usersguide/f1_git015.htm  |      204 +
 .../org/netbeans/modules/usersguide/f1_git016.htm  |       93 +
 .../org/netbeans/modules/usersguide/f1_git017.htm  |      101 +
 .../org/netbeans/modules/usersguide/f1_git018.htm  |       94 +
 .../org/netbeans/modules/usersguide/f1_git019.htm  |       95 +
 .../org/netbeans/modules/usersguide/f1_git020.htm  |      104 +
 .../org/netbeans/modules/usersguide/f1_git021.htm  |      117 +
 .../org/netbeans/modules/usersguide/f1_git022.htm  |      126 +
 .../org/netbeans/modules/usersguide/f1_git023.htm  |       87 +
 .../org/netbeans/modules/usersguide/f1_git024.htm  |      120 +
 .../org/netbeans/modules/usersguide/f1_git025.htm  |      127 +
 .../org/netbeans/modules/usersguide/f1_git026.htm  |      174 +
 .../org/netbeans/modules/usersguide/f1_git027.htm  |      100 +
 .../org/netbeans/modules/usersguide/f1_git028.htm  |      127 +
 .../org/netbeans/modules/usersguide/f1_git029.htm  |      125 +
 .../org/netbeans/modules/usersguide/f1_git030.htm  |      158 +
 .../org/netbeans/modules/usersguide/f1_html.htm    |       34 +
 .../org/netbeans/modules/usersguide/f1_html001.htm |       94 +
 .../org/netbeans/modules/usersguide/f1_html002.htm |       86 +
 .../org/netbeans/modules/usersguide/f1_html003.htm |       88 +
 .../org/netbeans/modules/usersguide/f1_html004.htm |      102 +
 .../org/netbeans/modules/usersguide/f1_html005.htm |       81 +
 .../org/netbeans/modules/usersguide/f1_html006.htm |       79 +
 .../org/netbeans/modules/usersguide/f1_html007.htm |       95 +
 .../org/netbeans/modules/usersguide/f1_html008.htm |       48 +
 .../org/netbeans/modules/usersguide/f1_html009.htm |      115 +
 .../org/netbeans/modules/usersguide/f1_html010.htm |       87 +
 .../org/netbeans/modules/usersguide/f1_html011.htm |       77 +
 .../org/netbeans/modules/usersguide/f1_html012.htm |      103 +
 .../org/netbeans/modules/usersguide/f1_html013.htm |       78 +
 .../org/netbeans/modules/usersguide/f1_html014.htm |       69 +
 .../org/netbeans/modules/usersguide/f1_html015.htm |       86 +
 .../org/netbeans/modules/usersguide/f1_html016.htm |      101 +
 .../org/netbeans/modules/usersguide/f1_html017.htm |      110 +
 .../org/netbeans/modules/usersguide/f1_html018.htm |       94 +
 .../netbeans/modules/usersguide/f1_java_debug.htm  |       34 +
 .../modules/usersguide/f1_java_debug001.htm        |       41 +
 .../modules/usersguide/f1_java_debug002.htm        |      195 +
 .../modules/usersguide/f1_java_debug003.htm        |      187 +
 .../modules/usersguide/f1_java_debug004.htm        |      186 +
 .../modules/usersguide/f1_java_debug005.htm        |      196 +
 .../modules/usersguide/f1_java_debug006.htm        |      178 +
 .../modules/usersguide/f1_java_debug007.htm        |      202 +
 .../modules/usersguide/f1_java_debug008.htm        |      222 +
 .../modules/usersguide/f1_java_debug009.htm        |      144 +
 .../modules/usersguide/f1_java_debug010.htm        |      171 +
 .../modules/usersguide/f1_java_debug011.htm        |      179 +
 .../modules/usersguide/f1_java_debug012.htm        |      149 +
 .../modules/usersguide/f1_java_debug013.htm        |       47 +
 .../modules/usersguide/f1_java_debug014.htm        |       93 +
 .../modules/usersguide/f1_java_debug015.htm        |       39 +
 .../modules/usersguide/f1_java_debug016.htm        |       79 +
 .../modules/usersguide/f1_java_debug017.htm        |      252 +
 .../modules/usersguide/f1_java_debug018.htm        |       92 +
 .../modules/usersguide/f1_java_debug019.htm        |      266 +
 .../modules/usersguide/f1_java_debug020.htm        |      198 +
 .../modules/usersguide/f1_java_debug021.htm        |      203 +
 .../modules/usersguide/f1_java_debug022.htm        |       64 +
 .../modules/usersguide/f1_java_debug023.htm        |      208 +
 .../modules/usersguide/f1_java_debug024.htm        |      134 +
 .../netbeans/modules/usersguide/f1_java_edit.htm   |       26 +
 .../modules/usersguide/f1_java_edit001.htm         |      281 +
 .../modules/usersguide/f1_java_edit002.htm         |      102 +
 .../org/netbeans/modules/usersguide/f1_java_ee.htm |       34 +
 .../netbeans/modules/usersguide/f1_java_ee001.htm  |      122 +
 .../netbeans/modules/usersguide/f1_java_ee002.htm  |       61 +
 .../netbeans/modules/usersguide/f1_java_ee003.htm  |      148 +
 .../netbeans/modules/usersguide/f1_java_ee004.htm  |       50 +
 .../netbeans/modules/usersguide/f1_java_ee005.htm  |       52 +
 .../netbeans/modules/usersguide/f1_java_ee006.htm  |      196 +
 .../netbeans/modules/usersguide/f1_java_ee007.htm  |      196 +
 .../netbeans/modules/usersguide/f1_java_ee008.htm  |       54 +
 .../netbeans/modules/usersguide/f1_java_ee009.htm  |       81 +
 .../netbeans/modules/usersguide/f1_java_ee010.htm  |       88 +
 .../netbeans/modules/usersguide/f1_java_ee011.htm  |      119 +
 .../netbeans/modules/usersguide/f1_java_ee012.htm  |      128 +
 .../netbeans/modules/usersguide/f1_java_ee013.htm  |       83 +
 .../netbeans/modules/usersguide/f1_java_ee014.htm  |      151 +
 .../netbeans/modules/usersguide/f1_java_ee015.htm  |      119 +
 .../netbeans/modules/usersguide/f1_java_ee016.htm  |      143 +
 .../netbeans/modules/usersguide/f1_java_ee017.htm  |      104 +
 .../netbeans/modules/usersguide/f1_java_ee018.htm  |      158 +
 .../netbeans/modules/usersguide/f1_java_ee019.htm  |      127 +
 .../netbeans/modules/usersguide/f1_java_ee020.htm  |      129 +
 .../netbeans/modules/usersguide/f1_java_ee021.htm  |      128 +
 .../netbeans/modules/usersguide/f1_java_ee022.htm  |       96 +
 .../netbeans/modules/usersguide/f1_java_ee023.htm  |       54 +
 .../netbeans/modules/usersguide/f1_java_ee024.htm  |       98 +
 .../netbeans/modules/usersguide/f1_java_ee025.htm  |       47 +
 .../netbeans/modules/usersguide/f1_java_ee026.htm  |      146 +
 .../netbeans/modules/usersguide/f1_java_ee027.htm  |       47 +
 .../netbeans/modules/usersguide/f1_java_ee028.htm  |       94 +
 .../netbeans/modules/usersguide/f1_java_ee029.htm  |      156 +
 .../netbeans/modules/usersguide/f1_java_ee030.htm  |      420 +
 .../netbeans/modules/usersguide/f1_java_ee031.htm  |       61 +
 .../netbeans/modules/usersguide/f1_java_ee032.htm  |       61 +
 .../netbeans/modules/usersguide/f1_java_ee033.htm  |      124 +
 .../netbeans/modules/usersguide/f1_java_ee034.htm  |       98 +
 .../netbeans/modules/usersguide/f1_java_ee035.htm  |      102 +
 .../netbeans/modules/usersguide/f1_java_ee036.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_ee037.htm  |      135 +
 .../netbeans/modules/usersguide/f1_java_ee038.htm  |       57 +
 .../netbeans/modules/usersguide/f1_java_ee039.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_ee040.htm  |      136 +
 .../netbeans/modules/usersguide/f1_java_ee041.htm  |       84 +
 .../netbeans/modules/usersguide/f1_java_ee042.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_ee043.htm  |      103 +
 .../netbeans/modules/usersguide/f1_java_ee044.htm  |       72 +
 .../netbeans/modules/usersguide/f1_java_ee045.htm  |       39 +
 .../netbeans/modules/usersguide/f1_java_ee046.htm  |       42 +
 .../netbeans/modules/usersguide/f1_java_ee047.htm  |       86 +
 .../netbeans/modules/usersguide/f1_java_ee048.htm  |       62 +
 .../netbeans/modules/usersguide/f1_java_ee049.htm  |       39 +
 .../netbeans/modules/usersguide/f1_java_ee050.htm  |       95 +
 .../netbeans/modules/usersguide/f1_java_ee051.htm  |       77 +
 .../netbeans/modules/usersguide/f1_java_ee052.htm  |       92 +
 .../netbeans/modules/usersguide/f1_java_ee053.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee054.htm  |       93 +
 .../netbeans/modules/usersguide/f1_java_ee055.htm  |      107 +
 .../netbeans/modules/usersguide/f1_java_ee056.htm  |       62 +
 .../netbeans/modules/usersguide/f1_java_ee057.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_ee058.htm  |      102 +
 .../netbeans/modules/usersguide/f1_java_ee059.htm  |      159 +
 .../netbeans/modules/usersguide/f1_java_ee060.htm  |      110 +
 .../netbeans/modules/usersguide/f1_java_ee061.htm  |      125 +
 .../netbeans/modules/usersguide/f1_java_ee062.htm  |      317 +
 .../netbeans/modules/usersguide/f1_java_ee063.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_ee064.htm  |      172 +
 .../netbeans/modules/usersguide/f1_java_ee065.htm  |      297 +
 .../netbeans/modules/usersguide/f1_java_ee066.htm  |      149 +
 .../netbeans/modules/usersguide/f1_java_ee067.htm  |      124 +
 .../netbeans/modules/usersguide/f1_java_ee068.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_ee069.htm  |      229 +
 .../netbeans/modules/usersguide/f1_java_ee070.htm  |      137 +
 .../netbeans/modules/usersguide/f1_java_ee071.htm  |       79 +
 .../netbeans/modules/usersguide/f1_java_ee072.htm  |      122 +
 .../netbeans/modules/usersguide/f1_java_ee073.htm  |       40 +
 .../netbeans/modules/usersguide/f1_java_ee074.htm  |      104 +
 .../netbeans/modules/usersguide/f1_java_ee075.htm  |       55 +
 .../netbeans/modules/usersguide/f1_java_ee076.htm  |       42 +
 .../netbeans/modules/usersguide/f1_java_ee077.htm  |       72 +
 .../netbeans/modules/usersguide/f1_java_ee078.htm  |       73 +
 .../netbeans/modules/usersguide/f1_java_ee079.htm  |      147 +
 .../netbeans/modules/usersguide/f1_java_ee080.htm  |       49 +
 .../netbeans/modules/usersguide/f1_java_ee081.htm  |       66 +
 .../netbeans/modules/usersguide/f1_java_ee082.htm  |      114 +
 .../netbeans/modules/usersguide/f1_java_ee083.htm  |      459 +
 .../netbeans/modules/usersguide/f1_java_ee084.htm  |      104 +
 .../netbeans/modules/usersguide/f1_java_ee085.htm  |      119 +
 .../netbeans/modules/usersguide/f1_java_ee086.htm  |      110 +
 .../netbeans/modules/usersguide/f1_java_ee087.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_ee088.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee089.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee090.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee091.htm  |      166 +
 .../netbeans/modules/usersguide/f1_java_ee092.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee093.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee094.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee095.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_ee096.htm  |       68 +
 .../netbeans/modules/usersguide/f1_java_ee097.htm  |       84 +
 .../netbeans/modules/usersguide/f1_java_ee098.htm  |      124 +
 .../netbeans/modules/usersguide/f1_java_ee099.htm  |       93 +
 .../netbeans/modules/usersguide/f1_java_ee100.htm  |      101 +
 .../netbeans/modules/usersguide/f1_java_ee101.htm  |      101 +
 .../netbeans/modules/usersguide/f1_java_ee102.htm  |       46 +
 .../netbeans/modules/usersguide/f1_java_ee103.htm  |       68 +
 .../netbeans/modules/usersguide/f1_java_ee104.htm  |       69 +
 .../netbeans/modules/usersguide/f1_java_ee105.htm  |       69 +
 .../netbeans/modules/usersguide/f1_java_ee106.htm  |       68 +
 .../netbeans/modules/usersguide/f1_java_ee107.htm  |       77 +
 .../netbeans/modules/usersguide/f1_java_ee108.htm  |      117 +
 .../netbeans/modules/usersguide/f1_java_ee109.htm  |      149 +
 .../netbeans/modules/usersguide/f1_java_ee110.htm  |      149 +
 .../netbeans/modules/usersguide/f1_java_ee111.htm  |      117 +
 .../netbeans/modules/usersguide/f1_java_ee112.htm  |       41 +
 .../netbeans/modules/usersguide/f1_java_ee113.htm  |       39 +
 .../netbeans/modules/usersguide/f1_java_ee114.htm  |       40 +
 .../netbeans/modules/usersguide/f1_java_gui.htm    |       26 +
 .../netbeans/modules/usersguide/f1_java_gui001.htm |       62 +
 .../netbeans/modules/usersguide/f1_java_gui002.htm |      154 +
 .../netbeans/modules/usersguide/f1_java_gui003.htm |      190 +
 .../netbeans/modules/usersguide/f1_java_gui004.htm |       87 +
 .../netbeans/modules/usersguide/f1_java_gui005.htm |      111 +
 .../netbeans/modules/usersguide/f1_java_gui006.htm |      102 +
 .../netbeans/modules/usersguide/f1_java_gui007.htm |       49 +
 .../netbeans/modules/usersguide/f1_java_gui008.htm |       70 +
 .../netbeans/modules/usersguide/f1_java_gui009.htm |      124 +
 .../netbeans/modules/usersguide/f1_java_gui010.htm |       45 +
 .../netbeans/modules/usersguide/f1_java_gui011.htm |      169 +
 .../netbeans/modules/usersguide/f1_java_gui012.htm |       70 +
 .../netbeans/modules/usersguide/f1_java_gui013.htm |       46 +
 .../netbeans/modules/usersguide/f1_java_gui014.htm |       77 +
 .../netbeans/modules/usersguide/f1_java_gui015.htm |      107 +
 .../netbeans/modules/usersguide/f1_java_gui016.htm |      105 +
 .../netbeans/modules/usersguide/f1_java_gui017.htm |      150 +
 .../netbeans/modules/usersguide/f1_java_gui018.htm |      142 +
 .../netbeans/modules/usersguide/f1_java_gui019.htm |      126 +
 .../netbeans/modules/usersguide/f1_java_gui020.htm |      126 +
 .../netbeans/modules/usersguide/f1_java_gui021.htm |      132 +
 .../netbeans/modules/usersguide/f1_java_gui022.htm |      195 +
 .../org/netbeans/modules/usersguide/f1_java_me.htm |       26 +
 .../netbeans/modules/usersguide/f1_java_me001.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_me002.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_me003.htm  |       92 +
 .../netbeans/modules/usersguide/f1_java_me004.htm  |       87 +
 .../netbeans/modules/usersguide/f1_java_me005.htm  |       86 +
 .../netbeans/modules/usersguide/f1_java_me006.htm  |      151 +
 .../netbeans/modules/usersguide/f1_java_me007.htm  |       74 +
 .../netbeans/modules/usersguide/f1_java_me008.htm  |      127 +
 .../netbeans/modules/usersguide/f1_java_me009.htm  |      141 +
 .../netbeans/modules/usersguide/f1_java_me010.htm  |      113 +
 .../netbeans/modules/usersguide/f1_java_me011.htm  |       94 +
 .../netbeans/modules/usersguide/f1_java_me012.htm  |       76 +
 .../netbeans/modules/usersguide/f1_java_me013.htm  |       93 +
 .../netbeans/modules/usersguide/f1_java_me014.htm  |      109 +
 .../netbeans/modules/usersguide/f1_java_me015.htm  |       77 +
 .../netbeans/modules/usersguide/f1_java_me016.htm  |       78 +
 .../netbeans/modules/usersguide/f1_java_me017.htm  |      110 +
 .../netbeans/modules/usersguide/f1_java_me018.htm  |      105 +
 .../netbeans/modules/usersguide/f1_java_me019.htm  |       86 +
 .../netbeans/modules/usersguide/f1_java_me020.htm  |      123 +
 .../netbeans/modules/usersguide/f1_java_me021.htm  |      151 +
 .../netbeans/modules/usersguide/f1_java_me022.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_me023.htm  |      126 +
 .../netbeans/modules/usersguide/f1_java_me024.htm  |      129 +
 .../netbeans/modules/usersguide/f1_java_me025.htm  |      298 +
 .../netbeans/modules/usersguide/f1_java_me026.htm  |      146 +
 .../netbeans/modules/usersguide/f1_java_me027.htm  |      104 +
 .../netbeans/modules/usersguide/f1_java_me028.htm  |       93 +
 .../netbeans/modules/usersguide/f1_java_me029.htm  |      134 +
 .../netbeans/modules/usersguide/f1_java_me030.htm  |      100 +
 .../netbeans/modules/usersguide/f1_java_me031.htm  |       85 +
 .../netbeans/modules/usersguide/f1_java_me032.htm  |      127 +
 .../netbeans/modules/usersguide/f1_java_me033.htm  |      123 +
 .../netbeans/modules/usersguide/f1_java_me034.htm  |      281 +
 .../netbeans/modules/usersguide/f1_java_me035.htm  |      140 +
 .../netbeans/modules/usersguide/f1_java_me036.htm  |      105 +
 .../netbeans/modules/usersguide/f1_java_me037.htm  |       94 +
 .../netbeans/modules/usersguide/f1_java_me038.htm  |      135 +
 .../netbeans/modules/usersguide/f1_java_me039.htm  |      101 +
 .../netbeans/modules/usersguide/f1_java_me040.htm  |       79 +
 .../netbeans/modules/usersguide/f1_java_me041.htm  |       78 +
 .../netbeans/modules/usersguide/f1_java_me042.htm  |       79 +
 .../netbeans/modules/usersguide/f1_java_me043.htm  |       77 +
 .../netbeans/modules/usersguide/f1_java_me044.htm  |       86 +
 .../netbeans/modules/usersguide/f1_java_me045.htm  |       70 +
 .../netbeans/modules/usersguide/f1_java_me046.htm  |      112 +
 .../netbeans/modules/usersguide/f1_java_me047.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_me048.htm  |       86 +
 .../netbeans/modules/usersguide/f1_java_me049.htm  |       97 +
 .../netbeans/modules/usersguide/f1_java_me050.htm  |      111 +
 .../netbeans/modules/usersguide/f1_java_me051.htm  |      106 +
 .../netbeans/modules/usersguide/f1_java_me052.htm  |       87 +
 .../netbeans/modules/usersguide/f1_java_me053.htm  |      124 +
 .../netbeans/modules/usersguide/f1_java_me054.htm  |      134 +
 .../netbeans/modules/usersguide/f1_java_me055.htm  |      144 +
 .../netbeans/modules/usersguide/f1_java_me056.htm  |      118 +
 .../netbeans/modules/usersguide/f1_java_me057.htm  |       96 +
 .../netbeans/modules/usersguide/f1_java_me058.htm  |      144 +
 .../netbeans/modules/usersguide/f1_java_me059.htm  |      152 +
 .../netbeans/modules/usersguide/f1_java_me060.htm  |      107 +
 .../netbeans/modules/usersguide/f1_java_me061.htm  |      120 +
 .../netbeans/modules/usersguide/f1_java_me062.htm  |      123 +
 .../netbeans/modules/usersguide/f1_java_me063.htm  |       38 +
 .../netbeans/modules/usersguide/f1_java_me064.htm  |       38 +
 .../modules/usersguide/f1_java_project.htm         |       26 +
 .../modules/usersguide/f1_java_project001.htm      |      108 +
 .../modules/usersguide/f1_java_project002.htm      |      101 +
 .../modules/usersguide/f1_java_project003.htm      |       94 +
 .../modules/usersguide/f1_java_project004.htm      |       85 +
 .../modules/usersguide/f1_java_project005.htm      |       86 +
 .../modules/usersguide/f1_java_project006.htm      |       54 +
 .../modules/usersguide/f1_java_project007.htm      |      118 +
 .../modules/usersguide/f1_java_project008.htm      |      127 +
 .../modules/usersguide/f1_java_project009.htm      |      137 +
 .../modules/usersguide/f1_java_project010.htm      |      107 +
 .../modules/usersguide/f1_java_project011.htm      |       54 +
 .../modules/usersguide/f1_java_project012.htm      |      150 +
 .../modules/usersguide/f1_java_project013.htm      |      116 +
 .../modules/usersguide/f1_java_project014.htm      |      113 +
 .../modules/usersguide/f1_java_project015.htm      |      100 +
 .../modules/usersguide/f1_java_project016.htm      |      157 +
 .../modules/usersguide/f1_java_project017.htm      |      126 +
 .../modules/usersguide/f1_java_project018.htm      |      174 +
 .../modules/usersguide/f1_java_project019.htm      |      133 +
 .../modules/usersguide/f1_java_project020.htm      |      151 +
 .../modules/usersguide/f1_java_project021.htm      |      159 +
 .../modules/usersguide/f1_java_project022.htm      |       98 +
 .../modules/usersguide/f1_java_project023.htm      |      213 +
 .../modules/usersguide/f1_java_project024.htm      |      206 +
 .../modules/usersguide/f1_java_project025.htm      |       69 +
 .../modules/usersguide/f1_java_project026.htm      |      127 +
 .../modules/usersguide/f1_java_project027.htm      |      107 +
 .../modules/usersguide/f1_java_project028.htm      |       54 +
 .../modules/usersguide/f1_java_project029.htm      |      104 +
 .../modules/usersguide/f1_java_project030.htm      |       74 +
 .../modules/usersguide/f1_java_project031.htm      |       95 +
 .../modules/usersguide/f1_java_project032.htm      |      133 +
 .../modules/usersguide/f1_java_project033.htm      |      158 +
 .../modules/usersguide/f1_java_project034.htm      |      109 +
 .../org/netbeans/modules/usersguide/f1_jpa.htm     |       34 +
 .../org/netbeans/modules/usersguide/f1_jpa001.htm  |       50 +
 .../org/netbeans/modules/usersguide/f1_jpa002.htm  |       94 +
 .../org/netbeans/modules/usersguide/f1_jpa003.htm  |       69 +
 .../org/netbeans/modules/usersguide/f1_jpa004.htm  |      130 +
 .../org/netbeans/modules/usersguide/f1_jpa005.htm  |      121 +
 .../org/netbeans/modules/usersguide/f1_jpa006.htm  |       46 +
 .../org/netbeans/modules/usersguide/f1_jpa007.htm  |       64 +
 .../org/netbeans/modules/usersguide/f1_jpa008.htm  |       85 +
 .../org/netbeans/modules/usersguide/f1_jpa009.htm  |      183 +
 .../org/netbeans/modules/usersguide/f1_jpa010.htm  |      111 +
 .../org/netbeans/modules/usersguide/f1_jpa011.htm  |       47 +
 .../org/netbeans/modules/usersguide/f1_jpa012.htm  |      163 +
 .../org/netbeans/modules/usersguide/f1_jpa013.htm  |       98 +
 .../org/netbeans/modules/usersguide/f1_jpa014.htm  |       77 +
 .../org/netbeans/modules/usersguide/f1_maven.htm   |       34 +
 .../netbeans/modules/usersguide/f1_maven001.htm    |      126 +
 .../netbeans/modules/usersguide/f1_maven002.htm    |      116 +
 .../netbeans/modules/usersguide/f1_maven003.htm    |       46 +
 .../netbeans/modules/usersguide/f1_maven004.htm    |       86 +
 .../netbeans/modules/usersguide/f1_maven005.htm    |      215 +
 .../netbeans/modules/usersguide/f1_maven006.htm    |      471 +
 .../netbeans/modules/usersguide/f1_mercurial.htm   |       34 +
 .../modules/usersguide/f1_mercurial001.htm         |       85 +
 .../modules/usersguide/f1_mercurial002.htm         |       70 +
 .../modules/usersguide/f1_mercurial003.htm         |      148 +
 .../modules/usersguide/f1_mercurial004.htm         |      120 +
 .../modules/usersguide/f1_mercurial005.htm         |      120 +
 .../modules/usersguide/f1_mercurial006.htm         |       70 +
 .../modules/usersguide/f1_mercurial007.htm         |       69 +
 .../modules/usersguide/f1_mercurial008.htm         |       69 +
 .../modules/usersguide/f1_mercurial009.htm         |       64 +
 .../modules/usersguide/f1_mercurial010.htm         |      186 +
 .../modules/usersguide/f1_mercurial011.htm         |      194 +
 .../modules/usersguide/f1_mercurial012.htm         |       71 +
 .../modules/usersguide/f1_mercurial013.htm         |       70 +
 .../modules/usersguide/f1_mercurial014.htm         |      100 +
 .../modules/usersguide/f1_mercurial015.htm         |      109 +
 .../modules/usersguide/f1_mercurial016.htm         |      294 +
 .../modules/usersguide/f1_mercurial017.htm         |       95 +
 .../modules/usersguide/f1_mercurial018.htm         |      171 +
 .../modules/usersguide/f1_mercurial019.htm         |       99 +
 .../modules/usersguide/f1_mercurial020.htm         |       68 +
 .../modules/usersguide/f1_mercurial021.htm         |      124 +
 .../modules/usersguide/f1_mercurial022.htm         |       84 +
 .../modules/usersguide/f1_mercurial023.htm         |      104 +
 .../modules/usersguide/f1_mercurial024.htm         |      115 +
 .../modules/usersguide/f1_mercurial025.htm         |      115 +
 .../modules/usersguide/f1_mercurial026.htm         |      102 +
 .../modules/usersguide/f1_mercurial027.htm         |       85 +
 .../modules/usersguide/f1_mercurial028.htm         |      101 +
 .../modules/usersguide/f1_mercurial029.htm         |       85 +
 .../modules/usersguide/f1_mercurial030.htm         |      192 +
 .../org/netbeans/modules/usersguide/f1_php.htm     |       34 +
 .../org/netbeans/modules/usersguide/f1_php001.htm  |      125 +
 .../org/netbeans/modules/usersguide/f1_php002.htm  |      108 +
 .../org/netbeans/modules/usersguide/f1_php003.htm  |      109 +
 .../org/netbeans/modules/usersguide/f1_php004.htm  |      188 +
 .../org/netbeans/modules/usersguide/f1_php005.htm  |      189 +
 .../org/netbeans/modules/usersguide/f1_php006.htm  |       84 +
 .../org/netbeans/modules/usersguide/f1_php007.htm  |       61 +
 .../org/netbeans/modules/usersguide/f1_php008.htm  |      197 +
 .../org/netbeans/modules/usersguide/f1_php009.htm  |      125 +
 .../org/netbeans/modules/usersguide/f1_php010.htm  |      126 +
 .../org/netbeans/modules/usersguide/f1_php011.htm  |      103 +
 .../org/netbeans/modules/usersguide/f1_php012.htm  |       62 +
 .../org/netbeans/modules/usersguide/f1_php013.htm  |       71 +
 .../org/netbeans/modules/usersguide/f1_php014.htm  |      112 +
 .../org/netbeans/modules/usersguide/f1_php015.htm  |       70 +
 .../org/netbeans/modules/usersguide/f1_php016.htm  |      168 +
 .../org/netbeans/modules/usersguide/f1_php017.htm  |      281 +
 .../org/netbeans/modules/usersguide/f1_php018.htm  |       97 +
 .../org/netbeans/modules/usersguide/f1_php019.htm  |       85 +
 .../org/netbeans/modules/usersguide/f1_php020.htm  |      135 +
 .../org/netbeans/modules/usersguide/f1_php021.htm  |      102 +
 .../org/netbeans/modules/usersguide/f1_php022.htm  |      103 +
 .../org/netbeans/modules/usersguide/f1_php023.htm  |      215 +
 .../org/netbeans/modules/usersguide/f1_php024.htm  |       87 +
 .../org/netbeans/modules/usersguide/f1_php025.htm  |      118 +
 .../org/netbeans/modules/usersguide/f1_php026.htm  |       70 +
 .../org/netbeans/modules/usersguide/f1_php027.htm  |       78 +
 .../org/netbeans/modules/usersguide/f1_php028.htm  |       78 +
 .../org/netbeans/modules/usersguide/f1_php029.htm  |       70 +
 .../org/netbeans/modules/usersguide/f1_php030.htm  |       69 +
 .../org/netbeans/modules/usersguide/f1_php031.htm  |       95 +
 .../org/netbeans/modules/usersguide/f1_php032.htm  |       91 +
 .../org/netbeans/modules/usersguide/f1_php033.htm  |       70 +
 .../org/netbeans/modules/usersguide/f1_php034.htm  |      141 +
 .../org/netbeans/modules/usersguide/f1_php035.htm  |       62 +
 .../org/netbeans/modules/usersguide/f1_php036.htm  |       62 +
 .../org/netbeans/modules/usersguide/f1_php037.htm  |       93 +
 .../org/netbeans/modules/usersguide/f1_php038.htm  |       78 +
 .../org/netbeans/modules/usersguide/f1_php039.htm  |       61 +
 .../org/netbeans/modules/usersguide/f1_php040.htm  |       85 +
 .../org/netbeans/modules/usersguide/f1_php041.htm  |       61 +
 .../org/netbeans/modules/usersguide/f1_php042.htm  |       69 +
 .../netbeans/modules/usersguide/f1_profiler.htm    |       34 +
 .../netbeans/modules/usersguide/f1_profiler001.htm |       85 +
 .../netbeans/modules/usersguide/f1_profiler002.htm |      129 +
 .../netbeans/modules/usersguide/f1_profiler003.htm |      122 +
 .../netbeans/modules/usersguide/f1_profiler004.htm |      334 +
 .../netbeans/modules/usersguide/f1_profiler005.htm |      102 +
 .../netbeans/modules/usersguide/f1_profiler006.htm |       92 +
 .../netbeans/modules/usersguide/f1_profiler007.htm |       92 +
 .../netbeans/modules/usersguide/f1_profiler008.htm |      126 +
 .../netbeans/modules/usersguide/f1_profiler009.htm |       95 +
 .../netbeans/modules/usersguide/f1_profiler010.htm |       91 +
 .../netbeans/modules/usersguide/f1_profiler011.htm |       77 +
 .../netbeans/modules/usersguide/f1_profiler012.htm |       78 +
 .../netbeans/modules/usersguide/f1_profiler013.htm |      128 +
 .../netbeans/modules/usersguide/f1_profiler014.htm |      166 +
 .../netbeans/modules/usersguide/f1_profiler015.htm |      102 +
 .../netbeans/modules/usersguide/f1_profiler016.htm |       85 +
 .../netbeans/modules/usersguide/f1_profiler017.htm |      101 +
 .../netbeans/modules/usersguide/f1_profiler018.htm |      109 +
 .../netbeans/modules/usersguide/f1_profiler019.htm |      109 +
 .../netbeans/modules/usersguide/f1_profiler020.htm |      102 +
 .../netbeans/modules/usersguide/f1_profiler021.htm |      129 +
 .../netbeans/modules/usersguide/f1_profiler022.htm |      129 +
 .../netbeans/modules/usersguide/f1_profiler023.htm |      135 +
 .../netbeans/modules/usersguide/f1_profiler024.htm |      135 +
 .../netbeans/modules/usersguide/f1_profiler025.htm |       85 +
 .../netbeans/modules/usersguide/f1_profiler026.htm |       93 +
 .../netbeans/modules/usersguide/f1_profiler027.htm |       88 +
 .../netbeans/modules/usersguide/f1_profiler028.htm |      101 +
 .../netbeans/modules/usersguide/f1_profiler029.htm |       76 +
 .../netbeans/modules/usersguide/f1_profiler030.htm |       95 +
 .../netbeans/modules/usersguide/f1_profiler031.htm |      110 +
 .../netbeans/modules/usersguide/f1_profiler032.htm |       84 +
 .../netbeans/modules/usersguide/f1_profiler033.htm |       53 +
 .../netbeans/modules/usersguide/f1_profiler034.htm |       62 +
 .../netbeans/modules/usersguide/f1_profiler035.htm |       68 +
 .../netbeans/modules/usersguide/f1_profiler036.htm |       97 +
 .../netbeans/modules/usersguide/f1_profiler037.htm |      163 +
 .../netbeans/modules/usersguide/f1_profiler038.htm |       48 +
 .../netbeans/modules/usersguide/f1_profiler039.htm |      118 +
 .../netbeans/modules/usersguide/f1_profiler040.htm |      231 +
 .../netbeans/modules/usersguide/f1_profiler041.htm |       61 +
 .../netbeans/modules/usersguide/f1_profiler042.htm |      102 +
 .../netbeans/modules/usersguide/f1_profiler043.htm |      251 +
 .../netbeans/modules/usersguide/f1_profiler044.htm |      101 +
 .../netbeans/modules/usersguide/f1_profiler045.htm |       52 +
 .../netbeans/modules/usersguide/f1_profiler046.htm |      206 +
 .../netbeans/modules/usersguide/f1_profiler047.htm |       84 +
 .../netbeans/modules/usersguide/f1_profiler048.htm |       95 +
 .../netbeans/modules/usersguide/f1_profiler049.htm |      224 +
 .../netbeans/modules/usersguide/f1_profiler050.htm |      148 +
 .../netbeans/modules/usersguide/f1_profiler051.htm |       84 +
 .../netbeans/modules/usersguide/f1_profiler052.htm |      179 +
 .../netbeans/modules/usersguide/f1_profiler053.htm |      105 +
 .../netbeans/modules/usersguide/f1_profiler054.htm |      106 +
 .../netbeans/modules/usersguide/f1_refactor.htm    |       26 +
 .../netbeans/modules/usersguide/f1_refactor001.htm |      122 +
 .../netbeans/modules/usersguide/f1_refactor002.htm |       85 +
 .../netbeans/modules/usersguide/f1_refactor003.htm |      142 +
 .../netbeans/modules/usersguide/f1_refactor004.htm |       77 +
 .../netbeans/modules/usersguide/f1_refactor005.htm |       92 +
 .../netbeans/modules/usersguide/f1_refactor006.htm |       78 +
 .../netbeans/modules/usersguide/f1_refactor007.htm |      176 +
 .../netbeans/modules/usersguide/f1_refactor008.htm |       84 +
 .../netbeans/modules/usersguide/f1_refactor009.htm |       95 +
 .../netbeans/modules/usersguide/f1_refactor010.htm |      165 +
 .../netbeans/modules/usersguide/f1_refactor011.htm |      117 +
 .../netbeans/modules/usersguide/f1_refactor012.htm |       70 +
 .../netbeans/modules/usersguide/f1_refactor013.htm |       84 +
 .../netbeans/modules/usersguide/f1_refactor014.htm |       85 +
 .../netbeans/modules/usersguide/f1_refactor015.htm |      278 +
 .../netbeans/modules/usersguide/f1_refactor016.htm |       52 +
 .../netbeans/modules/usersguide/f1_refactor017.htm |       78 +
 .../netbeans/modules/usersguide/f1_refactor018.htm |       70 +
 .../netbeans/modules/usersguide/f1_refactor019.htm |      265 +
 .../netbeans/modules/usersguide/f1_refactor020.htm |      100 +
 .../netbeans/modules/usersguide/f1_refactor021.htm |      100 +
 .../netbeans/modules/usersguide/f1_refactor022.htm |      100 +
 .../netbeans/modules/usersguide/f1_refactor023.htm |      104 +
 .../netbeans/modules/usersguide/f1_refactor024.htm |       69 +
 .../netbeans/modules/usersguide/f1_refactor025.htm |       78 +
 .../netbeans/modules/usersguide/f1_refactor026.htm |       50 +
 .../netbeans/modules/usersguide/f1_refactor027.htm |       69 +
 .../netbeans/modules/usersguide/f1_subversion.htm  |       34 +
 .../modules/usersguide/f1_subversion001.htm        |      169 +
 .../modules/usersguide/f1_subversion002.htm        |       87 +
 .../modules/usersguide/f1_subversion003.htm        |      146 +
 .../modules/usersguide/f1_subversion004.htm        |      126 +
 .../modules/usersguide/f1_subversion005.htm        |      279 +
 .../modules/usersguide/f1_subversion006.htm        |      174 +
 .../modules/usersguide/f1_subversion007.htm        |       82 +
 .../modules/usersguide/f1_subversion008.htm        |      156 +
 .../modules/usersguide/f1_subversion009.htm        |       82 +
 .../modules/usersguide/f1_subversion010.htm        |      136 +
 .../modules/usersguide/f1_subversion011.htm        |      131 +
 .../modules/usersguide/f1_subversion012.htm        |       86 +
 .../modules/usersguide/f1_subversion013.htm        |      170 +
 .../modules/usersguide/f1_subversion014.htm        |       78 +
 .../modules/usersguide/f1_subversion015.htm        |      152 +
 .../modules/usersguide/f1_subversion016.htm        |       83 +
 .../modules/usersguide/f1_subversion017.htm        |       92 +
 .../modules/usersguide/f1_subversion018.htm        |       82 +
 .../modules/usersguide/f1_subversion019.htm        |       70 +
 .../modules/usersguide/f1_subversion020.htm        |       71 +
 .../modules/usersguide/f1_subversion021.htm        |       71 +
 .../modules/usersguide/f1_subversion022.htm        |       71 +
 .../modules/usersguide/f1_subversion023.htm        |       71 +
 .../modules/usersguide/f1_subversion024.htm        |       71 +
 .../modules/usersguide/f1_subversion025.htm        |       71 +
 .../modules/usersguide/f1_subversion026.htm        |       70 +
 .../modules/usersguide/f1_subversion027.htm        |       70 +
 .../modules/usersguide/f1_subversion028.htm        |       70 +
 .../modules/usersguide/f1_subversion029.htm        |       70 +
 .../modules/usersguide/f1_subversion030.htm        |       70 +
 .../modules/usersguide/f1_subversion031.htm        |       70 +
 .../modules/usersguide/f1_subversion032.htm        |       70 +
 .../modules/usersguide/f1_subversion033.htm        |       70 +
 .../modules/usersguide/f1_subversion034.htm        |      100 +
 .../modules/usersguide/f1_subversion035.htm        |       72 +
 .../modules/usersguide/f1_subversion036.htm        |       71 +
 .../modules/usersguide/f1_subversion037.htm        |       78 +
 .../org/netbeans/modules/usersguide/f1_team.htm    |       34 +
 .../org/netbeans/modules/usersguide/f1_team001.htm |       96 +
 .../org/netbeans/modules/usersguide/f1_team002.htm |      152 +
 .../org/netbeans/modules/usersguide/f1_team003.htm |       50 +
 .../org/netbeans/modules/usersguide/f1_unit.htm    |       34 +
 .../org/netbeans/modules/usersguide/f1_unit001.htm |       59 +
 .../org/netbeans/modules/usersguide/f1_unit002.htm |      148 +
 .../org/netbeans/modules/usersguide/f1_unit003.htm |      141 +
 .../org/netbeans/modules/usersguide/f1_unit004.htm |      142 +
 .../org/netbeans/modules/usersguide/f1_unit005.htm |      141 +
 .../org/netbeans/modules/usersguide/f1_unit006.htm |      188 +
 .../org/netbeans/modules/usersguide/f1_unit007.htm |      123 +
 .../netbeans/modules/usersguide/f1_web_apps.htm    |       34 +
 .../netbeans/modules/usersguide/f1_web_apps001.htm |      270 +
 .../netbeans/modules/usersguide/f1_web_apps002.htm |      125 +
 .../netbeans/modules/usersguide/f1_web_apps003.htm |       94 +
 .../netbeans/modules/usersguide/f1_web_apps004.htm |      242 +
 .../netbeans/modules/usersguide/f1_web_apps005.htm |      231 +
 .../netbeans/modules/usersguide/f1_web_apps006.htm |       87 +
 .../netbeans/modules/usersguide/f1_web_apps007.htm |       96 +
 .../netbeans/modules/usersguide/f1_web_apps008.htm |      181 +
 .../netbeans/modules/usersguide/f1_web_apps009.htm |      133 +
 .../netbeans/modules/usersguide/f1_web_apps010.htm |      119 +
 .../netbeans/modules/usersguide/f1_web_apps011.htm |      119 +
 .../netbeans/modules/usersguide/f1_web_apps012.htm |      102 +
 .../netbeans/modules/usersguide/f1_web_apps013.htm |      156 +
 .../netbeans/modules/usersguide/f1_web_apps014.htm |      108 +
 .../netbeans/modules/usersguide/f1_web_apps015.htm |      181 +
 .../netbeans/modules/usersguide/f1_web_apps016.htm |       84 +
 .../netbeans/modules/usersguide/f1_web_apps017.htm |      110 +
 .../netbeans/modules/usersguide/f1_web_apps018.htm |      110 +
 .../netbeans/modules/usersguide/f1_web_apps019.htm |      137 +
 .../netbeans/modules/usersguide/f1_web_apps020.htm |      246 +
 .../netbeans/modules/usersguide/f1_web_apps021.htm |       47 +
 .../netbeans/modules/usersguide/f1_web_apps022.htm |      378 +
 .../netbeans/modules/usersguide/f1_web_apps023.htm |       47 +
 .../netbeans/modules/usersguide/f1_web_apps024.htm |      152 +
 .../netbeans/modules/usersguide/f1_web_apps025.htm |      172 +
 .../netbeans/modules/usersguide/f1_web_apps026.htm |      169 +
 .../netbeans/modules/usersguide/f1_web_apps027.htm |      147 +
 .../netbeans/modules/usersguide/f1_web_apps028.htm |      223 +
 .../netbeans/modules/usersguide/f1_web_apps029.htm |      129 +
 .../netbeans/modules/usersguide/f1_web_apps030.htm |      101 +
 .../netbeans/modules/usersguide/f1_web_apps031.htm |      122 +
 .../netbeans/modules/usersguide/f1_web_apps032.htm |       48 +
 .../netbeans/modules/usersguide/f1_web_apps033.htm |      113 +
 .../netbeans/modules/usersguide/f1_web_apps034.htm |      108 +
 .../netbeans/modules/usersguide/f1_web_apps035.htm |      140 +
 .../netbeans/modules/usersguide/f1_web_apps036.htm |      110 +
 .../netbeans/modules/usersguide/f1_web_apps037.htm |      119 +
 .../netbeans/modules/usersguide/f1_web_apps038.htm |      181 +
 .../netbeans/modules/usersguide/f1_web_apps039.htm |      103 +
 .../netbeans/modules/usersguide/f1_web_apps040.htm |      118 +
 .../netbeans/modules/usersguide/f1_web_apps041.htm |       93 +
 .../netbeans/modules/usersguide/f1_web_apps042.htm |      109 +
 .../netbeans/modules/usersguide/f1_web_apps043.htm |      119 +
 .../netbeans/modules/usersguide/f1_web_apps044.htm |      107 +
 .../netbeans/modules/usersguide/f1_web_apps045.htm |      111 +
 .../netbeans/modules/usersguide/f1_web_fmwk.htm    |       34 +
 .../netbeans/modules/usersguide/f1_web_fmwk001.htm |       53 +
 .../netbeans/modules/usersguide/f1_web_fmwk002.htm |       86 +
 .../netbeans/modules/usersguide/f1_web_fmwk003.htm |      108 +
 .../netbeans/modules/usersguide/f1_web_fmwk004.htm |      118 +
 .../netbeans/modules/usersguide/f1_web_fmwk005.htm |       78 +
 .../netbeans/modules/usersguide/f1_web_fmwk006.htm |      134 +
 .../netbeans/modules/usersguide/f1_web_fmwk007.htm |       92 +
 .../netbeans/modules/usersguide/f1_web_fmwk008.htm |      156 +
 .../netbeans/modules/usersguide/f1_web_fmwk009.htm |      167 +
 .../netbeans/modules/usersguide/f1_web_fmwk010.htm |      118 +
 .../netbeans/modules/usersguide/f1_web_fmwk011.htm |      125 +
 .../netbeans/modules/usersguide/f1_web_fmwk012.htm |       55 +
 .../netbeans/modules/usersguide/f1_web_fmwk013.htm |      151 +
 .../netbeans/modules/usersguide/f1_web_fmwk014.htm |      154 +
 .../netbeans/modules/usersguide/f1_web_fmwk015.htm |      102 +
 .../netbeans/modules/usersguide/f1_web_fmwk016.htm |      118 +
 .../netbeans/modules/usersguide/f1_web_fmwk017.htm |      143 +
 .../netbeans/modules/usersguide/f1_web_fmwk018.htm |      167 +
 .../netbeans/modules/usersguide/f1_web_fmwk019.htm |      176 +
 .../netbeans/modules/usersguide/f1_web_fmwk020.htm |      133 +
 .../netbeans/modules/usersguide/f1_web_fmwk021.htm |      151 +
 .../modules/usersguide/f1_working_netbeans.htm     |       34 +
 .../modules/usersguide/f1_working_netbeans001.htm  |      156 +
 .../modules/usersguide/f1_working_netbeans002.htm  |      117 +
 .../modules/usersguide/f1_working_netbeans003.htm  |      107 +
 .../modules/usersguide/f1_working_netbeans004.htm  |      390 +
 .../modules/usersguide/f1_working_netbeans005.htm  |      517 +
 .../modules/usersguide/f1_working_netbeans006.htm  |      141 +
 .../modules/usersguide/f1_working_netbeans007.htm  |      101 +
 .../modules/usersguide/f1_working_netbeans008.htm  |       85 +
 .../modules/usersguide/f1_working_netbeans009.htm  |      101 +
 .../modules/usersguide/f1_working_netbeans010.htm  |      103 +
 .../modules/usersguide/f1_working_netbeans011.htm  |       86 +
 .../modules/usersguide/f1_working_netbeans012.htm  |      214 +
 .../modules/usersguide/f1_working_netbeans013.htm  |      108 +
 .../modules/usersguide/f1_working_netbeans014.htm  |      116 +
 .../modules/usersguide/f1_working_netbeans015.htm  |      109 +
 .../modules/usersguide/f1_working_netbeans016.htm  |      119 +
 .../modules/usersguide/f1_working_netbeans017.htm  |       78 +
 .../modules/usersguide/f1_working_netbeans018.htm  |      134 +
 .../modules/usersguide/f1_working_netbeans019.htm  |      108 +
 .../modules/usersguide/f1_working_netbeans020.htm  |       86 +
 .../modules/usersguide/f1_working_netbeans021.htm  |      142 +
 .../modules/usersguide/f1_working_netbeans022.htm  |      165 +
 .../modules/usersguide/f1_working_netbeans023.htm  |      211 +
 .../modules/usersguide/f1_working_netbeans024.htm  |      108 +
 .../modules/usersguide/f1_working_netbeans025.htm  |      133 +
 .../modules/usersguide/f1_working_netbeans026.htm  |       77 +
 .../modules/usersguide/f1_working_netbeans027.htm  |       69 +
 .../modules/usersguide/f1_working_netbeans028.htm  |      126 +
 .../modules/usersguide/f1_working_netbeans029.htm  |       68 +
 .../modules/usersguide/f1_working_netbeans030.htm  |       46 +
 .../modules/usersguide/f1_working_netbeans031.htm  |       68 +
 .../modules/usersguide/f1_working_netbeans032.htm  |      119 +
 .../modules/usersguide/f1_working_netbeans033.htm  |       45 +
 .../modules/usersguide/f1_working_netbeans034.htm  |       46 +
 .../modules/usersguide/f1_working_netbeans035.htm  |       68 +
 .../modules/usersguide/f1_working_netbeans036.htm  |       69 +
 .../modules/usersguide/f1_working_netbeans037.htm  |      100 +
 .../modules/usersguide/f1_working_netbeans038.htm  |       85 +
 .../modules/usersguide/f1_working_netbeans039.htm  |      132 +
 .../modules/usersguide/f1_working_netbeans040.htm  |       85 +
 .../modules/usersguide/f1_working_netbeans041.htm  |      125 +
 .../modules/usersguide/f1_working_netbeans042.htm  |       86 +
 .../modules/usersguide/f1_working_netbeans043.htm  |       85 +
 .../modules/usersguide/f1_working_netbeans044.htm  |       86 +
 .../modules/usersguide/f1_working_netbeans045.htm  |      283 +
 .../modules/usersguide/f1_working_netbeans046.htm  |      226 +
 .../modules/usersguide/f1_working_netbeans047.htm  |      452 +
 .../modules/usersguide/f1_working_netbeans048.htm  |       87 +
 .../modules/usersguide/f1_working_netbeans049.htm  |      110 +
 .../modules/usersguide/f1_working_netbeans050.htm  |      107 +
 .../modules/usersguide/f1_working_netbeans051.htm  |      142 +
 .../modules/usersguide/f1_working_netbeans052.htm  |       87 +
 .../modules/usersguide/f1_working_netbeans053.htm  |      141 +
 .../modules/usersguide/f1_working_netbeans054.htm  |      173 +
 .../modules/usersguide/f1_working_netbeans055.htm  |       77 +
 .../modules/usersguide/f1_working_netbeans056.htm  |      101 +
 .../modules/usersguide/f1_working_netbeans057.htm  |      227 +
 .../modules/usersguide/f1_working_netbeans058.htm  |      331 +
 .../modules/usersguide/f1_working_netbeans059.htm  |       94 +
 .../modules/usersguide/f1_working_netbeans060.htm  |       47 +
 .../modules/usersguide/f1_working_netbeans061.htm  |      244 +
 .../modules/usersguide/f1_working_netbeans062.htm  |      102 +
 .../modules/usersguide/f1_working_netbeans063.htm  |      198 +
 .../modules/usersguide/f1_working_netbeans064.htm  |       85 +
 .../modules/usersguide/f1_working_netbeans065.htm  |       78 +
 .../modules/usersguide/f1_working_netbeans066.htm  |      134 +
 .../modules/usersguide/f1_working_netbeans067.htm  |       71 +
 .../modules/usersguide/f1_working_netbeans068.htm  |       40 +
 .../modules/usersguide/f1_working_netbeans069.htm  |       47 +
 .../modules/usersguide/f1_working_netbeans070.htm  |       78 +
 .../modules/usersguide/f1_working_netbeans071.htm  |      274 +
 .../modules/usersguide/f1_working_netbeans072.htm  |       43 +
 .../modules/usersguide/f1_working_netbeans073.htm  |       86 +
 .../modules/usersguide/f1_working_netbeans074.htm  |       76 +
 .../modules/usersguide/f1_working_netbeans075.htm  |      223 +
 .../modules/usersguide/f1_working_netbeans076.htm  |      139 +
 .../org/netbeans/modules/usersguide/f1_xml.htm     |       34 +
 .../org/netbeans/modules/usersguide/f1_xml001.htm  |      245 +
 .../org/netbeans/modules/usersguide/f1_xml002.htm  |       93 +
 .../org/netbeans/modules/usersguide/f1_xml003.htm  |      109 +
 .../org/netbeans/modules/usersguide/f1_xml004.htm  |      232 +
 .../modules/usersguide/files/file_encoding.html    |       71 -
 .../modules/usersguide/files/files_diff.html       |       58 -
 .../modules/usersguide/files/files_favorite.html   |       45 -
 .../modules/usersguide/files/files_icons.html      |      250 -
 .../usersguide/files/files_ignore-files.html       |       67 -
 .../modules/usersguide/files/files_properties.html |       59 -
 .../modules/usersguide/files/files_runtime.html    |       75 -
 .../modules/usersguide/files/files_search.html     |      123 -
 .../modules/usersguide/files/files_template.html   |       44 -
 .../modules/usersguide/files/files_unknown.html    |       45 -
 .../modules/usersguide/files/find_regexp.html      |       98 -
 .../usersguide/files/images/class_source.gif       |      Bin 596 -> 0 bytes
 .../modules/usersguide/files/images/content.gif    |      Bin 610 -> 0 bytes
 .../modules/usersguide/files/images/css-icon.png   |      Bin 423 -> 0 bytes
 .../modules/usersguide/files/images/customizer.gif |      Bin 1062 -> 0 bytes
 .../usersguide/files/images/emptyfile-icon.png     |      Bin 346 -> 0 bytes
 .../usersguide/files/images/error-badge.gif        |      Bin 83 -> 0 bytes
 .../modules/usersguide/files/images/error.gif      |      Bin 894 -> 0 bytes
 .../usersguide/files/images/eventSetMulticast.gif  |      Bin 369 -> 0 bytes
 .../usersguide/files/images/eventSetUnicast.gif    |      Bin 318 -> 0 bytes
 .../usersguide/files/images/executable-badge.gif   |      Bin 281 -> 0 bytes
 .../modules/usersguide/files/images/file.gif       |      Bin 952 -> 0 bytes
 .../usersguide/files/images/folder-icon.png        |      Bin 346 -> 0 bytes
 .../modules/usersguide/files/images/form.gif       |      Bin 571 -> 0 bytes
 .../usersguide/files/images/formDesigner.gif       |      Bin 164 -> 0 bytes
 .../usersguide/files/images/formNonVisual.gif      |      Bin 906 -> 0 bytes
 .../modules/usersguide/files/images/formobje.gif   |      Bin 910 -> 0 bytes
 .../modules/usersguide/files/images/html-icon.png  |      Bin 561 -> 0 bytes
 .../modules/usersguide/files/images/htmlObject.png |      Bin 613 -> 0 bytes
 .../usersguide/files/images/imageObject.gif        |      Bin 943 -> 0 bytes
 .../usersguide/files/images/imageObject.png        |      Bin 518 -> 0 bytes
 .../usersguide/files/images/implement-glyph.gif    |      Bin 191 -> 0 bytes
 .../usersguide/files/images/initializer.gif        |      Bin 353 -> 0 bytes
 .../modules/usersguide/files/images/interface.gif  |      Bin 879 -> 0 bytes
 .../modules/usersguide/files/images/jar.gif        |      Bin 650 -> 0 bytes
 .../modules/usersguide/files/images/json-icon.png  |      Bin 572 -> 0 bytes
 .../modules/usersguide/files/images/jsp16.gif      |      Bin 588 -> 0 bytes
 .../modules/usersguide/files/images/methods.gif    |      Bin 603 -> 0 bytes
 .../usersguide/files/images/needs-compile.gif      |      Bin 99 -> 0 bytes
 .../modules/usersguide/files/images/otherDOs.gif   |      Bin 905 -> 0 bytes
 .../usersguide/files/images/override-glyph.gif     |      Bin 80 -> 0 bytes
 .../usersguide/files/images/patternGroup.gif       |      Bin 888 -> 0 bytes
 .../usersguide/files/images/projectDesktop.gif     |      Bin 140 -> 0 bytes
 .../usersguide/files/images/propertiesKey.gif      |      Bin 211 -> 0 bytes
 .../usersguide/files/images/propertiesLocale.gif   |      Bin 530 -> 0 bytes
 .../usersguide/files/images/propertiesObject.gif   |      Bin 559 -> 0 bytes
 .../files/images/propertiesfile-icon.png           |      Bin 571 -> 0 bytes
 .../usersguide/files/images/propertyIndexedRO.gif  |      Bin 323 -> 0 bytes
 .../usersguide/files/images/propertyIndexedRW.gif  |      Bin 371 -> 0 bytes
 .../usersguide/files/images/propertyIndexedWO.gif  |      Bin 317 -> 0 bytes
 .../modules/usersguide/files/images/propertyRO.gif |      Bin 331 -> 0 bytes
 .../modules/usersguide/files/images/propertyRW.gif |      Bin 337 -> 0 bytes
 .../modules/usersguide/files/images/propertyWO.gif |      Bin 337 -> 0 bytes
 .../usersguide/files/images/providerfolder.gif     |      Bin 366 -> 0 bytes
 .../modules/usersguide/files/images/searchDoc.gif  |      Bin 233 -> 0 bytes
 .../usersguide/files/images/sort-by-name.gif       |      Bin 1046 -> 0 bytes
 .../usersguide/files/images/sort-by-type.gif       |      Bin 1052 -> 0 bytes
 .../usersguide/files/images/toolbar-help.gif       |      Bin 434 -> 0 bytes
 .../modules/usersguide/files/images/unsorted.gif   |      Bin 1025 -> 0 bytes
 .../modules/usersguide/files/images/variable.gif   |      Bin 142 -> 0 bytes
 .../modules/usersguide/files/images/xmlObject.gif  |      Bin 580 -> 0 bytes
 .../modules/usersguide/files/tasklist-csh.html     |       88 -
 .../usersguide/getstart/install_samp_apps.html     |       57 -
 .../modules/usersguide/getstart/welcome.html       |       43 -
 .../org/netbeans/modules/usersguide/ide-toc.xml    |      143 +-
 .../org/netbeans/modules/usersguide/ide.css        |       24 +-
 .../org/netbeans/modules/usersguide/ide.hs         |        6 +-
 .../modules/usersguide/images/Breakpoint.gif       |      Bin 139 -> 0 bytes
 .../modules/usersguide/images/CallStack.gif        |      Bin 159 -> 0 bytes
 .../modules/usersguide/images/ChangeColumn.gif     |      Bin 137 -> 0 bytes
 .../modules/usersguide/images/CurrentFrame.gif     |      Bin 120 -> 0 bytes
 .../modules/usersguide/images/CurrentSession.gif   |      Bin 128 -> 0 bytes
 .../usersguide/images/EjbModuleNodeIcon.gif        |      Bin 599 -> 0 bytes
 .../netbeans/modules/usersguide/images/Field.gif   |      Bin 210 -> 0 bytes
 .../modules/usersguide/images/LocalVariable.gif    |      Bin 561 -> 0 bytes
 .../usersguide/images/NonLineBreakpoint.gif        |      Bin 103 -> 0 bytes
 .../netbeans/modules/usersguide/images/Session.gif |      Bin 599 -> 0 bytes
 .../modules/usersguide/images/StaticVariable.gif   |      Bin 216 -> 0 bytes
 .../modules/usersguide/images/SuperVariable.gif    |      Bin 196 -> 0 bytes
 .../netbeans/modules/usersguide/images/Watch.gif   |      Bin 651 -> 0 bytes
 .../modules/usersguide/images/appclient.gif        |      Bin 848 -> 0 bytes
 .../usersguide/images/application_assembler_16.gif |      Bin 555 -> 0 bytes
 .../netbeans/modules/usersguide/images/arrow.gif   |      Bin 59 -> 0 bytes
 .../modules/usersguide/images/blue-ball-mid.gif    |      Bin 842 -> 0 bytes
 .../modules/usersguide/images/blue-sqr-mid.gif     |      Bin 833 -> 0 bytes
 .../modules/usersguide/images/bpel-module.png      |      Bin 496 -> 0 bytes
 .../org/netbeans/modules/usersguide/images/c.png   |      Bin 613 -> 0 bytes
 .../modules/usersguide/images/cf_minus.gif         |      Bin 71 -> 0 bytes
 .../netbeans/modules/usersguide/images/cf_plus.gif |      Bin 73 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle1.gif |      Bin 411 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle2.gif |      Bin 417 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle3.gif |      Bin 432 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle4.gif |      Bin 420 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle5.gif |      Bin 428 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle6.gif |      Bin 430 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle7.gif |      Bin 423 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle8.gif |      Bin 425 -> 0 bytes
 .../netbeans/modules/usersguide/images/circle9.gif |      Bin 437 -> 0 bytes
 .../modules/usersguide/images/comp-app.png         |      Bin 828 -> 0 bytes
 .../netbeans/modules/usersguide/images/cswitch.gif |      Bin 1809 -> 0 bytes
 .../modules/usersguide/images/earProjectIcon.gif   |      Bin 321 -> 0 bytes
 .../org/netbeans/modules/usersguide/images/ejb.png |      Bin 821 -> 0 bytes
 .../usersguide/images/ejbjarProjectIcon.gif        |      Bin 255 -> 0 bytes
 .../usersguide/images/enterprise-app-client.png    |      Bin 818 -> 0 bytes
 .../modules/usersguide/images/enterprise.png       |      Bin 459 -> 0 bytes
 .../netbeans/modules/usersguide/images/expand.gif  |      Bin 863 -> 0 bytes
 .../modules/usersguide/images/j2seProject.gif      |      Bin 627 -> 0 bytes
 .../modules/usersguide/images/j2seproject.png      |      Bin 738 -> 0 bytes
 .../modules/usersguide/images/junit_filter.gif     |      Bin 925 -> 0 bytes
 .../modules/usersguide/images/kenai-bug.png        |      Bin 632 -> 0 bytes
 .../modules/usersguide/images/makeProject.gif      |      Bin 523 -> 0 bytes
 .../netbeans/modules/usersguide/images/mobile.png  |      Bin 390 -> 0 bytes
 .../netbeans/modules/usersguide/images/module.gif  |      Bin 101 -> 0 bytes
 .../modules/usersguide/images/nb-module-suite.png  |      Bin 882 -> 0 bytes
 .../modules/usersguide/images/nb-module.png        |      Bin 677 -> 0 bytes
 .../netbeans/modules/usersguide/images/package.gif |      Bin 625 -> 0 bytes
 .../modules/usersguide/images/packageBadge.gif     |      Bin 247 -> 0 bytes
 .../modules/usersguide/images/packageEmpty.gif     |      Bin 576 -> 0 bytes
 .../modules/usersguide/images/packagePrivate.gif   |      Bin 353 -> 0 bytes
 .../modules/usersguide/images/packagePublic.gif    |      Bin 358 -> 0 bytes
 .../modules/usersguide/images/packageRoot.gif      |      Bin 583 -> 0 bytes
 .../modules/usersguide/images/packaged-archive.png |      Bin 670 -> 0 bytes
 .../modules/usersguide/images/packagesNode.gif     |      Bin 1004 -> 0 bytes
 .../modules/usersguide/images/platform.gif         |      Bin 1006 -> 0 bytes
 .../modules/usersguide/images/projectFolder.gif    |      Bin 1004 -> 0 bytes
 .../modules/usersguide/images/ruby-app.png         |      Bin 682 -> 0 bytes
 .../modules/usersguide/images/ruby-on-rails.png    |      Bin 655 -> 0 bytes
 .../usersguide/images/runtime-window-databases.png |      Bin 438 -> 0 bytes
 .../images/runtime-window-httpserver.png           |      Bin 757 -> 0 bytes
 .../usersguide/images/runtime-window-processes.png |      Bin 453 -> 0 bytes
 .../usersguide/images/runtime-window-servers.png   |      Bin 568 -> 0 bytes
 .../images/runtime-window-teamserver.png           |      Bin 213 -> 0 bytes
 .../images/runtime-window-vcscommands.png          |      Bin 576 -> 0 bytes
 .../images/runtime-window-webservices.png          |      Bin 539 -> 0 bytes
 .../images/runtime-window-xmlentitycatalogs.png    |      Bin 331 -> 0 bytes
 .../modules/usersguide/images/space_8pix.gif       |      Bin 46 -> 0 bytes
 .../modules/usersguide/images/sql-module.png       |      Bin 221 -> 0 bytes
 .../org/netbeans/modules/usersguide/images/tip.gif |      Bin 100 -> 0 bytes
 .../netbeans/modules/usersguide/images/warn.gif    |      Bin 580 -> 0 bytes
 .../modules/usersguide/images/web-proj-icon.png    |      Bin 763 -> 0 bytes
 .../modules/usersguide/images/webPages.gif         |      Bin 1009 -> 0 bytes
 .../modules/usersguide/images/webProjectIcon.gif   |      Bin 679 -> 0 bytes
 .../modules/usersguide/images/xslt-module.png      |      Bin 432 -> 0 bytes
 .../usersguide/img}/CallStackFrameGroup.gif        |      Bin
 .../{configure/modules/images => img}/active.png   |      Bin
 .../modules/usersguide/img/add_category.png        |      Bin 0 -> 596 bytes
 .../netbeans/modules/usersguide/img/add_query.png  |      Bin 0 -> 602 bytes
 .../netbeans/modules/usersguide/img/add_repo.png   |      Bin 0 -> 718 bytes
 .../netbeans/modules/usersguide/img/add_task2.png  |      Bin 0 -> 573 bytes
 .../org/netbeans/modules/usersguide/img}/arrow.png |      Bin
 .../modules/usersguide/img}/blue-ball-mid.gif      |      Bin
 .../modules/usersguide/img}/blue-sqr-mid.gif       |      Bin
 .../netbeans/modules/usersguide/img/breakpoint.gif |      Bin
 .../modules/usersguide/img/breakpoint_broken.png   |      Bin
 .../modules/usersguide/img/breakpoint_nonline.png  |      Bin
 .../usersguide/img/breakpoint_nonline_broken.png   |      Bin
 .../modules/usersguide/img/breakpoint_stroke.png   |      Bin 0 -> 353 bytes
 .../modules/usersguide/img}/call_stack_16.png      |      Bin
 .../usersguide/img/callstack-framegroup.gif        |      Bin
 .../modules/usersguide/img/changecolumn.gif        |      Bin 0 -> 1006 bytes
 .../netbeans/modules/usersguide/img/check-xml.png  |      Bin 0 -> 424 bytes
 .../modules/usersguide/img/class_loader.gif        |      Bin
 .../netbeans/modules/usersguide/img/classes.gif    |      Bin
 .../org/netbeans/modules/usersguide/img/clear.png  |      Bin 0 -> 746 bytes
 .../modules/usersguide}/img/clock-icon.png         |      Bin
 .../netbeans/modules/usersguide/img}/commit.png    |      Bin
 .../modules/usersguide/img}/connection_mode.png    |      Bin
 .../modules/usersguide/img/cssnewproperty.png      |      Bin 0 -> 506 bytes
 .../netbeans/modules/usersguide/img/cssnewrule.png |      Bin 0 -> 457 bytes
 .../modules/usersguide/img/cssviewbycategory.png   |      Bin 0 -> 1346 bytes
 .../modules/usersguide/img/cssviewbyupdated.png    |      Bin 0 -> 1421 bytes
 .../modules/usersguide/img/currentframe.gif        |      Bin 0 -> 916 bytes
 .../modules/usersguide/img/currentsession.gif      |      Bin
 .../modules/usersguide/img/currentthread.gif       |      Bin
 .../modules/usersguide/img/currentthreadgroup.gif  |      Bin
 .../netbeans/modules/usersguide/img/deselected.png |      Bin 0 -> 370 bytes
 .../netbeans/modules/usersguide}/img/detach.png    |      Bin
 .../netbeans/modules/usersguide/img}/diff-next.png |      Bin
 .../netbeans/modules/usersguide/img}/diff-prev.png |      Bin
 .../usersguide/img/disablebreakpoint_nonline.png   |      Bin
 .../modules/usersguide/img/disabledbreakpoint.gif  |      Bin
 .../modules/usersguide/img}/edit_previous.png      |      Bin
 .../modules/usersguide/img/elementstates.png       |      Bin 0 -> 614 bytes
 .../netbeans/modules/usersguide/img/evaluate.png   |      Bin 0 -> 760 bytes
 .../modules/usersguide/img/exprarguments.gif       |      Bin
 .../org/netbeans/modules/usersguide/img/field.gif  |      Bin
 .../org/netbeans/modules/usersguide/img/filter.gif |      Bin
 .../org/netbeans/modules/usersguide/img/filter.png |      Bin 0 -> 665 bytes
 .../modules/usersguide/img/filterhidefields.png    |      Bin 0 -> 257 bytes
 .../modules/usersguide/img/filterhidenonpublic.png |      Bin 0 -> 512 bytes
 .../modules/usersguide/img/filterhidestatic.png    |      Bin
 .../org/netbeans/modules/usersguide/img}/find.gif  |      Bin
 .../netbeans/modules/usersguide}/img/find_next.png |      Bin
 .../modules/usersguide/img}/find_previous.png      |      Bin
 .../modules/usersguide/img}/find_selection.png     |      Bin
 .../netbeans/modules/usersguide/img/fixedwatch.gif |      Bin
 .../netbeans/modules/usersguide/img}/get_clean.png |      Bin
 .../modules/usersguide/img/head_vs_index.png       |      Bin 0 -> 535 bytes
 .../modules/usersguide/img/head_vs_working.png     |      Bin 0 -> 586 bytes
 .../{configure/modules/images => img}/inactive.png |      Bin
 .../modules/usersguide/img/index_vs_working.png    |      Bin 0 -> 515 bytes
 .../netbeans/modules/usersguide/img}/insert.png    |      Bin
 .../netbeans/modules/usersguide/img}/interface.gif |      Bin
 .../modules/usersguide/img/javadoc-alphasort.gif   |      Bin
 .../modules/usersguide/img/javadoc-listhtml.gif    |      Bin 0 -> 283 bytes
 .../modules/usersguide/img/javadoc-refsort.gif     |      Bin
 .../modules/usersguide/img/javadoc-showsource.gif  |      Bin
 .../modules/usersguide/img/javadoc-typesort.gif    |      Bin
 .../modules/usersguide/img/jdbc_resources.png      |      Bin 0 -> 766 bytes
 .../modules/usersguide/img/live_resultsview.png    |      Bin
 .../netbeans/modules/usersguide/img/local_repo.png |      Bin 0 -> 669 bytes
 .../modules/usersguide/img/localvariable.gif       |      Bin
 .../modules/usersguide/img/locksview32.png         |      Bin 0 -> 1327 bytes
 .../modules/usersguide/img}/navigate_back_16.png   |      Bin
 .../usersguide/img}/navigate_forward_16.png        |      Bin
 .../modules/usersguide/img/newbreakpoint.gif       |      Bin
 .../images/newUpdates.gif => img/newupdates.gif}   |      Bin
 .../netbeans/modules/usersguide/img/newwatch.png   |      Bin 0 -> 946 bytes
 .../modules/usersguide/img}/next_bookmark.png      |      Bin
 .../netbeans/modules/usersguide/img/open-diff.png  |      Bin 0 -> 821 bytes
 .../netbeans/modules/usersguide/img/options.png    |      Bin
 .../modules/usersguide/img}/previous_bookmark.png  |      Bin
 .../modules/usersguide/img/ref-collapse-tree.png   |      Bin 0 -> 354 bytes
 .../modules/usersguide/img/ref-expand-tree.png     |      Bin 0 -> 351 bytes
 .../modules/usersguide/img/ref-file-view.png       |      Bin 0 -> 398 bytes
 .../modules/usersguide/img/ref-logical-view.png    |      Bin 0 -> 429 bytes
 .../netbeans/modules/usersguide/img}/refresh.png   |      Bin
 .../netbeans/modules/usersguide/img}/remove.png    |      Bin
 .../netbeans/modules/usersguide/img/repository.png |      Bin 0 -> 597 bytes
 .../modules/usersguide}/img/rerun-icon.png         |      Bin
 .../modules/usersguide/img/reset_results.png       |      Bin
 .../modules/usersguide/img/runningthread.gif       |      Bin
 .../{images => img}/runtime-window-bugtracking.png |      Bin
 .../{images => img}/runtime-window-hudson.png      |      Bin
 .../modules/usersguide/img/sample_icon2.gif        |      Bin 0 -> 970 bytes
 .../org/netbeans/modules/usersguide/img/saveas.png |      Bin
 .../netbeans/modules/usersguide/img/saveview.png   |      Bin
 .../netbeans/modules/usersguide/img/scaletofit.png |      Bin
 .../modules/usersguide/img/search_repo.png         |      Bin 0 -> 859 bytes
 .../netbeans/modules/usersguide/img/selected.png   |      Bin 0 -> 408 bytes
 .../netbeans/modules/usersguide/img/servers.png    |      Bin 0 -> 485 bytes
 .../modules/usersguide/img/services-window-wsm.png |      Bin 0 -> 763 bytes
 .../netbeans/modules/usersguide/img/session.gif    |      Bin
 .../modules/usersguide/img}/shift_line_left.png    |      Bin
 .../modules/usersguide/img}/shift_line_right.png   |      Bin
 .../org/netbeans/modules/usersguide/img/show.png   |      Bin 0 -> 895 bytes
 .../modules/usersguide/img}/show_fqn_option_16.png |      Bin
 .../usersguide/img/show_suspend_table_opt.png      |      Bin
 .../usersguide/img/show_suspend_thrds_opt.png      |      Bin
 .../img}/show_suspended_threads_option_16.png      |      Bin
 .../usersguide/img/show_system_threads_opt.png     |      Bin
 .../img}/show_system_threads_option_16.png         |      Bin
 .../netbeans/modules/usersguide/img/sortalpha.png  |      Bin 0 -> 595 bytes
 .../modules/usersguide/img/sortposition.png        |      Bin 0 -> 537 bytes
 .../usersguide/img}/start_macro_recording.png      |      Bin
 .../modules/usersguide/img/staticvariable.gif      |      Bin
 .../netbeans/modules/usersguide}/img/stop-icon.png |      Bin
 .../usersguide/img}/stop_macro_recording.png       |      Bin
 .../modules/usersguide/img/supervariable.gif       |      Bin
 .../usersguide/img/suspend_prop_sort_ord.png       |      Bin
 .../img}/suspend_property_sort_order_16.png        |      Bin
 .../usersguide/img/suspend_thread_brkpt.png        |      Bin
 .../modules/usersguide/img/suspendedthread.gif     |      Bin
 .../modules/usersguide/img/takesnapshotcpu32.png   |      Bin
 .../modules/usersguide/img/takesnapshotmem32.png   |      Bin
 .../org/netbeans/modules/usersguide/img/task.png   |      Bin 0 -> 470 bytes
 .../usersguide/img/telemetry_overview_wdw.png      |      Bin
 .../modules/usersguide/img/test-error_16.png       |      Bin 0 -> 730 bytes
 .../modules/usersguide/img/test-ignored_16.png     |      Bin 0 -> 907 bytes
 .../netbeans/modules/usersguide/img/test-ok_16.png |      Bin 0 -> 955 bytes
 .../usersguide/img/test-ok_witherrors_16.png       |      Bin 0 -> 725 bytes
 .../netbeans/modules/usersguide/img/test-rerun.png |      Bin
 .../modules/usersguide/img/test-skipped_16.png     |      Bin 0 -> 855 bytes
 .../modules/usersguide/img/test-warning_16.png     |      Bin 0 -> 669 bytes
 .../netbeans/modules/usersguide/img}/test_form.png |      Bin
 .../usersguide/img}/thread_group_mixed_16.png      |      Bin
 .../usersguide/img}/thread_group_running_16.png    |      Bin
 .../usersguide/img}/thread_group_suspended_16.png  |      Bin
 .../modules/usersguide/img}/thread_running_16.png  |      Bin
 .../usersguide/img}/thread_suspended_16.png        |      Bin
 .../modules/usersguide/img/threadgroup.gif         |      Bin
 .../modules/usersguide/img/threadsview.png         |      Bin
 .../modules/usersguide/img/toggle-selection.png    |      Bin 0 -> 534 bytes
 .../modules/usersguide/img}/toggle_bookmark.png    |      Bin
 .../modules/usersguide/img}/toggle_highlight.png   |      Bin
 .../modules/usersguide}/img/trash-icon.png         |      Bin
 .../modules/usersguide/img/validate-xml.png        |      Bin 0 -> 682 bytes
 .../modules/usersguide/img/vmtelemetry_view.png    |      Bin
 .../org/netbeans/modules/usersguide/img}/warn.gif  |      Bin
 .../org/netbeans/modules/usersguide/img/watch.gif  |      Bin
 .../modules/usersguide/img/xsl-transformation.png  |      Bin 0 -> 527 bytes
 .../org/netbeans/modules/usersguide/img/zoomin.png |      Bin
 .../netbeans/modules/usersguide/img/zoomout.png    |      Bin
 .../usersguide/javascript/browser_compat.html      |       40 -
 .../usersguide/javascript/code_completion.html     |       57 -
 .../usersguide/javascript/function_jumping.html    |       38 -
 .../modules/usersguide/javascript/js_basics.html   |       72 -
 .../modules/usersguide/javascript/options.html     |      154 -
 .../modules/usersguide/javascript/quickfixes.html  |       43 -
 .../modules/usersguide/javascript/refactoring.html |       46 -
 .../netbeans/modules/usersguide/legal_notice.htm   |       40 +
 .../local-history/csh/hist_diff_viewer.html        |      123 -
 .../local-history/csh/hist_revert_dialog.html      |       45 -
 .../usersguide/local-history/hist_about.html       |       49 -
 .../usersguide/local-history/hist_browsing.html    |       57 -
 .../usersguide/local-history/hist_quickref.html    |       82 -
 .../local-history/hist_recovering_deleted.html     |       51 -
 .../usersguide/local-history/hist_reverting.html   |       96 -
 .../usersguide/local-history/hist_settings.html    |       41 -
 .../usersguide/local-history/images/arrow.png      |      Bin 510 -> 0 bytes
 .../usersguide/local-history/images/diff-next.png  |      Bin 404 -> 0 bytes
 .../usersguide/local-history/images/diff-prev.png  |      Bin 395 -> 0 bytes
 .../usersguide/local-history/images/insert.png     |      Bin 456 -> 0 bytes
 .../usersguide/local-history/images/remove.png     |      Bin 375 -> 0 bytes
 .../org/netbeans/modules/usersguide/map.xml        |     2776 +
 .../usersguide/misc-general/report_nb-issue.html   |       27 -
 .../modules/usersguide/misc-general/waiting.html   |       30 -
 .../org/netbeans/modules/usersguide/oracle.gif     |      Bin 0 -> 2122 bytes
 .../org/netbeans/modules/usersguide/pending.html   |       49 -
 .../project/csh/csh_library_manager.html           |       77 -
 .../usersguide/project/csh/proj_fav_window.html    |       42 -
 .../usersguide/project/csh/proj_files_window.html  |       46 -
 .../modules/usersguide/project/csh/proj_group.html |       75 -
 .../project/csh/proj_project_window.html           |       53 -
 .../modules/usersguide/project/csh/proj_wiz.html   |       88 -
 .../modules/usersguide/project/proj_encoding.html  |       90 -
 .../usersguide/shortcuts/abbreviations-list.html   |      208 -
 .../modules/usersguide/shortcuts/editorcuts.html   |      279 -
 .../modules/usersguide/shortcuts/jhshortcuts.html  |      181 -
 .../usersguide/shortcuts/kybdshortcuts.html        |       53 -
 .../netbeans/modules/usersguide/shortcuts/mac.html |      289 -
 .../usersguide/shortcuts/menucuts-setting.html     |       66 -
 .../modules/usersguide/shortcuts/menucuts.html     |      831 -
 .../usersguide/shortcuts/window-navcuts.html       |      169 -
 .../org/netbeans/modules/usersguide/tbd.html       |       21 -
 .../org/netbeans/modules/usersguide/titlehelp.htm  |       42 +
 .../modules/usersguide/webbrowser/bypassproxy.html |       34 -
 .../usersguide/webbrowser/config_browser.html      |       40 -
 .../modules/usersguide/webbrowser/default.html     |       55 -
 .../modules/usersguide/webbrowser/options.html     |       43 -
 .../modules/usersguide/webbrowser/proxy.html       |       73 -
 .../modules/usersguide/webbrowser/webbrowser.html  |       51 -
 .../xml/catalog/glossary_xmlcatalog.html           |       26 -
 .../usersguide/xml/catalog/xmlcatalog_about.html   |       54 -
 .../usersguide/xml/catalog/xmlcatalog_edit.html    |       87 -
 .../usersguide/xml/catalog/xmlcatalog_formats.html |      104 -
 .../usersguide/xml/catalog/xmlcatalog_mount.html   |       59 -
 .../usersguide/xml/css/css_addreference.html       |       50 -
 .../modules/usersguide/xml/css/css_check.html      |       54 -
 .../modules/usersguide/xml/css/css_create.html     |       49 -
 .../modules/usersguide/xml/css/css_edit.html       |       40 -
 .../modules/usersguide/xml/dtd/dtd_create.html     |       57 -
 .../modules/usersguide/xml/dtd/dtd_document.html   |       63 -
 .../usersguide/xml/dtd/dtd_generatedom.html        |       62 -
 .../xml/images/attlistDeclAttDefNode.gif           |      Bin 98 -> 0 bytes
 .../usersguide/xml/images/attlistDeclLayerNode.gif |      Bin 152 -> 0 bytes
 .../usersguide/xml/images/attlistDeclNode.gif      |      Bin 296 -> 0 bytes
 .../usersguide/xml/images/attributeNode.gif        |      Bin 291 -> 0 bytes
 .../usersguide/xml/images/catalog-entry.gif        |      Bin 106 -> 0 bytes
 .../modules/usersguide/xml/images/catalog-root.gif |      Bin 99 -> 0 bytes
 .../usersguide/xml/images/cdataSectionNode.gif     |      Bin 187 -> 0 bytes
 .../modules/usersguide/xml/images/charRefNode.gif  |      Bin 85 -> 0 bytes
 .../modules/usersguide/xml/images/commentNode.gif  |      Bin 91 -> 0 bytes
 .../netbeans/modules/usersguide/xml/images/css.gif |      Bin 119 -> 0 bytes
 .../usersguide/xml/images/documentTypeNode.gif     |      Bin 581 -> 0 bytes
 .../usersguide/xml/images/dtdEntityNode.gif        |      Bin 192 -> 0 bytes
 .../modules/usersguide/xml/images/dtdObject.gif    |      Bin 368 -> 0 bytes
 .../xml/images/elementAttributesNode.gif           |      Bin 310 -> 0 bytes
 .../usersguide/xml/images/elementDeclLayerNode.gif |      Bin 88 -> 0 bytes
 .../usersguide/xml/images/elementDeclNode.gif      |      Bin 70 -> 0 bytes
 .../modules/usersguide/xml/images/elementNode.gif  |      Bin 136 -> 0 bytes
 .../modules/usersguide/xml/images/entObject.gif    |      Bin 175 -> 0 bytes
 .../usersguide/xml/images/entityDeclLayerNode.gif  |      Bin 99 -> 0 bytes
 .../usersguide/xml/images/generalEntRefNode.gif    |      Bin 192 -> 0 bytes
 .../xml/images/notationDeclLayerNode.gif           |      Bin 105 -> 0 bytes
 .../usersguide/xml/images/notationDeclNode.gif     |      Bin 76 -> 0 bytes
 .../usersguide/xml/images/parameterEntRefNode.gif  |      Bin 79 -> 0 bytes
 .../xml/images/parameterEntityDeclNode.gif         |      Bin 78 -> 0 bytes
 .../xml/images/processingInstructionNode.gif       |      Bin 138 -> 0 bytes
 .../modules/usersguide/xml/images/sunCatalog.gif   |      Bin 956 -> 0 bytes
 .../modules/usersguide/xml/images/sysCatalog.gif   |      Bin 950 -> 0 bytes
 .../modules/usersguide/xml/images/textNode.gif     |      Bin 187 -> 0 bytes
 .../modules/usersguide/xml/images/xmlObject.gif    |      Bin 369 -> 0 bytes
 .../usersguide/xml/images/xmlSchemaObject.gif      |      Bin 366 -> 0 bytes
 .../modules/usersguide/xml/images/xslObject.gif    |      Bin 364 -> 0 bytes
 .../usersguide/xml/samples/Oasis_sample.html       |       21 -
 .../usersguide/xml/samples/XCat_sample.html        |       19 -
 .../usersguide/xml/samples/XMLCat_sample.html      |       21 -
 .../modules/usersguide/xml/sax/sax_about.html      |       86 -
 .../modules/usersguide/xml/sax/sax_generate.html   |       83 -
 .../netbeans/modules/usersguide/xml/xml_about.html |       93 -
 .../netbeans/modules/usersguide/xml/xml_check.html |       65 -
 .../modules/usersguide/xml/xml_create.html         |       86 -
 .../netbeans/modules/usersguide/xml/xml_edit.html  |       53 -
 .../modules/usersguide/xml/xml_editor-props.html   |      139 -
 .../modules/usersguide/xml/xml_overview.html       |       60 -
 .../modules/usersguide/xml/xml_quickref.html       |      141 -
 .../modules/usersguide/xml/xml_settings.html       |       36 -
 .../modules/usersguide/xml/xml_validate.html       |       66 -
 .../modules/usersguide/xml/xsl/xsl_about.html      |       80 -
 .../modules/usersguide/xml/xsl/xsl_transform.html  |       96 -
 usersguide/manifest.mf                             |        2 +-
 usersguide/nbproject/project.xml                   |        2 +-
 usersguide/pdf_source/shortcuts.odt                |      Bin 46934 -> 53673 bytes
 usersguide/pdf_source/shortcuts_mac.odt            |      Bin 32767 -> 37645 bytes
 .../tutorials/j2ee-tut/examples/common.properties  |       16 -
 .../ejb/cart/Cart/nbproject/build-impl.xml         |      431 -
 .../ejb/cart/Cart/nbproject/genfiles.properties    |        8 -
 .../ejb/cart/Cart/nbproject/project.properties     |       49 -
 .../examples/ejb/cart/Cart/nbproject/project.xml   |       16 -
 .../examples/ejb/cart/Cart/src/conf/ejb-jar.xml    |       26 -
 .../ejb/cart/Cart/src/conf/sun-ejb-jar.xml         |       10 -
 .../ejb/cart/Cart/src/java/cart/CartBean.java      |      136 -
 .../ejb/cart/Cart/src/java/cart/CartLocal.java     |       13 -
 .../cart/Cart/src/java/cart/CartLocalBusiness.java |       44 -
 .../ejb/cart/Cart/src/java/cart/CartLocalHome.java |       46 -
 .../ejb/cart/Cart/src/java/cart/CartRemote.java    |       39 -
 .../Cart/src/java/cart/CartRemoteBusiness.java     |       46 -
 .../cart/Cart/src/java/cart/CartRemoteHome.java    |       46 -
 .../Cart/src/java/exception/BookException.java     |       46 -
 .../ejb/cart/Cart/src/java/util/IdVerifier.java    |       46 -
 .../examples/ejb/cart/CartClient/build.xml         |       69 -
 .../ejb/cart/CartClient/nbproject/build-impl.xml   |      481 -
 .../cart/CartClient/nbproject/genfiles.properties  |        8 -
 .../cart/CartClient/nbproject/project.properties   |       58 -
 .../ejb/cart/CartClient/nbproject/project.xml      |       26 -
 .../ejb/cart/CartClient/src/cartclient/Main.java   |       75 -
 .../examples/ejb/checker/Checker/build.xml         |       59 -
 .../ejb/checker/Checker/nbproject/build-impl.xml   |      432 -
 .../checker/Checker/nbproject/genfiles.properties  |        8 -
 .../checker/Checker/nbproject/project.properties   |       49 -
 .../ejb/checker/Checker/nbproject/project.xml      |       16 -
 .../Checker/setup/connectionPool.sun-resource      |        8 -
 .../checker/Checker/setup/datasource.sun-resource  |        6 -
 .../ejb/checker/Checker/src/conf/ejb-jar.xml       |       34 -
 .../ejb/checker/Checker/src/conf/sun-ejb-jar.xml   |       10 -
 .../Checker/src/java/checker/CheckerBean.java      |       79 -
 .../Checker/src/java/checker/CheckerRemote.java    |       39 -
 .../src/java/checker/CheckerRemoteBusiness.java    |       39 -
 .../src/java/checker/CheckerRemoteHome.java        |       42 -
 .../examples/ejb/checker/CheckerClient/build.xml   |       69 -
 .../checker/CheckerClient/nbproject/build-impl.xml |      493 -
 .../CheckerClient/nbproject/genfiles.properties    |        8 -
 .../CheckerClient/nbproject/project.properties     |       58 -
 .../checker/CheckerClient/nbproject/project.xml    |       26 -
 .../CheckerClient/src/checker/CheckerClient.java   |       55 -
 .../j2ee-tut/examples/ejb/cmporder/Order/build.xml |       59 -
 .../ejb/cmporder/Order/nbproject/build-impl.xml    |      432 -
 .../cmporder/Order/nbproject/genfiles.properties   |        8 -
 .../cmporder/Order/nbproject/project.properties    |       49 -
 .../ejb/cmporder/Order/nbproject/project.xml       |       16 -
 .../setup/connection-pool-pointbase.sun-resource   |        8 -
 .../setup/datasource-jdbc_pointbase.sun-resource   |        4 -
 .../Order/src/conf/ORDER_CmpOrder.dbschema         |     2520 -
 .../ejb/cmporder/Order/src/conf/ejb-jar.xml        |      578 -
 .../cmporder/Order/src/conf/sun-cmp-mappings.xml   |      300 -
 .../ejb/cmporder/Order/src/conf/sun-ejb-jar.xml    |       19 -
 .../Order/src/java/dataregistry/LineItemBean.java  |      169 -
 .../Order/src/java/dataregistry/LineItemLocal.java |       39 -
 .../java/dataregistry/LineItemLocalBusiness.java   |       53 -
 .../src/java/dataregistry/LineItemLocalHome.java   |       55 -
 .../Order/src/java/dataregistry/LineItemPK.java    |       74 -
 .../Order/src/java/dataregistry/OrderBean.java     |      196 -
 .../Order/src/java/dataregistry/OrderLocal.java    |       39 -
 .../src/java/dataregistry/OrderLocalBusiness.java  |       65 -
 .../src/java/dataregistry/OrderLocalHome.java      |       60 -
 .../Order/src/java/dataregistry/PartBean.java      |      182 -
 .../Order/src/java/dataregistry/PartDetailPK.java  |       74 -
 .../Order/src/java/dataregistry/PartLocal.java     |       39 -
 .../src/java/dataregistry/PartLocalBusiness.java   |       73 -
 .../Order/src/java/dataregistry/PartLocalHome.java |       56 -
 .../Order/src/java/dataregistry/PartPK.java        |       74 -
 .../Order/src/java/dataregistry/VendorBean.java    |      140 -
 .../Order/src/java/dataregistry/VendorKey.java     |       66 -
 .../Order/src/java/dataregistry/VendorLocal.java   |       39 -
 .../src/java/dataregistry/VendorLocalBusiness.java |       59 -
 .../src/java/dataregistry/VendorLocalHome.java     |       60 -
 .../src/java/dataregistry/VendorPartBean.java      |      161 -
 .../src/java/dataregistry/VendorPartLocal.java     |       39 -
 .../java/dataregistry/VendorPartLocalBusiness.java |       59 -
 .../src/java/dataregistry/VendorPartLocalHome.java |       55 -
 .../Order/src/java/request/BomRequest.java         |       47 -
 .../Order/src/java/request/LineItemRequest.java    |       47 -
 .../Order/src/java/request/OrderRequest.java       |       47 -
 .../Order/src/java/request/PartRequest.java        |       52 -
 .../Order/src/java/request/RequestBean.java        |      370 -
 .../Order/src/java/request/RequestRemote.java      |       39 -
 .../src/java/request/RequestRemoteBusiness.java    |       78 -
 .../Order/src/java/request/RequestRemoteHome.java  |       42 -
 .../Order/src/java/request/VendorPartRequest.java  |       49 -
 .../Order/src/java/request/VendorRequest.java      |       49 -
 .../examples/ejb/cmporder/OrderClient/build.xml    |       69 -
 .../cmporder/OrderClient/nbproject/build-impl.xml  |      493 -
 .../OrderClient/nbproject/genfiles.properties      |        8 -
 .../OrderClient/nbproject/project.properties       |       59 -
 .../ejb/cmporder/OrderClient/nbproject/project.xml |       26 -
 .../OrderClient/src/cmporderclient/Main.java       |      209 -
 .../j2ee-tut/examples/ejb/cmporder/create-db.xml   |       31 -
 .../j2ee-tut/examples/ejb/cmporder/create.sql      |       97 -
 .../examples/ejb/cmproster/Roster/build.xml        |       59 -
 .../ejb/cmproster/Roster/nbproject/build-impl.xml  |      432 -
 .../cmproster/Roster/nbproject/genfiles.properties |        8 -
 .../cmproster/Roster/nbproject/project.properties  |       49 -
 .../ejb/cmproster/Roster/nbproject/project.xml     |       16 -
 ...nection-pool-jdbc_pointbase_sample.sun-resource |        8 -
 .../datasource-jdbc_pointbase_sample.sun-resource  |        4 -
 .../Roster/src/conf/PBPUBLIC_CMPRoster.dbschema    |     1254 -
 .../ejb/cmproster/Roster/src/conf/ejb-jar.xml      |      363 -
 .../cmproster/Roster/src/conf/sun-cmp-mappings.xml |      136 -
 .../ejb/cmproster/Roster/src/conf/sun-ejb-jar.xml  |       13 -
 .../Roster/src/java/roster/RosterBean.java         |      560 -
 .../Roster/src/java/roster/RosterLocal.java        |       13 -
 .../src/java/roster/RosterLocalBusiness.java       |       10 -
 .../Roster/src/java/roster/RosterLocalHome.java    |       15 -
 .../Roster/src/java/roster/RosterRemote.java       |       12 -
 .../src/java/roster/RosterRemoteBusiness.java      |       67 -
 .../Roster/src/java/roster/RosterRemoteHome.java   |       17 -
 .../cmproster/Roster/src/java/team/LeagueBean.java |      128 -
 .../Roster/src/java/team/LeagueLocal.java          |       13 -
 .../Roster/src/java/team/LeagueLocalBusiness.java  |       31 -
 .../Roster/src/java/team/LeagueLocalHome.java      |       21 -
 .../cmproster/Roster/src/java/team/PlayerBean.java |      120 -
 .../Roster/src/java/team/PlayerLocal.java          |       13 -
 .../Roster/src/java/team/PlayerLocalBusiness.java  |       37 -
 .../Roster/src/java/team/PlayerLocalHome.java      |       43 -
 .../cmproster/Roster/src/java/team/TeamBean.java   |      158 -
 .../cmproster/Roster/src/java/team/TeamLocal.java  |       13 -
 .../Roster/src/java/team/TeamLocalBusiness.java    |       39 -
 .../Roster/src/java/team/TeamLocalHome.java        |       21 -
 .../ejb/cmproster/Roster/src/java/util/Debug.java  |       53 -
 .../Roster/src/java/util/LeagueDetails.java        |       60 -
 .../Roster/src/java/util/PlayerDetails.java        |       67 -
 .../Roster/src/java/util/TeamDetails.java          |       60 -
 .../examples/ejb/cmproster/RosterClient/build.xml  |       69 -
 .../RosterClient/nbproject/build-impl.xml          |      493 -
 .../RosterClient/nbproject/genfiles.properties     |        8 -
 .../RosterClient/nbproject/project.properties      |       58 -
 .../cmproster/RosterClient/nbproject/project.xml   |       26 -
 .../RosterClient/src/client/RosterClient.java      |      303 -
 .../j2ee-tut/examples/ejb/cmproster/create-db.xml  |       31 -
 .../j2ee-tut/examples/ejb/cmproster/create.sql     |       38 -
 .../examples/ejb/converter/Converter/build.xml     |       59 -
 .../converter/Converter/nbproject/build-impl.xml   |      432 -
 .../Converter/nbproject/genfiles.properties        |        8 -
 .../Converter/nbproject/project.properties         |       49 -
 .../ejb/converter/Converter/nbproject/project.xml  |       16 -
 .../ejb/converter/Converter/src/conf/ejb-jar.xml   |       24 -
 .../converter/Converter/src/conf/sun-ejb-jar.xml   |       10 -
 .../src/java/converter/ConverterBean.java          |       79 -
 .../src/java/converter/ConverterRemote.java        |       11 -
 .../java/converter/ConverterRemoteBusiness.java    |       15 -
 .../src/java/converter/ConverterRemoteHome.java    |       18 -
 .../ConverterApp/ConverterApp-ejb/build.xml        |       59 -
 .../ConverterApp-ejb/nbproject/build-impl.xml      |      432 -
 .../ConverterApp-ejb/nbproject/genfiles.properties |        8 -
 .../ConverterApp-ejb/nbproject/project.properties  |       49 -
 .../ConverterApp-ejb/nbproject/project.xml         |       16 -
 .../ConverterApp-ejb/src/conf/ejb-jar.xml          |       24 -
 .../ConverterApp-ejb/src/conf/sun-ejb-jar.xml      |       10 -
 .../src/java/converter/ConverterBean.java          |       73 -
 .../src/java/converter/ConverterRemote.java        |       11 -
 .../java/converter/ConverterRemoteBusiness.java    |       13 -
 .../src/java/converter/ConverterRemoteHome.java    |       18 -
 .../ConverterApp/ConverterApp-war/build.xml        |       64 -
 .../ConverterApp-war/nbproject/build-impl.xml      |      561 -
 .../ConverterApp-war/nbproject/genfiles.properties |        8 -
 .../ConverterApp-war/nbproject/project.properties  |       67 -
 .../ConverterApp-war/nbproject/project.xml         |       33 -
 .../src/java/converter/ConverterServlet.java       |      112 -
 .../ConverterApp-war/web/WEB-INF/sun-web.xml       |       18 -
 .../ConverterApp-war/web/WEB-INF/web.xml           |       28 -
 .../ConverterApp/ConverterApp-war/web/index.jsp    |       36 -
 .../examples/ejb/converter/ConverterApp/build.xml  |       59 -
 .../ConverterApp/nbproject/build-impl.xml          |      296 -
 .../ConverterApp/nbproject/genfiles.properties     |        8 -
 .../ConverterApp/nbproject/project.properties      |       44 -
 .../converter/ConverterApp/nbproject/project.xml   |       39 -
 .../ConverterApp/src/conf/application.xml          |       13 -
 .../ConverterApp/src/conf/sun-application.xml      |        8 -
 .../ejb/converter/ConverterClient/build.xml        |       69 -
 .../ConverterClient/nbproject/build-impl.xml       |      493 -
 .../ConverterClient/nbproject/genfiles.properties  |        8 -
 .../ConverterClient/nbproject/project.properties   |       58 -
 .../ConverterClient/nbproject/project.xml          |       26 -
 .../src/converterclient/ConverterClient.java       |       43 -
 .../examples/ejb/enroller/Enroller/build.xml       |       59 -
 .../ejb/enroller/Enroller/nbproject/build-impl.xml |      432 -
 .../Enroller/nbproject/genfiles.properties         |        8 -
 .../enroller/Enroller/nbproject/project.properties |       49 -
 .../ejb/enroller/Enroller/nbproject/project.xml    |       16 -
 .../Enroller/setup/connectionPool.sun-resource     |        8 -
 .../Enroller/setup/datasource.sun-resource         |        6 -
 .../ejb/enroller/Enroller/src/conf/ejb-jar.xml     |       51 -
 .../ejb/enroller/Enroller/src/conf/sun-ejb-jar.xml |       26 -
 .../Enroller/src/java/enroller/CourseBean.java     |      298 -
 .../Enroller/src/java/enroller/CourseRemote.java   |       34 -
 .../src/java/enroller/CourseRemoteBusiness.java    |       41 -
 .../src/java/enroller/CourseRemoteHome.java        |       41 -
 .../Enroller/src/java/enroller/EnrollerBean.java   |      236 -
 .../Enroller/src/java/enroller/EnrollerRemote.java |       35 -
 .../src/java/enroller/EnrollerRemoteBusiness.java  |       50 -
 .../src/java/enroller/EnrollerRemoteHome.java      |       38 -
 .../Enroller/src/java/enroller/StudentBean.java    |      301 -
 .../Enroller/src/java/enroller/StudentRemote.java  |       35 -
 .../src/java/enroller/StudentRemoteBusiness.java   |       42 -
 .../src/java/enroller/StudentRemoteHome.java       |       41 -
 .../examples/ejb/enroller/EnrollerClient/build.xml |       69 -
 .../EnrollerClient/nbproject/build-impl.xml        |      493 -
 .../EnrollerClient/nbproject/genfiles.properties   |        8 -
 .../EnrollerClient/nbproject/project.properties    |       58 -
 .../enroller/EnrollerClient/nbproject/project.xml  |       26 -
 .../src/enroller/EnrollerClient.java               |      107 -
 .../j2ee-tut/examples/ejb/enroller/create-db.xml   |       31 -
 .../j2ee-tut/examples/ejb/enroller/create.sql      |       42 -
 .../ejb/helloservice/HelloService/build.xml        |       59 -
 .../HelloService/nbproject/build-impl.xml          |      450 -
 .../HelloService/nbproject/genfiles.properties     |        8 -
 .../HelloService/nbproject/project.properties      |       54 -
 .../HelloService/nbproject/project.xml             |       21 -
 .../helloservice/HelloService/src/conf/ejb-jar.xml |       14 -
 .../HelloService/src/conf/sun-ejb-jar.xml          |       13 -
 .../HelloService/src/conf/webservices.xml          |       16 -
 .../src/java/hello/HelloService-config.xml         |        7 -
 .../src/java/hello/HelloServiceBean.java           |       95 -
 .../src/java/hello/HelloServiceSEI.java            |       41 -
 .../ejb/helloservice/HelloWebClient/build.xml      |       64 -
 .../HelloWebClient/nbproject/build-impl.xml        |      571 -
 .../HelloWebClient/nbproject/genfiles.properties   |        8 -
 .../HelloWebClient/nbproject/project.properties    |       68 -
 .../HelloWebClient/nbproject/project.xml           |       25 -
 .../src/java/helloweb/HelloWebServlet.java         |      102 -
 .../HelloWebClient/web/WEB-INF/sun-web.xml         |       20 -
 .../HelloWebClient/web/WEB-INF/web.xml             |       30 -
 .../web/WEB-INF/wsdl/HelloService-config.xml       |        4 -
 .../web/WEB-INF/wsdl/HelloService.wsdl             |       33 -
 .../ejb/helloservice/HelloWebClient/web/index.jsp  |       36 -
 .../j2ee-tut/examples/ejb/order/Order/build.xml    |       59 -
 .../ejb/order/Order/nbproject/build-impl.xml       |      432 -
 .../ejb/order/Order/nbproject/genfiles.properties  |        8 -
 .../ejb/order/Order/nbproject/project.properties   |       49 -
 .../examples/ejb/order/Order/nbproject/project.xml |       16 -
 .../order/Order/setup/connectionPool.sun-resource  |        8 -
 .../ejb/order/Order/setup/datasource.sun-resource  |        6 -
 .../examples/ejb/order/Order/src/conf/MANIFEST.MF  |       29 -
 .../examples/ejb/order/Order/src/conf/ejb-jar.xml  |       25 -
 .../ejb/order/Order/src/conf/sun-ejb-jar.xml       |       10 -
 .../ejb/order/Order/src/java/order/LineItem.java   |       65 -
 .../ejb/order/Order/src/java/order/OrderBean.java  |      410 -
 .../order/Order/src/java/order/OrderRemote.java    |       37 -
 .../Order/src/java/order/OrderRemoteBusiness.java  |       46 -
 .../Order/src/java/order/OrderRemoteHome.java      |       47 -
 .../examples/ejb/order/OrderClient/build.xml       |       69 -
 .../examples/ejb/order/OrderClient/manifest.mf     |       30 -
 .../ejb/order/OrderClient/nbproject/build-impl.xml |      493 -
 .../OrderClient/nbproject/genfiles.properties      |        8 -
 .../order/OrderClient/nbproject/project.properties |       58 -
 .../ejb/order/OrderClient/nbproject/project.xml    |       26 -
 .../OrderClient/src/orderclient/OrderClient.java   |      102 -
 .../j2ee-tut/examples/ejb/order/create-db.xml      |       31 -
 .../j2ee-tut/examples/ejb/order/create.sql         |       28 -
 .../examples/ejb/salesrep/SalesRep/build.xml       |       59 -
 .../ejb/salesrep/SalesRep/nbproject/build-impl.xml |      432 -
 .../SalesRep/nbproject/genfiles.properties         |        8 -
 .../salesrep/SalesRep/nbproject/project.properties |       49 -
 .../ejb/salesrep/SalesRep/nbproject/project.xml    |       16 -
 .../setup/connection-pool-pointbase.sun-resource   |        8 -
 .../setup/datasource-jdbc_SalesDB.sun-resource     |        4 -
 .../ejb/salesrep/SalesRep/src/conf/ejb-jar.xml     |       63 -
 .../ejb/salesrep/SalesRep/src/conf/sun-ejb-jar.xml |       26 -
 .../SalesRep/src/java/salesrep/CustomerBean.java   |      309 -
 .../SalesRep/src/java/salesrep/CustomerRemote.java |       37 -
 .../src/java/salesrep/CustomerRemoteBusiness.java  |       44 -
 .../src/java/salesrep/CustomerRemoteHome.java      |       47 -
 .../SalesRep/src/java/salesrep/SalesRepBean.java   |      298 -
 .../SalesRep/src/java/salesrep/SalesRepRemote.java |       39 -
 .../src/java/salesrep/SalesRepRemoteBusiness.java  |       44 -
 .../src/java/salesrep/SalesRepRemoteHome.java      |       44 -
 .../examples/ejb/salesrep/SalesRepClient/build.xml |       69 -
 .../SalesRepClient/nbproject/build-impl.xml        |      493 -
 .../SalesRepClient/nbproject/genfiles.properties   |        8 -
 .../SalesRepClient/nbproject/project.properties    |       59 -
 .../salesrep/SalesRepClient/nbproject/project.xml  |       26 -
 .../SalesRepClient/src/salesrepclient/Main.java    |      100 -
 .../j2ee-tut/examples/ejb/salesrep/create-db.xml   |       31 -
 .../j2ee-tut/examples/ejb/salesrep/create.sql      |       31 -
 .../ejb/savingsaccount/SavingsAccount/build.xml    |       59 -
 .../SavingsAccount/nbproject/build-impl.xml        |      431 -
 .../SavingsAccount/nbproject/genfiles.properties   |        8 -
 .../SavingsAccount/nbproject/project.properties    |       49 -
 .../SavingsAccount/nbproject/project.xml           |       16 -
 .../setup/connection-pool-pointbase.sun-resource   |        8 -
 .../datasource-jdbc_SavingsAccountDB.sun-resource  |        4 -
 .../SavingsAccount/src/conf/ejb-jar.xml            |       32 -
 .../SavingsAccount/src/conf/sun-ejb-jar.xml        |       14 -
 .../java/bank/InsufficientBalanceException.java    |       46 -
 .../src/java/bank/SavingsAccountBean.java          |      391 -
 .../src/java/bank/SavingsAccountRemote.java        |       39 -
 .../java/bank/SavingsAccountRemoteBusiness.java    |       52 -
 .../src/java/bank/SavingsAccountRemoteHome.java    |       52 -
 .../savingsaccount/SavingsAccountClient/build.xml  |       69 -
 .../SavingsAccountClient/nbproject/build-impl.xml  |      481 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |       58 -
 .../SavingsAccountClient/nbproject/project.xml     |       26 -
 .../src/savingsaccountclient/Main.java             |      142 -
 .../examples/ejb/savingsaccount/create-db.xml      |       31 -
 .../examples/ejb/savingsaccount/create.sql         |        9 -
 .../ejb/simplemessage/SimpleMessage/build.xml      |       59 -
 .../SimpleMessage/nbproject/build-impl.xml         |      431 -
 .../SimpleMessage/nbproject/genfiles.properties    |        8 -
 .../SimpleMessage/nbproject/project.properties     |       49 -
 .../SimpleMessage/nbproject/project.xml            |       16 -
 .../setup/jms-jms_SimpleMessageBean.sun-resource   |        9 -
 .../jms_CF-jms_SimpleMessageBean.sun-resource      |        6 -
 .../SimpleMessage/src/conf/ejb-jar.xml             |       37 -
 .../SimpleMessage/src/conf/sun-ejb-jar.xml         |       23 -
 .../src/java/beans/SimpleMessageBean.java          |       96 -
 .../simplemessage/SimpleMessageClient/build.xml    |       69 -
 .../SimpleMessageClient/nbproject/build-impl.xml   |      477 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |       58 -
 .../SimpleMessageClient/nbproject/project.xml      |       16 -
 .../src/simplemessageclient/Main.java              |      112 -
 .../examples/ejb/storagebin/Storagebin/build.xml   |       59 -
 .../storagebin/Storagebin/nbproject/build-impl.xml |      432 -
 .../Storagebin/nbproject/genfiles.properties       |        8 -
 .../Storagebin/nbproject/project.properties        |       49 -
 .../storagebin/Storagebin/nbproject/project.xml    |       16 -
 .../setup/connection-pool-pointbase.sun-resource   |        8 -
 .../setup/datasource-jdbc_pointbase.sun-resource   |        4 -
 .../Storagebin/setup/datasource.sun-resource       |        6 -
 .../src/conf/PBPUBLIC_Storagebin.dbschema          |      632 -
 .../ejb/storagebin/Storagebin/src/conf/ejb-jar.xml |       42 -
 .../Storagebin/src/conf/sun-cmp-mappings.xml       |        2 -
 .../storagebin/Storagebin/src/conf/sun-ejb-jar.xml |       17 -
 .../src/java/storagebin/StorageBinBean.java        |      283 -
 .../src/java/storagebin/StorageBinRemote.java      |       38 -
 .../java/storagebin/StorageBinRemoteBusiness.java  |       42 -
 .../src/java/storagebin/StorageBinRemoteHome.java  |       45 -
 .../Storagebin/src/java/storagebin/WidgetBean.java |      244 -
 .../src/java/storagebin/WidgetRemote.java          |       38 -
 .../src/java/storagebin/WidgetRemoteBusiness.java  |       42 -
 .../src/java/storagebin/WidgetRemoteHome.java      |       44 -
 .../ejb/storagebin/StoragebinClient/build.xml      |       69 -
 .../StoragebinClient/nbproject/build-impl.xml      |      493 -
 .../StoragebinClient/nbproject/genfiles.properties |        8 -
 .../StoragebinClient/nbproject/project.properties  |       58 -
 .../StoragebinClient/nbproject/project.xml         |       26 -
 .../src/storagebinclient/StorageBinClient.java     |       72 -
 .../j2ee-tut/examples/ejb/storagebin/create-db.xml |       31 -
 .../j2ee-tut/examples/ejb/storagebin/create.sh     |        3 -
 .../j2ee-tut/examples/ejb/storagebin/create.sql    |       33 -
 .../ejb/timersession/TimerClient/build.xml         |       69 -
 .../TimerClient/nbproject/build-impl.xml           |      493 -
 .../TimerClient/nbproject/genfiles.properties      |        8 -
 .../TimerClient/nbproject/project.properties       |       59 -
 .../timersession/TimerClient/nbproject/project.xml |       26 -
 .../TimerClient/src/timerclient/Main.java          |       74 -
 .../examples/ejb/timersession/TimerEJB/build.xml   |       59 -
 .../timersession/TimerEJB/nbproject/build-impl.xml |      432 -
 .../TimerEJB/nbproject/genfiles.properties         |        8 -
 .../TimerEJB/nbproject/project.properties          |       49 -
 .../timersession/TimerEJB/nbproject/project.xml    |       16 -
 .../ejb/timersession/TimerEJB/src/conf/ejb-jar.xml |       31 -
 .../timersession/TimerEJB/src/conf/sun-ejb-jar.xml |       10 -
 .../TimerEJB/src/java/timer/TimerSessionBean.java  |       98 -
 .../src/java/timer/TimerSessionRemote.java         |       39 -
 .../src/java/timer/TimerSessionRemoteBusiness.java |       40 -
 .../src/java/timer/TimerSessionRemoteHome.java     |       42 -
 .../j2ee-tut/examples/jaxrpc/diiclient/build.xml   |       69 -
 .../jaxrpc/diiclient/nbproject/build-impl.xml      |      489 -
 .../jaxrpc/diiclient/nbproject/genfiles.properties |        8 -
 .../jaxrpc/diiclient/nbproject/project.properties  |       55 -
 .../jaxrpc/diiclient/nbproject/project.xml         |       16 -
 .../diiclient/src/diiclient/HelloDIIClient.java    |       56 -
 .../examples/jaxrpc/dynamicproxy/build.xml         |       82 -
 .../jaxrpc/dynamicproxy/nbproject/build-impl.xml   |      489 -
 .../dynamicproxy/nbproject/genfiles.properties     |        8 -
 .../dynamicproxy/nbproject/project.properties      |       55 -
 .../jaxrpc/dynamicproxy/nbproject/project.xml      |       16 -
 .../src/conf/Hello-dynamicclient-config.xml        |        5 -
 .../src/dynamicproxy/HelloDProxyClient.java        |       46 -
 .../examples/jaxrpc/helloservice/build.xml         |       64 -
 .../jaxrpc/helloservice/nbproject/build-impl.xml   |      565 -
 .../helloservice/nbproject/genfiles.properties     |        8 -
 .../helloservice/nbproject/project.properties      |       69 -
 .../jaxrpc/helloservice/nbproject/project.xml      |       23 -
 .../src/java/helloservice/Hello-config.xml         |        7 -
 .../src/java/helloservice/HelloImpl.java           |       22 -
 .../src/java/helloservice/HelloSEI.java            |       16 -
 .../jaxrpc/helloservice/web/WEB-INF/sun-web.xml    |       21 -
 .../jaxrpc/helloservice/web/WEB-INF/web.xml        |       20 -
 .../helloservice/web/WEB-INF/webservices.xml       |       16 -
 .../examples/jaxrpc/helloservice/web/index.jsp     |       36 -
 .../j2ee-tut/examples/jaxrpc/staticstub/build.xml  |       82 -
 .../jaxrpc/staticstub/nbproject/build-impl.xml     |      489 -
 .../staticstub/nbproject/genfiles.properties       |        8 -
 .../jaxrpc/staticstub/nbproject/project.properties |       55 -
 .../jaxrpc/staticstub/nbproject/project.xml        |       16 -
 .../src/conf/Hello-staticclient-config.xml         |        8 -
 .../src/staticstub/HelloStaticClient.java          |       25 -
 .../j2ee-tut/examples/jaxrpc/webclient/build.xml   |       64 -
 .../jaxrpc/webclient/nbproject/build-impl.xml      |      571 -
 .../jaxrpc/webclient/nbproject/genfiles.properties |        8 -
 .../jaxrpc/webclient/nbproject/project.properties  |       68 -
 .../jaxrpc/webclient/nbproject/project.xml         |       25 -
 .../webclient/src/java/webclient/HelloServlet.java |       90 -
 .../jaxrpc/webclient/web/WEB-INF/sun-web.xml       |       14 -
 .../examples/jaxrpc/webclient/web/WEB-INF/web.xml  |       30 -
 .../webclient/web/WEB-INF/wsdl/Hello-config.xml    |        4 -
 .../jaxrpc/webclient/web/WEB-INF/wsdl/Hello.wsdl   |       21 -
 .../examples/jaxrpc/webclient/web/duke.waving.gif  |      Bin 1305 -> 0 bytes
 .../examples/jaxrpc/webclient/web/index.jsp        |       20 -
 .../j2ee-tut/examples/saaj/Attachments/addr.txt    |        3 -
 .../j2ee-tut/examples/saaj/Attachments/build.xml   |       70 -
 .../saaj/Attachments/nbproject/build-impl.xml      |      489 -
 .../saaj/Attachments/nbproject/genfiles.properties |        8 -
 .../saaj/Attachments/nbproject/project.properties  |       57 -
 .../saaj/Attachments/nbproject/project.xml         |       16 -
 .../Attachments/src/mypackage/Attachments.java     |      119 -
 .../j2ee-tut/examples/saaj/Attachments/xml-pic.jpg |      Bin 3714 -> 0 bytes
 .../j2ee-tut/examples/saaj/DOMExample/build.xml    |       69 -
 .../j2ee-tut/examples/saaj/DOMExample/domsrc1.xml  |       14 -
 .../j2ee-tut/examples/saaj/DOMExample/domsrc2.xml  |       33 -
 .../saaj/DOMExample/nbproject/build-impl.xml       |      489 -
 .../saaj/DOMExample/nbproject/genfiles.properties  |        8 -
 .../saaj/DOMExample/nbproject/project.properties   |       56 -
 .../examples/saaj/DOMExample/nbproject/project.xml |       16 -
 .../j2ee-tut/examples/saaj/DOMExample/slide.xml    |       24 -
 .../saaj/DOMExample/src/domexample/DOMExample.java |      163 -
 .../DOMExample/src/domexample/DOMSrcExample.java   |      172 -
 .../j2ee-tut/examples/saaj/DOMExample/uddimsg.xml  |        1 -
 .../j2ee-tut/examples/saaj/headerexample/build.xml |       69 -
 .../saaj/headerexample/nbproject/build-impl.xml    |      489 -
 .../headerexample/nbproject/genfiles.properties    |        8 -
 .../headerexample/nbproject/project.properties     |       57 -
 .../saaj/headerexample/nbproject/project.xml       |       16 -
 .../headerexample/src/mypackage/HeaderExample.java |      118 -
 .../j2ee-tut/examples/saaj/myuddiping/build.xml    |       69 -
 .../saaj/myuddiping/nbproject/build-impl.xml       |      489 -
 .../saaj/myuddiping/nbproject/genfiles.properties  |        8 -
 .../saaj/myuddiping/nbproject/project.properties   |       61 -
 .../examples/saaj/myuddiping/nbproject/project.xml |       16 -
 .../saaj/myuddiping/src/mypackage/UddiPing.java    |      210 -
 .../examples/saaj/myuddiping/uddi.properties       |        4 -
 .../j2ee-tut/examples/saaj/soapfaulttest/build.xml |       69 -
 .../saaj/soapfaulttest/nbproject/build-impl.xml    |      489 -
 .../soapfaulttest/nbproject/genfiles.properties    |        8 -
 .../soapfaulttest/nbproject/project.properties     |       57 -
 .../saaj/soapfaulttest/nbproject/project.xml       |       16 -
 .../soapfaulttest/src/mypackage/SOAPFaultTest.java |      112 -
 utilities.project/manifest.mf                      |        4 +-
 utilities.project/nbproject/project.properties     |        4 +
 utilities.project/nbproject/project.xml            |       82 +-
 .../search/project/AbstractProjectSearchScope.java |       99 +-
 .../modules/search/project/Bundle.properties       |       15 +-
 .../netbeans/modules/search/project/Installer.java |      104 -
 .../ProjectSearchScopeDefinitionProvider.java      |       68 +
 .../modules/search/project/SearchInfoHelper.java   |      171 +
 .../search/project/SearchScopeCurrentProject.java  |      176 +
 .../search/project/SearchScopeMainProject.java     |       33 +-
 .../search/project/SearchScopeNodeSelection.java   |      360 +
 .../search/project/SearchScopeOpenProjects.java    |       43 +-
 .../org/netbeans/modules/search/project/layer.xml  |       11 +
 .../search/project/resources/all_projects.png      |      Bin 0 -> 464 bytes
 .../search/project/resources/multi_selection.png   |      Bin 0 -> 3319 bytes
 .../search/project/spi/CompatibilityUtils.java     |       57 +
 .../project/CopyPathToClipboardAction.java         |      269 +
 .../search/project/CompatibilityUtilsTest.java     |      195 +
 .../project/CopyPathToClipboardActionTest.java     |      227 +
 utilities/arch.xml                                 |       44 +-
 utilities/manifest.mf                              |        2 +-
 utilities/nbproject/project.properties             |        7 +
 utilities/nbproject/project.xml                    |       97 +-
 .../netbeans/modules/openfile/Bundle.properties    |        6 +-
 .../openfile/DefaultExternalDropHandler.java       |       76 +-
 .../modules/openfile/DefaultOpenFileImpl.java      |      202 +-
 .../org/netbeans/modules/openfile/FileChooser.java |      162 -
 .../src/org/netbeans/modules/openfile/Handler.java |       58 +-
 .../netbeans/modules/openfile/OpenFileAction.java  |      111 +-
 .../modules/openfile/OpenFileDialogFilter.java     |        8 +-
 .../modules/openfile/RecentFileAction.java         |      114 +-
 .../org/netbeans/modules/openfile/RecentFiles.java |      243 +-
 .../src/org/netbeans/modules/pdf/Bundle.properties |       23 +-
 .../org/netbeans/modules/pdf/PDFDataObject.java    |        7 +
 .../org/netbeans/modules/pdf/PDFOpenSupport.java   |      238 +-
 .../modules/pdf/ReconfigureReaderPanel.form        |       76 -
 .../modules/pdf/ReconfigureReaderPanel.java        |      167 -
 .../org/netbeans/modules/pdf/SetCommandForm.form   |       88 +
 .../org/netbeans/modules/pdf/SetCommandForm.java   |      146 +
 .../src/org/netbeans/modules/pdf/Settings.java     |      100 -
 .../org/netbeans/modules/pdf/uu-mime-resolver.xml  |       53 -
 .../modules/search/AbstractSearchScope.java        |      175 -
 .../src/org/netbeans/modules/search/ArraySet.java  |      145 -
 .../modules/search/BasicSearchCriteria.java        |     1007 -
 .../netbeans/modules/search/BasicSearchForm.java   |      989 -
 .../modules/search/BufferedCharSequence.java       |      757 -
 .../org/netbeans/modules/search/Bundle.properties  |      237 -
 .../modules/search/ButtonWithExtraInfo.java        |       97 -
 .../org/netbeans/modules/search/ContextView.java   |      503 -
 .../netbeans/modules/search/CopyTextAction.java    |       87 -
 .../netbeans/modules/search/DialogLifetime.java    |       69 -
 .../netbeans/modules/search/FindActionManager.java |      277 -
 .../netbeans/modules/search/FindDialogMemory.java  |      290 -
 .../netbeans/modules/search/FindInFilesAction.java |      647 -
 .../src/org/netbeans/modules/search/Installer.java |       68 -
 .../org/netbeans/modules/search/IssuesPanel.java   |       71 -
 .../src/org/netbeans/modules/search/Item.java      |       85 -
 .../netbeans/modules/search/ListComboBoxModel.java |      125 -
 .../src/org/netbeans/modules/search/Manager.java   |      712 -
 .../netbeans/modules/search/MatchingObject.java    |      728 -
 .../org/netbeans/modules/search/NodeListener.java  |      922 -
 .../org/netbeans/modules/search/NodeRenderer.java  |      341 -
 .../org/netbeans/modules/search/NodeSelector.java  |      507 -
 .../netbeans/modules/search/PrintDetailsTask.java  |      243 -
 .../org/netbeans/modules/search/RegexpMaker.java   |      343 -
 .../modules/search/ReplaceInFilesAction.java       |       86 -
 .../org/netbeans/modules/search/ReplaceTask.java   |      236 -
 .../org/netbeans/modules/search/ResultModel.java   |      475 -
 .../netbeans/modules/search/ResultTreeModel.java   |      572 -
 .../org/netbeans/modules/search/ResultView.java    |      616 -
 .../modules/search/ResultViewOpenAction.java       |       83 -
 .../netbeans/modules/search/ResultViewPanel.java   |     1297 -
 .../netbeans/modules/search/SearchCriterion.java   |      101 -
 .../org/netbeans/modules/search/SearchPanel.java   |      600 -
 .../org/netbeans/modules/search/SearchScope.java   |      147 -
 .../modules/search/SearchScopeNodeSelection.java   |      446 -
 .../modules/search/SearchScopeRegistry.java        |      520 -
 .../org/netbeans/modules/search/SearchTask.java    |      262 -
 .../modules/search/SearchTypeInputStream.java      |      155 -
 .../netbeans/modules/search/SearchTypePanel.form   |       37 -
 .../netbeans/modules/search/SearchTypePanel.java   |      398 -
 .../modules/search/SpecialSearchGroup.java         |      199 -
 .../org/netbeans/modules/search/TextDetail.java    |      647 -
 .../org/netbeans/modules/search/TextFetcher.java   |      188 -
 .../src/org/netbeans/modules/search/Utils.java     |      242 -
 .../modules/search/res/customizeReport.png         |      Bin 507 -> 0 bytes
 .../modules/search/res/search-results.settings     |        8 -
 .../modules/search/res/search-results.wstcref      |       10 -
 .../src/org/netbeans/modules/url/Bundle.properties |        3 +-
 .../org/netbeans/modules/url/URLDataObject.java    |       44 +-
 .../org/netbeans/modules/url/url-mime-resolver.xml |       53 -
 .../org/netbeans/modules/utilities/Installer.java  |       34 +-
 .../src/org/netbeans/modules/utilities/Layer.xml   |       99 +-
 .../test/utilities/basicsearch/TopLevelFile.java   |       20 -
 .../test/utilities/basicsearch/p1/P1File.java      |       20 -
 .../test/utilities/basicsearch/p2/P2File.java      |       20 -
 .../search/BasicSearchAndReplaceTest.java          |      185 -
 .../test/utilities/search/BasicSearchTest.java     |      150 -
 .../openfile/DefaultExternalDropHandlerTest.java   |       52 +-
 .../org/netbeans/modules/openfile/OpenCLITest.java |      174 +-
 .../netbeans/modules/openfile/RecentFilesTest.java |       90 +-
 .../modules/search/BufferedCharSequenceTest.java   |      415 -
 .../modules/search/ButtonWithExtraInfoTest.java    |      125 -
 .../modules/search/FindDialogMemoryTest.java       |      169 -
 .../netbeans/modules/search/RegexpMakerTest.java   |      439 -
 versioning.core/arch.xml                           |     1111 +
 versioning.core/build.xml                          |       48 +
 versioning.core/l10n.list                          |        3 +
 versioning.core/manifest.mf                        |        6 +
 versioning.core/nbproject/project.properties       |       61 +
 versioning.core/nbproject/project.xml              |      256 +
 .../modules/versioning/core/APIAccessor.java       |       59 +
 .../netbeans/modules/versioning/core/Accessor.java |       74 +
 .../modules/versioning/core/Bundle.properties      |       66 +
 .../modules/versioning/core/DelegatingVCS.java     |      392 +
 .../versioning/core/FileProxyBasedVCSProvider.java |      112 +
 .../modules/versioning/core/FlatFolder.java        |       73 +
 .../modules/versioning/core/NoVCSMenuItem.java     |       88 +
 .../modules/versioning/core/ProjectMenuItem.java   |      327 +
 .../modules/versioning/core/SPIAccessor.java       |       70 +
 .../versioning/core/ShowTextAnnotationsAction.java |      127 +
 .../netbeans/modules/versioning/core/Utils.java    |      471 +
 .../versioning/core/VCSRegistrationProcessor.java  |       98 +
 .../core/VcsCollocationQueryImplementation.java    |       91 +
 .../core/VcsVisibilityQueryImplementation.java     |      338 +
 .../core/VersioningAnnotationProvider.java         |      919 +
 .../modules/versioning/core/VersioningConfig.java  |      214 +
 .../versioning/core/VersioningMainMenu.java        |      301 +
 .../modules/versioning/core/VersioningManager.java |      661 +
 .../core/VersioningQueryImplementationImpl.java    |       74 +
 .../versioning/core/api/APIAccessorImpl.java       |       82 +
 .../modules/versioning/core/api/VCSFileProxy.java  |      497 +
 .../versioning/core/api/VersioningSupport.java     |      195 +
 .../modules/versioning/core/api/package.html       |       48 +
 .../core/filesystems/VCSFileProxyOperations.java   |       98 +
 .../core/filesystems/VCSFilesystemInterceptor.java |      770 +
 .../versioning/core/filesystems/package.html       |       49 +
 .../versioning/core/spi/SPIAccessorImpl.java       |       78 +
 .../modules/versioning/core/spi/VCSAnnotator.java  |      108 +
 .../modules/versioning/core/spi/VCSContext.java    |      558 +
 .../versioning/core/spi/VCSHistoryProvider.java    |      477 +
 .../versioning/core/spi/VCSInterceptor.java        |      289 +
 .../versioning/core/spi/VCSVisibilityQuery.java    |       82 +
 .../versioning/core/spi/VersioningSystem.java      |      361 +
 .../modules/versioning/core/spi/package.html       |       46 +
 .../modules/versioning/core/util/Utils.java        |      246 +
 .../versioning/core/util/VCSSystemProvider.java    |      124 +
 .../modules/versioning/resources/layer.xml         |       87 +
 .../qa-functional/data/tck.properties.template     |       16 +
 .../test/versioning/VersioningSystemTest.java      |      151 +
 .../unit/data/workdir/root-test-versioned/a.txt    |        1 +
 .../root-test-versioned/b-test-versioned/b.txt     |        1 +
 .../root-with-exclusions/folder/excl/newfile       |        0
 .../workdir/root-with-exclusions/folder/newfile    |        0
 .../unit/data/workdir/root-with-exclusions/newfile |        0
 .../root-with-exclusions/subfolder-excl/file       |        0
 versioning.core/test/unit/data/workdir/root/a.txt  |        1 +
 .../modules/versioning/AbstractFSTestCase.java     |      127 +
 .../versioning/AfterDeleteAfterMoveEndsTest.java   |      201 +
 .../modules/versioning/DeleteCreateTest.java       |      180 +
 .../DeleteCreateTestAnnotationProvider.java        |      212 +
 .../versioning/VCSAnnotationProviderTestCase.java  |      282 +
 .../versioning/VCSFilesystemTestFactory.java       |      171 +
 .../modules/versioning/VCSInterceptorTestCase.java |      817 +
 .../modules/versioning/VCSOwnerCacheTestCase.java  |      173 +
 .../modules/versioning/VCSOwnerTestCase.java       |      179 +
 .../modules/versioning/VersioningQueryTest.java    |      115 +
 .../versioning/core/ConnectDisconnectTest.java     |      330 +
 .../modules/versioning/core/DelegatingVCSTest.java |      225 +
 .../modules/versioning/core/FSInterceptorTest.java |      310 +
 .../versioning/core/api/VCSFileProxyTest.java      |      147 +
 .../versioning/core/spi/VCSAnnotatorTest.java      |       86 +
 .../core/spi/VCSCollocationQueryTest.java          |      168 +
 .../versioning/core/spi/VCSContextTest.java        |      223 +
 .../versioning/core/spi/VCSHistoryTest.java        |      289 +
 .../core/spi/VCSVisibilityQueryTest.java           |      214 +
 .../versioning/core/spi/VersioningSupportTest.java |      118 +
 .../versioning/core/spi/testvcs/TestVCS.java       |      174 +
 .../core/spi/testvcs/TestVCSAnnotator.java         |       87 +
 .../core/spi/testvcs/TestVCSCollocationQuery.java  |       79 +
 .../core/spi/testvcs/TestVCSHistoryProvider.java   |      128 +
 .../core/spi/testvcs/TestVCSInterceptor.java       |      357 +
 .../core/spi/testvcs/TestVCSVisibilityQuery.java   |       68 +
 versioning.indexingbridge/manifest.mf              |        2 +-
 versioning.indexingbridge/nbproject/project.xml    |       10 +-
 versioning.masterfs/build.xml                      |        5 +
 versioning.masterfs/manifest.mf                    |        6 +
 versioning.masterfs/nbproject/project.properties   |        5 +
 versioning.masterfs/nbproject/project.xml          |       94 +
 .../modules/versioning/masterfs/Bundle.properties  |        3 +
 .../versioning/masterfs/FilesystemInterceptor.java |      361 +
 .../masterfs/VersioningAnnotationProvider.java     |      101 +
 .../modules/versioning/masterfs/FileVCSTest.java   |      186 +
 versioning.system.cvss.installer/build.xml         |        5 +
 versioning.system.cvss.installer/manifest.mf       |        6 +
 .../nbproject/project.properties                   |        0
 .../nbproject/project.xml                          |      105 +
 .../system/cvss/installer/Bundle.properties        |       55 +
 .../system/cvss/installer/CvsInstallDialog.form    |       83 +
 .../system/cvss/installer/CvsInstallDialog.java    |      114 +
 .../system/cvss/installer/CvsInstaller.java        |      305 +
 .../cvss/installer/CvsInstallerModuleConfig.java   |       79 +
 .../system/cvss/installer/util/Utils.java          |       72 +
 versioning.system.cvss/build.xml                   |       49 -
 .../versioning/system/cvss/docs/credits.html       |       48 -
 .../versioning/system/cvss/docs/cvsmodule-toc.xml  |       41 -
 .../versioning/system/cvss/docs/cvsmodule.hs       |       50 -
 .../versioning/system/cvss/docs/cvsmodule.jhm      |      161 -
 .../cvsmodule/csh/cvs-lite_add_var_dialog.html     |       49 -
 .../docs/cvsmodule/csh/cvs-lite_branch_dialog.html |       59 -
 .../cvsmodule/csh/cvs-lite_browsetags_dialog.html  |       59 -
 .../docs/cvsmodule/csh/cvs-lite_change_root.html   |       53 -
 .../cvsmodule/csh/cvs-lite_chkout_wizard_p1.html   |       72 -
 .../cvsmodule/csh/cvs-lite_chkout_wizard_p2.html   |       56 -
 .../csh/cvs-lite_chkoutcomplete_dialog.html        |       44 -
 .../csh/cvs-lite_chkoutmodules_dialog.html         |       37 -
 .../docs/cvsmodule/csh/cvs-lite_commit_dialog.html |       70 -
 .../docs/cvsmodule/csh/cvs-lite_diff_viewer.html   |      125 -
 .../cvsmodule/csh/cvs-lite_editroot_dialog.html    |       57 -
 .../cvsmodule/csh/cvs-lite_history_viewer.html     |       97 -
 .../cvsmodule/csh/cvs-lite_import_wizard_p1.html   |       79 -
 .../cvsmodule/csh/cvs-lite_import_wizard_p2.html   |       47 -
 .../cvsmodule/csh/cvs-lite_merge_resolver.html     |       48 -
 .../cvsmodule/csh/cvs-lite_mergebranch_dialog.html |       65 -
 .../cvsmodule/csh/cvs-lite_options_window.html     |       69 -
 .../csh/cvs-lite_switchbranch_dialog.html          |       53 -
 .../docs/cvsmodule/csh/cvs-lite_tag_dialog.html    |       46 -
 .../cvsmodule/csh/cvs-lite_versioning_window.html  |      107 -
 .../csh/cvs-lite_view_revision_dialog.html         |       47 -
 .../system/cvss/docs/cvsmodule/cvs-lite_about.html |       96 -
 .../cvss/docs/cvsmodule/cvs-lite_branches.html     |      124 -
 .../cvss/docs/cvsmodule/cvs-lite_checkout.html     |       89 -
 .../cvss/docs/cvsmodule/cvs-lite_commit.html       |      114 -
 .../system/cvss/docs/cvsmodule/cvs-lite_diff.html  |       99 -
 .../cvss/docs/cvsmodule/cvs-lite_histories.html    |       93 -
 .../cvss/docs/cvsmodule/cvs-lite_import.html       |       88 -
 .../system/cvss/docs/cvsmodule/cvs-lite_merge.html |       88 -
 .../cvss/docs/cvsmodule/cvs-lite_mergeresolve.html |       75 -
 .../cvss/docs/cvsmodule/cvs-lite_overview.html     |      118 -
 .../system/cvss/docs/cvsmodule/cvs-lite_patch.html |       78 -
 .../cvss/docs/cvsmodule/cvs-lite_quickref.html     |      194 -
 .../docs/cvsmodule/cvs-lite_recover_deleted.html   |       51 -
 .../cvss/docs/cvsmodule/cvs-lite_reverting.html    |       43 -
 .../cvss/docs/cvsmodule/cvs-lite_settings.html     |       75 -
 .../system/cvss/docs/cvsmodule/cvs-lite_setup.html |       56 -
 .../cvss/docs/cvsmodule/cvs-lite_status.html       |      142 -
 .../cvss/docs/cvsmodule/cvs-lite_tagging.html      |       51 -
 .../cvss/docs/cvsmodule/cvs-lite_updating.html     |       65 -
 .../system/cvss/docs/cvsmodule/cvs-lite_using.html |      110 -
 .../docs/cvsmodule/images/AddCommandActionIcon.gif |      Bin 221 -> 0 bytes
 .../cvsmodule/images/CommitCommandActionIcon.gif   |      Bin 218 -> 0 bytes
 .../cvsmodule/images/DiffCommandActionIcon.gif     |      Bin 221 -> 0 bytes
 .../cvsmodule/images/HistoryCommandActionIcon.gif  |      Bin 219 -> 0 bytes
 .../cvsmodule/images/JavaCvsFileSystemIcon.gif     |      Bin 236 -> 0 bytes
 .../cvsmodule/images/RemoveCommandActionIcon.gif   |      Bin 214 -> 0 bytes
 .../cvsmodule/images/UpdateCommandActionIcon.gif   |      Bin 226 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/arrow.png    |      Bin 510 -> 0 bytes
 .../cvss/docs/cvsmodule/images/badgeError.gif      |      Bin 82 -> 0 bytes
 .../docs/cvsmodule/images/badgeLocModified.gif     |      Bin 84 -> 0 bytes
 .../cvss/docs/cvsmodule/images/badgeLocRemoved.gif |      Bin 80 -> 0 bytes
 .../docs/cvsmodule/images/badgeMergeConflict.gif   |      Bin 274 -> 0 bytes
 .../docs/cvsmodule/images/badgeNeedsCheckout.gif   |      Bin 81 -> 0 bytes
 .../cvss/docs/cvsmodule/images/badgeRunning.gif    |      Bin 80 -> 0 bytes
 .../cvss/docs/cvsmodule/images/badgeUpToDate.gif   |      Bin 54 -> 0 bytes
 .../cvss/docs/cvsmodule/images/badgeWaiting.gif    |      Bin 76 -> 0 bytes
 .../cvss/docs/cvsmodule/images/blue-ball-mid.gif   |      Bin 842 -> 0 bytes
 .../cvss/docs/cvsmodule/images/blue-sqr-mid.gif    |      Bin 833 -> 0 bytes
 .../cvss/docs/cvsmodule/images/blue_badge.png      |      Bin 818 -> 0 bytes
 .../cvss/docs/cvsmodule/images/blue_label.png      |      Bin 788 -> 0 bytes
 .../cvss/docs/cvsmodule/images/blue_status.png     |      Bin 854 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/both_mod.png |      Bin 744 -> 0 bytes
 .../cvss/docs/cvsmodule/images/branchIcon.gif      |      Bin 231 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle1.gif  |      Bin 411 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle2.gif  |      Bin 417 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle3.gif  |      Bin 432 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle4.gif  |      Bin 420 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle5.gif  |      Bin 428 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle6.gif  |      Bin 430 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle7.gif  |      Bin 423 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle8.gif  |      Bin 425 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/circle9.gif  |      Bin 437 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/commit.png   |      Bin 697 -> 0 bytes
 .../cvss/docs/cvsmodule/images/conflicts-badge.png |      Bin 284 -> 0 bytes
 .../cvss/docs/cvsmodule/images/defaultNode.gif     |      Bin 870 -> 0 bytes
 .../cvss/docs/cvsmodule/images/diff-next.png       |      Bin 404 -> 0 bytes
 .../cvss/docs/cvsmodule/images/diff-prev.png       |      Bin 395 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/diff.png     |      Bin 669 -> 0 bytes
 .../cvss/docs/cvsmodule/images/gray_label.png      |      Bin 749 -> 0 bytes
 .../cvss/docs/cvsmodule/images/green_status.png    |      Bin 862 -> 0 bytes
 .../cvss/docs/cvsmodule/images/grey_status.png     |      Bin 866 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/insert.png   |      Bin 456 -> 0 bytes
 .../docs/cvsmodule/images/light_blue_label.png     |      Bin 439 -> 0 bytes
 .../cvss/docs/cvsmodule/images/load_template.png   |      Bin 526 -> 0 bytes
 .../cvss/docs/cvsmodule/images/locally_mod.png     |      Bin 606 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/next.gif     |      Bin 123 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/prev.gif     |      Bin 123 -> 0 bytes
 .../cvss/docs/cvsmodule/images/recent_msgs.png     |      Bin 444 -> 0 bytes
 .../cvss/docs/cvsmodule/images/red_badge.png       |      Bin 832 -> 0 bytes
 .../cvss/docs/cvsmodule/images/red_label.png       |      Bin 778 -> 0 bytes
 .../cvss/docs/cvsmodule/images/red_status.png      |      Bin 854 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/refresh.png  |      Bin 563 -> 0 bytes
 .../cvss/docs/cvsmodule/images/remotely_mod.png    |      Bin 803 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/remove.png   |      Bin 375 -> 0 bytes
 .../docs/cvsmodule/images/revisionCurrentIcon.gif  |      Bin 166 -> 0 bytes
 .../cvss/docs/cvsmodule/images/revisionIcon.gif    |      Bin 154 -> 0 bytes
 .../cvss/docs/cvsmodule/images/strike_label.png    |      Bin 440 -> 0 bytes
 .../docs/cvsmodule/images/strikethrough_status.png |      Bin 869 -> 0 bytes
 .../system/cvss/docs/cvsmodule/images/update.png   |      Bin 732 -> 0 bytes
 .../cvss/docs/cvsmodule/images/vcsGeneric.gif      |      Bin 239 -> 0 bytes
 .../cvss/docs/cvsmodule/images/versioning-view.png |      Bin 664 -> 0 bytes
 versioning.system.cvss/l10n.list                   |        4 -
 versioning.system.cvss/manifest.mf                 |        6 -
 .../nbproject/project.properties                   |       60 -
 versioning.system.cvss/nbproject/project.xml       |      371 -
 .../modules/versioning/system/cvss/Annotator.java  |      582 -
 .../versioning/system/cvss/Bundle.properties       |      177 -
 .../modules/versioning/system/cvss/CVS.java        |      158 -
 .../versioning/system/cvss/ClientRuntime.java      |      436 -
 .../versioning/system/cvss/CommandRunnable.java    |      201 -
 .../versioning/system/cvss/CvsFileNode.java        |      111 -
 .../versioning/system/cvss/CvsFileTableModel.java  |       80 -
 .../system/cvss/CvsLiteAdminHandler.java           |      169 -
 .../versioning/system/cvss/CvsLiteFileHandler.java |      171 -
 .../system/cvss/CvsLiteGzippedFileHandler.java     |       81 -
 .../versioning/system/cvss/CvsModuleConfig.java    |      359 -
 .../system/cvss/CvsVersioningSystem.java           |      807 -
 .../versioning/system/cvss/CvsVisibilityQuery.java |      147 -
 .../system/cvss/DiskMapTurboProvider.java          |      337 -
 .../versioning/system/cvss/ExecutorGroup.java      |      522 -
 .../versioning/system/cvss/ExecutorGroupBar.java   |      119 -
 .../versioning/system/cvss/ExecutorSupport.java    |      752 -
 .../versioning/system/cvss/FileInformation.java    |      294 -
 .../versioning/system/cvss/FileStatusCache.java    |      775 -
 .../versioning/system/cvss/FileStatusProvider.java |       83 -
 .../versioning/system/cvss/FilesystemHandler.java  |      388 -
 .../system/cvss/IllegalCommandException.java       |       63 -
 .../system/cvss/ModuleLifecycleManager.java        |      174 -
 .../system/cvss/NotVersionedException.java         |       59 -
 .../versioning/system/cvss/SSHConnection.java      |      263 -
 .../versioning/system/cvss/VersionsCache.java      |      297 -
 .../system/cvss/VersionsCacheExecutor.java         |       90 -
 .../modules/versioning/system/cvss/api/CVS.java    |      106 -
 .../system/cvss/executor/Bundle.properties         |       43 -
 .../system/cvss/executor/CheckoutExecutor.java     |      146 -
 .../system/cvss/executor/RemoveExecutor.java       |      147 -
 .../cvss/options/AnnotationColorProvider.java      |      158 -
 .../system/cvss/options/Bundle.properties          |       75 -
 .../versioning/system/cvss/options/CvsOptions.java |       68 -
 .../system/cvss/options/CvsOptionsController.java  |      119 -
 .../system/cvss/options/CvsOptionsPanel.form       |      177 -
 .../system/cvss/options/CvsOptionsPanel.java       |      228 -
 .../system/cvss/resources/Bundle.properties        |       44 -
 .../system/cvss/resources/components/log.settings  |        7 -
 .../cvss/resources/components/synchronize.settings |        7 -
 .../system/cvss/resources/cvs_annotation.xml       |       56 -
 .../system/cvss/resources/helpset-decl.xml         |       49 -
 .../system/cvss/resources/helpset-ref.xml          |       49 -
 .../system/cvss/resources/icons/annotate.png       |      Bin 370 -> 0 bytes
 .../system/cvss/resources/icons/commit24.png       |      Bin 757 -> 0 bytes
 .../cvss/resources/icons/conflicts-badge.png       |      Bin 284 -> 0 bytes
 .../system/cvss/resources/icons/load_template.png  |      Bin 708 -> 0 bytes
 .../system/cvss/resources/icons/local_vs_local.png |      Bin 658 -> 0 bytes
 .../system/cvss/resources/icons/modified-badge.png |      Bin 294 -> 0 bytes
 .../cvss/resources/icons/recent_messages.png       |      Bin 549 -> 0 bytes
 .../cvss/resources/icons/remote_vs_local.png       |      Bin 804 -> 0 bytes
 .../cvss/resources/icons/remote_vs_remote.png      |      Bin 902 -> 0 bytes
 .../system/cvss/resources/icons/update.png         |      Bin 760 -> 0 bytes
 .../system/cvss/resources/icons/update24.png       |      Bin 775 -> 0 bytes
 .../versioning/system/cvss/resources/layer.xml     |      170 -
 .../resources/modes/output/synchronize.wstcref     |       10 -
 .../cvss/ui/LogicalFileAnnotator.java.template     |      273 -
 .../modules/versioning/system/cvss/ui/UIUtils.java |       89 -
 .../cvss/ui/actions/AbstractSystemAction.java      |      292 -
 .../system/cvss/ui/actions/Bundle.properties       |       82 -
 .../cvss/ui/actions/ChangeCVSRootAction.java       |      219 -
 .../system/cvss/ui/actions/ChangeCVSRootPanel.form |      123 -
 .../system/cvss/ui/actions/ChangeCVSRootPanel.java |      171 -
 .../system/cvss/ui/actions/CvsRootRewriter.java    |      231 -
 .../system/cvss/ui/actions/DeleteLocalAction.java  |      127 -
 .../system/cvss/ui/actions/add/AddExecutor.java    |      170 -
 .../system/cvss/ui/actions/add/Bundle.properties   |       59 -
 .../cvss/ui/actions/annotate/AnnotationBar.java    |     1046 -
 .../ui/actions/annotate/AnnotationBarManager.java  |      105 -
 .../cvss/ui/actions/annotate/AnnotationMark.java   |       96 -
 .../actions/annotate/AnnotationMarkInstaller.java  |       69 -
 .../actions/annotate/AnnotationMarkProvider.java   |       76 -
 .../cvss/ui/actions/annotate/Bundle.properties     |       57 -
 .../cvss/ui/actions/annotate/LinesReader.java      |       96 -
 .../cvss/ui/actions/checkout/Bundle.properties     |       68 -
 .../cvss/ui/actions/checkout/CheckoutAction.java   |      243 -
 .../cvss/ui/actions/commit/Bundle.properties       |      116 -
 .../cvss/ui/actions/commit/CommitAction.java       |      338 -
 .../cvss/ui/actions/commit/CommitExecutor.java     |      125 -
 .../cvss/ui/actions/commit/CommitOptions.java      |       84 -
 .../cvss/ui/actions/commit/CommitSettings.form     |      167 -
 .../cvss/ui/actions/commit/CommitSettings.java     |      414 -
 .../system/cvss/ui/actions/commit/CommitTable.java |      438 -
 .../cvss/ui/actions/commit/CommitTableModel.java   |      247 -
 .../ui/actions/commit/ExcludeFromCommitAction.java |      129 -
 .../system/cvss/ui/actions/diff/Bundle.properties  |      155 -
 .../system/cvss/ui/actions/diff/DiffAction.java    |      101 -
 .../system/cvss/ui/actions/diff/DiffExecutor.java  |      219 -
 .../system/cvss/ui/actions/diff/DiffFileTable.java |      555 -
 .../system/cvss/ui/actions/diff/DiffNode.java      |      211 -
 .../cvss/ui/actions/diff/DiffSetupSource.java      |       72 -
 .../cvss/ui/actions/diff/DiffStreamSource.java     |      234 -
 .../cvss/ui/actions/diff/ExportDiffAction.java     |      395 -
 .../cvss/ui/actions/diff/MultiDiffPanel.form       |      262 -
 .../cvss/ui/actions/diff/MultiDiffPanel.java       |     1155 -
 .../ui/actions/diff/ResolveConflictsAction.java    |      114 -
 .../ui/actions/diff/ResolveConflictsExecutor.java  |      590 -
 .../system/cvss/ui/actions/diff/Setup.java         |      210 -
 .../cvss/ui/actions/ignore/Bundle.properties       |       50 -
 .../cvss/ui/actions/ignore/IgnoreAction.java       |      131 -
 .../cvss/ui/actions/log/AnnotationsAction.java     |      217 -
 .../cvss/ui/actions/log/AnnotationsExecutor.java   |      109 -
 .../system/cvss/ui/actions/log/Bundle.properties   |       69 -
 .../system/cvss/ui/actions/log/LogExecutor.java    |      140 -
 .../cvss/ui/actions/log/LogOutputListener.java     |       71 -
 .../system/cvss/ui/actions/log/RLogExecutor.java   |      234 -
 .../cvss/ui/actions/log/SearchHistoryAction.java   |      143 -
 .../ui/actions/project/AddToRepositoryAction.java  |      592 -
 .../cvss/ui/actions/project/Bundle.properties      |       96 -
 .../cvss/ui/actions/project/ImportExecutor.java    |      220 -
 .../cvss/ui/actions/project/ImportPanel.form       |      191 -
 .../cvss/ui/actions/project/ImportPanel.java       |      177 -
 .../project/UpdateWithDependenciesAction.java      |      202 -
 .../cvss/ui/actions/status/Bundle.properties       |       53 -
 .../ui/actions/status/OpenVersioningAction.java    |      101 -
 .../cvss/ui/actions/status/StatusAction.java       |       91 -
 .../ui/actions/status/StatusProjectsAction.java    |      149 -
 .../system/cvss/ui/actions/tag/BranchAction.java   |      211 -
 .../system/cvss/ui/actions/tag/BranchSettings.form |      155 -
 .../system/cvss/ui/actions/tag/BranchSettings.java |      293 -
 .../system/cvss/ui/actions/tag/BranchesMenu.java   |       90 -
 .../system/cvss/ui/actions/tag/Bundle.properties   |      211 -
 .../cvss/ui/actions/tag/MergeBranchAction.java     |      254 -
 .../system/cvss/ui/actions/tag/MergePanel.form     |      372 -
 .../system/cvss/ui/actions/tag/MergePanel.java     |      549 -
 .../system/cvss/ui/actions/tag/RTagExecutor.java   |      135 -
 .../cvss/ui/actions/tag/SwitchBranchAction.java    |      250 -
 .../cvss/ui/actions/tag/SwitchBranchPanel.form     |      123 -
 .../cvss/ui/actions/tag/SwitchBranchPanel.java     |      208 -
 .../system/cvss/ui/actions/tag/TagAction.java      |      147 -
 .../system/cvss/ui/actions/tag/TagExecutor.java    |      117 -
 .../system/cvss/ui/actions/tag/TagSettings.form    |      149 -
 .../system/cvss/ui/actions/tag/TagSettings.java    |      238 -
 .../cvss/ui/actions/update/Bundle.properties       |      106 -
 .../cvss/ui/actions/update/GetCleanAction.java     |      295 -
 .../cvss/ui/actions/update/UpdateAction.java       |      120 -
 .../cvss/ui/actions/update/UpdateExecutor.java     |      282 -
 .../cvss/ui/actions/update/UpdateResultNode.java   |      227 -
 .../cvss/ui/actions/update/UpdateResults.java      |       96 -
 .../cvss/ui/actions/update/UpdateResultsTable.java |      363 -
 .../system/cvss/ui/components/KTextArea.java       |       80 -
 .../system/cvss/ui/history/Bundle.properties       |      172 -
 .../system/cvss/ui/history/DiffResultsView.java    |      400 -
 .../system/cvss/ui/history/DiffTreeTable.java      |      402 -
 .../versioning/system/cvss/ui/history/Divider.java |      136 -
 .../system/cvss/ui/history/FileEnvironment.java    |      224 -
 .../system/cvss/ui/history/RevisionNode.java       |      443 -
 .../cvss/ui/history/RevisionNodeChildren.java      |       95 -
 .../cvss/ui/history/SearchCriteriaPanel.form       |      194 -
 .../cvss/ui/history/SearchCriteriaPanel.java       |      309 -
 .../system/cvss/ui/history/SearchExecutor.java     |      299 -
 .../system/cvss/ui/history/SearchHistoryPanel.form |      157 -
 .../system/cvss/ui/history/SearchHistoryPanel.java |      921 -
 .../cvss/ui/history/SearchHistoryTopComponent.java |      124 -
 .../system/cvss/ui/history/SummaryView.java        |      935 -
 .../system/cvss/ui/history/TooltipWindow.java      |      115 -
 .../system/cvss/ui/history/ViewRevisionAction.java |      168 -
 .../system/cvss/ui/history/ViewRevisionPanel.form  |      146 -
 .../system/cvss/ui/history/ViewRevisionPanel.java  |      214 -
 .../system/cvss/ui/selectors/AliasesNode.java      |      204 -
 .../cvss/ui/selectors/BranchNodeChildren.java      |      151 -
 .../system/cvss/ui/selectors/BranchSelector.java   |      423 -
 .../system/cvss/ui/selectors/Bundle.properties     |      103 -
 .../versioning/system/cvss/ui/selectors/Kit.java   |      121 -
 .../system/cvss/ui/selectors/ModuleSelector.java   |      263 -
 .../system/cvss/ui/selectors/NodeOperation2.java   |      161 -
 .../cvss/ui/selectors/RepositoryPathNode.java      |      187 -
 .../cvss/ui/selectors/VirtualAdminHandler.java     |      120 -
 .../system/cvss/ui/selectors/WaitNode.java         |       62 -
 .../system/cvss/ui/selectors/defaultFolder.gif     |      Bin 339 -> 0 bytes
 .../versioning/system/cvss/ui/selectors/link.png   |      Bin 218 -> 0 bytes
 .../system/cvss/ui/syncview/Bundle.properties      |      134 -
 .../ui/syncview/CvsSynchronizeTopComponent.java    |      277 -
 .../cvss/ui/syncview/OpenInEditorAction.java       |      125 -
 .../system/cvss/ui/syncview/SyncFileNode.java      |      250 -
 .../system/cvss/ui/syncview/SyncTable.java         |      521 -
 .../system/cvss/ui/syncview/SynchronizePanel.form  |      175 -
 .../system/cvss/ui/syncview/SynchronizePanel.java  |      867 -
 .../system/cvss/ui/wizards/AbstractStep.java       |      206 -
 .../system/cvss/ui/wizards/Bundle.properties       |      146 -
 .../system/cvss/ui/wizards/CheckoutWizard.java     |      431 -
 .../system/cvss/ui/wizards/CvsRootPanel.form       |      186 -
 .../system/cvss/ui/wizards/CvsRootPanel.java       |      224 -
 .../system/cvss/ui/wizards/ModulePanel.form        |      214 -
 .../system/cvss/ui/wizards/ModulePanel.java        |      202 -
 .../system/cvss/ui/wizards/RepositoryPanel.form    |      304 -
 .../system/cvss/ui/wizards/RepositoryPanel.java    |      291 -
 .../system/cvss/ui/wizards/RepositoryStep.java     |      719 -
 .../system/cvss/ui/wizards/RootWizard.java         |      275 -
 .../system/cvss/util/CommandDuplicator.java        |      204 -
 .../versioning/system/cvss/util/Context.java       |      177 -
 .../modules/versioning/system/cvss/util/Utils.java |      646 -
 .../cvsmodule/BranchCreationAndSwitchTest.java     |      267 -
 .../org/netbeans/test/cvsmodule/BranchTest.java    |      542 -
 .../test/cvsmodule/CheckOutWizardTest.java         |      967 -
 .../test/cvsmodule/CommittingCvs11Test.java        |      365 -
 .../test/cvsmodule/CommittingCvs12Test.java        |      371 -
 .../org/netbeans/test/cvsmodule/DeleteTest.java    |      218 -
 .../test/cvsmodule/ExportPatchAndDiffTest.java     |      372 -
 .../test/cvsmodule/IgnoreUnignoreTest.java         |      365 -
 .../netbeans/test/cvsmodule/ImportWizardTest.java  |      579 -
 .../netbeans/test/cvsmodule/MessageHandler.java    |       91 -
 .../netbeans/test/cvsmodule/PseudoCvsServer.java   |      362 -
 .../cvsmodule/ResolveConflictsAndRevertTest.java   |      252 -
 .../ShowAnnotationsAndSearchHistoryTest.java       |      276 -
 .../test/cvsmodule/StandardWorkFlowTest.java       |     1009 -
 .../src/org/netbeans/test/cvsmodule/TagTest.java   |      317 -
 .../src/org/netbeans/test/cvsmodule/TestKit.java   |      549 -
 .../netbeans/test/cvsmodule/UpdateErrorTest.java   |      248 -
 .../org/netbeans/test/cvsmodule/UpdateTest.java    |     1605 -
 .../test/cvsmodule/VersioningButtonsTest.java      |      278 -
 .../testsuites/overallValidationTestSuite.java     |       94 -
 .../testsuites/wizardsValidationTestSuite.java     |       84 -
 .../testsuites/workingWithBranchesTestSuite.java   |       85 -
 .../system/cvss/CVSFileSystemTestStat.java         |       88 -
 .../versioning/system/cvss/CvsFileSystemTest.java  |      258 -
 .../modules/versioning/system/cvss/api/CVSApi.java |       59 -
 .../ui/actions/annotate/AnnotationBarTest.java     |       65 -
 .../versioning/system/cvss/util/UtilTest.java      |       83 -
 versioning.ui/build.xml                            |       48 +
 versioning.ui/l10n.list                            |        3 +
 versioning.ui/manifest.mf                          |        5 +
 versioning.ui/nbproject/project.properties         |       47 +
 versioning.ui/nbproject/project.xml                |      297 +
 .../modules/versioning/ui/Bundle.properties        |       46 +
 .../modules/versioning/ui}/diff/Bundle.properties  |        0
 .../ui/diff/DiffActionTooltipWindow.java           |      173 +
 .../ui/diff/DiffFileEncodingQueryImpl.java         |      144 +
 .../modules/versioning/ui/diff/DiffMark.java       |       99 +
 .../ui/diff/DiffMarkProviderCreator.java           |       62 +
 .../modules/versioning/ui/diff/DiffSidebar.java    |     1424 +
 .../versioning/ui/diff/DiffSidebarDiffPanel.form   |       88 +
 .../versioning/ui/diff/DiffSidebarDiffPanel.java   |      156 +
 .../versioning/ui/diff/DiffSidebarFactory.java     |       62 +
 .../versioning/ui/diff/DiffSidebarManager.java     |      265 +
 .../ui/diff/DiffTooltipActionsPanel.java           |      153 +
 .../ui/diff/DiffTooltipContentPanel.java           |      190 +
 .../versioning/ui/diff/ShowDiffSidebarAction.java  |      105 +
 .../modules/versioning/ui}/diff/diff-next.png      |      Bin
 .../modules/versioning/ui}/diff/diff-prev.png      |      Bin
 .../netbeans/modules/versioning/ui}/diff/diff.png  |      Bin
 .../modules/versioning/ui}/diff/rollback.png       |      Bin
 .../versioning/ui/history/Bundle.properties        |       89 +
 .../modules/versioning/ui/history/DiffPanel.form   |       36 +
 .../modules/versioning/ui/history/DiffPanel.java   |       89 +
 .../modules/versioning/ui/history/History.java     |      130 +
 .../versioning/ui/history/HistoryComponent.form    |       17 +
 .../versioning/ui/history/HistoryComponent.java    |     1121 +
 .../versioning/ui/history/HistoryDiffView.java     |      739 +
 .../versioning/ui/history/HistoryEntry.java        |      172 +
 .../versioning/ui/history/HistoryFileView.java     |     1196 +
 .../versioning/ui/history/HistoryRootNode.java     |      370 +
 .../versioning/ui/history/HistorySettings.java     |      183 +
 .../versioning/ui/history/HistoryUtils.java        |       94 +
 .../versioning/ui/history/MsgTooltipWindow.java    |      382 +
 .../versioning/ui/history/RevisionNode.java        |      472 +
 .../modules/versioning/ui/history/TableEntry.java  |       68 +
 .../versioning/ui/options/Bundle.properties        |       67 +
 .../ui/options/GeneralAdvancedOption.java          |       68 +
 .../versioning/ui/options/GeneralOptionsPanel.form |      169 +
 .../versioning/ui/options/GeneralOptionsPanel.java |      342 +
 .../ui/options/GeneralOptionsPanelController.java  |      142 +
 .../versioning/ui/options/HistoryOptions.java      |       72 +
 .../ui/options/HistoryOptionsController.java       |      244 +
 .../versioning/ui/options/HistoryOptionsPanel.form |      232 +
 .../versioning/ui/options/HistoryOptionsPanel.java |      213 +
 .../versioning/ui/resources/Bundle.properties      |       46 +
 .../versioning/ui/resources/icons}/diff-next.png   |      Bin
 .../versioning/ui/resources/icons}/diff-prev.png   |      Bin
 .../versioning/ui/resources/icons}/error.gif       |      Bin
 .../versioning/ui/resources/icons/options.png      |      Bin
 .../versioning/ui/resources/icons/refresh.png      |      Bin
 .../versioning/ui/resources/icons}/wait.gif        |      Bin
 .../modules/versioning/ui/resources/layer.xml      |       99 +
 .../versioning/ui/history/HistoryTestKit.java      |       54 +
 .../ui/history/VCSCoreSPIHistoryTest.java          |      168 +
 .../versioning/ui/history/VCSSPIHistoryTest.java   |      165 +
 versioning.util/nbproject/project.properties       |        8 +-
 versioning.util/nbproject/project.xml              |      111 +-
 .../modules/versioning/annotate/AnnotationBar.java |       22 +-
 .../versioning/annotate/AnnotationBarManager.java  |        2 +-
 .../modules/versioning/diff/DiffUtils.java         |      103 +
 .../modules/versioning/diff/EditorSaveCookie.java  |       42 +
 .../modules/versioning/diff/ExpandableMessage.java |        6 +-
 .../versioning/diff/FilesModifiedConfirmation.java |       45 +-
 .../versioning/history/AbstractSummaryView.java    |     1235 +-
 .../modules/versioning/history/Bundle.properties   |       15 +
 .../modules/versioning/history/HistoryAction.java  |      187 +
 .../versioning/history/HistoryActionSupport.java   |      167 +
 .../history/HistoryActionVCSProxyBased.java        |      168 +
 .../modules/versioning/history/LinkButton.java     |       22 +-
 .../versioning/history/RevisionItemCell.java       |      141 +
 .../versioning/history/SummaryCellRenderer.java    |     1637 +-
 .../modules/versioning/historystore/Storage.java   |      139 +-
 .../versioning/historystore/StorageManager.java    |        4 +-
 .../netbeans/modules/versioning/hooks/GitHook.java |        8 +-
 .../netbeans/modules/versioning/hooks/HgHook.java  |        8 +-
 .../modules/versioning/hooks/HgQueueHook.java      |       69 +
 .../versioning/hooks/HgQueueHookContext.java       |       63 +
 .../versioning/hooks/HgQueueHookFactory.java       |       59 +
 .../modules/versioning/shelve/Bundle.properties    |       48 +
 .../shelve/ShelveChangesActionsRegistry.java       |       82 +
 .../versioning/shelve/ShelveChangesPanel.form      |      112 +
 .../versioning/shelve/ShelveChangesPanel.java      |      134 +
 .../versioning/shelve/ShelveChangesSupport.java    |      241 +
 .../versioning/shelve/impl/Bundle.properties       |       52 +
 .../versioning/shelve/impl/PatchStorage.java       |      221 +
 .../versioning/shelve/impl/ShelveChangesMenu.java  |      164 +
 .../shelve/impl/UnshelveChangesAction.java         |      203 +
 .../shelve/impl/UnshelveChangesPanel.form          |       89 +
 .../shelve/impl/UnshelveChangesPanel.java          |      110 +
 .../modules/versioning/util/Bundle.properties      |        2 +
 .../modules/versioning/util/CommandReport.form     |        5 +-
 .../modules/versioning/util/CommandReport.java     |       22 +-
 .../modules/versioning/util/DelayScanRegistry.java |       18 +-
 .../versioning/util/DialogBoundsPreserver.java     |       24 +-
 .../modules/versioning/util/ExportDiffPanel.form   |        8 +-
 .../modules/versioning/util/ExportDiffPanel.java   |       58 +-
 .../modules/versioning/util/ExportDiffSupport.java |        4 +-
 .../modules/versioning/util/FileSelector.form      |        7 +-
 .../modules/versioning/util/FileSelector.java      |       22 +-
 .../modules/versioning/util/FileUtils.java         |        3 +
 .../modules/versioning/util/KeyringSupport.java    |       47 +-
 .../modules/versioning/util/ProjectUtilities.java  |       10 +
 .../modules/versioning/util/RootsToFile.java       |       23 +-
 .../modules/versioning/util/SimpleLookup.java      |      590 +-
 .../modules/versioning/util/StringSelector.form    |        2 +-
 .../modules/versioning/util/StringSelector.java    |       34 +-
 .../versioning/util/SystemActionBridge.java        |       23 +-
 .../modules/versioning/util/TemplateSelector.java  |       14 +-
 .../modules/versioning/util/TemplatesPanel.form    |        2 +-
 .../modules/versioning/util/TemplatesPanel.java    |       44 +-
 .../netbeans/modules/versioning/util/Utils.java    |      358 +-
 .../versioning/util/VCSHyperlinkSupport.java       |       35 +-
 .../modules/versioning/util/VCSKenaiAccessor.java  |        6 +-
 .../util/VCSOptionsKeywordsProvider.java           |       54 +
 .../versioning/util/VcsAdvancedOptions.java        |      212 +-
 .../versioning/util/VcsAdvancedOptionsPanel.form   |       45 +-
 .../versioning/util/VcsAdvancedOptionsPanel.java   |      110 +-
 .../versioning/util/common/Bundle.properties       |        8 +-
 .../versioning/util/common/CollapsiblePanel.java   |       27 +-
 .../util/common/CommitMessageMouseAdapter.java     |       93 +
 .../versioning/util/common/CommitPopupBuilder.java |      134 +
 .../versioning/util/common/FileTreeView.java       |      958 +
 .../versioning/util/common/FileViewComponent.java  |       82 +
 .../util/common/VCSCommitDiffProvider.java         |       19 +-
 .../versioning/util/common/VCSCommitOptions.java   |       26 +-
 .../versioning/util/common/VCSCommitPanel.java     |      148 +-
 .../util/common/VCSCommitPanelModifier.java        |       88 +
 .../util/common/VCSCommitParameters.java           |       14 +-
 .../versioning/util/common/VCSCommitTable.java     |      116 +-
 .../util/common/VCSCommitTableModel.java           |       79 +-
 .../versioning/util/common/VCSFileInformation.java |        5 +
 .../versioning/util/common/VCSFileNode.java        |       21 +-
 .../util/options/AnnotationColorsPanel.form        |       65 +-
 .../util/options/AnnotationColorsPanel.java        |      221 +-
 .../versioning/util/options/Bundle.properties      |       21 +-
 .../versioning/util/options/ColorComboBox.java     |      140 -
 .../util/options/ColorComboBoxRenderer.java        |      160 -
 .../versioning/util/options/ColorValue.java        |      102 -
 .../versioning/util/projects/Bundle.properties     |       12 +
 .../util/projects/CheckoutCompletedPanel.form      |        7 +-
 .../util/projects/CheckoutCompletedPanel.java      |        7 +-
 .../util/projects/OpenProjectsPanel.form           |        4 +-
 .../util/projects/OpenProjectsPanel.java           |       28 +-
 .../versioning/util/projects/ProjectOpener.java    |       27 +-
 .../versioning/util/projects/ProjectsView.java     |       33 +-
 .../modules/versioning/util/resources/layer.xml    |       25 +-
 .../versioning/util/status/VCSStatusNode.java      |       64 +-
 .../versioning/util/status/VCSStatusTable.java     |      152 +-
 .../util/status/VCSStatusTableModel.java           |        6 +-
 .../org/netbeans/modules/turbo/CacheIndexTest.java |        2 +-
 .../modules/versioning/diff/DiffUtilsTest.java     |      195 +
 .../versioning/historystore/StorageTest.java       |       30 +
 .../versioning/util/KeyringSupportTest.java        |       96 +
 versioning/apichanges.xml                          |       85 +
 versioning/arch.xml                                |       19 +-
 versioning/manifest.mf                             |        1 -
 .../nbproject/org-netbeans-modules-versioning.sig  |      223 +
 versioning/nbproject/project.properties            |       10 +-
 versioning/nbproject/project.xml                   |      113 +-
 .../org/netbeans/modules/versioning/Accessor.java  |       15 +-
 .../netbeans/modules/versioning/Bundle.properties  |        8 +
 .../netbeans/modules/versioning/DelegatingVCS.java |      745 +
 .../modules/versioning/FileBasedVCSProvider.java   |      127 +
 .../modules/versioning/FilesystemInterceptor.java  |      685 -
 .../netbeans/modules/versioning/FlatFolder.java    |       73 -
 .../netbeans/modules/versioning/InitMenuItem.java  |       80 -
 .../modules/versioning/ProjectMenuItem.java        |      278 -
 .../versioning/ShowTextAnnotationsAction.java      |      120 -
 .../src/org/netbeans/modules/versioning/Utils.java |      356 -
 .../versioning/VCSRegistrationProcessor.java       |       95 +
 .../VcsCollocationQueryImplementation.java         |       73 -
 .../VcsVisibilityQueryImplementation.java          |      245 -
 .../versioning/VersioningAnnotationProvider.java   |      892 -
 .../modules/versioning/VersioningConfig.java       |       66 -
 .../modules/versioning/VersioningMainMenu.java     |      185 -
 .../modules/versioning/VersioningManager.java      |      565 -
 .../versioning/diff/DiffActionTooltipWindow.java   |      167 -
 .../versioning/diff/DiffFileEncodingQueryImpl.java |      144 -
 .../netbeans/modules/versioning/diff/DiffMark.java |       99 -
 .../versioning/diff/DiffMarkProviderCreator.java   |       62 -
 .../modules/versioning/diff/DiffSidebar.java       |     1256 -
 .../versioning/diff/DiffSidebarDiffPanel.form      |       87 -
 .../versioning/diff/DiffSidebarDiffPanel.java      |      156 -
 .../versioning/diff/DiffSidebarFactory.java        |       62 -
 .../versioning/diff/DiffSidebarManager.java        |      212 -
 .../versioning/diff/DiffTooltipActionsPanel.java   |      142 -
 .../versioning/diff/DiffTooltipContentPanel.java   |      174 -
 .../versioning/diff/ShowDiffSidebarAction.java     |      106 -
 .../modules/versioning/resources/layer.xml         |      117 -
 .../modules/versioning/spi/AccessorImpl.java       |       30 +-
 .../modules/versioning/spi/VCSAnnotator.java       |       10 +-
 .../modules/versioning/spi/VCSContext.java         |      352 +-
 .../modules/versioning/spi/VCSHistoryProvider.java |      561 +
 .../modules/versioning/spi/VCSVisibilityQuery.java |       19 +-
 .../modules/versioning/spi/VersioningSupport.java  |       55 +-
 .../modules/versioning/spi/VersioningSystem.java   |      211 +-
 .../test/versioning/VersioningSystemTest.java      |        8 +-
 .../modules/versioning/DelegatingVCSTest.java      |      225 +
 .../modules/versioning/FSInterceptorTest.java      |      566 -
 .../modules/versioning/GetAnnotatedOwnerTest.java  |      133 +
 .../netbeans/modules/versioning/GetOwnerTest.java  |       89 +-
 .../VersioningAnnotationProviderTest.java          |       48 +-
 .../versioning/spi/VCSCollocationQueryTest.java    |      159 +
 .../modules/versioning/spi/VCSContextTest.java     |       12 +
 .../modules/versioning/spi/VCSHistoryTest.java     |      326 +
 .../modules/versioning/spi/VCSInterceptorTest.java |       17 +-
 .../versioning/spi/VCSVisibilityQueryTest.java     |       66 +-
 .../versioning/spi/testvcs/TestAnnotatedVCS.java   |      131 +
 .../modules/versioning/spi/testvcs/TestVCS.java    |       17 +-
 .../spi/testvcs/TestVCSCollocationQuery.java       |       67 +
 .../spi/testvcs/TestVCSHistoryProvider.java        |      138 +
 .../versioning/spi/testvcs/TestVCSInterceptor.java |       14 +-
 .../spi/testvcs/TestVCSVisibilityQuery.java        |        8 +
 vmd.analyzer/build.xml                             |       50 -
 vmd.analyzer/manifest.mf                           |        6 -
 vmd.analyzer/nbproject/project.xml                 |      113 -
 .../modules/vmd/analyzer/AnalyzerEditorView.java   |      245 -
 .../vmd/analyzer/AnalyzerEditorViewFactory.java    |       65 -
 .../modules/vmd/analyzer/AnalyzerPanel.java        |      133 -
 .../modules/vmd/analyzer/Bundle.properties         |       45 -
 .../vmd/analyzer/resources/Bundle.properties       |       45 -
 .../modules/vmd/analyzer/resources/refresh.png     |      Bin 584 -> 0 bytes
 .../modules/vmd/api/analyzer/Analyzer.java         |       66 -
 .../modules/vmd/api/analyzer/AnalyzerSupport.java  |       53 -
 vmd.codegen/build.xml                              |       50 -
 vmd.codegen/manifest.mf                            |        6 -
 vmd.codegen/nbproject/project.properties           |       44 -
 vmd.codegen/nbproject/project.xml                  |      113 -
 .../vmd/api/codegen/CodeClassLevelPresenter.java   |       77 -
 .../vmd/api/codegen/CodeGlobalLevelPresenter.java  |       55 -
 .../codegen/CodeMultiGuardedLevelPresenter.java    |       69 -
 .../modules/vmd/api/codegen/CodeNamePresenter.java |       72 -
 .../modules/vmd/api/codegen/CodePresenter.java     |       53 -
 .../vmd/api/codegen/CodePresenterFactory.java      |       51 -
 .../vmd/api/codegen/CodeReferencePresenter.java    |      103 -
 .../vmd/api/codegen/CodeSetterPresenter.java       |       79 -
 .../modules/vmd/api/codegen/CodeSupport.java       |      180 -
 .../modules/vmd/api/codegen/CodeWriter.java        |      146 -
 .../modules/vmd/api/codegen/InitCodeGenerator.java |      195 -
 .../modules/vmd/api/codegen/JavaCodeGenerator.java |      224 -
 .../vmd/api/codegen/ModelUpdatePresenter.java      |       57 -
 .../vmd/api/codegen/MultiGuardedSection.java       |      295 -
 .../modules/vmd/api/codegen/Parameter.java         |      128 -
 .../netbeans/modules/vmd/api/codegen/Setter.java   |       76 -
 .../netbeans/modules/vmd/codegen/CodeUtils.java    |      117 -
 .../vmd/codegen/resources/Bundle.properties        |       45 -
 vmd.components.midp.pda/build.xml                  |       48 -
 vmd.components.midp.pda/manifest.mf                |        6 -
 .../nbproject/project.properties                   |       47 -
 vmd.components.midp.pda/nbproject/project.xml      |       62 -
 .../netbeans_midp_components_pda/build.xml         |       83 -
 .../nbproject/build-impl.xml                       |     1151 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |      145 -
 .../nbproject/project.xml                          |       10 -
 .../microedition/lcdui/pda/FileBrowser.java        |      303 -
 .../microedition/lcdui/pda/PIMBrowser.java         |      418 -
 .../org/netbeans/microedition/resources/dir.png    |      Bin 152 -> 0 bytes
 .../org/netbeans/microedition/resources/file.png   |      Bin 194 -> 0 bytes
 .../midp/pda/resources/Bundle.properties           |       55 -
 .../vmd/components/midp/pda/resources/layer.xml    |       55 -
 .../midp/pda/resources/netbeans_midp_pda.xml       |       65 -
 vmd.components.midp.wma/build.xml                  |       48 -
 vmd.components.midp.wma/manifest.mf                |        6 -
 .../nbproject/project.properties                   |       47 -
 vmd.components.midp.wma/nbproject/project.xml      |       62 -
 .../netbeans_midp_components_wma/build.xml         |       83 -
 .../nbproject/build-impl.xml                       |     1150 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |      147 -
 .../nbproject/project.xml                          |       23 -
 .../microedition/lcdui/wma/SMSComposer.java        |      612 -
 .../midp/wma/resources/Bundle.properties           |       55 -
 .../vmd/components/midp/wma/resources/layer.xml    |       55 -
 .../midp/wma/resources/netbeans_midp_wma.xml       |       65 -
 vmd.components.midp/build.xml                      |       48 -
 vmd.components.midp/manifest.mf                    |        6 -
 vmd.components.midp/nbproject/project.properties   |       45 -
 vmd.components.midp/nbproject/project.xml          |       62 -
 .../netbeans_midp_components_basic/build.xml       |       83 -
 .../nbproject/build-impl.xml                       |     1429 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |      154 -
 .../nbproject/project.xml                          |       11 -
 .../microedition/lcdui/AbstractInfoScreen.java     |      375 -
 .../netbeans/microedition/lcdui/LoginScreen.java   |      686 -
 .../microedition/lcdui/SimpleTableModel.java       |      285 -
 .../netbeans/microedition/lcdui/SplashScreen.java  |      228 -
 .../org/netbeans/microedition/lcdui/TableItem.java |     1112 -
 .../netbeans/microedition/lcdui/TableModel.java    |      119 -
 .../microedition/lcdui/TableModelListener.java     |       66 -
 .../microedition/lcdui/TablePaintStrategy.java     |      143 -
 .../netbeans/microedition/lcdui/WaitScreen.java    |      246 -
 .../microedition/lcdui/laf/ColorSchema.java        |      171 -
 .../microedition/lcdui/laf/DefaultColorSchema.java |      110 -
 .../microedition/lcdui/laf/SystemColorSchema.java  |      114 -
 .../microedition/lcdui/laf/TableColorSchema.java   |      106 -
 .../microedition/lcdui/laf/UserColorSchema.java    |      188 -
 .../microedition/util/CancellableTask.java         |       82 -
 .../org/netbeans/microedition/util/Executable.java |       67 -
 .../microedition/util/SimpleCancellableTask.java   |      143 -
 .../components/midp/resources/Bundle.properties    |       55 -
 .../vmd/components/midp/resources/layer.xml        |       55 -
 .../components/midp/resources/netbeans_midp.xml    |       65 -
 vmd.components.svg/build.xml                       |       48 -
 vmd.components.svg/manifest.mf                     |        7 -
 .../nb_svg_midp_components/build.xml               |       84 -
 .../nbproject/build-impl.xml                       |     1160 -
 .../nbproject/project.properties                   |      151 -
 .../nb_svg_midp_components/nbproject/project.xml   |       11 -
 .../svg/AbstractTextRenderingComponent.java        |       91 -
 .../netbeans/microedition/svg/DataListener.java    |       53 -
 .../microedition/svg/SVGAbstractButton.java        |      158 -
 .../microedition/svg/SVGActionListener.java        |       27 -
 .../microedition/svg/SVGAnimatorWrapper.java       |      104 -
 .../org/netbeans/microedition/svg/SVGButton.java   |      123 -
 .../netbeans/microedition/svg/SVGButtonGroup.java  |       58 -
 .../org/netbeans/microedition/svg/SVGCheckBox.java |      132 -
 .../org/netbeans/microedition/svg/SVGComboBox.java |      747 -
 .../netbeans/microedition/svg/SVGComponent.java    |      357 -
 .../svg/SVGDefaultListCellRenderer.java            |      219 -
 .../src/org/netbeans/microedition/svg/SVGForm.java |      270 -
 .../org/netbeans/microedition/svg/SVGLabel.java    |      129 -
 .../src/org/netbeans/microedition/svg/SVGList.java |      769 -
 .../microedition/svg/SVGListCellRenderer.java      |       59 -
 .../src/org/netbeans/microedition/svg/SVGMenu.java |      357 -
 .../org/netbeans/microedition/svg/SVGPlayer.java   |     1528 -
 .../netbeans/microedition/svg/SVGRadioButton.java  |      127 -
 .../netbeans/microedition/svg/SVGRectangle.java    |      131 -
 .../org/netbeans/microedition/svg/SVGSlider.java   |      333 -
 .../org/netbeans/microedition/svg/SVGSpinner.java  |      544 -
 .../netbeans/microedition/svg/SVGSplashScreen.java |      222 -
 .../org/netbeans/microedition/svg/SVGTextArea.java |      358 -
 .../netbeans/microedition/svg/SVGTextField.java    |      359 -
 .../netbeans/microedition/svg/SVGWaitScreen.java   |      209 -
 .../netbeans/microedition/svg/TextRenderer.java    |      166 -
 .../microedition/svg/input/InputHandler.java       |      142 -
 .../microedition/svg/input/NumPadInputHandler.java |      218 -
 .../microedition/svg/input/PointerEvent.java       |       99 -
 .../microedition/svg/input/PointerListener.java    |       57 -
 .../microedition/svg/input/TextInputHandler.java   |      134 -
 .../microedition/svg/meta/ChildrenAcceptor.java    |       86 -
 .../netbeans/microedition/svg/meta/MetaData.java   |      143 -
 vmd.components.svg/nbproject/project.properties    |        4 -
 vmd.components.svg/nbproject/project.xml           |       18 -
 .../vmd/components/svg/resources/Bundle.properties |       45 -
 .../modules/vmd/components/svg/resources/layer.xml |       55 -
 .../vmd/components/svg/resources/nb_svg_midp.xml   |       63 -
 vmd.componentssupport/build.xml                    |       22 -
 vmd.componentssupport/manifest.mf                  |        7 -
 vmd.componentssupport/nbproject/project.xml        |      172 -
 .../vmd/componentssupport/Bundle.properties        |       53 -
 .../modules/vmd/componentssupport/layer.xml        |       47 -
 .../componentssupport/options/Bundle.properties    |       47 -
 .../options/ComponentssupportAdvancedOption.java   |       68 -
 .../ComponentssupportOptionsPanelController.java   |      116 -
 .../options/ComponentssupportPanel.form            |       76 -
 .../options/ComponentssupportPanel.java            |      134 -
 .../templates/CustomComponentCD.template           |       77 -
 .../templates/CustomComponentProducer.template     |       74 -
 .../vmd/componentssupport/templates/layer.xml      |        4 -
 .../templates/libdescriptemplate.xml               |       23 -
 .../vmd/componentssupport/ui/Bundle.properties     |       44 -
 .../vmd/componentssupport/ui/IconUtils.java        |      271 -
 .../modules/vmd/componentssupport/ui/UIUtils.java  |      101 -
 .../componentssupport/ui/helpers/BaseHelper.java   |      342 -
 .../componentssupport/ui/helpers/Bundle.properties |       44 -
 .../ui/helpers/CustomComponentHelper.java          |      959 -
 .../ui/helpers/JavaMELibsConfigurationHelper.java  |      483 -
 .../ui/helpers/JavaMELibsPreviewHelper.java        |      174 -
 .../ui/helpers/LayerXmlHelper.java                 |       92 -
 .../ui/helpers/ProjectTemplateZipHelper.java       |      316 -
 .../ui/helpers/ProjectXmlHelper.java               |      158 -
 .../componentssupport/ui/helpers/XmlHelper.java    |      131 -
 .../ui/resources/CustomComponent.html              |       13 -
 .../ui/resources/CustomComponentIcon.gif           |      Bin 639 -> 0 bytes
 .../ui/resources/CustomComponentProject.html       |       15 -
 .../ui/resources/j2meComponentsCategory.html       |        1 -
 .../ui/wizard/BasicModuleConfVisualPanel.form      |      159 -
 .../ui/wizard/BasicModuleConfVisualPanel.java      |      476 -
 .../ui/wizard/BasicModuleConfWizardPanel.java      |      171 -
 .../componentssupport/ui/wizard/Bundle.properties  |      290 -
 .../ui/wizard/ComponentDescriptorVisualPanel.form  |      341 -
 .../ui/wizard/ComponentDescriptorVisualPanel.java  |      641 -
 .../ui/wizard/ComponentDescriptorWizardPanel.java  |      168 -
 .../ui/wizard/ComponentFinalVisualPanel.form       |      179 -
 .../ui/wizard/ComponentFinalVisualPanel.java       |      337 -
 .../ui/wizard/ComponentFinalWizardPanel.java       |      173 -
 .../ui/wizard/ComponentPresentersVisualPanel.form  |       16 -
 .../ui/wizard/ComponentPresentersVisualPanel.java  |      169 -
 .../ui/wizard/ComponentPresentersWizardPanel.java  |      168 -
 .../ui/wizard/ComponentProducerVisualPanel.form    |      512 -
 .../ui/wizard/ComponentProducerVisualPanel.java    |      854 -
 .../ui/wizard/ComponentProducerWizardPanel.java    |      168 -
 .../ui/wizard/CustomComponentVisualPanel.form      |      195 -
 .../ui/wizard/CustomComponentVisualPanel.java      |      657 -
 .../ui/wizard/CustomComponentWizardIterator.java   |      307 -
 .../ui/wizard/CustomComponentWizardPanel.java      |      142 -
 .../ui/wizard/DescriptorsVisualPanel.form          |      128 -
 .../ui/wizard/DescriptorsVisualPanel.java          |      269 -
 .../ui/wizard/DescriptorsWizardPanel.java          |      144 -
 .../ui/wizard/DocumentAdapter.java                 |       52 -
 .../ui/wizard/EditableListModel.java               |      109 -
 .../ui/wizard/JavaMELibsVisualPanel.form           |      139 -
 .../ui/wizard/JavaMELibsVisualPanel.java           |      292 -
 .../ui/wizard/JavaMELibsWizardPanel.java           |      146 -
 .../ui/wizard/NameAndLocationVisualPanel.form      |      244 -
 .../ui/wizard/NameAndLocationVisualPanel.java      |      516 -
 .../ui/wizard/NameAndLocationWizardPanel.java      |      169 -
 .../ui/wizard/NewComponentDescriptor.java          |      321 -
 .../ui/wizard/NewLibraryDescriptor.java            |      301 -
 .../ui/wizard/PaletteCategory.java                 |      163 -
 .../ui/wizard/SelectLibraryVisualPanel.java        |      140 -
 .../ui/wizard/SelectLibraryWizardPanel.java        |      160 -
 .../vmd/componentssupport/ui/wizard/Version.java   |      129 -
 .../template_standalone/build.xml                  |        8 -
 .../template_standalone/manifest.mf                |        4 -
 .../template_standalone/nbproject/build-impl.xml   |       27 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/platform.properties                  |        1 -
 .../nbproject/project.properties                   |        2 -
 .../template_standalone/nbproject/project.xml      |       45 -
 .../template_standalone/src/Bundle.properties      |        4 -
 .../template_standalone/src/layer.xml              |        4 -
 .../template_suitecomponent/build.xml              |        8 -
 .../template_suitecomponent/manifest.mf            |        4 -
 .../nbproject/build-impl.xml                       |       30 -
 .../nbproject/genfiles.properties                  |        8 -
 .../nbproject/project.properties                   |        2 -
 .../template_suitecomponent/nbproject/project.xml  |       45 -
 .../template_suitecomponent/src/Bundle.properties  |        4 -
 .../template_suitecomponent/src/layer.xml          |        4 -
 vmd.flow/build.xml                                 |       50 -
 vmd.flow/manifest.mf                               |        6 -
 vmd.flow/nbproject/project.properties              |       44 -
 vmd.flow/nbproject/project.xml                     |      148 -
 .../modules/vmd/api/flow/FlowEdgePresenter.java    |      235 -
 .../vmd/api/flow/FlowNodeBadgePresenter.java       |      140 -
 .../modules/vmd/api/flow/FlowNodePresenter.java    |      123 -
 .../vmd/api/flow/FlowPinBadgePresenter.java        |      145 -
 .../vmd/api/flow/FlowPinOrderPresenter.java        |       63 -
 .../modules/vmd/api/flow/FlowPinPresenter.java     |      132 -
 .../modules/vmd/api/flow/FlowPresenter.java        |      127 -
 .../modules/vmd/api/flow/FlowScenePresenter.java   |       68 -
 .../netbeans/modules/vmd/api/flow/FlowSupport.java |       67 -
 .../vmd/api/flow/visual/FlowBadgeDescriptor.java   |       73 -
 .../vmd/api/flow/visual/FlowDescriptor.java        |      145 -
 .../vmd/api/flow/visual/FlowEdgeDescriptor.java    |      115 -
 .../vmd/api/flow/visual/FlowNodeDescriptor.java    |       82 -
 .../vmd/api/flow/visual/FlowPinDescriptor.java     |       83 -
 .../modules/vmd/api/flow/visual/FlowScene.java     |     1022 -
 .../flow/visual/OrthogonalCollisionsCollector.java |       88 -
 .../netbeans/modules/vmd/flow/Bundle.properties    |       47 -
 .../modules/vmd/flow/FlowAccessController.java     |      162 -
 .../modules/vmd/flow/FlowDataSerializer.java       |      249 -
 .../netbeans/modules/vmd/flow/FlowEditorView.java  |      160 -
 .../modules/vmd/flow/FlowEditorViewFactory.java    |       65 -
 .../modules/vmd/flow/FlowLookupFactory.java        |       71 -
 .../modules/vmd/flow/FlowViewController.java       |      241 -
 .../modules/vmd/flow/resources/Bundle.properties   |       45 -
 .../modules/vmd/flow/resources/collapse-all.png    |      Bin 433 -> 0 bytes
 .../modules/vmd/flow/resources/expand-all.png      |      Bin 474 -> 0 bytes
 .../netbeans/modules/vmd/flow/resources/layout.png |      Bin 608 -> 0 bytes
 .../modules/vmd/flow/resources/overview.png        |      Bin 633 -> 0 bytes
 .../modules/vmd/flow/resources/paper_grid.png      |      Bin 252 -> 0 bytes
 vmd.game/build.xml                                 |       50 -
 vmd.game/l10n.list                                 |        3 -
 vmd.game/manifest.mf                               |        7 -
 vmd.game/nbproject/project.properties              |       45 -
 vmd.game/nbproject/project.xml                     |      209 -
 .../netbeans/modules/vmd/game/Bundle.properties    |       65 -
 .../modules/vmd/game/GameAccessController.java     |       97 -
 .../modules/vmd/game/GameBuilderLookupFactory.java |       78 -
 .../modules/vmd/game/GameBuilderNavigator.java     |      175 -
 .../netbeans/modules/vmd/game/GameController.java  |     1924 -
 .../netbeans/modules/vmd/game/GameEditorView.java  |      331 -
 .../modules/vmd/game/GameEditorViewFactory.java    |       60 -
 .../game/dialog/AbstractImagePreviewComponent.java |      102 -
 .../game/dialog/AbstractNameValidationDialog.form  |      111 -
 .../game/dialog/AbstractNameValidationDialog.java  |      200 -
 .../modules/vmd/game/dialog/Bundle.properties      |      105 -
 .../vmd/game/dialog/DuplicateTiledLayerDialog.java |       95 -
 .../vmd/game/dialog/FullImageGridPreview.java      |      218 -
 .../vmd/game/dialog/NewAnimatedTileDialog.java     |      103 -
 .../modules/vmd/game/dialog/NewSceneDialog.java    |      100 -
 .../modules/vmd/game/dialog/NewSequenceDialog.java |      105 -
 .../vmd/game/dialog/NewSimpleTiledLayerDialog.java |      101 -
 .../vmd/game/dialog/PartialImageGridPreview.java   |      237 -
 .../vmd/game/dialog/RenameAnimatedTileDialog.java  |       88 -
 .../modules/vmd/game/dialog/RenameSceneDialog.java |       90 -
 .../vmd/game/dialog/RenameSequenceDialog.java      |       91 -
 .../vmd/game/dialog/RenameSpriteDialog.java        |       88 -
 .../vmd/game/dialog/RenameTiledLayerDialog.java    |       88 -
 .../vmd/game/editor/common/Bundle.properties       |       43 -
 .../common/NonEmptyStringTableCellEditor.java      |       81 -
 .../vmd/game/editor/common/TileCellRenderer.java   |      133 -
 .../modules/vmd/game/editor/grid/Bundle.properties |       50 -
 .../vmd/game/editor/grid/ResourceImageEditor.form  |      141 -
 .../vmd/game/editor/grid/ResourceImageEditor.java  |      182 -
 .../vmd/game/editor/grid/ResourceImageList.java    |      174 -
 .../game/editor/grid/ResourceImageListModel.java   |       77 -
 .../editor/scene/BooleanTableCellRenderer.java     |      234 -
 .../vmd/game/editor/scene/Bundle.properties        |       73 -
 .../game/editor/scene/LayerTableCellRenderer.java  |       84 -
 .../modules/vmd/game/editor/scene/SceneEditor.java |       76 -
 .../vmd/game/editor/scene/SceneLayerNavigator.java |      272 -
 .../modules/vmd/game/editor/scene/ScenePanel.java  |     1847 -
 .../vmd/game/editor/scene/ScenePreviewPanel.java   |      138 -
 .../vmd/game/editor/scene/res/invisible.png        |      Bin 820 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/lock.png     |      Bin 728 -> 0 bytes
 .../vmd/game/editor/scene/res/old_invisible.png    |      Bin 962 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/old_lock.png |      Bin 763 -> 0 bytes
 .../vmd/game/editor/scene/res/old_unlock.png       |      Bin 693 -> 0 bytes
 .../vmd/game/editor/scene/res/old_visible.png      |      Bin 1062 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/sprite.png   |      Bin 851 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/tiled.png    |      Bin 641 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/unlock.png   |      Bin 715 -> 0 bytes
 .../modules/vmd/game/editor/scene/res/visible.png  |      Bin 806 -> 0 bytes
 .../vmd/game/editor/sequece/Bundle.properties      |       58 -
 .../editor/sequece/SequenceContainerEditor.java    |      396 -
 .../editor/sequece/SequenceContainerNavigator.java |       99 -
 .../editor/sequece/SequenceDefaultTableEditor.java |      224 -
 .../editor/sequece/SequenceDelayTableEditor.java   |      131 -
 .../game/editor/sequece/SequenceEditingPanel.java  |      916 -
 .../sequece/SequenceEditingPanelListener.java      |       60 -
 .../vmd/game/editor/sequece/resources/empty.gif    |      Bin 55 -> 0 bytes
 .../vmd/game/editor/sequece/resources/pause.gif    |      Bin 1286 -> 0 bytes
 .../vmd/game/editor/sequece/resources/play.png     |      Bin 1318 -> 0 bytes
 .../vmd/game/editor/sequece/resources/playrev.png  |      Bin 1327 -> 0 bytes
 .../game/editor/tiledlayer/AnimatedTileList.java   |      258 -
 .../tiledlayer/AnimatedTileListCellRenderer.java   |       73 -
 .../vmd/game/editor/tiledlayer/Bundle.properties   |      111 -
 .../game/editor/tiledlayer/TiledLayerEditor.form   |      349 -
 .../game/editor/tiledlayer/TiledLayerEditor.java   |      548 -
 .../tiledlayer/TiledLayerEditorComponent.java      |     2112 -
 .../editor/tiledlayer/TiledLayerNavigator.form     |      232 -
 .../editor/tiledlayer/TiledLayerNavigator.java     |      328 -
 .../editor/tiledlayer/TiledLayerPreviewPanel.java  |      173 -
 .../game/editor/tiledlayer/res/connection_mode.png |      Bin 629 -> 0 bytes
 .../game/editor/tiledlayer/res/drawing_mode_16.png |      Bin 636 -> 0 bytes
 .../tiledlayer/res/drawing_mode_mouse_16.png       |      Bin 173 -> 0 bytes
 .../editor/tiledlayer/res/new_animated_tile_16.png |      Bin 770 -> 0 bytes
 .../vmd/game/editor/tiledlayer/res/refresh.png     |      Bin 563 -> 0 bytes
 .../editor/tiledlayer/res/resizable_mode_16.png    |      Bin 215 -> 0 bytes
 .../editor/tiledlayer/res/select_mode_mouse_16.png |      Bin 490 -> 0 bytes
 .../editor/tiledlayer/res/selection_mode_16.png    |      Bin 715 -> 0 bytes
 .../vmd/game/editor/tiledlayer/res/zoom_in.png     |      Bin 672 -> 0 bytes
 .../vmd/game/editor/tiledlayer/res/zoom_out.png    |      Bin 654 -> 0 bytes
 .../vmd/game/integration/GameCodeGenerator.java    |       87 -
 .../vmd/game/integration/GameCodeSupport.java      |      432 -
 .../vmd/game/integration/GameProjectTypeInfo.java  |       79 -
 .../components/GameDocumentSupport.java            |      166 -
 .../components/GamePrimitiveDescriptor.java        |      168 -
 .../vmd/game/integration/components/GameTypes.java |       91 -
 .../vmd/game/integration/res/Bundle.properties     |       43 -
 .../vmd/game/integration/res/emptygame.html        |       48 -
 .../game/integration/res/emptygame_java.template   |       24 -
 .../game/integration/res/emptygame_vmd.template    |        6 -
 .../modules/vmd/game/integration/res/gamer_16.png  |      Bin 691 -> 0 bytes
 .../src/org/netbeans/modules/vmd/game/layer.xml    |       94 -
 .../modules/vmd/game/model/AnimatedTile.java       |      296 -
 .../modules/vmd/game/model/AnimatedTileCD.java     |      110 -
 .../modules/vmd/game/model/Bundle.properties       |       79 -
 .../netbeans/modules/vmd/game/model/CodeUtils.java |      120 -
 .../netbeans/modules/vmd/game/model/Editable.java  |       99 -
 .../modules/vmd/game/model/EditorManager.java      |       54 -
 .../vmd/game/model/EditorManagerListener.java      |       57 -
 .../modules/vmd/game/model/GameRootCD.java         |       74 -
 .../modules/vmd/game/model/GlobalRepository.java   |      545 -
 .../vmd/game/model/GlobalRepositoryListener.java   |       63 -
 .../modules/vmd/game/model/Identifiable.java       |       48 -
 .../modules/vmd/game/model/ImageResource.java      |      523 -
 .../modules/vmd/game/model/ImageResourceCD.java    |       64 -
 .../vmd/game/model/ImageResourceListener.java      |       63 -
 .../modules/vmd/game/model/ImageUtils.java         |      111 -
 .../org/netbeans/modules/vmd/game/model/Layer.java |      235 -
 .../netbeans/modules/vmd/game/model/LayerCD.java   |       89 -
 .../modules/vmd/game/model/LayerDataFlavor.java    |       54 -
 .../netbeans/modules/vmd/game/model/Position.java  |       86 -
 .../modules/vmd/game/model/Previewable.java        |       61 -
 .../org/netbeans/modules/vmd/game/model/Scene.java |      741 -
 .../netbeans/modules/vmd/game/model/SceneCD.java   |      103 -
 .../modules/vmd/game/model/SceneItemCD.java        |       71 -
 .../modules/vmd/game/model/SceneListener.java      |       70 -
 .../vmd/game/model/SceneSelectionListener.java     |       53 -
 .../netbeans/modules/vmd/game/model/Sequence.java  |      380 -
 .../modules/vmd/game/model/SequenceCD.java         |       71 -
 .../modules/vmd/game/model/SequenceContainer.java  |      440 -
 .../game/model/SequenceContainerCDProperties.java  |       71 -
 .../vmd/game/model/SequenceContainerListener.java  |       59 -
 .../modules/vmd/game/model/SequenceListener.java   |       58 -
 .../netbeans/modules/vmd/game/model/Sprite.java    |      233 -
 .../netbeans/modules/vmd/game/model/SpriteCD.java  |      133 -
 .../modules/vmd/game/model/SpriteConstants.java    |       88 -
 .../modules/vmd/game/model/StaticTile.java         |       76 -
 .../org/netbeans/modules/vmd/game/model/Tile.java  |      102 -
 .../modules/vmd/game/model/TileDataFlavor.java     |       54 -
 .../modules/vmd/game/model/TileTransferable.java   |       87 -
 .../modules/vmd/game/model/TiledLayer.java         |      567 -
 .../modules/vmd/game/model/TiledLayerCD.java       |       89 -
 .../modules/vmd/game/model/TiledLayerListener.java |       65 -
 .../vmd/game/model/adapter/Bundle.properties       |       54 -
 .../adapter/GlobalRepositoryComboBoxModel.java     |       69 -
 .../model/adapter/GlobalRepositoryListAdapter.java |      165 -
 .../adapter/GlobalRepositoryTableAdapter.java      |      112 -
 .../model/adapter/GlobalRepositoryTreeAdapter.java |      273 -
 .../game/model/adapter/SceneLayerTableAdapter.java |      288 -
 .../vmd/game/model/adapter/SceneListAdapter.java   |      126 -
 .../adapter/SequenceContainerTableAdapter.java     |      271 -
 .../modules/vmd/game/model/adapter/res/scene.png   |      Bin 430 -> 0 bytes
 .../modules/vmd/game/model/adapter/res/sprite.png  |      Bin 851 -> 0 bytes
 .../modules/vmd/game/model/adapter/res/tiled.png   |      Bin 641 -> 0 bytes
 .../modules/vmd/game/nbdialog/Bundle.properties    |       87 -
 .../game/nbdialog/SelectImageForLayerDialog.form   |      210 -
 .../game/nbdialog/SelectImageForLayerDialog.java   |      353 -
 .../modules/vmd/game/nbdialog/SpriteDialog.form    |      387 -
 .../modules/vmd/game/nbdialog/SpriteDialog.java    |      871 -
 .../vmd/game/nbdialog/TiledLayerDialog.form        |      391 -
 .../vmd/game/nbdialog/TiledLayerDialog.java        |      841 -
 .../vmd/game/nbdialog/res/platform_tiles.png       |      Bin 4779 -> 0 bytes
 .../vmd/game/nbdialog/res/topview_tiles.png        |      Bin 6570 -> 0 bytes
 .../modules/vmd/game/preview/Bundle.properties     |       47 -
 .../vmd/game/preview/SequenceContainerPreview.form |      100 -
 .../vmd/game/preview/SequenceContainerPreview.java |      155 -
 .../vmd/game/preview/SequencePreviewPanel.form     |      233 -
 .../vmd/game/preview/SequencePreviewPanel.java     |      453 -
 .../game/preview/SequencePreviewPanelSidebar.form  |      167 -
 .../game/preview/SequencePreviewPanelSidebar.java  |      380 -
 .../vmd/game/preview/SequenceTimeSpinner.java      |      129 -
 .../vmd/game/preview/StaticTilePreview.form        |      180 -
 .../vmd/game/preview/StaticTilePreview.java        |      181 -
 .../netbeans/modules/vmd/game/res/new_scene_16.png |      Bin 675 -> 0 bytes
 .../modules/vmd/game/res/new_sprite_16.png         |      Bin 849 -> 0 bytes
 .../modules/vmd/game/res/new_tiled_layer_16.png    |      Bin 678 -> 0 bytes
 .../modules/vmd/game/view/Bundle.properties        |       90 -
 .../modules/vmd/game/view/ColorConstants.java      |       61 -
 .../modules/vmd/game/view/GameDesignNavigator.java |      146 -
 .../vmd/game/view/GameDesignOverViewPanel.java     |      375 -
 .../vmd/game/view/GameDesignPreviewComponent.form  |       84 -
 .../vmd/game/view/GameDesignPreviewComponent.java  |      168 -
 .../vmd/game/view/GameDesignTableCellRenderer.java |       91 -
 .../vmd/game/view/GameDesignTreeNodeRenderer.java  |      140 -
 .../vmd/game/view/ImagePreviewComponent.java       |      105 -
 .../modules/vmd/game/view/main/LayerList.java      |       60 -
 .../modules/vmd/game/view/main/MainView.java       |      264 -
 .../netbeans/modules/vmd/game/view/main/View.form  |       23 -
 .../netbeans/modules/vmd/game/view/main/View.java  |       95 -
 .../modules/vmd/game/view/main/res/color_tiles.png |      Bin 185 -> 0 bytes
 vmd.inspector/build.xml                            |       50 -
 vmd.inspector/manifest.mf                          |        7 -
 vmd.inspector/nbproject/project.properties         |       44 -
 vmd.inspector/nbproject/project.xml                |      179 -
 .../modules/vmd/api/inspector/InspectorFolder.java |      126 -
 .../InspectorFolderCategoryPresenter.java          |      198 -
 .../InspectorFolderComponentPresenter.java         |      100 -
 .../vmd/api/inspector/InspectorFolderPath.java     |      133 -
 .../api/inspector/InspectorFolderPresenter.java    |       68 -
 .../api/inspector/InspectorOrderingController.java |       91 -
 .../api/inspector/InspectorOrderingPresenter.java  |       77 -
 .../api/inspector/InspectorPositionController.java |       74 -
 .../api/inspector/InspectorPositionPresenter.java  |       75 -
 .../vmd/api/inspector/InspectorRegistry.java       |      141 -
 .../api/inspector/InspectorUIManagerSupport.java   |       92 -
 .../common/ArrayPropertyOrderingController.java    |      141 -
 .../vmd/api/inspector/common/Bundle.properties     |       47 -
 .../common/DefaultOrderingController.java          |      130 -
 .../common/DesignComponentInspectorFolder.java     |      208 -
 .../common/FolderPositionControllerFactory.java    |      121 -
 .../common/OrderingControllerByTypeID.java         |      137 -
 .../vmd/api/inspector/common/RenameAction.java     |      155 -
 .../modules/vmd/inspector/Bundle.properties        |       49 -
 .../modules/vmd/inspector/DebugInspector.java      |      118 -
 .../modules/vmd/inspector/FolderRegistry.java      |      140 -
 .../vmd/inspector/GlobalFolderRegistry.java        |      214 -
 .../vmd/inspector/InspectorBeanTreeView.java       |      118 -
 .../modules/vmd/inspector/InspectorChildren.java   |       86 -
 .../modules/vmd/inspector/InspectorFolderNode.java |      336 -
 .../vmd/inspector/InspectorFolderWrapper.java      |      312 -
 .../vmd/inspector/InspectorLookupFactory.java      |       96 -
 .../vmd/inspector/InspectorManagerView.java        |      242 -
 .../modules/vmd/inspector/InspectorPanel.java      |      103 -
 .../modules/vmd/inspector/InspectorUI.java         |      175 -
 .../vmd/inspector/InspectorWrapperTree.java        |      618 -
 .../vmd/inspector/resources/Bundle.properties      |       45 -
 .../vmd/inspector/resources/collapse-all.png       |      Bin 396 -> 0 bytes
 .../modules/vmd/inspector/resources/expand-all.png |      Bin 397 -> 0 bytes
 .../modules/vmd/inspector/resources/layer.xml      |       59 -
 vmd.io.javame/build.xml                            |       50 -
 vmd.io.javame/manifest.mf                          |        7 -
 vmd.io.javame/nbproject/project.properties         |       45 -
 vmd.io.javame/nbproject/project.xml                |      288 -
 .../modules/vmd/api/io/javame/DeviceListener.java  |       53 -
 .../io/javame/MidpProjectPropertiesSupport.java    |       86 -
 .../javame/MidpProjectPropertiesSupportImpl.java   |      193 -
 .../modules/vmd/io/javame/Bundle.properties        |       47 -
 .../modules/vmd/io/javame/MEDesignDataLoader.java  |      112 -
 .../modules/vmd/io/javame/MEDesignDataObject.java  |      192 -
 .../vmd/io/javame/MEDesignEditorSupport.java       |      408 -
 .../modules/vmd/io/javame/MEDesignNode.java        |       93 -
 .../modules/vmd/io/javame/MESourceEditorView.java  |      205 -
 .../vmd/io/javame/MESourceEditorViewFactory.java   |       60 -
 .../netbeans/modules/vmd/io/javame/VMDResolver.xml |       52 -
 .../org/netbeans/modules/vmd/io/javame/layer.xml   |       31 -
 .../vmd/io/javame/resources/Bundle.properties      |       48 -
 .../modules/vmd/io/javame/resources/design.gif     |      Bin 351 -> 0 bytes
 .../modules/vmd/io/javame/resources/design32.gif   |      Bin 1378 -> 0 bytes
 vmd.io/build.xml                                   |       50 -
 vmd.io/manifest.mf                                 |        5 -
 vmd.io/nbproject/project.properties                |       44 -
 vmd.io/nbproject/project.xml                       |      224 -
 .../modules/vmd/api/io/ActiveViewSupport.java      |      214 -
 .../netbeans/modules/vmd/api/io/Bundle.properties  |       44 -
 .../netbeans/modules/vmd/api/io/CodeGenerator.java |       59 -
 .../modules/vmd/api/io/DataEditorView.java         |       92 -
 .../modules/vmd/api/io/DataEditorViewFactory.java  |       53 -
 .../vmd/api/io/DataEditorViewLookupFactory.java    |       76 -
 .../modules/vmd/api/io/DataObjectContext.java      |       77 -
 .../modules/vmd/api/io/DataSerializer.java         |       59 -
 .../vmd/api/io/DesignDocumentAwareness.java        |       55 -
 .../org/netbeans/modules/vmd/api/io/IOUtils.java   |       92 -
 .../org/netbeans/modules/vmd/api/io/PopupUtil.java |      245 -
 .../modules/vmd/api/io/ProjectTypeInfo.java        |       77 -
 .../netbeans/modules/vmd/api/io/ProjectUtils.java  |      196 -
 .../vmd/api/io/providers/DataObjectInterface.java  |       66 -
 .../vmd/api/io/providers/DocumentSerializer.java   |      238 -
 .../modules/vmd/api/io/providers/IOSupport.java    |      285 -
 .../vmd/api/io/serialization/Bundle.properties     |       38 -
 .../vmd/api/io/serialization/ComponentElement.java |       85 -
 .../api/io/serialization/DocumentErrorHandler.java |      126 -
 .../serialization/DocumentErrorHandlerSupport.java |      108 -
 .../DocumentSerializationController.java           |       62 -
 .../vmd/api/io/serialization/PropertyElement.java  |       78 -
 .../org/netbeans/modules/vmd/io/Bundle.properties  |       53 -
 .../org/netbeans/modules/vmd/io/CodeResolver.java  |      226 -
 .../modules/vmd/io/DataObjectContextImpl.java      |      142 -
 .../modules/vmd/io/DocumentInterfaceImpl.java      |       94 -
 .../org/netbeans/modules/vmd/io/DocumentLoad.java  |      424 -
 .../org/netbeans/modules/vmd/io/DocumentSave.java  |      211 -
 .../vmd/io/editor/CodeEditorTopComponent.java      |      100 -
 .../vmd/io/editor/CodeEditorViewDescription.java   |       61 -
 .../DataEditorViewLookupFactoryRegistry.java       |       81 -
 .../modules/vmd/io/editor/EditorTopComponent.java  |       99 -
 .../vmd/io/editor/EditorViewDescription.java       |      103 -
 .../modules/vmd/io/editor/EditorViewElement.java   |      192 -
 .../vmd/io/editor/EditorViewFactorySupport.java    |       79 -
 .../modules/vmd/io/resources/Bundle.properties     |       45 -
 .../org/netbeans/modules/vmd/io/resources/vmd.dtd  |      110 -
 vmd.kit/build.xml                                  |        5 -
 vmd.kit/manifest.mf                                |        6 -
 vmd.kit/nbproject/project.xml                      |      150 -
 .../org/netbeans/modules/vmd/kit/Bundle.properties |        4 -
 vmd.midp.converter/build.xml                       |        5 -
 vmd.midp.converter/manifest.mf                     |        7 -
 vmd.midp.converter/nbproject/project.properties    |        2 -
 vmd.midp.converter/nbproject/project.xml           |      230 -
 .../vmd/midp/converter/io/Bundle.properties        |       43 -
 .../vmd/midp/converter/io/MVDDataLoader.java       |      101 -
 .../vmd/midp/converter/io/MVDDataObject.java       |       83 -
 .../vmd/midp/converter/io/MVDEditorSupport.java    |      127 -
 .../modules/vmd/midp/converter/io/MVDNode.java     |       85 -
 .../vmd/midp/converter/resources/Bundle.properties |        2 -
 .../vmd/midp/converter/resources/design.png        |      Bin 463 -> 0 bytes
 .../vmd/midp/converter/resources/design32.png      |      Bin 913 -> 0 bytes
 .../modules/vmd/midp/converter/resources/layer.xml |       36 -
 .../templates/convertervisualmidlet_java.template  |      118 -
 .../templates/convertervisualmidlet_vmd.template   |       25 -
 .../vmd/midp/converter/wizard/Bundle.properties    |       34 -
 .../vmd/midp/converter/wizard/ConvertAction.java   |       95 -
 .../vmd/midp/converter/wizard/ConvertPanel.form    |      179 -
 .../vmd/midp/converter/wizard/ConvertPanel.java    |      298 -
 .../vmd/midp/converter/wizard/Converter.java       |      402 -
 .../midp/converter/wizard/ConverterActions.java    |      103 -
 .../vmd/midp/converter/wizard/ConverterBuilt.java  |      157 -
 .../vmd/midp/converter/wizard/ConverterCode.java   |      383 -
 .../vmd/midp/converter/wizard/ConverterCustom.java |      218 -
 .../converter/wizard/ConverterDisplayables.java    |      246 -
 .../midp/converter/wizard/ConverterElements.java   |       83 -
 .../vmd/midp/converter/wizard/ConverterItem.java   |      139 -
 .../vmd/midp/converter/wizard/ConverterItems.java  |      263 -
 .../midp/converter/wizard/ConverterResources.java  |      147 -
 .../vmd/midp/converter/wizard/ConverterSVG.java    |      174 -
 .../vmd/midp/converter/wizard/ConverterUtil.java   |      354 -
 .../modules/vmd/midp/converter/wizard/XMLUtil.java |      159 -
 vmd.midp/build.xml                                 |       50 -
 vmd.midp/manifest.mf                               |        7 -
 vmd.midp/nbproject/project.properties              |       43 -
 vmd.midp/nbproject/project.xml                     |      451 -
 .../modules/vmd/midp/actions/Bundle.properties     |       56 -
 .../vmd/midp/actions/ExportFlowAsImageAction.java  |      189 -
 .../modules/vmd/midp/actions/GoToSourceAction.java |       98 -
 .../vmd/midp/actions/GoToSourcePresenter.java      |       93 -
 .../vmd/midp/actions/GoToSourceSupport.java        |      131 -
 .../vmd/midp/actions/MidpActionsSupport.java       |      137 -
 .../midp/actions/SecondaryGoToSourcePresenter.java |       89 -
 .../actions/UnusedCommandsAddActionPresenter.java  |      171 -
 .../modules/vmd/midp/analyzer/Bundle.properties    |       59 -
 .../vmd/midp/analyzer/Midp1CompliantAnalyzer.java  |      158 -
 .../vmd/midp/analyzer/ResourcesAnalyzer.java       |      141 -
 .../vmd/midp/analyzer/ResourcesAnalyzerPanel.form  |       69 -
 .../vmd/midp/analyzer/ResourcesAnalyzerPanel.java  |      228 -
 .../CodeClassInitHeaderFooterPresenter.java        |       58 -
 .../codegen/GuardedBlockHandlerFactoryImpl.java    |      166 -
 .../vmd/midp/codegen/InstaceRenameRefactoring.java |      114 -
 .../codegen/InstanceNameRefactoringFactory.java    |       65 -
 .../vmd/midp/codegen/InstanceNameResolver.java     |      158 -
 .../vmd/midp/codegen/InstanceRenamePlugin.java     |      200 -
 .../vmd/midp/codegen/MidpCodeGenerator.java        |       93 -
 .../vmd/midp/codegen/MidpCodePresenterSupport.java |      125 -
 .../modules/vmd/midp/codegen/MidpCodeSupport.java  |      140 -
 .../midp/codegen/MidpDataSetBodyCodePresenter.java |      165 -
 .../midp/codegen/MidpDatabindingCodeSupport.java   |      475 -
 ...MidpDatabindingEventSourceCodeGenPresenter.java |       66 -
 .../modules/vmd/midp/codegen/MidpParameter.java    |       94 -
 .../modules/vmd/midp/codegen/MidpSetter.java       |      178 -
 .../SwitchDisplayableParameterPresenter.java       |       55 -
 .../modules/vmd/midp/codegen/dataset_java.code     |       93 -
 .../vmd/midp/codegen/indexabledataset_java.code    |      146 -
 .../modules/vmd/midp/codegen/ui/Bundle.properties  |       57 -
 .../vmd/midp/codegen/ui/InstanceRenameAction.java  |      461 -
 .../vmd/midp/codegen/ui/RenameCommandAction.java   |       61 -
 .../modules/vmd/midp/codegen/ui/RenamePanel.form   |      157 -
 .../modules/vmd/midp/codegen/ui/RenamePanel.java   |      247 -
 .../vmd/midp/codegen/ui/RenameRefactoringUI.java   |      131 -
 .../modules/vmd/midp/components/Bundle.properties  |       47 -
 .../vmd/midp/components/ListCellRenderer.java      |       79 -
 .../MidpAcceptProducerKindPresenter.java           |       99 -
 .../MidpAcceptTrensferableKindPresenter.java       |      109 -
 .../vmd/midp/components/MidpArraySupport.java      |       64 -
 .../MidpDocumentSerializationController.java       |      161 -
 .../vmd/midp/components/MidpDocumentSupport.java   |      242 -
 .../vmd/midp/components/MidpEnumDescriptor.java    |       91 -
 .../midp/components/MidpPrimitiveDescriptor.java   |      239 -
 .../vmd/midp/components/MidpProjectSupport.java    |      360 -
 .../vmd/midp/components/MidpProjectTypeInfo.java   |       81 -
 .../modules/vmd/midp/components/MidpTypes.java     |      216 -
 .../vmd/midp/components/MidpValueSupport.java      |       81 -
 .../vmd/midp/components/MidpVersionDescriptor.java |      106 -
 .../vmd/midp/components/MidpVersionable.java       |      111 -
 .../midp/components/ProjectResourceResolver.java   |       58 -
 .../midp/components/categories/Bundle.properties   |       48 -
 .../vmd/midp/components/categories/CategoryCD.java |       87 -
 .../components/categories/CategorySupport.java     |       63 -
 .../components/categories/CommandsCategoryCD.java  |       91 -
 .../categories/ControllersCategoryCD.java          |       89 -
 .../categories/DatabindingCategoryCD.java          |       92 -
 .../categories/DisplayablesCategoryCD.java         |      100 -
 .../components/categories/PointsCategoryCD.java    |       92 -
 .../components/categories/ResourcesCategoryCD.java |       92 -
 .../vmd/midp/components/commands/Bundle.properties |       51 -
 .../vmd/midp/components/commands/CommandCD.java    |      208 -
 .../components/commands/ListSelectCommandCD.java   |      110 -
 .../midp/components/databinding/Bundle.properties  |       43 -
 .../components/databinding/ContactsDataSetCD.java  |      112 -
 .../components/databinding/DataSetAbstractCD.java  |      126 -
 .../vmd/midp/components/databinding/DataSetCD.java |       87 -
 .../components/databinding/DataSetConnectorCD.java |      103 -
 .../DatabindingDataSerializationController.java    |       81 -
 .../databinding/IndexableDataAbstractSetCD.java    |       80 -
 .../components/databinding/IndexableDataSetCD.java |       84 -
 .../databinding/IndexableDataSetIndexCD.java       |      117 -
 .../databinding/MidpDatabindingSupport.java        |      196 -
 .../vmd/midp/components/displayables/AlertCD.java  |      215 -
 .../midp/components/displayables/AlertSupport.java |       65 -
 .../midp/components/displayables/Bundle.properties |       78 -
 .../vmd/midp/components/displayables/CanvasCD.java |      139 -
 .../components/displayables/DisplayableAccept.java |      132 -
 .../components/displayables/DisplayableCD.java     |      199 -
 .../components/displayables/DisplayableCode.java   |      136 -
 .../displayables/FormAcceptPresenterSupport.java   |      158 -
 .../vmd/midp/components/displayables/FormCD.java   |      162 -
 .../midp/components/displayables/GameCanvasCD.java |       91 -
 .../vmd/midp/components/displayables/ListCD.java   |      213 -
 .../vmd/midp/components/displayables/ListCode.java |      565 -
 .../vmd/midp/components/displayables/ScreenCD.java |       75 -
 .../midp/components/displayables/TextBoxCD.java    |      148 -
 .../vmd/midp/components/elements/Bundle.properties |       50 -
 .../midp/components/elements/ChoiceElementCD.java  |      159 -
 .../midp/components/elements/ElementSupport.java   |      132 -
 .../vmd/midp/components/general/Bitmask.java       |      183 -
 .../vmd/midp/components/general/Bundle.properties  |       47 -
 .../vmd/midp/components/general/ClassCD.java       |      152 -
 .../vmd/midp/components/general/ClassCode.java     |      222 -
 .../vmd/midp/components/general/ClassSupport.java  |      127 -
 .../vmd/midp/components/general/RootCD.java        |      265 -
 .../vmd/midp/components/general/RootCode.java      |      149 -
 .../vmd/midp/components/handlers/Bundle.properties |       65 -
 .../handlers/CallPointEventHandlerCD.java          |      121 -
 .../midp/components/handlers/EventHandlerCD.java   |      113 -
 .../components/handlers/EventHandlerSupport.java   |      121 -
 .../handlers/ExitMidletEventHandlerCD.java         |      117 -
 .../components/handlers/ListEventHandlerCD.java    |      117 -
 .../handlers/MenuScreenEventHandlerCD.java         |      105 -
 .../handlers/MethodPointEventHandlerCD.java        |      130 -
 .../handlers/PreviousScreenEventHandlerCD.java     |      114 -
 .../handlers/SwitchDisplayableEventHandlerCD.java  |      169 -
 .../vmd/midp/components/items/Bundle.properties    |      119 -
 .../vmd/midp/components/items/ChoiceGroupCD.java   |      185 -
 .../vmd/midp/components/items/ChoiceGroupCode.java |      413 -
 .../vmd/midp/components/items/ChoiceSupport.java   |      103 -
 .../vmd/midp/components/items/Constraints.java     |       86 -
 .../vmd/midp/components/items/CustomItemCD.java    |       90 -
 .../items/DatabindingItemAcceptPresenter.java      |      111 -
 .../vmd/midp/components/items/DateFieldCD.java     |      238 -
 .../modules/vmd/midp/components/items/GaugeCD.java |      272 -
 .../vmd/midp/components/items/ImageItemCD.java     |      165 -
 .../modules/vmd/midp/components/items/ItemCD.java  |      300 -
 .../vmd/midp/components/items/ItemCode.java        |      257 -
 .../vmd/midp/components/items/ItemLayouts.java     |       86 -
 .../items/MidpSetterItemCommandListener.java       |      174 -
 .../vmd/midp/components/items/SpacerCD.java        |      164 -
 .../vmd/midp/components/items/StringItemCD.java    |      146 -
 .../vmd/midp/components/items/TextFieldCD.java     |      224 -
 .../components/listeners/CommandListenerCD.java    |       88 -
 .../midp/components/listeners/EventListenerCD.java |       79 -
 .../components/listeners/EventListenerCode.java    |      425 -
 .../listeners/ItemCommandListenerCD.java           |       88 -
 .../components/listeners/ItemStateListenerCD.java  |      195 -
 .../vmd/midp/components/points/Bundle.properties   |       60 -
 .../vmd/midp/components/points/CallPointCD.java    |      128 -
 .../vmd/midp/components/points/DisplayCD.java      |      163 -
 .../vmd/midp/components/points/EntryPointCD.java   |      128 -
 .../vmd/midp/components/points/IfPointCD.java      |      164 -
 .../vmd/midp/components/points/MethodPointCD.java  |      129 -
 .../vmd/midp/components/points/MobileDeviceCD.java |      147 -
 .../vmd/midp/components/points/PointCD.java        |       83 -
 .../vmd/midp/components/points/PointSupport.java   |      139 -
 .../vmd/midp/components/points/SwitchPointCD.java  |      204 -
 .../midp/components/resources/Bundle.properties    |       62 -
 .../vmd/midp/components/resources/FontCD.java      |      422 -
 .../vmd/midp/components/resources/ImageCD.java     |      146 -
 .../resources/ImageFileAcceptPresenter.java        |       82 -
 .../vmd/midp/components/resources/ResourceCD.java  |      107 -
 .../components/resources/ResourcesSupport.java     |      124 -
 .../vmd/midp/components/resources/TickerCD.java    |      108 -
 .../vmd/midp/components/sources/Bundle.properties  |       82 -
 .../components/sources/CommandEventSourceCD.java   |      219 -
 .../sources/EntryStartEventSourceCD.java           |      112 -
 .../vmd/midp/components/sources/EventSourceCD.java |      159 -
 .../components/sources/EventSourceSupport.java     |      174 -
 .../components/sources/IfFalseEventSourceCD.java   |      108 -
 .../components/sources/IfTrueEventSourceCD.java    |      108 -
 .../sources/ItemCommandEventSourceCD.java          |      197 -
 .../sources/ListElementEventSourceCD.java          |      202 -
 .../sources/ListSelectCommandEventSourceCD.java    |      132 -
 .../sources/MobileDeviceResumeEventSourceCD.java   |      151 -
 .../sources/MobileDeviceStartEventSourceCD.java    |      146 -
 .../sources/SwitchCaseEventSourceCD.java           |      178 -
 .../modules/vmd/midp/flow/Bundle.properties        |       51 -
 .../midp/flow/FlowAlertViaPinOrderPresenter.java   |       39 -
 .../FlowDisplayableCommandPinOrderPresenter.java   |       91 -
 .../midp/flow/FlowEventHandlerEdgePresenter.java   |      262 -
 .../flow/FlowEventHandlerPinBadgePresenter.java    |      128 -
 .../flow/FlowEventSourcePinBadgePresenter.java     |      116 -
 .../vmd/midp/flow/FlowEventSourcePinPresenter.java |      214 -
 .../modules/vmd/midp/flow/FlowIDSupport.java       |       90 -
 .../midp/flow/FlowIfPointPinOrderPresenter.java    |       94 -
 .../vmd/midp/flow/FlowInfoNodePresenter.java       |      200 -
 .../flow/FlowItemCommandPinOrderPresenter.java     |      100 -
 .../flow/FlowListElementPinOrderPresenter.java     |       91 -
 .../flow/FlowMobileDevicePinOrderPresenter.java    |       94 -
 ...SwitchDisplayableEventHandlerEdgePresenter.java |       77 -
 ...isplayableEventHandlerForwardEdgePresenter.java |      129 -
 ...wSwitchDisplayableEventHandlerPinPresenter.java |      144 -
 .../flow/FlowSwitchPointPinOrderPresenter.java     |       91 -
 .../AbstractEventHandlerCreatorPresenter.java      |       55 -
 .../vmd/midp/general/AcceptContextResolver.java    |       67 -
 .../vmd/midp/general/AcceptTypePresenter.java      |       85 -
 .../vmd/midp/general/FileAcceptPresenter.java      |      176 -
 .../midp/general/MidpAcceptContextResolver.java    |       70 -
 .../vmd/midp/inspector/controllers/CategoryPC.java |       65 -
 .../inspector/controllers/ChildrenByTypePC.java    |       86 -
 .../ComponentsCategoryByReferencesPC.java          |       86 -
 .../controllers/ComponentsCategoryPC.java          |       86 -
 .../midp/inspector/controllers/DisplayablePC.java  |       63 -
 .../vmd/midp/inspector/controllers/GaugePC.java    |       73 -
 .../InspectorPositionControllerSupport.java        |       85 -
 .../ListElementEventSourceCategoryPC.java          |       83 -
 .../vmd/midp/inspector/controllers/PointPC.java    |       70 -
 .../vmd/midp/inspector/controllers/ResourcePC.java |       63 -
 .../vmd/midp/inspector/controllers/RootPC.java     |       62 -
 .../vmd/midp/inspector/folders/Bundle.properties   |       43 -
 .../vmd/midp/inspector/folders/CategoryFolder.java |       78 -
 .../inspector/folders/MidpInspectorSupport.java    |      141 -
 .../modules/vmd/midp/java/MidpJavaSupport.java     |      312 -
 .../modules/vmd/midp/java/MidpValidator.java       |       93 -
 .../modules/vmd/midp/java/MidpValidatorWarmUp.java |       54 -
 .../modules/vmd/midp/palette/Bundle.properties     |       51 -
 .../vmd/midp/palette/MidpPaletteManagerAction.java |       83 -
 .../vmd/midp/palette/MidpPaletteProvider.java      |      123 -
 .../palette/wizard/AddToPaletteVisualPanel1.form   |       77 -
 .../palette/wizard/AddToPaletteVisualPanel1.java   |      242 -
 .../palette/wizard/AddToPaletteVisualPanel2.form   |      142 -
 .../palette/wizard/AddToPaletteVisualPanel2.java   |      223 -
 .../palette/wizard/AddToPaletteWizardAction.java   |      154 -
 .../palette/wizard/AddToPaletteWizardPanel1.java   |      124 -
 .../palette/wizard/AddToPaletteWizardPanel2.java   |      140 -
 .../vmd/midp/palette/wizard/Bundle.properties      |       74 -
 .../midp/palette/wizard/ComponentInstaller.java    |      351 -
 .../modules/vmd/midp/producers/Bundle.properties   |      121 -
 .../vmd/midp/producers/ChoiceElementProducer.java  |       73 -
 .../vmd/midp/producers/CommandProducer.java        |      107 -
 .../midp/producers/DataSetAbstractProducer.java    |      156 -
 .../vmd/midp/producers/EntryPointProducer.java     |       75 -
 .../vmd/midp/producers/IfPointProducer.java        |       81 -
 .../producers/ListElementEventSourceProducer.java  |       73 -
 .../modules/vmd/midp/producers/ListProducer.java   |       82 -
 .../vmd/midp/producers/MidpComponentProducer.java  |      159 -
 .../midp/propertyeditors/BooleanInplaceEditor.java |      148 -
 .../modules/vmd/midp/propertyeditors/Bundle.java   |       76 -
 .../vmd/midp/propertyeditors/Bundle.properties     |      455 -
 .../modules/vmd/midp/propertyeditors/CleanUp.java  |       55 -
 .../midp/propertyeditors/DatabindingElement.java   |      136 -
 .../midp/propertyeditors/DatabindingElementUI.form |      565 -
 .../midp/propertyeditors/DatabindingElementUI.java |      942 -
 .../vmd/midp/propertyeditors/GoToSourceCPE.form    |       79 -
 .../vmd/midp/propertyeditors/GoToSourceCPE.java    |      126 -
 .../propertyeditors/MidpPropertiesCategories.java  |       64 -
 .../propertyeditors/MidpPropertyEditorSupport.java |       72 -
 .../PropertyEditorAlertIndicator.java              |      345 -
 .../PropertyEditorArrayInteger.java                |      179 -
 .../propertyeditors/PropertyEditorBooleanUC.java   |      355 -
 .../PropertyEditorColorChooser.java                |      388 -
 .../propertyeditors/PropertyEditorComboBox.java    |      327 -
 .../PropertyEditorComboBoxNoUserCode.java          |      210 -
 .../propertyeditors/PropertyEditorConstraints.java |      463 -
 .../PropertyEditorDefaultCommand.java              |      444 -
 .../PropertyEditorGaugeMaxValue.java               |      322 -
 .../propertyeditors/PropertyEditorGoToSource.java  |      117 -
 .../midp/propertyeditors/PropertyEditorImage.java  |      196 -
 .../propertyeditors/PropertyEditorInputMode.java   |      308 -
 .../PropertyEditorInstanceName.java                |      270 -
 .../propertyeditors/PropertyEditorJavaString.java  |      296 -
 .../midp/propertyeditors/PropertyEditorLayout.java |      656 -
 .../PropertyEditorListSelectCommand.java           |      392 -
 .../midp/propertyeditors/PropertyEditorNumber.java |      654 -
 .../PropertyEditorPreferredSize.java               |      397 -
 .../midp/propertyeditors/PropertyEditorString.java |      597 -
 .../propertyeditors/PropertyEditorTimeout.java     |      331 -
 .../propertyeditors/PropertyEditorVersion.java     |      189 -
 .../propertyeditors/api/resource/Bundle.properties |       29 -
 .../api/resource/PropertyEditorResource.java       |      617 -
 .../resource/PropertyEditorResourceLazyInit.java   |      580 -
 .../api/resource/ResourceEditorPanel.java          |      485 -
 .../api/resource/UserCodeAwareness.java            |       55 -
 .../api/resource/UserCodeCardPanel.form            |       74 -
 .../api/resource/UserCodeCardPanel.java            |      122 -
 .../element/PropertyEditorResourceElement.java     |      230 -
 .../PropertyEditorResourceElementEvent.java        |       73 -
 .../PropertyEditorResourceElementListener.java     |       51 -
 .../propertyeditors/api/usercode/Bundle.properties |       50 -
 .../propertyeditors/api/usercode/CodeUtils.java    |      104 -
 .../api/usercode/PropertyEditorElement.java        |      110 -
 .../usercode/PropertyEditorMessageAwareness.java   |       69 -
 .../api/usercode/PropertyEditorUserCode.java       |      609 -
 .../midp/propertyeditors/date/Bundle.properties    |       53 -
 .../propertyeditors/date/PropertyEditorDate.java   |      403 -
 .../element/PropertyEditorElementFactory.java      |       55 -
 .../element/PropertyEditorEventHandlerElement.java |       70 -
 .../propertyeditors/eventhandler/Bundle.properties |       71 -
 .../propertyeditors/eventhandler/CallElement.form  |       50 -
 .../propertyeditors/eventhandler/CallElement.java  |      249 -
 .../eventhandler/ExitMidletElement.java            |      151 -
 .../GoToPreviousDisplayableElement.java            |      142 -
 .../eventhandler/ListActionElement.java            |      137 -
 .../eventhandler/PropertyEditorEventHandler.java   |      374 -
 .../eventhandler/SwitchToDisplayableElement.form   |      110 -
 .../eventhandler/SwitchToDisplayableElement.java   |      285 -
 .../resource/elements/Bundle.properties            |       85 -
 .../resource/elements/FontEditorElement.form       |      612 -
 .../resource/elements/FontEditorElement.java       |      802 -
 .../resource/elements/ImageEditorElement.form      |      256 -
 .../resource/elements/ImageEditorElement.java      |      699 -
 .../resource/elements/TickerEditorElement.form     |       67 -
 .../resource/elements/TickerEditorElement.java     |      218 -
 .../propertyeditors/timezone/Bundle.properties     |       46 -
 .../timezone/PropertyEditorTimeZone.java           |      184 -
 .../timezone/TimeZoneComboboxModel.java            |       83 -
 .../modules/vmd/midp/resources/Bundle.properties   |       49 -
 .../org/netbeans/modules/vmd/midp/resources/cd.dtd |       66 -
 .../vmd/midp/resources/components/alert_16.png     |      Bin 604 -> 0 bytes
 .../vmd/midp/resources/components/alert_32.png     |      Bin 1410 -> 0 bytes
 .../midp/resources/components/call_point_16.png    |      Bin 506 -> 0 bytes
 .../midp/resources/components/call_point_32.png    |      Bin 909 -> 0 bytes
 .../vmd/midp/resources/components/canvas_16.png    |      Bin 738 -> 0 bytes
 .../vmd/midp/resources/components/canvas_32.png    |      Bin 1719 -> 0 bytes
 .../resources/components/category_commands_16.png  |      Bin 754 -> 0 bytes
 .../resources/components/category_custom_16.png    |      Bin 838 -> 0 bytes
 .../components/category_databinding_16.png         |      Bin 656 -> 0 bytes
 .../components/category_displayables_16.png        |      Bin 650 -> 0 bytes
 .../resources/components/category_elements_16.png  |      Bin 690 -> 0 bytes
 .../midp/resources/components/category_flow_16.png |      Bin 656 -> 0 bytes
 .../resources/components/category_items_16.png     |      Bin 690 -> 0 bytes
 .../resources/components/category_points_16.png    |      Bin 656 -> 0 bytes
 .../resources/components/category_resources_16.png |      Bin 656 -> 0 bytes
 .../vmd/midp/resources/components/command_16.png   |      Bin 522 -> 0 bytes
 .../vmd/midp/resources/components/command_32.png   |      Bin 950 -> 0 bytes
 .../resources/components/custom_component_16.png   |      Bin 748 -> 0 bytes
 .../resources/components/custom_component_32.png   |      Bin 1704 -> 0 bytes
 .../vmd/midp/resources/components/dataset_16.png   |      Bin 835 -> 0 bytes
 .../vmd/midp/resources/components/dataset_32.png   |      Bin 964 -> 0 bytes
 .../midp/resources/components/displayable_16.png   |      Bin 442 -> 0 bytes
 .../midp/resources/components/displayable_32.png   |      Bin 760 -> 0 bytes
 .../vmd/midp/resources/components/element_16.png   |      Bin 529 -> 0 bytes
 .../vmd/midp/resources/components/element_32.png   |      Bin 980 -> 0 bytes
 .../midp/resources/components/entry_point_16.png   |      Bin 470 -> 0 bytes
 .../midp/resources/components/entry_point_32.png   |      Bin 867 -> 0 bytes
 .../vmd/midp/resources/components/form_16.png      |      Bin 438 -> 0 bytes
 .../vmd/midp/resources/components/form_32.png      |      Bin 733 -> 0 bytes
 .../vmd/midp/resources/components/if_16.png        |      Bin 662 -> 0 bytes
 .../vmd/midp/resources/components/if_32.png        |      Bin 1550 -> 0 bytes
 .../vmd/midp/resources/components/item_16.png      |      Bin 529 -> 0 bytes
 .../vmd/midp/resources/components/item_32.png      |      Bin 980 -> 0 bytes
 .../vmd/midp/resources/components/list_16.png      |      Bin 476 -> 0 bytes
 .../vmd/midp/resources/components/list_32.png      |      Bin 904 -> 0 bytes
 .../midp/resources/components/list_action_16.png   |      Bin 476 -> 0 bytes
 .../midp/resources/components/list_action_32.png   |      Bin 904 -> 0 bytes
 .../midp/resources/components/menu_screen_16.png   |      Bin 742 -> 0 bytes
 .../midp/resources/components/menu_screen_32.png   |      Bin 1369 -> 0 bytes
 .../midp/resources/components/method_point_16.png  |      Bin 470 -> 0 bytes
 .../midp/resources/components/method_point_32.png  |      Bin 867 -> 0 bytes
 .../midp/resources/components/mobile_device_16.png |      Bin 525 -> 0 bytes
 .../midp/resources/components/mobile_device_32.png |      Bin 1017 -> 0 bytes
 .../resources/components/previous_screen_16.png    |      Bin 644 -> 0 bytes
 .../resources/components/previous_screen_32.png    |      Bin 1074 -> 0 bytes
 .../vmd/midp/resources/components/resource_16.png  |      Bin 518 -> 0 bytes
 .../vmd/midp/resources/components/resource_32.png  |      Bin 979 -> 0 bytes
 .../vmd/midp/resources/components/switch_16.png    |      Bin 517 -> 0 bytes
 .../vmd/midp/resources/components/switch_32.png    |      Bin 966 -> 0 bytes
 .../midp/resources/components/switch_case_16.png   |      Bin 517 -> 0 bytes
 .../midp/resources/components/switch_case_32.png   |      Bin 966 -> 0 bytes
 .../vmd/midp/resources/components/textbox_16.png   |      Bin 396 -> 0 bytes
 .../vmd/midp/resources/components/textbox_32.png   |      Bin 611 -> 0 bytes
 .../netbeans/modules/vmd/midp/resources/design.png |      Bin 860 -> 0 bytes
 .../modules/vmd/midp/resources/design32.png        |      Bin 1814 -> 0 bytes
 .../netbeans/modules/vmd/midp/resources/layer.xml  |      264 -
 .../vmd/midp/resources/screen/broken-image.png     |      Bin 758 -> 0 bytes
 .../modules/vmd/midp/resources/screen/checked.png  |      Bin 548 -> 0 bytes
 .../vmd/midp/resources/screen/drop-down.png        |      Bin 451 -> 0 bytes
 .../vmd/midp/resources/screen/radio-checked.png    |      Bin 772 -> 0 bytes
 .../vmd/midp/resources/screen/radio-unchecked.png  |      Bin 660 -> 0 bytes
 .../vmd/midp/resources/screen/unchecked.png        |      Bin 323 -> 0 bytes
 .../resources/templates/emptyvisualdesign.html     |       49 -
 .../templates/emptyvisualdesign_java.template      |       82 -
 .../templates/emptyvisualdesign_vmd.template       |       19 -
 .../resources/templates/emptyvisualmidlet.html     |       48 -
 .../templates/emptyvisualmidlet_java.template      |      129 -
 .../templates/emptyvisualmidlet_vmd.template       |       25 -
 .../templates/hellovisualmidlet_java.template      |      198 -
 .../templates/hellovisualmidlet_vmd.template       |       64 -
 .../modules/vmd/midp/screen/Bundle.properties      |       48 -
 .../screen/CommandEventSourceSRItemPresenter.java  |       83 -
 .../DisplayableResourceCategoriesPresenter.java    |       72 -
 .../screen/FormResourceCategoriesPresenter.java    |       73 -
 .../midp/screen/ItemCommandSRItemPresenter.java    |       89 -
 .../vmd/midp/screen/MidpScreenDeviceInfo.java      |      250 -
 .../vmd/midp/screen/ResourceSRItemPresenter.java   |       81 -
 .../ScreenResourceCategoryDescriptorSupport.java   |       81 -
 .../midp/screen/display/AlertDisplayPresenter.java |      213 -
 .../vmd/midp/screen/display/Bundle.properties      |       59 -
 .../display/ChoiceElementDisplayPresenter.java     |      256 -
 .../display/ChoiceGroupDisplayPresenter.java       |      112 -
 .../screen/display/DateFieldDisplayPresenter.java  |      121 -
 .../screen/display/DisplayableDisplayPanel.form    |       92 -
 .../screen/display/DisplayableDisplayPanel.java    |      157 -
 .../display/DisplayableDisplayPresenter.java       |      151 -
 .../midp/screen/display/FormDisplayPresenter.java  |      111 -
 .../midp/screen/display/GaugeDisplayPresenter.java |      130 -
 .../display/GaugeDisplayPresenterElement.java      |      141 -
 .../screen/display/ImageItemDisplayPresenter.java  |      134 -
 .../midp/screen/display/ItemDisplayPresenter.java  |      208 -
 .../midp/screen/display/ListDisplayPresenter.java  |       97 -
 .../ListElementEventSourceDisplayPresenter.java    |      236 -
 .../screen/display/ScreenFileObjectListener.java   |      155 -
 .../display/ScreenMoveArrayAcceptPresenter.java    |      132 -
 .../display/ScreenMoveArrayAcceptSuggestion.java   |       72 -
 .../vmd/midp/screen/display/ScreenSupport.java     |      333 -
 .../screen/display/SpacerDisplayPresenter.java     |      176 -
 .../screen/display/StringItemDisplayPresenter.java |      142 -
 .../screen/display/TextBoxDisplayPresenter.java    |       95 -
 .../screen/display/TextFieldDisplayPresenter.java  |      106 -
 .../vmd/midp/screen/display/WrappedLabel.java      |      254 -
 .../midp/screen/display/injector/Bundle.properties |       45 -
 .../injector/ImageItemInjectorPresenter.java       |       75 -
 .../injector/ScreenBooleanInjectorPresenter.java   |      108 -
 .../display/injector/TickerInjectorPresenter.java  |       77 -
 .../midp/screen/display/property/Bundle.properties |       43 -
 .../display/property/ResourcePropertyEditor.java   |       81 -
 .../property/ScreenBooleanPropertyEditor.java      |       88 -
 .../property/ScreenChildStringPropertyEditor.java  |      123 -
 .../property/ScreenStringPropertyEditor.java       |      143 -
 .../property/ScreenTextAreaPropertyEditor.java     |      126 -
 .../property/ScreenTextFieldPropertyEditor.java    |      141 -
 .../vmd/midp/screen/display/resources/battery.png  |      Bin 187 -> 0 bytes
 .../vmd/midp/screen/display/resources/signal.png   |      Bin 166 -> 0 bytes
 .../vmd/midp/serialization/Bundle.properties       |       50 -
 .../MidpAddImportPresenterDeserializer.java        |       80 -
 .../MidpAddImportPresenterSerializer.java          |       63 -
 .../serialization/MidpProducerDeserializer.java    |       66 -
 .../MidpPropertyPresenterDeserializer.java         |      136 -
 .../MidpPropertyPresenterSerializer.java           |      107 -
 .../MidpSetterPresenterDeserializer.java           |      111 -
 .../MidpSetterPresenterSerializer.java             |       82 -
 .../vmd/midp/serialization/MidpTypesConvertor.java |       95 -
 .../modules/vmd/midp/serialization/XMLUtils.java   |       77 -
 vmd.midpnb/build.xml                               |        5 -
 vmd.midpnb/manifest.mf                             |        7 -
 vmd.midpnb/nbproject/project.properties            |        1 -
 vmd.midpnb/nbproject/project.xml                   |      259 -
 .../netbeans/modules/vmd/midpnb/Bundle.properties  |       48 -
 .../modules/vmd/midpnb/actions/Bundle.properties   |       43 -
 .../vmd/midpnb/actions/EditSVGFileAction.java      |      142 -
 .../codegen/MidpCustomCodePresenterSupport.java    |      504 -
 .../MidpCustomDocumentSerializationController.java |      119 -
 .../components/MidpCustomPresentersProcessor.java  |       80 -
 .../SVGImageAcceptTrensferableKindPresenter.java   |      130 -
 .../commands/FileBrowserOpenCommandCD.java         |      110 -
 .../commands/LoginScreenLoginCommandCD.java        |      110 -
 .../commands/PIMBrowserOpenCommandCD.java          |      110 -
 .../commands/SMSComposerSendCommandCD.java         |      110 -
 .../commands/SVGMenuSelectCommandCD.java           |      107 -
 .../commands/SVGSplashScreenDismissCommandCD.java  |      110 -
 .../commands/SVGWaitScreenFailureCommandCD.java    |      110 -
 .../commands/SVGWaitScreenSuccessCommandCD.java    |      110 -
 .../commands/SplashScreenDismissCommandCD.java     |      109 -
 .../commands/WaitScreenFailureCommandCD.java       |      110 -
 .../commands/WaitScreenSuccessCommandCD.java       |      110 -
 .../displayables/AbstractInfoScreenCD.java         |      153 -
 .../components/displayables/Bundle.properties      |      105 -
 .../components/displayables/FileBrowserCD.java     |      170 -
 .../components/displayables/LoginScreenCD.java     |      206 -
 .../components/displayables/PIMBrowserCD.java      |      182 -
 .../components/displayables/SMSComposerCD.java     |      208 -
 .../components/displayables/SplashScreenCD.java    |      133 -
 .../components/displayables/WaitScreenCD.java      |      133 -
 .../midpnb/components/handlers/Bundle.properties   |       46 -
 .../components/handlers/SVGMenuEventHandlerCD.java |      113 -
 .../vmd/midpnb/components/items/Bundle.properties  |       56 -
 .../vmd/midpnb/components/items/ItemSupport.java   |      134 -
 .../vmd/midpnb/components/items/TableItemCD.java   |      173 -
 .../midpnb/components/resources/Bundle.properties  |       43 -
 .../components/resources/CancellableTaskCD.java    |      119 -
 .../resources/SimpleCancellableTaskCD.java         |      167 -
 .../components/resources/SimpleTableModelCD.java   |      113 -
 .../midpnb/components/resources/TableModelCD.java  |      119 -
 .../sources/AbstractCommandEventSourceCD.java      |      104 -
 .../midpnb/components/sources/Bundle.properties    |       46 -
 .../FileBrowserOpenCommandEventSourceCD.java       |       81 -
 .../LoginScreenLoginCommandEventSourceCD.java      |       81 -
 .../PIMBrowserOpenCommandEventSourceCD.java        |       81 -
 .../SMSComposerSendCommandEventSourceCD.java       |       81 -
 .../sources/SVGMenuElementEventSourceCD.java       |      158 -
 .../sources/SVGMenuSelectCommandEventSourceCD.java |      125 -
 ...SVGSplashScreenDismissCommandEventSourceCD.java |       81 -
 .../SVGWaitScreenFailureCommandEventSourceCD.java  |       83 -
 .../SVGWaitScreenSuccessCommandEventSourceCD.java  |       85 -
 .../SplashScreenDismissCommandEventSourceCD.java   |       82 -
 .../WaitScreenFailureCommandEventSourceCD.java     |       82 -
 .../WaitScreenSuccessCommandEventSourceCD.java     |       82 -
 .../vmd/midpnb/components/svg/Bundle.properties    |       70 -
 .../components/svg/SVGAnimatorWrapperCD.java       |       83 -
 .../vmd/midpnb/components/svg/SVGImageCD.java      |      187 -
 .../vmd/midpnb/components/svg/SVGMenuCD.java       |      155 -
 .../vmd/midpnb/components/svg/SVGPlayerCD.java     |      178 -
 .../midpnb/components/svg/SVGSplashScreenCD.java   |      132 -
 .../vmd/midpnb/components/svg/SVGWaitScreenCD.java |      130 -
 .../midpnb/components/svg/form/Bundle.properties   |       75 -
 ...spectorSVGComponentFolderCategoryPresenter.java |      167 -
 .../svg/form/InstanceRenameSourceAction.java       |       61 -
 .../svg/form/MidpInspectorSVGComponentSupport.java |       89 -
 .../components/svg/form/MidpSVGActionsSupport.java |       86 -
 .../midpnb/components/svg/form/SVGButtonCD.java    |      126 -
 .../svg/form/SVGButtonEventSourceCD.java           |      115 -
 .../components/svg/form/SVGButtonGroupCD.java      |      138 -
 .../midpnb/components/svg/form/SVGCheckBoxCD.java  |      146 -
 .../svg/form/SVGCheckBoxEventSourceCD.java         |      103 -
 .../midpnb/components/svg/form/SVGCodeFooter.java  |      113 -
 .../midpnb/components/svg/form/SVGComboBoxCD.java  |      122 -
 .../svg/form/SVGComboBoxEventSourceCD.java         |      102 -
 .../midpnb/components/svg/form/SVGComponentCD.java |      154 -
 .../svg/form/SVGComponentEventSourceCD.java        |      246 -
 .../svg/form/SVGComponentInspectorFolder.java      |       66 -
 .../form/SVGComponentInspectorFolderPresenter.java |       86 -
 .../svg/form/SVGComponentSourcePinPresenter.java   |       87 -
 .../components/svg/form/SVGElementSupport.java     |      129 -
 .../form/SVGFlowListElementPinOrderPresenter.java  |       97 -
 .../vmd/midpnb/components/svg/form/SVGFormCD.java  |      339 -
 .../svg/form/SVGFormFileChangePresenter.java       |      189 -
 .../svg/form/SVGFormFileObjectListener.java        |      364 -
 .../midpnb/components/svg/form/SVGFormSupport.java |      180 -
 .../vmd/midpnb/components/svg/form/SVGLabelCD.java |      150 -
 .../components/svg/form/SVGLabelEventSourceCD.java |      102 -
 .../vmd/midpnb/components/svg/form/SVGListCD.java  |      199 -
 .../svg/form/SVGListElementCodeFooter.java         |      137 -
 .../svg/form/SVGListElementEventSourceCD.java      |      212 -
 .../components/svg/form/SVGListModelFooter.java    |      126 -
 .../components/svg/form/SVGRadioButtonCD.java      |      184 -
 .../svg/form/SVGRadioButtonEventSourceCD.java      |      102 -
 .../midpnb/components/svg/form/SVGSliderCD.java    |      157 -
 .../svg/form/SVGSliderEventSourceCD.java           |      102 -
 .../midpnb/components/svg/form/SVGSpinnerCD.java   |      116 -
 .../svg/form/SVGSpinnerEventSourceCD.java          |      102 -
 .../midpnb/components/svg/form/SVGTextFieldCD.java |      158 -
 .../svg/form/SVGTextFieldEventSourceCD.java        |      102 -
 .../parsers/AbstractElementsContentHandler.java    |       97 -
 .../svg/parsers/SVGComponentImageParser.java       |       93 -
 .../components/svg/parsers/SVGFormImageParser.java |      533 -
 .../components/svg/parsers/SVGMenuImageParser.java |      142 -
 .../modules/vmd/midpnb/flow/Bundle.properties      |       44 -
 .../FlowSVGFormElementEventSourcePinPresenter.java |       90 -
 .../FlowSVGMenuElementEventSourcePinPresenter.java |       90 -
 .../flow/FlowSVGMenuElementPinOrderPresenter.java  |       93 -
 .../general/MidpNbAcceptContextResolver.java       |       71 -
 .../vmd/midpnb/general/SVGFileAcceptPresenter.java |      147 -
 .../src/org/netbeans/modules/vmd/midpnb/layer.xml  |      160 -
 .../modules/vmd/midpnb/palette/Bundle.properties   |       43 -
 .../vmd/midpnb/palette/MidpNbPaletteProvider.java  |      104 -
 .../modules/vmd/midpnb/producers/Bundle.properties |       97 -
 .../midpnb/producers/CustomComponentProducer.java  |      178 -
 .../vmd/midpnb/producers/FileBrowserProducer.java  |       90 -
 .../vmd/midpnb/producers/LoginScreenProducer.java  |       96 -
 .../vmd/midpnb/producers/PIMBrowserProducer.java   |       91 -
 .../vmd/midpnb/producers/SMSComposerProducer.java  |       94 -
 .../SVGMenuElementEventSourceProducer.java         |       82 -
 .../vmd/midpnb/producers/SVGMenuProducer.java      |       99 -
 .../midpnb/producers/SVGSplashScreenProducer.java  |       98 -
 .../midpnb/producers/SVGWaitScreenProducer.java    |      119 -
 .../vmd/midpnb/producers/SplashScreenProducer.java |       90 -
 .../vmd/midpnb/producers/WaitScreenProducer.java   |      111 -
 .../vmd/midpnb/propertyeditors/Bundle.properties   |      202 -
 .../MidpNbPropertiesCategories.java                |       60 -
 .../propertyeditors/PropertyEditorButtonGroup.java |      331 -
 .../propertyeditors/PropertyEditorListModel.java   |      364 -
 .../propertyeditors/PropertyEditorPhoneNumber.java |      318 -
 .../PropertyEditorResourceLazyInitFactory.java     |      243 -
 .../propertyeditors/PropertyEditorSVGImage.java    |      227 -
 .../PropertyEditorSVGMenuSelectCommand.java        |      398 -
 .../PropertyEditorSpinnerModel.java                |      182 -
 .../propertyeditors/SVGFormEditorElement.form      |      302 -
 .../propertyeditors/SVGFormEditorElement.java      |     1056 -
 .../propertyeditors/SVGImageEditorElement.form     |      218 -
 .../propertyeditors/SVGImageEditorElement.java     |      676 -
 .../SVGListPropertyCustomEditor.form               |       59 -
 .../SVGListPropertyCustomEditor.java               |      162 -
 .../midpnb/propertyeditors/TaskEditorElement.form  |      110 -
 .../midpnb/propertyeditors/TaskEditorElement.java  |      191 -
 .../midpnb/propertyeditors/table/Bundle.properties |       73 -
 .../table/CustomEditorTableModel.java              |      189 -
 .../table/PropertyEditorTableModel.java            |      204 -
 .../table/TableModelEditorElement.form             |      321 -
 .../table/TableModelEditorElement.java             |      535 -
 .../vmd/midpnb/resources/PIM_browser_16.png        |      Bin 671 -> 0 bytes
 .../vmd/midpnb/resources/PIM_browser_32.png        |      Bin 1207 -> 0 bytes
 .../modules/vmd/midpnb/resources/broken-image.png  |      Bin 758 -> 0 bytes
 .../modules/vmd/midpnb/resources/button_16.png     |      Bin 498 -> 0 bytes
 .../vmd/midpnb/resources/cancellable_task_16.png   |      Bin 616 -> 0 bytes
 .../vmd/midpnb/resources/cancellable_task_32.png   |      Bin 1590 -> 0 bytes
 .../vmd/midpnb/resources/category_svg_16.png       |      Bin 650 -> 0 bytes
 .../vmd/midpnb/resources/file_browser_16.png       |      Bin 665 -> 0 bytes
 .../vmd/midpnb/resources/file_browser_32.png       |      Bin 1359 -> 0 bytes
 .../vmd/midpnb/resources/file_browser_sd.png       |      Bin 2528 -> 0 bytes
 .../vmd/midpnb/resources/login_screen_16.png       |      Bin 661 -> 0 bytes
 .../vmd/midpnb/resources/login_screen_32.png       |      Bin 1465 -> 0 bytes
 .../vmd/midpnb/resources/login_screen_sd.png       |      Bin 2163 -> 0 bytes
 .../modules/vmd/midpnb/resources/resource_16.png   |      Bin 518 -> 0 bytes
 .../modules/vmd/midpnb/resources/resource_32.png   |      Bin 979 -> 0 bytes
 .../vmd/midpnb/resources/sms_composer_16.png       |      Bin 703 -> 0 bytes
 .../vmd/midpnb/resources/sms_composer_32.png       |      Bin 1460 -> 0 bytes
 .../vmd/midpnb/resources/sms_composer_sd.png       |      Bin 2887 -> 0 bytes
 .../vmd/midpnb/resources/splash_screen_16.png      |      Bin 602 -> 0 bytes
 .../vmd/midpnb/resources/splash_screen_32.png      |      Bin 1552 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_form_16.png   |      Bin 681 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_form_32.png   |      Bin 1504 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_menu_16.png   |      Bin 718 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_menu_32.png   |      Bin 1815 -> 0 bytes
 .../vmd/midpnb/resources/svg_menu_action_16.png    |      Bin 718 -> 0 bytes
 .../vmd/midpnb/resources/svg_menu_action_32.png    |      Bin 1815 -> 0 bytes
 .../vmd/midpnb/resources/svg_menu_element_16.png   |      Bin 745 -> 0 bytes
 .../vmd/midpnb/resources/svg_menu_element_32.png   |      Bin 1940 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_player_16.png |      Bin 798 -> 0 bytes
 .../modules/vmd/midpnb/resources/svg_player_32.png |      Bin 1903 -> 0 bytes
 .../vmd/midpnb/resources/svg_resource_16.png       |      Bin 717 -> 0 bytes
 .../vmd/midpnb/resources/svg_resource_32.png       |      Bin 1837 -> 0 bytes
 .../vmd/midpnb/resources/svg_splash_screen_16.png  |      Bin 794 -> 0 bytes
 .../vmd/midpnb/resources/svg_splash_screen_32.png  |      Bin 2304 -> 0 bytes
 .../vmd/midpnb/resources/svg_wait_screen_16.png    |      Bin 767 -> 0 bytes
 .../vmd/midpnb/resources/svg_wait_screen_32.png    |      Bin 2090 -> 0 bytes
 .../modules/vmd/midpnb/resources/table_32.png      |      Bin 859 -> 0 bytes
 .../vmd/midpnb/resources/wait_screen_16.png        |      Bin 616 -> 0 bytes
 .../vmd/midpnb/resources/wait_screen_32.png        |      Bin 1590 -> 0 bytes
 .../display/AbstractInfoDisplayPresenter.java      |      175 -
 .../vmd/midpnb/screen/display/Bundle.properties    |       62 -
 .../display/LoginScreenDisplayPresenter.java       |      273 -
 .../display/SMSComposerDisplayPresenter.java       |      237 -
 .../screen/display/SVGButtonDisplayPresenter.java  |       67 -
 .../display/SVGCheckBoxDisplayPresenter.java       |       67 -
 .../display/SVGComboBoxDisplayPresenter.java       |      102 -
 .../display/SVGComponentDisplayPresenter.java      |      248 -
 .../midpnb/screen/display/SVGImageComponent.java   |      150 -
 .../screen/display/SVGLabelDisplayPresenter.java   |       94 -
 .../midpnb/screen/display/SVGListCellRenderer.java |      160 -
 .../screen/display/SVGListDisplayPresenter.java    |      146 -
 .../screen/display/SVGPlayerDisplayPresenter.java  |      205 -
 .../display/SVGRadioButtonDisplayPresenter.java    |       66 -
 .../screen/display/SVGSliderDisplayPresenter.java  |       50 -
 .../screen/display/SVGSpinnerDisplayPresenter.java |      100 -
 .../display/SVGTextFieldDisplayPresenter.java      |       63 -
 .../screen/display/TableItemDisplayPresenter.java  |      444 -
 .../vmd/midpnb/screen/display/TextRenderer.java    |      143 -
 .../UpdatableSVGComponentDisplayPresenter.java     |      130 -
 vmd.model/build.xml                                |       50 -
 vmd.model/manifest.mf                              |        6 -
 vmd.model/nbproject/project.properties             |       45 -
 vmd.model/nbproject/project.xml                    |      141 -
 .../modules/vmd/api/model/AccessController.java    |       97 -
 .../vmd/api/model/AccessControllerFactory.java     |       62 -
 .../api/model/AccessControllerFactoryRegistry.java |       69 -
 .../modules/vmd/api/model/ComponentDescriptor.java |      181 -
 .../modules/vmd/api/model/ComponentProducer.java   |      206 -
 .../api/model/ComponentSerializationSupport.java   |      256 -
 .../org/netbeans/modules/vmd/api/model/Debug.java  |      273 -
 .../modules/vmd/api/model/DescriptorRegistry.java  |      294 -
 .../vmd/api/model/DescriptorRegistryListener.java  |       53 -
 .../modules/vmd/api/model/DesignComponent.java     |      367 -
 .../modules/vmd/api/model/DesignDocument.java      |      415 -
 .../modules/vmd/api/model/DesignEvent.java         |      204 -
 .../modules/vmd/api/model/DesignEventFilter.java   |      440 -
 .../modules/vmd/api/model/DesignListener.java      |       59 -
 .../modules/vmd/api/model/DocumentInterface.java   |       83 -
 .../modules/vmd/api/model/DynamicPresenter.java    |      242 -
 .../modules/vmd/api/model/EnumDescriptor.java      |       64 -
 .../vmd/api/model/EnumDescriptorFactory.java       |       69 -
 .../api/model/EnumDescriptorFactoryRegistry.java   |       71 -
 .../vmd/api/model/GlobalDescriptorRegistry.java    |      517 -
 .../modules/vmd/api/model/ListenerManager.java     |      418 -
 .../modules/vmd/api/model/PaletteDescriptor.java   |      147 -
 .../vmd/api/model/PostInitializeProcessor.java     |       75 -
 .../netbeans/modules/vmd/api/model/Presenter.java  |       96 -
 .../vmd/api/model/PresenterDeserializer.java       |       97 -
 .../modules/vmd/api/model/PresenterEvent.java      |       62 -
 .../vmd/api/model/PresenterEventManager.java       |      210 -
 .../modules/vmd/api/model/PresenterListener.java   |       60 -
 .../modules/vmd/api/model/PresenterSerializer.java |       67 -
 .../modules/vmd/api/model/PresentersProcessor.java |       76 -
 .../modules/vmd/api/model/PrimitiveDescriptor.java |       77 -
 .../vmd/api/model/PrimitiveDescriptorFactory.java  |       69 -
 .../model/PrimitiveDescriptorFactoryRegistry.java  |       72 -
 .../vmd/api/model/ProducerDeserializer.java        |       79 -
 .../modules/vmd/api/model/PropertiesProcessor.java |       75 -
 .../modules/vmd/api/model/PropertyDescriptor.java  |      214 -
 .../modules/vmd/api/model/PropertyValue.java       |      485 -
 .../vmd/api/model/PropertyValueSupport.java        |      107 -
 .../modules/vmd/api/model/TransactionManager.java  |      406 -
 .../modules/vmd/api/model/TypeDescriptor.java      |      107 -
 .../org/netbeans/modules/vmd/api/model/TypeID.java |      253 -
 .../modules/vmd/api/model/VersionDescriptor.java   |       94 -
 .../modules/vmd/api/model/Versionable.java         |       86 -
 .../vmd/api/model/common/AcceptPresenter.java      |       84 -
 .../vmd/api/model/common/AcceptSuggestion.java     |       55 -
 .../vmd/api/model/common/AcceptSupport.java        |      132 -
 .../api/model/common/ActiveDocumentSupport.java    |      225 -
 .../modules/vmd/api/model/common/Bundle.properties |       43 -
 .../vmd/api/model/common/DefaultDataFlavor.java    |       76 -
 .../api/model/common/DefaultVersionDescriptor.java |      156 -
 .../common/DesignComponentDataFlavorSupport.java   |       78 -
 .../vmd/api/model/common/DocumentSupport.java      |      262 -
 .../api/model/common/OrderAcceptSuggestion.java    |       80 -
 .../vmd/api/model/common/ValidatorPresenter.java   |      206 -
 .../modules/vmd/api/model/common/package.html      |       46 -
 .../netbeans/modules/vmd/api/model/package.html    |       55 -
 .../model/presenters/IdentifiablePresenter.java    |       53 -
 .../vmd/api/model/presenters/InfoPresenter.java    |      324 -
 .../api/model/presenters/OrderablePresenter.java   |       53 -
 .../model/presenters/actions/ActionContext.java    |       69 -
 .../model/presenters/actions/ActionsPresenter.java |       86 -
 .../model/presenters/actions/ActionsSupport.java   |      227 -
 .../api/model/presenters/actions/AddAction.java    |      168 -
 .../model/presenters/actions/AddActionItem.java    |      135 -
 .../presenters/actions/AddActionPresenter.java     |      126 -
 .../api/model/presenters/actions/Bundle.properties |       70 -
 .../presenters/actions/ConfirmDeletionPanel.form   |      124 -
 .../presenters/actions/ConfirmDeletionPanel.java   |      203 -
 .../model/presenters/actions/DeletableState.java   |       66 -
 .../api/model/presenters/actions/DeleteAction.java |      103 -
 .../actions/DeleteDependencyPresenter.java         |      112 -
 .../model/presenters/actions/DeletePresenter.java  |      194 -
 .../model/presenters/actions/DeleteSupport.java    |      172 -
 .../api/model/presenters/actions/MoveAction.java   |      174 -
 .../vmd/api/model/support/ArraySupport.java        |       93 -
 .../vmd/model/PresenterDeserializerSupport.java    |       69 -
 .../modules/vmd/model/XMLComponentDescriptor.java  |      237 -
 .../modules/vmd/model/XMLComponentProducer.java    |      159 -
 .../model/actions/ActionsPresenterForwarder.java   |      155 -
 .../modules/vmd/model/resources/Bundle.properties  |       45 -
 .../netbeans/modules/vmd/model/resources/cd.dtd    |       95 -
 .../netbeans/modules/vmd/model/resources/cp.dtd    |       66 -
 .../vmd/api/model/AccessControllerTest.java        |      128 -
 .../vmd/api/model/DescriptorRegistryTest.java      |      106 -
 .../modules/vmd/api/model/DesignComponentTest.java |      277 -
 .../modules/vmd/api/model/DesignDocumentTest.java  |      217 -
 .../modules/vmd/api/model/DesignEventTest.java     |      422 -
 .../modules/vmd/api/model/DestructiveTest.java     |      185 -
 .../api/model/GlobalDescriptorRegistryTest.java    |      103 -
 .../modules/vmd/api/model/ListenerManagerTest.java |      181 -
 .../vmd/api/model/PaletteDescriptorTest.java       |       93 -
 .../modules/vmd/api/model/PresenterTest.java       |      149 -
 .../vmd/api/model/PropertyDescriptorTest.java      |      137 -
 .../vmd/api/model/PropertyValueArrayTest.java      |      103 -
 .../modules/vmd/api/model/PropertyValueTest.java   |      382 -
 .../modules/vmd/api/model/TypeDescriptorTest.java  |      154 -
 .../netbeans/modules/vmd/api/model/TypeIDTest.java |      239 -
 .../vmd/api/model/common/PaletteSupport.java       |       57 -
 .../model/common/PrimitiveDescriptorSupport.java   |      146 -
 .../vmd/api/model/common/TestAccessController.java |      129 -
 .../model/common/TestEnumDescriptorFactory.java    |      100 -
 .../modules/vmd/api/model/common/TypesSupport.java |      129 -
 .../vmd/api/model/descriptors/CantDeriveCD.java    |       90 -
 .../api/model/descriptors/CantInstantiateCD.java   |       90 -
 .../modules/vmd/api/model/descriptors/FirstCD.java |      123 -
 .../vmd/api/model/descriptors/SecondCD.java        |      100 -
 .../api/model/descriptors/SuperCantDeriveCD.java   |       89 -
 .../vmd/api/model/descriptors/SuperFirstCD.java    |       90 -
 .../api/model/listeners/TestDesignListener.java    |       81 -
 .../api/model/listeners/TestPresenterListener.java |       74 -
 .../vmd/api/model/presenters/TestPresenter.java    |       88 -
 .../vmd/api/model/presenters/TestPresenter1.java   |       71 -
 .../vmd/api/model/presenters/TestPresenter2.java   |       64 -
 .../vmd/api/model/presenters/TestPresenter3.java   |       63 -
 .../vmd/api/model/presenters/TestPresenter4.java   |       67 -
 .../modules/vmd/api/model/utils/ModelTestUtil.java |      159 -
 .../api/model/utils/TestPrimitiveDescriptor.java   |      141 -
 .../modules/vmd/api/model/utils/TestTypes.java     |       57 -
 vmd.palette/build.xml                              |       50 -
 vmd.palette/manifest.mf                            |        6 -
 vmd.palette/nbproject/project.properties           |       43 -
 vmd.palette/nbproject/project.xml                  |      198 -
 .../modules/vmd/api/palette/PaletteProvider.java   |       71 -
 .../modules/vmd/api/palette/PaletteSupport.java    |       78 -
 .../org/netbeans/modules/vmd/palette/LResolver.xml |        8 -
 .../modules/vmd/palette/PaletteItemDataLoader.java |       73 -
 .../modules/vmd/palette/PaletteItemDataNode.java   |      240 -
 .../modules/vmd/palette/PaletteItemDataObject.java |      167 -
 .../netbeans/modules/vmd/palette/PaletteKit.java   |      538 -
 .../modules/vmd/palette/PaletteLookupFactory.java  |       73 -
 .../netbeans/modules/vmd/palette/PaletteMap.java   |      286 -
 .../src/org/netbeans/modules/vmd/palette/layer.xml |       74 -
 .../vmd/palette/resources/Bundle.properties        |       48 -
 .../modules/vmd/palette/resources/error-badge.gif  |      Bin 83 -> 0 bytes
 vmd.properties/build.xml                           |       50 -
 vmd.properties/manifest.mf                         |        7 -
 vmd.properties/nbproject/project.properties        |       45 -
 vmd.properties/nbproject/project.xml               |      153 -
 .../api/properties/DefaultPropertiesPresenter.java |      204 -
 .../api/properties/DesignEventFilterResolver.java  |       81 -
 .../api/properties/DesignPropertyDescriptor.java   |      194 -
 .../vmd/api/properties/DesignPropertyEditor.java   |      360 -
 .../vmd/api/properties/GroupPropertyEditor.java    |       99 -
 .../modules/vmd/api/properties/GroupValue.java     |      107 -
 .../vmd/api/properties/PropertiesPresenter.java    |       74 -
 .../properties/PropertiesPresenterForwarder.java   |      168 -
 .../vmd/api/properties/common/Bundle.properties    |       43 -
 .../api/properties/common/PropertiesSupport.java   |      154 -
 .../vmd/properties/AdvancedPropertySupport.java    |      135 -
 .../modules/vmd/properties/Bundle.properties       |       53 -
 .../vmd/properties/DefaultPropertySupport.java     |      145 -
 .../vmd/properties/PrimitivePropertySupport.java   |      127 -
 .../PropertiesEditorViewLookupFactory.java         |       79 -
 .../modules/vmd/properties/PropertiesNode.java     |      129 -
 .../vmd/properties/PropertiesNodesManager.java     |      436 -
 .../vmd/properties/PropertiesWindowManager.java    |       92 -
 .../modules/vmd/properties/SaveToModelSupport.java |      100 -
 .../vmd/properties/resources/Bundle.properties     |       45 -
 .../modules/vmd/properties/resources/layer.xml     |       56 -
 .../vmd/properties/resources/properties.wstcgrp    |       10 -
 .../modules/vmd/properties/resources/vmd.wsgrp     |       11 -
 .../api/properties/DesignPropertyEditorTest.java   |       96 -
 vmd.screen/build.xml                               |       50 -
 vmd.screen/manifest.mf                             |        6 -
 vmd.screen/nbproject/project.properties            |       44 -
 vmd.screen/nbproject/project.xml                   |      170 -
 .../modules/vmd/api/screen/ScreenSupport.java      |       52 -
 .../vmd/api/screen/actions/Bundle.properties       |       44 -
 .../vmd/api/screen/actions/DesignerEditAction.java |      128 -
 .../screen/actions/DesignerEditParentAction.java   |       83 -
 .../screen/actions/EditDependencyPresenter.java    |       75 -
 .../vmd/api/screen/display/DeviceBorder.java       |       92 -
 .../vmd/api/screen/display/DeviceTheme.java        |       70 -
 .../vmd/api/screen/display/ScreenDeviceInfo.java   |      117 -
 .../screen/display/ScreenDeviceInfoPresenter.java  |       75 -
 .../screen/display/ScreenDeviceInfoRegistry.java   |       81 -
 .../display/ScreenDisplayDataFlavorSupport.java    |       61 -
 .../api/screen/display/ScreenDisplayPresenter.java |      156 -
 .../api/screen/display/ScreenMoveTransferable.java |       69 -
 .../screen/display/ScreenPropertyDescriptor.java   |       99 -
 .../api/screen/display/ScreenPropertyEditor.java   |       64 -
 .../injector/ScreenButtonInjectorPresenter.java    |      126 -
 .../display/injector/ScreenInjectorPresenter.java  |       75 -
 .../injector/ScreenMenuItemInjectorPresenter.java  |       99 -
 .../vmd/api/screen/editor/EditedScreenSupport.java |      134 -
 .../ScreenResourceCategoriesPresenter.java         |       65 -
 .../resource/ScreenResourceCategoryDescriptor.java |       59 -
 .../resource/ScreenResourceItemPresenter.java      |       81 -
 .../resource/ScreenResourceOrderingController.java |      126 -
 .../netbeans/modules/vmd/screen/Bundle.properties  |       47 -
 .../modules/vmd/screen/GradientBorder.java         |      117 -
 .../org/netbeans/modules/vmd/screen/MainPanel.java |      144 -
 .../modules/vmd/screen/ScreenAccessController.java |      241 -
 .../vmd/screen/ScreenAccessControllerFactory.java  |       60 -
 .../modules/vmd/screen/ScreenEditorView.java       |      170 -
 .../vmd/screen/ScreenEditorViewFactory.java        |       67 -
 .../modules/vmd/screen/ScreenViewController.java   |      144 -
 .../modules/vmd/screen/device/Bundle.properties    |       44 -
 .../modules/vmd/screen/device/DevicePanel.java     |      309 -
 .../vmd/screen/device/DummyDisplayPresenter.java   |       95 -
 .../modules/vmd/screen/device/TopPanel.java        |      651 -
 .../vmd/screen/resource/ResourceCategoryPanel.java |      145 -
 .../vmd/screen/resource/ResourceItemPanel.java     |      250 -
 .../modules/vmd/screen/resource/ResourcePanel.java |       92 -
 .../vmd/screen/resource/ResourcePanelSupport.java  |      111 -
 .../modules/vmd/screen/resources/Bundle.properties |       45 -
 .../vmd/screen/resources/display/bottom.png        |      Bin 216 -> 0 bytes
 .../vmd/screen/resources/display/bottom_left.png   |      Bin 456 -> 0 bytes
 .../vmd/screen/resources/display/bottom_right.png  |      Bin 418 -> 0 bytes
 .../modules/vmd/screen/resources/display/left.png  |      Bin 331 -> 0 bytes
 .../modules/vmd/screen/resources/display/right.png |      Bin 307 -> 0 bytes
 .../modules/vmd/screen/resources/display/top.png   |      Bin 323 -> 0 bytes
 .../vmd/screen/resources/display/top_left.png      |      Bin 457 -> 0 bytes
 .../vmd/screen/resources/display/top_right.png     |      Bin 515 -> 0 bytes
 .../modules/vmd/screen/resources/inject.png        |      Bin 636 -> 0 bytes
 vmd.structure/build.xml                            |       50 -
 vmd.structure/manifest.mf                          |        6 -
 vmd.structure/nbproject/project.properties         |       43 -
 vmd.structure/nbproject/project.xml                |      151 -
 .../vmd/structure/document/Bundle.properties       |       44 -
 .../vmd/structure/document/ComponentWidget.java    |      135 -
 .../vmd/structure/document/DocumentController.java |      149 -
 .../vmd/structure/document/DocumentEditorView.java |      162 -
 .../document/DocumentEditorViewFactory.java        |       64 -
 .../vmd/structure/document/DocumentScene.java      |      160 -
 .../vmd/structure/registry/Bundle.properties       |       45 -
 .../vmd/structure/registry/RegistryEditorView.java |      234 -
 .../registry/RegistryEditorViewFactory.java        |       63 -
 .../vmd/structure/registry/RegistryScene.java      |       77 -
 .../vmd/structure/registry/RegistryWidget.java     |      103 -
 .../vmd/structure/resources/Bundle.properties      |       45 -
 web.beans/manifest.mf                              |        4 +-
 web.beans/nbproject/project.properties             |        4 +-
 web.beans/nbproject/project.xml                    |      115 +-
 .../modules/web/beans/BeansDataLoader.java         |       82 +
 .../modules/web/beans/BeansDataObject.java         |      136 +
 .../netbeans/modules/web/beans/Bundle.properties   |       43 +
 .../org/netbeans/modules/web/beans/CarCdiUtil.java |       83 +
 .../modules/web/beans/CdiProjectOpenHook.java      |       96 +
 .../org/netbeans/modules/web/beans/CdiUtil.java    |      354 +
 .../org/netbeans/modules/web/beans/EjbCdiUtil.java |       85 +
 .../modules/web/beans/MetaModelSupport.java        |       29 +-
 .../WebBeanInjectionTargetQueryImplementation.java |        7 +-
 .../org/netbeans/modules/web/beans/WebCdiUtil.java |       95 +
 .../modules/web/beans/actions/Bundle.properties    |       56 +
 .../web/beans/actions/InterceptorFactory.java      |      130 +
 .../web/beans/actions/InterceptorGenerator.java    |      288 +
 .../web/beans/actions/InterceptorPanel.form        |       77 +
 .../web/beans/actions/InterceptorPanel.java        |      241 +
 .../web/beans/analysis/AbstractAnalysisTask.java   |       89 +
 .../modules/web/beans/analysis/BeansXmlFix.java    |      119 +
 .../modules/web/beans/analysis/Bundle.properties   |       46 +
 .../beans/analysis/CancellableAnalysysTask.java    |      109 +
 .../web/beans/analysis/CdiAnalysisResult.java      |      158 +
 .../web/beans/analysis/CdiAnalysisTask.java        |      154 +
 .../beans/analysis/CdiEditorAnalysisFactory.java   |      256 +
 .../web/beans/analysis/CdiEditorAnalysisTask.java  |       74 +
 .../CdiEditorAwareJavaSourceTaskFactory.java       |       69 +
 .../web/beans/analysis/WebBeansAnalysisTask.java   |      227 +
 .../beans/analysis/WebBeansEditorAnalysisTask.java |       78 +
 .../analysis/WebBeansModelAnalysisFactory.java     |       74 +
 .../analyzer/AbstractDecoratorAnalyzer.java        |      211 +
 .../AbstractInterceptedElementAnalyzer.java        |       75 +
 .../analyzer/AbstractProducerAnalyzer.java         |      104 +
 .../analysis/analyzer/AbstractScopedAnalyzer.java  |      162 +
 .../analysis/analyzer/AbstractTypedAnalyzer.java   |      206 +
 .../analyzer/AnnotationElementAnalyzer.java        |       96 +
 .../analysis/analyzer/AnnotationModelAnalyzer.java |       93 +
 .../beans/analysis/analyzer/AnnotationUtil.java    |      241 +
 .../web/beans/analysis/analyzer/Bundle.properties  |       43 +
 .../analysis/analyzer/ClassElementAnalyzer.java    |       93 +
 .../analysis/analyzer/ClassModelAnalyzer.java      |      101 +
 .../web/beans/analysis/analyzer/CtorAnalyzer.java  |       91 +
 .../beans/analysis/analyzer/ElementAnalyzer.java   |       62 +
 .../analysis/analyzer/FieldElementAnalyzer.java    |       98 +
 .../analysis/analyzer/FieldModelAnalyzer.java      |       95 +
 .../analysis/analyzer/MethodElementAnalyzer.java   |      108 +
 .../analysis/analyzer/MethodModelAnalyzer.java     |      105 +
 .../web/beans/analysis/analyzer/ModelAnalyzer.java |      150 +
 .../analysis/analyzer/annotation/Bundle.properties |       71 +
 .../analyzer/annotation/CdiAnnotationAnalyzer.java |      125 +
 .../annotation/InterceptorBindingAnalyzer.java     |      170 +
 .../InterceptorBindingMembersAnalyzer.java         |      114 +
 .../annotation/InterceptorBindingVerifier.java     |       87 +
 .../analyzer/annotation/QualifierAnalyzer.java     |      125 +
 .../analyzer/annotation/QualifierVerifier.java     |      128 +
 .../annotation/RuntimeRetentionAnalyzer.java       |      104 +
 .../analyzer/annotation/ScopeAnalyzer.java         |      130 +
 .../analyzer/annotation/ScopeVerifier.java         |       80 +
 .../analyzer/annotation/StereotypeAnalyzer.java    |      286 +
 .../analyzer/annotation/StereotypeVerifier.java    |       92 +
 .../analyzer/annotation/TargetAnalyzer.java        |      147 +
 .../analyzer/annotation/TargetVerifier.java        |       59 +
 .../analysis/analyzer/field/Bundle.properties      |       73 +
 .../analyzer/field/DelegateFieldAnalizer.java      |      157 +
 .../analyzer/field/InjectionPointAnalyzer.java     |      250 +
 .../analyzer/field/ProducerFieldAnalyzer.java      |      128 +
 .../analyzer/field/ScopedFieldAnalyzer.java        |      134 +
 .../analyzer/field/TypedFieldAnalyzer.java         |       96 +
 .../analyzer/method/AnnotationsAnalyzer.java       |      266 +
 .../analysis/analyzer/method/Bundle.properties     |      112 +
 .../analyzer/method/DelegateMethodAnalyzer.java    |      162 +
 .../method/InjectionPointParameterAnalyzer.java    |      281 +
 .../analyzer/method/InterceptedMethodAnalyzer.java |      188 +
 .../analyzer/method/ProducerMethodAnalyzer.java    |      149 +
 .../analyzer/method/ScopedMethodAnalyzer.java      |      144 +
 .../analyzer/method/TypedMethodAnalyzer.java       |      229 +
 .../analyzer/type/AnnotationsAnalyzer.java         |      299 +
 .../beans/analysis/analyzer/type/Bundle.properties |      118 +
 .../analysis/analyzer/type/CtorsAnalyzer.java      |       91 +
 .../analyzer/type/DeclaredIBindingsAnalyzer.java   |      188 +
 .../analyzer/type/InterceptedBeanAnalyzer.java     |      141 +
 .../analyzer/type/ManagedBeansAnalizer.java        |      197 +
 .../analysis/analyzer/type/NamedModelAnalyzer.java |       97 +
 .../analysis/analyzer/type/ScopedBeanAnalyzer.java |      248 +
 .../analyzer/type/SessionBeanAnalyzer.java         |      113 +
 .../analysis/analyzer/type/TypedClassAnalizer.java |      128 +
 .../api/model/AbstractModelImplementation.java     |        8 +-
 .../web/beans/api/model/BeanArchiveType.java       |       52 +
 .../modules/web/beans/api/model/BeansModel.java    |       13 +-
 .../modules/web/beans/api/model/BeansResult.java   |       59 +
 .../modules/web/beans/api/model/CdiException.java  |       57 +
 .../beans/api/model/DependencyInjectionResult.java |      144 +
 .../api/model/InjectionPointDefinitionError.java   |        2 +-
 .../web/beans/api/model/InterceptorsResult.java    |       82 +
 .../modules/web/beans/api/model/ModelUnit.java     |       78 +-
 .../modules/web/beans/api/model/Result.java        |       98 +-
 .../modules/web/beans/api/model/WebBeansModel.java |      119 +-
 .../api/model/support/WebBeansModelSupport.java    |      195 -
 .../web/beans/completion/BeansCompletionItem.java  |      389 +
 .../beans/completion/BeansCompletionManager.java   |      168 +
 .../beans/completion/BeansCompletionProvider.java  |      506 +
 .../web/beans/completion/BeansCompletor.java       |      180 +
 .../web/beans/completion/BeansXmlConstants.java    |       54 +
 .../web/beans/completion/CCPaintComponent.java     |      339 +
 .../modules/web/beans/completion/CCParser.java     |      467 +
 .../web/beans/completion/CompletionContext.java    |      297 +
 .../completion/CompletionContextResolver.java      |       56 +
 .../web/beans/completion/ContextUtilities.java     |      237 +
 .../web/beans/completion/DocumentContext.java      |      300 +
 .../web/beans/completion/EditorContextFactory.java |       67 +
 .../modules/web/beans/completion/Utils.java        |      102 +
 .../modules/web/beans/hints/Bundle.properties      |       13 +-
 .../modules/web/beans/hints/CDIAnnotation.java     |      120 +
 .../web/beans/hints/CreateAnnotationFix.java       |       13 +
 .../web/beans/hints/CreateInterceptorBinding.java  |        8 +
 .../modules/web/beans/hints/CreateQualifier.java   |       40 +-
 .../web/beans/hints/CreateQualifierFix.java        |       12 +-
 .../web/beans/hints/EditorAnnotationsHelper.java   |      276 +
 .../impl/model/AbstractAssignabilityChecker.java   |       80 +-
 .../beans/impl/model/AbstractObjectProvider.java   |        2 +
 .../beans/impl/model/AnnotationObjectProvider.java |      137 +-
 .../impl/model/ArchiveTypeBindingTypeFilter.java   |      106 +
 .../web/beans/impl/model/BeansModelImpl.java       |      150 +-
 .../modules/web/beans/impl/model/Bundle.properties |       13 +-
 .../impl/model/DecoratorInterceptorLogic.java      |      434 +
 .../web/beans/impl/model/DecoratorObject.java      |       83 +
 .../beans/impl/model/DecoratorObjectProvider.java  |       68 +
 .../beans/impl/model/DefaultBindingTypeFilter.java |        7 +-
 .../impl/model/DelegateAssignabilityChecker.java   |        4 +-
 .../web/beans/impl/model/EnableBeansFilter.java    |      260 +-
 .../beans/impl/model/EventInjectionPointLogic.java |       51 +-
 .../beans/impl/model/FieldInjectionPointLogic.java |      251 +-
 .../impl/model/InterceptorBindingChecker.java      |      121 +
 .../web/beans/impl/model/InterceptorObject.java    |       85 +
 .../impl/model/InterceptorObjectProvider.java      |       69 +
 .../web/beans/impl/model/MemberBindingFilter.java  |       15 +-
 .../web/beans/impl/model/MemberCheckerFilter.java  |       52 +-
 .../web/beans/impl/model/MultiLookupStrategy.java  |       92 +
 .../impl/model/NamedStereotypeObjectProvider.java  |        5 +-
 .../web/beans/impl/model/NormalScopeChecker.java   |       66 +
 .../impl/model/ParameterInjectionPointLogic.java   |      175 +-
 .../web/beans/impl/model/QualifierChecker.java     |       85 +-
 .../beans/impl/model/RestrictedTypedFilter.java    |        1 +
 .../web/beans/impl/model/ResultLookupStrategy.java |       70 +
 .../beans/impl/model/RuntimeAnnotationChecker.java |       92 +-
 .../modules/web/beans/impl/model/ScopeChecker.java |      112 +
 .../impl/model/SingleResultLookupStrategy.java     |      116 +
 .../web/beans/impl/model/StereotypeChecker.java    |       68 +-
 .../web/beans/impl/model/TypeProductionFilter.java |       50 +-
 .../impl/model/WebBeansModelImplementation.java    |       50 +-
 .../impl/model/WebBeansModelProviderImpl.java      |      251 +-
 .../web/beans/impl/model/results/BaseResult.java   |        6 +-
 .../impl/model/results/DefinitionErrorResult.java  |        6 +-
 .../web/beans/impl/model/results/ErrorImpl.java    |        4 +-
 .../impl/model/results/InjectableResultImpl.java   |       10 +-
 .../impl/model/results/InjectablesResultImpl.java  |       95 +
 .../impl/model/results/InterceptorsResultImpl.java |      234 +
 .../impl/model/results/ResolutionErrorImpl.java    |       31 +-
 .../web/beans/impl/model/results/ResultImpl.java   |       49 +-
 .../web/beans/model/spi/WebBeansModelProvider.java |       24 +-
 .../web/beans/navigation/BindingsPanel.java        |      516 +
 .../modules/web/beans/navigation/Bundle.properties |       44 +-
 .../modules/web/beans/navigation/CDIPanel.form     |      453 +
 .../modules/web/beans/navigation/CDIPanel.java     |      880 +
 .../web/beans/navigation/DecoratorsModel.java      |      184 +
 .../web/beans/navigation/DecoratorsPanel.java      |      158 +
 .../beans/navigation/DocumentationScrollPane.java  |       10 +-
 .../modules/web/beans/navigation/EventsPanel.java  |        7 +-
 .../web/beans/navigation/InjectableTreeNode.java   |       12 +
 .../web/beans/navigation/InjectablesModel.java     |      126 +-
 .../web/beans/navigation/InjectablesPanel.form     |      368 -
 .../web/beans/navigation/InjectablesPanel.java     |     1037 -
 .../web/beans/navigation/InjectablesPopup.java     |        8 +-
 .../web/beans/navigation/InterceptorsModel.java    |      181 +
 .../web/beans/navigation/InterceptorsPanel.java    |      212 +
 .../web/beans/navigation/JavaHierarchyModel.java   |        1 +
 .../web/beans/navigation/ObserversPanel.java       |       13 +-
 .../navigation/actions/AbstractCdiAction.java      |      142 +
 .../navigation/actions/AbstractEventAction.java    |      128 -
 .../actions/AbstractInjectableAction.java          |       77 +-
 .../actions/AbstractObserversAction.java           |      136 -
 .../navigation/actions/AbstractWebBeansAction.java |        2 +-
 .../web/beans/navigation/actions/Bundle.properties |       37 +-
 .../beans/navigation/actions/CdiGlyphAction.java   |      316 +
 .../actions/DecoratoresActionStrategy.java         |      138 +
 .../navigation/actions/EventsActionStartegy.java   |        9 +-
 .../actions/GoToDecoratorAtCaretAction.java        |      286 +
 .../actions/GoToInjectableAtCaretAction.java       |       84 +-
 .../actions/GoToObserverAtCaretAction.java         |      197 -
 .../actions/InjectablesActionStrategy.java         |       18 +-
 .../actions/InspectCDIAtCaretAction.java           |       47 +-
 .../actions/InspectEventsAtCaretAction.java        |      141 -
 .../actions/InspectInjectablesAtCaretAction.java   |      163 -
 .../actions/InspectObserversAtCaretAction.java     |      142 -
 .../actions/InterceptorsActionStrategy.java        |      129 +
 .../navigation/actions/ModelActionStrategy.java    |        7 +-
 .../actions/ObserversActionStrategy.java           |        9 +-
 .../beans/navigation/actions/PositionStrategy.java |       55 +
 .../navigation/actions/WebBeansActionHelper.java   |      405 +-
 .../modules/web/beans/resources/BeansResolver.xml  |       14 +
 .../modules/web/beans/resources/Bundle.properties  |        8 +
 .../web/beans/resources/Interceptor.template       |        2 +-
 .../modules/web/beans/resources/Qualifier.template |        2 +-
 .../modules/web/beans/resources/Scope.template     |        2 +-
 .../web/beans/resources/Stereotype.template        |        2 +-
 .../modules/web/beans/resources/delegate.png       |      Bin 0 -> 3249 bytes
 .../netbeans/modules/web/beans/resources/event.png |      Bin 0 -> 3234 bytes
 .../web/beans/resources/injection_point.png        |      Bin 0 -> 3226 bytes
 .../netbeans/modules/web/beans/resources/layer.xml |       61 +-
 .../modules/web/beans/resources/observer.png       |      Bin 0 -> 3244 bytes
 ...odules-web-beans-annotations-decorated-bean.xml |       54 +
 ...odules-web-beans-annotations-delegate-point.xml |       54 +
 ...etbeans-modules-web-beans-annotations-event.xml |       54 +
 ...dules-web-beans-annotations-injection-point.xml |       54 +
 ...s-modules-web-beans-annotations-intercepted.xml |       54 +
 ...eans-modules-web-beans-annotations-observer.xml |       54 +
 .../modules/web/beans/wizard/BeansXmlIterator.java |       42 +-
 .../modules/web/beans/wizard/Bundle.properties     |        1 +
 .../modules/web/beans/xml/BeansAttributes.java     |       77 +
 .../modules/web/beans/xml/WebBeansComponent.java   |        3 +-
 .../web/beans/xml/WebBeansModelFactory.java        |        1 +
 .../web/beans/xml/impl/AlternativesImpl.java       |        4 +-
 .../web/beans/xml/impl/BaseClassContainerImpl.java |        5 +-
 .../modules/web/beans/xml/impl/BeansImpl.java      |        4 +-
 .../xml/impl/WebBeansComponentBuildVisitor.java    |        6 +-
 .../web/beans/xml/impl/WebBeansComponentImpl.java  |        6 +-
 .../web/beans/xml/impl/WebBeansElements.java       |       14 +-
 .../web/beans/xml/impl/WebBeansModelImpl.java      |        5 +-
 .../web/beans/analysis/BaseAnalisysTestCase.java   |      373 +
 .../web/beans/analysis/CdiAnalysisTest.java        |     1543 +
 .../web/beans/analysis/CdiAnalysisTestResult.java  |      121 +
 .../web/beans/analysis/CdiAnalysisTestTask.java    |       83 +
 .../modules/web/beans/analysis/TestProblems.java   |       59 +
 .../web/beans/analysis/WebBeansAnalysisTest.java   |     2172 +
 .../beans/analysis/WebBeansAnalysisTestResult.java |      159 +
 .../beans/analysis/WebBeansAnalysisTestTask.java   |      105 +
 .../modules/web/beans/model/AlternativeTest.java   |      258 +-
 .../netbeans/modules/web/beans/model/AnyTest.java  |        3 +-
 .../modules/web/beans/model/CommonTestCase.java    |      288 +-
 .../modules/web/beans/model/CurrentTest.java       |        4 -
 .../modules/web/beans/model/DecoratorTest.java     |      334 +
 .../web/beans/model/DelegateAssignabilityTest.java |       20 +-
 .../modules/web/beans/model/DisabledBeansTest.java |      453 +-
 .../modules/web/beans/model/EventTest.java         |        1 +
 .../web/beans/model/InterceptorBindingsTest.java   |      378 +
 .../web/beans/model/InterceptorResolutionTest.java |      636 +
 .../modules/web/beans/model/ModelTest.java         |       66 +-
 .../netbeans/modules/web/beans/model/NewTest.java  |        2 +-
 .../modules/web/beans/model/ObserversTest.java     |        1 +
 .../modules/web/beans/model/ParametersTest.java    |        8 +-
 .../modules/web/beans/model/ProgrammaticTest.java  |      168 +
 .../modules/web/beans/model/QualifiersTest.java    |      405 +
 .../model/RawParameterizedAssignabilityTest.java   |        7 +-
 .../modules/web/beans/model/ScopeTest.java         |      342 +
 .../web/beans/model/TestBeansModelImpl.java        |       52 +-
 .../web/beans/model/TestWebBeansModelImpl.java     |       14 +-
 .../beans/model/TestWebBeansModelProviderImpl.java |       78 +-
 .../web/beans/testutilities/CdiTestUtilities.java  |      549 +
 .../web/beans/xdm/model/TestCatalogModel.java      |       43 +-
 .../netbeans/modules/web/beans/xdm/model/Util.java |       43 +-
 web.browser.api/build.xml                          |        5 +
 web.browser.api/manifest.mf                        |        6 +
 web.browser.api/nbproject/project.properties       |       48 +
 web.browser.api/nbproject/project.xml              |      190 +
 .../org/netbeans/modules/web/browser/Helper.java   |       53 +
 .../modules/web/browser/api/BrowserFamilyId.java   |       69 +
 .../web/browser/api/BrowserPickerPopup.java        |       98 +
 .../modules/web/browser/api/BrowserSupport.java    |      309 +
 .../modules/web/browser/api/BrowserUISupport.java  |      361 +
 .../modules/web/browser/api/Bundle.properties      |       54 +
 .../org/netbeans/modules/web/browser/api/Page.java |      118 +
 .../modules/web/browser/api/PageInspector.java     |      108 +
 .../modules/web/browser/api/ResizeOption.java      |      189 +
 .../modules/web/browser/api/ResizeOptions.java     |      155 +
 .../modules/web/browser/api/WebBrowser.java        |      312 +
 .../browser/api/WebBrowserFactoryDescriptor.java   |      179 +
 .../web/browser/api/WebBrowserFeatures.java        |       91 +
 .../modules/web/browser/api/WebBrowserPane.java    |      367 +
 .../modules/web/browser/api/WebBrowsers.java       |      480 +
 .../spi/BrowserURLMapperImplementation.java        |      100 +
 .../web/browser/spi/BrowserURLMapperProvider.java  |       52 +
 .../modules/web/browser/spi/EnhancedBrowser.java   |       94 +
 .../web/browser/spi/EnhancedBrowserFactory.java    |       95 +
 .../browser/spi/ExternalModificationsSupport.java  |      159 +
 .../modules/web/browser/spi/MessageDispatcher.java |      108 +
 .../web/browser/spi/PageInspectionHandle.java      |       66 +
 .../web/browser/spi/PageInspectorCustomizer.java   |       66 +
 .../web/browser/spi/ProjectBrowserProvider.java    |       81 +
 .../modules/web/browser/spi/Resizable.java         |       61 +
 .../modules/web/browser/spi/ScriptExecutor.java    |       62 +
 .../browser/spi/URLDisplayerImplementation.java    |       63 +
 .../netbeans/modules/web/browser/spi/Zoomable.java |       55 +
 .../web/browser/ui/BrowserResizeButton.java        |       90 +
 .../modules/web/browser/ui/Bundle.properties       |       56 +
 .../browser/ui/DeveloperHtmlBrowserComponent.java  |      205 +
 .../modules/web/browser/ui/DeveloperToolbar.java   |      358 +
 .../modules/web/browser/ui/HtmlPreviewElement.java |      363 +
 .../web/browser/ui/ResizeOptionsCustomizer.form    |      115 +
 .../web/browser/ui/ResizeOptionsCustomizer.java    |      414 +
 .../web/browser/ui/picker/BrowserCombo.java        |       65 +
 .../modules/web/browser/ui/picker/BrowserMenu.java |      341 +
 .../web/browser/ui/picker/Bundle.properties        |       47 +
 .../modules/web/browser/ui/picker/ListItem.java    |       59 +
 .../web/browser/ui/picker/RendererImpl.java        |       83 +
 .../web/browser/ui/picker/SelectionList.java       |      118 +
 .../browser/ui/picker/SelectionListFactory.java    |       69 +
 .../web/browser/ui/picker/SelectionListImpl.java   |      140 +
 .../web/browser/ui/picker/SelectionModel.java      |      138 +
 .../browser/ui/resources/browser_chrome_16x.png    |      Bin 0 -> 906 bytes
 .../browser/ui/resources/browser_chrome_24x.png    |      Bin 0 -> 1493 bytes
 .../browser/ui/resources/browser_chromium_16x.png  |      Bin 0 -> 919 bytes
 .../browser/ui/resources/browser_chromium_24x.png  |      Bin 0 -> 1537 bytes
 .../browser/ui/resources/browser_disabled_16x.png  |      Bin 0 -> 753 bytes
 .../browser/ui/resources/browser_disabled_24x.png  |      Bin 0 -> 1378 bytes
 .../browser/ui/resources/browser_firefox_16x.png   |      Bin 0 -> 985 bytes
 .../browser/ui/resources/browser_firefox_24x.png   |      Bin 0 -> 1889 bytes
 .../browser/ui/resources/browser_generic_16x.png   |      Bin 0 -> 961 bytes
 .../browser/ui/resources/browser_generic_24x.png   |      Bin 0 -> 1784 bytes
 .../web/browser/ui/resources/browser_ie_16x.png    |      Bin 0 -> 982 bytes
 .../web/browser/ui/resources/browser_ie_24x.png    |      Bin 0 -> 1824 bytes
 .../web/browser/ui/resources/browser_opera_16x.png |      Bin 0 -> 794 bytes
 .../web/browser/ui/resources/browser_opera_24x.png |      Bin 0 -> 1381 bytes
 .../browser/ui/resources/browser_safari_16x.png    |      Bin 0 -> 866 bytes
 .../browser/ui/resources/browser_safari_24x.png    |      Bin 0 -> 1770 bytes
 .../modules/web/browser/ui/resources/customize.png |      Bin 0 -> 1356 bytes
 .../modules/web/browser/ui/resources/desktop.png   |      Bin 0 -> 1093 bytes
 .../web/browser/ui/resources/desktop_dark.png      |      Bin 0 -> 1266 bytes
 .../web/browser/ui/resources/handheldLandscape.png |      Bin 0 -> 1100 bytes
 .../ui/resources/handheldLandscape_dark.png        |      Bin 0 -> 1254 bytes
 .../web/browser/ui/resources/handheldPortrait.png  |      Bin 0 -> 1111 bytes
 .../browser/ui/resources/handheldPortrait_dark.png |      Bin 0 -> 1294 bytes
 .../modules/web/browser/ui/resources/layer.xml     |       32 +
 .../modules/web/browser/ui/resources/menu.png      |      Bin 0 -> 1064 bytes
 .../modules/web/browser/ui/resources/menu_dark.png |      Bin 0 -> 1205 bytes
 .../modules/web/browser/ui/resources/nb-badge.png  |      Bin 0 -> 671 bytes
 .../modules/web/browser/ui/resources/netbook.png   |      Bin 0 -> 1101 bytes
 .../web/browser/ui/resources/netbook_dark.png      |      Bin 0 -> 1290 bytes
 .../web/browser/ui/resources/selectionMode.png     |      Bin 0 -> 1078 bytes
 .../browser/ui/resources/selectionMode_dark.png    |      Bin 0 -> 1245 bytes
 .../modules/web/browser/ui/resources/sizeToFit.png |      Bin 0 -> 1093 bytes
 .../web/browser/ui/resources/sizeToFit_dark.png    |      Bin 0 -> 1265 bytes
 .../web/browser/ui/resources/tabletLandscape.png   |      Bin 0 -> 1076 bytes
 .../browser/ui/resources/tabletLandscape_dark.png  |      Bin 0 -> 1260 bytes
 .../web/browser/ui/resources/tabletPortrait.png    |      Bin 0 -> 1067 bytes
 .../browser/ui/resources/tabletPortrait_dark.png   |      Bin 0 -> 1235 bytes
 .../web/browser/ui/resources/webpreview.wsmode     |       16 +
 .../web/browser/ui/resources/widescreen.png        |      Bin 0 -> 1114 bytes
 .../web/browser/ui/resources/widescreen_dark.png   |      Bin 0 -> 1308 bytes
 .../javascript/debugger/ant/NbJsDebugStart.java    |      186 -
 .../web/client/javascript/debugger/ant/antlib.xml  |        4 -
 web.client.javascript.debugger.ant/build.xml       |       70 -
 web.client.javascript.debugger.ant/manifest.mf     |        5 -
 .../nbproject/project.properties                   |       47 -
 .../nbproject/project.xml                          |      146 -
 .../javascript/debugger/ant/Bundle.properties      |       49 -
 web.client.kit/build.xml                           |        5 +
 web.client.kit/manifest.mf                         |        4 +
 .../nbproject/project.properties                   |        0
 web.client.kit/nbproject/project.xml               |       67 +
 web.client.kit/release/VERSION.txt                 |        2 +
 .../modules/web/client/kit/Bundle.properties       |       45 +
 web.client.rest/build.xml                          |        5 +
 web.client.rest/manifest.mf                        |        6 +
 web.client.rest/nbproject/project.properties       |        3 +
 web.client.rest/nbproject/project.xml              |      197 +
 .../modules/web/client/rest/Bundle.properties      |        3 +
 .../org/netbeans/modules/web/client/rest/layer.xml |       80 +
 .../modules/web/client/rest/resources/js.html      |       23 +
 .../modules/web/client/rest/resources/rest.js      |      242 +
 .../web/client/rest/resources/restservice.png      |      Bin 0 -> 932 bytes
 .../web/client/rest/wizard/Bundle.properties       |       93 +
 .../client/rest/wizard/FinishPanelDelegate.java    |      129 +
 .../modules/web/client/rest/wizard/HtmlPanel.java  |      148 +
 .../web/client/rest/wizard/HtmlPanelVisual.form    |      144 +
 .../web/client/rest/wizard/HtmlPanelVisual.java    |      255 +
 .../web/client/rest/wizard/JSClientGenerator.java  |      872 +
 .../web/client/rest/wizard/JSClientIterator.java   |      447 +
 .../web/client/rest/wizard/ModelAttribute.java     |       92 +
 .../web/client/rest/wizard/ModelGenerator.java     |      562 +
 .../modules/web/client/rest/wizard/RestPanel.java  |      178 +
 .../web/client/rest/wizard/RestPanelVisual.form    |      161 +
 .../web/client/rest/wizard/RestPanelVisual.java    |      328 +
 .../web/client/rest/wizard/RouterGenerator.java    |      360 +
 .../web/client/rest/wizard/resources/JSClient.html |        8 +
 .../EaselDemo/nbproject/project.properties         |       10 +
 web.client.samples/EaselDemo/nbproject/project.xml |        5 +
 .../EaselDemo/public_html/about.html               |      146 +
 .../public_html/css/bootstrap-responsive.css       |      825 +
 .../public_html/css/bootstrap-responsive.min.css   |        9 +
 .../EaselDemo/public_html/css/bootstrap.css        |     4984 +
 .../EaselDemo/public_html/css/bootstrap.min.css    |        9 +
 .../public_html/css/images/ajax-loader.png         |      Bin 0 -> 366 bytes
 .../EaselDemo/public_html/css/images/close_pop.png |      Bin 0 -> 1958 bytes
 .../public_html/css/images/icons-18-black.png      |      Bin 0 -> 1948 bytes
 .../public_html/css/images/icons-18-white.png      |      Bin 0 -> 1958 bytes
 .../public_html/css/images/icons-36-black.png      |      Bin 0 -> 3748 bytes
 .../public_html/css/images/icons-36-white.png      |      Bin 0 -> 3746 bytes
 .../public_html/css/jquery.mobile-1.0.1.min.css    |        2 +
 .../EaselDemo/public_html/css/style.css            |      138 +
 .../EaselDemo/public_html/img/cute_rabbit1.jpg     |      Bin 0 -> 26852 bytes
 .../EaselDemo/public_html/img/cute_rabbit2.jpg     |      Bin 0 -> 5156 bytes
 .../EaselDemo/public_html/img/cute_rabbit3.jpg     |      Bin 0 -> 42081 bytes
 .../public_html/img/glyphicons-halflings-white.png |      Bin 0 -> 8777 bytes
 .../public_html/img/glyphicons-halflings.png       |      Bin 0 -> 13826 bytes
 .../EaselDemo/public_html/img/kitten1.jpg          |      Bin 0 -> 17388 bytes
 .../EaselDemo/public_html/img/rabbit1.jpg          |      Bin 0 -> 105354 bytes
 .../EaselDemo/public_html/img/rabbit2.jpg          |      Bin 0 -> 28777 bytes
 .../EaselDemo/public_html/img/rabbit3.jpg          |      Bin 0 -> 188463 bytes
 .../EaselDemo/public_html/index.html               |      112 +
 .../EaselDemo/public_html/js/about.js              |      103 +
 .../EaselDemo/public_html/js/bootstrap-alert.js    |       90 +
 .../EaselDemo/public_html/js/bootstrap-button.js   |       96 +
 .../EaselDemo/public_html/js/bootstrap-carousel.js |      169 +
 .../EaselDemo/public_html/js/bootstrap-collapse.js |      157 +
 .../EaselDemo/public_html/js/bootstrap-dropdown.js |      100 +
 .../EaselDemo/public_html/js/bootstrap-modal.js    |      218 +
 .../EaselDemo/public_html/js/bootstrap-popover.js  |       98 +
 .../public_html/js/bootstrap-scrollspy.js          |      151 +
 .../EaselDemo/public_html/js/bootstrap-tab.js      |      135 +
 .../EaselDemo/public_html/js/bootstrap-tooltip.js  |      275 +
 .../public_html/js/bootstrap-transition.js         |       61 +
 .../public_html/js/bootstrap-typeahead.js          |      285 +
 .../EaselDemo/public_html/js/bootstrap.js          |     1825 +
 .../EaselDemo/public_html/js/draganddrop.js        |       40 +
 .../EaselDemo/public_html/js/jquery.js             |     9252 +
 .../js/libs/jqueryui-1.8.16/jquery-ui.js           |    11767 +
 .../EaselDemo/public_html/js/loadWelcome.js        |       35 +
 .../EaselDemo/public_html/rest/RestClient.js       |      378 +
 .../public_html/rest/resources/id19974892.json     |        1 +
 .../public_html/rest/resources/id19985678.json     |        1 +
 .../public_html/rest/resources/id19986196.json     |        1 +
 .../public_html/rest/resources/id19986982.json     |        1 +
 .../public_html/rest/resources/manufacturer.json   |        1 +
 .../EaselDemo/public_html/tableui.html             |      122 +
 web.client.samples/build.xml                       |       57 +
 web.client.samples/manifest.mf                     |        7 +
 .../nbproject/project.properties                   |        0
 web.client.samples/nbproject/project.xml           |      137 +
 .../web/client/samples/AngularJSPhoneCat.java      |      104 +
 .../web/client/samples/BackboneHelloWorld.java     |       80 +
 .../web/client/samples/BackboneJQueryMobile.java   |       80 +
 .../web/client/samples/BackboneWineCellar.java     |       99 +
 .../modules/web/client/samples/Bundle.properties   |       48 +
 .../modules/web/client/samples/EmberJSTrek.java    |       80 +
 .../web/client/samples/KnockoutJSGameList.java     |      104 +
 .../netbeans/modules/web/client/samples/layer.xml  |       66 +
 .../samples/resources/AngularJSPhoneCat.html       |       48 +
 .../samples/resources/BackboneHelloWorld.html      |       47 +
 .../samples/resources/BackboneJQueryMobile.html    |       47 +
 .../samples/resources/BackboneWineCellar.html      |       47 +
 .../web/client/samples/resources/EmberJSTrek.html  |       47 +
 .../samples/resources/HTML5_project_icon.png       |      Bin 0 -> 466 bytes
 .../samples/resources/KnockoutJSGameList.html      |       47 +
 .../samples/resources/ResponsiveRabbits.html       |        5 +
 .../web/client/samples/wizard/WizardConstants.java |       58 +
 .../wizard/iterator/AbstractWizardIterator.java    |      155 +
 .../iterator/OnlineSampleWizardIterator.java       |      186 +
 .../wizard/iterator/OnlineSiteTemplate.java        |      101 +
 .../wizard/iterator/SampleWizardIterator.java      |      167 +
 .../web/client/samples/wizard/ui/Bundle.properties |       63 +
 .../samples/wizard/ui/OnlineSamplePanel.java       |      130 +
 .../samples/wizard/ui/OnlineSampleVisualPanel.form |      175 +
 .../samples/wizard/ui/OnlineSampleVisualPanel.java |      394 +
 .../web/client/samples/wizard/ui/SamplePanel.java  |      123 +
 .../samples/wizard/ui/SampleVisualPanel.form       |      136 +
 .../samples/wizard/ui/SampleVisualPanel.java       |      319 +
 web.client.tools.api/build.xml                     |        5 -
 web.client.tools.api/manifest.mf                   |        5 -
 web.client.tools.api/nbproject/project.xml         |       90 -
 .../modules/web/client/tools/api/Bundle.properties |       75 -
 .../web/client/tools/api/DebugProjectPanel.form    |      192 -
 .../web/client/tools/api/DebugProjectPanel.java    |      276 -
 .../web/client/tools/api/FirefoxBrowserUtils.java  |      457 -
 .../web/client/tools/api/JSAbstractLocation.java   |       53 -
 .../modules/web/client/tools/api/JSLocation.java   |       63 -
 .../client/tools/api/JSToNbJSLocationMapper.java   |       54 -
 .../client/tools/api/LocationMappersFactory.java   |       62 -
 .../netbeans/modules/web/client/tools/api/Log.java |       62 -
 .../modules/web/client/tools/api/NbJSLocation.java |       51 -
 .../client/tools/api/NbJSToJSLocationMapper.java   |       55 -
 .../tools/api/WebClientToolsProjectUtils.java      |      260 -
 .../tools/api/WebClientToolsSessionException.java  |       65 -
 .../api/WebClientToolsSessionStarterService.java   |       68 -
 .../tools/spi/WebClientToolsSessionStarter.java    |       60 -
 web.clientproject.api/build.xml                    |       20 +
 web.clientproject.api/external/binaries-list       |        1 +
 web.clientproject.api/external/cdnjs-license.txt   |       27 +
 web.clientproject.api/external/readme              |        3 +
 web.clientproject.api/extsrc/RemoveContent.java    |       58 +
 web.clientproject.api/manifest.mf                  |        6 +
 web.clientproject.api/nbproject/project.properties |        5 +
 web.clientproject.api/nbproject/project.xml        |      274 +
 .../web/clientproject/api/Bundle.properties        |       43 +
 .../api/ClientProjectWizardProvider.java           |       57 +
 .../web/clientproject/api/ClientSideModule.java    |       87 +
 .../api/MissingLibResourceException.java           |       68 +
 .../api/ProjectDirectoriesProvider.java            |       66 +
 .../clientproject/api/WebClientLibraryManager.java |      546 +
 .../api/WebClientProjectConstants.java             |       63 +
 .../web/clientproject/api/jslibs/Bundle.properties |       49 +
 .../api/jslibs/JavaScriptLibraries.java            |      151 +
 .../api/jslibs/JavaScriptLibraryCustomizer.java    |       75 +
 .../jslibs/JavaScriptLibraryCustomizerPanel.form   |       49 +
 .../jslibs/JavaScriptLibraryCustomizerPanel.java   |      457 +
 .../jslibs/JavaScriptLibrarySelectionPanel.form    |      198 +
 .../jslibs/JavaScriptLibrarySelectionPanel.java    |     1674 +
 .../web/clientproject/api/jstesting/Coverage.java  |      290 +
 .../api/jstesting/CoverageProviderImpl.java        |      247 +
 .../api/jstesting/FileCoverageDetailsImpl.java     |      120 +
 .../api/jstesting/JsTestingProvider.java           |      215 +
 .../api/jstesting/JsTestingProviders.java          |      323 +
 .../clientproject/api/jstesting/TestRunInfo.java   |      152 +
 .../api/network/NetworkException.java              |       97 +
 .../clientproject/api/network/NetworkSupport.java  |      328 +
 .../clientproject/api/network/ui/Bundle.properties |       45 +
 .../api/network/ui/NetworkErrorPanel.form          |       65 +
 .../api/network/ui/NetworkErrorPanel.java          |      157 +
 .../api/remotefiles/RemoteFilesNodeFactory.java    |       63 +
 .../web/clientproject/api/resources/layer.xml      |       71 +
 .../web/clientproject/api/sites/SiteHelper.java    |      270 +
 .../web/clientproject/api/util/JsLibUtilities.java |      136 +
 .../clientproject/api/util/StringUtilities.java    |      126 +
 .../api/util/ValidationUtilities.java              |       99 +
 .../api/validation/FolderValidator.java            |       87 +
 .../api/validation/ValidationResult.java           |      170 +
 .../clientproject/browser/ActiveBrowserAction.java |      532 +
 .../web/clientproject/browser/Bundle.properties    |       41 +
 .../clientproject/browser/browser_disabled_16x.png |      Bin 0 -> 753 bytes
 .../clientproject/browser/browser_disabled_24x.png |      Bin 0 -> 1378 bytes
 .../clientproject/browser/browser_generic_16x.png  |      Bin 0 -> 961 bytes
 .../clientproject/browser/browser_generic_24x.png  |      Bin 0 -> 1784 bytes
 .../web/clientproject/jstesting/Bundle.properties  |       45 +
 .../jstesting/CompositeCategoryProviderImpl.java   |       77 +
 .../jstesting/CustomizerJsTesting.form             |       66 +
 .../jstesting/CustomizerJsTesting.java             |      279 +
 .../web/clientproject/jstesting/JsTestLocator.java |      264 +
 .../jstesting/JsTestingProviderAccessor.java       |       92 +
 .../jstesting/JsTestingProviderRenderer.java       |       72 +
 .../jstesting/SelectProviderPanel.form             |       58 +
 .../jstesting/SelectProviderPanel.java             |      172 +
 .../libraries/CDNJSLibrariesProvider.java          |      428 +
 .../libraries/EnhancedLibraryProvider.java         |       61 +
 .../libraries/JavaScriptLibraryCustomizer.form     |       41 +
 .../libraries/JavaScriptLibraryCustomizer.java     |      120 +
 .../libraries/JavaScriptLibraryTypeProvider.java   |      103 +
 .../web/clientproject/remotefiles/RemoteFiles.java |      187 +
 .../clientproject/remotefiles/RemoteFilesNode.java |      311 +
 .../remotefiles/RemoteFilesNodeFactoryImpl.java    |      115 +
 .../web/clientproject/remotefiles/remotefiles.png  |      Bin 0 -> 1027 bytes
 .../clientproject/spi/ClientProjectExtender.java   |       84 +
 .../spi/ClientProjectWizardProviderImpl.java       |       52 +
 .../spi/SiteTemplateImplementation.java            |      214 +
 .../spi/jstesting/CoverageImplementation.java      |       87 +
 .../jstesting/CustomizerPanelImplementation.java   |      117 +
 .../jstesting/JsTestingProviderImplementation.java |      158 +
 ...ClientProjectEnhancedBrowserImplementation.java |       96 +
 .../ClientProjectEnhancedBrowserProvider.java      |       57 +
 .../platform/ProjectConfigurationCustomizer.java   |       71 +
 .../spi/platform/RefreshOnSaveListener.java        |       57 +
 .../web/clientproject/util/WebCommonUtils.java     |       53 +
 .../api/WebClientLibraryManagerTest.java           |      101 +
 .../JavaScriptLibrarySelectionPanelTest.java       |       86 +
 .../api/network/ui/NetworkErrorPanelTest.java      |      101 +
 .../api/validation/FolderValidatorTest.java        |      105 +
 .../libraries/CDNJSLibrariesProviderTest.java      |      140 +
 web.clientproject/build.xml                        |        5 +
 web.clientproject/manifest.mf                      |        7 +
 web.clientproject/nbproject/project.properties     |        2 +
 web.clientproject/nbproject/project.xml            |      340 +
 .../modules/web/clientproject/Bundle.properties    |       61 +
 .../web/clientproject/ClassPathProviderImpl.java   |      153 +
 .../ClientProjectWizardProviderImplementation.java |       61 +
 .../web/clientproject/ClientSideProject.java       |      934 +
 .../ClientSideProjectActionProvider.java           |      285 +
 .../ClientSideProjectBrowserProvider.java          |      125 +
 .../clientproject/ClientSideProjectConstants.java  |       68 +
 .../clientproject/ClientSideProjectSources.java    |      111 +
 .../web/clientproject/ClientSideProjectType.java   |       50 +
 .../web/clientproject/DependentFileQueryImpl.java  |       82 +
 .../web/clientproject/FileEncodingQueryImpl.java   |      112 +
 .../clientproject/PageInspectorCustomizerImpl.java |       97 +
 .../web/clientproject/PathRecognizerImpl.java      |       76 +
 .../web/clientproject/ServerURLMappingImpl.java    |      165 +
 .../web/clientproject/SharabilityQueryImpl.java    |      127 +
 .../TemplateAttributesProviderImpl.java            |      139 +
 .../clientproject/bower/BowerInstallAction.java    |      127 +
 .../clientproject/bower/BowerProblemProvider.java  |      229 +
 .../web/clientproject/bower/Bundle.properties      |       41 +
 .../web/clientproject/bower/bower-resolver.xml     |       53 +
 .../browser/BrowserActionProvider.java             |      150 +
 .../web/clientproject/browser/Bundle.properties    |       42 +
 .../browser/ClientProjectEnhancedBrowserImpl.java  |      171 +
 .../ClientProjectEnhancedBrowserProviderImpl.java  |       74 +
 .../browser/RefreshOnSaveListenerImpl.java         |       82 +
 .../ClientSideProjectGenerator.java                |       98 +
 .../createprojectapi/CreateProjectProperties.java  |      205 +
 .../web/clientproject/grunt/Bundle.properties      |       50 +
 .../clientproject/grunt/GruntCustomizerPanel.form  |      124 +
 .../clientproject/grunt/GruntCustomizerPanel.java  |      263 +
 .../clientproject/grunt/GruntPanelProvider.java    |       76 +
 .../modules/web/clientproject/grunt/Gruntfile.js   |        9 +
 .../web/clientproject/grunt/GruntfileExecutor.java |      178 +
 .../web/clientproject/grunt/RunTargetsAction.java  |      350 +
 .../web/clientproject/grunt/TargetLister.java      |      201 +
 .../web/clientproject/grunt/grunt-resolver.xml     |       53 +
 .../web/clientproject/grunt/gruntdescription.html  |       51 +
 .../web/clientproject/grunt/package-info.java      |       55 +
 .../web/clientproject/node/AnnotatedNode.java      |      180 +
 .../web/clientproject/node/Bundle.properties       |       42 +
 .../node/ImportantFilesNodeFactory.java            |      493 +
 .../web/clientproject/node/NodeExecutor.java       |      156 +
 .../clientproject/node/NodeProblemProvider.java    |      138 +
 .../web/clientproject/node/NpmInstallAction.java   |      133 +
 .../web/clientproject/node/NpmProblemProvider.java |      210 +
 .../web/clientproject/node/ProcessUtilities.java   |      141 +
 .../web/clientproject/node/npm-resolver.xml        |       53 +
 .../problems/CustomizerProblemResolver.java        |       98 +
 .../modules/web/clientproject/problems/Done.java   |       88 +
 .../problems/ProjectPropertiesProblemProvider.java |      251 +
 .../resources/clientside-project-private1.xsd      |       51 +
 .../resources/clientside-project1.xsd              |       57 +
 .../web/clientproject}/resources/config-badge.gif  |      Bin
 .../web/clientproject/resources}/defaultFolder.gif |      Bin
 .../clientproject}/resources/defaultFolderOpen.gif |      Bin
 .../modules/web/clientproject/resources/layer.xml  |      251 +
 .../web/clientproject/sites/Bundle.properties      |       47 +
 .../web/clientproject/sites/OnlineSites.java       |      239 +
 .../clientproject/sites/SiteMobileBoilerplate.java |      125 +
 .../modules/web/clientproject/sites/SiteZip.java   |      287 +
 .../web/clientproject/sites/SiteZipPanel.form      |       86 +
 .../web/clientproject/sites/SiteZipPanel.java      |      168 +
 .../web/clientproject/ui/BrowseFolders.form        |       78 +
 .../web/clientproject/ui/BrowseFolders.java        |      471 +
 .../modules/web/clientproject/ui/Bundle.properties |       67 +
 .../ui/ClientSideProjectLogicalView.java           |      913 +
 .../ui/action/CreateSiteTemplateAction.java        |       97 +
 .../clientproject/ui/action/ProjectOperations.java |      124 +
 .../ui/browser/BrowserConfigurationPanel.form      |       56 +
 .../ui/browser/BrowserConfigurationPanel.java      |      117 +
 .../web/clientproject/ui/browser/Bundle.properties |       42 +
 .../clientproject/ui/customizer/Bundle.properties  |       65 +
 .../ui/customizer/ClientSideProjectProperties.java |      435 +
 .../ui/customizer/CompositePanelProviderImpl.java  |      198 +
 .../ui/customizer/CustomizerProviderImpl.java      |      259 +
 .../ui/customizer/LicensePanelSupport.java         |      152 +
 .../web/clientproject/ui/customizer/RunPanel.form  |      192 +
 .../web/clientproject/ui/customizer/RunPanel.java  |      551 +
 .../clientproject/ui/customizer/SourcesPanel.form  |      147 +
 .../clientproject/ui/customizer/SourcesPanel.java  |      373 +
 .../ExistingClientSideProjectDescription.html      |       49 +
 .../resources/NewClientSideProjectDescription.html |       49 +
 .../clientproject/ui}/resources/config-badge.gif   |      Bin
 .../web/clientproject/ui/resources/projecticon.png |      Bin 0 -> 466 bytes
 .../clientproject/ui/resources/sources-badge.gif   |      Bin
 .../web/clientproject/ui/resources/tests-badge.png |      Bin
 .../web/clientproject/ui/wizard/Bundle.properties  |       68 +
 .../ui/wizard/ClientSideProjectDetector.java       |      225 +
 .../ui/wizard/ClientSideProjectWizardIterator.java |      606 +
 .../ui/wizard/CreateSiteTemplate.form              |      122 +
 .../ui/wizard/CreateSiteTemplate.java              |      757 +
 .../ui/wizard/ExistingClientSideProject.form       |      124 +
 .../ui/wizard/ExistingClientSideProject.java       |      455 +
 .../ui/wizard/ExistingClientSideProjectPanel.java  |      126 +
 .../ui/wizard/JavaScriptLibrarySelectionPanel.java |      272 +
 .../ui/wizard/NewClientSideProject.form            |      115 +
 .../ui/wizard/NewClientSideProject.java            |      314 +
 .../ui/wizard/NewClientSideProjectPanel.java       |      117 +
 .../ui/wizard/NewFileWizardIterator.java           |      234 +
 .../ui/wizard/SiteTemplateWizard.form              |      163 +
 .../ui/wizard/SiteTemplateWizard.java              |      585 +
 .../ui/wizard/SiteTemplateWizardPanel.java         |      152 +
 .../util/ClientSideProjectUtilities.java           |      294 +
 .../web/clientproject/util/FileUtilities.java      |      255 +
 .../validation/ProjectFoldersValidator.java        |      100 +
 .../validation/RunProjectValidator.java            |      116 +
 .../data/simpleProject/config/config.json          |        3 +
 .../simpleProject/nbproject/project.properties     |        7 +
 .../data/simpleProject/nbproject/project.xml       |        9 +
 .../data/simpleProject/public_html/debug.html      |       25 +
 .../data/simpleProject/public_html/debugMod.html   |       21 +
 .../data/simpleProject/public_html/index.html      |       26 +
 .../data/simpleProject/public_html/linebp.js       |       35 +
 .../data/simpleProject/public_html/linebpMod.js    |       26 +
 .../data/simpleProject/public_html/refresh.css     |       16 +
 .../data/simpleProject/public_html/refresh.html    |       14 +
 .../data/simpleProject/public_html/refresh.js      |        0
 .../data/simpleProject/public_html/style.css       |       16 +
 .../data/simpleProject/public_html/xhr.html        |       28 +
 .../qa-functional/data/simpleProject/test/test.js  |        3 +
 .../src/org/netbeans/test/html5/Browser.java       |      130 +
 .../org/netbeans/test/html5/CSSStylesOperator.java |      612 +
 .../src/org/netbeans/test/html5/DomOperator.java   |      142 +
 .../test/html5/EmbeddedBrowserOperator.java        |      306 +
 .../netbeans/test/html5/GeneralHTMLProject.java    |      593 +
 .../org/netbeans/test/html5/InspectionTest.java    |      346 +
 .../src/org/netbeans/test/html5/RefreshTest.java   |      185 +
 .../test/html5/debug/ChromeDebuggerSuite.java      |       72 +
 .../test/html5/debug/JavaScriptDebugger.java       |      196 +
 .../test/html5/debug/LineDebuggerTest.java         |      330 +
 .../test/html5/debug/VariablesOperator.java        |      127 +
 .../netbeans/test/html5/debug/XHRDebuggerTest.java |      204 +
 .../web/clientproject/ClientSideProjectTest.java   |      240 +
 .../validation/ProjectFoldersValidatorTest.java    |      138 +
 web.common/manifest.mf                             |        2 +-
 web.common/nbproject/project.properties            |        6 +-
 web.common/nbproject/project.xml                   |      140 +-
 .../netbeans/modules/web/common/Bundle.properties  |        2 +
 .../modules/web/common/api/Bundle.properties       |       58 +
 .../netbeans/modules/web/common/api/Constants.java |        1 +
 .../modules/web/common/api/CssPreprocessor.java    |      136 +
 .../modules/web/common/api/CssPreprocessors.java   |      351 +
 .../web/common/api/CssPreprocessorsListener.java   |      176 +
 .../modules/web/common/api/DependenciesGraph.java  |       32 +-
 .../modules/web/common/api/DependencyType.java     |       69 +
 .../modules/web/common/api/DependentFileQuery.java |       96 +
 .../web/common/api/FileReferenceCompletion.java    |      109 +-
 .../modules/web/common/api/LexerUtils.java         |      276 +-
 .../org/netbeans/modules/web/common/api/Lines.java |      161 +
 .../modules/web/common/api/RemoteFileCache.java    |       85 +
 .../modules/web/common/api/ServerURLMapping.java   |      167 +
 .../modules/web/common/api/UsageLogger.java        |      220 +
 .../netbeans/modules/web/common/api/Version.java   |      353 +
 .../netbeans/modules/web/common/api/WebServer.java |      400 +
 .../netbeans/modules/web/common/api/WebUtils.java  |      249 +-
 .../org/netbeans/modules/web/common/api/mime.types |      765 +
 .../modules/web/common/cssprep/Bundle.properties   |       43 +
 .../web/common/cssprep/CssPrepOptionsPanel.form    |       96 +
 .../web/common/cssprep/CssPrepOptionsPanel.java    |      180 +
 .../cssprep/CssPrepOptionsPanelController.java     |      196 +
 .../common/cssprep/CssPreprocessorAccessor.java    |       88 +
 .../common/cssprep/CssPreprocessorsAccessor.java   |       76 +
 .../common/cssprep/CssPreprocessorsCustomizer.java |       69 +
 .../cssprep/CssPreprocessorsCustomizerPanel.form   |       52 +
 .../cssprep/CssPreprocessorsCustomizerPanel.java   |      252 +
 .../cssprep/CssPreprocessorsProblemProvider.java   |      135 +
 .../web/common/refactoring/Bundle.properties       |        2 +-
 .../FolderActionsImplementationProvider.java       |       29 +-
 .../web/common/refactoring/RenamePanel.java        |       13 +-
 .../modules/web/common/remote/RemoteFS.java        |      377 +
 .../web/common/remote/RemoteFilesCache.java        |      200 +
 .../modules/web/common/remote/RemoteURLMapper.java |       80 +
 .../common/spi/CssPreprocessorImplementation.java  |      330 +
 .../spi/CssPreprocessorImplementationListener.java |      162 +
 .../spi/DependentFileQueryImplementation.java      |       61 +
 .../web/common/spi/ProjectWebRootProvider.java     |       10 +
 .../web/common/spi/ProjectWebRootQuery.java        |       25 +-
 .../common/spi/RemoteFileCacheImplementation.java  |       57 +
 .../common/spi/ServerURLMappingImplementation.java |       68 +
 .../test/unit/data/space issue229522/test.css      |        0
 .../modules/web/common/api/LexerUtilsTest.java     |       33 +-
 .../netbeans/modules/web/common/api/LinesTest.java |      168 +
 .../web/common/api/ServerURLMappingTest.java       |       80 +
 .../modules/web/common/api/UsageLoggerTest.java    |       93 +
 .../modules/web/common/api/WebServerTest.java      |      246 +
 .../modules/web/common/api/WebUtilsTest.java       |      154 +-
 web.common/web.common.webloc                       |        8 +
 web.core.syntax/external/syntaxref20-license.txt   |        2 +-
 web.core.syntax/nbproject/project.properties       |       23 +-
 web.core.syntax/nbproject/project.xml              |      117 +-
 .../modules/web/core/syntax/Bundle.properties      |        1 -
 .../web/core/syntax/IncludedJSPFileProcessor.java  |        2 +-
 .../modules/web/core/syntax/JSPELPlugin.java       |      146 +-
 .../modules/web/core/syntax/JSPProcessor.java      |       42 +-
 .../web/core/syntax/JspELVariableResolver.java     |       42 +-
 .../web/core/syntax/JspHyperlinkProvider.java      |      363 +-
 .../netbeans/modules/web/core/syntax/JspKit.java   |      310 +-
 .../modules/web/core/syntax/JspSourceTask.java     |        9 +-
 .../modules/web/core/syntax/JspSyntaxSupport.java  |       50 +-
 .../netbeans/modules/web/core/syntax/JspUtils.java |       33 +-
 .../web/core/syntax/SimplifiedJspServlet.java      |      102 +-
 .../web/core/syntax/completion/AttrSupports.java   |        8 +-
 .../syntax/completion/AttributeValueSupport.java   |        2 +-
 .../completion/JavaJspCompletionProvider.java      |        2 +-
 .../core/syntax/completion/JspCompletionQuery.java |       17 +-
 .../syntax/completion/api/JspCompletionItem.java   |      117 +-
 .../folding/JspCodeFoldingSideBarFactory.java      |       34 -
 .../web/core/syntax/folding/JspFoldManager.java    |      515 -
 .../core/syntax/folding/JspFoldManagerFactory.java |       33 -
 .../web/core/syntax/folding/JspFoldTypes.java      |       76 -
 .../web/core/syntax/folding/JspFoldUtils.java      |       81 -
 .../core/syntax/folding/JspFoldingConstants.java   |       28 -
 .../formatting/ExpressionLanguageIndenter.java     |       20 +-
 .../web/core/syntax/formatting/JspIndenter.java    |        6 +-
 .../web/core/syntax/gsf/JspCommentHandler.java     |        8 +
 .../web/core/syntax/gsf/JspKeystrokeHandler.java   |       65 +-
 .../web/core/syntax/gsf/JspStructureScanner.java   |       95 +-
 .../web/core/syntax/indent/JspJavaIndentTask.java  |       85 -
 .../syntax/indent/JspJavaIndentTaskFactory.java    |       47 -
 .../web/core/syntax/parser/JspSyntaxElement.java   |       24 +-
 .../web/core/syntax/parser/JspSyntaxParser.java    |       47 +
 .../web/core/syntax/resources/Bundle.properties    |       24 +
 .../modules/web/core/syntax/resources/layer.xml    |       36 +-
 .../web/core/syntax/tld/LibraryDescriptor.java     |       56 +
 .../modules/web/core/syntax/tld/TldLibrary.java    |       14 +
 .../AutoCompletionProject/src/java/TESTBean.java   |       42 +-
 .../web/testScriptletsJavaBasic.jsp                |        2 +-
 .../CSSCompletionTest/web/testCSS3.css             |       73 +
 .../CSSCompletionTest/web/testCSS3Namespace.css    |       16 +
 .../CSSCompletionTest/web/testMedia.css            |        2 +-
 .../CSSCompletionTest/web/testTagNames.css         |        9 +-
 .../CSSCompletionTest/web/testValues.css           |        4 +-
 .../JS/nbproject/ant-deploy.xml                    |      103 +-
 .../JS/nbproject/build-impl.xml                    |      305 +-
 .../JS/nbproject/genfiles.properties               |        6 +-
 .../JS/nbproject/project.properties                |       19 +-
 .../JS/web/WEB-INF/glassfish-web.xml               |       10 +
 .../JS/web/WEB-INF/sun-web.xml                     |        2 +-
 .../data/CompletionTestProjects/JSF/build.xml      |        5 +
 .../JSF/nbproject/ant-deploy.xml                   |      103 +-
 .../JSF/nbproject/build-impl.xml                   |      361 +-
 .../JSF/nbproject/genfiles.properties              |       12 +-
 .../JSF/nbproject/project.properties               |       25 +-
 .../JSF/nbproject/project.xml                      |        4 +-
 .../JSF/src/java/mypackage/MyBean.java             |       42 +-
 .../JSF/web/WEB-INF/glassfish-web.xml              |       10 +
 .../JSF/web/WEB-INF/sun-web.xml                    |        2 +-
 .../JSF/web/testJSFObjects.jsp                     |        4 +-
 .../JavaEE6/nbproject/ant-deploy.xml               |       63 +-
 .../JavaEE6/nbproject/build-impl.xml               |      249 +-
 .../JavaEE6/nbproject/genfiles.properties          |       10 +-
 .../JavaEE6/nbproject/project.properties           |       23 +-
 .../JavaEE6/nbproject/project.xml                  |        4 +-
 .../src/java/org/my/beans/ManagedBeanWithName.java |       41 +-
 .../src/java/org/my/beans/MyManagedBean.java       |       41 +-
 .../JavaEE6/src/java/org/my/beans/NamedBean.java   |       41 +-
 .../src/java/org/my/beans/NamedWithName.java       |       41 +-
 .../JavaEE6/web/WEB-INF/sun-web.xml                |       11 -
 .../Jsp/nbproject/ant-deploy.xml                   |      103 +-
 .../Jsp/nbproject/build-impl.xml                   |      425 +-
 .../Jsp/nbproject/genfiles.properties              |        8 +-
 .../Jsp/nbproject/jaxws-build.xml                  |       20 +
 .../Jsp/nbproject/project.properties               |       28 +-
 .../Jsp/nbproject/project.xml                      |        4 +-
 .../Jsp/src/java/org/test/Card.java                |       42 +-
 .../Jsp/src/java/org/test/TestBean.java            |       43 +-
 .../Jsp/web/WEB-INF/glassfish-web.xml              |       10 +
 .../Jsp/web/WEB-INF/tags/testHTML.tag              |        7 -
 .../web/WEB-INF/tags/testScriptletsJavaBasic.tag   |        2 +-
 .../web/WEB-INF/tags/testScriptletsJavaIssue.tag   |        2 +-
 .../web/WEB-INF/tags/testScriptletsJavaOther.tag   |        2 +-
 .../Jsp/web/WEB-INF/tags/testTAGDocumentHTML.tagx  |        7 -
 .../Jsp/web/WEB-INF/tags/testTagSegment.tagf       |        7 -
 .../CompletionTestProjects/Jsp/web/stableHTML.jsp  |        7 -
 .../Jsp/web/stableHTMLEmbedding.html               |        2 +-
 .../Jsp/web/testExpression.jsp                     |       25 +-
 .../CompletionTestProjects/Jsp/web/testHTML.jsp    |        7 -
 .../Jsp/web/testHTMLCompletion.html                |        7 -
 .../Jsp/web/testJSPDocumentHTML.jspx               |        4 +-
 .../Jsp/web/testJspSegment.jspf                    |        2 +-
 .../Jsp/web/testScriptletsJava5.jsp                |       15 +-
 .../Jsp/web/testScriptletsJavaBasic.jsp            |        4 +-
 .../Jsp/web/testScriptletsJavaOther.jsp            |        2 +-
 .../CompletionTestProjects/Jsp/web/testXHTML.xhtml |        7 -
 .../EJB/nbproject/ant-deploy.xml                   |      103 +-
 .../EJB/nbproject/build-impl.xml                   |      409 +-
 .../EJB/nbproject/genfiles.properties              |        5 +-
 .../EJB/nbproject/jaxws-build.xml                  |       20 +
 .../EJB/nbproject/project.properties               |       20 +-
 .../EJB/src/java/test/TestDBCompletion.java        |       42 +-
 .../data/J2EECompletionTestProjects/J2EE/build.xml |        5 +
 .../J2EE/nbproject/ant-deploy.xml                  |      103 +-
 .../J2EE/nbproject/build-impl.xml                  |      517 +-
 .../J2EE/nbproject/genfiles.properties             |       10 +-
 .../J2EE/nbproject/jaxws-build.xml                 |       20 +
 .../J2EE/nbproject/project.properties              |       23 +-
 .../org/completion/TestAdvancedAnnotation.java     |       41 +
 .../java/org/completion/TestBasicAnnotation.java   |       52 +-
 .../J2EE/web/WEB-INF/glassfish-web.xml             |       10 +
 .../J2EE/web/testAnotationsBasic.jsp               |        7 -
 .../data/J2EECompletionTestProjects/WS/build.xml   |        5 +
 .../WS/nbproject/ant-deploy.xml                    |      103 +-
 .../WS/nbproject/build-impl.xml                    |      409 +-
 .../WS/nbproject/genfiles.properties               |        9 +-
 .../WS/nbproject/jaxws-build.xml                   |       20 +
 .../WS/nbproject/project.properties                |       20 +-
 .../WS/src/java/wsdl/TestWebService.java           |       44 +-
 .../data/OpenFileProj/src/files/sample.sh          |       42 +
 .../AnnotationsTest/testAttributesWarnings.pass    |       30 +-
 .../syntax/AnnotationsTest/testIssue121046.pass    |        2 +-
 .../syntax/AnnotationsTest/testIssue121768.pass    |        2 +-
 .../syntax/AnnotationsTest/testIssue127289.pass    |        5 +-
 .../syntax/AnnotationsTest/testIssue130745.pass    |        2 -
 .../syntax/AnnotationsTest/testIssue133760.pass    |        2 +-
 .../syntax/AnnotationsTest/testIssue133841.pass    |       10 +-
 .../syntax/AnnotationsTest/testIssue134879.pass    |        6 +-
 .../syntax/AnnotationsTest/testIssue141159.pass    |        2 +-
 .../syntax/AnnotationsTest/testMissingEndTag.pass  |       10 +-
 .../AnnotationsTest/testMissingStartTag.pass       |       10 +-
 .../AnnotationsTest/testMissingTableContent.pass   |       10 +-
 .../syntax/AnnotationsTest/testMissingTitle.pass   |       10 +-
 .../AnnotationsTest/testUnknownCSSProperty.pass    |       20 +-
 .../AutoCompletionProject_web_testHTML_jsp.pass    |        8 +-
 ...ionProject_web_testScriptletsJavaBasic_jsp.pass |        2 +-
 .../CommentActionTest/testHTMLInsideOneLine.pass   |        2 +-
 .../syntax/CommentActionTest/testHTMLOneLine.pass  |        2 +-
 .../CommentActionTest/testJSPInsideOneLine.pass    |        2 +-
 .../syntax/CommentActionTest/testJSPOneLine.pass   |        2 +-
 .../CompletionTest/JSF_web_testJSFObjects_jsp.pass |      320 +-
 .../CompletionTest/JSF_web_testJSFTag_jsp.pass     |        1 +
 .../JavaEE6_web_testInjection_jsp.pass             |      608 +-
 .../JavaEE6_web_testInjection_xhtml.pass           |      664 +-
 ...eb_WEB-INF_tags_testDirectivesAdvanced_tag.pass |        1 +
 .../Jsp_web_WEB-INF_tags_testHTML_tag.pass         |       73 +-
 .../Jsp_web_WEB-INF_tags_testJSPElements_tag.pass  |        1 +
 ...INF_tags_testScriptletsImplicitObjects_tag.pass |        7 +
 ...b_WEB-INF_tags_testScriptletsJavaBasic_tag.pass |       18 +-
 ...-INF_tags_testScriptletsJavaBasic_tag_jdk8.pass |       94 +
 ...b_WEB-INF_tags_testScriptletsJavaIssue_tag.pass |        3 +-
 ...b_WEB-INF_tags_testScriptletsJavaOther_tag.pass |       24 +-
 ..._web_WEB-INF_tags_testTAGDocumentHTML_tagx.pass |      140 +-
 .../Jsp_web_WEB-INF_tags_testTagSegment_tagf.pass  |      269 +-
 .../Jsp_web_testDirectivesAdvanced_jsp.pass        |        1 +
 .../CompletionTest/Jsp_web_testExpression_jsp.pass |      775 +-
 .../Jsp_web_testHTMLCompletion_html.pass           |      315 +-
 .../CompletionTest/Jsp_web_testHTML_jsp.pass       |      328 +-
 .../syntax/CompletionTest/Jsp_web_testJSF_jsp.pass |        1 +
 .../Jsp_web_testJSPDocumentBasic_jspx.pass         |      314 +-
 .../Jsp_web_testJSPDocumentHTML_jspx.pass          |      330 +-
 .../Jsp_web_testJSPElements_jsp.pass               |        1 +
 .../Jsp_web_testJspSegment_jspf.pass               |      133 +-
 .../Jsp_web_testScriptletsImplicitObjects_jsp.pass |        4 +
 .../Jsp_web_testScriptletsJava5_jsp.pass           |      142 +-
 .../Jsp_web_testScriptletsJava5_jsp_jdk8.pass      |      172 +
 .../Jsp_web_testScriptletsJavaBasic_jsp.pass       |       21 +-
 .../Jsp_web_testScriptletsJavaBasic_jsp_jdk8.pass  |      201 +
 .../Jsp_web_testScriptletsJavaOther_jsp.pass       |       24 +-
 .../CompletionTest/Jsp_web_testXHTML_xhtml.pass    |      348 +-
 .../CompletionTest/stableExpression_jsp.pass       |       22 +-
 .../CompletionTest/stableHTMLCompletion_html.pass  |        4 -
 .../test/syntax/CompletionTest/stableHTML_jsp.pass |        9 -
 .../syntax/CompletionTest/stableXHTML_xhtml.pass   |        4 -
 .../syntax/CompletionTest/testJSFObjects_jsp.pass  |       61 +-
 .../CSSCompletionTest_web_testBasicCSS_css.pass    |      183 +-
 ...SSCompletionTest_web_testCSS3Namespace_css.pass |      206 +
 .../CSSCompletionTest_web_testCSS3_css.pass        |      845 +
 .../CSSCompletionTest_web_testMedia_css.pass       |      449 +-
 .../CSSCompletionTest_web_testTagNames_css.pass    |       37 +-
 .../CSSCompletionTest_web_testValues_css.pass      |      764 +-
 ...> EJB_src_java_test_TestDBCompletion_java.pass} |        0
 ...org_completion_TestAdvancedAnnotation_java.pass |      290 -
 ...va_org_completion_TestBasicAnnotation_java.pass |      407 -
 ...CompletionTest_web_testAnotationsBasic_jsp.pass |       27 -
 ...org_completion_TestAdvancedAnnotation_java.pass |      311 +
 ...va_org_completion_TestBasicAnnotation_java.pass |      482 +
 .../J2EETest/J2EE_web_testAnotationsBasic_jsp.pass |       29 +
 .../WS_src_java_wsdl_TestWebService_java.pass      |      257 +
 ...tionTest_src_java_wsdl_TestWebService_java.pass |      237 -
 ...nTest_web_reformatSelectionIssue120525_jsp.pass |        3 +-
 ...tationTest_web_reformatTestIssue120524_jsp.pass |        3 +-
 ...tationTest_web_reformatTestIssue120895_jsp.pass |        3 +-
 .../IndentationTest_web_reformatTest_jspf.pass     |        3 +-
 .../netbeans/test/syntax/TokensTest/testCSS.pass   |      608 +-
 .../netbeans/test/syntax/TokensTest/testHTML.pass  |     1014 +-
 .../netbeans/test/syntax/TokensTest/testJSP.pass   |      982 +-
 .../netbeans/test/syntax/TokensTest/testJSPF.pass  |      539 +-
 .../netbeans/test/syntax/TokensTest/testJSPX.pass  |      183 +-
 .../netbeans/test/syntax/TokensTest/testTag.pass   |      810 +-
 .../netbeans/test/syntax/TokensTest/testTagX.pass  |      308 +-
 .../test/qa-functional/data/sampleJSP/build.xml    |       71 +
 .../data/sampleJSP/nbproject/ant-deploy.xml        |      111 +
 .../data/sampleJSP/nbproject/build-impl.xml        |     1441 +
 .../data/sampleJSP/nbproject/genfiles.properties   |        8 +
 .../data/sampleJSP/nbproject/project.properties    |       87 +
 .../data/sampleJSP/nbproject/project.xml           |       18 +
 .../data/sampleJSP}/src/conf/MANIFEST.MF           |        0
 .../data/sampleJSP/src/java/test/InnerBean.java    |       59 +
 .../data/sampleJSP/src/java/test/SimpleBean.java   |       75 +
 .../data/sampleJSP/web/WEB-INF/beans.xml           |        6 +
 .../sampleJSP/web/WEB-INF/tags/newtag_file.tag     |        8 +
 .../data/sampleJSP/web/WEB-INF/tags/test.tag       |       21 +
 .../data/sampleJSP/web/WEB-INF/tlds/lib.tld        |       27 +
 .../test/qa-functional/data/sampleJSP/web/el30.jsp |       29 +
 .../qa-functional/data/sampleJSP/web/embedded.jsp  |       74 +
 .../qa-functional/data/sampleJSP/web/index.jsp     |       35 +
 .../test/qa-functional/data/sampleJSP/web/nav.jsp  |       17 +
 .../test/qa-functional/data/sampleJSP/web/test.jsp |       21 +
 .../test/qa-functional/data/tokens/sample.sh       |       42 +
 .../test/languages/OpenProjectFileTest.java        |       48 +-
 .../test/languages/OpenStandaloneFileTest.java     |       48 +-
 .../org/netbeans/test/languages/TokensTest.java    |       48 +-
 .../org/netbeans/test/lib/BasicOpenFileTest.java   |       47 +-
 .../src/org/netbeans/test/lib/BasicTokensTest.java |       59 +-
 .../src/org/netbeans/test/lib/DumpTokens.java      |       91 +-
 .../org/netbeans/test/syntax/AnnotationsTest.java  |        2 +-
 .../netbeans/test/syntax/AutoCompletionTest.java   |        2 +-
 .../netbeans/test/syntax/CompletionSanityTest.java |      422 +
 .../test/syntax/CompletionTagSanityTest.java       |      426 +
 .../org/netbeans/test/syntax/CompletionTest.java   |       19 +-
 .../netbeans/test/syntax/EmbeddedSanityTest.java   |      236 +
 .../netbeans/test/syntax/ExpressionLang30Test.java |      175 +
 .../netbeans/test/syntax/ExpressionLangTest.java   |      241 +
 .../netbeans/test/syntax/FormattingSanityTest.java |      105 +
 .../src/org/netbeans/test/syntax/GeneralJSP.java   |      297 +
 .../org/netbeans/test/syntax/IndentCasesTest.java  |        6 +-
 .../src/org/netbeans/test/syntax/J2EETest.java     |      115 +-
 .../test/syntax/MiscellaneousSanityTest.java       |      159 +
 .../netbeans/test/syntax/RefactorActionTest.java   |       63 +-
 .../src/org/netbeans/test/syntax/SyntaxSuite.java  |       76 +
 .../unit/data/testContextJsps/basicInclude.java    |        2 -
 .../unit/data/testSingleJsps/JSPDeclaration.java   |        3 -
 .../test/unit/data/testSingleJsps/TrivialCase.java |        2 -
 .../data/testfilesformatting/case003.jsp.formatted |        8 +-
 .../data/testfilesformatting/case004.jsp.formatted |        8 +-
 .../data/testfilesformatting/case007.jsp.formatted |        3 +-
 .../unit/data/testfilesformatting/issue230077.jsp  |        2 +
 .../testfilesformatting/issue230077.jsp.formatted  |        3 +
 .../unit/data/testfilesformatting/issue89174.jsp   |        3 -
 .../testfilesformatting/issue89174.jsp.formatted   |        3 -
 .../completion/api/JspCompletionItemTest.java      |      117 +
 .../core/syntax/formatting/JspIndenterTest.java    |       28 +-
 .../core/syntax/formatting/XhtmlIndenterTest.java  |        2 +-
 .../core/syntax/gsf/JspKeystrokeHandlerTest.java   |      207 +
 .../js/JsTypedBreakInterceptorEmbeddedTest.java    |      222 +
 .../core/syntax/parser/JspSyntaxParserTest.java    |       32 +
 .../web/core/syntax/ContextJspServletGenTest.java  |        6 +-
 .../web/core/syntax/SingleJspServletGenTest.java   |        6 +-
 web.core/manifest.mf                               |        2 +-
 web.core/nbproject/project.properties              |        6 +-
 web.core/nbproject/project.xml                     |       88 +-
 .../netbeans/modules/web/core/Bundle.properties    |        1 -
 .../modules/web/core/EditQueryStringAction.java    |        6 +
 .../modules/web/core/JspEditorWarmUpTask.java      |      344 -
 .../netbeans/modules/web/core/WebExecSupport.java  |        2 +-
 .../WebInjectionTargetQueryImplementation.java     |        4 +-
 .../web/core/jsploader/BaseJspEditorSupport.java   |      226 +-
 .../modules/web/core/jsploader/Bundle.properties   |        1 +
 .../modules/web/core/jsploader/CompileData.java    |       10 +-
 .../modules/web/core/jsploader/JspDataObject.java  |      206 +-
 .../modules/web/core/jsploader/ServletEditor.java  |       10 +-
 .../web/core/jsploader/TagLibParseSupport.java     |       15 +-
 .../web/core/palette/items/Bundle.properties       |       10 +-
 .../web/core/palette/items/GetProperty.java        |        7 +-
 .../web/core/palette/items/UseBeanCustomizer.form  |        4 +-
 .../web/core/resources/jsp-compilation-syscp.xml   |        8 +-
 .../modules/web/core/resources/jsp-compilation.xml |       10 +-
 .../netbeans/modules/web/core/resources/layer.xml  |       49 +-
 .../resources/templates/AdvancedFilter.template    |        2 +-
 .../resources/templates/BodyTagHandler.template    |        2 +-
 .../web/core/resources/templates/Servlet.template  |       14 +-
 .../resources/templates/ServletListener.template   |        2 +-
 .../core/resources/templates/SimpleFilter.template |        2 +-
 .../resources/templates/SimpleTagHandler.template  |        2 +-
 .../modules/web/jspcompiler/JspJavacAntLogger.java |        6 +-
 .../modules/web/jspcompiler/SmapFileReader.java    |       16 +-
 .../netbeans/modules/web/taglib/Bundle.properties  |        2 +
 .../netbeans/modules/web/taglib/TLDDataObject.java |       29 +-
 .../modules/web/taglib/TLDEditorSupport.java       |       19 +-
 .../org/netbeans/modules/web/taglib/TLDLoader.java |        4 +-
 .../modules/web/taglib/model/package-info.java     |        3 +-
 .../modules/web/wizards/AnnotationGenerator.java   |       16 +-
 .../netbeans/modules/web/wizards/Bundle.properties |        4 +-
 .../modules/web/wizards/DeployDataPanel.java       |       24 +-
 .../modules/web/wizards/InitParamPanel.java        |        4 +-
 .../modules/web/wizards/ListenerIterator.java      |        9 +-
 .../modules/web/wizards/ListenerPanel.java         |       10 +-
 .../modules/web/wizards/ListenerVisualPanel.java   |       10 +
 .../netbeans/modules/web/wizards/MappingPanel.java |        4 +-
 .../netbeans/modules/web/wizards/PageIterator.java |       52 +-
 .../web/wizards/PageIteratorValidation.java        |       84 +
 .../netbeans/modules/web/wizards/ServletData.java  |       26 +-
 .../modules/web/wizards/ServletIterator.java       |       35 +-
 .../netbeans/modules/web/wizards/ServletPanel.java |        2 +-
 .../netbeans/modules/web/wizards/Utilities.java    |        4 +-
 .../web/wizards/dd/WebFragmentXmlVisualPanel1.form |        4 +-
 .../web/wizards/dd/WebFragmentXmlVisualPanel1.java |        8 +-
 .../wizards/dd/WebFragmentXmlWizardIterator.java   |        4 +-
 .../web/wizards/dd/WebFragmentXmlWizardPanel1.java |        2 +-
 .../modules/web/wizards/dd/WebXmlVisualPanel1.form |        4 +-
 .../modules/web/wizards/dd/WebXmlVisualPanel1.java |       29 +-
 .../providers/AbstractOptionPanelManager.java      |        8 +-
 .../targetpanel/providers/Bundle.properties        |        2 +-
 .../providers/JSFTargetPanelProvider.java          |       70 +-
 .../web/core/TestWebModuleImplementation.java      |        4 +-
 .../web/core/jsploader/SetModifiedTest.java        |      117 +
 web.debug/manifest.mf                              |        2 +-
 web.debug/nbproject/project.properties             |        9 +-
 web.debug/nbproject/project.xml                    |       40 +-
 .../netbeans/modules/web/debug/Bundle.properties   |        2 +-
 .../org/netbeans/modules/web/debug/Context.java    |        5 +-
 .../web/debug/EngineContextProviderImpl.java       |        3 +-
 .../modules/web/debug/FirstSourceURLProvider.java  |      162 +
 .../web/debug/JspBreakpointAnnotationListener.java |        3 +-
 .../debug/actions/JspGoToCursorActionProvider.java |        7 +-
 .../actions/JspRunToCursorActionProvider.java      |        1 +
 .../actions/JspToggleBreakpointActionProvider.java |       25 +-
 .../web/debug/breakpoints/JspLineBreakpoint.java   |       99 +
 .../web/debug/breakpoints/PersistenceManager.java  |       21 +-
 .../org/netbeans/modules/web/debug/util/Utils.java |       65 +-
 .../debug/variablesfilterring/Bundle.properties    |        4 +
 .../JSPVariablesNodeModelFilter.java               |        3 +-
 .../web/debug/watchesfiltering/Bundle.properties   |        2 +
 .../web/debug/watchesfiltering/JspElWatch.java     |       11 +
 .../data/MainTestApplication/build.xml             |       13 +-
 .../MainTestApplication/nbproject/ant-deploy.xml   |      142 +-
 .../MainTestApplication/nbproject/build-impl.xml   |     1265 +-
 .../nbproject/genfiles.properties                  |       12 +-
 .../nbproject/project.properties                   |       38 +-
 .../data/MainTestApplication/nbproject/project.xml |       10 +-
 .../org/netbeans/test/servlets/DivideServlet.java  |        4 +-
 .../web/WEB-INF/glassfish-web.xml                  |       10 +
 .../MainTestApplication/web/WEB-INF/sun-web.xml    |        8 +-
 .../test/qa-functional/data/TestLibrary/build.xml  |        8 +-
 .../data/TestLibrary/nbproject/build-impl.xml      |     1285 +-
 .../data/TestLibrary/nbproject/genfiles.properties |        8 +-
 .../data/TestLibrary/nbproject/project.properties  |       15 +-
 .../qa-functional/data/TestTagLibrary/build.xml    |        8 +-
 .../data/TestTagLibrary/nbproject/build-impl.xml   |     1303 +-
 .../TestTagLibrary/nbproject/genfiles.properties   |        8 +-
 .../TestTagLibrary/nbproject/project.properties    |       15 +-
 .../modules/web/debug/JSPDebuggingOverallTest.java |      305 +-
 .../modules/web/debug/ServletDebuggingTest.java    |      203 +-
 .../src/org/netbeans/modules/web/debug/Utils.java  |      194 +-
 web.el/manifest.mf                                 |        3 +-
 web.el/nbproject/project.properties                |       11 +-
 web.el/nbproject/project.xml                       |       95 +-
 .../src/org/netbeans/modules/web/el/AstPath.java   |       23 +-
 .../org/netbeans/modules/web/el/Bundle.properties  |        5 +-
 .../netbeans/modules/web/el/CompilationCache.java  |        2 +-
 .../modules/web/el/CompilationContext.java         |        6 +
 .../src/org/netbeans/modules/web/el/ELElement.java |       41 +
 .../modules/web/el/ELHyperlinkProvider.java        |      571 -
 .../src/org/netbeans/modules/web/el/ELIndex.java   |        2 +-
 .../src/org/netbeans/modules/web/el/ELIndexer.java |       32 +-
 .../org/netbeans/modules/web/el/ELLanguage.java    |       15 +
 .../modules/web/el/ELOccurrencesFinder.java        |       32 +-
 .../src/org/netbeans/modules/web/el/ELParser.java  |        2 +-
 .../netbeans/modules/web/el/ELParserResult.java    |       14 +-
 .../netbeans/modules/web/el/ELPreprocessor.java    |       71 +-
 .../netbeans/modules/web/el/ELTypeUtilities.java   |      506 +-
 .../modules/web/el/ELVariableResolvers.java        |       39 +-
 .../src/org/netbeans/modules/web/el/NodeUtil.java  |       47 +
 web.el/src/org/netbeans/modules/web/el/Pair.java   |       94 -
 .../netbeans/modules/web/el/ResourceBundles.java   |      347 +-
 .../modules/web/el/base/ELCommentHandler.java      |       62 +
 .../ELAssignedVariableCompletionItem.java          |       83 +
 .../web/el/completion/ELCodeCompletionHandler.java |      405 +-
 .../modules/web/el/completion/ELElementHandle.java |        4 +-
 .../el/completion/ELFunctionCompletionItem.java    |       93 +-
 .../web/el/completion/ELJavaCompletion.java        |      402 +
 .../web/el/completion/ELJavaCompletionItem.java    |       71 +-
 .../completion/ELResourceBundleCompletionItem.java |       14 +-
 .../ELResourceBundleKeyCompletionItem.java         |        6 +-
 .../modules/web/el/completion/ELSanitizer.java     |      100 +-
 .../web/el/completion/ELStreamCompletionItem.java  |       96 +
 .../el/completion/ELVariableCompletionItem.java    |        2 -
 .../modules/web/el/hints/ELHintsProvider.java      |       46 +-
 .../modules/web/el/hints/HintsAdvancedOption.java  |       56 +-
 .../netbeans/modules/web/el/hints/Identifiers.java |      113 +-
 .../modules/web/el/hints/ResourceBundleKeys.java   |       13 +-
 web.el/src/org/netbeans/modules/web/el/layer.xml   |       13 +-
 .../modules/web/el/navigation/Bundle.properties    |        2 +
 .../web/el/navigation/ELDeclarationFinder.java     |      348 +
 .../web/el/navigation/ELHyperlinkProvider.java     |      580 +
 .../modules/web/el/refactoring/DiffElement.java    |        8 +-
 .../web/el/refactoring/ELRefactoringPlugin.java    |        4 +-
 .../web/el/refactoring/ELRenameRefactoring.java    |       45 +-
 .../web/el/refactoring/ELWhereUsedQuery.java       |      105 +-
 .../web/el/refactoring/RefactoringUtil.java        |       48 +-
 .../modules/web/el/refactoring/RetoucheCommit.java |      102 -
 .../web/el/refactoring/WhereUsedQueryElement.java  |       41 +
 .../org/netbeans/modules/web/el/spi/ELPlugin.java  |       66 +-
 .../modules/web/el/spi/ELVariableResolver.java     |       64 +-
 .../org/netbeans/modules/web/el/spi/Function.java  |       91 +
 .../modules/web/el/spi/ImplicitObjectType.java     |       14 +-
 .../modules/web/el/spi/ResolverContext.java        |       67 +
 .../modules/web/el/spi/ResourceBundle.java         |       18 +-
 .../unit/data/projects/testWebProject/build.xml    |       71 +
 .../testWebProject/nbproject/ant-deploy.xml        |       85 +
 .../testWebProject/nbproject/build-impl.xml        |     1060 +
 .../testWebProject/nbproject/genfiles.properties   |        8 +
 .../testWebProject/nbproject/project.properties    |       89 +
 .../projects/testWebProject/nbproject/project.xml  |       33 +
 .../projects/testWebProject}/src/conf/MANIFEST.MF  |        0
 .../testWebProject/src/java/NoPkgBean.java         |       11 +
 .../testWebProject/src/java/beans/Bean.java        |       60 +
 .../testWebProject/src/java/beans/Cypris.java      |       14 +
 .../src/java/beans/Messages.properties             |        4 +
 .../testWebProject/src/java/issue239883/Apple.java |       43 +
 .../src/java/issue239883/AppleBean.java            |       31 +
 .../src/java/issue239883/FormBean.java             |       21 +
 .../projects/testWebProject/web/WEB-INF/web.xml    |       36 +
 .../web/completion/completion01.xhtml              |        1 +
 ...etion01.xhtml.testCompletionForArray.completion |        5 +
 .../web/completion/completion02.xhtml              |        1 +
 ...tion02.xhtml.testCompletionForList01.completion |       24 +
 .../web/completion/completion03.xhtml              |        1 +
 ...tion03.xhtml.testCompletionForString.completion |       39 +
 .../web/completion/completion04.xhtml              |        1 +
 ...letion04.xhtml.testCompletionForBean.completion |       14 +
 .../web/completion/completion05.xhtml              |        1 +
 ...stCompletionForStaticIterableElement.completion |        5 +
 .../web/completion/completion06.xhtml              |        1 +
 ...tion06.xhtml.testCompletionForStream.completion |       26 +
 .../web/completion/completion07.xhtml              |        1 +
 ...n07.xhtml.testCompletionForStreamMax.completion |        9 +
 .../web/completion/completion08.xhtml              |        1 +
 ...tml.testCompletionForContinuosStream.completion |       26 +
 .../web/completion/completion09.xhtml              |        1 +
 ...on09.xhtml.testCompletionForOptional.completion |        9 +
 .../web/completion/completion10.xhtml              |        1 +
 ...0.xhtml.testCompletionAfterSimicolon.completion |       14 +
 .../web/completion/completion11.xhtml              |        1 +
 ...n11.xhtml.testCompletionInsideStream.completion |       26 +
 .../web/completion/completion12.xhtml              |        2 +
 ...letion12.xhtml.testSimpleAssignement.completion |        5 +
 .../web/completion/completion13.xhtml              |        1 +
 ...3.xhtml.testAssignementOnTheSameLine.completion |        5 +
 .../web/completion/completion14.xhtml              |        2 +
 ...html.testAssignementsCompletionChain.completion |        9 +
 .../web/completion/completion15.xhtml              |        2 +
 ...etion15.xhtml.testAssignementsOfBean.completion |       14 +
 .../web/completion/completion16.xhtml              |        2 +
 ...ion16.xhtml.testAssignementsOfStream.completion |       26 +
 .../web/completion/completion17.xhtml              |        3 +
 ...ion17.xhtml.testCompleteAssignements.completion |        6 +
 .../web/completion/completion18.xhtml              |        1 +
 ...tion18.xhtml.testCompletionForList02.completion |       24 +
 .../web/completion/completion19.xhtml              |        1 +
 ...tion19.xhtml.testCompletionForList03.completion |       24 +
 .../web/completion/completion20.xhtml              |        1 +
 ...tion20.xhtml.testCompletionForList04.completion |       24 +
 .../web/completion/completion21.xhtml              |        1 +
 ....xhtml.testCompleteAfterAccessToList.completion |        8 +
 .../web/completion/completion22.xhtml              |        1 +
 .../completion22.xhtml.testIssue233928.completion  |       17 +
 .../web/completion/completion23.xhtml              |        1 +
 .../completion23.xhtml.testIssue234865.completion  |       12 +
 .../web/completion/completion24.xhtml              |        4 +
 ...completion24.xhtml.testIssue235971_1.completion |        5 +
 ...completion24.xhtml.testIssue235971_2.completion |        5 +
 ...completion24.xhtml.testIssue235971_3.completion |        5 +
 .../completion24.xhtml.testIssue236576.completion  |       12 +
 .../web/completion/completion25.xhtml              |        1 +
 .../completion25.xhtml.testIssue236574.completion  |       26 +
 .../web/completion/completion26.xhtml              |       11 +
 .../completion26.xhtml.testIssue236148.completion  |        5 +
 .../web/completion/issue241160.xhtml               |       17 +
 .../issue241160.xhtml.testIssue241160_1.completion |       39 +
 .../issue241160.xhtml.testIssue241160_2.completion |        8 +
 .../web/completion/java/java_completion01.xhtml    |        1 +
 ...pletion01.xhtml.testJavaCompletion01.completion |       12 +
 .../web/completion/java/java_completion02.xhtml    |        1 +
 ...pletion02.xhtml.testJavaCompletion02.completion |       11 +
 .../web/completion/java/java_completion03.xhtml    |        1 +
 ...pletion03.xhtml.testJavaCompletion03.completion |       11 +
 .../web/completion/java/java_completion04.xhtml    |        1 +
 ...pletion04.xhtml.testJavaCompletion04.completion |       11 +
 .../web/completion/java/java_completion05.xhtml    |        1 +
 ...pletion05.xhtml.testJavaCompletion05.completion |       10 +
 .../web/completion/java/java_completion06.xhtml    |        1 +
 ...pletion06.xhtml.testJavaCompletion06.completion |        5 +
 .../web/completion/java/java_completion07.xhtml    |        1 +
 ...a_completion07.xhtml.testIssue229822.completion |        3 +
 .../web/completion/java/java_completion08.xhtml    |        1 +
 ...a_completion08.xhtml.testIssue231092.completion |        6 +
 .../web/hints/identifiers/identifiers01.xhtml      |        1 +
 ...rs01.xhtml.testUnknownOperatorForListData.hints |        2 +
 .../web/hints/identifiers/identifiers02.xhtml      |        1 +
 ...entifiers02.xhtml.testKnownBeanProperty01.hints |        0
 .../web/hints/identifiers/identifiers03.xhtml      |        1 +
 ...tifiers03.xhtml.testUnknownBeanProperty01.hints |        2 +
 .../web/hints/identifiers/identifiers04.xhtml      |        1 +
 ...entifiers04.xhtml.testKnownBeanProperty02.hints |        0
 .../web/hints/identifiers/identifiers05.xhtml      |        1 +
 ...tifiers05.xhtml.testUnknownBeanProperty02.hints |        2 +
 .../web/hints/identifiers/identifiers06.xhtml      |        1 +
 ...tifiers06.xhtml.testOperatorForListData01.hints |        0
 .../web/hints/identifiers/identifiers07.xhtml      |        1 +
 ...rs07.xhtml.testWrongOperatorForListData01.hints |        2 +
 .../web/hints/identifiers/identifiers08.xhtml      |        1 +
 ...ers08.xhtml.testOperatorForListProperty01.hints |        0
 .../web/hints/identifiers/identifiers09.xhtml      |        1 +
 ...rs09.xhtml.testOperatorForArrayProperty01.hints |        0
 .../web/hints/identifiers/identifiers10.xhtml      |        1 +
 ...s10.xhtml.testOperatorForStringProperty01.hints |        2 +
 .../web/hints/identifiers/identifiers11.xhtml      |        1 +
 ...1.xhtml.testOperatorForIterableProperty01.hints |        0
 .../web/hints/identifiers/identifiers12.xhtml      |        1 +
 ...entifiers12.xhtml.testPropertyCustomMap01.hints |        0
 .../web/hints/identifiers/identifiers13.xhtml      |        1 +
 ...tifiers13.xhtml.testPropertyImplicitMap01.hints |        0
 .../web/hints/identifiers/identifiers14.xhtml      |        1 +
 ...fiers14.xhtml.testMethodCalledInBracket01.hints |        0
 .../web/hints/identifiers/identifiers15.xhtml      |        1 +
 ...fiers15.xhtml.testMethodCalledInBracket02.hints |        2 +
 .../web/hints/identifiers/identifiers16.xhtml      |        1 +
 ...fiers16.xhtml.testMethodCalledInBracket03.hints |        0
 .../web/hints/identifiers/issue232274_0.xhtml      |       17 +
 .../issue232274_0.xhtml.testIssue232274_0.hints    |        3 +
 .../web/hints/identifiers/issue232274_1.xhtml      |       18 +
 .../issue232274_1.xhtml.testIssue232274_1.hints    |        0
 .../web/hints/identifiers/issue232274_2.xhtml      |       18 +
 .../issue232274_2.xhtml.testIssue232274_2.hints    |        3 +
 .../web/hints/identifiers/issue232274_3.xhtml      |       18 +
 .../issue232274_3.xhtml.testIssue232274_3.hints    |        0
 .../web/hints/identifiers/issue232274_4.xhtml      |       17 +
 .../issue232274_4.xhtml.testIssue232274_4.hints    |        3 +
 .../web/hints/identifiers/issue234832_1.xhtml      |        1 +
 .../issue234832_1.xhtml.testIssue234832_1.hints    |        0
 .../web/hints/identifiers/issue234832_2.xhtml      |        1 +
 .../issue234832_2.xhtml.testIssue234832_2.hints    |        3 +
 .../web/hints/identifiers/issue236450_1.xhtml      |       16 +
 .../issue236450_1.xhtml.testIssue236450_1.hints    |        0
 .../web/hints/identifiers/issue239883_1.xhtml      |       23 +
 .../issue239883_1.xhtml.testIssue239883_1.hints    |        3 +
 .../web/hints/identifiers/issue239945_1.xhtml      |       11 +
 .../issue239945_1.xhtml.testIssue239945_1.hints    |        0
 .../web/hints/identifiers/issue241973_1.xhtml      |       11 +
 .../issue241973_1.xhtml.testIssue241973_1.hints    |        0
 .../hints/resourceBundle/resourceBundle01.xhtml    |        1 +
 ...ml.testUnknownResourceBundleKeyInBrackets.hints |        2 +
 .../hints/resourceBundle/resourceBundle02.xhtml    |        1 +
 ...html.testKnownResourceBundleKeyInBrackets.hints |        0
 .../hints/resourceBundle/resourceBundle03.xhtml    |        1 +
 ...ml.testUnknownResourceBundleKeyAsProperty.hints |        2 +
 .../hints/resourceBundle/resourceBundle04.xhtml    |        1 +
 ...html.testKnownResourceBundleKeyAsProperty.hints |        0
 .../web/navigation/navigation01.xhtml              |        1 +
 .../web/navigation/navigation02.xhtml              |        1 +
 .../web/navigation/navigation03.xhtml              |        1 +
 .../web/navigation/navigation04.xhtml              |        2 +
 .../org/netbeans/modules/web/el/ELParserTest.java  |      121 +-
 .../modules/web/el/ELPreprocessorTest.java         |       89 +-
 .../org/netbeans/modules/web/el/ELTestBase.java    |      829 +
 .../modules/web/el/ELTestBaseForTestProject.java   |      327 +
 .../web/el/completion/ELCompletionTest.java        |      241 +
 .../modules/web/el/completion/ELSanitizerTest.java |       40 +-
 .../modules/web/el/hints/HintTestBase.java         |      404 +
 .../modules/web/el/hints/IdentifiersTest.java      |      169 +
 .../web/el/hints/ResourceBundleKeysTest.java       |       78 +
 .../web/el/navigation/ELDeclarationFinderTest.java |       80 +
 .../web/el/refactoring/RefactoringUtilTest.java    |       28 +
 web.examples/jsp/nbproject/project.properties      |       19 +
 .../CompressionFilterTestServlet.java              |        7 +-
 web.examples/jsp/src/examples/ShowSource.java      |       45 +-
 .../jsp2/examples/simpletag/ShuffleSimpleTag.java  |       73 +-
 web.examples/jsp/src/num/NumberGuessBean.java      |        9 +-
 web.examples/jsp/src/util/HTMLFilter.java          |       10 +-
 .../jsp/src/validators/DebugValidator.java         |       18 +-
 web.examples/jsp/web/WEB-INF/web.xml               |        8 +-
 web.examples/jsp/web/cal/cal1.jsp                  |       44 +-
 web.examples/jsp/web/cal/cal1.jsp.html             |       43 +-
 web.examples/jsp/web/cal/cal2.jsp                  |       47 +-
 web.examples/jsp/web/cal/cal2.jsp.html             |       47 +-
 web.examples/jsp/web/checkbox/check.html           |       28 +-
 web.examples/jsp/web/checkbox/checkresult.jsp      |       71 +-
 web.examples/jsp/web/checkbox/checkresult.jsp.html |       73 +-
 web.examples/jsp/web/error/errorpge.jsp            |        3 +-
 web.examples/jsp/web/index.html                    |        5 -
 web.examples/jsp/web/jsp2/el/functions.jsp         |        8 +-
 web.examples/jsp/web/jsp2/el/functions.jsp.html    |       12 +-
 web.examples/jsp/web/jsp2/el/implicit-objects.jsp  |       21 +-
 .../jsp/web/jsp2/el/implicit-objects.jsp.html      |       23 +-
 web.examples/jsp/web/num/numguess.jsp              |        1 -
 web.examples/jsp/web/security/protected/index.jsp  |       44 +-
 web.examples/jsp/web/snp/snoop.jsp                 |       54 +-
 web.examples/jsp/web/snp/snoop.jsp.html            |       56 +-
 web.examples/jstl/nbproject/project.properties     |       19 +
 .../taglibs/standard/examples/i18n/Resources.java  |       55 +
 .../standard/examples/i18n/Resources_de.java       |       55 +
 .../standard/examples/i18n/Resources_fr.java       |       55 +
 .../standard/examples/i18n/Resources_it.java       |       55 +
 .../standard/examples/util/DataSourceProvider.java |      144 +
 web.examples/jstl/web/ShowSource.jsp               |       11 +-
 web.examples/jstl/web/import/Absolute.jsp          |        2 +-
 web.examples/jstl/web/import/ExposeString.jsp      |        2 +-
 web.examples/jstl/web/sql/QueryDirect.jsp          |       18 +-
 web.examples/jstl/web/sql/QueryIterate.jsp         |       23 +-
 web.examples/jstl/web/sql/QueryParam.jsp           |       19 +-
 web.examples/jstl/web/sql/Transaction.jsp          |       20 +-
 web.examples/jstl/web/sql/Update.jsp               |       21 +-
 web.examples/jstl/web/xml/includedStylesheet.xsl   |       58 +-
 web.examples/manifest.mf                           |        3 +-
 web.examples/nbproject/project.properties          |        2 +-
 web.examples/nbproject/project.xml                 |       12 +-
 web.examples/servlets/nbproject/project.properties |       19 +
 web.examples/servlets/src/CookieExample.java       |       15 +-
 .../CompressionFilterTestServlet.java              |        6 +-
 web.examples/servlets/src/util/HTMLFilter.java     |        9 +-
 web.examples/servlets/web/WEB-INF/web.xml          |        8 +-
 .../modules/web/examples/Bundle.properties         |        9 +-
 .../web/examples/PanelConfigureProjectVisual.form  |       16 -
 .../web/examples/PanelConfigureProjectVisual.java  |       35 +-
 .../modules/web/examples/PanelOptionsVisual.form   |       57 -
 .../modules/web/examples/PanelOptionsVisual.java   |      115 -
 .../modules/web/examples/WizardProperties.java     |        1 -
 .../org/netbeans/modules/web/examples/mf-layer.xml |       42 -
 web.freeform/manifest.mf                           |        2 +-
 web.freeform/nbproject/project.properties          |        2 +
 web.freeform/nbproject/project.xml                 |       43 +-
 .../modules/web/freeform/ui/Bundle.properties      |       12 +-
 .../modules/web/freeform/ui/WebLocationsPanel.form |        5 +-
 .../web/freeform/WebProjectGeneratorTest.java      |        6 +-
 web.helpset/build.xml                              |       51 -
 .../netbeans/modules/web/helpset/docs/credits.html |       48 -
 .../netbeans/modules/web/helpset/docs/pending.html |       50 -
 .../org/netbeans/modules/web/helpset/docs/tbd.html |       19 -
 .../netbeans/modules/web/helpset/docs/web-map.jhm  |      166 -
 .../netbeans/modules/web/helpset/docs/web-toc.xml  |      146 -
 .../org/netbeans/modules/web/helpset/docs/web.hs   |       42 -
 .../web/helpset/docs/web/about/about_webapps.html  |       65 -
 .../helpset/docs/web/about/webapps_idesupport.html |       74 -
 .../helpset/docs/web/about/webapps_process.html    |      185 -
 .../helpset/docs/web/about/webapps_quickref.html   |      248 -
 .../docs/web/about/webapps_techsupport.html        |      165 -
 .../docs/web/configure/about_webapp_configure.html |       83 -
 .../docs/web/configure/configure_webapp_dd.html    |      250 -
 .../web/create/about/about_create_webapps.html     |       77 -
 .../web/create/about/about_create_webcomps.html    |       58 -
 .../docs/web/create/about/create_webapps_proj.html |       70 -
 .../docs/web/create/applet/applet_create.html      |      103 -
 .../helpset/docs/web/create/applet/applet_run.html |       88 -
 .../docs/web/create/applet/applet_security.html    |       73 -
 .../docs/web/create/filter/about_filter.html       |       73 -
 .../docs/web/create/filter/filter_addtodd.html     |       52 -
 .../docs/web/create/filter/filter_create.html      |       80 -
 .../helpset/docs/web/create/filter/filter_run.html |       38 -
 .../helpset/docs/web/create/html/html_create.html  |       64 -
 .../docs/web/create/jsp/about_jsp_edit.html        |      105 -
 .../docs/web/create/jsp/about_jsp_encoding.html    |      100 -
 .../docs/web/create/jsp/about_jsp_syntax.html      |      155 -
 .../docs/web/create/jsp/about_jsp_technology.html  |       86 -
 .../helpset/docs/web/create/jsp/jsp_compile.html   |       95 -
 .../helpset/docs/web/create/jsp/jsp_create.html    |       81 -
 .../web/helpset/docs/web/create/jsp/jsp_edit.html  |       56 -
 .../docs/web/create/jsp/jsp_encoding_page.html     |      137 -
 .../docs/web/create/jsp/jsp_encoding_request.html  |       58 -
 .../docs/web/create/jsp/jsp_encoding_response.html |       92 -
 .../docs/web/create/jsp/jsp_queryparams.html       |       69 -
 .../web/helpset/docs/web/create/jsp/jsp_run.html   |       80 -
 .../docs/web/create/jsp/jsp_servletview.html       |       57 -
 .../helpset/docs/web/create/jsp/jsp_useapplet.html |       51 -
 .../helpset/docs/web/create/jsp/jsp_usetaglib.html |       96 -
 .../docs/web/create/listener/about_listener.html   |       96 -
 .../docs/web/create/listener/listener_addtodd.html |       50 -
 .../docs/web/create/listener/listener_create.html  |       67 -
 .../docs/web/create/listener/listener_run.html     |       39 -
 .../docs/web/create/servlet/about_servlet.html     |       72 -
 .../docs/web/create/servlet/servlet_create.html    |       57 -
 .../docs/web/create/servlet/servlet_edit.html      |       57 -
 .../docs/web/create/servlet/servlet_run.html       |       88 -
 .../docs/web/create/tag/about/about_jstl.html      |       55 -
 .../docs/web/create/tag/about/about_taglib.html    |       54 -
 .../docs/web/create/tag/tagfile/about_tagfile.html |       69 -
 .../web/create/tag/tagfile/tagfile_create.html     |       93 -
 .../create/tag/taghandler/taghandler_create.html   |       81 -
 .../web/create/tag/taghandler/taghandler_edit.html |       79 -
 .../helpset/docs/web/create/tag/tld/about_tld.html |       72 -
 .../docs/web/create/tag/tld/tld_create.html        |       80 -
 .../helpset/docs/web/create/tag/tld/tld_edit.html  |       76 -
 .../web/csh/dbox_other/tomcat_edit_tomcatuser.html |       89 -
 .../csh/dbox_projprops/CustomizerFrameworks.html   |       84 -
 .../csh/dbox_projprops/CustomizerWSClientHost.html |      171 -
 .../CustomizerWSClientHostDisabled.html            |       64 -
 .../dbox_projprops/CustomizerWSServiceHost.html    |      246 -
 .../CustomizerWSServiceHostDisabled.html           |       64 -
 .../csh/dbox_projprops/WebCustomizerCompile.html   |       84 -
 .../csh/dbox_projprops/WebCustomizerJavadoc.html   |       63 -
 .../csh/dbox_projprops/WebCustomizerLibraries.html |      122 -
 .../web/csh/dbox_projprops/WebCustomizerRun.html   |       78 -
 .../csh/dbox_projprops/WebCustomizerSources.html   |      189 -
 .../web/csh/dbox_projprops/WebCustomizerWar.html   |       90 -
 .../dbox_projprops_freeform/WebClasspathPanel.html |       74 -
 .../dbox_projprops_freeform/WebLocationsPanel.html |       77 -
 .../dd_multiview_filters_filtersNode.html          |      103 -
 .../dd_multiview_overview_contextParamsNode.html   |       76 -
 .../dd_multiview_overview_listenersNode.html       |       70 -
 .../dd_multiview_overview_overviewNode.html        |       97 -
 .../dd_multiview_pages_errorPagesNode.html         |       87 -
 .../dd_multiview_pages_jspPropertyGroupsNode.html  |       93 -
 .../dd_multiview_pages_welcomeFilesNode.html       |       66 -
 .../dd_multiview_references_ejbRefsNode.html       |       62 -
 .../dd_multiview_references_envEntriesNode.html    |       70 -
 ...d_multiview_references_messageDestRefsNode.html |       62 -
 .../dd_multiview_references_resEnvRefsNode.html    |       60 -
 .../dd_multiview_references_resRefsNode.html       |       88 -
 .../dd_multiview_security_loginconfigNode.html     |       45 -
 ...multiview_security_securityconstraintsNode.html |       65 -
 .../dd_multiview_security_securityrolesNode.html   |       52 -
 .../dd_multiview_servlets_servletsNode.html        |      123 -
 .../projwiz_freeform/WebClasspathWizardPanel.html  |       73 -
 .../projwiz_freeform/WebLocationsWizardPanel.html  |       67 -
 .../JSFConfigurationPanelVisual.html               |       59 -
 .../projwiz_standard/PanelConfigureProject.html    |       58 -
 .../PanelConfigureProject_servers.html             |      108 -
 .../projwiz_standard/PanelSupportedFrameworks.html |      155 -
 .../docs/web/csh/projwiz_standard/SecondPanel.html |       97 -
 .../StrutsConfigurationPanelVisual.html            |       38 -
 .../docs/web/csh/projwiz_standard/ThePanel.html    |       61 -
 .../VWJSFConfigurationPanelVisual.html             |       46 -
 .../springConfigurationPanelVisual.html            |       37 -
 .../web/csh/servletwiz/PanelConfigureServlet.html  |       43 -
 .../servletwiz/PanelConfigureServletDeploy.html    |       48 -
 .../web/helpset/docs/web/debug/about_debug.html    |       52 -
 .../web/helpset/docs/web/debug/debug_webapp.html   |       71 -
 .../web/helpset/docs/web/debug/profile_webapp.html |       98 -
 .../web/helpset/docs/web/deploy/about_deploy.html  |      107 -
 .../docs/web/deploy/deploy_changeserver.html       |       47 -
 .../helpset/docs/web/deploy/deploy_quickref.html   |      148 -
 .../web/helpset/docs/web/deploy/deploy_webapp.html |       98 -
 .../docs/web/framework/about_framework.html        |       46 -
 .../web/framework/grails/NewGrailsArtifact.html    |       33 -
 .../framework/grails/NewGrailsProjectWizard.html   |       64 -
 .../helpset/docs/web/framework/grails/about.html   |       74 -
 .../helpset/docs/web/framework/grails/create.html  |       42 -
 .../helpset/docs/web/framework/grails/install.html |       54 -
 .../framework/hibernate/hibernate-createweb.html   |       52 -
 .../helpset/docs/web/framework/jsf/about-crud.html |       69 -
 .../web/helpset/docs/web/framework/jsf/about.html  |      170 -
 .../web/helpset/docs/web/framework/jsf/add.html    |       70 -
 .../framework/jsf/create-composite-component.html  |       75 -
 .../framework/jsf/create-facelets-template.html    |       74 -
 .../web/framework/jsf/create-managed-bean.html     |       83 -
 .../docs/web/framework/jsf/create-page.html        |       60 -
 .../web/helpset/docs/web/framework/jsf/create.html |       89 -
 .../framework/jsf/csh/AddManagedBeanDialog.html    |       66 -
 .../framework/jsf/csh/AddNavigationCaseDialog.html |       80 -
 .../framework/jsf/csh/AddNavigationRuleDialog.html |       55 -
 .../framework/jsf/csh/file_ManagedBeanPanel.html   |       87 -
 .../jsf/csh/file_jsffromentity_panel1.html         |       80 -
 .../jsf/csh/file_jsffromentity_panel2.html         |       46 -
 .../web/framework/jsf/datatable-from-entity.html   |      103 -
 .../web/helpset/docs/web/framework/jsf/edit.html   |      118 -
 .../docs/web/framework/jsf/form-from-entity.html   |      103 -
 .../web/framework/jsf/pages-from-entities.html     |       91 -
 .../helpset/docs/web/framework/jsf/palette.html    |      101 -
 .../helpset/docs/web/framework/spring/about.html   |       68 -
 .../web/helpset/docs/web/framework/spring/add.html |       50 -
 .../helpset/docs/web/framework/spring/create.html  |       61 -
 .../helpset/docs/web/framework/struts/about.html   |       69 -
 .../web/helpset/docs/web/framework/struts/add.html |       47 -
 .../helpset/docs/web/framework/struts/create.html  |       47 -
 .../web/framework/struts/csh/AddActionPanel.html   |       63 -
 .../web/framework/struts/csh/AddException.html     |       66 -
 .../docs/web/framework/struts/csh/AddFormBean.html |       53 -
 .../web/framework/struts/csh/AddFormProperty.html  |       52 -
 .../docs/web/framework/struts/csh/AddForward.html  |       62 -
 .../struts/csh/AddForwardIncludePanel.html         |       75 -
 .../web/framework/struts/csh/file_ActionPanel.html |       99 -
 .../framework/struts/csh/file_ActionPanel1.html    |       50 -
 .../struts/csh/file_FormBeanNewPanel.html          |       85 -
 .../docs/web/glossary/URL_query_string.html        |       28 -
 .../web/helpset/docs/web/glossary/blueprints.html  |       18 -
 .../helpset/docs/web/glossary/character-set.html   |       24 -
 .../web/helpset/docs/web/glossary/jakarta.html     |       18 -
 .../web/helpset/docs/web/glossary/uddi.html        |       27 -
 .../modules/web/helpset/docs/web/images/arrow.gif  |      Bin 64 -> 0 bytes
 .../web/helpset/docs/web/images/cf_minus.gif       |      Bin 71 -> 0 bytes
 .../web/helpset/docs/web/images/cf_plus.gif        |      Bin 73 -> 0 bytes
 .../web/helpset/docs/web/images/circle1.gif        |      Bin 411 -> 0 bytes
 .../web/helpset/docs/web/images/circle2.gif        |      Bin 417 -> 0 bytes
 .../web/helpset/docs/web/images/circle3.gif        |      Bin 432 -> 0 bytes
 .../web/helpset/docs/web/images/circle4.gif        |      Bin 420 -> 0 bytes
 .../web/helpset/docs/web/images/circle5.gif        |      Bin 428 -> 0 bytes
 .../web/helpset/docs/web/images/circle6.gif        |      Bin 430 -> 0 bytes
 .../web/helpset/docs/web/images/circle7.gif        |      Bin 423 -> 0 bytes
 .../web/helpset/docs/web/images/circle8.gif        |      Bin 425 -> 0 bytes
 .../web/helpset/docs/web/images/circle9.gif        |      Bin 437 -> 0 bytes
 .../web/helpset/docs/web/images/cswitch.gif        |      Bin 1809 -> 0 bytes
 .../modules/web/helpset/docs/web/images/ctrl.png   |      Bin 855 -> 0 bytes
 .../modules/web/helpset/docs/web/images/dd.gif     |      Bin 372 -> 0 bytes
 .../modules/web/helpset/docs/web/images/emdash.gif |      Bin 53 -> 0 bytes
 .../modules/web/helpset/docs/web/images/html.gif   |      Bin 1736 -> 0 bytes
 .../modules/web/helpset/docs/web/images/html.jpg   |      Bin 1325 -> 0 bytes
 .../modules/web/helpset/docs/web/images/image6.gif |      Bin 1173 -> 0 bytes
 .../modules/web/helpset/docs/web/images/index.gif  |      Bin 144 -> 0 bytes
 .../docs/web/images/j2ee-blueprint-projects.jpg    |      Bin 33800 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jar.gif    |      Bin 1007 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jar.jpg    |      Bin 1432 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jar1.gif   |      Bin 1684 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jar2.gif   |      Bin 1708 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jar3.gif   |      Bin 1711 -> 0 bytes
 .../web/helpset/docs/web/images/jsp-fragment16.gif |      Bin 378 -> 0 bytes
 .../web/helpset/docs/web/images/jsp-xml16.gif      |      Bin 386 -> 0 bytes
 .../modules/web/helpset/docs/web/images/jsp16.gif  |      Bin 365 -> 0 bytes
 .../web/helpset/docs/web/images/libraries-list.gif |      Bin 9861 -> 0 bytes
 .../web/helpset/docs/web/images/modicon.gif        |      Bin 1715 -> 0 bytes
 .../web/helpset/docs/web/images/nb_spacer_t.gif    |      Bin 55 -> 0 bytes
 .../modules/web/helpset/docs/web/images/reload.gif |      Bin 1243 -> 0 bytes
 .../modules/web/helpset/docs/web/images/search.gif |      Bin 131 -> 0 bytes
 .../modules/web/helpset/docs/web/images/sort.gif   |      Bin 1116 -> 0 bytes
 .../web/helpset/docs/web/images/sortasc.gif        |      Bin 1153 -> 0 bytes
 .../web/helpset/docs/web/images/space_8pix.gif     |      Bin 46 -> 0 bytes
 .../web/helpset/docs/web/images/spacer2_t.gif      |      Bin 48 -> 0 bytes
 .../web/helpset/docs/web/images/spacer_4pix.gif    |      Bin 45 -> 0 bytes
 .../modules/web/helpset/docs/web/images/tag16.gif  |      Bin 241 -> 0 bytes
 .../modules/web/helpset/docs/web/images/time.gif   |      Bin 1202 -> 0 bytes
 .../modules/web/helpset/docs/web/images/tip.gif    |      Bin 308 -> 0 bytes
 .../web/helpset/docs/web/images/toplevel.gif       |      Bin 158 -> 0 bytes
 .../modules/web/helpset/docs/web/images/war.gif    |      Bin 959 -> 0 bytes
 .../modules/web/helpset/docs/web/images/warn.gif   |      Bin 133 -> 0 bytes
 .../web/helpset/docs/web/images/webmodule.gif      |      Bin 30624 -> 0 bytes
 .../web/helpset/docs/web/images/yellow-ball.gif    |      Bin 925 -> 0 bytes
 .../netbeans/modules/web/helpset/docs/web/tip.gif  |      Bin 130 -> 0 bytes
 web.helpset/manifest.mf                            |        7 -
 web.helpset/nbproject/project.properties           |       45 -
 web.helpset/nbproject/project.xml                  |       56 -
 .../netbeans/modules/web/helpset/Bundle.properties |       47 -
 .../netbeans/modules/web/helpset/helpset-decl.xml  |       49 -
 .../src/org/netbeans/modules/web/helpset/layer.xml |       59 -
 web.indent/build.xml                               |        5 +
 web.indent/manifest.mf                             |        6 +
 web.indent/nbproject/project.properties            |       45 +
 web.indent/nbproject/project.xml                   |      116 +
 .../netbeans/modules/web/indent/Bundle.properties  |        3 +
 .../modules/web/indent/api/LexUtilities.java       |      335 +
 .../indent/api/embedding/JoinedTokenSequence.java  |      364 +
 .../web/indent/api/embedding/VirtualSource.java    |       79 +
 .../web/indent/api/support/AbstractIndenter.java   |     2309 +
 .../web/indent/api/support/IndentCommand.java      |      209 +
 .../indent/api/support/IndenterContextData.java    |      127 +
 .../api/support/IndenterFormattingContext.java     |      183 +
 .../indent/api/support/MarkupAbstractIndenter.java |      910 +
 web.inspect/build.xml                              |       45 +
 web.inspect/manifest.mf                            |        8 +
 web.inspect/nbproject/project.properties           |       41 +
 web.inspect/nbproject/project.xml                  |      263 +
 .../netbeans/modules/web/inspect/Bundle.properties |       49 +
 .../org/netbeans/modules/web/inspect/CSSUtils.java |      470 +
 .../modules/web/inspect/PageInspectorImpl.java     |      424 +
 .../netbeans/modules/web/inspect/PageModel.java    |      248 +
 .../modules/web/inspect/actions/Bundle.properties  |       41 +
 .../web/inspect/actions/OpenResourceAction.java    |      110 +
 .../modules/web/inspect/actions/Resource.java      |      205 +
 .../netbeans/modules/web/inspect/files/Files.java  |      161 +
 .../modules/web/inspect/files/initialization.js    |      620 +
 .../modules/web/inspect/files/shortcuts.js         |       59 +
 .../modules/web/inspect/resources/DomTC.wstcgrp    |       51 +
 .../modules/web/inspect/resources/DomTree.wsgrp    |       51 +
 .../modules/web/inspect/resources/cancel.png       |      Bin 0 -> 476 bytes
 .../modules/web/inspect/resources/domElement.png   |      Bin
 .../web/inspect/resources/elementStates.png        |      Bin 0 -> 614 bytes
 .../modules/web/inspect/resources/find.png         |      Bin 0 -> 573 bytes
 .../modules/web/inspect/resources/layer.xml        |       56 +
 .../modules/web/inspect/resources/matchedRules.png |      Bin
 .../web/inspect/resources/selectionMode.png        |      Bin 0 -> 1078 bytes
 .../modules/web/inspect/sourcemap/Mapping.java     |      134 +
 .../web/inspect/sourcemap/MappingTokenizer.java    |      209 +
 .../modules/web/inspect/sourcemap/SourceMap.java   |      198 +
 .../modules/web/inspect/ui/Bundle.properties       |       48 +
 .../web/inspect/ui/CssStylesPanelProviderImpl.java |      555 +
 .../netbeans/modules/web/inspect/ui/DomPanel.java  |      563 +
 .../org/netbeans/modules/web/inspect/ui/DomTC.java |      155 +
 .../modules/web/inspect/ui/DomTCController.java    |      183 +
 .../modules/web/inspect/ui/FakeRootNode.java       |      124 +
 .../netbeans/modules/web/inspect/ui/Hyperlink.java |      105 +
 .../netbeans/modules/web/inspect/ui/Utilities.java |      200 +
 .../web/inspect/webkit/AttributesPropertySet.java  |      115 +
 .../modules/web/inspect/webkit/Bundle.properties   |       48 +
 .../modules/web/inspect/webkit/CSSUpdater.java     |      216 +
 .../modules/web/inspect/webkit/CSSUpdaterTask.java |      113 +
 .../modules/web/inspect/webkit/DOMNode.java        |      374 +
 .../web/inspect/webkit/DOMSourceElementHandle.java |      100 +
 .../web/inspect/webkit/EditorSynchronizer.java     |       70 +
 .../web/inspect/webkit/RemoteStyleSheetCache.java  |      406 +
 .../web/inspect/webkit/SortedPropertySet.java      |      119 +
 .../modules/web/inspect/webkit/Utilities.java      |      788 +
 .../web/inspect/webkit/WebKitPageModel.java        |     1080 +
 .../web/inspect/webkit/actions/Bundle.properties   |       45 +
 .../webkit/actions/GoToNodeSourceAction.java       |      211 +
 .../webkit/actions/GoToPropertySourceAction.java   |      256 +
 .../webkit/actions/GoToRuleSourceAction.java       |      223 +
 .../web/inspect/webkit/ui/Bundle.properties        |       74 +
 .../inspect/webkit/ui/CSSStylesDocumentPanel.java  |      423 +
 .../web/inspect/webkit/ui/CSSStylesPanel.java      |      657 +
 .../inspect/webkit/ui/CSSStylesSelectionPanel.java |     1182 +
 .../web/inspect/webkit/ui/CustomToolbar.java       |      136 +
 .../web/inspect/webkit/ui/DocumentNode.java        |      119 +
 .../web/inspect/webkit/ui/EditCSSRulesAction.java  |      137 +
 .../modules/web/inspect/webkit/ui/Filter.java      |      107 +
 .../inspect/webkit/ui/MatchedPropertiesNode.java   |      176 +
 .../web/inspect/webkit/ui/MatchedPropertyNode.java |      172 +
 .../web/inspect/webkit/ui/MatchedRuleNode.java     |      155 +
 .../web/inspect/webkit/ui/MatchedRulesNode.java    |      171 +
 .../modules/web/inspect/webkit/ui/RuleInfo.java    |      301 +
 .../modules/web/inspect/webkit/ui/RuleNode.java    |       90 +
 .../web/inspect/webkit/ui/StyleSheetNode.java      |      213 +
 .../netbeans/modules/web/inspect/CSSUtilsTest.java |      166 +
 .../modules/web/inspect/PageInspectorImplTest.java |      124 +
 .../modules/web/inspect/webkit/ui/FilterTest.java  |      147 +
 .../web/inspect/webkit/ui/RuleInfoTest.java        |       96 +
 web.javascript.debugger/build.xml                  |        5 +
 web.javascript.debugger/manifest.mf                |        7 +
 .../nbproject/project.properties                   |        0
 web.javascript.debugger/nbproject/project.xml      |      257 +
 .../org.netbeans.spi.viewmodel.ColumnModel         |        4 +
 .../web/javascript/debugger/Bundle.properties      |       47 +
 .../web/javascript/debugger/DebuggerConstants.java |       53 +
 .../debugger/DebuggerEngineProviderImpl.java       |       81 +
 .../debugger/EngineComponentsProviderImpl.java     |      138 +
 .../debugger/EngineDestructorProvider.java         |       63 +
 .../web/javascript/debugger/MiscEditorUtil.java    |      580 +
 .../javascript/debugger/SessionProviderImpl.java   |       88 +
 .../web/javascript/debugger/ViewModelSupport.java  |      132 +
 .../debugger/actions/AddDOMBreakpointAction.java   |      280 +
 .../javascript/debugger/actions/Bundle.properties  |       41 +
 .../debugger/actions/DebuggerActionsProvider.java  |      254 +
 .../debugger/annotation/CallStackAnnotation.java   |       68 +
 .../debugger/annotation/CurrentLineAnnotation.java |       68 +
 .../debugger/annotation/ToolTipAnnotation.java     |      482 +
 .../debugger/annotation/ToolTipModel.java          |      103 +
 .../debugger/annotation/ToolTipView.java           |      361 +
 .../debugger/breakpoints/AbstractBreakpoint.java   |      114 +
 .../breakpoints/AbstractBreakpointBeanInfo.java    |       64 +
 .../breakpoints/BreakpointActionProvider.java      |      141 +
 .../breakpoints/BreakpointClearService.java        |       68 +
 .../debugger/breakpoints/BreakpointModel.java      |      205 +
 .../BreakpointModelActiveSessionFilter.java        |      205 +
 .../breakpoints/BreakpointRuntimeSetter.java       |      247 +
 .../debugger/breakpoints/BreakpointsReader.java    |      206 +
 .../breakpoints/BrkptsViewActionProvider.java      |      166 +
 .../debugger/breakpoints/Bundle.properties         |       59 +
 .../debugger/breakpoints/DOMBreakpoint.java        |      285 +
 .../debugger/breakpoints/DOMBreakpointType.java    |      109 +
 .../javascript/debugger/breakpoints/DOMNode.java   |      845 +
 .../debugger/breakpoints/EventsBreakpoint.java     |      176 +
 .../debugger/breakpoints/EventsBreakpointType.java |      105 +
 .../debugger/breakpoints/LineBreakpointUtils.java  |      118 +
 .../debugger/breakpoints/PersistenceManager.java   |      165 +
 .../breakpoints/WebBreakpointsActiveService.java   |      169 +
 .../breakpoints/WebKitBreakpointManager.java       |      756 +
 .../debugger/breakpoints/XHRBreakpoint.java        |       72 +
 .../debugger/breakpoints/XHRBreakpointType.java    |       94 +
 .../ui/AbstractBreakpointCustomizer.java           |      126 +
 .../debugger/breakpoints/ui/Bundle.properties      |       13 +
 .../breakpoints/ui/ControllerProvider.java         |       55 +
 .../breakpoints/ui/DOMBreakpointCustomizer.form    |      131 +
 .../breakpoints/ui/DOMBreakpointCustomizer.java    |      354 +
 .../breakpoints/ui/EventsBreakpointCustomizer.form |       86 +
 .../breakpoints/ui/EventsBreakpointCustomizer.java |      406 +
 .../breakpoints/ui/XHRBreakpointCustomizer.form    |       57 +
 .../breakpoints/ui/XHRBreakpointCustomizer.java    |      164 +
 .../NetBeansJavaScriptDebuggerFactoryImpl.java     |       86 +
 .../debugger/browser/ProjectContext.java           |       88 +
 .../debugger/callstack/CallStackActionsModel.java  |      217 +
 .../callstack/CallStackAnnotationListener.java     |      180 +
 .../debugger/callstack/CallStackModel.java         |      309 +
 .../web/javascript/debugger/eval/Evaluator.java    |       71 +
 .../javascript/debugger/eval/EvaluatorService.java |       56 +
 .../debugger/eval/EvaluatorServiceImpl.java        |      135 +
 .../javascript/debugger/eval/ui/Bundle.properties  |       41 +
 .../javascript/debugger/eval/ui/CodeEvaluator.form |      107 +
 .../javascript/debugger/eval/ui/CodeEvaluator.java |      949 +
 .../debugger/eval/ui/EvaluationResultsModel.java   |      102 +
 .../debugger/eval/ui/EvaluatorLifecycle.java       |      101 +
 .../modules/web/javascript/debugger/layer.xml      |      197 +
 .../javascript/debugger/locals/VariablesModel.java |      583 +
 .../locals/VariablesTreeExpansionModel.java        |      130 +
 .../debugger/resources/code_evaluator_js.wsmode    |       18 +
 .../resources/debuggerJSevaluator.settings         |        7 +
 .../debugger/resources/debuggerJSevaluator.wstcref |       10 +
 .../debugger/resources/drop_down_arrow.png         |      Bin 0 -> 365 bytes
 .../web/javascript/debugger/resources/evaluate.png |      Bin 0 -> 561 bytes
 .../debugger/resources/global_variable_16.png      |      Bin 0 -> 627 bytes
 .../debugger/resources/proto_variable_16.png       |      Bin 0 -> 602 bytes
 .../debugger/sessions/SessionSwitcher.java         |       94 +
 .../debugger/sessions/SessionsModel.java           |      139 +
 .../javascript/debugger/watches/WatchesModel.java  |      350 +
 web.jsf.editor/external/jsf-api-docs-license.txt   |        2 +-
 web.jsf.editor/manifest.mf                         |        3 +-
 web.jsf.editor/nbproject/project.properties        |       16 +-
 web.jsf.editor/nbproject/project.xml               |      154 +-
 .../editor/FaceletsInputTextTagValueProvider.java  |       59 +-
 .../modules/web/jsf/editor/HtmlSourceTask.java     |       11 +-
 .../web/jsf/editor/InjectCompositeComponent.java   |      642 +-
 .../modules/web/jsf/editor/JsfCodeGenerator.java   |       11 +-
 .../modules/web/jsf/editor/JsfHtmlExtension.java   |      489 +-
 .../jsf/editor/JsfHtmlPaletteFolderProvider.java   |        5 +-
 .../web/jsf/editor/JsfNavigationHelper.java        |      253 +
 .../web/jsf/editor/JsfPageMetadataProvider.java    |       11 +-
 .../web/jsf/editor/JsfServerURLMapping.java        |      154 +
 .../modules/web/jsf/editor/JsfSupportImpl.java     |      165 +-
 .../netbeans/modules/web/jsf/editor/JsfUtils.java  |       33 +-
 .../modules/web/jsf/editor/PositionRange.java      |       70 +
 .../web/jsf/editor/actions/Bundle.properties       |       49 +
 .../editor/actions/FixDuplicateImportStmts.form    |       74 +
 .../editor/actions/FixDuplicateImportStmts.java    |      269 +
 .../jsf/editor/actions/FixNamespacesAction.java    |      261 +
 .../jsf/editor/actions/FixNamespacesPerformer.java |      125 +
 .../modules/web/jsf/editor/actions/ImportData.java |      211 +
 .../web/jsf/editor/actions/NamespaceProcessor.java |      343 +
 .../completion/JsfAttributesCompletionHelper.java  |      567 +
 .../jsf/editor/completion/JsfCompletionItem.java   |      129 +-
 .../jsf/editor/completion/JsfDocumentation.java    |       24 +-
 .../web/jsf/editor/el/FaceletsELPlugin.java        |      136 +-
 .../web/jsf/editor/el/JsfELVariableResolver.java   |      336 +-
 .../web/jsf/editor/el/JsfVariableContext.java      |        7 +-
 .../web/jsf/editor/el/JsfVariablesModel.java       |      140 +-
 .../jsf/editor/el/WebBeansELVariableResolver.java  |      117 +-
 .../editor/facelets/AbstractFaceletsLibrary.java   |       13 +-
 .../web/jsf/editor/facelets/Bundle.properties      |       28 +-
 .../editor/facelets/CompositeComponentLibrary.java |      143 +-
 .../facelets/CompositeLibraryDescriptor.java       |        9 +-
 .../editor/facelets/DefaultFaceletLibraries.java   |      100 +-
 .../jsf/editor/facelets/EmptyServletContext.java   |      329 +
 .../web/jsf/editor/facelets/FaceletsLibrary.java   |       81 +-
 .../editor/facelets/FaceletsLibraryDescriptor.java |       55 +-
 .../editor/facelets/FaceletsLibraryMetadata.java   |       12 +-
 .../editor/facelets/FaceletsLibrarySupport.java    |      202 +-
 .../web/jsf/editor/facelets/FunctionImpl.java      |       81 +
 .../web/jsf/editor/facelets/GenericTag.java        |       98 +
 .../web/jsf/editor/facelets/LibraryDescriptor.java |        2 +
 .../modules/web/jsf/editor/facelets/ProxyTag.java  |        2 +-
 .../modules/web/jsf/editor/facelets/TagImpl.java   |       21 +-
 .../editor/facelets/TldProxyLibraryDescriptor.java |       59 +-
 .../facelets/WebFaceletTaglibResourceProvider.java |       11 +-
 .../web/jsf/editor/facelets/libdefs/html.xml       |        9 +-
 .../modules/web/jsf/editor/facelets/libdefs/ui.xml |        2 +-
 .../jsf/editor/facelets/mojarra/ConfigManager.java |      539 +-
 .../mojarra/FaceletsTaglibConfigProcessor.java     |      200 +-
 .../modules/web/jsf/editor/hints/Bundle.properties |       21 +-
 .../jsf/editor/hints/ComponentUsagesChecker.java   |      214 +-
 .../web/jsf/editor/hints/FixLibDeclaration.java    |       26 +-
 .../web/jsf/editor/hints/HintsProvider.java        |       50 +-
 .../web/jsf/editor/hints/HintsRegistry.java        |        8 +-
 .../editor/hints/LibraryDeclarationChecker.java    |      424 +-
 .../jsf/editor/index/CompositeComponentModel.java  |      249 +-
 .../modules/web/jsf/editor/index/IndexedFile.java  |        8 +-
 .../web/jsf/editor/index/JsfBinaryIndexer.java     |      205 +-
 .../web/jsf/editor/index/JsfCustomIndexer.java     |      163 +-
 .../modules/web/jsf/editor/index/JsfIndex.java     |      171 +-
 .../web/jsf/editor/index/JsfIndexSupport.java      |       32 +
 .../modules/web/jsf/editor/index/JsfIndexer.java   |      159 -
 .../web/jsf/editor/index/JsfPageModelFactory.java  |        5 +-
 .../jsf/editor/index/ResourcesMappingModel.java    |      358 +
 .../refactoring/actions/ConvertToCCAction.java     |        4 +-
 .../editor/resources/DefaultKeyBindings-Mac.xml    |       56 +
 .../jsf/editor/resources/DefaultKeyBindings.xml    |       56 +
 .../modules/web/jsf/editor/resources/layer.xml     |       37 +-
 .../test/qa-functional/data/sampleJSF/build.xml    |       71 +
 .../data/sampleJSF/nbproject/ant-deploy.xml        |      111 +
 .../data/sampleJSF/nbproject/build-impl.xml        |     1410 +
 .../data/sampleJSF/nbproject/genfiles.properties   |        8 +
 .../data/sampleJSF/nbproject/project.properties    |       88 +
 .../data/sampleJSF/nbproject/project.xml           |       18 +
 .../data/sampleJSF}/src/conf/MANIFEST.MF           |        0
 .../data/sampleJSF/src/java/test/InnerBean.java    |       64 +
 .../data/sampleJSF/src/java/test/SimpleBean.java   |       81 +
 .../data/sampleJSF/web/WEB-INF/beans.xml           |        5 +
 .../data/sampleJSF/web/WEB-INF/web.xml             |       24 +
 .../qa-functional/data/sampleJSF/web/el30.xhtml    |       27 +
 .../qa-functional/data/sampleJSF/web/index.xhtml   |       46 +
 .../test/qa-functional/data/sampleJSF/web/ns.xhtml |       12 +
 .../test/qa-functional/data/sampleJSF22/build.xml  |       71 +
 .../data/sampleJSF22/nbproject/ant-deploy.xml      |      111 +
 .../data/sampleJSF22/nbproject/build-impl.xml      |     1410 +
 .../data/sampleJSF22/nbproject/genfiles.properties |        8 +
 .../data/sampleJSF22/nbproject/project.properties  |       88 +
 .../data/sampleJSF22/nbproject/project.xml         |       18 +
 .../data/sampleJSF22}/src/conf/MANIFEST.MF         |        0
 .../data/sampleJSF22/src/java/other/OtherBean.java |       26 +
 .../data/sampleJSF22/src/java/test/InnerBean.java  |       64 +
 .../src/java/test/NewFacesComponent.java           |       24 +
 .../src/java/test/NewFacesComponent1.java          |       24 +
 .../data/sampleJSF22/src/java/test/SimpleBean.java |       81 +
 .../data/sampleJSF22/web/WEB-INF/beans.xml         |        6 +
 .../data/sampleJSF22/web/WEB-INF/web.xml           |       24 +
 .../data/sampleJSF22/web/completion.xhtml          |       18 +
 .../qa-functional/data/sampleJSF22/web/el30.xhtml  |       27 +
 .../qa-functional/data/sampleJSF22/web/index.xhtml |       46 +
 .../data/sampleJSF22/web/navigate.xhtml            |       34 +
 .../qa-functional/data/sampleJSF22/web/ns.xhtml    |       12 +
 .../data/sampleJSF22/web/partial/inc.xhtml         |       12 +
 .../sampleJSF22/web/resources/ezcomp/out.xhtml     |       17 +
 .../netbeans/test/jsf/editor/CompletionTest.java   |      192 +
 .../test/jsf/editor/ExpressionLang30Test.java      |      174 +
 .../test/jsf/editor/ExpressionLangTest.java        |      264 +
 .../org/netbeans/test/jsf/editor/GeneralJSF.java   |      264 +
 .../org/netbeans/test/jsf/editor/JavaEE7Suite.java |       66 +
 .../netbeans/test/jsf/editor/NamespacesTest.java   |      198 +
 .../netbeans/test/jsf/editor/NavigationTest.java   |      175 +
 .../src/org/mysite/classtaglib/HyperComponent.java |       42 +
 .../src/java/META-INF/ezcomp.taglib.xml            |        2 +-
 .../testWebProject/src/java/beans/Company.java     |       41 +-
 .../data/testWebProject/src/java/beans/MBean.java  |       42 +-
 .../testWebProject/src/java/beans/Product.java     |       41 +-
 .../org/mysite/classtaglib/HyperComponent.java     |       42 +
 .../test/unit/data/testWebProject/web/cctest.xhtml |       11 +
 .../data/testWebProject/web/cctest_newns.xhtml     |       11 +
 .../web/resources/ezcomp/test2.xhtml               |       16 +
 .../data/testWebProject/web/template_custom.xhtml  |       20 +
 .../web/jsf/editor/JsfHtmlExtensionTest.java       |      175 +
 .../jsf/editor/JsfPageMetadataProviderTest.java    |       14 +-
 .../modules/web/jsf/editor/JsfSupportImplTest.java |        8 +-
 .../netbeans/modules/web/jsf/editor/TestBase.java  |       95 +-
 .../web/jsf/editor/TestBaseForTestProject.java     |       56 +-
 .../web/jsf/editor/el/JsfVariablesModelTest.java   |      104 +-
 .../facelets/DefaultFaceletLibrariesTest.java      |       10 +-
 .../facelets/FaceletsLibraryDescriptorTest.java    |       71 +
 .../facelets/FaceletsLibraryMetadataTest.java      |       71 +
 .../facelets/FaceletsLibrarySupportTest.java       |       46 +-
 .../web/jsf/editor/facelets/GenericTagTest.java    |      105 +
 .../web/jsf/editor/index/JsfIndexSupportTest.java  |       67 +
 .../editor/index/ResourcesMappingModelTest.java    |      136 +
 web.jsf.icefaces/build.xml                         |        5 +
 web.jsf.icefaces/manifest.mf                       |        7 +
 .../nbproject/project.properties                   |        0
 web.jsf.icefaces/nbproject/project.xml             |      132 +
 .../modules/web/jsf/icefaces/Bundle.properties     |       43 +
 .../jsf/icefaces/IceFacesTagFeatureProvider.java   |      135 +
 .../web/jsf/icefaces/Icefaces2Customizer.java      |      230 +
 .../web/jsf/icefaces/Icefaces2Implementation.java  |      286 +
 .../modules/web/jsf/icefaces/IcefacesProvider.java |       61 +
 .../web/jsf/icefaces/resources/Bundle.properties   |        6 +
 .../modules/web/jsf/icefaces/resources/layer.xml   |       23 +
 .../icefaces/resources/welcomeIcefaces.template    |       34 +
 .../modules/web/jsf/icefaces/ui/Bundle.properties  |        6 +
 .../ui/Icefaces2CustomizerPanelVisual.form         |      112 +
 .../ui/Icefaces2CustomizerPanelVisual.java         |      282 +
 web.jsf.kit/manifest.mf                            |        2 +-
 web.jsf.kit/nbproject/project.properties           |        2 +
 web.jsf.kit/nbproject/project.xml                  |       16 +-
 web.jsf.navigation/manifest.mf                     |        2 +-
 web.jsf.navigation/nbproject/project.xml           |       62 +-
 .../modules/web/jsf/navigation/Bundle.properties   |        5 +-
 .../FacesModelPropertyChangeListener.java          |       42 +-
 .../web/jsf/navigation/FacesModelUtility.java      |        4 +-
 .../navigation/JSFPageFlowMultiviewDescriptor.java |      280 -
 .../web/jsf/navigation/JSFPageFlowViewFactory.java |       75 -
 .../web/jsf/navigation/NavigationCaseEdge.java     |        8 +-
 .../netbeans/modules/web/jsf/navigation/Page.java  |       41 +-
 .../web/jsf/navigation/PageFlowController.java     |       95 +-
 .../web/jsf/navigation/PageFlowElement.java        |      289 +
 .../modules/web/jsf/navigation/PageFlowView.java   |      183 +-
 .../web/jsf/navigation/WebFolderListener.java      |       41 +-
 .../web/jsf/navigation/graph/SceneSerializer.java  |      126 +-
 .../graph/actions/AddPageActionProvider.java       |       41 +-
 .../graph/actions/PageFlowDeleteAction.java        |       41 +-
 .../pagecontentmodel/PageContentItem.java          |       41 +-
 .../pagecontentmodel/PageContentModel.java         |       41 +-
 .../pagecontentmodel/PageContentModelProvider.java |       41 +-
 .../web/jsf/navigation/resources/JSFConfigIcon.png |      Bin 0 -> 745 bytes
 .../jsf/navigation/MockOpenProjectsTrampoline.java |      118 -
 .../web/jsf/navigation/PageFlowControllerTest.java |       16 +-
 .../web/jsf/navigation/PageFlowTestUtility.java    |       25 +-
 .../jsf/navigation/PageFlowViewTestPostPone.java   |       46 +-
 .../modules/web/jsf/navigation/TestUtilities.java  |      143 +
 .../netbeans/modules/web/jsf/navigation/Util.java  |       41 +-
 web.jsf.richfaces/build.xml                        |        5 +
 web.jsf.richfaces/manifest.mf                      |        7 +
 .../nbproject/project.properties                   |        0
 web.jsf.richfaces/nbproject/project.xml            |      132 +
 .../modules/web/jsf/richfaces/Bundle.properties    |       51 +
 .../jsf/richfaces/RichFacesTagFeatureProvider.java |      139 +
 .../web/jsf/richfaces/Richfaces4Customizer.java    |      230 +
 .../jsf/richfaces/Richfaces4Implementation.java    |      269 +
 .../web/jsf/richfaces/RichfacesProvider.java       |       61 +
 .../modules/web/jsf/richfaces/resources/layer.xml  |       23 +
 .../richfaces/resources/welcomeRichfaces.template  |       26 +
 .../modules/web/jsf/richfaces/ui/Bundle.properties |       14 +
 .../ui/Richfaces4CustomizerPanelVisual.form        |       89 +
 .../ui/Richfaces4CustomizerPanelVisual.java        |      280 +
 web.jsf/nbproject/project.properties               |       19 +-
 web.jsf/nbproject/project.xml                      |      151 +-
 .../org/netbeans/modules/web/jsf/Bundle.properties |       18 +-
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |       90 +-
 .../modules/web/jsf/JSFConfigDataObject.java       |      144 +-
 .../web/jsf/JSFConfigEditorContextImpl.java        |       41 +-
 .../modules/web/jsf/JSFConfigEditorSupport.java    |      249 +-
 .../web/jsf/JSFConfigEditorTopComponent.java       |       88 -
 .../web/jsf/JSFConfigEditorViewFactorySupport.java |       73 -
 .../netbeans/modules/web/jsf/JSFConfigLoader.java  |       19 +-
 .../web/jsf/JSFConfigMultiViewEditorElement.java   |       67 +
 .../web/jsf/JSFConfigMultiviewDescriptor.java      |      220 -
 .../modules/web/jsf/JSFConfigUtilities.java        |      232 +-
 .../modules/web/jsf/JSFFrameworkProvider.java      |      413 +-
 .../jsf/JSFInjectionTargetQueryImplementation.java |       49 +-
 .../src/org/netbeans/modules/web/jsf/JSFUtils.java |      361 +-
 .../org/netbeans/modules/web/jsf/JsfConstants.java |       56 +
 .../netbeans/modules/web/jsf/JsfPreferences.java   |      124 +
 .../netbeans/modules/web/jsf/JsfTemplateUtils.java |      228 +
 .../modules/web/jsf/RecommendedTemplatesImpl.java  |       71 +
 .../modules/web/jsf/api/ConfigurationUtils.java    |       22 +-
 .../modules/web/jsf/api/JsfComponentUtils.java     |      249 +
 .../jsf/api/components/JsfComponentDescriptor.java |      144 -
 .../web/jsf/api/components/JsfComponents.java      |       70 -
 .../modules/web/jsf/api/editor/JSFBeanCache.java   |       39 +-
 .../web/jsf/api/editor/JSFConfigEditorContext.java |       11 +-
 .../jsf/api/editor/JSFConfigEditorViewFactory.java |       63 -
 .../jsf/api/editor/JSFResourceBundlesProvider.java |       70 +-
 .../jsf/api/editor/JsfFacesComponentsProvider.java |      308 +
 .../web/jsf/api/facesmodel/Application.java        |       13 +-
 .../modules/web/jsf/api/facesmodel/Clazz.java      |       50 +
 .../web/jsf/api/facesmodel/ContractMapping.java    |       71 +
 .../jsf/api/facesmodel/FaceletCacheFactory.java    |       50 +
 .../web/jsf/api/facesmodel/FacesConfig.java        |       18 +
 .../modules/web/jsf/api/facesmodel/Factory.java    |       93 +-
 .../web/jsf/api/facesmodel/FlashFactory.java       |       50 +
 .../modules/web/jsf/api/facesmodel/FlowCall.java   |       71 +
 .../api/facesmodel/FlowCallFacesFlowReference.java |       71 +
 .../jsf/api/facesmodel/FlowCallInOutParameter.java |       61 +
 .../api/facesmodel/FlowCallInboundParameter.java   |       50 +
 .../api/facesmodel/FlowCallOutboundParameter.java  |       50 +
 .../web/jsf/api/facesmodel/FlowCallParameter.java  |       62 +
 .../jsf/api/facesmodel/FlowCallParameterValue.java |       62 +
 .../web/jsf/api/facesmodel/FlowDefaultOutcome.java |       50 +
 .../web/jsf/api/facesmodel/FlowDefinition.java     |      143 +
 .../web/jsf/api/facesmodel/FlowDocumentId.java     |       50 +
 .../web/jsf/api/facesmodel/FlowFinalizer.java      |       51 +
 .../web/jsf/api/facesmodel/FlowHandlerFactory.java |       50 +
 .../modules/web/jsf/api/facesmodel/FlowId.java     |       50 +
 .../web/jsf/api/facesmodel/FlowInitializer.java    |       51 +
 .../web/jsf/api/facesmodel/FlowMethodCall.java     |       80 +
 .../modules/web/jsf/api/facesmodel/FlowReturn.java |       62 +
 .../web/jsf/api/facesmodel/FlowStartNode.java      |       51 +
 .../modules/web/jsf/api/facesmodel/FlowSwitch.java |       71 +
 .../modules/web/jsf/api/facesmodel/FlowView.java   |       59 +
 .../web/jsf/api/facesmodel/FromOutcome.java        |       50 +
 .../api/facesmodel/JSFConfigComponentFactory.java  |       31 +-
 .../web/jsf/api/facesmodel/JSFConfigVisitor.java   |      263 +-
 .../modules/web/jsf/api/facesmodel/JSFVersion.java |      301 +-
 .../modules/web/jsf/api/facesmodel/Method.java     |       50 +
 .../web/jsf/api/facesmodel/ProtectedViews.java     |       62 +
 .../api/facesmodel/ResourceLibraryContracts.java   |       64 +
 .../modules/web/jsf/api/facesmodel/UrlPattern.java |       57 +
 .../modules/web/jsf/api/facesmodel/Value.java      |       50 +
 .../web/jsf/api/metamodel/JsfModelFactory.java     |      164 -
 .../web/jsf/api/metamodel/JsfModelProvider.java    |       61 +
 .../modules/web/jsf/api/metamodel/ModelUnit.java   |      216 +-
 .../modules/web/jsf/dialogs/BrowseFolders.java     |      404 +-
 .../modules/web/jsf/editor/Bundle.properties       |        3 -
 .../web/jsf/editor/JSFConfigHyperlinkProvider.java |      267 +-
 .../modules/web/jsf/editor/JsfPopupAction.java     |       89 +-
 .../modules/web/jsf/editor/JspJsfELPlugin.java     |      261 +-
 .../templates/compositionTemplateClient.template   |        2 +-
 .../templates/htmlTemplateClient.template          |        2 +-
 .../resources/templates/simpleFacelets.template    |       16 +-
 .../resources/templates/template-css-1.template    |       26 +
 .../resources/templates/template-css-1.xhtml       |       26 -
 .../resources/templates/template-css-2.template    |       30 +
 .../resources/templates/template-css-2.xhtml       |       30 -
 .../resources/templates/template-css-3.template    |       25 +
 .../resources/templates/template-css-3.xhtml       |       25 -
 .../resources/templates/template-css-4.template    |       30 +
 .../resources/templates/template-css-4.xhtml       |       30 -
 .../resources/templates/template-css-5.template    |       30 +
 .../resources/templates/template-css-5.xhtml       |       30 -
 .../resources/templates/template-css-6.template    |       34 +
 .../resources/templates/template-css-6.xhtml       |       34 -
 .../resources/templates/template-css-7.template    |       33 +
 .../resources/templates/template-css-7.xhtml       |       33 -
 .../resources/templates/template-css-8.template    |       38 +
 .../resources/templates/template-css-8.xhtml       |       38 -
 ...{template-jsf2.xhtml => template-jsf2.template} |        0
 .../resources/templates/template-jsf22.template    |       20 +
 .../resources/templates/template-table-1.template  |       29 +
 .../resources/templates/template-table-1.xhtml     |       29 -
 .../resources/templates/template-table-2.template  |       34 +
 .../resources/templates/template-table-2.xhtml     |       34 -
 .../resources/templates/template-table-3.template  |       27 +
 .../resources/templates/template-table-3.xhtml     |       27 -
 .../resources/templates/template-table-4.template  |       30 +
 .../resources/templates/template-table-4.xhtml     |       30 -
 .../resources/templates/template-table-5.template  |       32 +
 .../resources/templates/template-table-5.xhtml     |       32 -
 .../resources/templates/template-table-6.template  |       35 +
 .../resources/templates/template-table-6.xhtml     |       35 -
 .../resources/templates/template-table-7.template  |       37 +
 .../resources/templates/template-table-7.xhtml     |       37 -
 .../resources/templates/template-table-8.template  |       40 +
 .../resources/templates/template-table-8.xhtml     |       40 -
 .../facelets/resources/templates/template.xhtml    |       20 -
 .../resources/templates/template1.template         |       25 -
 .../resources/templates/template2.template         |       29 -
 .../resources/templates/template3.template         |       33 -
 .../resources/templates/template4.template         |       38 -
 .../resources/templates/template5.template         |       41 -
 .../resources/templates/template6.template         |       36 -
 .../resources/templates/template7.template         |       31 -
 .../resources/templates/template8.template         |       28 -
 .../modules/web/jsf/hints/Bundle.properties        |       41 +
 .../modules/web/jsf/hints/JsfHintsContext.java     |       85 +
 .../modules/web/jsf/hints/JsfHintsUtils.java       |      127 +
 .../jsf/hints/rules/FlowScopedBeanWithoutCdi.java  |      148 +
 .../rules/JavaxFacesBeanIsGonnaBeDeprecated.java   |      211 +
 .../jsf/impl/facesmodel/AnnotationValidatorId.java |        7 +-
 .../web/jsf/impl/facesmodel/ApplicationImpl.java   |       15 +
 .../web/jsf/impl/facesmodel/AttributeImpl.java     |       18 +-
 .../web/jsf/impl/facesmodel/BehaviorImpl.java      |       18 +-
 .../web/jsf/impl/facesmodel/Bundle.properties      |       42 +
 .../modules/web/jsf/impl/facesmodel/ClazzImpl.java |       67 +
 .../facesmodel/ClientBehaviorRendererImpl.java     |       18 +-
 .../web/jsf/impl/facesmodel/ComponentImpl.java     |       18 +-
 .../jsf/impl/facesmodel/ContractMappingImpl.java   |       89 +
 .../web/jsf/impl/facesmodel/ConverterImpl.java     |       33 +-
 .../web/jsf/impl/facesmodel/ElementTypeHelper.java |      109 +
 .../impl/facesmodel/FaceletCacheFactoryImpl.java   |       66 +
 .../web/jsf/impl/facesmodel/FacesConfigImpl.java   |       30 +
 .../modules/web/jsf/impl/facesmodel/FacetImpl.java |        9 +-
 .../web/jsf/impl/facesmodel/FactoryImpl.java       |       68 +-
 .../web/jsf/impl/facesmodel/FlashFactoryImpl.java  |       67 +
 .../facesmodel/FlowCallFacesFlowReferenceImpl.java |      102 +
 .../web/jsf/impl/facesmodel/FlowCallImpl.java      |      101 +
 .../facesmodel/FlowCallInOutParameterImpl.java     |       90 +
 .../facesmodel/FlowCallInboundParameterImpl.java   |       67 +
 .../facesmodel/FlowCallOutboundParameterImpl.java  |       68 +
 .../jsf/impl/facesmodel/FlowCallParameterImpl.java |       86 +
 .../facesmodel/FlowCallParameterValueImpl.java     |       76 +
 .../impl/facesmodel/FlowDefaultOutcomeImpl.java    |       67 +
 .../jsf/impl/facesmodel/FlowDefinitionImpl.java    |      231 +
 .../jsf/impl/facesmodel/FlowDocumentIdImpl.java    |       68 +
 .../web/jsf/impl/facesmodel/FlowFinalizerImpl.java |       68 +
 .../impl/facesmodel/FlowHandlerFactoryImpl.java    |       67 +
 .../web/jsf/impl/facesmodel/FlowIdImpl.java        |       67 +
 .../jsf/impl/facesmodel/FlowInitializerImpl.java   |       67 +
 .../jsf/impl/facesmodel/FlowMethodCallImpl.java    |      120 +
 .../web/jsf/impl/facesmodel/FlowReturnImpl.java    |       83 +
 .../web/jsf/impl/facesmodel/FlowStartNodeImpl.java |       67 +
 .../web/jsf/impl/facesmodel/FlowSwitchImpl.java    |      100 +
 .../web/jsf/impl/facesmodel/FlowViewImpl.java      |       77 +
 .../web/jsf/impl/facesmodel/FromOutcomeImpl.java   |       67 +
 .../facesmodel/FullyQualifiedClassTypeImpl.java    |        6 +-
 .../facesmodel/JSFConfigComponentFactoryImpl.java  |      548 +-
 .../jsf/impl/facesmodel/JSFConfigModelImpl.java    |       72 +-
 .../impl/facesmodel/JSFConfigModelUtilities.java   |      168 +
 .../web/jsf/impl/facesmodel/JSFConfigQNames.java   |      457 +-
 .../web/jsf/impl/facesmodel/ListEntriesImpl.java   |        9 +-
 .../web/jsf/impl/facesmodel/ManagedBeanImpl.java   |       20 +-
 .../jsf/impl/facesmodel/ManagedPropertyImpl.java   |       18 +-
 .../web/jsf/impl/facesmodel/MapEntriesImpl.java    |       18 +-
 .../web/jsf/impl/facesmodel/MethodImpl.java        |       67 +
 .../jsf/impl/facesmodel/NavigationCaseImpl.java    |       10 +-
 .../jsf/impl/facesmodel/NavigationRuleImpl.java    |        9 +-
 .../web/jsf/impl/facesmodel/PropertyImpl.java      |       18 +-
 .../jsf/impl/facesmodel/ProtectedViewsImpl.java    |       85 +
 .../jsf/impl/facesmodel/ReferencedBeanImpl.java    |       18 +-
 .../web/jsf/impl/facesmodel/RenderKitImpl.java     |       18 +-
 .../web/jsf/impl/facesmodel/RendererImpl.java      |       27 +-
 .../jsf/impl/facesmodel/ResourceBundleImpl.java    |       14 +-
 .../facesmodel/ResourceLibraryContractsImpl.java   |       85 +
 .../web/jsf/impl/facesmodel/SyncUpdateVisitor.java |      366 +-
 .../impl/facesmodel/SystemEventListenerImpl.java   |       27 +-
 .../web/jsf/impl/facesmodel/UrlPatternImpl.java    |       79 +
 .../web/jsf/impl/facesmodel/ValidatorImpl.java     |       18 +-
 .../modules/web/jsf/impl/facesmodel/ValueImpl.java |       67 +
 .../web/jsf/impl/facesmodel/ViewParamImpl.java     |       18 +-
 .../web/jsf/impl/metamodel/ComponentImpl.java      |       93 +-
 .../web/jsf/impl/metamodel/JsfModelImpl.java       |       79 +-
 .../jsf/impl/metamodel/JsfModelProviderImpl.java   |      133 +
 .../web/jsf/palette/JSFPaletteUtilities.java       |       71 +-
 .../web/jsf/palette/items/Bundle.properties        |      202 +-
 .../modules/web/jsf/palette/items/EntityClass.java |       86 +-
 .../jsf/palette/items/EntityClassCustomizer.form   |      402 -
 .../jsf/palette/items/EntityClassCustomizer.java   |      539 -
 .../web/jsf/palette/items/FromEntityBase.java      |      107 +-
 .../modules/web/jsf/palette/items/JsfForm.java     |       35 +-
 .../web/jsf/palette/items/JsfFormFromEntity.java   |        8 +-
 .../web/jsf/palette/items/JsfLibrariesSupport.java |       42 +-
 .../modules/web/jsf/palette/items/JsfTable.java    |       19 +-
 .../web/jsf/palette/items/JsfTableFromEntity.java  |        5 +-
 .../jsf/palette/items/ManagedBeanCustomizer.form   |       61 +-
 .../jsf/palette/items/ManagedBeanCustomizer.java   |      389 +-
 .../modules/web/jsf/palette/items/MetaData.java    |        5 +-
 .../web/jsf/palette/items/MetaDataCustomizer.form  |       17 +-
 .../web/jsf/palette/items/MetaDataCustomizer.java  |       50 +-
 .../web/jsf/palette/items/PaletteUtils.java        |      123 +
 .../web/jsf/palette/items/PrefixResolver.java      |       67 +
 .../web/jsf/palette/items/resources/edit.ftl       |       39 +-
 .../web/jsf/palette/items/resources/table.ftl      |       33 +-
 .../web/jsf/palette/items/resources/view.ftl       |       25 +-
 .../modules/web/jsf/refactoring/DiffElement.java   |       12 +-
 .../web/jsf/refactoring/JSFMoveClassPlugin.java    |       48 +-
 .../web/jsf/refactoring/JSFRefactoringUtils.java   |       49 +-
 .../web/jsf/refactoring/JSFRenamePlugin.java       |       50 +-
 .../web/jsf/refactoring/JSFSafeDeletePlugin.java   |       45 +-
 .../web/jsf/refactoring/JSFWhereUsedPlugin.java    |       24 +-
 .../modules/web/jsf/refactoring/Modifications.java |      192 +-
 .../modules/web/jsf/refactoring/Occurrences.java   |       68 +-
 .../modules/web/jsf/resources/Bundle.properties    |       27 +-
 .../modules/web/jsf/resources/FacesComponent.html  |       51 +
 .../web/jsf/resources/ResourceLibraryContract.html |       50 +
 .../modules/web/jsf/resources/faces-config.xml     |        8 +-
 .../modules/web/jsf/resources/faces-config_1_2.xml |        4 -
 .../modules/web/jsf/resources/faces-config_2_0.xml |        4 -
 .../modules/web/jsf/resources/faces-config_2_1.xml |        7 +
 .../modules/web/jsf/resources/faces-config_2_2.xml |        7 +
 .../netbeans/modules/web/jsf/resources/layer.xml   |      177 +-
 .../resources/templates/JSFManagedBean.template    |       35 +-
 .../resources/templates/commandLink-jsf2.template  |        5 +-
 .../templates/compositeComponent.template          |        4 +
 .../web/jsf/resources/templates/controller.ftl     |       52 +-
 .../modules/web/jsf/resources/templates/create.ftl |       28 +-
 .../web/jsf/resources/templates/crudtemplate.ftl   |       53 +
 .../modules/web/jsf/resources/templates/edit.ftl   |       30 +-
 .../resources/templates/facesComponent.template    |       43 +
 .../modules/web/jsf/resources/templates/list.ftl   |       28 +-
 .../modules/web/jsf/resources/templates/view.ftl   |       26 +-
 .../jsf/resources/web-facelettaglibrary_2_2.xsd    |      681 +
 .../web/jsf/resources/web-faces-mime-resolver.xml  |       30 +-
 .../web/jsf/resources/web-facesconfig_2_1.xsd      |     2851 +
 .../web/jsf/resources/web-facesconfig_2_2.xsd      |     3703 +
 .../jsf/spi/components/JsfComponentCustomizer.java |      126 +
 .../spi/components/JsfComponentImplementation.java |      154 +
 .../jsf/spi/components/JsfComponentProvider.java   |       39 +-
 .../modules/web/jsf/wizards/Bundle.properties      |       62 +-
 .../jsf/wizards/CompositeComponentVisualPanel.form |        4 +-
 .../jsf/wizards/CompositeComponentVisualPanel.java |      393 +-
 .../wizards/CompositeComponentWizardIterator.java  |       12 +-
 .../jsf/wizards/CompositeComponentWizardPanel.java |      341 +-
 .../web/jsf/wizards/FacesComponentIterator.java    |      223 +
 .../web/jsf/wizards/FacesComponentPanel.java       |      142 +
 .../web/jsf/wizards/FacesComponentPanelVisual.form |       90 +
 .../web/jsf/wizards/FacesComponentPanelVisual.java |      150 +
 .../web/jsf/wizards/FacesConfigIterator.java       |      179 +-
 .../web/jsf/wizards/JSFClientGenerator.java        |      148 +-
 .../web/jsf/wizards/JSFConfigurationPanel.java     |      230 +-
 .../jsf/wizards/JSFConfigurationPanelVisual.form   |      101 +-
 .../jsf/wizards/JSFConfigurationPanelVisual.java   |     1535 +-
 .../jsf/wizards/JSFConfigurationWizardPanel.java   |       32 +-
 .../wizards/JSFConfigurationWizardPanelVisual.form |        9 +-
 .../wizards/JSFConfigurationWizardPanelVisual.java |       53 +-
 .../modules/web/jsf/wizards/JSFPageIterator.java   |       14 +-
 .../web/jsf/wizards/JSFValidationPanel.java        |        5 +-
 .../web/jsf/wizards/ManagedBeanIterator.java       |      404 +-
 .../modules/web/jsf/wizards/ManagedBeanPanel.java  |       27 +-
 .../web/jsf/wizards/ManagedBeanPanelVisual.form    |       12 +-
 .../web/jsf/wizards/ManagedBeanPanelVisual.java    |      222 +-
 .../web/jsf/wizards/PersistenceClientIterator.java |      302 +-
 .../wizards/PersistenceClientSetupPanelVisual.form |      109 +-
 .../wizards/PersistenceClientSetupPanelVisual.java |      235 +-
 .../web/jsf/wizards/ResourceLibraryIterator.java   |      265 +
 .../jsf/wizards/ResourceLibraryIteratorPanel.java  |      201 +
 .../ResourceLibraryIteratorPanelVisual.form        |      219 +
 .../ResourceLibraryIteratorPanelVisual.java        |      341 +
 .../web/jsf/wizards/TemplateClientIterator.java    |      132 +-
 .../web/jsf/wizards/TemplateClientPanel.java       |       93 +-
 .../web/jsf/wizards/TemplateClientPanelVisual.form |       56 +-
 .../web/jsf/wizards/TemplateClientPanelVisual.java |      523 +-
 .../modules/web/jsf/wizards/TemplateIterator.java  |      337 +-
 .../modules/web/jsf/wizards/TemplatePanel.java     |      132 +-
 .../web/jsf/wizards/TemplatePanelVisual.form       |       97 +-
 .../web/jsf/wizards/TemplatePanelVisual.java       |      197 +-
 .../modules/web/jsf/wizards/WizardProperties.java  |       14 +
 .../netbeans/test/jsf/AddManagedBeanOperator.java  |      100 +-
 .../test/jsf/AddNavigationCaseDialogOperator.java  |      122 +-
 .../test/jsf/AddNavigationRuleDialogOperator.java  |       81 +-
 .../src/org/netbeans/test/jsf/JSFSupportSuite.java |       62 +
 .../netbeans/test/jsf/JsfFunctionalEE5Test.java    |       76 +
 .../netbeans/test/jsf/JsfFunctionalEE6Test.java    |      104 +-
 .../org/netbeans/test/jsf/JsfFunctionalTest.java   |      471 +-
 .../netbeans/test/jsf/NewJSFBeanStepOperator.java  |      116 +-
 web.jsf/test/unit/data/testWebProject/build.xml    |       71 +
 .../data/testWebProject/nbproject/ant-deploy.xml   |       85 +
 .../data/testWebProject/nbproject/build-impl.xml   |     1060 +
 .../testWebProject/nbproject/genfiles.properties   |        8 +
 .../testWebProject/nbproject/project.properties    |       89 +
 .../unit/data/testWebProject/nbproject/project.xml |       33 +
 .../test/unit/data/testWebProject/src/keep_folder  |        0
 .../test/unit/data/testWebProject/web/index.xhtml  |       12 +
 .../web/jsf/editor/JSFEditorUtilitiesTest.java     |       43 +
 .../modules/web/jsf/metamodel/CommonTestCase.java  |      221 +-
 .../web/jsf/metamodel/SeveralXmlModelTest.java     |       70 +-
 .../metamodel/data/faces-config-prettyFaces.xml    |       31 +
 .../web/jsf/metamodel/data/three.faces-config.xml  |       55 +
 .../jsf/refactoring/JSFRefactoringUtilsTest.java   |       41 +-
 .../web/jsf/refactoring/OccurrencesTest.java       |       41 +-
 .../jsf/wizards/TemplateClientPanelVisualTest.java |      154 +
 .../modules/web/jsf/xdm/model/ComponentTest.java   |       13 +-
 .../web/jsf/xdm/model/ElementOrderingTest.java     |      592 +-
 .../web/jsf/xdm/model/JSFConfigModelTest.java      |      280 +-
 .../modules/web/jsf/xdm/model/SyncUpdateTest.java  |       62 +-
 .../web/jsf/xdm/model/TestCatalogModel.java        |       41 +-
 .../netbeans/modules/web/jsf/xdm/model/Util.java   |       43 +-
 .../jsf/xdm/model/faces-config-flash-factory.xml   |       10 +
 .../jsf/xdm/model/faces-config-flow-definition.xml |       55 +
 .../model/faces-config-flow-handler-factory.xml    |       10 +
 .../jsf/xdm/model/faces-config-jsfjpa-example2.xml |       42 +
 .../jsf/xdm/model/faces-config-protected-view.xml  |       10 +
 .../faces-config-resource-library-contracts.xml    |       19 +
 .../modules/web/jsf/xdm/model/faces-config_2_1.xml |       24 +
 .../modules/web/jsf/xdm/model/faces-config_2_2.xml |       24 +
 web.jsf12/nbproject/project.properties             |        2 +-
 web.jsf12/nbproject/project.xml                    |        2 +-
 web.jsf12ri/nbproject/project.properties           |        2 +-
 web.jsf12ri/nbproject/project.xml                  |       14 +-
 .../src/org/netbeans/modules/web/jsf12ri/jsf12.xml |       21 +-
 .../org/netbeans/modules/web/jsf12ri/jsf12ri.xml   |       15 +-
 web.jsf20/external/binaries-list                   |        2 +-
 web.jsf20/external/jsf-2.0-license.txt             |      397 -
 web.jsf20/external/jsf-2.1-license.txt             |      397 -
 web.jsf20/external/jsf-2.2-license.txt             |      834 +
 web.jsf20/nbproject/project.properties             |       11 +-
 web.jsf20/nbproject/project.xml                    |       24 +-
 .../netbeans/modules/web/jsf20/Bundle.properties   |       10 +-
 .../modules/web/jsf20/JsfTagFeatureProvider.java   |      136 +
 .../src/org/netbeans/modules/web/jsf20/jsf20.xml   |       19 +-
 .../src/org/netbeans/modules/web/jsf20/jsf20ri.xml |       17 +-
 web.jsfapi/manifest.mf                             |        2 +-
 web.jsfapi/nbproject/project.xml                   |       49 +-
 .../netbeans/modules/web/jsfapi/api/Attribute.java |       91 +-
 .../modules/web/jsfapi/api/DefaultLibraryInfo.java |       43 +-
 .../netbeans/modules/web/jsfapi/api/Function.java  |       56 +
 .../modules/web/jsfapi/api/JsfSupport.java         |        2 +
 .../netbeans/modules/web/jsfapi/api/JsfUtils.java  |        2 +-
 .../netbeans/modules/web/jsfapi/api/Library.java   |       24 +
 .../modules/web/jsfapi/api/LibraryComponent.java   |       25 +
 .../modules/web/jsfapi/api/LibraryInfo.java        |        5 +
 .../modules/web/jsfapi/api/LibraryType.java        |        2 +-
 .../modules/web/jsfapi/api/NamespaceUtils.java     |      145 +
 .../modules/web/jsfapi/api/TagFeature.java         |       71 +
 .../modules/web/jsfapi/spi/JsfSupportHandle.java   |        8 +-
 .../modules/web/jsfapi/spi/JsfSupportProvider.java |       66 +-
 .../modules/web/jsfapi/spi/LibraryUtils.java       |      104 +-
 .../modules/web/jsfapi/spi/TagFeatureProvider.java |       95 +
 .../modules/web/jsfapi/api/AttributeTest.java      |       86 +
 web.jspparser/build.xml                            |       40 +-
 web.jspparser/external/binaries-list               |        2 +-
 .../external/glassfish-jspparser-3.0-license.txt   |      834 -
 .../external/glassfish-jspparser-4.0-license.txt   |      834 +
 .../org/apache/jasper/compiler/CompilerHacks.java  |       10 +-
 .../org/apache/jasper/compiler/GetParseData.java   |       97 +-
 .../org/apache/jasper/compiler/NbValidator.java    |        4 +-
 .../web/jspparser_ext/WebAppParseSupport.java      |       78 +-
 web.jspparser/manifest.mf                          |        2 +-
 web.jspparser/nbproject/project.properties         |       18 +-
 web.jspparser/nbproject/project.xml                |       37 +-
 .../modules/web/jspparser/FastOpenInfoParser.java  |       47 +-
 .../modules/web/jspparser/JspParserImpl.java       |        9 +-
 .../web/jspparser/ParserServletContext.java        |        5 +
 .../modules/web/jsps/parserapi/PageInfo.java       |       23 +-
 .../netbeans/modules/web/jspparser/CacheTest.java  |        6 +
 .../netbeans/modules/web/jspparser/ParseTest.java  |        3 +-
 .../goldenfiles/ParseTest/testAnalysisBean.pass    |        2 +-
 .../goldenfiles/ParseTest/testAnalysisFaulty.pass  |       13 +-
 .../goldenfiles/ParseTest/testAnalysisMain.pass    |        8 +-
 .../ParseTest/testTagFileAttribute.pass            |        2 +-
 web.jstl11/build.xml                               |       48 -
 web.jstl11/external/binaries-list                  |        2 -
 web.jstl11/external/jstl-1.1.2-license.txt         |      208 -
 web.jstl11/external/standard-1.1.2-license.txt     |      208 -
 web.jstl11/manifest.mf                             |        7 -
 web.jstl11/nbproject/project.properties            |       47 -
 web.jstl11/nbproject/project.xml                   |       60 -
 .../netbeans/modules/web/jstl11/Bundle.properties  |       50 -
 .../src/org/netbeans/modules/web/jstl11/jstl11.xml |       67 -
 .../src/org/netbeans/modules/web/jstl11/layer.xml  |       58 -
 web.kit/manifest.mf                                |        5 +-
 web.kit/nbproject/project.properties               |       19 +-
 web.kit/nbproject/project.xml                      |      143 +-
 web.kit/release/VERSION.txt                        |        2 +-
 .../org/netbeans/modules/web/kit/Bundle.properties |       12 +-
 .../qa-functional/data/WebApplication1.4/build.xml |       71 +
 .../WebApplication1.4/nbproject/ant-deploy.xml     |      111 +
 .../WebApplication1.4/nbproject/build-impl.xml     |     1410 +
 .../nbproject/genfiles.properties                  |        8 +
 .../WebApplication1.4/nbproject/project.properties |       85 +
 .../data/WebApplication1.4/nbproject/project.xml   |       18 +
 .../data/WebApplication1.4}/src/conf/MANIFEST.MF   |        0
 .../data/WebApplication1.4/src/java/dummy.txt      |        0
 .../web/WEB-INF/glassfish-web.xml                  |       10 +
 .../data/WebApplication1.4/web/WEB-INF/web.xml     |       11 +
 .../data/WebApplication1.4/web/index.jsp           |       17 +
 .../data/WebModuleNB36/WEB-INF/sun-web.xml         |       14 -
 .../testHTMLNavigator.pass                         |       26 -
 .../testJSPNavigator.pass                          |       28 -
 .../testNewJSFWebProject.pass                      |       21 -
 .../web/WebProjectValidation/testBuildProject.pass |       44 -
 .../web/WebProjectValidation/testCleanProject.pass |       27 -
 .../WebProjectValidation/testCompileAllJSP.pass    |       62 -
 .../web/WebProjectValidation/testCompileJSP.pass   |       54 -
 .../web/WebProjectValidation/testCreateTLD.pass    |       17 -
 .../WebProjectValidation/testCreateTagHandler.pass |       19 -
 .../WebProjectValidation/testHTMLNavigator.pass    |       26 -
 .../web/WebProjectValidation/testJSPNavigator.pass |       28 -
 .../web/WebProjectValidation/testNewDocument.pass  |       22 -
 .../test/web/WebProjectValidation/testNewHTML.pass |       20 -
 .../test/web/WebProjectValidation/testNewJSP.pass  |       11 -
 .../test/web/WebProjectValidation/testNewJSP2.pass |       12 -
 .../web/WebProjectValidation/testNewSegment.pass   |       21 -
 .../web/WebProjectValidation/testNewServlet.pass   |       13 -
 .../web/WebProjectValidation/testNewServlet2.pass  |       15 -
 .../WebProjectValidation/testNewWebProject.pass    |       22 -
 .../WebProjectValidation13/testBuildProject.pass   |       44 -
 .../WebProjectValidation13/testCleanProject.pass   |       27 -
 .../WebProjectValidation13/testCompileAllJSP.pass  |       62 -
 .../web/WebProjectValidation13/testCompileJSP.pass |       54 -
 .../web/WebProjectValidation13/testCreateTLD.pass  |       17 -
 .../testCreateTagHandler.pass                      |       19 -
 .../WebProjectValidation13/testNewDocument.pass    |       22 -
 .../web/WebProjectValidation13/testNewHTML.pass    |       20 -
 .../web/WebProjectValidation13/testNewJSP.pass     |       11 -
 .../web/WebProjectValidation13/testNewJSP2.pass    |       12 -
 .../web/WebProjectValidation13/testNewSegment.pass |       21 -
 .../web/WebProjectValidation13/testNewServlet.pass |       13 -
 .../WebProjectValidation13/testNewServlet2.pass    |       15 -
 .../WebProjectValidation13/testNewWebProject.pass  |       22 -
 .../WebProjectValidationEE5/testNewWebProject.pass |       19 -
 .../testBuildProject.pass                          |       29 -
 .../testCleanProject.pass                          |       10 -
 .../testCompileAllJSP.pass                         |       44 -
 .../testCompileJSP.pass                            |       39 -
 .../testCreateTLD.pass                             |       27 -
 .../testCreateTagHandler.pass                      |       31 -
 .../testNewDocument.pass                           |       34 -
 .../testNewHTML.pass                               |       32 -
 .../testNewJSP.pass                                |       16 -
 .../testNewJSP2.pass                               |       17 -
 .../testNewSegment.pass                            |       33 -
 .../testNewServlet.pass                            |       21 -
 .../testNewServlet2.pass                           |       25 -
 .../testNewWebProject.pass                         |       17 -
 .../testNewSpringWebProject.pass                   |       28 -
 .../testNewStrutsWebProject.pass                   |       41 -
 .../testNewVWJSFWebProject.pass                    |       42 -
 web.kit/test/qa-functional/data/navigatorHTML.html |       13 -
 web.kit/test/qa-functional/data/navigatorJSP.jsp   |       24 -
 ...netbeans.modules.keyring.spi.EncryptionProvider |        1 -
 .../org.netbeans.spi.keyring.KeyringProvider       |        3 -
 .../test/web/MavenWebProjectValidation.java        |      290 +-
 .../test/web/MavenWebProjectValidationEE5.java     |       72 +
 .../test/web/MavenWebProjectValidationEE6.java     |       92 +-
 .../web/NewWebProjectJSFFrameworkStepOperator.java |      350 +-
 .../NewWebProjectSpringFrameworkStepOperator.java  |      151 +-
 .../NewWebProjectStrutsFrameworkStepOperator.java  |       82 +-
 .../NewWebProjectVWJSFFrameworkStepOperator.java   |      294 -
 .../src/org/netbeans/test/web/ProjectHelper.java   |       57 -
 .../org/netbeans/test/web/TestURLDisplayer.java    |       96 +-
 .../src/org/netbeans/test/web/Util.java            |      150 +-
 .../src/org/netbeans/test/web/WebProjectSuite.java |       70 +
 .../netbeans/test/web/WebProjectValidation.java    |      978 +-
 .../netbeans/test/web/WebProjectValidation14.java  |       95 +
 .../netbeans/test/web/WebProjectValidationEE5.java |      100 +-
 .../netbeans/test/web/WebProjectValidationEE6.java |       73 +
 .../web/WebProjectValidationNb36WebModule.java     |      239 +-
 .../test/web/WebSpringProjectValidation.java       |      108 +-
 .../test/web/WebStrutsProjectValidation.java       |      108 +-
 .../test/web/WebVWJSFProjectValidation.java        |      180 -
 web.monitor/build.xml                              |        5 -
 .../netbeans/modules/web/monitor/docs/credits.html |       48 -
 .../modules/web/monitor/docs/images/circle1.gif    |      Bin 411 -> 0 bytes
 .../modules/web/monitor/docs/images/circle2.gif    |      Bin 417 -> 0 bytes
 .../modules/web/monitor/docs/images/circle3.gif    |      Bin 432 -> 0 bytes
 .../modules/web/monitor/docs/images/circle4.gif    |      Bin 420 -> 0 bytes
 .../modules/web/monitor/docs/images/circle5.gif    |      Bin 428 -> 0 bytes
 .../modules/web/monitor/docs/images/circle6.gif    |      Bin 430 -> 0 bytes
 .../modules/web/monitor/docs/images/circle7.gif    |      Bin 423 -> 0 bytes
 .../modules/web/monitor/docs/images/circle8.gif    |      Bin 425 -> 0 bytes
 .../modules/web/monitor/docs/images/circle9.gif    |      Bin 437 -> 0 bytes
 .../web/monitor/docs/images/cookiebrowser.gif      |      Bin 411 -> 0 bytes
 .../web/monitor/docs/images/cookierecord.gif       |      Bin 287 -> 0 bytes
 .../modules/web/monitor/docs/images/cswitch.gif    |      Bin 1809 -> 0 bytes
 .../modules/web/monitor/docs/images/emdash.gif     |      Bin 53 -> 0 bytes
 .../modules/web/monitor/docs/images/errorBadge.gif |      Bin 134 -> 0 bytes
 .../modules/web/monitor/docs/images/get.gif        |      Bin 116 -> 0 bytes
 .../modules/web/monitor/docs/images/image6.gif     |      Bin 1173 -> 0 bytes
 .../modules/web/monitor/docs/images/index.gif      |      Bin 144 -> 0 bytes
 .../modules/web/monitor/docs/images/infoBadge.gif  |      Bin 130 -> 0 bytes
 .../modules/web/monitor/docs/images/monicon.gif    |      Bin 1719 -> 0 bytes
 .../web/monitor/docs/images/nb_spacer_t.gif        |      Bin 55 -> 0 bytes
 .../modules/web/monitor/docs/images/post.gif       |      Bin 114 -> 0 bytes
 .../modules/web/monitor/docs/images/reload.gif     |      Bin 1243 -> 0 bytes
 .../modules/web/monitor/docs/images/search.gif     |      Bin 131 -> 0 bytes
 .../modules/web/monitor/docs/images/sort.gif       |      Bin 1116 -> 0 bytes
 .../modules/web/monitor/docs/images/sortasc.gif    |      Bin 1153 -> 0 bytes
 .../modules/web/monitor/docs/images/space_8pix.gif |      Bin 46 -> 0 bytes
 .../modules/web/monitor/docs/images/spacer2_t.gif  |      Bin 48 -> 0 bytes
 .../web/monitor/docs/images/spacer_4pix.gif        |      Bin 45 -> 0 bytes
 .../modules/web/monitor/docs/images/time.gif       |      Bin 1202 -> 0 bytes
 .../modules/web/monitor/docs/images/tip.gif        |      Bin 308 -> 0 bytes
 .../modules/web/monitor/docs/images/toplevel.gif   |      Bin 158 -> 0 bytes
 .../modules/web/monitor/docs/images/warn.gif       |      Bin 133 -> 0 bytes
 .../web/monitor/docs/images/warningBadge.gif       |      Bin 130 -> 0 bytes
 .../modules/web/monitor/docs/images/webmodule.gif  |      Bin 3757 -> 0 bytes
 .../web/monitor/docs/images/yellow-ball.gif        |      Bin 925 -> 0 bytes
 .../modules/web/monitor/docs/monitor-toc.xml       |       31 -
 .../netbeans/modules/web/monitor/docs/monitor.hs   |       44 -
 .../web/monitor/docs/monitor/ctx_monitorintro.html |       57 -
 .../modules/web/monitor/docs/monitor/display.html  |      139 -
 .../modules/web/monitor/docs/monitor/process.html  |       72 -
 .../modules/web/monitor/docs/monitor/resend.html   |      165 -
 .../modules/web/monitor/docs/monitor/store.html    |       57 -
 .../modules/web/monitor/docs/monitor/view.html     |      165 -
 .../modules/web/monitor/docs/monitorMap.jhm        |       31 -
 web.monitor/manifest.mf                            |        2 +-
 web.monitor/nbproject/project.properties           |        3 -
 web.monitor/nbproject/project.xml                  |       16 +-
 .../modules/web/monitor/client/Bundle.properties   |        4 +-
 .../web/monitor/resources/help-main-ref.xml        |       49 -
 .../modules/web/monitor/resources/helpset-decl.xml |       49 -
 .../modules/web/monitor/resources/layer.xml        |       25 -
 web.primefaces/external/binaries-list              |        2 +-
 .../external/primefaces-2.2.1-license.txt          |      210 -
 web.primefaces/external/primefaces-5.0-license.txt |      209 +
 web.primefaces/manifest.mf                         |        2 +-
 web.primefaces/nbproject/project.properties        |        4 +-
 web.primefaces/nbproject/project.xml               |      100 +-
 .../modules/web/primefaces/Bundle.properties       |        1 -
 .../primefaces/PrimeFacesTagFeatureProvider.java   |      146 +
 .../web/primefaces/PrimefacesCustomizer.java       |      192 +
 .../web/primefaces/PrimefacesImplementation.java   |      338 +
 .../modules/web/primefaces/PrimefacesProvider.java |       29 +-
 .../web/primefaces/resources/Bundle.properties     |       24 +-
 .../modules/web/primefaces/resources/layer.xml     |       87 +-
 .../web/primefaces/resources/primefaces.xml        |       21 +-
 .../resources/welcomePrimefaces.template           |       51 +
 .../modules/web/primefaces/snippets/edit.ftl       |       62 +
 .../modules/web/primefaces/snippets/table.ftl      |       54 +
 .../modules/web/primefaces/snippets/view.ftl       |       50 +
 .../modules/web/primefaces/templates/JsfUtil.ftl   |       85 +
 .../modules/web/primefaces/templates/bundle.ftl    |       86 +
 .../web/primefaces/templates/controller.ftl        |      298 +
 .../modules/web/primefaces/templates/create.ftl    |       78 +
 .../modules/web/primefaces/templates/edit.ftl      |       80 +
 .../modules/web/primefaces/templates/jsfcrud.css   |       17 +
 .../modules/web/primefaces/templates/jsfcrud.js    |        8 +
 .../modules/web/primefaces/templates/list.ftl      |       94 +
 .../modules/web/primefaces/templates/template.ftl  |       75 +
 .../modules/web/primefaces/templates/view.ftl      |       65 +
 .../modules/web/primefaces/ui/Bundle.properties    |        5 +
 .../primefaces/ui/PrimefacesCustomizerPanel.form   |      108 +
 .../primefaces/ui/PrimefacesCustomizerPanel.java   |      283 +
 web.project/arch.xml                               |        5 -
 web.project/nbproject/project.properties           |       16 +-
 web.project/nbproject/project.xml                  |      158 +-
 .../netbeans/modules/web/project/Bundle.properties |       24 +-
 .../web/project/CssPreprocessorsSupport.java       |       88 +
 .../modules/web/project/ProjectWebModule.java      |       34 +-
 .../org/netbeans/modules/web/project/Utils.java    |       54 +-
 .../modules/web/project/WebActionProvider.java     |      184 +-
 .../modules/web/project/WebContainerImpl.java      |       31 +-
 .../web/project/WebEMGenStrategyResolver.java      |      144 -
 .../modules/web/project/WebJPAModuleInfo.java      |       14 +-
 .../modules/web/project/WebJPATargetInfo.java      |        2 -
 .../web/project/WebPersistenceProvider.java        |       32 +-
 .../project/WebPersistenceProviderSupplier.java    |      116 -
 .../netbeans/modules/web/project/WebProject.java   |      754 +-
 .../web/project/WebProjectBrowserProvider.java     |      127 +
 .../modules/web/project/WebProjectOperations.java  |       20 +-
 .../modules/web/project/WebProjectType.java        |        6 +-
 .../web/project/api/WebProjectCreateData.java      |       31 +-
 .../project/api/WebProjectLibrariesModifier.java   |      129 -
 .../project/api/WebProjectLibrariesModifier2.java  |      128 +
 .../web/project/api/WebProjectUtilities.java       |      178 +-
 .../project/classpath/ClassPathProviderImpl.java   |       18 -
 .../classpath/ClassPathSupportCallbackImpl.java    |       22 +-
 .../DelagatingProjectClassPathModifierImpl.java    |      151 +
 .../classpath/WebProjectLibrariesModifierImpl.java |       15 +-
 .../jaxws/WebProjectJAXWSClientSupport.java        |        9 +-
 .../web/project/jaxws/WebProjectJAXWSSupport.java  |       76 +-
 .../modules/web/project/resources/build-impl.xsl   |      871 +-
 .../modules/web/project/ui/Bundle.properties       |        1 +
 .../web/project/ui/ConfFilesNodeFactory.java       |       53 +-
 .../modules/web/project/ui/DocBaseNodeFactory.java |       12 +-
 .../modules/web/project/ui/EjbsNodeFactory.java    |        9 +-
 .../web/project/ui/LibrariesNodeFactory.java       |       11 +-
 .../web/project/ui/SetExecutionUriAction.java      |       38 +-
 .../web/project/ui/SetupDirNodeFactory.java        |        2 +-
 .../web/project/ui/WebLogicalViewProvider.java     |       11 +-
 .../project/ui/customizer/AddFrameworkPanel.form   |        8 +-
 .../project/ui/customizer/AddFrameworkPanel.java   |       20 +-
 .../web/project/ui/customizer/Bundle.properties    |       14 +-
 .../project/ui/customizer/ClassPathTableModel.java |        6 +-
 .../project/ui/customizer/CustomizerCompile.form   |       68 +-
 .../project/ui/customizer/CustomizerCompile.java   |      151 +-
 .../ui/customizer/CustomizerFrameworks.form        |       21 +-
 .../ui/customizer/CustomizerFrameworks.java        |       63 +-
 .../project/ui/customizer/CustomizerLibraries.form |       10 +-
 .../project/ui/customizer/CustomizerLibraries.java |      114 +-
 .../ui/customizer/CustomizerProviderImpl.java      |       65 +-
 .../web/project/ui/customizer/CustomizerRun.form   |      430 +-
 .../web/project/ui/customizer/CustomizerRun.java   |      400 +-
 .../project/ui/customizer/CustomizerSources.form   |       18 +-
 .../project/ui/customizer/CustomizerSources.java   |      266 +-
 .../web/project/ui/customizer/CustomizerWar.form   |       16 +-
 .../web/project/ui/customizer/CustomizerWar.java   |      112 +-
 .../ui/customizer/WebCompositePanelProvider.java   |       63 +-
 .../ui/customizer/WebProjectProperties.java        |      207 +-
 .../modules/web/project/ui/resources/layer.xml     |       50 +-
 .../web/project/ui/wizards/Bundle.properties       |        2 +-
 .../ui/wizards/ImportWebProjectWizardIterator.java |        9 +-
 .../ui/wizards/NewWebProjectWizardIterator.java    |       37 +-
 .../web/project/ui/wizards/PanelSourceFolders.form |       22 +-
 .../web/project/ui/wizards/PanelSourceFolders.java |      104 +-
 .../ui/wizards/PanelSupportedFrameworksVisual.form |        6 +-
 .../ui/wizards/PanelSupportedFrameworksVisual.java |       49 +-
 .../netbeans/modules/web/project/UtilsTest.java    |        8 -
 .../modules/web/project/WebProjectTest.java        |       40 +-
 .../classpath/ClassPathProviderImplTest.java       |        5 -
 web.refactoring/nbproject/project.properties       |        2 +-
 web.refactoring/nbproject/project.xml              |       55 +-
 .../modules/web/refactoring/Bundle.properties      |        3 +-
 .../modules/web/refactoring/RefactoringUtil.java   |       21 +-
 .../web/refactoring/WebRefactoringFactory.java     |       46 +-
 .../modules/web/refactoring/WebXmlRefactoring.java |       59 +-
 .../web/refactoring/rename/BaseWebXmlRename.java   |       20 +-
 .../web/refactoring/rename/Bundle.properties       |        3 +-
 .../modules/web/refactoring/rename/RenameItem.java |       29 +-
 .../web/refactoring/rename/WebXmlFolderMove.java   |        5 +-
 .../modules/web/refactoring/rename/WebXmlMove.java |        5 +-
 .../refactoring/rename/WebXmlPackageRename.java    |       30 +-
 .../web/refactoring/rename/WebXmlRename.java       |        5 +-
 .../refactoring/safedelete/WebXmlSafeDelete.java   |       18 +-
 .../web/refactoring/whereused/WebXmlWhereUsed.java |       18 +-
 web.struts/build.xml                               |       42 +-
 web.struts/external/binaries-list                  |        4 +-
 web.struts/external/struts-1.3.10-license.txt      |      210 +
 web.struts/external/struts-1.3.8-license.txt       |      210 -
 web.struts/nbproject/project.properties            |       31 +-
 web.struts/nbproject/project.xml                   |       73 +-
 .../netbeans/modules/web/struts/Bundle.properties  |        4 +-
 .../modules/web/struts/StrutsConfigDataObject.java |       97 +-
 .../web/struts/StrutsConfigEditorSupport.java      |       87 +-
 .../modules/web/struts/StrutsConfigLoader.java     |       17 +-
 .../modules/web/struts/StrutsConfigUtilities.java  |        4 +-
 .../web/struts/StrutsFrameworkProvider.java        |       83 +-
 .../modules/web/struts/StrutsUtilities.java        |      134 +
 .../web/struts/config/model/package-info.java      |        3 +-
 .../web/struts/dialogs/AddFormBeanPanel.java       |        1 -
 .../modules/web/struts/dialogs/Bundle.properties   |       10 +-
 .../modules/web/struts/editor/Bundle.properties    |        1 -
 .../editor/StrutsConfigHyperlinkProvider.java      |      126 +-
 .../modules/web/struts/resources/Bundle.properties |        2 +-
 .../modules/web/struts/resources/layer.xml         |       30 +-
 .../web/struts/resources/struts-mime-resolver.xml  |       86 -
 .../modules/web/struts/resources/struts.xml        |       53 +-
 .../resources/templates/DispatchAction.template    |        2 +-
 .../templates/LookupDispatchAction.template        |        2 +-
 .../templates/MappingDispatchAction.template       |        2 +-
 .../resources/templates/StrutsAction.template      |        2 +-
 .../resources/templates/StrutsActionForm.template  |        2 +-
 .../modules/web/struts/ui/Bundle.properties        |        2 +-
 .../web/struts/ui/StrutsConfigurationPanel.java    |        9 +-
 .../modules/web/struts/wizards/ActionIterator.java |       10 +-
 .../web/struts/wizards/ActionPanelVisual.form      |        6 +-
 .../web/struts/wizards/ActionPanelVisual.java      |        2 +-
 .../modules/web/struts/wizards/Bundle.properties   |       14 +-
 .../netbeans/modules/web/struts/EndToEndTest.java  |      269 +-
 web.webkit.debugging/build.xml                     |        5 +
 web.webkit.debugging/manifest.mf                   |        5 +
 .../nbproject/project.properties                   |        0
 web.webkit.debugging/nbproject/project.xml         |       84 +
 .../modules/web/webkit/debugging/APIFactory.java   |      139 +
 .../modules/web/webkit/debugging/Bundle.properties |        1 +
 .../modules/web/webkit/debugging/LiveHTML.java     |       62 +
 .../web/webkit/debugging/TransportHelper.java      |      296 +
 .../webkit/debugging/api/BreakpointException.java  |       61 +
 .../modules/web/webkit/debugging/api/Debugger.java |      679 +
 .../modules/web/webkit/debugging/api/Runtime.java  |      198 +
 .../debugging/api/TransportStateException.java     |       67 +
 .../web/webkit/debugging/api/WebKitDebugging.java  |      184 +
 .../web/webkit/debugging/api/WebKitUIManager.java  |      136 +
 .../web/webkit/debugging/api/console/Console.java  |      254 +
 .../debugging/api/console/ConsoleMessage.java      |      178 +
 .../debugging/api/console/PropertyMessage.java     |       76 +
 .../debugging/api/console/RemoteObjectMessage.java |      106 +
 .../modules/web/webkit/debugging/api/css/CSS.java  |      748 +
 .../debugging/api/css/ComputedStyleProperty.java   |       85 +
 .../debugging/api/css/InheritedStyleEntry.java     |       98 +
 .../web/webkit/debugging/api/css/InlineStyles.java |       89 +
 .../web/webkit/debugging/api/css/Longhands.txt     |       50 +
 .../webkit/debugging/api/css/MatchedStyles.java    |      125 +
 .../web/webkit/debugging/api/css/Media.java        |      121 +
 .../web/webkit/debugging/api/css/Property.java     |      216 +
 .../web/webkit/debugging/api/css/PropertyInfo.java |      104 +
 .../webkit/debugging/api/css/PseudoIdRules.java    |       98 +
 .../modules/web/webkit/debugging/api/css/Rule.java |      291 +
 .../web/webkit/debugging/api/css/RuleId.java       |      124 +
 .../web/webkit/debugging/api/css/Selector.java     |      100 +
 .../web/webkit/debugging/api/css/SourceRange.java  |      141 +
 .../web/webkit/debugging/api/css/Style.java        |      134 +
 .../web/webkit/debugging/api/css/StyleId.java      |      124 +
 .../webkit/debugging/api/css/StyleSheetBody.java   |      134 +
 .../webkit/debugging/api/css/StyleSheetHeader.java |      135 +
 .../webkit/debugging/api/css/StyleSheetOrigin.java |       82 +
 .../debugging/api/debugger/AbstractObject.java     |      107 +
 .../webkit/debugging/api/debugger/Breakpoint.java  |      115 +
 .../webkit/debugging/api/debugger/CallFrame.java   |      134 +
 .../debugging/api/debugger/PropertyDescriptor.java |       74 +
 .../debugging/api/debugger/RemoteObject.java       |      199 +
 .../web/webkit/debugging/api/debugger/Scope.java   |       87 +
 .../web/webkit/debugging/api/debugger/Script.java  |       67 +
 .../modules/web/webkit/debugging/api/dom/DOM.java  |      835 +
 .../webkit/debugging/api/dom/HighlightConfig.java  |      105 +
 .../modules/web/webkit/debugging/api/dom/Node.java |      463 +
 .../web/webkit/debugging/api/network/Network.java  |      587 +
 .../web/webkit/debugging/api/page/Page.java        |      153 +
 .../debugging/spi/BrowserConsoleLoggerFactory.java |       56 +
 .../modules/web/webkit/debugging/spi/Command.java  |       96 +
 .../modules/web/webkit/debugging/spi/Factory.java  |       63 +
 .../debugging/spi/JavaScriptDebuggerFactory.java   |       67 +
 .../debugging/spi/LiveHTMLImplementation.java      |       81 +
 .../debugging/spi/NetworkMonitorFactory.java       |       55 +
 .../modules/web/webkit/debugging/spi/Response.java |      119 +
 .../web/webkit/debugging/spi/ResponseCallback.java |       51 +
 .../debugging/spi/TransportImplementation.java     |       96 +
 .../web/webkit/debugging/api/dom/DOMTest.java      |      457 +
 .../debugging/api/dom/HighlightConfigTest.java     |      153 +
 web.webkit.tooling/build.xml                       |        5 +
 web.webkit.tooling/manifest.mf                     |        6 +
 web.webkit.tooling/nbproject/project.properties    |        2 +
 web.webkit.tooling/nbproject/project.xml           |      153 +
 .../modules/web/webkit/tooling/Bundle.properties   |        1 +
 .../tooling/console/BrowserConsoleLogger.java      |      647 +
 .../console/BrowserConsoleLoggerFactoryImpl.java   |       77 +
 .../tooling/networkmonitor/Bundle.properties       |       13 +
 .../networkmonitor/DependentFileQueryImpl.java     |      156 +
 .../tooling/networkmonitor/NetworkMonitor.java     |      173 +
 .../networkmonitor/NetworkMonitorFactoryImpl.java  |       78 +
 .../networkmonitor/NetworkMonitorTopComponent.form |      461 +
 .../networkmonitor/NetworkMonitorTopComponent.java |     1452 +
 .../networkmonitor/OpenNetworkMonitorAction.java   |       65 +
 .../web/webkit/tooling/networkmonitor/delete.gif   |      Bin 0 -> 125 bytes
 .../NetworkMonitorTopComponentTest.java            |      165 +
 websocket/build.xml                                |        5 +
 websocket/manifest.mf                              |        6 +
 .../nbproject/project.properties                   |        0
 websocket/nbproject/project.xml                    |      201 +
 .../netbeans/modules/websocket/Bundle.properties   |       46 +
 .../modules/websocket/editor/Bundle.properties     |       45 +
 .../websocket/editor/WebSocketMethodsTask.java     |      423 +
 .../editor/WebSocketMethodsTaskFactory.java        |       77 +
 .../src/org/netbeans/modules/websocket/layer.xml   |       60 +
 .../modules/websocket/wizard/Bundle.properties     |       53 +
 .../wizard/WebSocketEndpointIterator.java          |      359 +
 .../modules/websocket/wizard/WebSocketPanel.java   |      150 +
 .../modules/websocket/wizard/WebSocketVisual.form  |       69 +
 .../modules/websocket/wizard/WebSocketVisual.java  |      133 +
 .../websocket/wizard/resources/WebSocket.html      |        8 +
 websvc.clientapi/manifest.mf                       |        2 +-
 websvc.clientapi/nbproject/project.properties      |        2 +
 websvc.clientapi/nbproject/project.xml             |       27 +-
 .../modules/websvc/api/client/Bundle.properties    |        2 +-
 .../api/client/WebServicesClientSupport.java       |        9 +-
 .../api/jaxws/client/JAXWSClientSupport.java       |        5 +
 .../spi/jaxws/client/JAXWSClientSupportImpl.java   |        6 +
 .../jaxws/client/ProjectJAXWSClientSupport.java    |       20 +-
 .../CustomWebServicesClientSupportProvider.java    |        5 +
 websvc.core/nbproject/project.properties           |        4 +-
 websvc.core/nbproject/project.xml                  |      192 +-
 .../core/AbstractProjectWebServiceViewImpl.java    |        3 +
 .../modules/websvc/core/AddWsOperationHelper.java  |      723 +-
 .../netbeans/modules/websvc/core/Bundle.properties |        7 +
 .../netbeans/modules/websvc/core/JaxWsUtils.java   |     1155 +-
 .../modules/websvc/core/MethodGenerator.java       |      125 +-
 .../modules/websvc/core/MethodVisitor.java         |       35 +-
 .../netbeans/modules/websvc/core/ProjectInfo.java  |       12 +-
 .../websvc/core/ProjectWebServiceNodeFactory.java  |      140 +-
 .../modules/websvc/core/ProjectWebServiceView.java |        2 +-
 .../core/WSInjectiontargetQueryImplementation.java |        8 +-
 .../netbeans/modules/websvc/core/WSStackUtils.java |       30 +-
 .../modules/websvc/core/_RetoucheUtil.java         |       79 -
 .../websvc/core/actions/InvokeOperationAction.java |       21 +-
 .../websvc/core/client/wizard/Bundle.properties    |       27 +-
 .../websvc/core/client/wizard/ClientInfo.form      |      115 +-
 .../websvc/core/client/wizard/ClientInfo.java      |      343 +-
 .../websvc/core/client/wizard/LabelPanel.form      |       40 +
 .../websvc/core/client/wizard/LabelPanel.java      |       94 +
 .../core/client/wizard/SaasExplorerPanel.form      |       72 +
 .../core/client/wizard/SaasExplorerPanel.java      |      203 +
 .../wizard/WebServiceClientWizardIterator.java     |        1 +
 .../core/dev/resources/EjbWebService.template      |        2 +-
 .../core/dev/resources/EjbWebServiceNoOp.template  |        2 +-
 .../dev/resources/EjbWebServiceProvider.template   |       28 +
 .../core/dev/resources/LogicalHandler.template     |        2 +-
 .../core/dev/resources/MessageHandler.template     |        2 +-
 .../websvc/core/dev/resources/WebService.template  |        2 +-
 .../core/dev/resources/WebServiceFromWSDL.template |        2 +-
 .../core/dev/resources/WebServiceNoOp.template     |        2 +-
 .../core/dev/resources/WebServiceProvider.template |       26 +
 .../websvc/core/dev/wizard/Bundle.properties       |        4 +-
 .../core/dev/wizard/EJBListViewChildren.java       |        2 +-
 .../modules/websvc/core/dev/wizard/EjbChooser.form |        5 +-
 .../dev/wizard/FinishableProxyWizardPanel.java     |        1 +
 .../dev/wizard/JaxWsHandlerCreatorProvider.java    |       13 +-
 .../core/dev/wizard/JaxWsServiceCreator.java       |      762 +-
 .../dev/wizard/JaxWsServiceCreatorProvider.java    |        8 +-
 .../core/dev/wizard/LogicalHandlerWizard.java      |       14 +-
 .../core/dev/wizard/MessageHandlerWizard.java      |       13 +-
 .../NewWebServiceFromWSDLWizardIterator.java       |       30 +-
 .../dev/wizard/NewWebServiceWizardIterator.java    |        5 +-
 .../websvc/core/dev/wizard/PortChooser.form        |        5 +-
 .../modules/websvc/core/dev/wizard/Utils.java      |      124 +
 .../websvc/core/dev/wizard/WebServiceFromWSDL.java |       19 +-
 .../core/dev/wizard/WebServiceFromWSDLPanel.form   |       17 +-
 .../core/dev/wizard/WebServiceFromWSDLPanel.java   |       94 +-
 .../core/dev/wizard/WebServiceTypePanel.form       |        6 +-
 .../core/dev/wizard/WebServiceTypePanel.java       |       86 +-
 .../websvc/core/dev/wizard/nodes/ServiceNode.java  |        2 -
 .../websvc/core/dev/wizard/nodes/WsdlNode.java     |        2 -
 .../websvc/core/jaxws/JaxWsExplorerPanel.form      |        4 +-
 .../websvc/core/jaxws/JaxWsExplorerPanel.java      |        7 +-
 .../core/jaxws/WebServicesSchemaCatalog.java       |        6 +-
 .../websvc/core/jaxws/actions/Bundle.properties    |        9 +
 .../websvc/core/jaxws/actions/CompilerTask.java    |      323 +
 .../actions/DispatchClientMethodGenerator.java     |      159 +
 .../core/jaxws/actions/DispatchCompilerTask.java   |      100 +
 .../websvc/core/jaxws/actions/InsertTask.java      |      232 +
 .../core/jaxws/actions/JaxWsAddOperation.java      |       27 +-
 .../core/jaxws/actions/JaxWsClassesCookieImpl.java |       46 +-
 .../core/jaxws/actions/JaxWsCodeGenerator.java     |      818 +-
 .../actions/JaxWsInvokeOperationProvider.java      |        6 +-
 .../core/jaxws/actions/PoliciesVisualPanel.form    |       86 +
 .../core/jaxws/actions/PoliciesVisualPanel.java    |      133 +
 .../websvc/core/jaxws/actions/PolicyManager.java   |      516 +
 .../core/jaxws/actions/WsTesterPageAction.java     |       10 +-
 .../websvc/core/jaxws/nodes/Bundle.properties      |        1 +
 .../jaxws/nodes/ClientHandlerButtonListener.java   |      111 +-
 .../core/jaxws/nodes/HandlerButtonListener.java    |       92 +-
 .../websvc/core/jaxws/nodes/JaxWsChildren.java     |      260 +-
 .../core/jaxws/nodes/JaxWsClientChildren.java      |        2 +-
 .../websvc/core/jaxws/nodes/JaxWsClientNode.java   |        5 +
 .../core/jaxws/nodes/JaxWsClientRootChildren.java  |        6 +-
 .../modules/websvc/core/jaxws/nodes/JaxWsNode.java |      224 +-
 .../websvc/core/jaxws/nodes/JaxWsRootChildren.java |        8 +-
 .../websvc/core/jaxws/nodes/JaxWsRootNode.java     |        4 +-
 .../modules/websvc/core/jaxws/nodes/PortNode.java  |        5 +-
 .../core/jaxws/nodes/RefreshClientDialog.form      |        4 +-
 .../websvc/core/jaxws/nodes/RefreshWsDialog.form   |        7 +-
 .../websvc/core/jaxws/nodes/ServiceNode.java       |        5 +-
 .../core/jaxws/nodes/WebServicesNodeFactory.java   |      247 -
 .../jaxws/policies/JaxWsPoliciesCodeGenerator.java |      136 +
 .../jaxws/projects/J2SEJAXWSVersionProvider.java   |       10 +-
 .../projects/J2SEProjectJAXWSClientSupport.java    |        2 +-
 .../projects/J2SEProjectJaxRpcClientSupport.java   |        3 +-
 .../projects/J2SEWSSupportLookupProvider.java      |        1 +
 .../jaxws/projects/JavaEEJAXWSVersionProvider.java |        2 +-
 .../core/jaxws/projects/JavaEEWSOpenHook.java      |      154 +-
 .../core/jaxws/projects/JaxWsCatalogPanel.form     |        4 +-
 .../core/jaxws/projects/JaxWsCatalogPanel.java     |       28 +-
 .../jaxws/projects/ProjectWebServiceNotifier.java  |       10 +-
 .../core/jaxws/saas/RestResourceGenerator.java     |       38 +-
 .../jaxws/saas/RestWrapperForSoapGenerator.java    |       26 +-
 .../modules/websvc/core/resources/mf-layer.xml     |       12 +-
 .../websvc/core/webservices/ui/DeleteWsDialog.form |        5 +-
 .../webservices/ui/panels/ClientExplorerPanel.java |        4 +-
 .../webservices/ui/panels/ProjectFileExplorer.form |        4 +-
 .../websvc/core/wseditor/support/Bundle.properties |        4 +-
 .../support/EditWSAttributesCookieImpl.java        |        2 +-
 .../wseditor/support/EditWSAttributesPanel.form    |        4 +-
 .../wseditor/support/EditWSAttributesPanel.java    |       38 +-
 .../editor/completion/WSCompletionProvider.java    |      191 +-
 .../data/projects/J2SE_16/src/j2se_16/Main.java    |       44 +
 .../client/wizard/WebServiceClientCreatorTest.java |      139 -
 websvc.customization/nbproject/project.properties  |        2 +-
 websvc.customization/nbproject/project.xml         |       49 +-
 .../websvc/customization/core/ui/Bundle.properties |        2 +-
 .../customization/core/ui/JaxwsSettingsEditor.java |       53 +-
 .../jaxwssettings/panel/Bundle.properties          |        7 +-
 .../jaxwssettings/panel/OptionsPanel.form          |       12 +-
 .../jaxwssettings/panel/OptionsPanel.java          |       33 +-
 .../jaxwssettings/panel/OptionsPanelBeanInfo.java  |       41 +-
 .../jaxwssettings/panel/WsimportOptionsPanel.form  |       92 +-
 .../jaxwssettings/panel/WsimportOptionsPanel.java  |       87 +-
 .../customization/light/CustomizationWSEditor.java |        9 +-
 .../multiview/BindingOperationPanel.form           |        4 +-
 .../multiview/BindingOperationPanel.java           |      100 +-
 .../customization/multiview/BindingPanel.form      |        4 +-
 .../customization/multiview/BindingPanel.java      |       84 +-
 .../customization/multiview/Bundle.properties      |        2 +-
 .../customization/multiview/DefinitionsPanel.form  |       19 +-
 .../customization/multiview/DefinitionsPanel.java  |      295 +-
 .../multiview/ExternalBindingPanel.form            |        4 +-
 .../multiview/ExternalBindingPanel.java            |       26 +-
 .../multiview/ExternalBindingTablePanel.java       |        3 +-
 .../websvc/customization/multiview/PortPanel.form  |        5 +-
 .../websvc/customization/multiview/PortPanel.java  |      251 +-
 .../multiview/PortTypeOperationFaultPanel.form     |       16 +-
 .../multiview/PortTypeOperationFaultPanel.java     |      166 +-
 .../multiview/PortTypeOperationPanel.form          |       33 +-
 .../multiview/PortTypeOperationPanel.java          |      291 +-
 .../customization/multiview/PortTypePanel.form     |       30 +-
 .../customization/multiview/PortTypePanel.java     |      263 +-
 .../multiview/SaveableSectionInnerPanel.java       |        2 +-
 .../customization/multiview/ServicePanel.form      |        6 +-
 .../customization/multiview/ServicePanel.java      |       31 +-
 .../multiview/WSCustomizationTopComponent.java     |       11 +-
 websvc.design/manifest.mf                          |        2 +-
 websvc.design/nbproject/project.xml                |      114 +-
 .../design/javamodel/ConfigProjectService.java     |      238 +
 .../design/javamodel/LightProjectService.java      |      113 +
 .../websvc/design/javamodel/MethodModel.java       |        5 +-
 .../websvc/design/javamodel/ProjectService.java    |       70 +
 .../websvc/design/javamodel/ServiceModel.java      |       52 +-
 .../modules/websvc/design/javamodel/Utils.java     |      463 +-
 .../websvc/design/loader/JaxWsDataLoader.java      |       37 +-
 .../websvc/design/loader/JaxWsDataObject.java      |      146 +-
 .../design/multiview/DesignMultiViewDesc.java      |      172 -
 .../design/multiview/DesignMultiViewElement.java   |       29 +-
 .../websvc/design/multiview/MultiViewSupport.java  |       47 +-
 .../design/multiview/PreviewMultiViewDesc.java     |        3 -
 .../design/multiview/SourceMultiViewDesc.java      |      134 -
 .../design/multiview/SourceMultiViewElement.java   |       80 +-
 .../navigator/WSDesignViewNavigatorContent.java    |       29 +-
 .../modules/websvc/design}/resources/class.gif     |      Bin
 .../modules/websvc/design/resources/layer.xml      |        7 +
 .../modules/websvc/design/view/Bundle.properties   |        3 +-
 .../modules/websvc/design/view/DesignView.java     |       48 +-
 .../modules/websvc/design/view/Flushable.java      |       53 +
 .../modules/websvc/design/view/WsitWidget.java     |       24 +-
 .../modules/websvc/design/view/ZoomManager.java    |        1 +
 .../design/view/actions/AddOperationAction.java    |       31 +-
 .../websvc/design/view/actions/Bundle.properties   |        2 +
 .../design/view/actions/RemoveOperationAction.java |        5 +-
 .../websvc/design/view/layout/TableLayout.java     |        1 -
 .../design/view/widget/AbstractTitledWidget.java   |        5 +-
 .../websvc/design/view/widget/ButtonWidget.java    |        6 +-
 .../design/view/widget/DescriptionWidget.java      |      122 +-
 .../design/view/widget/EditorPaneWidget.java       |       12 +
 .../websvc/design/view/widget/ExpanderWidget.java  |        4 +-
 .../websvc/design/view/widget/FlushableWidget.java |       80 +
 .../design/view/widget/ImageLabelWidget.java       |        1 +
 .../websvc/design/view/widget/OperationWidget.java |       44 +-
 .../design/view/widget/OperationsWidget.java       |       33 +-
 .../design/view/widget/SampleMessageWidget.java    |       32 +-
 websvc.design/test/unit/data/add/AddNumbers.java   |       41 +-
 websvc.design/test/unit/data/add/AddNumbers_1.java |       41 +-
 websvc.design/test/unit/data/add/foo/Foo.java      |       41 +-
 .../test/unit/data/add/foo/FooException.java       |       41 +-
 .../data/generator/MethodSetterTestService.java    |       42 +
 .../data/generator/ParamSetterTestService.java     |       42 +
 .../data/generator/ParamSetterTestService_1.java   |       42 +
 .../data/generator/ServiceSetterTestService.java   |       42 +
 websvc.design/test/unit/data/hello/Hello.java      |       41 +-
 .../test/unit/data/hello/HelloInterface.java       |       41 +-
 .../unit/data/remove/MethodRemoveTestService.java  |       41 +-
 .../data/remove/MethodRemoveTestService_1.java     |       41 +-
 websvc.editor.hints/manifest.mf                    |        2 +-
 websvc.editor.hints/nbproject/project.xml          |       55 +-
 .../editor/hints/WebServicesHintsProvider.java     |       38 +-
 .../websvc/editor/hints/common/RulesEngine.java    |        2 +-
 .../websvc/editor/hints/common/Utilities.java      |      363 +-
 .../websvc/editor/hints/fixes/AddAnnotation.java   |       33 +-
 .../editor/hints/fixes/AddAnnotationArgument.java  |       40 +-
 .../editor/hints/fixes/RemoveAnnotation.java       |       44 +-
 .../hints/fixes/RemoveAnnotationArgument.java      |       39 +-
 .../rules/HandlerChainAndSoapMessageHandlers.java  |        1 -
 .../hints/rules/InvalidExcludeAttribute.java       |        2 +-
 websvc.jaxws.lightapi/manifest.mf                  |        2 +-
 websvc.jaxws.lightapi/nbproject/project.xml        |       18 +-
 websvc.jaxws21/external/binaries-list              |        2 +-
 websvc.jaxws21/external/jaxws-2.2-license.txt      |      392 -
 websvc.jaxws21/external/jaxws-2.2.6-license.txt    |      721 +
 websvc.jaxws21/manifest.mf                         |        2 +-
 websvc.jaxws21/nbproject/project.properties        |       32 +-
 websvc.jaxws21/nbproject/project.xml               |       74 +-
 .../modules/websvc/jaxws21/Bundle.properties       |        2 +-
 .../netbeans/modules/websvc/jaxws21/jaxws21.xml    |       28 +-
 websvc.jaxws21api/external/binaries-list           |        2 +-
 .../external/jaxws-2.2-api-license.txt             |      392 -
 .../external/jaxws-2.2.6-api-license.txt           |      721 +
 websvc.jaxws21api/manifest.mf                      |        2 +-
 websvc.jaxws21api/nbproject/project.properties     |       10 +-
 websvc.jaxws21api/nbproject/project.xml            |        4 +-
 websvc.jaxwsapi/manifest.mf                        |        2 +-
 websvc.jaxwsapi/nbproject/project.properties       |        2 +
 websvc.jaxwsapi/nbproject/project.xml              |       31 +-
 .../websvc/jaxws/spi/ProjectJAXWSSupport.java      |       14 +-
 websvc.jaxwsmodel/manifest.mf                      |        3 +-
 websvc.jaxwsmodel/nbproject/project.properties     |        4 +
 websvc.jaxwsmodel/nbproject/project.xml            |       78 +-
 .../websvc/api/customization/model/JAXWSQName.java |       17 +-
 .../api/jaxws/bindings/impl/BindingsQName.java     |       18 +-
 .../websvc/api/jaxws/project/Bundle.properties     |        6 +
 .../websvc/api/jaxws/project/CatalogUtils.java     |       22 +-
 .../modules/websvc/api/jaxws/project/WSUtils.java  |      233 +-
 .../websvc/api/jaxws/project/config/Client.java    |       12 +
 .../websvc/api/jaxws/project/config/Endpoints.java |       18 +-
 .../websvc/api/jaxws/project/config/Service.java   |       12 +
 .../websvc/api/jaxws/wsdlmodel/WsdlModeler.java    |       17 +-
 .../api/jaxws/wsdlmodel/WsdlModelerFactory.java    |       31 +-
 .../websvc/api/jaxws/wsdlmodel/WsdlOperation.java  |        1 +
 .../endpoints_config1_0/package-info.java          |        3 +-
 .../jaxwsmodel/handler_config1_0/package-info.java |        3 +-
 .../AppClientBuildScriptExtensionProvider.java     |        2 +-
 .../jaxwsmodel/project/AppClientJaxWsOpenHook.java |       14 +-
 .../websvc/jaxwsmodel/project/Bundle.properties    |       47 +
 .../jaxwsmodel/project/EjbJaxWsOpenHook.java       |       13 +-
 .../project/J2seBuildScriptExtensionProvider.java  |        2 +-
 .../jaxwsmodel/project/J2seJaxWsOpenHook.java      |       14 +-
 .../websvc/jaxwsmodel/project/JaxWsModelImpl.java  |       32 +-
 .../jaxwsmodel/project/JaxWsSchemaCatalog.java     |      197 +
 .../jaxwsmodel/project/TransformerUtils.java       |       66 +-
 .../jaxwsmodel/project/WebJaxWsOpenHook.java       |       13 +-
 .../jaxwsmodel/project_config1_0/package-info.java |        3 +-
 .../jaxwsmodel/resources/JaxWsSchemaCatalog.png    |      Bin
 .../modules/websvc/jaxwsmodel/resources/jax-ws.dtd |        5 +-
 .../modules/websvc/jaxwsmodel/resources/jax-ws.mdd |        5 +
 .../modules/websvc/jaxwsmodel/resources/jax-ws.xsd |      155 +
 .../jaxwsmodel/resources/jaxws-app-client.xsl      |       18 +-
 .../websvc/jaxwsmodel/resources/jaxws-ejb.xsl      |       34 +-
 .../websvc/jaxwsmodel/resources/jaxws-j2se.xsl     |       17 +-
 .../websvc/jaxwsmodel/resources/jaxws-web.xsl      |       60 +-
 .../modules/websvc/jaxwsmodel/resources/layer.xml  |       59 +
 .../api/jaxws/wsdlmodel/WSDLBindingTest.java       |        2 +-
 websvc.jaxwsmodelapi/manifest.mf                   |        2 +-
 websvc.jaxwsmodelapi/nbproject/project.xml         |        4 +-
 websvc.kit/manifest.mf                             |        2 +-
 websvc.kit/nbproject/project.xml                   |       41 +-
 .../60_webapp/src/java/samples/EmptyWs.java        |       41 +-
 .../60_webapp/src/java/samples/EndpointI.java      |       41 +-
 .../60_webapp/src/java/samples/SampleWs.java       |       42 +-
 .../60_webapp/src/java/samples/WsImpl.java         |       41 +-
 .../65_ejbmodule/src/java/samples/FromWSDL.java    |       41 +-
 .../Hints/src/java/hints/AddOperation.java         |       42 +
 .../Hints/src/java/hints/EndpointInterface.java    |       42 +
 .../projects/Hints/src/java/hints/Exceptions.java  |       42 +
 .../projects/Hints/src/java/hints/Handlers.java    |       42 +
 .../projects/Hints/src/java/hints/IOParametrs.java |       42 +
 .../projects/Hints/src/java/hints/ReturnValue.java |       42 +
 .../projects/Hints/src/java/hints/ServiceName.java |       42 +
 .../data/projects/Sample/src/sample/Main.java      |       41 +-
 .../modules/ws/qaf/AppClientWsValidation.java      |       24 +-
 .../netbeans/modules/ws/qaf/EjbWsValidation.java   |       12 +-
 .../netbeans/modules/ws/qaf/FullWsValidation.java  |       15 +-
 .../modules/ws/qaf/JEE6AppClientWsValidation.java  |       13 -
 .../modules/ws/qaf/JEE6EjbWsValidation.java        |       15 +-
 .../netbeans/modules/ws/qaf/JEE6WsValidation.java  |       14 +-
 .../modules/ws/qaf/JavaSEWsValidation.java         |       22 +-
 .../netbeans/modules/ws/qaf/ParserIssueTest.java   |        7 +-
 .../modules/ws/qaf/WebServicesTestBase.java        |      384 +-
 .../org/netbeans/modules/ws/qaf/WsValidation.java  |      139 +-
 websvc.manager/manifest.mf                         |        2 +-
 websvc.manager/nbproject/project.xml               |       99 +-
 .../modules/websvc/manager/Bundle.properties       |        2 +-
 .../modules/websvc/manager/WebServiceManager.java  |       21 +-
 .../manager/WebServicePersistenceManager.java      |        6 +-
 .../manager/api/WebServiceMetaDataTransfer.java    |        4 +-
 .../modules/websvc/manager/codegen/Wsdl2Java.java  |        6 +-
 .../websvc/manager/model/WebServiceGroup.java      |       11 +
 .../manager/model/WebServiceListModelEvent.java    |        2 +-
 .../modules/websvc/manager/ui/Bundle.properties    |        6 +-
 .../websvc/manager/ui/JAXBElementTreeNode.java     |        4 +-
 .../websvc/manager/ui/MethodExceptionDialog.java   |       25 +-
 .../modules/websvc/manager/ui/NodeHelper.java      |       22 +-
 .../websvc/manager/ui/TestWebServiceMethodDlg.form |        4 +-
 .../websvc/manager/ui/TestWebServiceMethodDlg.java |       10 +-
 .../modules/websvc/manager/ui/TypeCellEditor.java  |       36 +-
 .../modules/websvc/manager/util/Bundle.properties  |        3 -
 .../modules/websvc/manager/util/ManagerUtil.java   |       41 +-
 websvc.metro.lib/external/binaries-list            |        2 +-
 websvc.metro.lib/external/metro-2.0-license.txt    |        2 +-
 websvc.metro.lib/manifest.mf                       |        2 +-
 .../netbeans/modules/websvc/metro/lib/metro.xml    |       14 +-
 websvc.metro.model/catalog.xml                     |        4 -
 websvc.metro.model/manifest.mf                     |        2 +-
 websvc.metro.model/nbproject/project.xml           |       62 +-
 .../com/sun/xml/ws/runtime/config/MetroConfig.java |       47 +-
 .../sun/xml/ws/runtime/config/ObjectFactory.java   |       47 +-
 .../xml/ws/runtime/config/TubeFactoryConfig.java   |       47 +-
 .../sun/xml/ws/runtime/config/TubeFactoryList.java |       47 +-
 .../xml/ws/runtime/config/TubelineDefinition.java  |       47 +-
 .../sun/xml/ws/runtime/config/TubelineMapping.java |       47 +-
 .../com/sun/xml/ws/runtime/config/Tubelines.java   |       47 +-
 .../sun/xml/ws/runtime/config/package-info.java    |       47 +-
 .../websvc/metro/model/MetroConfigLoader.java      |       11 +-
 .../websvc/metro/model/ui/TubesConfigPanel.form    |        4 +-
 .../websvc/metro/model/ui/TubesConfigPanel.java    |       89 +-
 .../metro/model/ui/TubesProjectConfigPanel.form    |        4 +-
 .../metro/model/ui/TubesProjectConfigPanel.java    |      123 +-
 websvc.metro.samples/manifest.mf                   |        2 +-
 websvc.metro.samples/nbproject/project.xml         |       29 +-
 .../org/me/calculator/client/ClientServlet.java    |        3 -
 .../websvc/metro/samples/PanelOptionsVisual.form   |        4 +-
 .../websvc/metro/samples/PanelOptionsVisual.java   |       28 +-
 .../metro/samples/WebSampleProjectIterator.java    |        6 +-
 websvc.owsm/build.xml                              |       50 +
 websvc.owsm/manifest.mf                            |        5 +
 {xsl => websvc.owsm}/nbproject/project.properties  |        0
 websvc.owsm/nbproject/project.xml                  |      155 +
 .../netbeans/modules/websvc/owsm/Bundle.properties |       61 +
 .../modules/websvc/owsm/OWSMEditorProvider.java    |      193 +
 .../websvc/owsm/OWSMPoliciesCodeGenerator.java     |      290 +
 .../modules/websvc/owsm/OWSMPoliciesEditor.java    |      324 +
 .../websvc/owsm/OWSMPolicyCodeGenerator.java       |       65 +
 .../modules/websvc/owsm/PoliciesVisualPanel.form   |       69 +
 .../modules/websvc/owsm/PoliciesVisualPanel.java   |      471 +
 .../generators/Wss11SamlOrUsernameGenerator.java   |      128 +
 websvc.projectapi/manifest.mf                      |        2 +-
 websvc.projectapi/nbproject/project.properties     |        2 +
 websvc.projectapi/nbproject/project.xml            |        8 +-
 .../modules/websvc/project/api/WebService.java     |       42 +-
 .../CustomerDB/nbproject/project.properties        |       52 +-
 .../CustomerDB/nbproject/project.xml               |       21 +-
 .../CustomerDB/nbproject/rest-build.xml            |        3 +-
 .../CustomerDB/setup/sun-resources.xml             |       57 -
 .../CustomerDB/src/conf/APP_CustomerDB.dbschema    |     3059 +-
 .../CustomerDB/src/conf/persistence.xml            |        2 +-
 .../CustomerDB/src/java/customerdb/Customer.java   |      228 -
 .../src/java/customerdb/DiscountCode.java          |      132 -
 .../customerdb/converter/CustomerConverter.java    |      377 -
 .../customerdb/converter/CustomersConverter.java   |      138 -
 .../converter/DiscountCodeConverter.java           |      210 -
 .../converter/DiscountCodesConverter.java          |      138 -
 .../src/java/customerdb/converter/UriResolver.java |      120 -
 .../java/customerdb/service/CustomerResource.java  |      221 -
 .../java/customerdb/service/CustomersResource.java |      164 -
 .../customerdb/service/DiscountCodeResource.java   |      233 -
 .../customerdb/service/DiscountCodesResource.java  |      167 -
 .../customerdb/service/PersistenceService.java     |      143 -
 .../CustomerDB/src/java/entities/Customer.java     |      212 +
 .../CustomerDB/src/java/entities/DiscountCode.java |      105 +
 .../CustomerDB/src/java/entities/MicroMarket.java  |      128 +
 .../src/java/entities/service/AbstractFacade.java  |       63 +
 .../java/entities/service/ApplicationConfig.java   |       37 +
 .../java/entities/service/CustomerFacadeREST.java  |       89 +
 .../entities/service/DiscountCodeFacadeREST.java   |       89 +
 .../entities/service/MicroMarketFacadeREST.java    |       89 +
 .../CustomerDB/web/CustomerClient.js               |      377 +
 .../CustomerDB/web/WEB-INF/sun-web.xml             |       56 -
 websvc.rest.samples/CustomerDB/web/WEB-INF/web.xml |       72 -
 websvc.rest.samples/CustomerDB/web/app.gif         |      Bin 0 -> 989 bytes
 websvc.rest.samples/CustomerDB/web/cc.gif          |      Bin 0 -> 857 bytes
 websvc.rest.samples/CustomerDB/web/cg.gif          |      Bin 0 -> 890 bytes
 websvc.rest.samples/CustomerDB/web/collapse.gif    |      Bin 0 -> 87 bytes
 .../CustomerDB/web/css_master-all.css              |     5088 +
 websvc.rest.samples/CustomerDB/web/expand.gif      |      Bin 0 -> 112 bytes
 .../css => }/images/background_border_bottom.gif   |      Bin
 .../{restclient/css => }/images/bg_gradient.gif    |      Bin
 .../level1_deselect.jpg}                           |      Bin
 .../css => }/images/level1_selected-1lvl.jpg       |      Bin
 .../web/{restclient/css => }/images/masthead.png   |      Bin
 .../masthead_link_enabled.gif}                     |      Bin
 .../masthead_link_roll.gif}                        |      Bin
 .../web/{restclient/css => }/images/pbdis.png      |      Bin
 .../web/{restclient/css => }/images/pbena.png      |      Bin
 .../web/{restclient/css => }/images/pbmou.png      |      Bin
 .../web/{restclient/css => }/images/pbsel.png      |      Bin
 .../CustomerDB/web/images/pname.png                |      Bin 0 -> 1963 bytes
 .../css => }/images/primary-enabled.gif            |      Bin
 .../{restclient/css => }/images/primary-roll.gif   |      Bin
 .../css => }/images/secondary-enabled.gif          |      Bin
 .../web/{restclient/css => }/images/tbsel.png      |      Bin
 .../web/{restclient/css => }/images/tbuns.png      |      Bin
 websvc.rest.samples/CustomerDB/web/index.html      |      122 +
 websvc.rest.samples/CustomerDB/web/index.jsp       |      108 -
 websvc.rest.samples/CustomerDB/web/item.gif        |      Bin 0 -> 963 bytes
 .../CustomerDB/web/js/libs/backbone.js/backbone.js |     1571 +
 .../CustomerDB/web/js/libs/jquery/jquery.js        |     8842 +
 .../web/js/libs/underscore.js/underscore.js        |     1226 +
 websvc.rest.samples/CustomerDB/web/og.gif          |      Bin 0 -> 884 bytes
 .../CustomerDB/web/restclient/Readme.html          |       88 -
 .../CustomerDB/web/restclient/RestProxyServlet.txt |      450 -
 .../CustomerDB/web/restclient/Support.js           |      291 -
 .../CustomerDB/web/restclient/TestStubs.html       |      112 -
 .../CustomerDB/web/restclient/css/clientstubs.css  |      320 -
 .../web/restclient/css/css_master-all.css          |     5087 -
 .../restclient/css/images/pname-clientstubs.png    |      Bin 2499 -> 0 bytes
 .../web/restclient/customerdb/Customer.js          |      335 -
 .../web/restclient/customerdb/CustomerDB.js        |      113 -
 .../web/restclient/customerdb/Customers.js         |      196 -
 .../web/restclient/customerdb/DiscountCode.js      |      209 -
 .../web/restclient/customerdb/DiscountCodes.js     |      196 -
 .../web/restclient/ui/css/images/banner.gif        |      Bin 851 -> 0 bytes
 .../web/restclient/ui/css/images/heading.gif       |      Bin 406 -> 0 bytes
 .../CustomerDB/web/restclient/ui/css/style.css     |      438 -
 .../CustomerDB/web/restclient/ui/customerdb.js     |      275 -
 .../CustomerDB/web/test-resbeans.css               |      320 +
 .../CustomerDB/web/test-resbeans.html              |       56 +
 .../CustomerDB/web/test-resbeans.js                |     2017 +
 .../CustomerDBClient/nbproject/project.properties  |       17 +-
 .../CustomerDBClient/nbproject/project.xml         |        2 +-
 .../CustomerDBSpring/nbproject/project.properties  |       17 +-
 .../CustomerDBSpring/nbproject/project.xml         |       18 +-
 .../CustomerDBSpring/src/conf/persistence.xml      |       10 +-
 .../src/java/customerdb/Customer.java              |        4 +-
 .../src/java/customerdb/DiscountCode.java          |       10 +-
 .../customerdb/converter/CustomerConverter.java    |      377 -
 .../customerdb/converter/CustomersConverter.java   |      138 -
 .../converter/DiscountCodeConverter.java           |      210 -
 .../converter/DiscountCodesConverter.java          |      138 -
 .../src/java/customerdb/converter/UriResolver.java |      120 -
 .../customerdb/service/CustomerRESTFacade.java     |      146 +
 .../java/customerdb/service/CustomerResource.java  |      207 -
 .../java/customerdb/service/CustomersResource.java |      159 -
 .../customerdb/service/DiscountCodeRESTFacade.java |      146 +
 .../customerdb/service/DiscountCodeResource.java   |      220 -
 .../customerdb/service/DiscountCodesResource.java  |      162 -
 .../web/restclient/customerdbspring/Customer.js    |       10 +-
 .../customerdbspring/CustomerDBSpring.js           |       24 +-
 .../web/restclient/customerdbspring/Customers.js   |       33 +-
 .../restclient/customerdbspring/DiscountCode.js    |       20 +-
 .../restclient/customerdbspring/DiscountCodes.js   |       33 +-
 .../web/restclient/ui/customerdbspring.js          |        4 +-
 websvc.rest.samples/FcbMavenModuleProject/pom.xml  |      107 -
 .../modules/fcb/facebookmodule/FcbAction.java      |       31 -
 .../fcb/facebookmodule/FcbTopComponent.form        |       33 -
 .../fcb/facebookmodule/FcbTopComponent.java        |      209 -
 .../modules/fcb/facebookmodule/LoginPanel.form     |       39 -
 .../modules/fcb/facebookmodule/LoginPanel.java     |      144 -
 .../modules/fcb/facebookmodule/UserPanel.form      |      183 -
 .../modules/fcb/facebookmodule/UserPanel.java      |      303 -
 .../java/org/netbeans/saas/RestConnection.java     |      297 -
 .../main/java/org/netbeans/saas/RestResponse.java  |      162 -
 .../facebook/FacebookSocialNetworkingService.java  |      237 -
 ...cebookSocialNetworkingServiceAuthenticator.java |      255 -
 .../FcbMavenModuleProject/src/main/nbm/manifest.mf |        3 -
 .../FcbMavenModuleProject/src/main/nbm/module.xml  |        8 -
 .../modules/fcb/facebookmodule/Bundle.properties   |       74 -
 .../fcb/facebookmodule/FcbTopComponentSettings.xml |       51 -
 .../fcb/facebookmodule/FcbTopComponentWstcref.xml  |       50 -
 .../modules/fcb/facebookmodule/LoginPanel.form     |       39 -
 .../modules/fcb/facebookmodule/LoginPanel.java     |      144 -
 .../modules/fcb/facebookmodule/UserPanel.form      |      183 -
 .../modules/fcb/facebookmodule/UserPanel.java      |      303 -
 .../netbeans/modules/fcb/facebookmodule/layer.xml  |       72 -
 .../org/netbeans/saas/facebook/Bundle.properties   |       43 -
 ...socialnetworkingserviceauthenticator.properties |       43 -
 .../netbeans/saas/resources/FacebookResponse.xsd   |     1733 -
 .../HelloWorld/nbproject/project.properties        |       23 +-
 .../HelloWorld/nbproject/project.xml               |       12 +-
 .../src/java/helloworld/ApplicationConfig.java     |       51 +
 .../src/java/helloworld/HelloWorldResource.java    |        6 +-
 .../src/java/helloworld/NameStorageBean.java       |       41 +-
 websvc.rest.samples/HelloWorld/web/WEB-INF/web.xml |        9 -
 .../nbproject/project.properties                   |       15 +-
 .../nbproject/project.xml                          |        9 +-
 .../nbproject/rest-build.xml                       |       35 +-
 .../business/orderprocessor/ApplicationConfig.java |       62 +
 .../boundary/JAXBContextResolver.java              |       45 -
 .../orderprocessor/boundary/OrderServiceTest.java  |       63 -
 .../web/WEB-INF/web.xml                            |        9 -
 .../MessageBoard/nbproject/project.properties      |       29 +-
 .../MessageBoard/nbproject/project.xml             |       11 +-
 .../messageboard/entities/MessageListWriter.java   |        2 +-
 .../messageboard/entities/MessageWriter.java       |        2 +-
 .../messageboard/resources/ApplicationConfig.java  |       12 +-
 .../enterprise/rest/test/MessageBoardTest.java     |       79 +-
 .../org/netbeans/core/startup/Bundle.properties    |        2 +
 .../RestRCPMvnAppSampleProject/restsample/pom.xml  |        4 -
 websvc.rest.samples/build.xml                      |        3 +-
 websvc.rest.samples/manifest.mf                    |        2 +-
 websvc.rest.samples/nbproject/project.xml          |       28 +-
 .../rest/samples/resources/Bundle.properties       |        7 +-
 .../resources/FcbMavenModuleDescription.html       |       46 -
 .../resources/LeanServiceECBComponentWithAjax.html |        3 +-
 .../resources/RestRCPMvnAppSampleDescription.html  |        4 +-
 .../websvc/rest/samples/resources/facebook_16.png  |      Bin 3322 -> 0 bytes
 .../websvc/rest/samples/resources/layer.xml        |       21 +-
 .../websvc/rest/samples/ui/Bundle.properties       |        7 -
 .../ui/CustomerDBClientSampleWizardIterator.java   |        9 +-
 .../ui/CustomerDBClientSampleWizardPanel.java      |        1 +
 .../samples/ui/CustomerDBSampleWizardIterator.java |        9 +-
 .../samples/ui/CustomerDBSampleWizardPanel.java    |        1 +
 .../ui/CustomerDBSpringSampleWizardIterator.java   |        9 +-
 .../ui/CustomerDBSpringSampleWizardPanel.java      |        1 +
 .../rest/samples/ui/FcbMavenModulePanelVisual.form |      122 -
 .../rest/samples/ui/FcbMavenModulePanelVisual.java |      297 -
 .../samples/ui/FcbMavenModuleWizardIterator.java   |      257 -
 .../rest/samples/ui/FcbMavenModuleWizardPanel.java |      125 -
 .../samples/ui/HelloWorldSampleWizardIterator.java |        7 +-
 .../samples/ui/HelloWorldSampleWizardPanel.java    |        1 +
 .../ui/LeanServiceECBSampleWizardIterator.java     |        9 +-
 .../ui/MessageBoardSampleWizardIterator.java       |        9 +-
 .../samples/ui/RestRCPMvnAppSamplePanelVisual.form |        4 +-
 .../samples/ui/RestRCPMvnAppSamplePanelVisual.java |        2 +-
 .../ui/RestRCPMvnAppSampleWizardIterator.java      |        4 +-
 .../samples/ui/RestRCPMvnAppSampleWizardPanel.java |        2 +-
 .../rest/samples/ui/SampleWizardIterator.java      |       58 +-
 .../websvc/rest/samples/ui/SampleWizardPanel.java  |       13 +-
 .../rest/samples/ui/SampleWizardPanelVisual.java   |       28 +-
 websvc.rest/manifest.mf                            |        3 +-
 websvc.rest/nbproject/project.properties           |        8 +-
 websvc.rest/nbproject/project.xml                  |      214 +-
 .../netbeans/modules/websvc/rest/RestUtils.java    |      160 +-
 .../modules/websvc/rest/client/Bundle.properties   |        9 +-
 .../rest/client/ClientGenerationStrategy.java      |      594 +
 .../websvc/rest/client/ClientJavaSourceHelper.java |     1026 +-
 .../modules/websvc/rest/client/HttpParams.java     |       10 +-
 .../rest/client/JaxRsGenerationStrategy.java       |      804 +
 .../rest/client/JerseyClientWizardIterator.java    |       77 +-
 .../rest/client/JerseyGenerationStrategy.java      |      726 +
 .../modules/websvc/rest/client/OAuthHelper.java    |        4 +-
 .../websvc/rest/client/RESTExplorerPanel.form      |        4 +-
 .../websvc/rest/client/RESTResourcesPanel.java     |       32 +-
 .../websvc/rest/client/RESTResourcesView.java      |        2 +-
 .../websvc/rest/client/SaasExplorerPanel.form      |        4 +-
 .../websvc/rest/client/Wadl2JavaHelper.java        |      490 +-
 .../modules/websvc/rest/client/XmlDomUtils.java    |        1 +
 .../modules/websvc/rest/codegen/Bundle.properties  |        4 +-
 .../websvc/rest/codegen/ClientStubsGenerator.java  |      209 +-
 .../modules/websvc/rest/codegen/Constants.java     |       11 +-
 .../rest/codegen/EntityResourcesGenerator.java     |     3015 +-
 .../codegen/EntityResourcesGeneratorFactory.java   |        5 +-
 .../rest/codegen/GenericResourceGenerator.java     |       61 +-
 .../rest/codegen/J2eeEntityResourcesGenerator.java |      293 +-
 .../codegen/JavaEE6EntityResourcesGenerator.java   |      120 +-
 .../websvc/rest/codegen/ProgressReporterImpl.java  |       69 +
 .../websvc/rest/codegen/ResourceJavaScript.java    |       31 +-
 .../websvc/rest/codegen/RestFacadeMethod.java      |       90 +
 .../websvc/rest/codegen/RestGenerationOptions.java |      165 +
 .../modules/websvc/rest/codegen/RestMethod.java    |       59 +
 .../codegen/SpringEntityResourcesGenerator.java    |      382 +-
 .../modules/websvc/rest/codegen/TokenReplacer.java |       11 +-
 .../websvc/rest/codegen/model/EntityClassInfo.java |      395 +-
 .../rest/codegen/model/EntityResourceBean.java     |      140 -
 .../codegen/model/EntityResourceBeanModel.java     |       49 +-
 .../codegen/model/EntityResourceModelBuilder.java  |      187 +-
 .../rest/codegen/model/GenericResourceBean.java    |        5 +-
 .../websvc/rest/codegen/model/ParameterInfo.java   |        2 +-
 .../rest/codegen/model/RelatedEntityResource.java  |       80 -
 .../websvc/rest/codegen/model/Resource.java        |        4 +-
 .../rest/codegen/model/RuntimeEntityClassInfo.java |       91 -
 .../rest/codegen/model/RuntimeJpaEntity.java       |      667 -
 .../websvc/rest/codegen/model/SourceModeler.java   |        4 +-
 .../websvc/rest/codegen/model/WadlModeler.java     |        4 +-
 .../codegen/resources/DefaultResource.template     |        2 +-
 .../codegen/resources/GenericItemResource.template |        2 +-
 .../codegen/resources/GenericResource.template     |        2 +-
 .../rest/codegen/resources/JsEntity.template       |        8 +-
 .../rest/codegen/resources/JsProjectStub.template  |       12 +-
 .../rest/codegen/resources/JsReadme.template       |        6 +-
 .../websvc/rest/codegen/resources/JsStub.template  |       14 +-
 .../rest/codegen/resources/JsTestStubs.template    |        8 +-
 .../codegen/resources/PersistenceService.template  |        2 +-
 .../resources/PersistenceServiceNoJTA.template     |        2 +-
 .../rest/codegen/resources/RefConverter.template   |        2 +-
 .../rest/codegen/resources/RestConnection.template |        2 +-
 .../resources/RestEditorAwareTaskFactory.java      |        0
 .../rest/codegen/resources/UriResolver.template    |        2 +-
 .../rest/editor/ApplicationConfigurationFix.java   |       75 +
 .../modules/websvc/rest/editor/AsyncConverter.java |      466 +
 .../websvc/rest/editor/AsyncConverterTask.java     |      197 +
 .../rest/editor/AsyncConverterTaskFactory.java     |       77 +
 .../websvc/rest/editor/AsynchronousGenerator.java  |      226 +
 .../rest/editor/BaseRestConfigurationFix.java      |      169 +
 .../modules/websvc/rest/editor/Bundle.properties   |       54 +
 .../modules/websvc/rest/editor/RestConfigHint.java |      127 +
 .../RestConfigurationEditorAwareTaskFactory.java   |       84 +
 .../websvc/rest/editor/RestConfigurationTask.java  |       95 +
 .../modules/websvc/rest/editor/RestScanTask.java   |      358 +
 .../modules/websvc/rest/nodes/Bundle.properties    |        6 +-
 .../modules/websvc/rest/nodes/HttpMethodNode.java  |        3 +-
 .../websvc/rest/nodes/HttpMethodsChildren.java     |       10 +-
 .../websvc/rest/nodes/OpenCookieFactory.java       |       63 +-
 .../websvc/rest/nodes/RestConfigurationAction.java |      237 -
 .../websvc/rest/nodes/RestServiceChildFactory.java |       49 +-
 .../modules/websvc/rest/nodes/RestServiceNode.java |        3 -
 .../websvc/rest/nodes/RestServicesNode.java        |        6 +-
 .../websvc/rest/nodes/RestServicesNodeFactory.java |       68 +-
 .../websvc/rest/nodes/SubResourceLocatorNode.java  |        1 -
 .../nodes/SubResourceLocatorsChildrenFactory.java  |        1 +
 .../websvc/rest/nodes/TestResourceUriAction.java   |      122 +-
 .../websvc/rest/projects/AntFilesHelper.java       |       14 +-
 .../modules/websvc/rest/projects/Bundle.properties |        2 +
 .../rest/projects/RestApplicationsPanel.form       |        4 +-
 .../rest/projects/RestApplicationsPanel.java       |       42 +-
 .../rest/projects/WebProjectRestSupport.java       |      366 +-
 .../websvc/rest/resources/Bundle.properties        |        9 +-
 .../modules/websvc/rest/resources/layer.xml        |       34 +-
 .../modules/websvc/rest/resources/rest-build.xsl   |       31 -
 .../modules/websvc/rest/support/Bundle.properties  |       22 +-
 .../modules/websvc/rest/support/DOMHelper.java     |       16 +
 .../modules/websvc/rest/support/Inflector.java     |        5 +-
 .../websvc/rest/support/JavaSourceHelper.java      |       39 +-
 .../rest/support/MetadataModelReadHelper.java      |        4 +-
 .../websvc/rest/support/SourceGroupSupport.java    |       89 +-
 .../modules/websvc/rest/support/SpringHelper.java  |        9 +-
 .../websvc/rest/support/TestRestTargetPanel.form   |       10 +-
 .../websvc/rest/support/TestRestTargetPanel.java   |       67 +-
 .../modules/websvc/rest/support/Utils.java         |      207 +-
 .../modules/websvc/rest/support/WebXmlHelper.java  |       23 +-
 .../rest/wizard/AbstractJaxRsFeatureIterator.java  |      284 +
 .../modules/websvc/rest/wizard/AbstractPanel.java  |       51 +-
 .../modules/websvc/rest/wizard/BrowseFolders.form  |       45 -
 .../modules/websvc/rest/wizard/BrowseFolders.java  |      349 -
 .../modules/websvc/rest/wizard/Bundle.properties   |      176 +-
 .../websvc/rest/wizard/ClientStubsIterator.java    |      244 -
 .../websvc/rest/wizard/ClientStubsSetupPanel.java  |       82 -
 .../rest/wizard/ClientStubsSetupPanelVisual.form   |      381 -
 .../rest/wizard/ClientStubsSetupPanelVisual.java   |      618 -
 .../rest/wizard/ContainerItemSetupPanelVisual.form |       70 +-
 .../rest/wizard/ContainerItemSetupPanelVisual.java |      243 +-
 .../rest/wizard/EntityResourcesIterator.java       |      129 +-
 .../rest/wizard/EntityResourcesSetupPanel.java     |      186 +-
 .../wizard/EntityResourcesSetupPanelVisual.form    |      115 +-
 .../wizard/EntityResourcesSetupPanelVisual.java    |      403 +-
 .../websvc/rest/wizard/EntitySelectionPanel.java   |       49 +-
 .../rest/wizard/EntitySelectionPanelVisual.form    |      274 -
 .../rest/wizard/EntitySelectionPanelVisual.java    |      667 -
 .../websvc/rest/wizard/HttpMethodsPanel.form       |      105 +
 .../websvc/rest/wizard/HttpMethodsPanel.java       |      171 +
 .../websvc/rest/wizard/InterceptorIterator.java    |      163 +
 .../websvc/rest/wizard/InterceptorPanel.java       |      152 +
 .../websvc/rest/wizard/InterceptorPanelVisual.form |      131 +
 .../websvc/rest/wizard/InterceptorPanelVisual.java |      194 +
 .../rest/wizard/JaxRsConfigurationPanel.form       |      152 +
 .../rest/wizard/JaxRsConfigurationPanel.java       |      434 +
 .../websvc/rest/wizard/JaxRsFilterIterator.java    |      203 +
 .../websvc/rest/wizard/JaxRsFilterPanel.java       |      161 +
 .../websvc/rest/wizard/JaxRsFilterVisual.form      |      223 +
 .../websvc/rest/wizard/JaxRsFilterVisual.java      |      269 +
 .../websvc/rest/wizard/OriginResourceIterator.java |      445 +
 .../rest/wizard/PatternResourcesIterator.java      |       89 +-
 .../rest/wizard/PatternResourcesSetupPanel.java    |      223 +-
 .../websvc/rest/wizard/PatternSelectionPanel.java  |        3 +-
 .../rest/wizard/PatternSelectionPanelVisual.form   |      244 +-
 .../rest/wizard/PatternSelectionPanelVisual.java   |      130 +-
 .../modules/websvc/rest/wizard/ProgressDialog.java |       28 +-
 .../websvc/rest/wizard/RestFilterPanel.java        |      183 +
 .../websvc/rest/wizard/RestFilterPanelVisual.form  |      188 +
 .../websvc/rest/wizard/RestFilterPanelVisual.java  |      216 +
 .../rest/wizard/SingletonSetupPanelVisual.form     |       44 +-
 .../rest/wizard/SingletonSetupPanelVisual.java     |      176 +-
 .../modules/websvc/rest/wizard/SourcePanel.java    |       50 +
 .../netbeans/modules/websvc/rest/wizard/Util.java  |      713 +-
 .../websvc/rest/wizard/WizardProperties.java       |        8 +-
 .../websvc/rest/wizard/fromdb/Bundle.properties    |       19 -
 .../fromdb/DatabaseResourceWizardIterator.java     |      222 +-
 .../rest/wizard/fromdb/EjbFacadeGenerator.java     |      399 +-
 .../wizard/fromdb/EjbFacadeGeneratorProvider.java  |        5 +
 .../wizard/fromdb/EntityResourcesSetupPanel.java   |       90 -
 .../fromdb/EntityResourcesSetupPanelVisual.form    |      220 -
 .../fromdb/EntityResourcesSetupPanelVisual.java    |      371 -
 .../websvc/rest/wizard/fromdb/Operation.java       |       92 +
 .../rest/wizard/fromdb/RestGenerationOptions.java  |      210 -
 .../websvc/rest/wizard/resources/ClientStubs.html  |        8 -
 .../websvc/rest/wizard/resources/JaxRsFilter.html  |       11 +
 .../rest/wizard/resources/JaxRsInterceptor.html    |       11 +
 .../rest/wizard/resources/JerseyClient.template    |        2 +-
 .../wizard/resources/OriginResourceFilter.html     |       12 +
 .../test/unit/data/testsrc/com/acme/Customer.java  |       41 +-
 .../unit/data/testsrc/com/acme/DiscountCode.java   |       41 +-
 .../unit/data/testsrc/com/acme/Manufacturer.java   |       41 +-
 .../unit/data/testsrc/com/acme/MicroMarket.java    |       41 +-
 .../test/unit/data/testsrc/com/acme/Product.java   |       41 +-
 .../unit/data/testsrc/com/acme/ProductCode.java    |       41 +-
 .../unit/data/testsrc/com/acme/PurchaseOrder.java  |       41 +-
 .../rest/codegen/ClientStubsGeneratorTest.java     |       41 +-
 .../EntityRESTServicesCodeGeneratorTest.java       |       81 -
 .../codegen/GenericResourceCodeGeneratorTest.java  |       41 +-
 .../netbeans/modules/websvc/rest/codegen/layer.xml |       12 +
 .../rest/codegen/model/JaxwsOperationInfoTest.java |       41 +-
 .../rest/codegen/model/ModelBuilderTest.java       |       41 +-
 .../modules/websvc/rest/wizard/UtilTest.java       |       36 -
 websvc.restapi/manifest.mf                         |        3 +-
 websvc.restapi/nbproject/project.xml               |       84 +-
 .../websvc/rest/ApplicationSubclassGenerator.java  |      348 +
 .../modules/websvc/rest/MiscPrivateUtilities.java  |      473 +
 .../modules/websvc/rest/WebXmlUpdater.java         |      439 +
 .../websvc/rest/model/api/RestApplications.java    |        3 +-
 .../websvc/rest/model/api/RestConstants.java       |       10 +-
 .../rest/model/api/RestProviderDescription.java    |       54 +
 .../rest/model/api/RestServiceDescription.java     |       15 +-
 .../websvc/rest/model/api/RestServices.java        |       32 +-
 .../rest/model/api/RestServicesMetadata.java       |        3 -
 .../websvc/rest/model/api/RestServicesModel.java   |        8 +-
 .../model/impl/RestMethodDescriptionFactory.java   |        2 +-
 .../model/impl/RestProviderDescriptionImpl.java    |       90 +
 .../model/impl/RestServiceDescriptionImpl.java     |       84 +-
 .../websvc/rest/model/impl/RestServicesImpl.java   |       99 +-
 .../rest/model/impl/SubResourceLocatorImpl.java    |        3 +-
 .../modules/websvc/rest/model/impl/Utils.java      |       68 +-
 .../spi/RestServicesMetadataModelFactory.java      |        3 -
 .../websvc/rest/spi/ApplicationConfigPanel.form    |      258 -
 .../websvc/rest/spi/ApplicationConfigPanel.java    |      346 -
 .../modules/websvc/rest/spi/Bundle.properties      |        5 +-
 .../modules/websvc/rest/spi/MiscUtilities.java     |      559 +
 .../modules/websvc/rest/spi/RestSupport.java       |     1120 +-
 .../modules/websvc/rest/spi/WebRestSupport.java    |      625 -
 .../websvc/rest/spi/resources/test-resbeans.html   |       81 +-
 .../websvc/rest/spi/resources/test-resbeans.js     |      145 +-
 .../modules/websvc/wsstack/jaxrs/JaxRs.java        |       72 -
 .../websvc/wsstack/jaxrs/JaxRsStackProvider.java   |       71 -
 .../jaxrs/glassfish/v2/GlassFishV2JaxRsStack.java  |      175 -
 .../glassfish/v2/GlassFishV2LookupProvider.java    |       64 -
 .../glassfish/v3/GlassFishV3EE6JaxRsStack.java     |      215 -
 .../glassfish/v3/GlassFishV3EE6LookupProvider.java |       64 -
 .../jaxrs/glassfish/v3/GlassFishV3JaxRsStack.java  |      173 -
 .../glassfish/v3/GlassFishV3LookupProvider.java    |       65 -
 .../websvc/wsstack/jaxrs/impl/IdeJaxRsStack.java   |       74 -
 .../websvc/wsstack/jaxrs/resources/layer.xml       |       67 -
 websvc.restkit/manifest.mf                         |        2 +-
 websvc.restkit/nbproject/project.xml               |       24 +-
 .../testPropAccess/AbstractFacade.java.pass        |       62 +
 .../IllegalOrphanException.java.pass               |       20 +
 .../NonexistentEntityException.java.pass           |       10 +
 .../testPropAccess/PeopleConverter.java.pass       |      100 -
 .../testPropAccess/PeopleResource.java.pass        |      122 -
 .../testPropAccess/PersistenceService.java.pass    |      104 -
 .../rest/CRUDTest/testPropAccess/Person.java.pass  |      103 +
 .../testPropAccess/PersonConverter.java.pass       |      156 -
 .../testPropAccess/PersonFacadeREST.java.pass      |       88 +
 .../testPropAccess/PersonJpaController.java.pass   |      164 +
 .../testPropAccess/PersonRESTFacade.java.pass      |      108 +
 .../testPropAccess/PersonResource.java.pass        |      139 -
 .../PreexistingEntityException.java.pass           |       10 +
 .../RollbackFailureException.java.pass             |       10 +
 .../CRUDTest/testPropAccess/UriResolver.java.pass  |       81 -
 .../rest/CRUDTest/testRfE/AbstractFacade.java.pass |       62 +
 .../CRUDTest/testRfE/ApplicationConfig.java.pass   |       48 +
 .../CRUDTest/testRfE/CustomerConverter.java.pass   |      373 -
 .../CRUDTest/testRfE/CustomerFacadeREST.java.pass  |       88 +
 .../testRfE/CustomerJpaController.java.pass        |      259 +
 .../CRUDTest/testRfE/CustomerRESTFacade.java.pass  |      108 +
 .../CRUDTest/testRfE/CustomerResource.java.pass    |      239 -
 .../CRUDTest/testRfE/CustomersConverter.java.pass  |      100 -
 .../CRUDTest/testRfE/CustomersResource.java.pass   |      135 -
 .../testRfE/DiscountCodeConverter.java.pass        |      173 -
 .../testRfE/DiscountCodeFacadeREST.java.pass       |       88 +
 .../testRfE/DiscountCodeJpaController.java.pass    |      230 +
 .../testRfE/DiscountCodeRESTFacade.java.pass       |      108 +
 .../testRfE/DiscountCodeResource.java.pass         |      195 -
 .../testRfE/DiscountCodesConverter.java.pass       |      100 -
 .../testRfE/DiscountCodesResource.java.pass        |      130 -
 .../testRfE/IllegalOrphanException.java.pass       |       20 +
 .../testRfE/ManufacturerConverter.java.pass        |      343 -
 .../testRfE/ManufacturerFacadeREST.java.pass       |       88 +
 .../testRfE/ManufacturerJpaController.java.pass    |      230 +
 .../testRfE/ManufacturerRESTFacade.java.pass       |      108 +
 .../testRfE/ManufacturerResource.java.pass         |      195 -
 .../testRfE/ManufacturersConverter.java.pass       |      100 -
 .../testRfE/ManufacturersResource.java.pass        |      130 -
 .../testRfE/MicroMarketConverter.java.pass         |      175 -
 .../testRfE/MicroMarketFacadeREST.java.pass        |       88 +
 .../testRfE/MicroMarketJpaController.java.pass     |      164 +
 .../testRfE/MicroMarketRESTFacade.java.pass        |      108 +
 .../CRUDTest/testRfE/MicroMarketResource.java.pass |      139 -
 .../testRfE/MicroMarketsConverter.java.pass        |      100 -
 .../testRfE/MicroMarketsResource.java.pass         |      122 -
 .../testRfE/NonexistentEntityException.java.pass   |       10 +
 .../CRUDTest/testRfE/PersistenceService.java.pass  |      104 -
 .../testRfE/PreexistingEntityException.java.pass   |       10 +
 .../testRfE/ProductCodeConverter.java.pass         |      191 -
 .../testRfE/ProductCodeFacadeREST.java.pass        |       88 +
 .../testRfE/ProductCodeJpaController.java.pass     |      230 +
 .../testRfE/ProductCodeRESTFacade.java.pass        |      108 +
 .../CRUDTest/testRfE/ProductCodeResource.java.pass |      195 -
 .../testRfE/ProductCodesConverter.java.pass        |      100 -
 .../testRfE/ProductCodesResource.java.pass         |      130 -
 .../CRUDTest/testRfE/ProductConverter.java.pass    |      309 -
 .../CRUDTest/testRfE/ProductFacadeREST.java.pass   |       88 +
 .../testRfE/ProductJpaController.java.pass         |      288 +
 .../CRUDTest/testRfE/ProductRESTFacade.java.pass   |      108 +
 .../CRUDTest/testRfE/ProductResource.java.pass     |      283 -
 .../CRUDTest/testRfE/ProductsConverter.java.pass   |      100 -
 .../CRUDTest/testRfE/ProductsResource.java.pass    |      140 -
 .../testRfE/PurchaseOrderConverter.java.pass       |      275 -
 .../testRfE/PurchaseOrderFacadeREST.java.pass      |       88 +
 .../testRfE/PurchaseOrderJpaController.java.pass   |      223 +
 .../testRfE/PurchaseOrderRESTFacade.java.pass      |      108 +
 .../testRfE/PurchaseOrderResource.java.pass        |      227 -
 .../testRfE/PurchaseOrdersConverter.java.pass      |      100 -
 .../testRfE/PurchaseOrdersResource.java.pass       |      132 -
 .../testRfE/RollbackFailureException.java.pass     |       10 +
 .../rest/CRUDTest/testRfE/UriResolver.java.pass    |       81 -
 .../testCcContainerI1/CcCI1CClass.java.pass        |       17 +-
 .../testCcContainerI1/CcCI1Cl.java.pass            |       24 +-
 .../testCcContainerI2/CcCI2CClass.java.pass        |       12 +-
 .../testCcContainerI2/CcCI2Cl.java.pass            |       17 +-
 .../testCcContainerI3/CcCI3CClass.java.pass        |       12 +-
 .../testCcContainerI3/CcCI3Cl.java.pass            |       17 +-
 .../testCcContainerIDef/Item1CClass.java.pass      |       49 +
 .../testCcContainerIDef/Item1Cl.java.pass          |       65 +
 .../testCcContainerIDef/ItemResource_1.java.pass   |       62 -
 .../testCcContainerIDef/ItemsResource_1.java.pass  |       49 -
 .../testContainerI1/CI1CClass.java.pass            |       22 +-
 .../PatternsTest/testContainerI1/CI1Cl.java.pass   |       24 +-
 .../testContainerI2/CI2CClass.java.pass            |       14 +-
 .../PatternsTest/testContainerI2/CI2Cl.java.pass   |       17 +-
 .../testContainerI3/CI3CClass.java.pass            |       14 +-
 .../PatternsTest/testContainerI3/CI3Cl.java.pass   |       17 +-
 .../testContainerIDef/ItemResource.java.pass       |       17 +-
 .../testContainerIDef/ItemsResource.java.pass      |       14 +-
 .../testSingleton1/Singleton1Cl.java.pass          |       16 +-
 .../testSingleton2/Singleton2Cl.java.pass          |        9 +-
 .../testSingleton3/Singleton3Cl.java.pass          |        9 +-
 .../testSingletonDef/GenericResource.java.pass     |        9 +-
 .../data/projects/NodesSample/build.xml            |        5 +
 .../projects/NodesSample/nbproject/ant-deploy.xml  |      103 +-
 .../projects/NodesSample/nbproject/build-impl.xml  |      371 +-
 .../NodesSample/nbproject/genfiles.properties      |       18 +-
 .../NodesSample/nbproject/project.properties       |       33 +-
 .../projects/NodesSample/nbproject/project.xml     |        8 +-
 .../projects/NodesSample/nbproject/rest-build.xml  |       40 +-
 .../src/java/o/n/m/qa/test/ItemResource.java       |       41 +-
 .../src/java/o/n/m/qa/test/ItemsResource.java      |       41 +-
 .../src/java/o/n/m/qa/test/SampleResource.java     |       41 +-
 .../projects/NodesSample/web/WEB-INF/sun-web.xml   |       11 -
 .../org/netbeans/modules/ws/qaf/rest/CRUDTest.java |      251 +-
 .../netbeans/modules/ws/qaf/rest/FromDBTest.java   |       69 +-
 .../modules/ws/qaf/rest/InstallPluginsTest.java    |      162 -
 .../netbeans/modules/ws/qaf/rest/JEE6CRUDTest.java |       10 +-
 .../modules/ws/qaf/rest/JEE6FromDBTest.java        |        5 +-
 .../modules/ws/qaf/rest/JEE6MvnCRUDTest.java       |        6 +-
 .../modules/ws/qaf/rest/JEE6MvnFromDBTest.java     |        5 +-
 .../modules/ws/qaf/rest/JEE6MvnPatternsTest.java   |        7 +-
 .../modules/ws/qaf/rest/JEE6PatternsTest.java      |       11 +-
 .../modules/ws/qaf/rest/JEE6RestCStubsTest.java    |       33 +-
 .../modules/ws/qaf/rest/JEE6RestNodeTest.java      |       83 -
 .../modules/ws/qaf/rest/JEE7FromDBTest.java        |       71 +
 .../netbeans/modules/ws/qaf/rest/JMakiTest.java    |      147 -
 .../netbeans/modules/ws/qaf/rest/MvnCRUDTest.java  |        7 +-
 .../modules/ws/qaf/rest/MvnFromDBTest.java         |        5 +-
 .../modules/ws/qaf/rest/MvnPatternsTest.java       |        6 +-
 .../netbeans/modules/ws/qaf/rest/PatternsTest.java |      135 +-
 .../modules/ws/qaf/rest/RestCStubsTest.java        |       71 +-
 .../netbeans/modules/ws/qaf/rest/RestNodeTest.java |       74 +-
 .../modules/ws/qaf/rest/RestSamplesTest.java       |       51 +-
 .../netbeans/modules/ws/qaf/rest/RestTestBase.java |       68 +-
 .../modules/ws/qaf/rest/UnInstallPluginsTest.java  |      128 -
 .../modules/ws/qaf/rest/suite/AntJEE5Suite.java    |       78 +-
 .../modules/ws/qaf/rest/suite/AntJEE6Suite.java    |       83 +-
 .../modules/ws/qaf/rest/suite/AntJEE7Suite.java    |      150 +
 .../modules/ws/qaf/rest/suite/MvnJEE5Suite.java    |       54 +-
 .../modules/ws/qaf/rest/suite/MvnJEE6Suite.java    |       54 +-
 .../modules/ws/qaf/rest/suite/MvnJEE7Suite.java    |      147 +
 .../netbeans/modules/ws/qaf/saas/AmazonTest.java   |       88 -
 .../netbeans/modules/ws/qaf/saas/SaasTestBase.java |      221 -
 .../ws/qaf/utilities/ContentComparator.java        |        2 +-
 .../ws/qaf/utilities/FilteringLineDiff.java        |       12 +-
 .../ws/qaf/utilities/RestWizardOperator.java       |       81 -
 websvc.restlib/external/binaries-list              |       10 +-
 websvc.restlib/external/jersey-1.3-license.txt     |       76 -
 websvc.restlib/external/jersey-license.txt         |      274 +
 websvc.restlib/external/readme                     |       10 +
 websvc.restlib/external/third-party-license.txt    |      188 +
 websvc.restlib/manifest.mf                         |        4 +-
 websvc.restlib/nbproject/project.properties        |       93 +-
 websvc.restlib/nbproject/project.xml               |       73 +-
 .../netbeans/modules/websvc/swdp/Bundle.properties |        8 +-
 .../org/netbeans/modules/websvc/swdp/restapi.xml   |       20 +-
 .../src/org/netbeans/modules/websvc/swdp/swdp.xml  |       69 +-
 websvc.saas.api/build.xml                          |       13 +-
 websvc.saas.api/manifest.mf                        |        2 +-
 websvc.saas.api/nbproject/project.xml              |       39 +-
 .../netbeans/modules/websvc/saas/model/Saas.java   |        1 +
 .../modules/websvc/saas/model/SaasServices.xsd     |        3 +-
 .../websvc/saas/model/SaasServicesModel.java       |        8 +-
 .../modules/websvc/saas/model/WadlSaas.java        |       22 +-
 .../modules/websvc/saas/model/WadlSaasMethod.java  |       35 +-
 .../modules/websvc/saas/model/wadl200902.xsd       |      263 +
 .../websvc/saas/model/wsdl/impl/WsdlOperation.java |        3 +
 .../modules/websvc/saas/util/SaasUtil.java         |      227 +-
 .../modules/websvc/saas/util/TypeUtil.java         |        7 +-
 .../modules/websvc/saas/util/SaasUtilTest.java     |        3 +-
 .../modules/websvc/saas/util/SetupUtil.java        |        2 +-
 websvc.saas.codegen.j2ee/manifest.mf               |        2 +-
 websvc.saas.codegen.j2ee/nbproject/project.xml     |       54 +-
 .../j2ee/CustomClientServletCodeGenerator.java     |        3 +
 .../j2ee/resources/HttpBasicAuthenticator.template |        2 +-
 .../j2ee/resources/HttpBasicCalback.template       |        2 +-
 .../codegen/j2ee/resources/HttpBasicLogin.template |        2 +-
 .../j2ee/resources/SessionKeyCallback.template     |        2 +-
 .../j2ee/resources/SessionKeyLogin.template        |        2 +-
 websvc.saas.codegen.java/manifest.mf               |        2 +-
 websvc.saas.codegen.java/nbproject/project.xml     |       60 +-
 .../java/resources/ApiKeyAuthenticator.template    |        2 +-
 .../java/resources/HttpBasicAuthenticator.template |        2 +-
 .../codegen/java/resources/RestConnection.template |        2 +-
 .../codegen/java/resources/RestResponse.template   |        2 +-
 .../codegen/java/resources/SaasService.template    |        2 +-
 .../resources/SessionKeyAuthenticator.template     |        2 +-
 .../java/resources/SignedUrlAuthenticator.template |        2 +-
 websvc.saas.codegen.php/manifest.mf                |        4 +-
 .../nbproject/project.properties                   |        1 +
 websvc.saas.codegen.php/nbproject/project.xml      |       27 +-
 .../codegen/php/AbstractRestCodeGenerator.java     |      117 +
 .../codegen/php/CustomClientPhpCodeGenerator.java  |       18 +-
 .../codegen/php/RestClientPhpCodeGenerator.java    |       18 +-
 .../codegen/php/SoapClientPhpCodeGenerator.java    |       13 +-
 .../modules/websvc/saas/codegen/php/layer.xml      |        1 +
 .../codegen/php/resources/RestConnection.template  |        6 +-
 websvc.saas.codegen/manifest.mf                    |        2 +-
 websvc.saas.codegen/nbproject/project.properties   |        2 +-
 websvc.saas.codegen/nbproject/project.xml          |       55 +-
 .../saas/codegen/model/RestClientSaasBean.java     |       47 +-
 .../websvc/saas/codegen/ui/Bundle.properties       |        3 +
 .../websvc/saas/codegen/ui/CodeSetupPanel.form     |       10 +-
 .../websvc/saas/codegen/ui/CodeSetupPanel.java     |       25 +-
 .../websvc/saas/codegen/ui/ProgressDialog.java     |       24 +-
 .../modules/websvc/saas/codegen/util/Util.java     |       25 +-
 websvc.saas.kit/manifest.mf                        |        2 +-
 websvc.saas.kit/nbproject/project.xml              |       44 +-
 websvc.saas.kit/release/VERSION.txt                |        2 +-
 .../modules/websvc/saas/kit/Bundle.properties      |        4 +-
 websvc.saas.services.amazon/manifest.mf            |        2 +-
 .../amazon/resources/AmazonAuthenticator.template  |        2 +-
 .../resources/j2ee/AmazonEC2Authenticator.template |        2 +-
 .../resources/java/AmazonEC2Authenticator.template |        2 +-
 websvc.saas.services.delicious/manifest.mf         |        2 +-
 .../services/delicious/resources/DeliciousWadl.xml |       15 +-
 websvc.saas.services.facebook/build.xml            |        5 -
 websvc.saas.services.facebook/manifest.mf          |        7 -
 .../nbproject/project.properties                   |       41 -
 .../nbproject/project.xml                          |       31 -
 .../saas/services/facebook/Bundle.properties       |       45 -
 .../websvc/saas/services/facebook/layer.xml        |      174 -
 .../saas/services/facebook/resources/Facebook.xml  |      154 -
 .../facebook/resources/FacebookResponse.xsd        |     1734 -
 .../services/facebook/resources/FacebookWadl.xml   |     2550 -
 .../resources/j2ee/FacebookAuthenticator.template  |      167 -
 .../resources/j2ee/FacebookCallback.template       |       90 -
 .../resources/j2ee/FacebookCallbackDoGet.template  |       34 -
 .../j2ee/FacebookCreateSessionKey.template         |       14 -
 .../resources/j2ee/FacebookDispatch.template       |       25 -
 .../resources/j2ee/FacebookGetSessionKey.template  |        7 -
 .../facebook/resources/j2ee/FacebookLogin.template |       85 -
 .../resources/j2ee/FacebookLoginDoGet.template     |       31 -
 .../resources/j2ee/FacebookLogout.template         |       14 -
 .../resources/j2ee/FacebookSignParams.template     |       33 -
 .../resources/java/FacebookAuthenticator.template  |      205 -
 .../resources/java/FacebookCreateToken.template    |       18 -
 .../resources/java/FacebookGetSessionKey.template  |       29 -
 .../resources/java/FacebookLogout.template         |        8 -
 .../resources/java/FacebookSignParams.template     |       35 -
 .../nbmodule/FacebookCreateToken.template          |       19 -
 .../nbmodule/FacebookGetSessionKey.template        |       51 -
 .../resources/nbmodule/FacebookLogin.template      |        6 -
 .../resources/nbmodule/FacebookLogout.template     |       13 -
 .../resources/nbmodule/FacebookSignParams.template |       37 -
 .../resources/php/FacebookAuthenticator.template   |      195 -
 .../php/FacebookAuthenticatorDesktop.template      |      195 -
 .../resources/php/FacebookCallback.template        |       20 -
 .../facebook/resources/php/FacebookLogin.template  |       25 -
 .../test/unit/data/admin_getMetrics.xml            |       13 -
 .../test/unit/data/application_getPublicInfo.xml   |       15 -
 .../test/unit/data/auth_createToken.xml            |        4 -
 .../test/unit/data/auth_expireSession.xml          |        4 -
 .../test/unit/data/auth_getSession.xml             |        6 -
 .../test/unit/data/auth_promoteSession.xml         |        4 -
 .../test/unit/data/beta/admin_getAppProperties.xml |        4 -
 .../test/unit/data/beta/batch_run.xml              |        6 -
 .../test/unit/data/beta/data_getCookie.xml         |        8 -
 .../test/unit/data/beta/data_setCookie.xml         |        4 -
 .../test/unit/data/beta/liveMessage_send.xml       |        4 -
 .../data/deprecated/feed_publishActionOfUser.xml   |        4 -
 .../data/deprecated/feed_publishStoryToUser.xml    |        4 -
 .../test/unit/data/deprecated/users_isAppAdded.xml |        4 -
 .../test/unit/data/error.xml                       |       31 -
 .../test/unit/data/events_cancel.xml               |        4 -
 .../test/unit/data/events_create.xml               |        4 -
 .../test/unit/data/events_edit.xml                 |        4 -
 .../test/unit/data/events_get.xml                  |       27 -
 .../test/unit/data/events_getMembers.xml           |       15 -
 .../test/unit/data/events_rsvp.xml                 |        4 -
 .../test/unit/data/fbml_refreshImgSrc.xml          |        4 -
 .../test/unit/data/fbml_refreshRefUrl.xml          |        4 -
 .../test/unit/data/fbml_setRefHandle.xml           |        4 -
 .../data/feed_deactivateTemplateBundleByID.xml     |        4 -
 .../data/feed_getRegisteredTemplateBundleByID.xml  |       18 -
 .../data/feed_getRegisteredTemplateBundles.xml     |       37 -
 .../unit/data/feed_publishTemplatizedAction.xml    |        4 -
 .../test/unit/data/feed_registerTemplateBundle.xml |        4 -
 .../test/unit/data/fql_query.xml                   |       53 -
 .../test/unit/data/fql_query2.xml                  |       54 -
 .../test/unit/data/friends_areFriends.xml          |       13 -
 .../test/unit/data/friends_get.xml                 |        5 -
 .../test/unit/data/friends_getAppUsers.xml         |        5 -
 .../test/unit/data/friends_getLists.xml            |       11 -
 .../test/unit/data/groups_get.xml                  |       25 -
 .../test/unit/data/groups_getMembers.xml           |       17 -
 .../test/unit/data/marketplace_createListing.xml   |        4 -
 .../test/unit/data/marketplace_getCategories.xml   |       12 -
 .../test/unit/data/marketplace_getListings.xml     |       14 -
 .../unit/data/marketplace_getSubCategories.xml     |        9 -
 .../test/unit/data/marketplace_removeListing.xml   |        4 -
 .../test/unit/data/marketplace_search.xml          |      115 -
 .../test/unit/data/notifications_get.xml           |       22 -
 .../test/unit/data/notifications_send.xml          |        3 -
 .../test/unit/data/notifications_sendEmail.xml     |        4 -
 .../test/unit/data/pages_getInfo.xml               |       54 -
 .../test/unit/data/pages_isAdmin.xml               |        4 -
 .../test/unit/data/pages_isAppAdded.xml            |        4 -
 .../test/unit/data/pages_isFan.xml                 |        4 -
 .../test/unit/data/photos_addTag.xml               |        4 -
 .../test/unit/data/photos_createAlbum.xml          |       13 -
 .../test/unit/data/photos_get.xml                  |       25 -
 .../test/unit/data/photos_getAlbums.xml            |       15 -
 .../test/unit/data/photos_getTags.xml              |       10 -
 .../test/unit/data/photos_upload.xml               |       11 -
 .../test/unit/data/profile_getFBML.xml             |        9 -
 .../test/unit/data/profile_getInfo.xml             |       45 -
 .../test/unit/data/profile_setFBML.xml             |        4 -
 .../test/unit/data/users_getInfo.xml               |       97 -
 .../test/unit/data/users_getLoggedInUser.xml       |        5 -
 .../test/unit/data/users_hasAppPermission.xml      |        4 -
 .../test/unit/data/users_isAppUser.xml             |        4 -
 .../test/unit/data/users_setStatus.xml             |        4 -
 .../resources/FacebookResponseSchemaTest.java      |       88 -
 websvc.saas.services.flickr/manifest.mf            |        2 +-
 .../modules/websvc/saas/services/flickr/layer.xml  |        4 +
 .../saas/services/flickr/resources/Flickr.xml      |       24 +
 .../resources/j2ee/FlickrAuthenticator.template    |        2 +-
 .../flickr/resources/j2ee/FlickrCallback.template  |        2 +-
 .../j2ee/FlickrCreateAuthToken_EE7.template        |       24 +
 .../flickr/resources/j2ee/FlickrLogin.template     |        2 +-
 .../resources/java/FlickrAuthenticator.template    |        2 +-
 .../resources/java/FlickrGetAuthToken.template     |        7 +-
 .../flickr/resources/java/FlickrGetFrob.template   |        5 +-
 websvc.saas.services.google/manifest.mf            |        2 +-
 .../resources/java/GoogleMapService.template       |        2 +-
 websvc.saas.services.strikeiron/manifest.mf        |        2 +-
 .../nbproject/project.xml                          |       27 +-
 .../saas/services/strikeiron/StrikeIronSearch.java |        2 +-
 .../websvc/saas/services/strikeiron/layer.xml      |        9 +-
 .../strikeiron/resources/AddressVerification40.xml |       86 -
 .../strikeiron/resources/AddressVerification60.xml |       76 +
 .../strikeiron/resources/Bundle.properties         |       12 +-
 .../strikeiron/resources/EmailVerify30.xml         |       87 -
 .../strikeiron/resources/EmailVerify50.xml         |       76 +
 .../resources/ForeignCurrencyExchangeRates.xml     |       76 +
 .../resources/GlobalAddressVerification.xml        |       76 +
 .../strikeiron/resources/IPAddressLookup.xml       |       14 +-
 .../strikeiron/resources/ReversePhoneLookup.xml    |       15 +-
 .../strikeiron/resources/SmsTextMessageAlerts.xml  |       76 +
 .../strikeiron/resources/TaxComplete40.xml         |       84 -
 .../strikeiron/resources/TaxComplete50.xml         |       76 +
 .../services/strikeiron/resources/strikeiron16.png |      Bin 27977 -> 3268 bytes
 .../services/strikeiron/resources/strikeiron32.png |      Bin 29099 -> 4242 bytes
 .../saas/services/strikeiron/ui/Bundle.properties  |        4 +-
 .../saas/services/strikeiron/ui/FindServiceUI.form |       18 +-
 .../saas/services/strikeiron/ui/FindServiceUI.java |      136 +-
 .../saas/services/strikeiron/ui/HeaderPanel.form   |        6 +-
 .../saas/services/strikeiron/ui/HeaderPanel.java   |       34 +-
 .../services/strikeiron/ui/ServiceTableModel.java  |        7 +-
 websvc.saas.services.twitter/build.xml             |        5 -
 websvc.saas.services.twitter/manifest.mf           |        7 -
 .../nbproject/project.properties                   |       41 -
 websvc.saas.services.twitter/nbproject/project.xml |       31 -
 .../websvc/saas/services/twitter/Bundle.properties |       44 -
 .../modules/websvc/saas/services/twitter/layer.xml |       58 -
 .../saas/services/twitter/resources/Twitter.xml    |      107 -
 .../services/twitter/resources/TwitterOAuth.xml    |       67 -
 .../services/twitter/resources/TwitterResponse.xsd |      173 -
 .../services/twitter/resources/TwitterWadl.xml     |      559 -
 .../twitter/resources/TwitterWadlOAuth.xml         |      571 -
 .../test/unit/data/archives.xml                    |      150 -
 .../test/unit/data/direct_messages.xml             |       65 -
 .../test/unit/data/favorites.xml                   |       24 -
 .../test/unit/data/hash.xml                        |        5 -
 .../test/unit/data/hash2.xml                       |        7 -
 .../test/unit/data/noDirectMessagePresent.xml      |        2 -
 .../test/unit/data/public_timeline.xml             |      423 -
 .../test/unit/data/user.xml                        |       33 -
 .../test/unit/data/verifyCredentials.xml           |        2 -
 .../resources/TwitterResponseSchemaTest.java       |       66 -
 websvc.saas.services.weatherbug/manifest.mf        |        2 +-
 websvc.saas.services.yahoo/build.xml               |        5 -
 websvc.saas.services.yahoo/manifest.mf             |        7 -
 .../nbproject/project.properties                   |       41 -
 websvc.saas.services.yahoo/nbproject/project.xml   |       31 -
 .../websvc/saas/services/yahoo/Bundle.properties   |       44 -
 .../modules/websvc/saas/services/yahoo/layer.xml   |       59 -
 .../services/yahoo/resources/NewsSearchError.xsd   |       55 -
 .../yahoo/resources/NewsSearchResponse.xsd         |       87 -
 .../yahoo/resources/TrafficDataResponse.xsd        |       72 -
 .../yahoo/resources/TripSearchResponse.xsd         |      139 -
 .../services/yahoo/resources/YahooNewsSearch.xml   |       79 -
 .../yahoo/resources/YahooNewsSearchWadl.xml        |      134 -
 .../yahoo/resources/YahooTrafficService.xml        |       79 -
 .../yahoo/resources/YahooTrafficServiceWadl.xml    |      160 -
 .../services/yahoo/resources/YahooTripSearch.xml   |       81 -
 .../yahoo/resources/YahooTripSearchWadl.xml        |      184 -
 .../test/unit/data/newsSearch/news.xml             |       26 -
 .../test/unit/data/trafficData/trafficData.xml     |       16 -
 .../test/unit/data/tripSearch/getTrips.xml         |      293 -
 .../test/unit/data/tripSearch/tripSearch.xml       |       52 -
 .../resources/NewsSearchResponseSchemaTest.java    |       81 -
 .../resources/TrafficDataResponseSchemaTest.java   |       85 -
 .../resources/TripSearchResponseSchemaTest.java    |       84 -
 websvc.saas.services.zillow/catalog.xml            |        4 -
 websvc.saas.services.zillow/manifest.mf            |        2 +-
 websvc.saas.services.zvents/manifest.mf            |        2 +-
 websvc.saas.ui/manifest.mf                         |        2 +-
 websvc.saas.ui/nbproject/project.xml               |       43 +-
 .../websvc/saas/ui/wizards/AddWebServiceDlg.form   |       44 +-
 .../websvc/saas/ui/wizards/AddWebServiceDlg.java   |      119 +-
 .../websvc/saas/ui/wizards/Bundle.properties       |       22 -
 websvc.utilities/manifest.mf                       |        2 +-
 websvc.utilities/nbproject/project.properties      |        4 +
 websvc.utilities/nbproject/project.xml             |       62 +-
 .../websvc/api/support/RefreshClientDialog.form    |        5 +-
 .../websvc/api/support/RefreshServiceDialog.form   |        5 +-
 .../websvc/api/support/java/SourceUtils.java       |        5 +-
 .../modules/websvc/spi/support/Bundle.properties   |        1 +
 .../spi/support/DefaultClientSelectionPanel.form   |        4 +-
 .../spi/support/DefaultClientSelectionPanel.java   |        3 +
 .../websvc/spi/support/MessageHandlerPanel.form    |        4 +-
 .../websvc/spi/support/MessageHandlerPanel.java    |       66 +-
 .../modules/websvc/utilities/ui/Bundle.properties  |        2 +
 .../websvc/utilities/ui/WSHandlerDialog.java       |       51 +-
 websvc.websvcapi/manifest.mf                       |        2 +-
 websvc.websvcapi/nbproject/project.properties      |        1 +
 websvc.websvcapi/nbproject/project.xml             |       29 +-
 websvc.wsitconf/manifest.mf                        |        2 +-
 websvc.wsitconf/nbproject/project.properties       |        6 +
 websvc.wsitconf/nbproject/project.xml              |      129 +-
 .../websvc/jaxwsruntimemodel/JavaWsdlMapper.java   |      420 +-
 .../modules/websvc/wsitconf/Bundle.properties      |        2 +
 .../modules/websvc/wsitconf/MavenWSITEditor.java   |        2 +
 .../modules/websvc/wsitconf/WSITEditor.java        |       15 +-
 .../websvc/wsitconf/api/WSITConfigProvider.java    |        6 +-
 .../wsitconf/design/WsitServiceChangeListener.java |       11 +-
 .../websvc/wsitconf/projects/EJBWsitProvider.java  |        2 +-
 .../wsitconf/projects/MavenWsitProvider.java       |       75 +-
 .../websvc/wsitconf/projects/WebWsitProvider.java  |       50 +-
 .../wsitconf/projects/WsitPojectOpenedHook.java    |      197 +
 .../refactoring/WSITRenameRefactoringPlugin.java   |       16 +-
 .../templates/DerivedKeyPasswordValidator.template |        2 +-
 .../templates/Saml11HOKCallbackHandler.template    |        2 +-
 .../templates/Saml11SVCallbackHandler.template     |        2 +-
 .../templates/Saml20HOKCallbackHandler.template    |        2 +-
 .../templates/Saml20SVCallbackHandler.template     |        2 +-
 .../modules/websvc/wsitconf/spi/WsitProvider.java  |        2 +-
 .../modules/websvc/wsitconf/ui/Bundle.properties   |       17 +
 .../modules/websvc/wsitconf/ui/ClassDialog.java    |       33 +-
 .../modules/websvc/wsitconf/ui/ErrorJPanel.form    |        8 +-
 .../modules/websvc/wsitconf/ui/ErrorJPanel.java    |       30 +-
 .../ui/client/AdvancedConfigPanelClient.form       |       14 +-
 .../ui/client/AdvancedConfigPanelClient.java       |      144 +-
 .../websvc/wsitconf/ui/client/Bundle.properties    |        1 -
 .../websvc/wsitconf/ui/client/CallbackPanel.form   |        6 +-
 .../websvc/wsitconf/ui/client/CallbackPanel.java   |      314 +-
 .../websvc/wsitconf/ui/client/ClientView.java      |       64 +-
 .../websvc/wsitconf/ui/client/STSClientPanel.form  |        4 +-
 .../websvc/wsitconf/ui/client/STSClientPanel.java  |      113 +-
 .../wsitconf/ui/client/TransportPanelClient.form   |        8 +-
 .../wsitconf/ui/client/TransportPanelClient.java   |       32 +-
 .../ui/client/subpanels/DynamicCredsPanel.form     |        8 +-
 .../ui/client/subpanels/DynamicCredsPanel.java     |       62 +-
 .../ui/client/subpanels/KerberosConfigPanel.form   |        5 +-
 .../ui/client/subpanels/KerberosConfigPanel.java   |       58 +-
 .../ui/client/subpanels/StaticCredsPanel.form      |        8 +-
 .../ui/client/subpanels/StaticCredsPanel.java      |       44 +-
 .../ui/client/subpanels/ValidatorsPanel.form       |        7 +-
 .../ui/client/subpanels/ValidatorsPanel.java       |       69 +-
 .../websvc/wsitconf/ui/service/BindingPanel.form   |       17 +-
 .../websvc/wsitconf/ui/service/BindingPanel.java   |      464 +-
 .../websvc/wsitconf/ui/service/FaultPanel.form     |        8 +-
 .../websvc/wsitconf/ui/service/FaultPanel.java     |       18 +-
 .../wsitconf/ui/service/GenericElementPanel.form   |        6 +-
 .../wsitconf/ui/service/GenericElementPanel.java   |       16 +-
 .../websvc/wsitconf/ui/service/InputPanel.form     |        7 +-
 .../websvc/wsitconf/ui/service/InputPanel.java     |       67 +-
 .../websvc/wsitconf/ui/service/OperationPanel.form |        5 +-
 .../websvc/wsitconf/ui/service/OperationPanel.java |       28 +-
 .../websvc/wsitconf/ui/service/OutputPanel.form    |        5 +-
 .../websvc/wsitconf/ui/service/OutputPanel.java    |       16 +-
 .../ui/service/profiles/EndorsingCertificate.form  |        8 +-
 .../ui/service/profiles/EndorsingCertificate.java  |       92 +-
 .../wsitconf/ui/service/profiles/Kerberos.form     |        5 +-
 .../wsitconf/ui/service/profiles/Kerberos.java     |       80 +-
 .../ui/service/profiles/MessageAuthentication.form |        4 +-
 .../ui/service/profiles/MessageAuthentication.java |       92 +-
 .../ui/service/profiles/MutualCertificates.form    |        7 +-
 .../ui/service/profiles/MutualCertificates.java    |       74 +-
 .../service/profiles/SAMLAuthorizationOverSSL.form |        6 +-
 .../service/profiles/SAMLAuthorizationOverSSL.java |       86 +-
 .../ui/service/profiles/SAMLHolderOfKey.form       |        7 +-
 .../ui/service/profiles/SAMLHolderOfKey.java       |       86 +-
 .../wsitconf/ui/service/profiles/STSIssued.form    |        8 +-
 .../wsitconf/ui/service/profiles/STSIssued.java    |      150 +-
 .../ui/service/profiles/STSIssuedCert.form         |       18 +-
 .../ui/service/profiles/STSIssuedCert.java         |      145 +-
 .../ui/service/profiles/STSIssuedEndorsing.form    |        4 +-
 .../ui/service/profiles/STSIssuedEndorsing.java    |      162 +-
 .../service/profiles/STSIssuedSupportingToken.form |       15 +-
 .../service/profiles/STSIssuedSupportingToken.java |      153 +-
 .../ui/service/profiles/SenderVouches.form         |        6 +-
 .../ui/service/profiles/SenderVouches.java         |       92 +-
 .../ui/service/profiles/TransportSecurity.form     |        4 +-
 .../ui/service/profiles/TransportSecurity.java     |       16 +-
 .../profiles/UsernameAuthPasswordDerivedKeys.form  |        4 +-
 .../profiles/UsernameAuthPasswordDerivedKeys.java  |       74 +-
 .../service/profiles/UsernameAuthentication.form   |        5 +-
 .../service/profiles/UsernameAuthentication.java   |      104 +-
 .../ui/service/subpanels/AddHeaderPanel.form       |       10 +-
 .../ui/service/subpanels/AddHeaderPanel.java       |       33 +-
 .../ui/service/subpanels/AdvancedRMPanel.form      |        4 +-
 .../ui/service/subpanels/AdvancedRMPanel.java      |      130 +-
 .../subpanels/AdvancedRMScrollablePanel.form       |        6 +-
 .../subpanels/AdvancedRMScrollablePanel.java       |       42 +-
 .../service/subpanels/AdvancedSecurityPanel.form   |        9 +-
 .../service/subpanels/AdvancedSecurityPanel.java   |       48 +-
 .../ui/service/subpanels/KerberosConfigPanel.form  |        5 +-
 .../ui/service/subpanels/KerberosConfigPanel.java  |       25 +-
 .../ui/service/subpanels/KeystorePanel.form        |       10 +-
 .../ui/service/subpanels/KeystorePanel.java        |      112 +-
 .../service/subpanels/STSConfigServicePanel.form   |       27 +-
 .../service/subpanels/STSConfigServicePanel.java   |      201 +-
 .../subpanels/ServiceProviderSelectorPanel.form    |        6 +-
 .../subpanels/ServiceProviderSelectorPanel.java    |       75 +-
 .../ui/service/subpanels/TargetsPanel.form         |        5 +-
 .../ui/service/subpanels/TargetsPanel.java         |       54 +-
 .../ui/service/subpanels/TruststorePanel.form      |        9 +-
 .../ui/service/subpanels/TruststorePanel.java      |      105 +-
 .../ui/service/subpanels/ValidatorsPanel.form      |       17 +-
 .../ui/service/subpanels/ValidatorsPanel.java      |      107 +-
 .../modules/websvc/wsitconf/util/Util.java         |       17 +-
 .../websvc/wsitconf/wizard/STSVersionPanelUI.form  |        4 +-
 .../websvc/wsitconf/wizard/STSVersionPanelUI.java  |       20 +-
 .../modules/websvc/wsitconf/wizard/STSWizard.java  |        2 +-
 .../websvc/wsitconf/wizard/STSWizardCreator.java   |       95 +-
 .../wsdlmodelext/AddressingModelHelper.java        |        2 +-
 .../wsdlmodelext/AlgoSuiteModelHelper.java         |        2 +-
 .../wsitconf/wsdlmodelext/ProfilesModelHelper.java |        4 +-
 .../ProprietarySecurityPolicyModelHelper.java      |       12 +-
 .../wsitconf/wsdlmodelext/RMModelHelper.java       |       10 +-
 .../wsdlmodelext/SecurityPolicyModelHelper.java    |        8 +-
 .../wsdlmodelext/SecurityTokensModelHelper.java    |       20 +-
 .../wsdlmodelext/TransportModelHelper.java         |        4 +-
 .../wsitconf/wsdlmodelext/TxModelHelper.java       |        2 +-
 .../wsitconf/wsdlmodelext/WSITModelSupport.java    |       41 +-
 websvc.wsitmodelext/catalog.xml                    |        4 -
 websvc.wsitmodelext/manifest.mf                    |        2 +-
 websvc.wsitmodelext/nbproject/project.xml          |       12 +-
 websvc.wsstack.jaxws/build.xml                     |       48 -
 websvc.wsstack.jaxws/manifest.mf                   |        6 -
 websvc.wsstack.jaxws/nbproject/project.properties  |       44 -
 websvc.wsstack.jaxws/nbproject/project.xml         |       99 -
 .../websvc/wsstack/jaxrpc/IdeJaxRpcStack.java      |       79 -
 .../modules/websvc/wsstack/jaxrpc/JaxRpc.java      |       72 -
 .../websvc/wsstack/jaxrpc/JaxRpcStackProvider.java |       78 -
 .../modules/websvc/wsstack/jaxws/Bundle.properties |       47 -
 .../modules/websvc/wsstack/jaxws/JaxWs.java        |       91 -
 .../websvc/wsstack/jaxws/JaxWsStackProvider.java   |      129 -
 .../jaxws/glassfish/v2/GlassFishV2JaxWsStack.java  |      214 -
 .../glassfish/v2/GlassFishV2LookupProvider.java    |       64 -
 .../jaxws/glassfish/v3/GlassFishV3JaxWsStack.java  |      219 -
 .../glassfish/v3/GlassFishV3LookupProvider.java    |       63 -
 .../glassfish/v3/GlassFishV3ee6JaxWsStack.java     |       79 -
 .../glassfish/v3/GlassFishV3ee6LookupProvider.java |       63 -
 .../wsstack/jaxws/impl/AbstractJaxWsStack.java     |      123 -
 .../websvc/wsstack/jaxws/impl/IdeJaxWsStack.java   |       56 -
 .../websvc/wsstack/jaxws/impl/JdkJaxWsStack.java   |       63 -
 .../wsstack/jaxws/jboss/JBossJaxWsStack.java       |      228 -
 .../wsstack/jaxws/jboss/JBossLookupProvider.java   |       64 -
 .../websvc/wsstack/jaxws/resources/layer.xml       |       82 -
 .../wsstack/jaxws/tomcat/TomcatJaxWsStack.java     |      273 -
 .../wsstack/jaxws/tomcat/TomcatLookupProvider.java |       64 -
 .../wsstack/jaxws/weblogic/WebLogicJaxWsStack.java |      115 -
 .../jaxws/weblogic/WebLogicLookupProvider.java     |       64 -
 websvc.wsstackapi/manifest.mf                      |        2 +-
 websvc.wsstackapi/nbproject/project.properties     |        2 +
 websvc.wsstackapi/nbproject/project.xml            |       17 +-
 welcome/build.xml                                  |       17 -
 welcome/manifest.mf                                |        2 +-
 welcome/nbproject/project.properties               |        4 +
 welcome/nbproject/project.xml                      |       23 +-
 welcome/release/docs/SwingInteropDescription.html  |       60 +
 .../org/netbeans/modules/welcome/Bundle.properties |        5 +-
 .../org/netbeans/modules/welcome/Installer.java    |       65 +-
 .../modules/welcome/ShowWelcomeAction.java         |       36 +-
 .../modules/welcome/content/ActionButton.java      |        6 +-
 .../modules/welcome/content/ButtonBorder.java      |       49 +-
 .../modules/welcome/content/Constants.java         |       37 +-
 .../modules/welcome/content/ContentSection.java    |       37 +-
 .../modules/welcome/content/LinkButton.java        |       52 +-
 .../org/netbeans/modules/welcome/content/Logo.java |        7 +-
 .../netbeans/modules/welcome/content/RSSFeed.java  |       71 +-
 .../welcome/content/RecentProjectsPanel.java       |      108 +-
 .../netbeans/modules/welcome/content/Utils.java    |      101 +-
 .../netbeans/modules/welcome/content/WebLink.java  |        2 +
 .../modules/welcome/resources/Bundle.properties    |       71 +-
 .../welcome/resources/bottom_left_corner.png       |      Bin 3566 -> 0 bytes
 .../welcome/resources/bottom_right_corner.png      |      Bin 3646 -> 0 bytes
 .../modules/welcome/resources/bottom_shadow.png    |      Bin 2958 -> 0 bytes
 .../modules/welcome/resources/broken_image.gif     |      Bin 0 -> 438 bytes
 .../modules/welcome/resources/broken_image.png     |      Bin 236 -> 0 bytes
 .../modules/welcome/resources/btn_center.png       |      Bin 0 -> 226 bytes
 .../modules/welcome/resources/btn_left.png         |      Bin 0 -> 345 bytes
 .../modules/welcome/resources/btn_right.png        |      Bin 0 -> 349 bytes
 .../modules/welcome/resources/butt-bott-left.png   |      Bin 346 -> 0 bytes
 .../modules/welcome/resources/butt-bott-right.png  |      Bin 326 -> 0 bytes
 .../modules/welcome/resources/butt-bottom.png      |      Bin 156 -> 0 bytes
 .../modules/welcome/resources/butt-center.png      |      Bin 128 -> 0 bytes
 .../welcome/resources/butt-sel-bott-left.png       |      Bin 314 -> 0 bytes
 .../welcome/resources/butt-sel-bott-right.png      |      Bin 303 -> 0 bytes
 .../modules/welcome/resources/butt-sel-bottom.png  |      Bin 149 -> 0 bytes
 .../modules/welcome/resources/butt-sel-center.png  |      Bin 124 -> 0 bytes
 .../welcome/resources/butt-sel-side-left.png       |      Bin 149 -> 0 bytes
 .../welcome/resources/butt-sel-side-right.png      |      Bin 158 -> 0 bytes
 .../modules/welcome/resources/butt-sel-top-lef.png |      Bin 282 -> 0 bytes
 .../welcome/resources/butt-sel-top-right.png       |      Bin 360 -> 0 bytes
 .../modules/welcome/resources/butt-sel-top.png     |      Bin 151 -> 0 bytes
 .../modules/welcome/resources/butt-side-left.png   |      Bin 148 -> 0 bytes
 .../modules/welcome/resources/butt-side-right.png  |      Bin 143 -> 0 bytes
 .../modules/welcome/resources/butt-top-lef.png     |      Bin 306 -> 0 bytes
 .../modules/welcome/resources/butt-top-right.png   |      Bin 348 -> 0 bytes
 .../modules/welcome/resources/butt-top.png         |      Bin 136 -> 0 bytes
 .../modules/welcome/resources/content_banner.png   |      Bin 0 -> 16973 bytes
 .../welcome/resources/content_banner_dark.png      |      Bin 0 -> 16317 bytes
 .../modules/welcome/resources/java_logo.png        |      Bin 851 -> 6921 bytes
 .../netbeans/modules/welcome/resources/layer.xml   |       21 +-
 .../modules/welcome/resources/left_shadow.png      |      Bin 2820 -> 0 bytes
 .../netbeans/modules/welcome/resources/nb_logo.png |      Bin 2116 -> 3366 bytes
 .../modules/welcome/resources/oracle_logo.png      |      Bin 753 -> 1211 bytes
 .../modules/welcome/resources/right_shadow.png     |      Bin 2853 -> 0 bytes
 .../modules/welcome/resources/sel_btn_center.png   |      Bin 0 -> 250 bytes
 .../modules/welcome/resources/sel_btn_left.png     |      Bin 0 -> 359 bytes
 .../modules/welcome/resources/sel_btn_right.png    |      Bin 0 -> 353 bytes
 .../modules/welcome/resources/tab_rollover.png     |      Bin 0 -> 168 bytes
 .../welcome/resources/tab_rollover_dark.png        |      Bin 0 -> 270 bytes
 .../modules/welcome/resources/tab_sel_left1.png    |      Bin 2837 -> 0 bytes
 .../modules/welcome/resources/tab_sel_left2.png    |      Bin 3596 -> 0 bytes
 .../modules/welcome/resources/tab_sel_right1.png   |      Bin 2835 -> 0 bytes
 .../modules/welcome/resources/tab_sel_right2.png   |      Bin 3596 -> 0 bytes
 .../modules/welcome/resources/tab_sel_top.png      |      Bin 2843 -> 0 bytes
 .../modules/welcome/resources/tab_sel_topleft1.png |      Bin 3066 -> 0 bytes
 .../modules/welcome/resources/tab_sel_topleft2.png |      Bin 427 -> 0 bytes
 .../welcome/resources/tab_sel_topright1.png        |      Bin 3179 -> 0 bytes
 .../welcome/resources/tab_sel_topright2.png        |      Bin 442 -> 0 bytes
 .../modules/welcome/resources/tab_selected.png     |      Bin 0 -> 159 bytes
 .../welcome/resources/tab_selected_dark.png        |      Bin 0 -> 256 bytes
 .../modules/welcome/resources/tab_unsel_bottom.png |      Bin 2836 -> 0 bytes
 .../welcome/resources/tab_unsel_bottomleft1.png    |      Bin 2876 -> 0 bytes
 .../welcome/resources/tab_unsel_bottomleft2.png    |      Bin 997 -> 0 bytes
 .../welcome/resources/tab_unsel_bottomright1.png   |      Bin 2892 -> 0 bytes
 .../welcome/resources/tab_unsel_bottomright2.png   |      Bin 3627 -> 0 bytes
 .../welcome/resources/tab_unsel_bottomright3.png   |      Bin 3612 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_filler.png |      Bin 3608 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_left1.png  |      Bin 2828 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_left2.png  |      Bin 962 -> 0 bytes
 .../welcome/resources/tab_unsel_lefttop1.png       |      Bin 2857 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_right1.png |      Bin 2840 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_right2.png |      Bin 3598 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_right3.png |      Bin 3595 -> 0 bytes
 .../welcome/resources/tab_unsel_righttop1.png      |      Bin 2980 -> 0 bytes
 .../modules/welcome/resources/tab_unsel_top.png    |      Bin 2838 -> 0 bytes
 .../welcome/resources/tab_unsel_topleft1.png       |      Bin 3061 -> 0 bytes
 .../welcome/resources/tab_unsel_topleft2.png       |      Bin 544 -> 0 bytes
 .../welcome/resources/tab_unsel_topright1.png      |      Bin 3178 -> 0 bytes
 .../welcome/resources/tab_unsel_topright2.png      |      Bin 3094 -> 0 bytes
 .../welcome/resources/tab_unsel_topright3.png      |      Bin 3105 -> 0 bytes
 .../modules/welcome/resources/topbar_center.png    |      Bin 135393 -> 0 bytes
 .../modules/welcome/resources/topbar_left.png      |      Bin 406 -> 0 bytes
 .../modules/welcome/resources/topbar_right.png     |      Bin 394 -> 0 bytes
 .../netbeans/modules/welcome/resources/tour.url    |        2 +-
 .../modules/welcome/resources/tutorial1-1.url      |        1 +
 .../modules/welcome/resources/whatsnew.url         |        2 +-
 .../netbeans/modules/welcome/ui/AbstractTab.java   |       10 +-
 .../org/netbeans/modules/welcome/ui/BottomBar.java |       15 +-
 .../netbeans/modules/welcome/ui/ContentHeader.java |      124 +
 .../org/netbeans/modules/welcome/ui/DemoPanel.java |       15 +-
 .../netbeans/modules/welcome/ui/GetStarted.java    |        4 +-
 .../modules/welcome/ui/LearnAndDiscoverTab.java    |       16 +-
 .../netbeans/modules/welcome/ui/MyNetBeansTab.java |       15 +-
 .../netbeans/modules/welcome/ui/PluginsPanel.java  |       15 +-
 .../modules/welcome/ui/SampleProjectAction.java    |       33 +-
 .../netbeans/modules/welcome/ui/ShowNextTime.java  |        7 +
 .../modules/welcome/ui/StartPageContent.java       |       59 +-
 .../modules/welcome/ui/TabContentPane.java         |       42 +-
 .../netbeans/modules/welcome/ui/TabbedPane.java    |      389 +-
 .../org/netbeans/modules/welcome/ui/TopBar.java    |       73 -
 .../org/netbeans/modules/welcome/ui/Tutorials.java |        6 +-
 .../netbeans/modules/welcome/ui/WhatsNewTab.java   |       13 +-
 .../modules/welcome/FeedbackSurveyTest.java        |        5 +-
 whitelist/apichanges.xml                           |      167 +
 whitelist/build.xml                                |        5 +
 whitelist/manifest.mf                              |        6 +
 whitelist/nbproject/project.properties             |        8 +
 whitelist/nbproject/project.xml                    |      159 +
 .../org/netbeans/api/whitelist/WhiteListQuery.java |      266 +
 .../api/whitelist/index/WhiteListIndex.java        |      216 +
 .../api/whitelist/index/WhiteListIndexEvent.java   |       73 +
 .../whitelist/index/WhiteListIndexListener.java    |       58 +
 .../api/whitelist/support/WhiteListSupport.java    |      240 +
 .../netbeans/modules/whitelist/Bundle.properties   |        2 +
 .../whitelist/ProjectWhiteListQueryImpl.java       |       67 +
 .../WhiteListQueryImplementationMerged.java        |      186 +
 .../modules/whitelist/WhiteListQueryMerger.java    |       59 +
 .../whitelist/index/WhiteListIndexAccessor.java    |       85 +
 .../whitelist/index/WhiteListIndexerPlugin.java    |      286 +
 .../modules/whitelist/project/Bundle.properties    |        2 +
 .../whitelist/project/WhiteListCategoryPanel.form  |       56 +
 .../whitelist/project/WhiteListCategoryPanel.java  |      258 +
 .../whitelist/project/WhiteListLookupProvider.java |      173 +
 .../netbeans/modules/whitelist/resources/layer.xml |      132 +
 .../whitelist/WhiteListQueryImplementation.java    |      108 +
 .../support/WhiteListImplementationBuilder.java    |      768 +
 .../support/WhiteListQueryMergerSupport.java       |       64 +
 .../netbeans/api/whitelist/WhiteListQueryTest.java |      405 +
 .../whitelist/support/WhiteListSupportTest.java    |      210 +
 .../project/WhiteListCategoryPanelTest.java        |      271 +
 xml.axi/manifest.mf                                |        2 +-
 xml.axi/nbproject/project.properties               |        7 +
 xml.axi/nbproject/project.xml                      |       10 +-
 .../xml/axi/impl/DefaultSchemaGenerator.java       |        2 +-
 .../modules/xml/axi/impl/ModelAccessImpl.java      |        2 +-
 .../modules/xml/axi/SchemaGeneratorPerf2Test.java  |        5 +-
 .../modules/xml/axi/SchemaGeneratorTest.java       |       22 +-
 xml.catalog/nbproject/project.properties           |        7 +-
 xml.catalog/nbproject/project.xml                  |       24 +-
 .../modules/xml/catalog/AddCatalogEntryAction.java |       39 +-
 .../netbeans/modules/xml/catalog/CatalogPanel.form |        8 +-
 .../netbeans/modules/xml/catalog/CatalogPanel.java |        2 +-
 .../modules/xml/catalog/impl/Bundle.properties     |        3 +
 .../xml/catalog/impl/WellKnownSchemaCatalog.java   |      189 +
 .../modules/xml/catalog/resources/Transform.xsd    |     1134 +
 .../modules/xml/catalog/resources/XMLNamespace.xsd |      287 +
 .../xml/catalog/resources/XMLSchema-instance.xsd   |       37 +
 .../modules/xml/catalog/resources/XMLSchema.dtd    |      402 +
 .../modules/xml/catalog/resources/XMLSchema.xsd    |     2534 +
 .../modules/xml/catalog/resources/datatypes.dtd    |      203 +
 .../modules/xml/catalog/resources/mf-layer.xml     |        3 +
 .../modules/xml/catalog/spi/CatalogReader.java     |        2 +-
 .../modules/xml/catalog/user/UserXMLCatalog.java   |      166 +-
 xml.core/apichanges.xml                            |       38 +-
 xml.core/nbproject/project.properties              |        6 +-
 xml.core/nbproject/project.xml                     |       25 +-
 .../org/netbeans/modules/xml/api/EncodingUtil.java |       96 +-
 .../modules/xml/api/XmlFileEncodingQueryImpl.java  |        7 +-
 .../modules/xml/api/model/DescriptionSource.java   |      106 +
 .../modules/xml/api/model/GrammarResult.java       |       22 +-
 .../modules/xml/dtd/grammar/DTDGrammar.java        |        3 +-
 .../modules/xml/dtd/grammar/DTDParser.java         |        4 +-
 xml.jaxb.api/external/binaries-list                |        6 +-
 xml.jaxb.api/external/jaxb-2.1-license.txt         |      392 -
 xml.jaxb.api/external/jaxb-2.2.5-license.txt       |      722 +
 xml.jaxb.api/manifest.mf                           |        2 +-
 xml.jaxb.api/nbproject/project.properties          |        4 +-
 xml.jaxb.api/nbproject/project.xml                 |        6 -
 xml.jaxb/manifest.mf                               |        2 +-
 xml.jaxb/nbproject/project.properties              |        3 +
 xml.jaxb/nbproject/project.xml                     |       71 +-
 .../netbeans/modules/xml/jaxb/Bundle.properties    |        2 +
 .../org/netbeans/modules/xml/jaxb/JAXBWizard.java  |        8 +
 .../modules/xml/jaxb/catalog/MappingCatalog.java   |      124 +
 .../netbeans/modules/xml/jaxb/jaxb-endorsed.xml    |       56 +
 .../src/org/netbeans/modules/xml/jaxb/layer.xml    |       20 +-
 .../xml/jaxb/resources/eclipselink_oxm_2_3.xsd     |      589 +
 .../netbeans/modules/xml/jaxb/ui/Bundle.properties |        2 +
 .../modules/xml/jaxb/ui/FileListPanel.form         |        8 +-
 .../modules/xml/jaxb/ui/FileListPanel.java         |        2 +-
 .../modules/xml/jaxb/ui/JAXBBindingInfoPnl.form    |        4 +-
 .../modules/xml/jaxb/ui/JAXBNodeFactory.java       |        5 +-
 .../modules/xml/jaxb/ui/JAXBWizardIterator.java    |        8 +
 .../modules/xml/jaxb/util/Bundle.properties        |        1 +
 .../modules/xml/jaxb/util/ProjectHelper.java       |       63 +-
 xml.lexer/manifest.mf                              |        2 +-
 xml.lexer/nbproject/project.properties             |        2 +
 xml.lexer/nbproject/project.xml                    |       11 +-
 .../src/org/netbeans/api/xml/lexer/XMLTokenId.java |       68 +-
 .../src/org/netbeans/lib/xml/lexer/XMLLexer.java   |      426 +-
 .../netbeans/api/xml/lexer/AbstractTestCase.java   |        2 +-
 .../org/netbeans/api/xml/lexer/BrokenXMLTest.java  |        6 +-
 xml.multiview/nbproject/project.properties         |        6 +-
 xml.multiview/nbproject/project.xml                |       29 +-
 .../xml/multiview/AbstractMultiViewElement.java    |       67 +-
 .../xml/multiview/XmlMultiViewDataObject.java      |       84 +-
 .../xml/multiview/XmlMultiViewEditorSupport.java   |       69 +-
 .../modules/xml/multiview/XmlMultiViewElement.java |       86 +-
 .../xml/multiview/ui/AbstractDesignEditor.java     |       31 +-
 .../modules/xml/multiview/ui/Bundle.properties     |        4 +-
 .../xml/multiview/ui/DefaultTablePanel.form        |        5 +-
 .../modules/xml/multiview/ui/ErrorPanel.java       |        3 +
 .../modules/xml/multiview/ui/LinkButton.java       |       18 +-
 .../modules/xml/multiview/ui/SectionContainer.java |       12 +-
 .../modules/xml/multiview/ui/SectionPanel.java     |       25 +-
 .../modules/xml/multiview/ui/SectionView.java      |        3 +-
 .../xml/multiview/ui/SimpleDialogPanel.java        |        8 +-
 .../modules/xml/multiview/test/BookDataObject.java |        3 +-
 .../xml/multiview/ui/SimpleDialogPanelTest.java    |        9 +-
 xml.retriever/manifest.mf                          |        2 +-
 xml.retriever/nbproject/project.properties         |        4 +
 xml.retriever/nbproject/project.xml                |       44 +-
 .../modules/xml/retriever/RetrieveEntry.java       |       10 -
 .../modules/xml/retriever/catalog/Utilities.java   |        2 +-
 .../catalog/impl/CatalogModelFactoryImpl.java      |       18 +-
 .../retriever/catalog/impl/CatalogModelImpl.java   |      118 +-
 .../modules/xml/retriever/impl/Bundle.properties   |        2 +
 .../xml/retriever/impl/CertificationPanel.form     |      496 +-
 .../xml/retriever/impl/CertificationPanel.java     |      369 +-
 .../retriever/impl/ResourceRedirectException.java  |       70 +
 .../xml/retriever/impl/ResourceRetriever.java      |        3 +
 .../modules/xml/retriever/impl/RetrieverImpl.java  |       11 +-
 .../modules/xml/retriever/impl/RetrieverTask.java  |       48 +-
 .../retriever/impl/SecureURLResourceRetriever.java |       39 +-
 .../xml/retriever/impl/URLResourceRetriever.java   |      114 +-
 .../netbeans/modules/xml/retriever/impl/Util.java  |      117 +-
 xml.schema.completion/manifest.mf                  |        2 +-
 xml.schema.completion/nbproject/project.properties |        6 +
 xml.schema.completion/nbproject/project.xml        |       68 +-
 .../xml/schema/completion/Bundle.properties        |        2 +
 .../xml/schema/completion/CompletionQuery.java     |      319 +-
 .../schema/completion/CompletionResultItem.java    |      116 +-
 .../xml/schema/completion/ElementResultItem.java   |       14 +-
 .../xml/schema/completion/EndTagResultItem.java    |       37 +-
 .../xml/schema/completion/RuntimeCatalogModel.java |        7 +-
 .../completion/SchemaBasedCompletionProvider.java  |       10 +-
 .../schema/completion/spi/CompletionContext.java   |       82 +-
 .../completion/spi/CompletionModelProvider.java    |       48 +-
 .../completion/util/CompletionContextImpl.java     |      350 +-
 .../xml/schema/completion/util/CompletionUtil.java |      248 +-
 .../completion/util/DefaultModelProvider.java      |       37 +-
 .../completion/util/MetaSchemaModelProvider.java   |       16 +-
 .../xml/schema/completion/AbstractElementTest.java |       87 +
 .../xml/schema/completion/AbstractTestCase.java    |       63 +-
 .../xml/schema/completion/BasicCompletionTest.java |        5 +-
 .../resources/AbstractElementChildOne.xsd          |       21 +
 .../resources/AbstractElementChildTwo.xsd          |       21 +
 .../resources/AbstractElementCompletion.xml        |       11 +
 .../completion/resources/AbstractElementParent.xsd |       23 +
 .../xml/schema/completion/resources/Include.xml    |        2 +-
 .../xml/schema/completion/resources/XMLSchema.xsd  |     2473 +
 xml.schema.model/apichanges.xml                    |      148 +
 xml.schema.model/catalog.xml                       |        4 -
 xml.schema.model/nbproject/project.properties      |       12 +-
 xml.schema.model/nbproject/project.xml             |        8 +-
 .../modules/xml/schema/model/GlobalElement.java    |        5 +
 .../modules/xml/schema/model/SchemaModel.java      |        2 +-
 .../xml/schema/model/SchemaModelFactory.java       |       14 +-
 .../model/impl/GlobalComponentsIndexSupport.java   |        4 +-
 .../modules/xml/schema/model/impl/SchemaImpl.java  |       49 +-
 .../xml/schema/model/impl/SchemaModelImpl.java     |        8 +-
 .../schema/model/impl/resolver/ResolveSession.java |        3 +-
 .../schema/model/visitor/FindSubstitutions.java    |      166 +
 .../xml/schema/model/visitor/PreviewImpl.java      |        8 +
 .../modules/xml/schema/model/TestCatalogModel.java |       35 +-
 .../xml/schema/model/impl/xdm/SyncTest.java        |       13 +-
 .../xml/schema/model/impl/xdm/UndoRedoTest.java    |        6 +-
 .../model/resources/SubstitutionGroupChildOne.xsd  |       21 +
 .../model/resources/SubstitutionGroupChildTwo.xsd  |       21 +
 .../model/resources/SubstitutionGroupParent.xsd    |       23 +
 .../visitor/FindSubstitutionsVisitorTest.java      |      106 +
 xml.tax/build.xml                                  |       14 +-
 xml.tax/lib/src/org/netbeans/tax/decl/ANYType.java |        2 +-
 .../src/org/netbeans/tax/decl/Bundle.properties    |       60 -
 .../lib/src/org/netbeans/tax/decl/ChoiceType.java  |        2 +-
 .../lib/src/org/netbeans/tax/decl/EMPTYType.java   |        2 +-
 .../lib/src/org/netbeans/tax/decl/MixedType.java   |        2 +-
 .../src/org/netbeans/tax/decl/SequenceType.java    |        2 +-
 xml.tax/manifest.mf                                |        2 -
 xml.tax/nbproject/project.properties               |        4 +-
 xml.tax/nbproject/project.xml                      |       27 +-
 .../org/netbeans/modules/xml/tax/LayerInstall.java |       76 -
 .../netbeans/modules/xml/tax/TAXModuleInstall.java |      111 -
 .../org/netbeans/modules/xml/tax/TAXProvider.java  |       64 +
 .../beans/customizer/AbstractTreeCustomizer.java   |        2 +-
 .../xml/tax/beans/customizer/Bundle.properties     |        2 +-
 .../modules/xml/tax/beans/editor/package-info.java |        5 +
 .../modules/xml/tax/resources/mf-layer.xml         |       60 -
 xml.text/manifest.mf                               |        2 +-
 xml.text/nbproject/project.properties              |        5 +
 xml.text/nbproject/project.xml                     |      104 +-
 .../xml/text/bracematch/XMLBraceMatcher.java       |      143 +-
 .../xml/text/completion/AttributeResultItem.java   |        6 +-
 .../xml/text/completion/ElementResultItem.java     |        8 +-
 .../completion/EndTagAutocompletionResultItem.java |       43 +-
 .../xml/text/completion/EntityRefResultItem.java   |        8 +-
 .../xml/text/completion/ValueResultItem.java       |       23 +-
 .../xml/text/completion/XMLCompletionQuery.java    |       38 +-
 .../modules/xml/text/completion/XMLResultItem.java |      227 +-
 .../text/folding/XmlCodeFoldingSideBarFactory.java |       65 -
 .../modules/xml/text/folding/XmlFoldManager.java   |       45 +-
 .../modules/xml/text/indent/LineBreakHook.java     |      243 +
 .../modules/xml/text/indent/XMLIndentTask.java     |        2 +-
 .../modules/xml/text/indent/XMLLexerFormatter.java |      842 +-
 .../xml/text/navigator/NavigatorContent.java       |       73 +-
 .../xml/text/navigator/TreeNodeAdapter.java        |        6 +-
 .../base/AbstractXMLNavigatorContent.java          |        5 +-
 .../navigator/base/AbstractXMLNavigatorPanel.java  |       14 +-
 .../modules/xml/text/resources/mf-layer.xml        |       30 +-
 .../text/structure/XMLDocumentModelProvider.java   |        4 +-
 .../netbeans/modules/xml/text/syntax/ENTKit.java   |        8 +
 .../xml/text/bracematch/XMLBraceMatcherTest.java   |       10 +-
 .../ElementResultItemDocumentationTest.java        |      382 +
 .../modules/xml/text/completion/parentDoc.html     |        1 +
 .../xml/text/completion/res/docResource.html       |        2 +
 .../xml/text/completion/res/relativeLink1.html     |        1 +
 .../xml/text/indent/XMLLexerFormatterTest.java     |       90 +-
 .../modules/xml/text/indent/input_attrsIndent.xml  |       15 +
 .../xml/text/indent/input_breaksMixedContent.xml   |       29 +
 .../modules/xml/text/indent/input_cdataContent.xml |       10 +
 .../xml/text/indent/input_contentIndent.xml        |       29 +
 .../modules/xml/text/indent/input_nestedSame.xml   |       15 +
 .../xml/text/indent/input_newlineInTags.xml        |       14 +
 .../xml/text/indent/input_processingXml.xml        |        6 +
 .../modules/xml/text/indent/input_sub2.xml         |        4 +-
 .../xml/text/indent/input_tagAtStatOfLine.xml      |       11 +
 .../netbeans/modules/xml/text/indent/output2.xsd   |        6 +-
 .../modules/xml/text/indent/output_attrsIndent.xml |       16 +
 .../xml/text/indent/output_breaksMixedContent.xml  |       30 +
 .../xml/text/indent/output_cdataContent.xml        |       14 +
 .../xml/text/indent/output_contentIndent.xml       |       29 +
 .../modules/xml/text/indent/output_nestedSame.xml  |       15 +
 .../xml/text/indent/output_newlineInTags.xml       |       15 +
 .../xml/text/indent/output_processingXml.xml       |        6 +
 .../modules/xml/text/indent/output_sub2.xml        |        4 +-
 .../xml/text/indent/output_tagAtStatOfLine.xml     |       11 +
 xml.tools.java/manifest.mf                         |        2 +-
 xml.tools.java/nbproject/project.xml               |       43 +-
 .../java/generator/SAXGeneratorFilePanel.form      |        9 +-
 .../java/generator/SAXGeneratorFilePanel.java      |      130 +-
 .../java/generator/SAXGeneratorMethodPanel.java    |        3 +
 .../java/generator/SAXGeneratorParsletPanel.java   |        5 +
 xml.tools/manifest.mf                              |        2 +-
 xml.tools/nbproject/project.xml                    |       22 +-
 xml.wsdl.model/nbproject/project.properties        |        7 +-
 xml.wsdl.model/nbproject/project.xml               |       10 +-
 .../xml/wsdl/validator/visitor/Bundle.properties   |        2 +-
 xml.xam/apichanges.xml                             |       16 +
 xml.xam/nbproject/org-netbeans-modules-xml-xam.sig |       29 +-
 xml.xam/nbproject/project.properties               |        4 +-
 xml.xam/nbproject/project.xml                      |        6 +-
 .../netbeans/modules/xml/xam/AbstractModel.java    |       11 +-
 .../modules/xml/xam/AbstractModelFactory.java      |        9 +
 .../org/netbeans/modules/xml/xam/ModelSource.java  |        2 +
 .../xml/xam/dom/AbstractDocumentComponent.java     |       22 +-
 .../modules/xml/xam/dom/AbstractDocumentModel.java |       59 +-
 .../modules/xml/xam/dom/DocumentComponent2.java    |       53 +
 .../modules/xml/xam/dom/DocumentModelAccess2.java  |       52 +
 xml.xdm/nbproject/org-netbeans-modules-xml-xdm.sig |       27 +-
 xml.xdm/nbproject/project.properties               |        4 +-
 xml.xdm/nbproject/project.xml                      |       20 +-
 .../netbeans/modules/xml/xdm/nodes/Document.java   |       13 +-
 .../modules/xml/xdm/nodes/XMLSyntaxParser.java     |        3 +-
 .../xml/xdm/visitor/EndPositionFinderVisitor.java  |      231 +
 .../netbeans/modules/xml/xdm/xam/XDMAccess.java    |        9 +-
 .../modules/xml/xdm/xam/XDMAccessProvider.java     |       18 +-
 .../src/org/netbeans/modules/xml/xdm/Util.java     |       43 +-
 xml/manifest.mf                                    |        2 +-
 xml/nbproject/project.properties                   |        3 +
 xml/nbproject/project.xml                          |       63 +-
 xml/src/org/netbeans/modules/xml/Bundle.properties |        3 +
 .../org/netbeans/modules/xml/DTDDataObject.java    |       56 +-
 .../org/netbeans/modules/xml/EntityDataObject.java |       29 +-
 .../org/netbeans/modules/xml/XMLDataObject.java    |      107 +-
 xml/src/org/netbeans/modules/xml/lib/GuiUtil.java  |        8 +-
 .../modules/xml/resources/Bundle.properties        |        8 +-
 .../modules/xml/resources/dtd-mime-resolver.xml    |       56 -
 .../modules/xml/resources/emptySchema.html         |       49 +
 .../modules/xml/resources/ent-mime-resolver.xml    |       56 -
 .../netbeans/modules/xml/resources/mf-layer.xml    |       47 +-
 .../xml/resources/templates/emptyDTD.dtd.template  |        2 +-
 .../xml/resources/templates/emptyXML.xml.template  |        9 +-
 .../templates/emptyXmlSchema.xsd.template          |       11 +
 .../xml/resources/templates/xhtml.xml.template     |        2 +-
 .../resources/templates/xml_entity.ent.template    |        2 +-
 .../xml/resources/xml-fallback-resolver.xml        |       85 +
 .../xml/resources/xml-mime-resolver-basic.xml      |       55 +
 .../xml/resources/xml-mime-resolver-other.xml      |       63 +
 .../modules/xml/resources/xml-mime-resolver.xml    |       58 -
 .../modules/xml/sync/DataObjectSyncSupport.java    |       58 +-
 .../netbeans/modules/xml/text/Bundle.properties    |        3 +-
 .../modules/xml/text/TextEditorComponent.java      |        4 +-
 .../modules/xml/text/TextEditorSupport.java        |      570 +-
 .../netbeans/modules/xml/util/LookupManager.java   |       60 +-
 xml/src/org/netbeans/modules/xml/util/Util.java    |       61 +-
 .../modules/xml/wizard/XMLContentPanel.form        |        5 +-
 .../modules/xml/wizard/XMLContentPanel.java        |      204 +-
 .../modules/xml/wizard/XMLGeneratorVisitor.java    |      136 +-
 .../modules/xml/wizard/impl/Bundle.properties      |        1 +
 .../xml/wizard/impl/ExternalReferenceDataNode.java |        9 +
 .../wizard/impl/ExternalReferenceDecorator.java    |       10 +-
 .../modules/xml/wizard/impl/NamespaceChildren.java |       39 +-
 .../modules/xml/wizard/impl/SchemaImportGUI.form   |        3 +-
 .../modules/xml/wizard/impl/SchemaImportGUI.java   |      120 +-
 .../modules/xml/wizard/impl/SchemaObject.java      |        9 +
 .../modules/xml/wizard/impl/SchemaPanel.form       |        3 +-
 .../modules/xml/wizard/impl/SchemaPanel.java       |       59 +-
 .../modules/xml/wizard/impl/XMLWizardIterator.java |      315 +-
 .../modules/xml/InstanceDataObjectInXMLTest.java   |       67 +
 .../src/org/netbeans/modules/xml/XMLCESTest.java   |      124 +
 .../modules/xml/XMLDataObjectMimeTypeTest.java     |        4 +-
 .../netbeans/modules/xml/XMLDataObjectTest.java    |        2 +-
 .../netbeans/modules/xml/text/TextESAccessor.java  |       52 +
 xsl/manifest.mf                                    |        2 +-
 xsl/nbproject/project.properties                   |        2 +
 xsl/nbproject/project.xml                          |       66 +-
 xsl/src/org/netbeans/modules/xsl/Bundle.properties |        1 +
 .../org/netbeans/modules/xsl/XSLDataObject.java    |       41 +-
 .../modules/xsl/resources/Bundle.properties        |        2 +-
 .../netbeans/modules/xsl/resources/mf-layer.xml    |       19 +-
 .../modules/xsl/resources/xslt-mime-resolver.xml   |       66 -
 .../modules/xsl/transform/Bundle.properties        |        3 +
 .../modules/xsl/transform/TransformPerformer.java  |       67 +-
 .../netbeans/modules/xsl/ui/TransformPanel.form    |        2 +
 .../netbeans/modules/xsl/ui/TransformPanel.java    |       24 +-
 .../xsl/transform/TransformServletTest.java        |       30 +-
 60615 files changed, 14850306 insertions(+), 2405199 deletions(-)

diff --cc debian/changelog
index a9b5e5b,0000000..cf8186d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,208 -1,0 +1,189 @@@
- netbeans (7.0.1+dfsg1-6) UNRELEASED; urgency=medium
++netbeans (8.0.2+dfsg1-1) UNRELEASED; urgency=medium
 +
-   [ Joachim Zobel ]
-   * Workaround for bug #720684 in openjdk-6-jdk.
-       - Changes the jdk dependency to openjdk-7-jdk.
-       - Changes the laucher script to use openjdk-7-jdk.
-   * Workaround for bug #698514 (Closes: #698514, Closes: #668015).
-       Adds a classpath command line argument in the launcher.
-   * Workaround for bug #677125 (Closes: #677125, Closes: #653915).
-       Adds a classpath command line argument in the launcher.
++  * New upstream release.
 +
-   [ Emmanuel Bourg ]
-   * Fixed the build failure with Ant 1.9 (Closes: #713182)
-   * Removed the obsolete -mno-cygwin flag to build the Windows launcher
-     with mingw32 4.9
-   * Fixed the compatibility with SVNKit >= 1.7.5
-   * Added a patch to build with Java 7
-   * debian/control:
-     - Standards-Version updated to 3.9.5 (no changes)
-   * Switch to debhelper level 9
-   * debian/copyright: Switched to the Copyright Format 1.0
-   * Replaced the dependency on libcommons-net1-java with libcommons-net-java
- 
-  -- Joachim Zobel <jz-2013 at heute.morgen.de>  Sun, 03 Nov 2013 14:46:31 +0100
++ -- Markus Koschany <apo at gambaru.de>  Sun, 07 Jun 2015 02:22:27 +0200
 +
 +netbeans (7.0.1+dfsg1-5) unstable; urgency=low
 +
 +  * Include junit library definitions.
 +  * Make libnb-platform13-java depend on antlr3. (Closes: #651214)
 +  * Avoid including javadoc twice in libnb-platform13-java-doc.
 +  * Replace dependency libpg-java with libpostgresql-jdbc-java
 +      (Closes: #659397)
 +  * Add symlink to jaxp-1.4.jar (Closes: #653915)
 +
 + -- Andrew Ross <ubuntu at rossfamily.co.uk>  Wed, 15 Feb 2012 20:36:14 +0000
 +
 +netbeans (7.0.1+dfsg1-4) unstable; urgency=low
 +
 +  * Patch core.osgi to use osgi-core 4.3. (Closes: #649750)
 +  * Correct binary package names and install locations.
 +      (Closes: #646856)
 +  * Install AbsoluteLayout.jar in a separate package.
 +      (Closes: #646857)
 +
 + -- Andrew Ross <ubuntu at rossfamily.co.uk>  Thu, 01 Dec 2011 21:59:37 +0000
 +
 +netbeans (7.0.1+dfsg1-3) unstable; urgency=low
 +
 +  * Use libosgi-core-java and libosgi-compendium-java for osgi.
 +  * Use libflute-java instead of libflute-1.3-jfree-java.
 +
 + -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 16 Oct 2011 20:53:51 +0100
 +
 +netbeans (7.0.1+dfsg1-2) unstable; urgency=low
 +
 +  * Handle rename of libcommons-net-java to libcommons-net1-java.
 +  * Netbeans should depend on a JDK.
 +      (Closes: #499870)
 +  * Provide netbeans-ide and netbeans-platform.
 +
 + -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 11 Sep 2011 22:45:45 +0100
 +
 +netbeans (7.0.1+dfsg1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Build NetBeans platform from this source too. (Closes: #610927)
 +  * Bump to Standards-Version 3.9.2.
 +  * Added myself to Uploaders.
 +  * Build Windows launcher using mingw.
 +  * Move utilility libraries to their own packages. (Closes: #490433)
 +  * Also close some bugs which were fixed in the 6.9 series which never
 +    entered the Debian archives:
 +    - Use packaged swinglayout.jar. (Closes: #448922)
 +    - Depend on generic Java. (Closes: #499417)
 +    - Package for Debian Main. (Closes: #531952)
 +  * Update Copyright file to cover all files correctly.
 +
 + -- Andrew Ross <ubuntu at rossfamily.co.uk>  Tue, 02 Aug 2011 23:58:58 +0100
 +
 +netbeans (6.9-1) unstable; urgency=low
 +
 +  * New upstream version based off of Ubuntu packages.
 +    (Closes: #543907)
 +    (Closes: #478762)
 +  * Add Debian Java team as Maintainer, Yulia and myself as Uploaders.
 +  * Update packaging to use 3.0 (quilt) source format.
 +  * Update packaging to use dh with javahelper.
 +  * Bump to Standards-Version 3.9.1.
 +  * Refresh all patches.
 +  * Use Java SwingWorker included in standard JDK distribution.
 +  * Migrate to junit4.
 +  * Migrate to libservlet2.5-java.
 +  * Migrate to use Better Swing Application Framework.
 +  * Use standard svnclientadapter from subclipse.
 +  * Migrate to ini4j-0.5.2-SNAPSHOT.
 +
 + -- Andres Mejia <mcitadel at gmail.com>  Sun, 23 Jan 2011 15:42:29 -0500
 +
 +netbeans (6.9-0ubuntu2) maverick; urgency=low
 +
 +  * Bug fix upload:
 +     - correct netbeans-6.9~updatecenters.patch to point to Ubuntu UC
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 20 Aug 2010 17:19:59 +0400
 +
 +netbeans (6.9-0ubuntu1) maverick; urgency=low
 +
 +  * New upstream release (LP: #595000)
 +  * debian/control/Standards-Versions is updated to 3.9.0 
 +  * debian/copyright file is updated 
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Thu, 05 Aug 2010 12:17:51 +0400
 +
 +netbeans (6.8-0ubuntu4) lucid; urgency=low
 +
 +  * Update Center is switched to the Ubuntu specific one (LP: #544459)
 +     - patches/01-updatecenters.patch is updated
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Wed, 31 Mar 2010 15:19:29 +0400
 +
 +netbeans (6.8-0ubuntu3) lucid; urgency=low
 +
 +  * debian/patches/l10n.patch is added (LP: #527547)
 +  * debiian/rules is updated to build l10n
 +  * debian/control dependency to default-jdk-doc | sun-java6-doc is added 
 +     for libnb-java3-java package (LP: #545563)
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 26 Mar 2010 16:26:52 +0300
 +
 +netbeans (6.8-0ubuntu2) lucid; urgency=low
 +
 +  * Bug fix upload
 +    - debian/patches/14-config.patch added (LP: #315499) 
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Wed, 17 Feb 2010 15:44:50 +0300
 +
 +netbeans (6.8-0ubuntu1) lucid; urgency=low
 +
 +  * New upstream release (LP: #495478)
 +  * postinstall script is removed (LP: #464939)
 +  * control/Standards-Versions is updated to 3.8.4 
 +  * debian/copyright file is updated to point to the correct location
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 12 Feb 2010 20:36:32 +0300
 +
 +netbeans (6.7.1-0ubuntu1) karmic; urgency=low
 +
 +  * New upstream release (LP: #381814)
 +    * Fixed upstream bugs:
 +     -  (LP: #336349)
 +     -  (LP: #354144)
 +     -  (LP: #357579)
 +     -  (LP: #366740)
 +     -  (LP: #401407)
 +  * control/Standards-Versions is updated to 3.8.3
 +  * control/Section is updated to java for *-java
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Mon, 13 Jul 2009 19:05:01 +0400
 +
 +netbeans (6.5-0ubuntu2.1) jaunty; urgency=low
 +
 +  * Bug fix upload (LP: #353080) 
 +     - Added a critical patch 96-fix-lucene.patch
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Mon, 25 May 2009 23:28:08 +0400
 +
 +netbeans (6.5-0ubuntu2) jaunty; urgency=low
 +
 +  * Added bugfix patches from 6.5.1 for NetBeans IDE (LP: #345562)
 +  * 40-ide-launcher.patch is updated (LP: #307103)
 +  * debian/rules: commons-logging jar's version changed from 1.0.4 to 1.1.
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Tue, 31 Mar 2009 18:34:02 +0400
 +
 +netbeans (6.5-0ubuntu1) jaunty; urgency=low
 +
 +  * New upstream release. (LP: #251173)
 +    -Added "Conflicts: netbeans-ide" to control (LP: #257307)
 +    -Added watch file and get-orig-source target to rules file
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 26 Sep 2008 18:51:50 +0400
 +
 +netbeans (6.1-0ubuntu1) intrepid; urgency=low
 +
 +  * New upstream release. (LP: #253016)
 +   - Updated Standards-Version to 3.8.0
 +   - Patches updated. (LP: #206324) 
 +   - Cleaned up debian/rules
 +   - Updated postinstall script. (LP: #254587)
 +
 + -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Tue, 29 Jul 2008 19:43:23 +0400
 +
 +netbeans (6.0.1-0ubuntu2) hardy; urgency=low
 +
 +  * Bug fix upload (LP: #201332)
 +    - Replace GPLv2 text in debian/copyright by reference to
 +      /usr/share/common-licenses/GPL-2
 +    - Update dependency to openjdk6
 +    - Refine package descriptions
 +    - Add IDE Update Center specific to Ubuntu packages
 + 
 + -- Marek Slama <marek.slama at sun.com>  Fri, 07 Mar 2008 18:00:00 +0100
 +
 +netbeans (6.0.1-0ubuntu1) hardy; urgency=low
 +
 +  * Initial version. (LP: #187708)
 +
 + -- Marek Slama <marek.slama at sun.com>  Tue, 29 Jan 2008 14:11:22 +0100
diff --cc debian/control
index c3807e9,0000000..82f8241
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,170 -1,0 +1,286 @@@
 +Source: netbeans
 +Section: java
 +Priority: optional
 +Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
- Uploaders: Yulia Novozhilova <Yulia.Novozhilova at sun.com>,
-  Andres Mejia <mcitadel at gmail.com>, Andrew Ross <ubuntu at rossfamily.co.uk>
- Build-Depends: debhelper (>= 9), javahelper, ant (>= 1.7.0),
-  ant-optional (>= 1.7.0), default-jdk, mingw32, maven-repo-helper,
-  w3c-dtd-xhtml, javacc,
-  libjemmy2-java, javahelp2, libbindex-java,
-  libswing-layout-java (>= 1.0.3), libjna-java (>= 3.2.7-2~),
-  libfelix-framework-java, libfelix-main-java, libosgi-core-java,
-  libosgi-compendium-java, antlr3 (>= 3.2), libstringtemplate-java,
-  junit4 (>= 4.6), libhamcrest-java,
-  libcommons-codec-java, libbytelist-java, libcommons-logging-java,
-  libcommons-net-java, libflute-java, libfreemarker-java,
-  libini4j-java (>=0.5), liboro-java, libjsch-java (>= 0.1.42),
-  libjvyamlb-java (>= 0.2.5-2~), libjzlib-java (>= 1.0.7),
-  liblucene2-java (>= 2.4.1), libxml-commons-resolver1.1-java (>= 1.2-3),
-  libsac-java, libservlet2.5-java, libsvnclientadapter-java, libsvn-java,
-  libsvnkit-java (>= 1.7.5), libswingx1-java, libtrilead-ssh2-java,
-  libsimple-validation-java, libxerces2-java, libpostgresql-jdbc-java,
++Uploaders:
++ Andrew Ross <ubuntu at rossfamily.co.uk>,
++ Markus Koschany <apo at gambaru.de>
++Build-Depends:
++ ant (>= 1.7.0),
++ ant-optional (>= 1.7.0),
++ antlr3 (>= 3.2),
++ debhelper (>= 9),
++ default-jdk,
++ javacc,
++ javahelp2,
++ javahelper,
++ junit,
++ junit4 (>= 4.6),
++ libbeansbinding-java,
++ libbindex-java,
++ libbytelist-java,
++ libcglib-java,
++ libcommons-codec-java,
++ libcommons-io-java,
++ libws-commons-util-java,
++ libjaxb-java,
++ libjaxb-api-java,
++ libcommons-lang-java,
++ libcommons-httpclient-java,
++ libcommons-logging-java,
++ libcommons-net1-java,
++ libjpa-2.1-spec-java,
++ libeclipselink-java,
++ libfelix-framework-java,
++ libfelix-main-java,
++ libfreemarker-java,
++ libhamcrest-java,
++ libini4j-java (>=0.5),
++ libjemmy2-java,
++ libjgit-java,
++ libjna-java (>= 3.2.7-2~),
++ libjna-platform-java,
++ libjnlp-servlet-java,
++ libjsch-java (>= 0.1.42),
++ libjsch-agent-proxy-java,
++ libjson-simple-java,
++ libjvyamlb-java (>= 0.2.5-2~),
++ libjzlib-java (>= 1.0.7),
++ liblucene3-java,
 + libmysql-java,
-  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
-  libnb-javaparser-java (>= 7.0.1~), junit
- Standards-Version: 3.9.5
++ libnb-javaparser-java (>= 7.0.1~),
++ libopenjfx-java,
++ libosgi-compendium-java,
++ libosgi-core-java,
++ libpostgresql-jdbc-java,
++ libservlet2.5-java,
++ libsimple-validation-java,
++ libstringtemplate-java,
++ libsvn-java,
++ libsvnclientadapter-java,
++ libsvnkit-java,
++ libswing-layout-java (>= 1.0.3),
++ libswingx-java,
++ libtrilead-ssh2-java,
++ libxerces2-java,
++ libxml-commons-resolver1.1-java (>= 1.2-3),
++ maven-repo-helper,
++ testng,
++ g++-mingw-w64-i686,
++ g++-mingw-w64-x86-64,
++ w3c-sgml-lib
++Standards-Version: 3.9.6
 +Homepage: http://netbeans.org/
- Vcs-Browser: http://git.debian.org/?p=pkg-java/netbeans.git
- Vcs-Git: git://git.debian.org/git/pkg-java/netbeans.git
++Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/netbeans.git
++Vcs-Git: git://anonscm.debian.org/pkg-java/netbeans.git
 +
 +Package: libnb-platform13-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}, javahelp2, 
-  libswing-layout-java (>= 1.0.3), libjna-java(>= 3.2.7-2~), junit4 (>= 4.6),
-  libfelix-framework-java, libfelix-main-java, libosgi-core-java,
-  libosgi-compendium-java, libnb-org-openide-util-java, antlr3 (>= 3.2),
-  libnb-org-openide-util-lookup-java, libnb-org-openide-modules-java
- Suggests: libnb-platform13-java-doc
- Provides: netbeans-platform
- Replaces: netbeans-platform
- Conflicts: netbeans-platform
++Depends:
++ antlr3 (>= 3.2),
++ javahelp2,
++ junit4 (>= 4.6),
++ libfelix-framework-java,
++ libfelix-main-java,
++ libjna-java(>= 3.2.7-2~),
++ libjna-platform-java,
++ libnb-org-openide-modules-java,
++ libnb-org-openide-util-java,
++ libnb-org-openide-util-lookup-java,
++ libopenjfx-java,
++ libosgi-compendium-java,
++ libosgi-core-java,
++ libswing-layout-java (>= 1.0.3),
++ ${java:Depends},
++ ${misc:Depends}
++Provides:
++ netbeans-platform
++Replaces:
++ netbeans-platform
++Conflicts:
++ netbeans-platform
 +Description: NetBeans Platform for building rich desktop applications in Java
 + The NetBeans Platform is a framework for building rich desktop applications
-  in Java. It provides the code that is required to connect actions to menu 
-  items, toolbar items, keyboard shortcuts and more. It is the core of the 
++ in Java. It provides the code that is required to connect actions to menu
++ items, toolbar items, keyboard shortcuts and more. It is the core of the
 + NetBeans IDE.
 + .
 + This package provides the platform itself.
 +
 +Package: libnb-platform-devel-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}, libnb-platform13-java,
-  ant, libjemmy2-java, javahelp2, libbindex-java,
- Replaces: libnb-platform8-devel-java, libnb-platform7-devel-java
- Conflicts: libnb-platform8-devel-java, libnb-platform7-devel-java
++Depends:
++ ant,
++ javahelp2,
++ libbindex-java,
++ libjemmy2-java,
++ libjnlp-servlet-java,
++ libnb-platform13-java,
++ ${java:Depends},
++ ${misc:Depends}
++Replaces:
++ libnb-platform7-devel-java,
++ libnb-platform8-devel-java
++Conflicts:
++ libnb-platform7-devel-java,
++ libnb-platform8-devel-java
 +Description: Build harness for NetBeans Platform
 + The NetBeans Platform is a framework for building rich desktop applications
-  in Java. It provides the code that is required to connect actions to menu 
-  items, toolbar items, keyboard shortcuts and more. It is the core of the 
++ in Java. It provides the code that is required to connect actions to menu
++ items, toolbar items, keyboard shortcuts and more. It is the core of the
 + NetBeans IDE.
 + .
-  This package contains the NetBeans Platform Harness containing the build 
-  scripts and ant tasks required to build an application on top of NetBeans 
++ This package contains the NetBeans Platform Harness containing the build
++ scripts and ant tasks required to build an application on top of NetBeans
 + Platform.
 +
- Package: libnb-platform13-java-doc
- Architecture: all
- Section: doc
- Depends: ${misc:Depends}
- Recommends: ${java:Recommends}
- Suggests: libnb-platform13-java
- Enhances: libnb-platform13-java
- Description: NetBeans Platform javadoc 
-  NetBeans Platform is a set of modules, each providing their own APIs
-  and working together or in a standalone mode. This package provides
-  one master javadoc to all of them.
- 
 +Package: libnb-org-openide-util-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}, libnb-org-openide-util-lookup-java
- Provides: libopenide-util-java
- Replaces: libopenide-util-java
- Conflicts: libopenide-util-java
++Depends:
++ libnb-org-openide-util-lookup-java,
++ ${java:Depends},
++ ${misc:Depends}
++Provides:
++ libopenide-util-java
++Replaces:
++ libopenide-util-java
++Conflicts:
++ libopenide-util-java
 +Description: Utility classes from the NetBeans Platform
-  The NetBeans Platform is a set of modules, each providing their own 
++ The NetBeans Platform is a set of modules, each providing their own
 + APIs and working together or in a standalone mode. This package provides
 + some utility functions used by the modules that make up the platform.
 +
 +Package: libnb-org-openide-util-lookup-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}
++Depends:
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Utility lookup classes from the NetBeans Platform
-  The NetBeans Platform is a set of modules, each providing their own 
++ The NetBeans Platform is a set of modules, each providing their own
 + APIs and working together or in a standalone mode. This package provides
-  some utility functions for lookups and is used by the modules that make 
++ some utility functions for lookups and is used by the modules that make
 + up the platform.
 +
 +Package: libnb-org-openide-modules-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}, libnb-org-openide-util-java,
-  libnb-org-openide-util-lookup-java
++Depends:
++ libnb-org-openide-util-java,
++ libnb-org-openide-util-lookup-java,
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Utility classes for modules from the NetBeans Platform
-  The NetBeans Platform is a set of modules, each providing their own 
++ The NetBeans Platform is a set of modules, each providing their own
 + APIs and working together or in a standalone mode. This package provides
 + some utility functions for managing NetBeans modules.
 +
 +Package: libnb-absolutelayout-java
 +Architecture: all
- Depends: ${misc:Depends}, ${java:Depends}
++Depends:
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Java LayoutManager to allow placement in absolute positions
-  This library is part of the Netbeans platform and provides an 
-  implementation of the java.awt.LayoutManager interface. This 
-  implementation allows you to position components by their 
++ This library is part of the Netbeans platform and provides an
++ implementation of the java.awt.LayoutManager interface. This
++ implementation allows you to position components by their
 + absolute position.
 +
 +Package: netbeans
 +Architecture: all
- Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (>= 7.0),
-  openjdk-7-jdk,
-  libnb-ide14-java (= ${binary:Version}), 
++Depends:
++ libnb-apisupport3-java (= ${binary:Version}),
++ libjgit-java,
++ libnb-ide14-java (= ${binary:Version}),
 + libnb-java5-java (= ${binary:Version}),
-  libnb-apisupport3-java (= ${binary:Version})
- Conflicts: netbeans5.5, netbeans-ide
- Replaces: netbeans5.5, netbeans-ide
- Provides: netbeans-ide
++ libnb-platform13-java (>= 7.0),
++ openjdk-6-jdk | java6-sdk | java7-sdk,
++ ${java:Depends},
++ ${misc:Depends}
++Conflicts:
++ netbeans-ide,
++ netbeans5.5
++Replaces:
++ netbeans-ide,
++ netbeans5.5
++Provides:
++ netbeans-ide
 +Description: Extensible Java IDE
-  Integrated Development Environment for software developers. It supports 
++ Integrated Development Environment for software developers. It supports
 + development of desktop, enterprise, web, and mobile applications. Package
-  includes the Base IDE, Java Development Tools and Plug-in Development Tools. 
++ includes the Base IDE, Java Development Tools and Plug-in Development Tools.
 + Support for PHP, Ruby, C/C++, Java EE and others can be added.
 +
 +Package: libnb-ide14-java
 +Architecture: all
- Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (>= 7.0),
-  antlr3 (>= 3.2), libcommons-codec-java, libbytelist-java,
-  libcommons-logging-java, libcommons-net-java, libflute-java,
-  libfreemarker-java, libini4j-java (>= 0.5), liboro-java,
-  libjsch-java (>= 0.1.42), libjvyamlb-java (>= 0.2.5-2~),
-  libjzlib-java (>= 1.0.7), liblucene2-java (>= 2.4.1),
-  libxml-commons-resolver1.1-java (>= 1.2-3), libsac-java,
-  libservlet2.5-java, libsvnclientadapter-java, libsvn-java,
-  libsvnkit-java, libswingx1-java, libtrilead-ssh2-java,
-  libsimple-validation-java, libxerces2-java, libpostgresql-jdbc-java,
-  libmysql-java
++Depends:
++ antlr3 (>= 3.2),
++ libbytelist-java,
++ libcommons-codec-java,
++ libcommons-httpclient-java,
++ libws-commons-util-java,
++ libcommons-io-java,
++ libcommons-lang-java,
++ libcommons-logging-java,
++ libcommons-net1-java,
++ libfreemarker-java,
++ libini4j-java (>= 0.5),
++ libjsch-java (>= 0.1.42),
++ libjsch-agent-proxy-java,
++ libjvyamlb-java (>= 0.2.5-2~),
++ libjzlib-java (>= 1.0.7),
++ liblucene3-java,
++ libmysql-java,
++ libnb-platform13-java (>= 7.0),
++ libpostgresql-jdbc-java,
++ libservlet2.5-java,
++ libsimple-validation-java,
++ libsvn-java,
++ libsvnclientadapter-java,
++ libsvnkit-java,
++ libswingx-java,
++ libtrilead-ssh2-java,
++ libxerces2-java,
++ libxml-commons-resolver1.1-java (>= 1.2-3),
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Common Integrated Development Environment Libraries for NetBeans
-  The NetBeans Platform is a set of modules, each providing their own 
-  APIs and working together or in a standalone mode. This package contains 
++ The NetBeans Platform is a set of modules, each providing their own
++ APIs and working together or in a standalone mode. This package contains
 + independent libraries for use in the NetBeans IDE.
 +
 +Package: libnb-java5-java
 +Architecture: all
- Depends: ${java:Depends}, ${misc:Depends},
-  libnb-platform13-java (>= 7.0), libnb-ide14-java (= ${binary:Version}),
-  libnb-absolutelayout-java, junit, junit-doc, junit4-doc,
-  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
-  libnb-javaparser-java (>= 7.0.1~), ant (>= 1.7.0), ant-optional (>= 1.7.0)
++Depends:
++ ant (>= 1.7.0),
++ ant-optional (>= 1.7.0),
++ junit,
++ junit-doc,
++ junit4-doc,
++ libbeansbinding-java,
++ libcglib-java,
++ libeclipselink-java,
++ libnb-absolutelayout-java,
++ libnb-ide14-java (= ${binary:Version}),
++ libnb-javaparser-java (>= 7.0.1~),
++ libjson-simple-java,
++ libnb-platform13-java (>= 7.0),
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Common Java Related Libraries for NetBeans
-  The NetBeans Platform is a set of modules, each providing their own 
-  APIs and working together or in a standalone mode. This package contains 
++ The NetBeans Platform is a set of modules, each providing their own
++ APIs and working together or in a standalone mode. This package contains
 + common libraries for the NetBeans Java IDE.
 +
 +Package: libnb-apisupport3-java
 +Architecture: all
- Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (>= 7.0),
-  libnb-platform-devel-java (>= 7.0), libnb-ide14-java (= ${binary:Version}),
-  libnb-java5-java (= ${binary:Version})
++Depends:
++ libnb-ide14-java (= ${binary:Version}),
++ libnb-java5-java (= ${binary:Version}),
++ libnb-platform-devel-java (>= 7.0),
++ libnb-platform13-java (>= 7.0),
++ ${java:Depends},
++ ${misc:Depends}
 +Description: Common NetBeans Platform Development Related Libraries for NetBeans
-  The NetBeans Platform is a set of modules, each providing their own 
-  APIs and working together or in a standalone mode. This package contains 
++ The NetBeans Platform is a set of modules, each providing their own
++ APIs and working together or in a standalone mode. This package contains
 + common libraries for development of NetBeans Platform modular extensions.
diff --cc debian/copyright
index aba3768,0000000..e1ffc57
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,2354 -1,0 +1,2359 @@@
- Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
- Upstream-Name: netbeans
++Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
++Name: netbeans
 +Source: http://dlc.sun.com.edgesuite.net/netbeans/
 +
 +Files: *
- Copyright: 1997-2010, Oracle and/or its affiliates. 
++Copyright: Copyright 1997-2010 Oracle and/or its affiliates.
 +          Portions Copyrighted 1997-2009 Sun Microsystems, Inc.
 +License: CDDL-1 or GPL-2 with CLASSPATH exception
 + "CLASSPATH" EXCEPTION TO THE GPL VERSION 2
 + .
 + Certain source files distributed by Oracle Corp. are subject
 + to  the following clarification and special exception to the
 + GPL Version 2, but only where Oracle has expressly included
 + in the particular source file's header the words  "Oracle
 + designates this particular file as subject to the
 + "Classpath" exception as provided by Oracle in the License
-  file that accompanied this code." 
++ file that accompanied this code."
 + .
 + Linking this library statically or dynamically with other
 + modules is making a combined work based on this library.
 + Thus, the terms and conditions of the GNU General Public
-  License Version 2 cover the whole combination. 
++ License Version 2 cover the whole combination.
 + .
 + As a special exception, the copyright holders of this
 + library give you  permission to link this library with
 + independent modules to produce an  executable, regardless of
 + the license terms of these independent modules,  and to copy
-  and distribute the resulting executable under terms of your 
++ and distribute the resulting executable under terms of your
 + choice, provided that you also meet, for each linked
 + independent module,  the terms and conditions of the license
 + of that module. An independent  module is a module which is
 + not derived from or based on this library. If  you modify
 + this library, you may extend this exception to your version
 + of  the library, but you are not obligated to do so. If you
 + do not wish to do  so, delete this exception statement from
 + your version.
 +
 +Files: debian/*
 +Copyright: 2008-2010, Yulia Novozhilova <Yulia.Novozhilova at sun.com>
 +           2011, Andrew Ross <ubuntu at rossfamily.co.uk>
 +License: GPL-2
 +
 +
++
 +Files: apisupport.feedreader/feedreader-suite/*,
 + apisupport.paintapp/PaintApp-suite/*,
 + cnd.makeproject/samples_src/*,
 + j2ee.samples/samples_src/AnnotOvdInterceptor/*,
 + j2ee.samples/samples_src/InterceptorStateless/*,
 + j2ee.samples/samples_src/LotteryAnnotation/*,
 + j2ee.samples/samples_src/WebJpa/*,
 + j2ee.samples/samples_src/JsfJpa/*,
 + j2ee.samples/samples_src/JsfJpaCrud/*,
 + j2ee.samples/samples_src/DukeStateful/*,
 + j2ee.samples/samples_src/ServletStateless/*,
 + java.examples/anagrams/*,
 + java.examples/DocumentEditor/*,
 + java.examples/MarsRoverViewer/*,
 + java.examples/GUIFormExamples/*,
 + java.examples/ClientEditor/*,
 + maven.samples/samples_src/MavenCalculatorClient/*,
 + maven.samples/samples_src/MavenCalculator/*,
 + mobility.midpexamples/*,
 + websvc.metro.samples/samples_src/*,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderResource.java,
 +Copyright: 2009-2010, Oracle
 +License: BSD-3-clause
 + Copyright (c) 2010, Oracle. All rights reserved.
 + .
 + Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions are met:
 + .
 + * Redistributions of source code must retain the above copyright notice,
 +   this list of conditions and the following disclaimer.
 + .
 + * Redistributions in binary form must reproduce the above copyright notice,
 +   this list of conditions and the following disclaimer in the documentation
 +   and/or other materials provided with the distribution.
 + .
 + * Neither the name of Oracle nor the names of its contributors
 +   may be used to endorse or promote products derived from this software without
 +   specific prior written permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 + THE POSSIBILITY OF SUCH DAMAGE.
 +
 +
++
 +Files: j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-war/web/index.html
 +Copyright: 2007, Sun Microsystems, Inc.
 +License: BSD-3-clause
 + Copyright (c) 2007, Sun Microsystems, Inc. All rights reserved.
 + .
 + Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions are met:
 + .
 + * Redistributions of source code must retain the above copyright notice,
 +   this list of conditions and the following disclaimer.
 + .
 + * Redistributions in binary form must reproduce the above copyright notice,
 +   this list of conditions and the following disclaimer in the documentation
 +   and/or other materials provided with the distribution.
 + .
 + * Neither the name of Sun Microsystems, Inc. nor the names of its contributors
 +   may be used to endorse or promote products derived from this software without
 +   specific prior written permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 + THE POSSIBILITY OF SUCH DAMAGE.
 +
 +
 +Files: web.core.syntax/tlddoc/*
 +Copyright: 2003-2004, Sun Microsystems, Inc.
 +License: BSD-3-clause
 + Copyright (c) 2003-2004, Sun Microsystems, Inc.
 + All rights reserved.
 + .
-  Redistribution and use in source and binary forms, with or without 
++ Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions are met:
 + .
-      * Redistributions of source code must retain the above copyright 
++     * Redistributions of source code must retain the above copyright
 +       notice, this list of conditions and the following disclaimer.
-      * Redistributions in binary form must reproduce the above copyright 
++     * Redistributions in binary form must reproduce the above copyright
 +       notice, this list of conditions and the following disclaimer in the
 +       documentation and/or other materials provided with the distribution.
-      * Neither the name of Sun Microsystems, Inc. nor the names of its 
++     * Neither the name of Sun Microsystems, Inc. nor the names of its
 +       contributors may be used to endorse or promote products derived from
 +       this software without specific prior written permission.
 + .
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
++ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
++ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 + ROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +
 +
++
 +Files: beans/src/org/netbeans/modules/beans/BeanUtils.java,
 + beans/src/org/netbeans/modules/beans/TmpPattern.java,
 + beans/src/org/netbeans/modules/beans/BeanNavigatorJavaSourceFactory.java,
 + beans/src/org/netbeans/modules/beans/BeanPanel.java,
 + beans/src/org/netbeans/modules/beans/ClassPattern.java,
 + css.editor/src/org/netbeans/modules/css/formatting/api/embedding/JoinedTokenSequence.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParserNoEx.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenImpl.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkParserNoEx.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharScannerNoEx.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Context.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/MatchExceptionState.java,
 + cnd.callgraph/src/org/netbeans/modules/cnd/callgraph/impl/CallGraphScene.java,
 + cnd.modelimpl/src/org/netbeans/modules/cnd/modelimpl/trace/TraceModelBase.java,
 + db/src/org/netbeans/modules/db/resources/connection-1_1.dtd,
 + editor.structure/src/org/netbeans/modules/editor/structure/formatting/TextBounds.java,
 + editor.structure/src/org/netbeans/modules/editor/structure/formatting/JoinedTokenSequence.java,
 + editor.structure/src/org/netbeans/modules/editor/structure/formatting/TransferData.java,
 + glassfish.common/src/org/netbeans/modules/glassfish/common/nodes/actions/DeployDirectoryAction.java,
 + languages/src/org/netbeans/modules/languages/TokenType.java,
 + languages/src/org/netbeans/modules/languages/Rule.java,
 + languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.java,
 + languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.java,
 + languages/src/org/netbeans/modules/languages/features/HighlighterSupport.java,
 + languages/src/org/netbeans/modules/languages/features/TokensBrowserAction.java,
 + languages/src/org/netbeans/modules/languages/features/ASTBrowserAction.java,
 + libs.freemarker/src/org/netbeans/libs/freemarker/RsrcLoader.java,
 + lib.terminalemulator/demosrc/buildtool/BuildTool.java,
 + lib.terminalemulator/demosrc/buildtool/Junk.java,
 + lib.terminalemulator/demosrc/telnet/TelnetApp.java,
 + project.libraries/src/org/netbeans/spi/project/libraries/LibraryStorageArea.java,
 + project.libraries/src/org/netbeans/spi/project/libraries/ArealLibraryProvider.java,
 + project.libraries/src/org/netbeans/api/project/libraries/LibraryChooser.java,
 + project.libraries/src/org/netbeans/api/project/libraries/LibraryChooserGUI.java,
 + projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGActionListener.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGRadioButton.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGTextField.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGAbstractButton.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGComponent.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGButtonGroup.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/input/NumPadInputHandler.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/input/InputHandler.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGForm.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGCheckBox.java,
 + vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGButton.java,
 + vmd.flow/src/org/netbeans/modules/vmd/api/flow/visual/OrthogonalCollisionsCollector.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateIterator.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientPanel.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientIterator.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplatePanelVisual.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientPanelVisual.java,
 + web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplatePanel.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/ModelNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/ViewModelSupport.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/CallStackModel.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ObjectVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ScriptWatchEvaluating.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/NullVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ScalarTypeVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/BaseVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/AbstractVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/StringVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/VariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ContextNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ArrayVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ResourceVariableNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/AbstractModelNode.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/WatchesActionsProvider.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModel.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/AbstractIDEBridge.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/models/WatchesModel.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/annotations/CallStackAnnotation.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepOverActionProvider.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepIntoActionProvider.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepOutActionProvider.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/actions/RunToCursorActionProvider.java,
 + php.dbgp/src/org/netbeans/modules/php/dbgp/actions/ContinueActionProvider.java,
 + php.editor/src/org/netbeans/modules/php/editor/palette/PHPPaletteFactory.java,
 + php.editor/src/org/netbeans/modules/php/editor/palette/PHPPaletteActions.java,
 + spi.quicksearch/arch.xml,
 + o.n.swing.outline/arch.xml,
 + core.startup/src/org/netbeans/core/startup/instance-mime-resolver.xml,
 + core.startup/arch.xml,
 + nbjunit/test/unit/src/org/netbeans/junit/TestBundle.properties,
 + core.ui/arch.xml,
 + libs.nbi.ant/stub/build.properties,
 + api.annotations.common/arch.xml,
 + spi.actions/arch.xml,
 + nbi/engine/nbproject/genfiles.properties,
 + sendopts/test/unit/src/org/netbeans/api/sendopts/StreamingTest.java,
 +Copyright: 1997-2007, Sun Microsystems, Inc.
 +License: CDDL-1
 +
 +
++
 +Files: db/src/org/netbeans/modules/db/util/Base64.java
 +Copyright: 2000-2009 Sun Microsystems, Inc.
 +License: GPL-2 with CLASSPATH exception
 + This code is free software; you can redistribute it and/or modify it
 + under the terms of the GNU General Public License version 2 only, as
 + published by the Free Software Foundation.  Sun designates this
 + particular file as subject to the "Classpath" exception as provided
 + by Sun in the LICENSE file that accompanied this code.
 + .
 + This code is distributed in the hope that it will be useful, but WITHOUT
 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 + version 2 for more details (a copy is included in the LICENSE file that
 + accompanied this code).
 + .
 + You should have received a copy of the GNU General Public License version
 + 2 along with this work; if not, write to the Free Software Foundation,
 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 + .
 + Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
 + CA 95054 USA or visit www.sun.com if you need additional information or
 + have any questions.
 +
 +
++
 +Files: websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/entity/Order.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderService.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/BillingService.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/Warehouse.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/DeliveryService.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/audits/CallAudit.java,
 + websvc.rest.samples/LeanServiceECBComponentWithAjax/test/com/abien/business/orderprocessor/boundary/OrderServiceTest.java
 +Copyright: 12 July 2009 Adam Bien, blog.adam-bien.com
 +License GPL-2+
 + This file is part of javaee-patterns.
 + .
 + javaee-patterns is free software; you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation; either version 2 of the License, or
 + (at your option) any later version.
 + .
 + javaee-patterns is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program.  If not, see <http://www.opensource.org/licenses/gpl-2.0.php>.
 +
 +
 +
 +Files: db.dataview/src/org/netbeans/modules/db/dataview/util/BasicDateTimePickerUI.java,
 + db.dataview/src/org/netbeans/modules/db/dataview/util/JXDateTimePicker.java
 +Copyright: 2004 Sun Microsystems, Inc.
 +License LGPL-2.1
 +
 +
 +
 +Files: html.editor/src/org/netbeans/modules/html/editor/hints/HintsAdvancedOption.java,
 + java.j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEConfigurationProvider.java,
 + javascript.hints/src/org/netbeans/modules/javascript/hints/infrastructure/HintsAdvancedOption.java,
 + mobility.j2meunit/src/org/netbeans/modules/mobility/j2meunit/J2MEUnitPlugin.java,
 + projectui/src/org/netbeans/modules/project/ui/actions/ActiveConfigAction.java,
 + refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/VarUsageVisitor.java,
 + vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorPanel.java,
 + vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorUI.java,
 + web.core.syntax/src/org/netbeans/modules/web/core/syntax/folding/*,
 + web.el/src/org/netbeans/modules/web/el/hints/HintsAdvancedOption.java,
 + xml.lexer/src/org/netbeans/api/xml/lexer/XMLTokenId.java,
 + xml.lexer/src/org/netbeans/lib/xml/lexer/XMLLexer.java,
 + php.editor/src/org/netbeans/modules/php/editor/verification/HintsAdvancedOption.java,
 +Copyright: 1997-2006 Sun Microsystems, Inc.
 +License: SPL-1
 +
 +
 +
 +Files: cnd.antlr/src/org/netbeans/modules/cnd/antlr/ActionElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/actions/java/action.g,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ActionTransInfo.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/AlternativeBlock.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/AlternativeElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Alternative.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRError.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/antlr.g,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRGrammarParseBehavior.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRHashString.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRStringBuffer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Factory.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTIterator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTNULLType.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTPair.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTVisitor.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/BaseAST.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockContext.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockEndElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockWithImpliedExitPath.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ByteBuffer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharBuffer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharFormatter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharLiteralElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharQueue.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharRangeElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharScanner.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharStreamException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharStreamIOException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CodeGenerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/ASTEnumeration.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/AST.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/Enumerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/ASTArray.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/ASTEnumerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/BitSet.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/IndexedVector.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/IntRange.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LLCell.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LLEnumeration.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LList.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/VectorEnumerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/Vector.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/Stack.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonAST.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonASTWithHiddenTokens.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonHiddenStreamToken.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonToken.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/ASTFrame.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/JTreeASTModel.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/JTreeASTPanel.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/ParseTreeDebugParser.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefaultFileLineFormatter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefaultToolErrorHandler.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefineGrammarSymbols.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DiagnosticCodeGenerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DocBookCodeGenerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/DumpASTVisitor.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ExceptionHandler.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ExceptionSpec.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/FileCopyException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/FileLineFormatter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarAnalyzer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarAtom.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Grammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarSymbol.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/HTMLCodeGenerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ImportVocabTokenManager.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/InputBuffer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaBlockFinishingInfo.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaCharFormatter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaCodeGenerator.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LexerGrammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LexerSharedInputState.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkAnalyzer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkGrammarAnalyzer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkParser.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Lookahead.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/MakeGrammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/MismatchedCharException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/MismatchedTokenException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/NameSpace.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/NoViableAltException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/NoViableAltForCharException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/OneOrMoreBlock.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParserGrammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Parser.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParserSharedInputState.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTree.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTreeRule.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTreeToken.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/GrammarFile.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Grammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Hierarchy.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Option.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/preproc.g,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Rule.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Tool.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/PreservingFileWriter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/RecognitionException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleBlock.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleEndElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleRefElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleSymbol.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/SemanticException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/SimpleTokenManager.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/StringLiteralElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/StringLiteralSymbol.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/SynPredBlock.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/tokdef.g,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenBuffer.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Token.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenManager.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenQueue.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenRangeElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenRefElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamBasicFilter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamHiddenTokenFilter.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamIOException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStream.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRecognitionException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRetryException.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRewriteEngine.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamSelector.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenSymbol.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenWithIndex.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ToolErrorHandler.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/Tool.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeBlockContext.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParser.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParserSharedInputState.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeSpecifierNode.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeWalkerGrammar.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/WildcardElement.java,
 + cnd.antlr/src/org/netbeans/modules/cnd/antlr/ZeroOrMoreBlock.java
 +Copyright: 2010 Terence Parr
 +Licsense: BSD-3-clause
 + Copyright (c) 2010 Terence Parr
-  All rights reserved. 
++ All rights reserved.
 + .
 + Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions are
 + met:
 + .
 +    * Redistributions of source code must retain the above copyright
 +      notice, this list of conditions and the following disclaimer.
 +    * Redistributions in binary form must reproduce the above
 +      copyright notice, this list of conditions and the following
 +      disclaimer in the documentation and/or other materials provided
 +      with the distribution.
 +    * Neither the name of the author nor the names of its contributors
 +      may be used to endorse or promote products derived from this
 +      software without specific prior written permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +
 +
 +
 +Files: html.validation/src/org/netbeans/modules/html/validation/ValidationTransaction.java,
 + html.validation/src/org/netbeans/modules/html/validation/NbMessageEmitter.java,
 + html.validation/src/org/netbeans/modules/html/validation/patched/BufferingRootNamespaceSniffer.java,
 + html.validation/src/org/netbeans/modules/html/validation/patched/RootNamespaceSniffer.java
 +Copyright: 2005, 2006 Henri Sivonen
 +           2007-2010 Mozilla Foundation
 +License: OTHER-1
 + Permission is hereby granted, free of charge, to any person obtaining a
 + copy of this software and associated documentation files (the "Software"),
 + to deal in the Software without restriction, including without limitation
 + the rights to use, copy, modify, merge, publish, distribute, sublicense,
 + and/or sell copies of the Software, and to permit persons to whom the
 + Software is furnished to do so, subject to the following conditions:
 + .
 + The above copyright notice and this permission notice shall be included in
 + all copies or substantial portions of the Software.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 + DEALINGS IN THE SOFTWARE.
 +
 +
 +
 +Files: php.samples/samples_src/Jobeet/plugins/sfDoctrineGuardPlugin/*,
 + php.samples/samples_src/Jobeet/plugins/sfFormExtraPlugin/*,
 + php.samples/samples_src/Jobeet/test/bootstrap/unit.php,
 + php.samples/samples_src/Jobeet/test/bootstrap/functional.php
 +Copyright: 2004-2008 Fabien Potencier
 +           2006-2008 Jonathan H. Wage
 +License: OTHER-2
 + Permission is hereby granted, free of charge, to any person obtaining
 + a copy of this software and associated documentation files (the
 + "Software"), to deal in the Software without restriction, including
 + without limitation the rights to use, copy, modify, merge, publish,
 + distribute, sublicense, and/or sell copies of the Software, and to
 + permit persons to whom the Software is furnished to do so, subject to
 + the following conditions:
 + .
 + The above copyright notice and this permission notice shall be
 + included in all copies or substantial portions of the Software.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 +
 +
 +Files: php.samples/samples_src/Jobeet/lib/vendor/Zend/*
 +Copyright: 2005-2010, Zend Technologies USA, Inc.
 +License: NEWBSD
 + All rights reserved.
 + .
 + Redistribution and use in source and binary forms, with or without modification,
 + are permitted provided that the following conditions are met:
 + .
 +    * Redistributions of source code must retain the above copyright notice,
 +      this list of conditions and the following disclaimer.
 + .
 +    * Redistributions in binary form must reproduce the above copyright notice,
 +      this list of conditions and the following disclaimer in the documentation
 +      and/or other materials provided with the distribution.
 + .
 +    * Neither the name of Zend Technologies USA, Inc. nor the names of its
 +      contributors may be used to endorse or promote products derived from this
 +      software without specific prior written permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +
 +
 +
 +Files: html.validation/src/org/netbeans/modules/html/validation/ValidationTransaction.java,
 + html.validation/src/org/netbeans/modules/html/validation/NbMessageEmitter.java,
 + html.validation/src/org/netbeans/modules/html/validation/patched/BufferingRootNamespaceSniffer.java,
 + html.validation/src/org/netbeans/modules/html/validation/patched/RootNamespaceSniffer.java
 +Copyright: 1997-1999 Netscape Communications Corporation
 +License: MPL-1.1 or GPL-2
 + The contents of this file are subject to the Mozilla Public License Version
 + 1.1 (the "License"); you may not use this file except in compliance with
 + the License. You may obtain a copy of the License at
 + http://www.mozilla.org/MPL/
 + .
 + Software distributed under the License is distributed on an "AS IS" basis,
 + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 + for the specific language governing rights and limitations under the
 + License.
 + .
 + The Original Code is Rhino code, released
 + May 6, 1999.
 + .
 + The Initial Developer of the Original Code is
 + Netscape Communications Corporation.
 + Portions created by the Initial Developer are Copyright (C) 1997-1999
 + the Initial Developer. All Rights Reserved.
 + .
 + Contributor(s):
 +   Igor Bukanov
 +   Bob Jervis
 +   Norris Boyd
 + .
 + Alternatively, the contents of this file may be used under the terms of
 + the GNU General Public License Version 2 or later (the "GPL"), in which
 + case the provisions of the GPL are applicable instead of those above. If
 + you wish to allow use of your version of this file only under the terms of
 + the GPL and not to allow others to use your version of this file under the
 + MPL, indicate your decision by deleting the provisions above and replacing
 + them with the notice and other provisions required by the GPL. If you do
 + not delete the provisions above, a recipient may use your version of this
 + file under either the MPL or the GPL.
 +
 +
 +
 +
 +Files: web.examples/appdev/src/mypackage/Hello.java,
 + web.examples/servlets/*,
 + web.examples/jsp/*,
 + web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_2_0.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_1.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/tiles-config_1_3.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_1.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_3_0.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_3.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/tiles-config_1_1.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_2.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_0.dtd,
 + web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_1_3.dtd,
 +Copyright: 1999,2004 The Apache Software Foundation
 +License: Apache-2.0
 + Licensed under the Apache License, Version 2.0 (the "License");
 + you may not use this file except in compliance with the License.
 + You may obtain a copy of the License at
 + .
 +      http://www.apache.org/licenses/LICENSE-2.0
 + .
 + Unless required by applicable law or agreed to in writing, software
 + distributed under the License is distributed on an "AS IS" BASIS,
 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 + See the License for the specific language governing permissions and
 + limitations under the License.
 +
 +
 +Files: web.examples/jstl/*
 +Copyright: 1999-2003 The Apache Software Foundation
 +License Apache-1.1
 + The Apache Software License, Version 1.1
 + .
-  Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
++ Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
 + reserved.
 + .
 + Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions
 + are met:
 + .
 + 1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer. 
++    notice, this list of conditions and the following disclaimer.
 + .
 + 2. Redistributions in binary form must reproduce the above copyright
 +    notice, this list of conditions and the following disclaimer in
 +    the documentation and/or other materials provided with the
 +    distribution.
 + .
 + 3. The end-user documentation included with the redistribution, if
-     any, must include the following acknowlegement:  
-        "This product includes software developed by the 
++    any, must include the following acknowlegement:
++       "This product includes software developed by the
 +        Apache Software Foundation (http://www.apache.org/)."
 +    Alternately, this acknowlegement may appear in the software itself,
 +    if and wherever such third-party acknowlegements normally appear.
 + .
 + 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
 +    Foundation" must not be used to endorse or promote products derived
-     from this software without prior written permission. For written 
++    from this software without prior written permission. For written
 +    permission, please contact apache at apache.org.
 + .
 + 5. Products derived from this software may not be called "Apache"
 +    nor may "Apache" appear in their names without prior written
 +    permission of the Apache Group.
 + .
 + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 + DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 + ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 + SUCH DAMAGE.
 + ====================================================================
 + .
 + This software consists of voluntary contributions made by many
 + individuals on behalf of the Apache Software Foundation.  For more
 + information on the Apache Software Foundation, please see
 + <http://www.apache.org/>.
 +
 +
 +
 +Files: php.editor/src/org/netbeans/modules/php/editor/parser/astnodes/StateStack.java
 + Copyright: 2006 Zend Corporation and IBM Corporation.
 +License: EPL-1
 + Eclipse Public License - v 1.0
 + .
 + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
 + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
 + THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
 + .
 + 1. DEFINITIONS
 + .
 + "Contribution" means:
 + .
 + a) in the case of the initial Contributor, the initial code and
 + documentation distributed under this Agreement, and
 + .
 + b) in the case of each subsequent Contributor:
 + .
 + i) changes to the Program, and
 + .
 + ii) additions to the Program;
 + .
 + where such changes and/or additions to the Program originate from and
 + are distributed by that particular Contributor. A Contribution
 + 'originates' from a Contributor if it was added to the Program by such
 + Contributor itself or anyone acting on such Contributor's
 + behalf. Contributions do not include additions to the Program which:
 + (i) are separate modules of software distributed in conjunction with
 + the Program under their own license agreement, and (ii) are not
 + derivative works of the Program.
 + .
 + "Contributor" means any person or entity that distributes the Program.
 + .
 + "Licensed Patents" mean patent claims licensable by a Contributor
 + which are necessarily infringed by the use or sale of its Contribution
 + alone or when combined with the Program.
 + .
 + "Program" means the Contributions distributed in accordance with this
 + Agreement.
 + .
 + "Recipient" means anyone who receives the Program under this
 + Agreement, including all Contributors.
 + .
 + 2. GRANT OF RIGHTS
 + .
 + a) Subject to the terms of this Agreement, each Contributor hereby
 + grants Recipient a non-exclusive, worldwide, royalty-free copyright
 + license to reproduce, prepare derivative works of, publicly display,
 + publicly perform, distribute and sublicense the Contribution of such
 + Contributor, if any, and such derivative works, in source code and
 + object code form.
 + .
 + b) Subject to the terms of this Agreement, each Contributor hereby
 + grants Recipient a non-exclusive, worldwide, royalty-free patent
 + license under Licensed Patents to make, use, sell, offer to sell,
 + import and otherwise transfer the Contribution of such Contributor, if
 + any, in source code and object code form. This patent license shall
 + apply to the combination of the Contribution and the Program if, at
 + the time the Contribution is added by the Contributor, such addition
 + of the Contribution causes such combination to be covered by the
 + Licensed Patents. The patent license shall not apply to any other
 + combinations which include the Contribution. No hardware per se is
 + licensed hereunder.
 + .
 + c) Recipient understands that although each Contributor grants the
 + licenses to its Contributions set forth herein, no assurances are
 + provided by any Contributor that the Program does not infringe the
 + patent or other intellectual property rights of any other entity. Each
 + Contributor disclaims any liability to Recipient for claims brought by
 + any other entity based on infringement of intellectual property rights
 + or otherwise. As a condition to exercising the rights and licenses
 + granted hereunder, each Recipient hereby assumes sole responsibility
 + to secure any other intellectual property rights needed, if any. For
 + example, if a third party patent license is required to allow
 + Recipient to distribute the Program, it is Recipient's responsibility
 + to acquire that license before distributing the Program.
 + .
 + d) Each Contributor represents that to its knowledge it has sufficient
 + copyright rights in its Contribution, if any, to grant the copyright
 + license set forth in this Agreement.
 + .
 + 3. REQUIREMENTS
 + .
 + A Contributor may choose to distribute the Program in object code form
 + under its own license agreement, provided that:
 + .
 + a) it complies with the terms and conditions of this Agreement; and
 + .
 + b) its license agreement:
 + .
 + i) effectively disclaims on behalf of all Contributors all warranties
 + and conditions, express and implied, including warranties or
 + conditions of title and non-infringement, and implied warranties or
 + conditions of merchantability and fitness for a particular purpose;
 + .
 + ii) effectively excludes on behalf of all Contributors all liability
 + for damages, including direct, indirect, special, incidental and
 + consequential damages, such as lost profits;
 + .
 + iii) states that any provisions which differ from this Agreement are
 + offered by that Contributor alone and not by any other party; and
 + .
 + iv) states that source code for the Program is available from such
 + Contributor, and informs licensees how to obtain it in a reasonable
 + manner on or through a medium customarily used for software exchange.
 + .
 + When the Program is made available in source code form:
 + .
 + a) it must be made available under this Agreement; and
 + .
 + b) a copy of this Agreement must be included with each copy of the
 + Program.
 + .
 + Contributors may not remove or alter any copyright notices contained
 + within the Program.
 + .
 + Each Contributor must identify itself as the originator of its
 + Contribution, if any, in a manner that reasonably allows subsequent
 + Recipients to identify the originator of the Contribution.
 + .
 + 4. COMMERCIAL DISTRIBUTION
 + .
 + Commercial distributors of software may accept certain
 + responsibilities with respect to end users, business partners and the
 + like. While this license is intended to facilitate the commercial use
 + of the Program, the Contributor who includes the Program in a
 + commercial product offering should do so in a manner which does not
 + create potential liability for other Contributors. Therefore, if a
 + Contributor includes the Program in a commercial product offering,
 + such Contributor ("Commercial Contributor") hereby agrees to defend
 + and indemnify every other Contributor ("Indemnified Contributor")
 + against any losses, damages and costs (collectively "Losses") arising
 + from claims, lawsuits and other legal actions brought by a third party
 + against the Indemnified Contributor to the extent caused by the acts
 + or omissions of such Commercial Contributor in connection with its
 + distribution of the Program in a commercial product offering. The
 + obligations in this section do not apply to any claims or Losses
 + relating to any actual or alleged intellectual property
 + infringement. In order to qualify, an Indemnified Contributor must: a)
 + promptly notify the Commercial Contributor in writing of such claim,
 + and b) allow the Commercial Contributor to control, and cooperate with
 + the Commercial Contributor in, the defense and any related settlement
 + negotiations. The Indemnified Contributor may participate in any such
 + claim at its own expense.
 + .
 + For example, a Contributor might include the Program in a commercial
 + product offering, Product X. That Contributor is then a Commercial
 + Contributor. If that Commercial Contributor then makes performance
 + claims, or offers warranties related to Product X, those performance
 + claims and warranties are such Commercial Contributor's responsibility
 + alone. Under this section, the Commercial Contributor would have to
 + defend claims against the other Contributors related to those
 + performance claims and warranties, and if a court requires any other
 + Contributor to pay any damages as a result, the Commercial Contributor
 + must pay those damages.
 + .
 + 5. NO WARRANTY
 + .
 + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
 + PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 + KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
 + WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
 + OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
 + responsible for determining the appropriateness of using and
 + distributing the Program and assumes all risks associated with its
 + exercise of rights under this Agreement , including but not limited to
 + the risks and costs of program errors, compliance with applicable
 + laws, damage to or loss of data, programs or equipment, and
 + unavailability or interruption of operations.
 + .
 + 6. DISCLAIMER OF LIABILITY
 + .
 + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
 + ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
 + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
 + WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
 + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
 + DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
 + HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 + .
 + 7. GENERAL
 + .
 + If any provision of this Agreement is invalid or unenforceable under
 + applicable law, it shall not affect the validity or enforceability of
 + the remainder of the terms of this Agreement, and without further
 + action by the parties hereto, such provision shall be reformed to the
 + minimum extent necessary to make such provision valid and enforceable.
 + .
 + If Recipient institutes patent litigation against any entity
 + (including a cross-claim or counterclaim in a lawsuit) alleging that
 + the Program itself (excluding combinations of the Program with other
 + software or hardware) infringes such Recipient's patent(s), then such
 + Recipient's rights granted under Section 2(b) shall terminate as of
 + the date such litigation is filed.
 + .
 + All Recipient's rights under this Agreement shall terminate if it
 + fails to comply with any of the material terms or conditions of this
 + Agreement and does not cure such failure in a reasonable period of
 + time after becoming aware of such noncompliance. If all Recipient's
 + rights under this Agreement terminate, Recipient agrees to cease use
 + and distribution of the Program as soon as reasonably
 + practicable. However, Recipient's obligations under this Agreement and
 + any licenses granted by Recipient relating to the Program shall
 + continue and survive.
 + .
 + Everyone is permitted to copy and distribute copies of this Agreement,
 + but in order to avoid inconsistency the Agreement is copyrighted and
 + may only be modified in the following manner. The Agreement Steward
 + reserves the right to publish new versions (including revisions) of
 + this Agreement from time to time. No one other than the Agreement
 + Steward has the right to modify this Agreement. The Eclipse Foundation
 + is the initial Agreement Steward. The Eclipse Foundation may assign
 + the responsibility to serve as the Agreement Steward to a suitable
 + separate entity. Each new version of the Agreement will be given a
 + distinguishing version number. The Program (including Contributions)
 + may always be distributed subject to the version of the Agreement
 + under which it was received. In addition, after a new version of the
 + Agreement is published, Contributor may elect to distribute the
 + Program (including its Contributions) under the new version. Except as
 + expressly stated in Sections 2(a) and 2(b) above, Recipient receives
 + no rights or licenses to the intellectual property of any Contributor
 + under this Agreement, whether expressly, by implication, estoppel or
 + otherwise. All rights in the Program not expressly granted under this
 + Agreement are reserved.
 + .
 + This Agreement is governed by the laws of the State of New York and
 + the intellectual property laws of the United States of America. No
 + party to this Agreement will bring a legal action under this Agreement
 + more than one year after the cause of action arose. Each party waives
 + its rights to a jury trial in any resulting litigation.
 +
 +
 +
 +
 +Files: ./options.keymap/build.xml,
 + ./openide.awt/test/unit/src/org/openide/awt/ActionsTest.java,
 + ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleMixedOnClasspathTest.java,
 + ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleFactoryTest.java,
 + ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleFactoryAlienTest.java,
 + ./o.n.bootstrap/src/org/netbeans/ModuleFactory.java,
 + ./apisupport.harness/jnlp-src/org/netbeans/modules/apisupport/jnlplauncher/RuntimePolicy.java,
 + ./apisupport.harness/test/unit/src/org/netbeans/modules/apisupport/jnlplauncher/FixPolicyTest.java
 +Copyright: Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
 +           Portions Copyrihgt 2005-2006 Nokia
 +License: CDDL-1 or GPL-2 with CLASSPATH exception
 +
 +
 +Files: ./core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java,
 +./core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java
- Copyright: Copyright 1997-2010 Oracle and/or its affiliates. 
++Copyright: Copyright 1997-2010 Oracle and/or its affiliates.
 +    Portions Copyrighted 2007 Nokia Siemens Networks Oy
 +License: CDDL-1 or GPL-2 with CLASSPATH exception
 +
 +
 +Files: ./nbjunit/test/unit/src/org/netbeans/junit/TestBundle.properties
 +Copyright: Copyright (C) 2006 Jaroslav Tulach.
 +License: CDDL-1
 +
 +Files: ./openide.util/test/unit/src/org/openide/util/UtilitiesTranslate29878.txt,
 + ./nbbuild/test/unit/src/org/netbeans/nbbuild/testdist/TestDistFilterTest.java
 +Copyright: Copyright 1997-2010 Oracle and/or its affiliates.
 + Portions Copyright 1997-2006 Sun Microsystems, Inc.
 +License: CDDL-1
 +
 +Files: ./openide.loaders/test/unit/src/org/openide/loaders/DataShadowLookupTest.java,
 + ./nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseXmlExample.xml,
 + ./nbbuild/test/unit/src/org/netbeans/nbbuild/ShorterPathsTest.xml,
 + ./nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseHtmlExample.xml,
 + ./nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicensePropertiesExample.properties
 +Copyright: Copyright 1997-2006 Sun Microsystems, Inc.
 +License: SPL-1
 +
 +Files: ./o.n.core/external/nsProxyAutoConfig.js
 +Copyright: Copyright (C) 1998 Netscape Communications Corporation.
 + Contributor(s):
 +    Akhil Arora <akhil.arora at sun.com>
 +    Tomi Leppikangas <Tomi.Leppikangas at oulu.fi>
 +    Darin Fisher <darin at meer.net>
 +License: MPL-1.1 or GPL-2 or LGPL-2.1
 + The contents of this file are subject to the Mozilla Public License Version
 + 1.1 (the "License"); you may not use this file except in compliance with
 + the License. You may obtain a copy of the License at
 + http://www.mozilla.org/MPL/
 + .
 + Software distributed under the License is distributed on an "AS IS" basis,
 + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 + for the specific language governing rights and limitations under the
 + License.
 + .
 + Alternatively, the contents of this file may be used under the terms of
 + either the GNU General Public License Version 2 or later (the "GPL"), or
 + the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 + in which case the provisions of the GPL or the LGPL are applicable instead
 + of those above. If you wish to allow use of your version of this file only
 + under the terms of either the GPL or the LGPL, and not to allow others to
 + use your version of this file under the terms of the MPL, indicate your
 + decision by deleting the provisions above and replace them with the notice
 + and other provisions required by the GPL or the LGPL. If you do not delete
 + the provisions above, a recipient may use your version of this file under
 + the terms of any one of the MPL, the GPL or the LGPL.
 +
 +
 +License: GPL-2
-      On Debian systems the full text of the GNU General Public 
++     On Debian systems the full text of the GNU General Public
 +     License can be found in the `/usr/share/common-licenses/GPL-2'
 +     file.
 +
 +License LGPL-2.1
-      On Debian systems the full text of the GNU General Public 
++     On Debian systems the full text of the GNU General Public
 +     License can be found in the `/usr/share/common-licenses/LGPL-2.1'
 +     file.
 +
 +License Apache-2.0
-      On Debian systems the full text of the Apache License Version 
++     On Debian systems the full text of the Apache License Version
 +     2.0 can be found in the `/usr/share/common-licenses/Apache-2.0'
 +     file.
 +
 +
 +
 +License: SPL-1
-  SUN PUBLIC LICENSE Version 1.0 
-  .
-  1. Definitions. 
-  .
- 	1.0.1. "Commercial Use" means distribution or otherwise making the 
- 	Covered Code available to a third party. 
-  .
- 	1.1. "Contributor" means each entity that creates or contributes to 
- 	the creation of Modifications. 
-  .
- 	1.2. "Contributor Version" means the combination of the Original Code, 
- 	prior Modifications used by a Contributor, and the Modifications made 
- 	by that particular Contributor. 
-  .
- 	1.3. "Covered Code" means the Original Code or Modifications or the 
- 	combination of the Original Code and Modifications, in each case 
- 	including portions thereof and corresponding documentation released 
- 	with the source code. 
-  .
- 	1.4. "Electronic Distribution Mechanism" means a mechanism generally 
- 	accepted in the software development community for the electronic 
- 	transfer of data. 
-  .
- 	1.5. "Executable" means Covered Code in any form other than Source 
- 	Code. 
-  .
- 	1.6. "Initial Developer" means the individual or entity identified as 
- 	the Initial Developer in the Source Code notice required by Exhibit A. 
-  .
- 	1.7. "Larger Work" means a work which combines Covered Code or 
- 	portions thereof with code not governed by the terms of this License. 
-  .
- 	1.8. "License" means this document. 
-  .
- 	1.8.1. "Licensable" means having the right to grant, to the maximum 
- 	extent possible, whether at the time of the initial grant or 
- 	subsequently acquired, any and all of the rights conveyed herein. 
-  .
- 	1.9. "Modifications" means any addition to or deletion from the 
- 	substance or structure of either the Original Code or any previous 
- 	Modifications. When Covered Code is released as a series of files, a 
- 	Modification is: 
-  .
- 	A. Any addition to or deletion from the contents of a file containing 
- 	Original Code or previous Modifications. 
-  .
- 	B. Any new file that contains any part of the Original Code or 
- 	previous Modifications. 
-  .
- 	1.10. "Original Code" means Source Code of computer software code 
- 	which is described in the Source Code notice required by Exhibit A as 
- 	Original Code, and which, at the time of its release under this 
- 	License is not already Covered Code governed by this License. 
-  .
- 	1.10.1. "Patent Claims" means any patent claim(s), now owned or 
- 	hereafter acquired, including without limitation, method, process, and 
- 	apparatus claims, in any patent Licensable by grantor. 
-  .
- 	1.11. "Source Code" means the preferred form of the Covered Code for 
- 	making modifications to it, including all modules it contains, plus 
- 	any associated documentation, interface definition files, scripts used 
- 	to control compilation and installation of an Executable, or source 
- 	code differential comparisons against either the Original Code or 
- 	another well known, available Covered Code of the Contributor's 
- 	choice. The Source Code can be in a compressed or archival form, 
- 	provided the appropriate decompression or de-archiving software is 
- 	widely available for no charge. 
-  .
- 	1.12. "You" (or "Your") means an individual or a legal entity 
- 	exercising rights under, and complying with all of the terms of, this 
- 	License or a future version of this License issued under Section 6.1. 
- 	For legal entities, "You" includes any entity which controls, is 
- 	controlled by, or is under common control with You. For purposes of 
- 	this definition, "control" means (a) the power, direct or indirect, to 
- 	cause the direction or management of such entity, whether by contract 
- 	or otherwise, or (b) ownership of more than fifty percent (50%) of the 
++ SUN PUBLIC LICENSE Version 1.0
++ .
++ 1. Definitions.
++ .
++	1.0.1. "Commercial Use" means distribution or otherwise making the
++	Covered Code available to a third party.
++ .
++	1.1. "Contributor" means each entity that creates or contributes to
++	the creation of Modifications.
++ .
++	1.2. "Contributor Version" means the combination of the Original Code,
++	prior Modifications used by a Contributor, and the Modifications made
++	by that particular Contributor.
++ .
++	1.3. "Covered Code" means the Original Code or Modifications or the
++	combination of the Original Code and Modifications, in each case
++	including portions thereof and corresponding documentation released
++	with the source code.
++ .
++	1.4. "Electronic Distribution Mechanism" means a mechanism generally
++	accepted in the software development community for the electronic
++	transfer of data.
++ .
++	1.5. "Executable" means Covered Code in any form other than Source
++	Code.
++ .
++	1.6. "Initial Developer" means the individual or entity identified as
++	the Initial Developer in the Source Code notice required by Exhibit A.
++ .
++	1.7. "Larger Work" means a work which combines Covered Code or
++	portions thereof with code not governed by the terms of this License.
++ .
++	1.8. "License" means this document.
++ .
++	1.8.1. "Licensable" means having the right to grant, to the maximum
++	extent possible, whether at the time of the initial grant or
++	subsequently acquired, any and all of the rights conveyed herein.
++ .
++	1.9. "Modifications" means any addition to or deletion from the
++	substance or structure of either the Original Code or any previous
++	Modifications. When Covered Code is released as a series of files, a
++	Modification is:
++ .
++	A. Any addition to or deletion from the contents of a file containing
++	Original Code or previous Modifications.
++ .
++	B. Any new file that contains any part of the Original Code or
++	previous Modifications.
++ .
++	1.10. "Original Code" means Source Code of computer software code
++	which is described in the Source Code notice required by Exhibit A as
++	Original Code, and which, at the time of its release under this
++	License is not already Covered Code governed by this License.
++ .
++	1.10.1. "Patent Claims" means any patent claim(s), now owned or
++	hereafter acquired, including without limitation, method, process, and
++	apparatus claims, in any patent Licensable by grantor.
++ .
++	1.11. "Source Code" means the preferred form of the Covered Code for
++	making modifications to it, including all modules it contains, plus
++	any associated documentation, interface definition files, scripts used
++	to control compilation and installation of an Executable, or source
++	code differential comparisons against either the Original Code or
++	another well known, available Covered Code of the Contributor's
++	choice. The Source Code can be in a compressed or archival form,
++	provided the appropriate decompression or de-archiving software is
++	widely available for no charge.
++ .
++	1.12. "You" (or "Your") means an individual or a legal entity
++	exercising rights under, and complying with all of the terms of, this
++	License or a future version of this License issued under Section 6.1.
++	For legal entities, "You" includes any entity which controls, is
++	controlled by, or is under common control with You. For purposes of
++	this definition, "control" means (a) the power, direct or indirect, to
++	cause the direction or management of such entity, whether by contract
++	or otherwise, or (b) ownership of more than fifty percent (50%) of the
 +	outstanding shares or beneficial ownership of such entity.
 + .
-  2. Source Code License. 
-  .
-  2.1 The Initial Developer Grant. 
-  .
- 	The Initial Developer hereby grants You a world-wide, royalty-free, 
- 	non-exclusive license, subject to third party intellectual property 
- 	claims: 
-  .
- 	(a)  under intellectual property rights (other than patent or 
- 	trademark) Licensable by Initial Developer to use, reproduce, modify, 
- 	display, perform, sublicense and distribute the Original Code (or 
- 	portions thereof) with or without Modifications, and/or as part of a 
- 	Larger Work; and 
-  .
- 	(b) under Patent Claims infringed by the making, using or selling of 
- 	Original Code, to make, have made, use, practice, sell, and offer for 
- 	sale, and/or otherwise dispose of the Original Code (or portions 
- 	thereof). 
-  .
- 	(c) the licenses granted in this Section 2.1(a) and (b) are effective 
- 	on the date Initial Developer first distributes Original Code under 
- 	the terms of this License. 
-  .
- 	(d) Notwithstanding Section 2.1(b) above, no patent license is 
- 	granted: 1) 	for code that You delete from the Original Code; 2) 
- 	separate from the 	Original Code; or 3) for infringements caused by: 
- 	i) the modification of the Original Code or ii) the combination of the 
- 	Original Code with other software or devices. 
-  .
-  2.2. Contributor Grant. 
-  .
- 	Subject to third party intellectual property claims, each Contributor 
- 	hereby grants You a world-wide, royalty-free, non-exclusive license 
-  .
- 	(a) under intellectual property rights (other than patent or 
- 	trademark) Licensable by Contributor, to use, reproduce,  modify, 
- 	display, perform, sublicense and distribute the Modifications created 
- 	by such Contributor (or portions thereof) either on an unmodified 
- 	basis, with other Modifications, as Covered Code and/or as part of a 
- 	Larger Work; and 
-  .
- 	(b) under Patent Claims infringed by the making, using, or selling of  
- 	Modifications made by that Contributor either alone and/or in 
- 	combination with its Contributor Version (or portions of such 
- 	combination), to make, use, sell, offer for sale, have made, and/or 
- 	otherwise dispose of: 1) Modifications made by that Contributor (or 
- 	portions thereof); and 2) the combination of Modifications made by 
- 	that Contributor with its Contributor Version (or portions of such 
- 	combination). 
-  .
- 	(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective 
- 	on the date Contributor first makes Commercial Use of the Covered 
- 	Code. 
-  .
- 	(d)  notwithstanding Section 2.2(b) above, no patent license is 
- 	granted: 1) for any code that Contributor has deleted from the 
- 	Contributor Version; 2)  separate from the Contributor Version; 3) for 
- 	infringements caused by: i) third party modifications of Contributor 
- 	Version or ii) the combination of Modifications made by that 
- 	Contributor with other software (except as part of the Contributor 
- 	Version) or other devices; or 4) under Patent Claims infringed by 
++ 2. Source Code License.
++ .
++ 2.1 The Initial Developer Grant.
++ .
++	The Initial Developer hereby grants You a world-wide, royalty-free,
++	non-exclusive license, subject to third party intellectual property
++	claims:
++ .
++	(a)  under intellectual property rights (other than patent or
++	trademark) Licensable by Initial Developer to use, reproduce, modify,
++	display, perform, sublicense and distribute the Original Code (or
++	portions thereof) with or without Modifications, and/or as part of a
++	Larger Work; and
++ .
++	(b) under Patent Claims infringed by the making, using or selling of
++	Original Code, to make, have made, use, practice, sell, and offer for
++	sale, and/or otherwise dispose of the Original Code (or portions
++	thereof).
++ .
++	(c) the licenses granted in this Section 2.1(a) and (b) are effective
++	on the date Initial Developer first distributes Original Code under
++	the terms of this License.
++ .
++	(d) Notwithstanding Section 2.1(b) above, no patent license is
++	granted: 1) 	for code that You delete from the Original Code; 2)
++	separate from the 	Original Code; or 3) for infringements caused by:
++	i) the modification of the Original Code or ii) the combination of the
++	Original Code with other software or devices.
++ .
++ 2.2. Contributor Grant.
++ .
++	Subject to third party intellectual property claims, each Contributor
++	hereby grants You a world-wide, royalty-free, non-exclusive license
++ .
++	(a) under intellectual property rights (other than patent or
++	trademark) Licensable by Contributor, to use, reproduce,  modify,
++	display, perform, sublicense and distribute the Modifications created
++	by such Contributor (or portions thereof) either on an unmodified
++	basis, with other Modifications, as Covered Code and/or as part of a
++	Larger Work; and
++ .
++	(b) under Patent Claims infringed by the making, using, or selling of
++	Modifications made by that Contributor either alone and/or in
++	combination with its Contributor Version (or portions of such
++	combination), to make, use, sell, offer for sale, have made, and/or
++	otherwise dispose of: 1) Modifications made by that Contributor (or
++	portions thereof); and 2) the combination of Modifications made by
++	that Contributor with its Contributor Version (or portions of such
++	combination).
++ .
++	(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective
++	on the date Contributor first makes Commercial Use of the Covered
++	Code.
++ .
++	(d)  notwithstanding Section 2.2(b) above, no patent license is
++	granted: 1) for any code that Contributor has deleted from the
++	Contributor Version; 2)  separate from the Contributor Version; 3) for
++	infringements caused by: i) third party modifications of Contributor
++	Version or ii) the combination of Modifications made by that
++	Contributor with other software (except as part of the Contributor
++	Version) or other devices; or 4) under Patent Claims infringed by
 +	Covered Code in the absence of Modifications made by that Contributor.
 + .
-  3. Distribution Obligations. 
++ 3. Distribution Obligations.
 + .
 + 3.1. Application of License.
 + .
- 	The Modifications which You create or to which You contribute are 
- 	governed by the terms of this License, including without limitation 
- 	Section 2.2. The Source Code version of Covered Code may be 
- 	distributed only under the terms of this License or a future version 
- 	of this License released under Section 6.1, and You must include a 
- 	copy of this License with every copy of the Source Code You 
- 	distribute. You may not offer or impose any terms on any Source Code 
- 	version that alters or restricts the applicable version of this 
- 	License or the recipients' rights hereunder. However, You may include 
- 	an additional document offering the additional rights described in 
- 	Section 3.5. 
++	The Modifications which You create or to which You contribute are
++	governed by the terms of this License, including without limitation
++	Section 2.2. The Source Code version of Covered Code may be
++	distributed only under the terms of this License or a future version
++	of this License released under Section 6.1, and You must include a
++	copy of this License with every copy of the Source Code You
++	distribute. You may not offer or impose any terms on any Source Code
++	version that alters or restricts the applicable version of this
++	License or the recipients' rights hereunder. However, You may include
++	an additional document offering the additional rights described in
++	Section 3.5.
 + .
 + 3.2. Availability of Source Code.
 + .
- 	Any Modification which You create or to which You contribute must be 
- 	made available in Source Code form under the terms of this License 
- 	either on the same media as an Executable version or via an accepted 
- 	Electronic Distribution Mechanism to anyone to whom you made an 
- 	Executable version available; and if made available via Electronic 
- 	Distribution Mechanism, must remain available for at least twelve (12) 
- 	months after the date it initially became available, or at least six 
- 	(6) months after a subsequent version of that particular Modification 
- 	has been made available to such recipients. You are responsible for 
- 	ensuring that the Source Code version remains available even if the 
- 	Electronic Distribution Mechanism is maintained by a third party. 
++	Any Modification which You create or to which You contribute must be
++	made available in Source Code form under the terms of this License
++	either on the same media as an Executable version or via an accepted
++	Electronic Distribution Mechanism to anyone to whom you made an
++	Executable version available; and if made available via Electronic
++	Distribution Mechanism, must remain available for at least twelve (12)
++	months after the date it initially became available, or at least six
++	(6) months after a subsequent version of that particular Modification
++	has been made available to such recipients. You are responsible for
++	ensuring that the Source Code version remains available even if the
++	Electronic Distribution Mechanism is maintained by a third party.
 + .
 + 3.3. Description of Modifications.
 + .
- 	You must cause all Covered Code to which You contribute to contain a 
- 	file documenting the changes You made to create that Covered Code and 
- 	the date of any change. You must include a prominent statement that 
- 	the Modification is derived, directly or indirectly, from Original 
- 	Code provided by the Initial Developer and including the name of the 
- 	Initial Developer in (a) the Source Code, and (b) in any notice in an 
- 	Executable version or related documentation in which You describe the 
- 	origin or ownership of the Covered Code. 
++	You must cause all Covered Code to which You contribute to contain a
++	file documenting the changes You made to create that Covered Code and
++	the date of any change. You must include a prominent statement that
++	the Modification is derived, directly or indirectly, from Original
++	Code provided by the Initial Developer and including the name of the
++	Initial Developer in (a) the Source Code, and (b) in any notice in an
++	Executable version or related documentation in which You describe the
++	origin or ownership of the Covered Code.
 + .
 + 3.4. Intellectual Property Matters.
 + .
 +	(a) Third Party Claims.
 + .
- 	If Contributor has knowledge that a license under a third party's 
- 	intellectual property rights is required to exercise the rights 
- 	granted by such Contributor under Sections 2.1 or 2.2, Contributor 
- 	must include a text file with the Source Code distribution titled 
- 	"LEGAL'' which describes the claim and the party making the claim in 
- 	sufficient detail that a recipient will know whom to contact. If 
- 	Contributor obtains such knowledge after the Modification is made 
- 	available as described in Section 3.2, Contributor shall promptly 
- 	modify the LEGAL file in all copies Contributor makes available 
- 	thereafter and shall take other steps (such as notifying appropriate 
- 	mailing lists or newsgroups) reasonably calculated to inform those who 
- 	received the Covered Code that new knowledge has been obtained. 
++	If Contributor has knowledge that a license under a third party's
++	intellectual property rights is required to exercise the rights
++	granted by such Contributor under Sections 2.1 or 2.2, Contributor
++	must include a text file with the Source Code distribution titled
++	"LEGAL'' which describes the claim and the party making the claim in
++	sufficient detail that a recipient will know whom to contact. If
++	Contributor obtains such knowledge after the Modification is made
++	available as described in Section 3.2, Contributor shall promptly
++	modify the LEGAL file in all copies Contributor makes available
++	thereafter and shall take other steps (such as notifying appropriate
++	mailing lists or newsgroups) reasonably calculated to inform those who
++	received the Covered Code that new knowledge has been obtained.
 + .
 +	(b) Contributor APIs.
 + .
- 	If Contributor's Modifications include an application programming 
- 	interface ("API") and Contributor has knowledge of patent licenses 
- 	which are reasonably necessary to implement that API, Contributor must 
- 	also include this information in the LEGAL file. 
++	If Contributor's Modifications include an application programming
++	interface ("API") and Contributor has knowledge of patent licenses
++	which are reasonably necessary to implement that API, Contributor must
++	also include this information in the LEGAL file.
 + .
 +	(c) Representations.
 + .
- 	Contributor represents that, except as disclosed pursuant to Section 
- 	3.4(a) above, Contributor believes that Contributor's Modifications 
- 	are Contributor's original creation(s) and/or Contributor has 
++	Contributor represents that, except as disclosed pursuant to Section
++	3.4(a) above, Contributor believes that Contributor's Modifications
++	are Contributor's original creation(s) and/or Contributor has
 +	sufficient rights to grant the rights conveyed by this License.
 + .
 + 3.5. Required Notices.
 + .
- 	You must duplicate the notice in Exhibit A in each file of the Source 
- 	Code. If it is not possible to put such notice in a particular Source 
- 	Code file due to its structure, then You must include such notice in a 
- 	location (such as a relevant directory) where a user would be likely 
- 	to look for such a notice.  If You created one or more Modification(s) 
- 	You may add your name as a Contributor to the notice described in 
- 	Exhibit A. You must also duplicate this License in any documentation 
- 	for the Source Code where You describe recipients' rights or ownership 
- 	rights relating to Covered Code. You may choose to offer, and to 
- 	charge a fee for, warranty, support, indemnity or liability 
- 	obligations to one or more recipients of Covered Code. However, You 
- 	may do so only on Your own behalf, and not on behalf of the Initial 
- 	Developer or any Contributor. You must make it absolutely clear than 
- 	any such warranty, support, indemnity or liability obligation is 
- 	offered by You alone, and You hereby agree to indemnify the Initial 
- 	Developer and every Contributor for any liability incurred by the 
- 	Initial Developer or such Contributor as a result of warranty, 
- 	support, indemnity or liability terms You offer. 
++	You must duplicate the notice in Exhibit A in each file of the Source
++	Code. If it is not possible to put such notice in a particular Source
++	Code file due to its structure, then You must include such notice in a
++	location (such as a relevant directory) where a user would be likely
++	to look for such a notice.  If You created one or more Modification(s)
++	You may add your name as a Contributor to the notice described in
++	Exhibit A. You must also duplicate this License in any documentation
++	for the Source Code where You describe recipients' rights or ownership
++	rights relating to Covered Code. You may choose to offer, and to
++	charge a fee for, warranty, support, indemnity or liability
++	obligations to one or more recipients of Covered Code. However, You
++	may do so only on Your own behalf, and not on behalf of the Initial
++	Developer or any Contributor. You must make it absolutely clear than
++	any such warranty, support, indemnity or liability obligation is
++	offered by You alone, and You hereby agree to indemnify the Initial
++	Developer and every Contributor for any liability incurred by the
++	Initial Developer or such Contributor as a result of warranty,
++	support, indemnity or liability terms You offer.
 + .
 + 3.6. Distribution of Executable Versions.
 + .
- 	You may distribute Covered Code in Executable form only if the 
- 	requirements of Section 3.1-3.5 have been met for that Covered Code, 
- 	and if You include a notice stating that the Source Code version of 
- 	the Covered Code is available under the terms of this License, 
- 	including a description of how and where You have fulfilled the 
- 	obligations of Section 3.2. The notice must be conspicuously included 
- 	in any notice in an Executable version, related documentation or 
- 	collateral in which You describe recipients' rights relating to the 
- 	Covered Code. You may distribute the Executable version of Covered 
- 	Code or ownership rights under a license of Your choice, which may 
- 	contain terms different from this License, provided that You are in 
- 	compliance with the terms of this License and that the license for the 
- 	Executable version does not attempt to limit or alter the recipient's 
- 	rights in the Source Code version from the rights set forth in this 
- 	License. If You distribute the Executable version under a different 
- 	license You must make it absolutely clear that any terms which differ 
- 	from this License are offered by You alone, not by the Initial 
- 	Developer or any Contributor. You hereby agree to indemnify the 
- 	Initial Developer and every Contributor for any liability incurred by 
- 	the Initial Developer or such Contributor as a result of any such 
- 	terms You offer. 
++	You may distribute Covered Code in Executable form only if the
++	requirements of Section 3.1-3.5 have been met for that Covered Code,
++	and if You include a notice stating that the Source Code version of
++	the Covered Code is available under the terms of this License,
++	including a description of how and where You have fulfilled the
++	obligations of Section 3.2. The notice must be conspicuously included
++	in any notice in an Executable version, related documentation or
++	collateral in which You describe recipients' rights relating to the
++	Covered Code. You may distribute the Executable version of Covered
++	Code or ownership rights under a license of Your choice, which may
++	contain terms different from this License, provided that You are in
++	compliance with the terms of this License and that the license for the
++	Executable version does not attempt to limit or alter the recipient's
++	rights in the Source Code version from the rights set forth in this
++	License. If You distribute the Executable version under a different
++	license You must make it absolutely clear that any terms which differ
++	from this License are offered by You alone, not by the Initial
++	Developer or any Contributor. You hereby agree to indemnify the
++	Initial Developer and every Contributor for any liability incurred by
++	the Initial Developer or such Contributor as a result of any such
++	terms You offer.
 + .
 + 3.7. Larger Works.
 + .
- 	You may create a Larger Work by combining Covered Code with other code 
- 	not governed by the terms of this License and distribute the Larger 
- 	Work as a single product. In such a case, You must make sure the 
++	You may create a Larger Work by combining Covered Code with other code
++	not governed by the terms of this License and distribute the Larger
++	Work as a single product. In such a case, You must make sure the
 +	requirements of this License are fulfilled for the Covered Code.
 + .
-  4. Inability to Comply Due to Statute or Regulation. 
-  .
- 	If it is impossible for You to comply with any of the terms of this 
- 	License with respect to some or all of the Covered Code due to 
- 	statute, judicial order, or regulation then You must: (a) comply with 
- 	the terms of this License to the maximum extent possible; and (b) 
- 	describe the limitations and the code they affect. Such description 
- 	must be included in the LEGAL file described in Section 3.4 and must 
- 	be included with all distributions of the Source Code. Except to the 
- 	extent prohibited by statute or regulation, such description must be 
- 	sufficiently detailed for a recipient of ordinary skill to be able to 
++ 4. Inability to Comply Due to Statute or Regulation.
++ .
++	If it is impossible for You to comply with any of the terms of this
++	License with respect to some or all of the Covered Code due to
++	statute, judicial order, or regulation then You must: (a) comply with
++	the terms of this License to the maximum extent possible; and (b)
++	describe the limitations and the code they affect. Such description
++	must be included in the LEGAL file described in Section 3.4 and must
++	be included with all distributions of the Source Code. Except to the
++	extent prohibited by statute or regulation, such description must be
++	sufficiently detailed for a recipient of ordinary skill to be able to
 +	understand it.
 + .
-  5. Application of this License. 
++ 5. Application of this License.
 + .
- 	This License applies to code to which the Initial Developer has 
++	This License applies to code to which the Initial Developer has
 +	attached the notice in Exhibit A and to related Covered Code.
 + .
-  6. Versions of the License. 
++ 6. Versions of the License.
 + .
 + 6.1. New Versions.
 + .
- 	Sun Microsystems, Inc. ("Sun") may publish revised and/or new versions 
- 	of the License from time to time. Each version will be given a 
- 	distinguishing version number. 
++	Sun Microsystems, Inc. ("Sun") may publish revised and/or new versions
++	of the License from time to time. Each version will be given a
++	distinguishing version number.
 + .
 + 6.2. Effect of New Versions.
 + .
- 	Once Covered Code has been published under a particular version of the 
- 	License, You may always continue to use it under the terms of that 
- 	version. You may also choose to use such Covered Code under the terms 
- 	of any subsequent version of the License published by Sun. No one 
- 	other than Sun has the right to modify the terms applicable to Covered 
- 	Code created under this License. 
++	Once Covered Code has been published under a particular version of the
++	License, You may always continue to use it under the terms of that
++	version. You may also choose to use such Covered Code under the terms
++	of any subsequent version of the License published by Sun. No one
++	other than Sun has the right to modify the terms applicable to Covered
++	Code created under this License.
 + .
 + 6.3. Derivative Works.
 + .
- 	If You create or use a modified version of this License (which you may 
- 	only do in order to apply it to code which is not already Covered Code 
- 	governed by this License), You must: (a) rename Your license so that 
- 	the phrases "Sun," "Sun Public License," or "SPL" or any confusingly 
- 	similar phrase do not appear in your license (except to note that your 
- 	license differs from this License) and (b) otherwise make it clear 
- 	that Your version of the license contains terms which differ from the 
- 	Sun Public License. (Filling in the name of the Initial Developer, 
- 	Original Code or Contributor in the notice described in Exhibit A 
- 	shall not of themselves be deemed to be modifications of this 
++	If You create or use a modified version of this License (which you may
++	only do in order to apply it to code which is not already Covered Code
++	governed by this License), You must: (a) rename Your license so that
++	the phrases "Sun," "Sun Public License," or "SPL" or any confusingly
++	similar phrase do not appear in your license (except to note that your
++	license differs from this License) and (b) otherwise make it clear
++	that Your version of the license contains terms which differ from the
++	Sun Public License. (Filling in the name of the Initial Developer,
++	Original Code or Contributor in the notice described in Exhibit A
++	shall not of themselves be deemed to be modifications of this
 +	License.)
 + .
-  7. DISCLAIMER OF WARRANTY. 
-  .
- 	COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'' BASIS, 
- 	WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 
- 	WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 
- 	DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 
- 	THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 
- 	IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 
- 	YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 
- 	COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 
- 	OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 
++ 7. DISCLAIMER OF WARRANTY.
++ .
++	COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'' BASIS,
++	WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
++	WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
++	DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
++	THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
++	IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
++	YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
++	COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
++	OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
 +	ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 + .
-  8. TERMINATION. 
-  .
- 	8.1. This License and the rights granted hereunder will terminate 
- 	automatically if You fail to comply with terms herein and fail to cure 
- 	such breach within 30 days of becoming aware of the breach. All 
- 	sublicenses to the Covered Code which are properly granted shall 
- 	survive any termination of this License. Provisions which, by their 
- 	nature, must remain in effect beyond the termination of this License 
- 	shall survive. 
-  .
- 	8.2. If You initiate litigation by asserting a patent infringement 
- 	claim (excluding declaratory judgment actions) against Initial Developer 
- 	or a Contributor (the Initial Developer or Contributor against whom 
- 	You file such action is referred to as "Participant")  alleging that: 
-  .
- 	(a) such Participant's Contributor Version directly or indirectly 
- 	infringes any patent, then any and all rights granted by such 
- 	Participant to You under Sections 2.1 and/or 2.2 of this License 
- 	shall, upon 60 days notice from Participant terminate prospectively, 
- 	unless if within 60 days after receipt of notice You either: (i)  
- 	agree in writing to pay Participant a mutually agreeable reasonable 
- 	royalty for Your past and future use of Modifications made by such 
- 	Participant, or (ii) withdraw Your litigation claim with respect to 
- 	the Contributor Version against such Participant.  If within 60 days 
- 	of notice, a reasonable royalty and payment arrangement are not 
- 	mutually agreed upon in writing by the parties or the litigation claim 
- 	is not withdrawn, the rights granted by Participant to You under 
- 	Sections 2.1 and/or 2.2 automatically terminate at the expiration of 
- 	the 60 day notice period specified above. 
-  .
- 	(b) any software, hardware, or device, other than such Participant's 
- 	Contributor Version, directly or indirectly infringes any patent, then 
- 	any rights granted to You by such Participant under Sections 2.1(b) 
- 	and 2.2(b) are revoked effective as of the date You first made, used, 
- 	sold, distributed, or had made, Modifications made by that 
- 	Participant. 
-  .
- 	8.3. If You assert a patent infringement claim against Participant 
- 	alleging that such Participant's Contributor Version directly or 
- 	indirectly infringes any patent where such claim is resolved (such as 
- 	by license or settlement) prior to the initiation of patent 
- 	infringement litigation, then the reasonable value of the licenses 
- 	granted by such Participant under Sections 2.1 or 2.2 shall be taken 
- 	into account in determining the amount or value of any payment or 
- 	license. 
-  .
- 	8.4. In the event of termination under Sections 8.1 or 8.2 above,  all 
- 	end user license agreements (excluding distributors and resellers) 
- 	which have been validly granted by You or any distributor hereunder 
++ 8. TERMINATION.
++ .
++	8.1. This License and the rights granted hereunder will terminate
++	automatically if You fail to comply with terms herein and fail to cure
++	such breach within 30 days of becoming aware of the breach. All
++	sublicenses to the Covered Code which are properly granted shall
++	survive any termination of this License. Provisions which, by their
++	nature, must remain in effect beyond the termination of this License
++	shall survive.
++ .
++	8.2. If You initiate litigation by asserting a patent infringement
++	claim (excluding declaratory judgment actions) against Initial Developer
++	or a Contributor (the Initial Developer or Contributor against whom
++	You file such action is referred to as "Participant")  alleging that:
++ .
++	(a) such Participant's Contributor Version directly or indirectly
++	infringes any patent, then any and all rights granted by such
++	Participant to You under Sections 2.1 and/or 2.2 of this License
++	shall, upon 60 days notice from Participant terminate prospectively,
++	unless if within 60 days after receipt of notice You either: (i)
++	agree in writing to pay Participant a mutually agreeable reasonable
++	royalty for Your past and future use of Modifications made by such
++	Participant, or (ii) withdraw Your litigation claim with respect to
++	the Contributor Version against such Participant.  If within 60 days
++	of notice, a reasonable royalty and payment arrangement are not
++	mutually agreed upon in writing by the parties or the litigation claim
++	is not withdrawn, the rights granted by Participant to You under
++	Sections 2.1 and/or 2.2 automatically terminate at the expiration of
++	the 60 day notice period specified above.
++ .
++	(b) any software, hardware, or device, other than such Participant's
++	Contributor Version, directly or indirectly infringes any patent, then
++	any rights granted to You by such Participant under Sections 2.1(b)
++	and 2.2(b) are revoked effective as of the date You first made, used,
++	sold, distributed, or had made, Modifications made by that
++	Participant.
++ .
++	8.3. If You assert a patent infringement claim against Participant
++	alleging that such Participant's Contributor Version directly or
++	indirectly infringes any patent where such claim is resolved (such as
++	by license or settlement) prior to the initiation of patent
++	infringement litigation, then the reasonable value of the licenses
++	granted by such Participant under Sections 2.1 or 2.2 shall be taken
++	into account in determining the amount or value of any payment or
++	license.
++ .
++	8.4. In the event of termination under Sections 8.1 or 8.2 above,  all
++	end user license agreements (excluding distributors and resellers)
++	which have been validly granted by You or any distributor hereunder
 +	prior to termination shall survive termination.
 + .
-  9. LIMITATION OF LIABILITY. 
-  .
- 	UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 
- 	(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 
- 	DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 
- 	OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 
- 	ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 
- 	CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 
- 	WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 
- 	COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 
- 	INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 
- 	LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 
- 	RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 
- 	PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 
- 	EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 
++ 9. LIMITATION OF LIABILITY.
++ .
++	UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
++	(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
++	DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
++	OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
++	ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
++	CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
++	WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
++	COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
++	INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
++	LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
++	RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
++	PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
++	EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
 +	THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 + .
-  10. U.S. GOVERNMENT END USERS. 
++ 10. U.S. GOVERNMENT END USERS.
 + .
- 	The Covered Code is a "commercial item," as that term is defined in 48 
- 	C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" 
- 	and "commercial computer software documentation," as such terms are 
- 	used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 
- 	12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all 
- 	U.S. Government End Users acquire Covered Code with only those rights 
++	The Covered Code is a "commercial item," as that term is defined in 48
++	C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software"
++	and "commercial computer software documentation," as such terms are
++	used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.
++	12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
++	U.S. Government End Users acquire Covered Code with only those rights
 +	set forth herein.
 + .
-  11. MISCELLANEOUS. 
-  .
- 	This License represents the complete agreement concerning subject 
- 	matter hereof. If any provision of this License is held to be 
- 	unenforceable, such provision shall be reformed only to the extent 
- 	necessary to make it enforceable. This License shall be governed by 
- 	California law provisions (except to the extent applicable law, if 
- 	any, provides otherwise), excluding its conflict-of-law provisions. 
- 	With respect to disputes in which at least one party is a citizen of, 
- 	or an entity chartered or registered to do business in the United 
- 	States of America, any litigation relating to this License shall be 
- 	subject to the jurisdiction of the Federal Courts of the Northern 
- 	District of California, with venue lying in Santa Clara County, 
- 	California, with the losing party responsible for costs, including 
- 	without limitation, court costs and reasonable attorneys' fees and 
- 	expenses. The application of the United Nations Convention on 
- 	Contracts for the International Sale of Goods is expressly excluded. 
- 	Any law or regulation which provides that the language of a contract 
- 	shall be construed against the drafter shall not apply to this 
++ 11. MISCELLANEOUS.
++ .
++	This License represents the complete agreement concerning subject
++	matter hereof. If any provision of this License is held to be
++	unenforceable, such provision shall be reformed only to the extent
++	necessary to make it enforceable. This License shall be governed by
++	California law provisions (except to the extent applicable law, if
++	any, provides otherwise), excluding its conflict-of-law provisions.
++	With respect to disputes in which at least one party is a citizen of,
++	or an entity chartered or registered to do business in the United
++	States of America, any litigation relating to this License shall be
++	subject to the jurisdiction of the Federal Courts of the Northern
++	District of California, with venue lying in Santa Clara County,
++	California, with the losing party responsible for costs, including
++	without limitation, court costs and reasonable attorneys' fees and
++	expenses. The application of the United Nations Convention on
++	Contracts for the International Sale of Goods is expressly excluded.
++	Any law or regulation which provides that the language of a contract
++	shall be construed against the drafter shall not apply to this
 +	License.
 + .
-  12. RESPONSIBILITY FOR CLAIMS. 
++ 12. RESPONSIBILITY FOR CLAIMS.
 + .
- 	As between Initial Developer and the Contributors, each party is 
- 	responsible for claims and damages arising, directly or indirectly, 
- 	out of its utilization of rights under this License and You agree to 
- 	work with Initial Developer and Contributors to distribute such 
- 	responsibility on an equitable basis. Nothing herein is intended or 
++	As between Initial Developer and the Contributors, each party is
++	responsible for claims and damages arising, directly or indirectly,
++	out of its utilization of rights under this License and You agree to
++	work with Initial Developer and Contributors to distribute such
++	responsibility on an equitable basis. Nothing herein is intended or
 +	shall be deemed to constitute any admission of liability.
 + .
-  13. MULTIPLE-LICENSED CODE. 
++ 13. MULTIPLE-LICENSED CODE.
 + .
- 	Initial Developer may designate portions of the Covered Code as 
- 	?Multiple-Licensed?. ?Multiple-Licensed? means that the Initial 
- 	Developer permits you to utilize portions of the Covered Code under 
- 	Your choice of the alternative licenses, if any, specified by the 
++	Initial Developer may designate portions of the Covered Code as
++	?Multiple-Licensed?. ?Multiple-Licensed? means that the Initial
++	Developer permits you to utilize portions of the Covered Code under
++	Your choice of the alternative licenses, if any, specified by the
 +	Initial Developer in the file described in Exhibit A.
 + .
-  Exhibit A -Sun Public License Notice. 
++ Exhibit A -Sun Public License Notice.
 + .
- 	The contents of this file are subject to the Sun Public License 
- 	Version 1.0 (the "License"); you may not use this file except in 
- 	compliance with the License. A copy of the License is available at 
++	The contents of this file are subject to the Sun Public License
++	Version 1.0 (the "License"); you may not use this file except in
++	compliance with the License. A copy of the License is available at
 +	http://www.sun.com/
 + .
- 	The Original Code is _________________. The Initial Developer of the 
- 	Original Code is ___________. Portions created by ______ are Copyright 
++	The Original Code is _________________. The Initial Developer of the
++	Original Code is ___________. Portions created by ______ are Copyright
 +	(C)_________. All Rights Reserved.
 + .
- 	Contributor(s): ______________________________________. 
++	Contributor(s): ______________________________________.
 + .
- 	Alternatively, the contents of this file may be used under the terms 
- 	of the _____ license (the  ?[___] License?), in which case the 
- 	provisions of [______] License are applicable  instead of those above.  
- 	If you wish to allow use of your version of this file only under the 
- 	terms of the [____] License and not to allow others to use your 
- 	version of this file under the SPL, indicate your decision by deleting  
- 	the provisions above and replace  them with the notice and other 
- 	provisions required by the [___] License. If you do not delete the 
- 	provisions above, a recipient may use your version of this file under 
- 	either the SPL or the [___] License." 
++	Alternatively, the contents of this file may be used under the terms
++	of the _____ license (the  ?[___] License?), in which case the
++	provisions of [______] License are applicable  instead of those above.
++	If you wish to allow use of your version of this file only under the
++	terms of the [____] License and not to allow others to use your
++	version of this file under the SPL, indicate your decision by deleting
++	the provisions above and replace  them with the notice and other
++	provisions required by the [___] License. If you do not delete the
++	provisions above, a recipient may use your version of this file under
++	either the SPL or the [___] License."
 + .
- 	[NOTE: The text of this Exhibit A may differ slightly from the text of 
- 	the notices in the Source Code files of the Original Code. You should 
- 	use the text of this Exhibit A rather than the text found in the 
- 	Original Code Source Code for Your Modifications.] 
++	[NOTE: The text of this Exhibit A may differ slightly from the text of
++	the notices in the Source Code files of the Original Code. You should
++	use the text of this Exhibit A rather than the text found in the
++	Original Code Source Code for Your Modifications.]
 +
 +
 +
 +License: MPL-1.1
 +                          MOZILLA PUBLIC LICENSE
 +                                Version 1.1
 + .
 +                              ---------------
 + .
 + 1. Definitions.
 + .
 +     1.0.1. "Commercial Use" means distribution or otherwise making the
 +     Covered Code available to a third party.
 + .
 +     1.1. "Contributor" means each entity that creates or contributes to
 +     the creation of Modifications.
 + .
 +     1.2. "Contributor Version" means the combination of the Original
 +     Code, prior Modifications used by a Contributor, and the Modifications
 +     made by that particular Contributor.
 + .
 +     1.3. "Covered Code" means the Original Code or Modifications or the
 +     combination of the Original Code and Modifications, in each case
 +     including portions thereof.
 + .
 +     1.4. "Electronic Distribution Mechanism" means a mechanism generally
 +     accepted in the software development community for the electronic
 +     transfer of data.
 + .
 +     1.5. "Executable" means Covered Code in any form other than Source
 +     Code.
 + .
 +     1.6. "Initial Developer" means the individual or entity identified
 +     as the Initial Developer in the Source Code notice required by Exhibit
 +     A.
 + .
 +     1.7. "Larger Work" means a work which combines Covered Code or
 +     portions thereof with code not governed by the terms of this License.
 + .
 +     1.8. "License" means this document.
 + .
 +     1.8.1. "Licensable" means having the right to grant, to the maximum
 +     extent possible, whether at the time of the initial grant or
 +     subsequently acquired, any and all of the rights conveyed herein.
 + .
 +     1.9. "Modifications" means any addition to or deletion from the
 +     substance or structure of either the Original Code or any previous
 +     Modifications. When Covered Code is released as a series of files, a
 +     Modification is:
 +          A. Any addition to or deletion from the contents of a file
 +          containing Original Code or previous Modifications.
 + .
 +          B. Any new file that contains any part of the Original Code or
 +          previous Modifications.
 + .
 +     1.10. "Original Code" means Source Code of computer software code
 +     which is described in the Source Code notice required by Exhibit A as
 +     Original Code, and which, at the time of its release under this
 +     License is not already Covered Code governed by this License.
 + .
 +     1.10.1. "Patent Claims" means any patent claim(s), now owned or
 +     hereafter acquired, including without limitation,  method, process,
 +     and apparatus claims, in any patent Licensable by grantor.
 + .
 +     1.11. "Source Code" means the preferred form of the Covered Code for
 +     making modifications to it, including all modules it contains, plus
 +     any associated interface definition files, scripts used to control
 +     compilation and installation of an Executable, or source code
 +     differential comparisons against either the Original Code or another
 +     well known, available Covered Code of the Contributor's choice. The
 +     Source Code can be in a compressed or archival form, provided the
 +     appropriate decompression or de-archiving software is widely available
 +     for no charge.
 + .
 +     1.12. "You" (or "Your")  means an individual or a legal entity
 +     exercising rights under, and complying with all of the terms of, this
 +     License or a future version of this License issued under Section 6.1.
 +     For legal entities, "You" includes any entity which controls, is
 +     controlled by, or is under common control with You. For purposes of
 +     this definition, "control" means (a) the power, direct or indirect,
 +     to cause the direction or management of such entity, whether by
 +     contract or otherwise, or (b) ownership of more than fifty percent
 +     (50%) of the outstanding shares or beneficial ownership of such
 +     entity.
 + .
 + 2. Source Code License.
 + .
 +     2.1. The Initial Developer Grant.
 +     The Initial Developer hereby grants You a world-wide, royalty-free,
 +     non-exclusive license, subject to third party intellectual property
 +     claims:
 +          (a)  under intellectual property rights (other than patent or
 +          trademark) Licensable by Initial Developer to use, reproduce,
 +          modify, display, perform, sublicense and distribute the Original
 +          Code (or portions thereof) with or without Modifications, and/or
 +          as part of a Larger Work; and
 + .
 +          (b) under Patents Claims infringed by the making, using or
 +          selling of Original Code, to make, have made, use, practice,
 +          sell, and offer for sale, and/or otherwise dispose of the
 +          Original Code (or portions thereof).
 + .
 +          (c) the licenses granted in this Section 2.1(a) and (b) are
 +          effective on the date Initial Developer first distributes
 +          Original Code under the terms of this License.
 + .
 +          (d) Notwithstanding Section 2.1(b) above, no patent license is
 +          granted: 1) for code that You delete from the Original Code; 2)
 +          separate from the Original Code;  or 3) for infringements caused
 +          by: i) the modification of the Original Code or ii) the
 +          combination of the Original Code with other software or devices.
 + .
 +     2.2. Contributor Grant.
 +     Subject to third party intellectual property claims, each Contributor
 +     hereby grants You a world-wide, royalty-free, non-exclusive license
 + .
 +          (a)  under intellectual property rights (other than patent or
 +          trademark) Licensable by Contributor, to use, reproduce, modify,
 +          display, perform, sublicense and distribute the Modifications
 +          created by such Contributor (or portions thereof) either on an
 +          unmodified basis, with other Modifications, as Covered Code
 +          and/or as part of a Larger Work; and
 + .
 +          (b) under Patent Claims infringed by the making, using, or
 +          selling of  Modifications made by that Contributor either alone
 +          and/or in combination with its Contributor Version (or portions
 +          of such combination), to make, use, sell, offer for sale, have
 +          made, and/or otherwise dispose of: 1) Modifications made by that
 +          Contributor (or portions thereof); and 2) the combination of
 +          Modifications made by that Contributor with its Contributor
 +          Version (or portions of such combination).
 + .
 +          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
 +          effective on the date Contributor first makes Commercial Use of
 +          the Covered Code.
 + .
 +          (d)    Notwithstanding Section 2.2(b) above, no patent license is
 +          granted: 1) for any code that Contributor has deleted from the
 +          Contributor Version; 2)  separate from the Contributor Version;
 +          3)  for infringements caused by: i) third party modifications of
 +          Contributor Version or ii)  the combination of Modifications made
 +          by that Contributor with other software  (except as part of the
 +          Contributor Version) or other devices; or 4) under Patent Claims
 +          infringed by Covered Code in the absence of Modifications made by
 +          that Contributor.
 + .
 + 3. Distribution Obligations.
 + .
 +     3.1. Application of License.
 +     The Modifications which You create or to which You contribute are
 +     governed by the terms of this License, including without limitation
 +     Section 2.2. The Source Code version of Covered Code may be
 +     distributed only under the terms of this License or a future version
 +     of this License released under Section 6.1, and You must include a
 +     copy of this License with every copy of the Source Code You
 +     distribute. You may not offer or impose any terms on any Source Code
 +     version that alters or restricts the applicable version of this
 +     License or the recipients' rights hereunder. However, You may include
 +     an additional document offering the additional rights described in
 +     Section 3.5.
 + .
 +     3.2. Availability of Source Code.
 +     Any Modification which You create or to which You contribute must be
 +     made available in Source Code form under the terms of this License
 +     either on the same media as an Executable version or via an accepted
 +     Electronic Distribution Mechanism to anyone to whom you made an
 +     Executable version available; and if made available via Electronic
 +     Distribution Mechanism, must remain available for at least twelve (12)
 +     months after the date it initially became available, or at least six
 +     (6) months after a subsequent version of that particular Modification
 +     has been made available to such recipients. You are responsible for
 +     ensuring that the Source Code version remains available even if the
 +     Electronic Distribution Mechanism is maintained by a third party.
 + .
 +     3.3. Description of Modifications.
 +     You must cause all Covered Code to which You contribute to contain a
 +     file documenting the changes You made to create that Covered Code and
 +     the date of any change. You must include a prominent statement that
 +     the Modification is derived, directly or indirectly, from Original
 +     Code provided by the Initial Developer and including the name of the
 +     Initial Developer in (a) the Source Code, and (b) in any notice in an
 +     Executable version or related documentation in which You describe the
 +     origin or ownership of the Covered Code.
 + .
 +     3.4. Intellectual Property Matters
 +          (a) Third Party Claims.
 +          If Contributor has knowledge that a license under a third party's
 +          intellectual property rights is required to exercise the rights
 +          granted by such Contributor under Sections 2.1 or 2.2,
 +          Contributor must include a text file with the Source Code
 +          distribution titled "LEGAL" which describes the claim and the
 +          party making the claim in sufficient detail that a recipient will
 +          know whom to contact. If Contributor obtains such knowledge after
 +          the Modification is made available as described in Section 3.2,
 +          Contributor shall promptly modify the LEGAL file in all copies
 +          Contributor makes available thereafter and shall take other steps
 +          (such as notifying appropriate mailing lists or newsgroups)
 +          reasonably calculated to inform those who received the Covered
 +          Code that new knowledge has been obtained.
 + .
 +          (b) Contributor APIs.
 +          If Contributor's Modifications include an application programming
 +          interface and Contributor has knowledge of patent licenses which
 +          are reasonably necessary to implement that API, Contributor must
 +          also include this information in the LEGAL file.
 + .
 +          (c) Representations.
 +          Contributor represents that, except as disclosed pursuant to
 +          Section 3.4(a) above, Contributor believes that Contributor's
 +          Modifications are Contributor's original creation(s) and/or
 +          Contributor has sufficient rights to grant the rights conveyed by
 +          this License.
 + .
 +     3.5. Required Notices.
 +     You must duplicate the notice in Exhibit A in each file of the Source
 +     Code.  If it is not possible to put such notice in a particular Source
 +     Code file due to its structure, then You must include such notice in a
 +     location (such as a relevant directory) where a user would be likely
 +     to look for such a notice.  If You created one or more Modification(s)
 +     You may add your name as a Contributor to the notice described in
 +     Exhibit A.  You must also duplicate this License in any documentation
 +     for the Source Code where You describe recipients' rights or ownership
 +     rights relating to Covered Code.  You may choose to offer, and to
 +     charge a fee for, warranty, support, indemnity or liability
 +     obligations to one or more recipients of Covered Code. However, You
 +     may do so only on Your own behalf, and not on behalf of the Initial
 +     Developer or any Contributor. You must make it absolutely clear than
 +     any such warranty, support, indemnity or liability obligation is
 +     offered by You alone, and You hereby agree to indemnify the Initial
 +     Developer and every Contributor for any liability incurred by the
 +     Initial Developer or such Contributor as a result of warranty,
 +     support, indemnity or liability terms You offer.
 + .
 +     3.6. Distribution of Executable Versions.
 +     You may distribute Covered Code in Executable form only if the
 +     requirements of Section 3.1-3.5 have been met for that Covered Code,
 +     and if You include a notice stating that the Source Code version of
 +     the Covered Code is available under the terms of this License,
 +     including a description of how and where You have fulfilled the
 +     obligations of Section 3.2. The notice must be conspicuously included
 +     in any notice in an Executable version, related documentation or
 +     collateral in which You describe recipients' rights relating to the
 +     Covered Code. You may distribute the Executable version of Covered
 +     Code or ownership rights under a license of Your choice, which may
 +     contain terms different from this License, provided that You are in
 +     compliance with the terms of this License and that the license for the
 +     Executable version does not attempt to limit or alter the recipient's
 +     rights in the Source Code version from the rights set forth in this
 +     License. If You distribute the Executable version under a different
 +     license You must make it absolutely clear that any terms which differ
 +     from this License are offered by You alone, not by the Initial
 +     Developer or any Contributor. You hereby agree to indemnify the
 +     Initial Developer and every Contributor for any liability incurred by
 +     the Initial Developer or such Contributor as a result of any such
 +     terms You offer.
 + .
 +     3.7. Larger Works.
 +     You may create a Larger Work by combining Covered Code with other code
 +     not governed by the terms of this License and distribute the Larger
 +     Work as a single product. In such a case, You must make sure the
 +     requirements of this License are fulfilled for the Covered Code.
 + .
 + 4. Inability to Comply Due to Statute or Regulation.
 + .
 +     If it is impossible for You to comply with any of the terms of this
 +     License with respect to some or all of the Covered Code due to
 +     statute, judicial order, or regulation then You must: (a) comply with
 +     the terms of this License to the maximum extent possible; and (b)
 +     describe the limitations and the code they affect. Such description
 +     must be included in the LEGAL file described in Section 3.4 and must
 +     be included with all distributions of the Source Code. Except to the
 +     extent prohibited by statute or regulation, such description must be
 +     sufficiently detailed for a recipient of ordinary skill to be able to
 +     understand it.
 + .
 + 5. Application of this License.
 +
 +     This License applies to code to which the Initial Developer has
 +     attached the notice in Exhibit A and to related Covered Code.
 + .
 + 6. Versions of the License.
 + .
 +     6.1. New Versions.
 +     Netscape Communications Corporation ("Netscape") may publish revised
 +     and/or new versions of the License from time to time. Each version
 +     will be given a distinguishing version number.
 + .
 +     6.2. Effect of New Versions.
 +     Once Covered Code has been published under a particular version of the
 +     License, You may always continue to use it under the terms of that
 +     version. You may also choose to use such Covered Code under the terms
 +     of any subsequent version of the License published by Netscape. No one
 +     other than Netscape has the right to modify the terms applicable to
 +     Covered Code created under this License.
 + .
 +     6.3. Derivative Works.
 +     If You create or use a modified version of this License (which you may
 +     only do in order to apply it to code which is not already Covered Code
 +     governed by this License), You must (a) rename Your license so that
 +     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
 +     "MPL", "NPL" or any confusingly similar phrase do not appear in your
 +     license (except to note that your license differs from this License)
 +     and (b) otherwise make it clear that Your version of the license
 +     contains terms which differ from the Mozilla Public License and
 +     Netscape Public License. (Filling in the name of the Initial
 +     Developer, Original Code or Contributor in the notice described in
 +     Exhibit A shall not of themselves be deemed to be modifications of
 +     this License.)
 + .
 + 7. DISCLAIMER OF WARRANTY.
 + .
 +     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
 +     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 +     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
 +     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
 +     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
 +     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
 +     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
 +     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
 +     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
 +     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 + .
 + 8. TERMINATION.
 + .
 +     8.1.  This License and the rights granted hereunder will terminate
 +     automatically if You fail to comply with terms herein and fail to cure
 +     such breach within 30 days of becoming aware of the breach. All
 +     sublicenses to the Covered Code which are properly granted shall
 +     survive any termination of this License. Provisions which, by their
 +     nature, must remain in effect beyond the termination of this License
 +     shall survive.
 + .
 +     8.2.  If You initiate litigation by asserting a patent infringement
 +     claim (excluding declatory judgment actions) against Initial Developer
 +     or a Contributor (the Initial Developer or Contributor against whom
 +     You file such action is referred to as "Participant")  alleging that:
 + .
 +     (a)  such Participant's Contributor Version directly or indirectly
 +     infringes any patent, then any and all rights granted by such
 +     Participant to You under Sections 2.1 and/or 2.2 of this License
 +     shall, upon 60 days notice from Participant terminate prospectively,
 +     unless if within 60 days after receipt of notice You either: (i)
 +     agree in writing to pay Participant a mutually agreeable reasonable
 +     royalty for Your past and future use of Modifications made by such
 +     Participant, or (ii) withdraw Your litigation claim with respect to
 +     the Contributor Version against such Participant.  If within 60 days
 +     of notice, a reasonable royalty and payment arrangement are not
 +     mutually agreed upon in writing by the parties or the litigation claim
 +     is not withdrawn, the rights granted by Participant to You under
 +     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
 +     the 60 day notice period specified above.
 + .
 +     (b)  any software, hardware, or device, other than such Participant's
 +     Contributor Version, directly or indirectly infringes any patent, then
 +     any rights granted to You by such Participant under Sections 2.1(b)
 +     and 2.2(b) are revoked effective as of the date You first made, used,
 +     sold, distributed, or had made, Modifications made by that
 +     Participant.
 + .
 +     8.3.  If You assert a patent infringement claim against Participant
 +     alleging that such Participant's Contributor Version directly or
 +     indirectly infringes any patent where such claim is resolved (such as
 +     by license or settlement) prior to the initiation of patent
 +     infringement litigation, then the reasonable value of the licenses
 +     granted by such Participant under Sections 2.1 or 2.2 shall be taken
 +     into account in determining the amount or value of any payment or
 +     license.
 + .
 +     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
 +     all end user license agreements (excluding distributors and resellers)
 +     which have been validly granted by You or any distributor hereunder
 +     prior to termination shall survive termination.
 + .
 + 9. LIMITATION OF LIABILITY.
 + .
 +     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
 +     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
 +     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
 +     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
 +     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
 +     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
 +     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
 +     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
 +     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
 +     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
 +     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
 +     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
 +     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
 +     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 + .
 + 10. U.S. GOVERNMENT END USERS.
 + .
 +     The Covered Code is a "commercial item," as that term is defined in
 +     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
 +     software" and "commercial computer software documentation," as such
 +     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
 +     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
 +     all U.S. Government End Users acquire Covered Code with only those
 +     rights set forth herein.
 + .
 + 11. MISCELLANEOUS.
 + .
 +     This License represents the complete agreement concerning subject
 +     matter hereof. If any provision of this License is held to be
 +     unenforceable, such provision shall be reformed only to the extent
 +     necessary to make it enforceable. This License shall be governed by
 +     California law provisions (except to the extent applicable law, if
 +     any, provides otherwise), excluding its conflict-of-law provisions.
 +     With respect to disputes in which at least one party is a citizen of,
 +     or an entity chartered or registered to do business in the United
 +     States of America, any litigation relating to this License shall be
 +     subject to the jurisdiction of the Federal Courts of the Northern
 +     District of California, with venue lying in Santa Clara County,
 +     California, with the losing party responsible for costs, including
 +     without limitation, court costs and reasonable attorneys' fees and
 +     expenses. The application of the United Nations Convention on
 +     Contracts for the International Sale of Goods is expressly excluded.
 +     Any law or regulation which provides that the language of a contract
 +     shall be construed against the drafter shall not apply to this
 +     License.
 + .
 + 12. RESPONSIBILITY FOR CLAIMS.
 + .
 +     As between Initial Developer and the Contributors, each party is
 +     responsible for claims and damages arising, directly or indirectly,
 +     out of its utilization of rights under this License and You agree to
 +     work with Initial Developer and Contributors to distribute such
 +     responsibility on an equitable basis. Nothing herein is intended or
 +     shall be deemed to constitute any admission of liability.
 + .
 + 13. MULTIPLE-LICENSED CODE.
 + .
 +     Initial Developer may designate portions of the Covered Code as
 +     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
 +     Developer permits you to utilize portions of the Covered Code under
 +     Your choice of the NPL or the alternative licenses, if any, specified
 +     by the Initial Developer in the file described in Exhibit A.
 + .
 + EXHIBIT A -Mozilla Public License.
 + .
 +     ``The contents of this file are subject to the Mozilla Public License
 +     Version 1.1 (the "License"); you may not use this file except in
 +     compliance with the License. You may obtain a copy of the License at
 +     http://www.mozilla.org/MPL/
 + .
 +     Software distributed under the License is distributed on an "AS IS"
 +     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 +     License for the specific language governing rights and limitations
 +     under the License.
 + .
 +     The Original Code is ______________________________________.
 + .
 +     The Initial Developer of the Original Code is ________________________.
 +     Portions created by ______________________ are Copyright (C) ______
 +     _______________________. All Rights Reserved.
 + .
 +     Contributor(s): ______________________________________.
 + .
 +     Alternatively, the contents of this file may be used under the terms
 +     of the _____ license (the  "[___] License"), in which case the
 +     provisions of [______] License are applicable instead of those
 +     above.  If you wish to allow use of your version of this file only
 +     under the terms of the [____] License and not to allow others to use
 +     your version of this file under the MPL, indicate your decision by
 +     deleting  the provisions above and replace  them with the notice and
 +     other provisions required by the [___] License.  If you do not delete
 +     the provisions above, a recipient may use your version of this file
 +     under either the MPL or the [___] License."
 + .
 +     [NOTE: The text of this Exhibit A may differ slightly from the text of
 +     the notices in the Source Code files of the Original Code. You should
 +     use the text of this Exhibit A rather than the text found in the
 +     Original Code Source Code for Your Modifications.]
 +
 +License: CDDL-1
 +    COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
 +    Version 1.0
 +    .
 +    1. Definitions.
 +    .
 +    1.1. "Contributor" means each individual or entity that
 +    creates or contributes to the creation of Modifications.
 +    .
 +    1.2. "Contributor Version" means the combination of the
 +    Original Software, prior Modifications used by a Contributor
 +    (if any), and the Modifications made by that particular
 +    Contributor.
 +    .
 +    1.3. "Covered Software" means (a) the Original Software, or
 +    (b) Modifications, or (c) the combination of files
 +    containing Original Software with files containing
 +    Modifications, in each case including portions thereof.
 +    .
 +    1.4. "Executable" means the Covered Software in any form
-     other than Source Code. 
++    other than Source Code.
 +    .
 +    1.5. "Initial Developer" means the individual or entity that
-     first makes Original Software available under this License. 
++    first makes Original Software available under this License.
 +    .
 +    1.6. "Larger Work" means a work which combines Covered
 +    Software or portions thereof with code not governed by the
 +    terms of this License.
 +    .
 +    1.7. "License" means this document.
 +    .
 +    1.8. "Licensable" means having the right to grant, to the
 +    maximum extent possible, whether at the time of the initial
 +    grant or subsequently acquired, any and all of the rights
 +    conveyed herein.
 +    .
 +    1.9. "Modifications" means the Source Code and Executable
 +    form of any of the following:
 +    .
 +    A. Any file that results from an addition to, deletion from
 +    or modification of the contents of a file containing
-     Original Software or previous Modifications; 
++    Original Software or previous Modifications;
 +    .
 +    B. Any new file that contains any part of the Original
-     Software or previous Modification; or 
++    Software or previous Modification; or
 +    .
 +    C. Any new file that is contributed or otherwise made
 +    available under the terms of this License.
 +    .
 +    1.10. "Original Software" means the Source Code and
 +    Executable form of computer software code that is originally
-     released under this License. 
++    released under this License.
 +    .
 +    1.11. "Patent Claims" means any patent claim(s), now owned
 +    or hereafter acquired, including without limitation, method,
 +    process, and apparatus claims, in any patent Licensable by
-     grantor. 
++    grantor.
 +    .
 +    1.12. "Source Code" means (a) the common form of computer
 +    software code in which modifications are made and (b)
 +    associated documentation included in or with such code.
 +    .
 +    1.13. "You" (or "Your") means an individual or a legal
 +    entity exercising rights under, and complying with all of
 +    the terms of, this License. For legal entities, "You"
 +    includes any entity which controls, is controlled by, or is
 +    under common control with You. For purposes of this
 +    definition, "control" means (a) the power, direct or
 +    indirect, to cause the direction or management of such
 +    entity, whether by contract or otherwise, or (b) ownership
 +    of more than fifty percent (50%) of the outstanding shares
 +    or beneficial ownership of such entity.
 +    .
-     2. License Grants. 
++    2. License Grants.
 +    .
 +    2.1. The Initial Developer Grant. Conditioned upon Your
 +    compliance with Section 3.1 below and subject to third party
 +    intellectual property claims, the Initial Developer hereby
 +    grants You a world-wide, royalty-free, non-exclusive
-     license: 
++    license:
 +    .
 +    (a) under intellectual property rights (other than patent or
 +    trademark) Licensable by Initial Developer, to use,
 +    reproduce, modify, display, perform, sublicense and
 +    distribute the Original Software (or portions thereof), with
 +    or without Modifications, and/or as part of a Larger Work;
-     and 
++    and
 +    .
 +    (b) under Patent Claims infringed by the making, using or
 +    selling of Original Software, to make, have made, use,
 +    practice, sell, and offer for sale, and/or otherwise dispose
-     of the Original Software (or portions thereof). 
++    of the Original Software (or portions thereof).
 +    .
 +    (c) The licenses granted in Sections 2.1(a) and (b) are
 +    effective on the date Initial Developer first distributes or
 +    otherwise makes the Original Software available to a third
-     party under the terms of this License. 
++    party under the terms of this License.
 +    .
 +    (d) Notwithstanding Section 2.1(b) above, no patent license
 +    is granted: (1) for code that You delete from the Original
 +    Software, or (2) for infringements caused by: (i) the
 +    modification of the Original Software, or (ii) the
 +    combination of the Original Software with other software or
-     devices. 
++    devices.
 +    .
 +    2.2. Contributor Grant. Conditioned upon Your compliance
 +    with Section 3.1 below and subject to third party
 +    intellectual property claims, each Contributor hereby grants
 +    You a world-wide, royalty-free, non-exclusive license:
 +    .
 +    (a) under intellectual property rights (other than patent or
 +    trademark) Licensable by Contributor to use, reproduce,
 +    modify, display, perform, sublicense and distribute the
 +    Modifications created by such Contributor (or portions
 +    thereof), either on an unmodified basis, with other
 +    Modifications, as Covered Software and/or as part of a
 +    Larger Work; and
 +    .
 +    (b) under Patent Claims infringed by the making, using, or
 +    selling of Modifications made by that Contributor either
 +    alone and/or in combination with its Contributor Version (or
 +    portions of such combination), to make, use, sell, offer for
 +    sale, have made, and/or otherwise dispose of: (1)
 +    Modifications made by that Contributor (or portions
 +    thereof); and (2) the combination of Modifications made by
 +    that Contributor with its Contributor Version (or portions
-     of such combination). 
++    of such combination).
 +    .
 +    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are
 +    effective on the date Contributor first distributes or
 +    otherwise makes the Modifications available to a third
-     party. 
++    party.
 +    .
 +    (d) Notwithstanding Section 2.2(b) above, no patent license
 +    is granted: (1) for any code that Contributor has deleted
 +    from the Contributor Version; (2) for infringements caused
 +    by: (i) third party modifications of Contributor Version, or
 +    (ii) the combination of Modifications made by that
 +    Contributor with other software (except as part of the
 +    Contributor Version) or other devices; or (3) under Patent
 +    Claims infringed by Covered Software in the absence of
-     Modifications made by that Contributor. 
++    Modifications made by that Contributor.
 +    .
 +    3. Distribution Obligations.
 +    .
 +    3.1. Availability of Source Code.
 +    .
 +    Any Covered Software that You distribute or otherwise make
 +    available in Executable form must also be made available in
 +    Source Code form and that Source Code form must be
 +    distributed only under the terms of this License. You must
 +    include a copy of this License with every copy of the Source
 +    Code form of the Covered Software You distribute or
 +    otherwise make available. You must inform recipients of any
 +    such Covered Software in Executable form as to how they can
 +    obtain such Covered Software in Source Code form in a
 +    reasonable manner on or through a medium customarily used
 +    for software exchange.
 +    .
 +    3.2. Modifications.
 +    .
 +    The Modifications that You create or to which You contribute
 +    are governed by the terms of this License. You represent
 +    that You believe Your Modifications are Your original
 +    creation(s) and/or You have sufficient rights to grant the
 +    rights conveyed by this License.
 +    .
 +    3.3. Required Notices.
 +    .
 +    You must include a notice in each of Your Modifications that
 +    identifies You as the Contributor of the Modification. You
 +    may not remove or alter any copyright, patent or trademark
 +    notices contained within the Covered Software, or any
 +    notices of licensing or any descriptive text giving
 +    attribution to any Contributor or the Initial Developer.
 +    .
 +    3.4. Application of Additional Terms.
 +    .
 +    You may not offer or impose any terms on any Covered
 +    Software in Source Code form that alters or restricts the
 +    applicable version of this License or the recipients' rights
 +    hereunder. You may choose to offer, and to charge a fee for,
 +    warranty, support, indemnity or liability obligations to one
 +    or more recipients of Covered Software. However, you may do
 +    so only on Your own behalf, and not on behalf of the Initial
 +    Developer or any Contributor. You must make it absolutely
 +    clear that any such warranty, support, indemnity or
 +    liability obligation is offered by You alone, and You hereby
 +    agree to indemnify the Initial Developer and every
 +    Contributor for any liability incurred by the Initial
 +    Developer or such Contributor as a result of warranty,
 +    support, indemnity or liability terms You offer.
 +    .
 +    3.5. Distribution of Executable Versions.
 +    .
 +    You may distribute the Executable form of the Covered
 +    Software under the terms of this License or under the terms
 +    of a license of Your choice, which may contain terms
 +    different from this License, provided that You are in
 +    compliance with the terms of this License and that the
 +    license for the Executable form does not attempt to limit or
 +    alter the recipient's rights in the Source Code form from
 +    the rights set forth in this License. If You distribute the
 +    Covered Software in Executable form under a different
 +    license, You must make it absolutely clear that any terms
 +    which differ from this License are offered by You alone, not
 +    by the Initial Developer or Contributor. You hereby agree to
 +    indemnify the Initial Developer and every Contributor for
 +    any liability incurred by the Initial Developer or such
 +    Contributor as a result of any such terms You offer.
 +    .
 +    3.6. Larger Works.
 +    .
 +    You may create a Larger Work by combining Covered Software
 +    with other code not governed by the terms of this License
 +    and distribute the Larger Work as a single product. In such
 +    a case, You must make sure the requirements of this License
-     are fulfilled for the Covered Software. 
++    are fulfilled for the Covered Software.
 +    .
-     4. Versions of the License. 
++    4. Versions of the License.
 +    .
 +    4.1. New Versions.
 +    .
 +    Oracle Corp. is the initial license steward and may publish
 +    revised and/or new versions of this License from time to
 +    time. Each version will be given a distinguishing version
 +    number. Except as provided in Section 4.3, no one other than
-     the license steward has the right to modify this License. 
++    the license steward has the right to modify this License.
 +    .
 +    4.2. Effect of New Versions.
 +    .
 +    You may always continue to use, distribute or otherwise make
 +    the Covered Software available under the terms of the
 +    version of the License under which You originally received
 +    the Covered Software. If the Initial Developer includes a
 +    notice in the Original Software prohibiting it from being
 +    distributed or otherwise made available under any subsequent
 +    version of the License, You must distribute and make the
 +    Covered Software available under the terms of the version of
 +    the License under which You originally received the Covered
 +    Software. Otherwise, You may also choose to use, distribute
 +    or otherwise make the Covered Software available under the
 +    terms of any subsequent version of the License published by
-     the license steward. 
++    the license steward.
 +    .
 +    4.3. Modified Versions.
 +    .
 +    When You are an Initial Developer and You want to create a
 +    new license for Your Original Software, You may create and
 +    use a modified version of this License if You: (a) rename
 +    the license and remove any references to the name of the
 +    license steward (except to note that the license differs
 +    from this License); and (b) otherwise make it clear that the
 +    license contains terms which differ from this License.
 +    .
 +    5. DISCLAIMER OF WARRANTY.
 +    .
 +    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS
 +    IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
 +    IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE
 +    COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A
 +    PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO
 +    THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
 +    YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY
 +    RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
 +    CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
 +    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY
 +    CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
 +    COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-     DISCLAIMER. 
++    DISCLAIMER.
 +    .
-     6. TERMINATION. 
++    6. TERMINATION.
 +    .
 +    6.1. This License and the rights granted hereunder will
 +    terminate automatically if You fail to comply with terms
 +    herein and fail to cure such breach within 30 days of
 +    becoming aware of the breach. Provisions which, by their
 +    nature, must remain in effect beyond the termination of this
 +    License shall survive.
 +    .
 +    6.2. If You assert a patent infringement claim (excluding
 +    declaratory judgment actions) against Initial Developer or a
 +    Contributor (the Initial Developer or Contributor against
 +    whom You assert such claim is referred to as "Participant")
 +    alleging that the Participant Software (meaning the
 +    Contributor Version where the Participant is a Contributor
 +    or the Original Software where the Participant is the
 +    Initial Developer) directly or indirectly infringes any
 +    patent, then any and all rights granted directly or
 +    indirectly to You by such Participant, the Initial Developer
 +    (if the Initial Developer is not the Participant) and all
 +    Contributors under Sections 2.1 and/or 2.2 of this License
 +    shall, upon 60 days notice from Participant terminate
 +    prospectively and automatically at the expiration of such 60
 +    day notice period, unless if within such 60 day period You
 +    withdraw Your claim with respect to the Participant Software
 +    against such Participant either unilaterally or pursuant to
 +    a written agreement with Participant.
 +    .
 +    6.3. In the event of termination under Sections 6.1 or 6.2
 +    above, all end user licenses that have been validly granted
 +    by You or any distributor hereunder prior to termination
 +    (excluding licenses granted to You by any distributor) shall
 +    survive termination.
 +    .
 +    7. LIMITATION OF LIABILITY.
 +    .
 +    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER
 +    TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL
 +    YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
 +    DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF
 +    SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
 +    SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
 +    CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
 +    PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE
 +    OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
 +    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
 +    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
 +    SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
 +    RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
 +    APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS
 +    DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
 +    CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY
 +    NOT APPLY TO YOU.
 +    .
 +    8. U.S. GOVERNMENT END USERS.
 +    .
 +    The Covered Software is a "commercial item," as that term is
 +    defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
 +    "commercial computer software" (as that term is defined at
 +    48 C.F.R. 252.227-7014(a)(1)) and "commercial computer
 +    software documentation" as such terms are used in 48 C.F.R.
 +    12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48
 +    C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
 +    Government End Users acquire Covered Software with only
 +    those rights set forth herein. This U.S. Government Rights
 +    clause is in lieu of, and supersedes, any other FAR, DFAR,
 +    or other clause or provision that addresses Government
 +    rights in computer software under this License.
 +    .
 +    9. MISCELLANEOUS.
 +    .
 +    This License represents the complete agreement concerning
 +    subject matter hereof. If any provision of this License is
 +    held to be unenforceable, such provision shall be reformed
 +    only to the extent necessary to make it enforceable. This
 +    License shall be governed by the law of the jurisdiction
 +    specified in a notice contained within the Original Software
 +    (except to the extent applicable law, if any, provides
 +    otherwise), excluding such jurisdiction's conflict-of-law
 +    provisions. Any litigation relating to this License shall be
 +    subject to the jurisdiction of the courts located in the
 +    jurisdiction and venue specified in a notice contained
 +    within the Original Software, with the losing party
 +    responsible for costs, including, without limitation, court
 +    costs and reasonable attorneys' fees and expenses. The
 +    application of the United Nations Convention on Contracts
 +    for the International Sale of Goods is expressly excluded.
 +    Any law or regulation which provides that the language of a
 +    contract shall be construed against the drafter shall not
 +    apply to this License. You agree that You alone are
 +    responsible for compliance with the United States export
 +    administration regulations (and the export control laws and
 +    regulation of any other countries) when You use, distribute
 +    or otherwise make available any Covered Software.
 +    .
 +    10. RESPONSIBILITY FOR CLAIMS.
 +    .
 +    As between Initial Developer and the Contributors, each
 +    party is responsible for claims and damages arising,
 +    directly or indirectly, out of its utilization of rights
 +    under this License and You agree to work with Initial
 +    Developer and Contributors to distribute such responsibility
 +    on an equitable basis. Nothing herein is intended or shall
 +    be deemed to constitute any admission of liability.
diff --cc debian/linked-jars
index 4234691,0000000..e04f204
mode 100644,000000..100644
--- a/debian/linked-jars
+++ b/debian/linked-jars
@@@ -1,52 -1,0 +1,70 @@@
- $JAVADIR/jemmy2.jar jemmy/external harness/modules/ext jemmy-2.3.0.0.jar
++$JAVADIR/jemmy2.jar jemmy/external harness/modules/ext jemmy-2.3.1.1.jar
 +$JAVADIR/jsearch.jar apisupport.harness/external harness/antlib jsearch-2.0_05.jar
 +$JAVADIR/bindex.jar apisupport.harness/external harness/antlib bindex-2.2.jar
++$JAVADIR/jnlp-servlet.jar apisupport.harness/external harness/jnlp jnlp-servlet.jar
 +
 +$JAVADIR/swing-layout.jar o.jdesktop.layout/external platform/modules/ext swing-layout-1.0.4.jar
 +$JAVADIR/jhall.jar javahelp/external platform/modules/ext jhall-2.0_05.jar
- $JAVADIR/jna.jar libs.jna/external platform/modules/ext jna-3.2.7.jar
- $JAVADIR/jna-platform.jar core.nativeaccess/external platform/modules/ext platform-3.2.7.jar
- $JAVADIR/org.apache.felix.framework.jar libs.felix/external platform/modules/ext felix-2.0.3.jar
- $JAVADIR/org.apache.felix.main.jar libs.felix/external platform/modules/ext felix-main-2.0.2.jar
++$JAVADIR/jna.jar libs.jna/external platform/modules/ext jna-4.1.0.jar
++$JAVADIR/jna-platform.jar libs.jna.platform/external platform/modules/ext jna-platform-4.1.0.jar
++$JAVADIR/org.apache.felix.framework.jar libs.felix/external platform/modules/ext felix-4.2.1.jar
++$JAVADIR/org.apache.felix.main.jar libs.felix/external platform/modules/ext felix-main-4.2.1.jar
 +$JAVADIR/osgi.compendium.jar libs.osgi/external platform/modules/ext osgi.cmpn-4.2.jar
- $JAVADIR/osgi.core.jar libs.osgi/external platform/modules/ext osgi.core-4.2.jar
- $JAVADIR/antlr3.jar libs.antlr3.devel/external platform/modules/ext antlr-3.1.3.jar
++$JAVADIR/osgi.core.jar libs.osgi/external platform/modules/ext osgi.core-5.0.0.jar
++$JAVADIR/antlr3.jar libs.antlr3.devel/external platform/modules/ext antlr-3.4.jar
 +$JAVADIR/stringtemplate.jar libs.antlr3.devel/external platform/modules/ext stringtemplate-3.2.jar
- $JAVADIR/junit4.jar libs.junit4/external platform/modules/ext junit-4.8.2.jar
- $JAVADIR/hamcrest-core.jar libs.junit4/external platform/modules/ext hamcrest-core.jar
++$JAVADIR/junit4.jar libs.junit4/external platform/modules/ext junit-4.10.jar
++$JAVADIR/openjfx/jre/lib/ext/jfxrt.jar libs.javafx/external platform/modules/ext jfxrt.jar
++$JAVADIR/testng.jar libs.testng/external platform/modules/ext testng-6.8.1-dist.jar
++$JAVADIR/org.eclipse.osgi.jar netbinox/external platform/modules/ext org.eclipse.osgi_3.9.1.v20140110-1610.jar
 +
- $JAVADIR/antlr3-runtime.jar libs.antlr3.runtime/external ide/modules/ext antlr-runtime-3.1.3.jar
- $JAVADIR/commons-codec.jar libs.commons_codec/external ide/modules/ext apache-commons-codec-1.3.jar
++$JAVADIR/antlr3-runtime.jar libs.antlr3.runtime/external ide/modules/ext antlr-runtime-3.4.jar
++$JAVADIR/commons-codec.jar o.apache.commons.codec/external ide/modules/ext apache-commons-codec-1.3.jar
 +$JAVADIR/bytelist.jar libs.bytelist/external ide/modules/ext bytelist-0.1.jar
- $JAVADIR/commons-logging.jar libs.commons_logging/external ide/modules/ext commons-logging-1.1.jar
- $JAVADIR/commons-net.jar libs.commons_net/external ide/modules/ext commons-net-1.4.1.jar
- $JAVADIR/flute.jar css.visual/external ide/modules/ext flute-1.3.jar
- $JAVADIR/freemarker.jar libs.freemarker/external ide/modules/ext freemarker-2.3.8.jar
++$JAVADIR/commons-logging.jar o.apache.commons.logging/external ide/modules/ext commons-logging-1.1.1.jar
++$JAVADIR/commons-net.jar libs.commons_net/external ide/modules/ext commons-net-3.3.jar
++$JAVADIR/freemarker.jar libs.freemarker/external ide/modules/ext freemarker-2.3.19.jar
 +$JAVADIR/ini4j.jar libs.ini4j/external ide/modules/ext ini4j-0.5.1.jar
- $JAVADIR/oro.jar libs.jakarta_oro/external ide/modules/ext jakarta-oro-2.0.8.jar
- $JAVADIR/jsch.jar libs.jsch/external ide/modules/ext jsch-0.1.44.jar
++$JAVADIR/jsch.jar c.jcraft.jsch/external ide/modules/ext jsch-0.1.49.jar
++$JAVADIR/jsch.agentproxy.core.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.core-0.0.7.jar
++$JAVADIR/jsch.agentproxy.sshagent.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.sshagent-0.0.7.jar
++$JAVADIR/jsch.agentproxy.jsch.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.pageant-0.0.7.jar
++$JAVADIR/jsch.agentproxy.usocket-nc.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.usocket-jna-0.0.7.jar
 +$JAVADIR/jvyamlb.jar libs.jvyamlb/external ide/modules/ext jvyamlb-0.2.3.jar
- $JAVADIR/jzlib.jar libs.jzlib/external ide/modules/ext jzlib-1.0.7.jar
- $JAVADIR/lucene-core.jar libs.lucene/external ide/modules/ext lucene-core-3.0.3.jar
++$JAVADIR/jzlib.jar c.jcraft.jzlib/external ide/modules/ext jzlib-1.0.7.jar
++$JAVADIR/lucene3-core.jar libs.lucene/external ide/modules/ext lucene-core-3.5.0.jar
 +$JAVADIR/xml-resolver-1.2.jar o.apache.xml.resolver/external ide/modules/ext resolver-1.2.jar
- $JAVADIR/sac.jar css.visual/external ide/modules/ext sac-1.3.jar
 +$JAVADIR/servlet-api-2.5.jar servletapi/external ide/modules/ext servlet-2.2.jar
- $JAVADIR/svnClientAdapter.jar libs.svnClientAdapter/external ide/modules/ext svnClientAdapter-main-1.6.13.jar
- $JAVADIR/svn-javahl.jar libs.svnClientAdapter.javahl/external ide/modules/ext svnjavahl-1.6.0.jar
- $JAVADIR/svnkit.jar libs.svnClientAdapter.svnkit/external ide/modules/ext svnkit-1.3.4.jar
- $JAVADIR/svnkit-javahl16.jar libs.svnClientAdapter.svnkit/external ide/modules/ext svnkit-javahl.jar
- $JAVADIR/swingx1.jar libs.swingx/external ide/modules/ext swingx-0.9.5.jar
- $JAVADIR/trilead-ssh2.jar libs.svnClientAdapter.svnkit/external ide/modules/ext trilead.jar
++$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter/external ide/modules/ext svnClientAdapter-main-1.10.3.jar
++$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter.javahl/external ide/modules/ext svnClientAdapter-javahl-1.10.3.jar
++$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter.svnkit/external ide/modules/ext svnClientAdapter-svnkit-1.10.3.jar
++$JAVADIR/svnkit-javahl16.jar libs.svnClientAdapter.javahl/external ide/modules/ext svnjavahl-1.8.4.jar
++$JAVADIR/svnkit-javahl16.jar libs.svnClientAdapter.svnkit/external ide/modules/ext org.tmatesoft.svnkit_1.8.4.r10218_v20140302_1242.jar
++$JAVADIR/svnkit.jar libs.svnClientAdapter.svnkit/external ide/modules/ext sqljet-1.1.10.jar
++$JAVADIR/swingx.jar libs.swingx/external ide/modules/ext swingx-all-1.6.4.jar
++$JAVADIR/trilead-ssh2.jar libs.svnClientAdapter.svnkit/external ide/modules/ext com.trilead.ssh2_1.0.0.build217_r155_v20130603_1628.jar
 +$JAVADIR/simple-validation.jar swing.validation/external ide/modules/ext ValidationAPI.jar
 +$JAVADIR/xercesImpl.jar libs.xerces/external ide/modules/ext xerces-2.8.0.jar
 +$JAVADIR/jaxp-1.4.jar libs.xerces/external ide/modules/ext jaxp-1.4.jar
- $JAVADIR/postgresql-jdbc3.jar db.drivers/external ide/modules/ext postgresql-8.3-603.jdbc3.jar
- $JAVADIR/mysql-connector-java.jar db.drivers/external ide/modules/ext mysql-connector-java-5.1.13-bin.jar
++$JAVADIR/postgresql-jdbc3.jar db.drivers/external ide/modules/ext postgresql-9.2-1002.jdbc4.jar
++$JAVADIR/mysql-connector-java.jar db.drivers/external ide/modules/ext mysql-connector-java-5.1.23-bin.jar
++$JAVADIR/json-simple.jar libs.json_simple/external ide/modules/ext json-simple-1.1.1.jar
++$JAVADIR/org.eclipse.jgit.java7.jar o.eclipse.jgit.java7/external ide/modules/ext org.eclipse.jgit.java7-3.4.1.201406201815-r.jar
++$JAVADIR/org.eclipse.jgit.jar o.eclipse.jgit/external ide/modules/ext org.eclipse.jgit-3.4.1.201406201815-r.jar
++$JAVADIR/commons-httpclient.jar o.apache.commons.httpclient/external ide/modules/ext commons-httpclient-3.1.jar
++$JAVADIR/commons-io.jar o.apache.commons.io/external ide/modules/ext commons-io-1.4.jar
++$JAVADIR/commons-lang.jar o.apache.commons.lang/external ide/modules/ext commons-lang-2.4.jar
++$JAVADIR/ws-commons-util.jar o.apache.ws.commons.util/external ide/modules/ext ws-commons-util-1.0.1.jar
++$JAVADIR/jaxb-xjc.jar libs.jaxb/external ide/modules/ext/jaxb jaxb-xjc.jar
++$JAVADIR/jaxb-impl.jar libs.jaxb/external ide/modules/ext/jaxb jaxb-impl.jar
++$JAVADIR/jaxb-api.jar xml.jaxb.api/external ide/modules/ext/jaxb/api jaxb-api.jar
 +
- $JAVADIR/bsaf.jar swingapp/external java/modules/ext appframework-1.0.3.jar
 +$JAVADIR/beansbinding.jar o.jdesktop.beansbinding/external java/modules/ext beansbinding-1.2.1.jar
++$JAVADIR/org.eclipse.persistence.jpa.modelgen.processor.jar j2ee.eclipselinkmodelgen/external java/modules/ext/eclipselink org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar
 +$JAVADIR/cglib.jar libs.cglib/external java/modules/ext cglib-2.2.jar
- $JAVADIR/javac-api.jar libs.javacapi/external java/modules/ext javac-api-nb-7.0-b07.jar
- $JAVADIR/javac-impl.jar libs.javacimpl/external java/modules/ext javac-impl-nb-7.0-b07.jar
- $JAVA_HOME/jre/lib/rt.jar swingapp/external java/modules/ext swing-worker-1.1.jar
- $JAVADIR/junit.jar junitlib/external java/modules/ext junit-3.8.2.jar
++$JAVADIR/javac-api.jar libs.javacapi/external java/modules/ext nb-javac-api.jar
++$JAVADIR/javac-impl.jar libs.javacimpl/external java/modules/ext nb-javac-impl.jar
++$JAVADIR/eclipselink.jar j2ee.eclipselink/external java/modules/ext/eclipselink eclipselink.jar
++$JAVADIR/eclipselink-jpa-2.1-spec.jar j2ee.eclipselink/external java/modules/ext/eclipselink javax.persistence_2.1.0.v201304241213.jar
++$JAVADIR/org.eclipse.persistence.jpa.jpql.jar j2ee.eclipselink/external java/modules/ext/eclipselink org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
++
diff --cc debian/netbeans.1
index c50452f,0000000..d2ea6ec
mode 100644,000000..100644
--- a/debian/netbeans.1
+++ b/debian/netbeans.1
@@@ -1,95 -1,0 +1,95 @@@
 +.\" Hey, EMACS: -*- nroff -*-
 +.\" The first parameter, NAME, should be all caps
 +.\" The second parameter, SECTION, should be 1-8, maybe with subsection
 +.\" Other parameters are allowed: see man(7), man(1)
 +.\" Please adjust this date whenever revising the manpage.
- .\" 
++.\"
 +.\" Some roff macros, for reference:
 +.\" .nh        disable hyphenation
 +.\" .hy        enable hyphenation
 +.\" .ad l      left justify
 +.\" .ad b      justify to both left and right margins
 +.\" .nf        disable filling
 +.\" .fi        enable filling
 +.\" .br        insert line break
 +.\" .sp <n>    insert n+1 empty lines
 +.\" for manpage-specific macros, see man(7)
 +.TH "NETBEANS" "1" "January  18, 2008" "" "Java IDE and More"
 +.SH "NAME"
 +NetBeans \- Java IDE
 +.SH "SYNOPSIS"
- .LP 
- .nf 
++.LP
++.nf
 +\f3
 +.fl
 +\fP\f3netbeans\fP [ \f2options\fP ] [ \f2files\fP ]
- .br 
++.br
 +
 +.fl
- .fi 
++.fi
 +
- .LP 
++.LP
 +.SH "PARAMETERS"
- .LP 
++.LP
 +
- .LP 
++.LP
 +.TP 3
- options 
- Command\-line options. 
++options
++Command\-line options.
 +.TP 3
 +files
- Files to be opened in NetBeans IDE. 
- .LP 
++Files to be opened in NetBeans IDE.
++.LP
 +.SH "DESCRIPTION"
 +.B NetBeans
 +is a cross\-platform IDE written in Java. It supports development in Java, and support for other languages can be added. The whole IDE is built around a core framework with APIs, and features are implemented in the form of plugin modules. This clean, modular architecture makes NetBeans a good platform for building development tools and custom IDEs.
 +.SH "OPTIONS"
- .LP 
++.LP
 +General options:
 +.TP 3
 +\-\-help
 +List available command line options
 +.TP 3
 +\-\-jdkhome <path>
 +Path to JDK home used to run IDE
 +.TP 3
 +\-J<jvm_option>
 +Pass <jvm_option> to JVM
 +.TP 3
 +\-\-cp:p <classpath>
 +Prepend <classpath> to classpath
 +.TP 3
 +\-\-cp:a <classpath>
 +Append <classpath> to classpath
- .LP 
++.LP
 +Core options:
 +.TP 3
 +  \-\-laf <LaF classname>
 +Use given LookAndFeel class instead of the default
 +.TP 3
 +  \-\-fontsize <size>
 +Set the base font size of the user interface, in points
 +.TP 3
 +  \-\-locale <language[:country[:variant]]>
 +Use specified locale
 +.TP 3
 +  \-\-userdir <path>
 +Use specified directory to store user settings
- .LP 
++.LP
 +Module reload options:
 +.TP 3
 +  \-\-reload /path/to/module.jar
 +Installs or reinstalls a module JAR file.
- .LP 
++.LP
 +OpenFile module options:
 +.TP 3
 +  \-\-open FILE
 +Open FILE.
 +.TP 3
 +  \-\-open FILE:LINE
 +Open FILE at line LINE (starting from 1).
 +.SH "AUTHOR"
 +NetBeans was written by the NetBeans Community <http://www.netbeans.org/>.
- .PP 
++.PP
 +This manual page was written by Marek Slama <mslama at netbeans.org>,
 +for the Debian project (but may be used by others).
diff --cc debian/netbeans.desktop
index 1ebdc08,0000000..9a5724e
mode 100644,000000..100644
--- a/debian/netbeans.desktop
+++ b/debian/netbeans.desktop
@@@ -1,10 -1,0 +1,9 @@@
 +[Desktop Entry]
- Name=NetBeans IDE 7.0.1
++Name=NetBeans IDE
 +Comment=Integrated Development Environment
- TryExec=/usr/bin/netbeans
- Exec=/usr/bin/netbeans
- Icon=/usr/share/netbeans/7.0.1/nb/netbeans.png
++Comment[de]=Integrierte Entwicklungsumgebung
++Exec=netbeans
++Icon=netbeans
 +Categories=Development;IDE;Java;
 +Terminal=false
 +Type=Application
- StartupNotify=true
diff --cc debian/netbeans.lintian-overrides
index 3231dc0,0000000..754f45d
mode 100644,000000..100644
--- a/debian/netbeans.lintian-overrides
+++ b/debian/netbeans.lintian-overrides
@@@ -1,6 -1,0 +1,6 @@@
 +# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
 +netbeans: codeless-jar
 +
- # Netbeans has it's own way to set the classpath, and it breaks things if we 
++# Netbeans has it's own way to set the classpath, and it breaks things if we
 +# set it separately.
 +netbeans: missing-classpath
diff --cc debian/orig-tar.sh
index 70b18ac,0000000..5a6d2a3
mode 100755,000000..100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@@ -1,143 -1,0 +1,146 @@@
- #!/bin/bash -e
++#!/bin/sh
++
++set -e
 +
 +VERSION=$2
 +FILE=$3
 +
 +FILENAME=`basename $FILE`
 +BASE=`basename $FILE .zip`
 +DIR=`dirname $FILE`
 +
 +if [ "x$BASE.zip" != "x$FILENAME" ]
 +then
 +# The file isn't the real file, but we can use it to find the real
 +# file and download it.
 +    SITE="http://dlc.sun.com.edgesuite.net/netbeans/$VERSION/final/zip/"
-     DL_FILE=`perl -ne 'if(/HREF="(netbeans-[0-9.]+-\d+-src.zip)"/) {print $1."\n" }' $FILE`
++    DL_FILE=`perl -ne 'if(/HREF="(netbeans-[0-9.]+-\d+-src.zip)"/) {print $1."\n" }' $FILE | tail -n 1`
 +    rm -f $FILE
 +    FILE="$DIR/$DL_FILE"
 +
-     if [ ! -e $FILE ] 
++    if [ ! -e $FILE ]
 +    then
- 	echo "Downloading real file $DL_FILE from $SITE"
- 	wget -O "$FILE" "$SITE/$DL_FILE"
++    echo "Downloading real file $DL_FILE from $SITE"
++    wget -O "$FILE" "$SITE/$DL_FILE"
 +    fi
 +
 +fi
 +
- TAR=../netbeans_$VERSION+dfsg1.orig.tar.gz
++TAR=../netbeans_$VERSION+dfsg1.orig.tar.xz
 +# Resolve symbolic links
 +FILE=`readlink -f $FILE`
 +BASE="netbeans-$VERSION"
 +
 +echo "Extracting zip file..."
 +mkdir $BASE
 +unzip -q -d $BASE $FILE
 +
 +echo "Cleaning source code..."
 +
 +# Remove jar files - we'll use debian packaged jars from
 +# /usr/share/java
- find $BASE/ -name "*.jar" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.jar" -type f -delete
 +
 +# Remove windows executables and libraries - we'll try and build those
 +# which we need.
- find $BASE/ \( -name "*.exe" -o -name "*.dll" -o -name "*.res" \) -execdir rm \{\} \;
++find $BASE/ \( -name "*.exe" -o -name "*.dll" -o -name "*.res" \) -delete
 +
 +# Remove Visual Studio files
- find $BASE/ \( -name "*.sln" -o -name "*.suo" -o -name "*.ncb" -o -name "*.idb" \) -execdir rm \{\} \;
++find $BASE/ \( -name "*.sln" -o -name "*.suo" -o -name "*.ncb" -o -name "*.idb" \) -delete
 +
 +# Remove Mac specific files. We can't regenerate these.
- find $BASE/ \( -name "*.dylib" -o -name "*.dmg" -o -name "objects.nib" \) -execdir rm \{\} \;
++find $BASE/ \( -name "*.dylib" -o -name "*.dmg" -o -name "objects.nib" \) -delete
 +
 +# Remove shared library (.so) files. Hopefully we don't need them
- find $BASE/ -name "*.so" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.so" -type f -delete
 +
 +# remove unzipsfx binaries
- find $BASE/ -name "unzipsfx" -type f -execdir rm \{\} \;
++find $BASE/ -name "unzipsfx" -type f -delete
 +
 +# Remove files containing serialized java objects (maybe we can
 +# re-create these if we need)
- find $BASE/ -name "*.ser" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.ser" -type f -delete
 +
 +# Remove class files
- find $BASE/ -name "*.class" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.class" -type f -delete
 +
 +# Remove some files where it's not clear how they were generated, and
 +# which we (hopefully) don't need
- find $BASE/ -name "url.url" -type f -execdir rm \{\} \;
- find $BASE/ -name "unrecognized" -type f -execdir rm \{\} \;
++find $BASE/ -name "url.url" -type f -delete
++find $BASE/ -name "unrecognized" -type f -delete
 +
 +# Remove all the .nbm files. They are only used in unit testing, and
 +# we'd ideally need to generate them as part of the build.
- find $BASE/ -name "*.nbm" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.nbm" -type f -delete
 +
 +# Remove object files
- find $BASE/ -name "*.o" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.o" -type f -delete
 +
 +# Remove .data files
- find $BASE/ -name "*.data" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.data" -type f -delete
 +
 +# Remove data files
- find $BASE/ -name "data" -type f -execdir rm \{\} \;
++find $BASE/ -name "data" -type f -delete
 +
 +# Remove .bin files
- find $BASE/ -name "*.bin" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.bin" -type f -delete
 +
 +# Remove .cfs files
- find $BASE/ -name "*.cfs" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.cfs" -type f -delete
 +
 +# Remove .gen files
- find $BASE/ -name "*.gen" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.gen" -type f -delete
 +
 +# Remove .gen files
- find $BASE/ -name "segments_2" -type f -execdir rm \{\} \;
++find $BASE/ -name "segments_2" -type f -delete
 +
 +# Remove some ELF binaries
 +rm -rf $BASE/dlight.tools/release/tools/*
 +
- find $BASE/cnd.gizmo/test/unit/data/org/netbeans/modules/cnd/gizmo/addr2line/ -not -name "*.bash" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.sl" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.jnilib" -type f -execdir rm \{\} \;
- find $BASE/dlight.nativeexecution/release/bin/nativeexecution/ -not -name "*.sh" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.sl" -type f -delete
++find $BASE/ -name "*.jnilib" -type f -delete
 +
 +rm -f $BASE/cnd.dwarfdiscovery/test/unit/data/org/netbeans/modules/cnd/dwarfdiscovery/provider/*
 +
 +# Remove framemaker files and the pdf they build, since we can't edit them
 +# with software in Debian.
 +rm -f $BASE/usersguide/tutorials/j2ee-tut/fm/*
 +
 +# remove .gz files. We could re-create at least some if we need, but they're only
 +# used in unit tests.
- find $BASE/ -name "*.gz" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.gz" -type f -delete
 +
 +# Remove .warContent files since they are binary files we can't build.
- find $BASE/ -name "*.warContent" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.warContent" -type f -delete
 +
 +# Remove .jts media files as we don't appear to have a codec for them
- find $BASE/ -name "*.jts" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.jts" -type f -delete
 +
 +# Remove .pdf media files. We can recreate the ones in ide.branding
- find $BASE/ -name "*.pdf" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.pdf" -type f -delete
 +
 +# Remove binary .out files.
- find $BASE/ -name "*.out" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.out" -type f -delete
++
++# Remove minified Javascript files.
++find $BASE/ -name "*min.js" -type f -delete
 +
 +# Remove zip files. We'll have to reproduce some.
- find $BASE/ -name "*.zip" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.cap" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.eap" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.war" -type f -execdir rm \{\} \;
- find $BASE/ -name "*.ear" -type f -execdir rm \{\} \;
++find $BASE/ -name "*.zip" -type f -delete
++find $BASE/ -name "*.cap" -type f -delete
++find $BASE/ -name "*.eap" -type f -delete
++find $BASE/ -name "*.war" -type f -delete
++find $BASE/ -name "*.ear" -type f -delete
 +
 +
 +# Remove bits of a version control repository
 +rm -rf $BASE/versioning.util/test/unit/data/
 +
 +
- # Make our ".orig.tar.gz"
- tar -czf $TAR $BASE
++# Make our ".orig.tar.xz"
++tar caf $TAR $BASE
 +
 +# Remove our unpack directory
 +rm -rf $BASE
 +
 +echo "Done."
diff --cc debian/patches/Css3Parser-antlr.patch
index 0000000,0000000..ad8b980
new file mode 100644
--- /dev/null
+++ b/debian/patches/Css3Parser-antlr.patch
@@@ -1,0 -1,0 +1,3691 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 13:24:13 +0200
++Subject: Css3Parser antlr
++
++---
++ .../org/netbeans/modules/css/lib/Css3Parser.java   | 818 ++++++++++-----------
++ 1 file changed, 409 insertions(+), 409 deletions(-)
++
++diff --git a/css.lib/src/org/netbeans/modules/css/lib/Css3Parser.java b/css.lib/src/org/netbeans/modules/css/lib/Css3Parser.java
++index e232e2c..d9c957b 100644
++--- a/css.lib/src/org/netbeans/modules/css/lib/Css3Parser.java
+++++ b/css.lib/src/org/netbeans/modules/css/lib/Css3Parser.java
++@@ -502,7 +502,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:323:6: ( ws )?
++             int alt1=2;
++             try { dbg.enterSubRule(1);
++-            try { dbg.enterDecision(1, decisionCanBacktrack[1]);
+++            try { dbg.enterDecision(1);
++ 
++             int LA1_0 = input.LA(1);
++ 
++@@ -534,7 +534,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:324:6: ( charSet ( ws )? )?
++             int alt3=2;
++             try { dbg.enterSubRule(3);
++-            try { dbg.enterDecision(3, decisionCanBacktrack[3]);
+++            try { dbg.enterDecision(3);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -562,7 +562,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:324:16: ( ws )?
++                     int alt2=2;
++                     try { dbg.enterSubRule(2);
++-                    try { dbg.enterDecision(2, decisionCanBacktrack[2]);
+++                    try { dbg.enterDecision(2);
++ 
++                     int LA2_0 = input.LA(1);
++ 
++@@ -601,7 +601,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:325:9: ( imports )?
++             int alt4=2;
++             try { dbg.enterSubRule(4);
++-            try { dbg.enterDecision(4, decisionCanBacktrack[4]);
+++            try { dbg.enterDecision(4);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -636,7 +636,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:326:9: ( namespaces )?
++             int alt5=2;
++             try { dbg.enterSubRule(5);
++-            try { dbg.enterDecision(5, decisionCanBacktrack[5]);
+++            try { dbg.enterDecision(5);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -671,7 +671,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:327:9: ( body )?
++             int alt6=2;
++             try { dbg.enterSubRule(6);
++-            try { dbg.enterDecision(6, decisionCanBacktrack[6]);
+++            try { dbg.enterDecision(6);
++ 
++             int LA6_0 = input.LA(1);
++ 
++@@ -747,7 +747,7 @@ public class Css3Parser extends DebugParser {
++             loop8:
++             do {
++                 int alt8=2;
++-                try { dbg.enterDecision(8, decisionCanBacktrack[8]);
+++                try { dbg.enterDecision(8);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -775,7 +775,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:333:14: ( ws )?
++             	    int alt7=2;
++             	    try { dbg.enterSubRule(7);
++-            	    try { dbg.enterDecision(7, decisionCanBacktrack[7]);
+++            	    try { dbg.enterDecision(7);
++ 
++             	    int LA7_0 = input.LA(1);
++ 
++@@ -864,7 +864,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:337:19: ( ws )?
++             int alt9=2;
++             try { dbg.enterSubRule(9);
++-            try { dbg.enterDecision(9, decisionCanBacktrack[9]);
+++            try { dbg.enterDecision(9);
++ 
++             int LA9_0 = input.LA(1);
++ 
++@@ -896,7 +896,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:337:23: ( namespacePrefixName ( ws )? )?
++             int alt11=2;
++             try { dbg.enterSubRule(11);
++-            try { dbg.enterDecision(11, decisionCanBacktrack[11]);
+++            try { dbg.enterDecision(11);
++ 
++             int LA11_0 = input.LA(1);
++ 
++@@ -921,7 +921,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:337:44: ( ws )?
++                     int alt10=2;
++                     try { dbg.enterSubRule(10);
++-                    try { dbg.enterDecision(10, decisionCanBacktrack[10]);
+++                    try { dbg.enterDecision(10);
++ 
++                     int LA10_0 = input.LA(1);
++ 
++@@ -966,7 +966,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:337:69: ( ws )?
++             int alt12=2;
++             try { dbg.enterSubRule(12);
++-            try { dbg.enterDecision(12, decisionCanBacktrack[12]);
+++            try { dbg.enterDecision(12);
++ 
++             int LA12_0 = input.LA(1);
++ 
++@@ -1130,7 +1130,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:349:21: ( ws )?
++             int alt13=2;
++             try { dbg.enterSubRule(13);
++-            try { dbg.enterDecision(13, decisionCanBacktrack[13]);
+++            try { dbg.enterDecision(13);
++ 
++             int LA13_0 = input.LA(1);
++ 
++@@ -1168,7 +1168,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:349:38: ( ws )?
++             int alt14=2;
++             try { dbg.enterSubRule(14);
++-            try { dbg.enterDecision(14, decisionCanBacktrack[14]);
+++            try { dbg.enterDecision(14);
++ 
++             int LA14_0 = input.LA(1);
++ 
++@@ -1284,7 +1284,7 @@ public class Css3Parser extends DebugParser {
++             loop17:
++             do {
++                 int alt17=2;
++-                try { dbg.enterDecision(17, decisionCanBacktrack[17]);
+++                try { dbg.enterDecision(17);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -1312,7 +1312,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:358:15: ( ws )?
++             	    int alt15=2;
++             	    try { dbg.enterSubRule(15);
++-            	    try { dbg.enterDecision(15, decisionCanBacktrack[15]);
+++            	    try { dbg.enterDecision(15);
++ 
++             	    int LA15_0 = input.LA(1);
++ 
++@@ -1346,7 +1346,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:358:24: ( ws )?
++             	    int alt16=2;
++             	    try { dbg.enterSubRule(16);
++-            	    try { dbg.enterDecision(16, decisionCanBacktrack[16]);
+++            	    try { dbg.enterDecision(16);
++ 
++             	    int LA16_0 = input.LA(1);
++ 
++@@ -1426,7 +1426,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:362:5: ( IMPORT_SYM ( ws )? resourceIdentifier ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )? | {...}? IMPORT_SYM ( ws )? resourceIdentifier ( ( ws )? COMMA ( ws )? resourceIdentifier )* ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )? | {...}? IMPORT_SYM ( ws )? ( LPAREN LESS_IMPORT_TYPE RPAREN ( ws )? )? resourceIdentifier ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )? )
++             int alt32=3;
++-            try { dbg.enterDecision(32, decisionCanBacktrack[32]);
+++            try { dbg.enterDecision(32);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -1450,7 +1450,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:363:20: ( ws )?
++                     int alt18=2;
++                     try { dbg.enterSubRule(18);
++-                    try { dbg.enterDecision(18, decisionCanBacktrack[18]);
+++                    try { dbg.enterDecision(18);
++ 
++                     int LA18_0 = input.LA(1);
++ 
++@@ -1488,7 +1488,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:363:43: ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )?
++                     int alt20=2;
++                     try { dbg.enterSubRule(20);
++-                    try { dbg.enterDecision(20, decisionCanBacktrack[20]);
+++                    try { dbg.enterDecision(20);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -1510,7 +1510,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:363:66: ( ws )?
++                             int alt19=2;
++                             try { dbg.enterSubRule(19);
++-                            try { dbg.enterDecision(19, decisionCanBacktrack[19]);
+++                            try { dbg.enterDecision(19);
++ 
++                             int LA19_0 = input.LA(1);
++ 
++@@ -1570,7 +1570,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:38: ( ws )?
++                     int alt21=2;
++                     try { dbg.enterSubRule(21);
++-                    try { dbg.enterDecision(21, decisionCanBacktrack[21]);
+++                    try { dbg.enterDecision(21);
++ 
++                     int LA21_0 = input.LA(1);
++ 
++@@ -1611,7 +1611,7 @@ public class Css3Parser extends DebugParser {
++                     loop24:
++                     do {
++                         int alt24=2;
++-                        try { dbg.enterDecision(24, decisionCanBacktrack[24]);
+++                        try { dbg.enterDecision(24);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -1633,7 +1633,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:62: ( ws )?
++                     	    int alt22=2;
++                     	    try { dbg.enterSubRule(22);
++-                    	    try { dbg.enterDecision(22, decisionCanBacktrack[22]);
+++                    	    try { dbg.enterDecision(22);
++ 
++                     	    int LA22_0 = input.LA(1);
++ 
++@@ -1667,7 +1667,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:72: ( ws )?
++                     	    int alt23=2;
++                     	    try { dbg.enterSubRule(23);
++-                    	    try { dbg.enterDecision(23, decisionCanBacktrack[23]);
+++                    	    try { dbg.enterDecision(23);
++ 
++                     	    int LA23_0 = input.LA(1);
++ 
++@@ -1715,7 +1715,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:97: ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )?
++                     int alt26=2;
++                     try { dbg.enterSubRule(26);
++-                    try { dbg.enterDecision(26, decisionCanBacktrack[26]);
+++                    try { dbg.enterDecision(26);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -1737,7 +1737,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:120: ( ws )?
++                             int alt25=2;
++                             try { dbg.enterSubRule(25);
++-                            try { dbg.enterDecision(25, decisionCanBacktrack[25]);
+++                            try { dbg.enterDecision(25);
++ 
++                             int LA25_0 = input.LA(1);
++ 
++@@ -1797,7 +1797,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:38: ( ws )?
++                     int alt27=2;
++                     try { dbg.enterSubRule(27);
++-                    try { dbg.enterDecision(27, decisionCanBacktrack[27]);
+++                    try { dbg.enterDecision(27);
++ 
++                     int LA27_0 = input.LA(1);
++ 
++@@ -1829,7 +1829,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:42: ( LPAREN LESS_IMPORT_TYPE RPAREN ( ws )? )?
++                     int alt29=2;
++                     try { dbg.enterSubRule(29);
++-                    try { dbg.enterDecision(29, decisionCanBacktrack[29]);
+++                    try { dbg.enterDecision(29);
++ 
++                     int LA29_0 = input.LA(1);
++ 
++@@ -1854,7 +1854,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:74: ( ws )?
++                             int alt28=2;
++                             try { dbg.enterSubRule(28);
++-                            try { dbg.enterDecision(28, decisionCanBacktrack[28]);
+++                            try { dbg.enterDecision(28);
++ 
++                             int LA28_0 = input.LA(1);
++ 
++@@ -1899,7 +1899,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:99: ( ( ( ws )? mediaQueryList )=> ( ws )? mediaQueryList )?
++                     int alt31=2;
++                     try { dbg.enterSubRule(31);
++-                    try { dbg.enterDecision(31, decisionCanBacktrack[31]);
+++                    try { dbg.enterDecision(31);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -1921,7 +1921,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:122: ( ws )?
++                             int alt30=2;
++                             try { dbg.enterSubRule(30);
++-                            try { dbg.enterDecision(30, decisionCanBacktrack[30]);
+++                            try { dbg.enterDecision(30);
++ 
++                             int LA30_0 = input.LA(1);
++ 
++@@ -2008,7 +2008,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:371:17: ( ws )?
++             int alt33=2;
++             try { dbg.enterSubRule(33);
++-            try { dbg.enterDecision(33, decisionCanBacktrack[33]);
+++            try { dbg.enterDecision(33);
++ 
++             int LA33_0 = input.LA(1);
++ 
++@@ -2055,7 +2055,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:374:7: ( ws )?
++             int alt34=2;
++             try { dbg.enterSubRule(34);
++-            try { dbg.enterDecision(34, decisionCanBacktrack[34]);
+++            try { dbg.enterDecision(34);
++ 
++             int LA34_0 = input.LA(1);
++ 
++@@ -2089,7 +2089,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:375:12: ( ws )?
++             int alt35=2;
++             try { dbg.enterSubRule(35);
++-            try { dbg.enterDecision(35, decisionCanBacktrack[35]);
+++            try { dbg.enterDecision(35);
++ 
++             int LA35_0 = input.LA(1);
++ 
++@@ -2127,7 +2127,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:376:9: ( mediaBody )?
++             int alt36=2;
++             try { dbg.enterSubRule(36);
++-            try { dbg.enterDecision(36, decisionCanBacktrack[36]);
+++            try { dbg.enterDecision(36);
++ 
++             int LA36_0 = input.LA(1);
++ 
++@@ -2203,7 +2203,7 @@ public class Css3Parser extends DebugParser {
++             loop41:
++             do {
++                 int alt41=3;
++-                try { dbg.enterDecision(41, decisionCanBacktrack[41]);
+++                try { dbg.enterDecision(41);
++ 
++                 int LA41_0 = input.LA(1);
++ 
++@@ -2239,7 +2239,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:383:26: ( ( ( ws )? SEMI )=> ( ws )? SEMI )?
++             	    int alt38=2;
++             	    try { dbg.enterSubRule(38);
++-            	    try { dbg.enterDecision(38, decisionCanBacktrack[38]);
+++            	    try { dbg.enterDecision(38);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -2261,7 +2261,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:383:39: ( ws )?
++             	            int alt37=2;
++             	            try { dbg.enterSubRule(37);
++-            	            try { dbg.enterDecision(37, decisionCanBacktrack[37]);
+++            	            try { dbg.enterDecision(37);
++ 
++             	            int LA37_0 = input.LA(1);
++ 
++@@ -2302,7 +2302,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:383:50: ( ws )?
++             	    int alt39=2;
++             	    try { dbg.enterSubRule(39);
++-            	    try { dbg.enterDecision(39, decisionCanBacktrack[39]);
+++            	    try { dbg.enterDecision(39);
++ 
++             	    int LA39_0 = input.LA(1);
++ 
++@@ -2353,7 +2353,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:385:17: ( ws )?
++             	    int alt40=2;
++             	    try { dbg.enterSubRule(40);
++-            	    try { dbg.enterDecision(40, decisionCanBacktrack[40]);
+++            	    try { dbg.enterDecision(40);
++ 
++             	    int LA40_0 = input.LA(1);
++ 
++@@ -2436,7 +2436,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:390:5: ( ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | SEMI ) )* LBRACE ) )=> cp_mixin_declaration | ( cp_mixin_call ( ( ws )? IMPORTANT_SYM )? ( ws )? SEMI )=>{...}? cp_mixin_call ( ( ws )? IMPORTANT_SYM )? | ( cp_mixin_call )=>{...}? cp_mixin_call ( ( ws )? IMPORTANT_SYM )? | ( (~ ( LBRACE | SEMI | RBRACE | COLON ) )+ COLON (~ ( SEMI | LBRACE | RBRACE ) )+ SEMI )=> [...]
++             int alt46=15;
++-            try { dbg.enterDecision(46, decisionCanBacktrack[46]);
+++            try { dbg.enterDecision(46);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -2483,7 +2483,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:393:87: ( ( ws )? IMPORTANT_SYM )?
++                     int alt43=2;
++                     try { dbg.enterSubRule(43);
++-                    try { dbg.enterDecision(43, decisionCanBacktrack[43]);
+++                    try { dbg.enterDecision(43);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -2505,7 +2505,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:393:88: ( ws )?
++                             int alt42=2;
++                             try { dbg.enterSubRule(42);
++-                            try { dbg.enterDecision(42, decisionCanBacktrack[42]);
+++                            try { dbg.enterDecision(42);
++ 
++                             int LA42_0 = input.LA(1);
++ 
++@@ -2565,7 +2565,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:394:57: ( ( ws )? IMPORTANT_SYM )?
++                     int alt45=2;
++                     try { dbg.enterSubRule(45);
++-                    try { dbg.enterDecision(45, decisionCanBacktrack[45]);
+++                    try { dbg.enterDecision(45);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -2587,7 +2587,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:394:58: ( ws )?
++                             int alt44=2;
++                             try { dbg.enterSubRule(44);
++-                            try { dbg.enterDecision(44, decisionCanBacktrack[44]);
+++                            try { dbg.enterDecision(44);
++ 
++                             int LA44_0 = input.LA(1);
++ 
++@@ -2870,7 +2870,7 @@ public class Css3Parser extends DebugParser {
++             loop49:
++             do {
++                 int alt49=2;
++-                try { dbg.enterDecision(49, decisionCanBacktrack[49]);
+++                try { dbg.enterDecision(49);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -2892,7 +2892,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:411:31: ( ws )?
++             	    int alt47=2;
++             	    try { dbg.enterSubRule(47);
++-            	    try { dbg.enterDecision(47, decisionCanBacktrack[47]);
+++            	    try { dbg.enterDecision(47);
++ 
++             	    int LA47_0 = input.LA(1);
++ 
++@@ -2926,7 +2926,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:411:41: ( ws )?
++             	    int alt48=2;
++             	    try { dbg.enterSubRule(48);
++-            	    try { dbg.enterDecision(48, decisionCanBacktrack[48]);
+++            	    try { dbg.enterDecision(48);
++ 
++             	    int LA48_0 = input.LA(1);
++ 
++@@ -3005,7 +3005,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:415:2: ( ( mediaQueryOperator ( ws )? )? mediaType ( ( ws )? AND ( ws )? mediaExpression )* | mediaExpression ( ( ws )? AND ( ws )? mediaExpression )* | {...}? cp_variable )
++             int alt58=3;
++-            try { dbg.enterDecision(58, decisionCanBacktrack[58]);
+++            try { dbg.enterDecision(58);
++ 
++             switch ( input.LA(1) ) {
++             case IDENT:
++@@ -3088,7 +3088,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:416:5: ( mediaQueryOperator ( ws )? )?
++                     int alt51=2;
++                     try { dbg.enterSubRule(51);
++-                    try { dbg.enterDecision(51, decisionCanBacktrack[51]);
+++                    try { dbg.enterDecision(51);
++ 
++                     int LA51_0 = input.LA(1);
++ 
++@@ -3113,7 +3113,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:416:25: ( ws )?
++                             int alt50=2;
++                             try { dbg.enterSubRule(50);
++-                            try { dbg.enterDecision(50, decisionCanBacktrack[50]);
+++                            try { dbg.enterDecision(50);
++ 
++                             int LA50_0 = input.LA(1);
++ 
++@@ -3161,7 +3161,7 @@ public class Css3Parser extends DebugParser {
++                     loop54:
++                     do {
++                         int alt54=2;
++-                        try { dbg.enterDecision(54, decisionCanBacktrack[54]);
+++                        try { dbg.enterDecision(54);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -3183,7 +3183,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:416:45: ( ws )?
++                     	    int alt52=2;
++                     	    try { dbg.enterSubRule(52);
++-                    	    try { dbg.enterDecision(52, decisionCanBacktrack[52]);
+++                    	    try { dbg.enterDecision(52);
++ 
++                     	    int LA52_0 = input.LA(1);
++ 
++@@ -3217,7 +3217,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:416:53: ( ws )?
++                     	    int alt53=2;
++                     	    try { dbg.enterSubRule(53);
++-                    	    try { dbg.enterDecision(53, decisionCanBacktrack[53]);
+++                    	    try { dbg.enterDecision(53);
++ 
++                     	    int LA53_0 = input.LA(1);
++ 
++@@ -3282,7 +3282,7 @@ public class Css3Parser extends DebugParser {
++                     loop57:
++                     do {
++                         int alt57=2;
++-                        try { dbg.enterDecision(57, decisionCanBacktrack[57]);
+++                        try { dbg.enterDecision(57);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -3304,7 +3304,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:417:25: ( ws )?
++                     	    int alt55=2;
++                     	    try { dbg.enterSubRule(55);
++-                    	    try { dbg.enterDecision(55, decisionCanBacktrack[55]);
+++                    	    try { dbg.enterDecision(55);
++ 
++                     	    int LA55_0 = input.LA(1);
++ 
++@@ -3338,7 +3338,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:417:33: ( ws )?
++                     	    int alt56=2;
++                     	    try { dbg.enterSubRule(56);
++-                    	    try { dbg.enterDecision(56, decisionCanBacktrack[56]);
+++                    	    try { dbg.enterDecision(56);
++ 
++                     	    int LA56_0 = input.LA(1);
++ 
++@@ -3488,7 +3488,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:426:2: ( IDENT | GEN | {...}? sass_interpolation_expression_var )
++             int alt59=3;
++-            try { dbg.enterDecision(59, decisionCanBacktrack[59]);
+++            try { dbg.enterDecision(59);
++ 
++             switch ( input.LA(1) ) {
++             case IDENT:
++@@ -3600,7 +3600,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:431:12: ( ws )?
++             int alt60=2;
++             try { dbg.enterSubRule(60);
++-            try { dbg.enterDecision(60, decisionCanBacktrack[60]);
+++            try { dbg.enterDecision(60);
++ 
++             int LA60_0 = input.LA(1);
++ 
++@@ -3638,7 +3638,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:431:29: ( mediaFeatureValue )?
++             int alt61=2;
++             try { dbg.enterSubRule(61);
++-            try { dbg.enterDecision(61, decisionCanBacktrack[61]);
+++            try { dbg.enterDecision(61);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -3673,7 +3673,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:431:48: ( ws )?
++             int alt62=2;
++             try { dbg.enterSubRule(62);
++-            try { dbg.enterDecision(62, decisionCanBacktrack[62]);
+++            try { dbg.enterDecision(62);
++ 
++             int LA62_0 = input.LA(1);
++ 
++@@ -3745,7 +3745,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:436:5: ( ws )?
++             int alt63=2;
++             try { dbg.enterSubRule(63);
++-            try { dbg.enterDecision(63, decisionCanBacktrack[63]);
+++            try { dbg.enterDecision(63);
++ 
++             int LA63_0 = input.LA(1);
++ 
++@@ -3779,7 +3779,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:436:15: ( ws )?
++             int alt64=2;
++             try { dbg.enterSubRule(64);
++-            try { dbg.enterDecision(64, decisionCanBacktrack[64]);
+++            try { dbg.enterDecision(64);
++ 
++             int LA64_0 = input.LA(1);
++ 
++@@ -3811,7 +3811,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:437:5: ({...}? cp_expression | expression )
++             int alt65=2;
++             try { dbg.enterSubRule(65);
++-            try { dbg.enterDecision(65, decisionCanBacktrack[65]);
+++            try { dbg.enterDecision(65);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -3896,7 +3896,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:445:2: ( IDENT | GEN | {...}? ( cp_variable | sass_interpolation_expression_var ) )
++             int alt67=3;
++-            try { dbg.enterDecision(67, decisionCanBacktrack[67]);
+++            try { dbg.enterDecision(67);
++ 
++             switch ( input.LA(1) ) {
++             case IDENT:
++@@ -4001,7 +4001,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:445:47: ( cp_variable | sass_interpolation_expression_var )
++                     int alt66=2;
++                     try { dbg.enterSubRule(66);
++-                    try { dbg.enterDecision(66, decisionCanBacktrack[66]);
+++                    try { dbg.enterDecision(66);
++ 
++                     int LA66_0 = input.LA(1);
++ 
++@@ -4102,7 +4102,7 @@ public class Css3Parser extends DebugParser {
++             loop72:
++             do {
++                 int alt72=3;
++-                try { dbg.enterDecision(72, decisionCanBacktrack[72]);
+++                try { dbg.enterDecision(72);
++ 
++                 int LA72_0 = input.LA(1);
++ 
++@@ -4138,7 +4138,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:451:21: ( ( ( ws )? SEMI )=> ( ws )? SEMI )?
++             	    int alt69=2;
++             	    try { dbg.enterSubRule(69);
++-            	    try { dbg.enterDecision(69, decisionCanBacktrack[69]);
+++            	    try { dbg.enterDecision(69);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -4160,7 +4160,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:451:34: ( ws )?
++             	            int alt68=2;
++             	            try { dbg.enterSubRule(68);
++-            	            try { dbg.enterDecision(68, decisionCanBacktrack[68]);
+++            	            try { dbg.enterDecision(68);
++ 
++             	            int LA68_0 = input.LA(1);
++ 
++@@ -4201,7 +4201,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:451:45: ( ws )?
++             	    int alt70=2;
++             	    try { dbg.enterSubRule(70);
++-            	    try { dbg.enterDecision(70, decisionCanBacktrack[70]);
+++            	    try { dbg.enterDecision(70);
++ 
++             	    int LA70_0 = input.LA(1);
++ 
++@@ -4252,7 +4252,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:453:17: ( ws )?
++             	    int alt71=2;
++             	    try { dbg.enterSubRule(71);
++-            	    try { dbg.enterDecision(71, decisionCanBacktrack[71]);
+++            	    try { dbg.enterDecision(71);
++ 
++             	    int LA71_0 = input.LA(1);
++ 
++@@ -4335,7 +4335,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:458:5: ( ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | RBRACE | SEMI ) )* LBRACE ) )=> cp_mixin_declaration | ( cp_mixin_call ( ws )? SEMI )=>{...}? cp_mixin_call | ( cp_mixin_call )=>{...}? cp_mixin_call | rule | ( sass_map )=> sass_map | ( cp_variable ( ws )? COLON )=> cp_variable_declaration | at_rule | {...}? importItem | {...}? sass_debug | {...}? sass_control | [...]
++             int alt73=11;
++-            try { dbg.enterDecision(73, decisionCanBacktrack[73]);
+++            try { dbg.enterDecision(73);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -4568,7 +4568,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:478:5: ( media | page | counterStyle | fontFace | vendorAtRule )
++             int alt74=5;
++-            try { dbg.enterDecision(74, decisionCanBacktrack[74]);
+++            try { dbg.enterDecision(74);
++ 
++             switch ( input.LA(1) ) {
++             case MEDIA_SYM:
++@@ -4714,7 +4714,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:487:1: ( moz_document | webkitKeyframes | generic_at_rule )
++             int alt75=3;
++-            try { dbg.enterDecision(75, decisionCanBacktrack[75]);
+++            try { dbg.enterDecision(75);
++ 
++             switch ( input.LA(1) ) {
++             case MOZ_DOCUMENT_SYM:
++@@ -4879,7 +4879,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:495:16: ( ws )?
++             int alt76=2;
++             try { dbg.enterSubRule(76);
++-            try { dbg.enterDecision(76, decisionCanBacktrack[76]);
+++            try { dbg.enterDecision(76);
++ 
++             int LA76_0 = input.LA(1);
++ 
++@@ -4911,7 +4911,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:495:20: ( atRuleId ( ws )? )?
++             int alt78=2;
++             try { dbg.enterSubRule(78);
++-            try { dbg.enterDecision(78, decisionCanBacktrack[78]);
+++            try { dbg.enterDecision(78);
++ 
++             int LA78_0 = input.LA(1);
++ 
++@@ -4936,7 +4936,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:495:31: ( ws )?
++                     int alt77=2;
++                     try { dbg.enterSubRule(77);
++-                    try { dbg.enterDecision(77, decisionCanBacktrack[77]);
+++                    try { dbg.enterDecision(77);
++ 
++                     int LA77_0 = input.LA(1);
++ 
++@@ -5025,7 +5025,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:502:19: ( ws )?
++             int alt79=2;
++             try { dbg.enterSubRule(79);
++-            try { dbg.enterDecision(79, decisionCanBacktrack[79]);
+++            try { dbg.enterDecision(79);
++ 
++             int LA79_0 = input.LA(1);
++ 
++@@ -5069,7 +5069,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:502:47: ( ws )?
++             int alt80=2;
++             try { dbg.enterSubRule(80);
++-            try { dbg.enterDecision(80, decisionCanBacktrack[80]);
+++            try { dbg.enterDecision(80);
++ 
++             int LA80_0 = input.LA(1);
++ 
++@@ -5107,7 +5107,7 @@ public class Css3Parser extends DebugParser {
++             loop83:
++             do {
++                 int alt83=2;
++-                try { dbg.enterDecision(83, decisionCanBacktrack[83]);
+++                try { dbg.enterDecision(83);
++ 
++                 int LA83_0 = input.LA(1);
++ 
++@@ -5130,7 +5130,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:502:60: ( ws )?
++             	    int alt81=2;
++             	    try { dbg.enterSubRule(81);
++-            	    try { dbg.enterDecision(81, decisionCanBacktrack[81]);
+++            	    try { dbg.enterDecision(81);
++ 
++             	    int LA81_0 = input.LA(1);
++ 
++@@ -5168,7 +5168,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:502:86: ( ws )?
++             	    int alt82=2;
++             	    try { dbg.enterSubRule(82);
++-            	    try { dbg.enterDecision(82, decisionCanBacktrack[82]);
+++            	    try { dbg.enterDecision(82);
++ 
++             	    int LA82_0 = input.LA(1);
++ 
++@@ -5212,7 +5212,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:503:9: ( ws )?
++             int alt84=2;
++             try { dbg.enterSubRule(84);
++-            try { dbg.enterDecision(84, decisionCanBacktrack[84]);
+++            try { dbg.enterDecision(84);
++ 
++             int LA84_0 = input.LA(1);
++ 
++@@ -5244,7 +5244,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:504:3: ( body )?
++             int alt85=2;
++             try { dbg.enterSubRule(85);
++-            try { dbg.enterDecision(85, decisionCanBacktrack[85]);
+++            try { dbg.enterDecision(85);
++ 
++             int LA85_0 = input.LA(1);
++ 
++@@ -5368,7 +5368,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:516:23: ( ws )?
++             int alt86=2;
++             try { dbg.enterSubRule(86);
++-            try { dbg.enterDecision(86, decisionCanBacktrack[86]);
+++            try { dbg.enterDecision(86);
++ 
++             int LA86_0 = input.LA(1);
++ 
++@@ -5406,7 +5406,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:516:36: ( ws )?
++             int alt87=2;
++             try { dbg.enterSubRule(87);
++-            try { dbg.enterDecision(87, decisionCanBacktrack[87]);
+++            try { dbg.enterDecision(87);
++ 
++             int LA87_0 = input.LA(1);
++ 
++@@ -5440,7 +5440,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:517:9: ( ws )?
++             int alt88=2;
++             try { dbg.enterSubRule(88);
++-            try { dbg.enterDecision(88, decisionCanBacktrack[88]);
+++            try { dbg.enterDecision(88);
++ 
++             int LA88_0 = input.LA(1);
++ 
++@@ -5475,7 +5475,7 @@ public class Css3Parser extends DebugParser {
++             loop90:
++             do {
++                 int alt90=2;
++-                try { dbg.enterDecision(90, decisionCanBacktrack[90]);
+++                try { dbg.enterDecision(90);
++ 
++                 int LA90_0 = input.LA(1);
++ 
++@@ -5502,7 +5502,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:518:26: ( ws )?
++             	    int alt89=2;
++             	    try { dbg.enterSubRule(89);
++-            	    try { dbg.enterDecision(89, decisionCanBacktrack[89]);
+++            	    try { dbg.enterDecision(89);
++ 
++             	    int LA89_0 = input.LA(1);
++ 
++@@ -5590,7 +5590,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:524:26: ( ws )?
++             int alt91=2;
++             try { dbg.enterSubRule(91);
++-            try { dbg.enterDecision(91, decisionCanBacktrack[91]);
+++            try { dbg.enterDecision(91);
++ 
++             int LA91_0 = input.LA(1);
++ 
++@@ -5624,7 +5624,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:525:10: ( ws )?
++             int alt92=2;
++             try { dbg.enterSubRule(92);
++-            try { dbg.enterDecision(92, decisionCanBacktrack[92]);
+++            try { dbg.enterDecision(92);
++ 
++             int LA92_0 = input.LA(1);
++ 
++@@ -5662,7 +5662,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:526:3: ( declarations )?
++             int alt93=2;
++             try { dbg.enterSubRule(93);
++-            try { dbg.enterDecision(93, decisionCanBacktrack[93]);
+++            try { dbg.enterDecision(93);
++ 
++             int LA93_0 = input.LA(1);
++ 
++@@ -5749,7 +5749,7 @@ public class Css3Parser extends DebugParser {
++             loop96:
++             do {
++                 int alt96=2;
++-                try { dbg.enterDecision(96, decisionCanBacktrack[96]);
+++                try { dbg.enterDecision(96);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -5771,7 +5771,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:532:27: ( ws )?
++             	    int alt94=2;
++             	    try { dbg.enterSubRule(94);
++-            	    try { dbg.enterDecision(94, decisionCanBacktrack[94]);
+++            	    try { dbg.enterDecision(94);
++ 
++             	    int LA94_0 = input.LA(1);
++ 
++@@ -5805,7 +5805,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:532:37: ( ws )?
++             	    int alt95=2;
++             	    try { dbg.enterSubRule(95);
++-            	    try { dbg.enterDecision(95, decisionCanBacktrack[95]);
+++            	    try { dbg.enterDecision(95);
++ 
++             	    int LA95_0 = input.LA(1);
++ 
++@@ -5899,7 +5899,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:536:16: ( ws )?
++             int alt97=2;
++             try { dbg.enterSubRule(97);
++-            try { dbg.enterDecision(97, decisionCanBacktrack[97]);
+++            try { dbg.enterDecision(97);
++ 
++             int LA97_0 = input.LA(1);
++ 
++@@ -5931,7 +5931,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:536:20: ( IDENT ( ws )? )?
++             int alt99=2;
++             try { dbg.enterSubRule(99);
++-            try { dbg.enterDecision(99, decisionCanBacktrack[99]);
+++            try { dbg.enterDecision(99);
++ 
++             int LA99_0 = input.LA(1);
++ 
++@@ -5952,7 +5952,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:536:28: ( ws )?
++                     int alt98=2;
++                     try { dbg.enterSubRule(98);
++-                    try { dbg.enterDecision(98, decisionCanBacktrack[98]);
+++                    try { dbg.enterDecision(98);
++ 
++                     int LA98_0 = input.LA(1);
++ 
++@@ -5991,7 +5991,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:536:35: ( pseudoPage ( ws )? )?
++             int alt101=2;
++             try { dbg.enterSubRule(101);
++-            try { dbg.enterDecision(101, decisionCanBacktrack[101]);
+++            try { dbg.enterDecision(101);
++ 
++             int LA101_0 = input.LA(1);
++ 
++@@ -6016,7 +6016,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:536:47: ( ws )?
++                     int alt100=2;
++                     try { dbg.enterSubRule(100);
++-                    try { dbg.enterDecision(100, decisionCanBacktrack[100]);
+++                    try { dbg.enterDecision(100);
++ 
++                     int LA100_0 = input.LA(1);
++ 
++@@ -6057,7 +6057,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:537:16: ( ws )?
++             int alt102=2;
++             try { dbg.enterSubRule(102);
++-            try { dbg.enterDecision(102, decisionCanBacktrack[102]);
+++            try { dbg.enterDecision(102);
++ 
++             int LA102_0 = input.LA(1);
++ 
++@@ -6089,7 +6089,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:13: ( ( propertyDeclaration | margin ) ( ws )? )?
++             int alt105=2;
++             try { dbg.enterSubRule(105);
++-            try { dbg.enterDecision(105, decisionCanBacktrack[105]);
+++            try { dbg.enterDecision(105);
++ 
++             int LA105_0 = input.LA(1);
++ 
++@@ -6108,7 +6108,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:14: ( propertyDeclaration | margin )
++                     int alt103=2;
++                     try { dbg.enterSubRule(103);
++-                    try { dbg.enterDecision(103, decisionCanBacktrack[103]);
+++                    try { dbg.enterDecision(103);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -6157,7 +6157,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:43: ( ws )?
++                     int alt104=2;
++                     try { dbg.enterSubRule(104);
++-                    try { dbg.enterDecision(104, decisionCanBacktrack[104]);
+++                    try { dbg.enterDecision(104);
++ 
++                     int LA104_0 = input.LA(1);
++ 
++@@ -6199,7 +6199,7 @@ public class Css3Parser extends DebugParser {
++             loop110:
++             do {
++                 int alt110=2;
++-                try { dbg.enterDecision(110, decisionCanBacktrack[110]);
+++                try { dbg.enterDecision(110);
++ 
++                 int LA110_0 = input.LA(1);
++ 
++@@ -6222,7 +6222,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:55: ( ws )?
++             	    int alt106=2;
++             	    try { dbg.enterSubRule(106);
++-            	    try { dbg.enterDecision(106, decisionCanBacktrack[106]);
+++            	    try { dbg.enterDecision(106);
++ 
++             	    int LA106_0 = input.LA(1);
++ 
++@@ -6254,7 +6254,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:59: ( ( propertyDeclaration | margin ) ( ws )? )?
++             	    int alt109=2;
++             	    try { dbg.enterSubRule(109);
++-            	    try { dbg.enterDecision(109, decisionCanBacktrack[109]);
+++            	    try { dbg.enterDecision(109);
++ 
++             	    int LA109_0 = input.LA(1);
++ 
++@@ -6273,7 +6273,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:60: ( propertyDeclaration | margin )
++             	            int alt107=2;
++             	            try { dbg.enterSubRule(107);
++-            	            try { dbg.enterDecision(107, decisionCanBacktrack[107]);
+++            	            try { dbg.enterDecision(107);
++ 
++             	            try {
++             	                isCyclicDecision = true;
++@@ -6322,7 +6322,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:540:89: ( ws )?
++             	            int alt108=2;
++             	            try { dbg.enterSubRule(108);
++-            	            try { dbg.enterDecision(108, decisionCanBacktrack[108]);
+++            	            try { dbg.enterDecision(108);
++ 
++             	            int LA108_0 = input.LA(1);
++ 
++@@ -6413,7 +6413,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:545:25: ( ws )?
++             int alt111=2;
++             try { dbg.enterSubRule(111);
++-            try { dbg.enterDecision(111, decisionCanBacktrack[111]);
+++            try { dbg.enterDecision(111);
++ 
++             int LA111_0 = input.LA(1);
++ 
++@@ -6447,7 +6447,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:545:35: ( ws )?
++             int alt112=2;
++             try { dbg.enterSubRule(112);
++-            try { dbg.enterDecision(112, decisionCanBacktrack[112]);
+++            try { dbg.enterDecision(112);
++ 
++             int LA112_0 = input.LA(1);
++ 
++@@ -6481,7 +6481,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:546:16: ( ws )?
++             int alt113=2;
++             try { dbg.enterSubRule(113);
++-            try { dbg.enterDecision(113, decisionCanBacktrack[113]);
+++            try { dbg.enterDecision(113);
++ 
++             int LA113_0 = input.LA(1);
++ 
++@@ -6519,7 +6519,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:547:3: ( declarations )?
++             int alt114=2;
++             try { dbg.enterSubRule(114);
++-            try { dbg.enterDecision(114, decisionCanBacktrack[114]);
+++            try { dbg.enterDecision(114);
++ 
++             int LA114_0 = input.LA(1);
++ 
++@@ -6593,7 +6593,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:552:21: ( ws )?
++             int alt115=2;
++             try { dbg.enterSubRule(115);
++-            try { dbg.enterDecision(115, decisionCanBacktrack[115]);
+++            try { dbg.enterDecision(115);
++ 
++             int LA115_0 = input.LA(1);
++ 
++@@ -6627,7 +6627,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:553:16: ( ws )?
++             int alt116=2;
++             try { dbg.enterSubRule(116);
++-            try { dbg.enterDecision(116, decisionCanBacktrack[116]);
+++            try { dbg.enterDecision(116);
++ 
++             int LA116_0 = input.LA(1);
++ 
++@@ -6665,7 +6665,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:554:3: ( declarations )?
++             int alt117=2;
++             try { dbg.enterSubRule(117);
++-            try { dbg.enterDecision(117, decisionCanBacktrack[117]);
+++            try { dbg.enterDecision(117);
++ 
++             int LA117_0 = input.LA(1);
++ 
++@@ -6743,7 +6743,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:559:15: ( ws )?
++             int alt118=2;
++             try { dbg.enterSubRule(118);
++-            try { dbg.enterDecision(118, decisionCanBacktrack[118]);
+++            try { dbg.enterDecision(118);
++ 
++             int LA118_0 = input.LA(1);
++ 
++@@ -6777,7 +6777,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:559:26: ( ws )?
++             int alt119=2;
++             try { dbg.enterSubRule(119);
++-            try { dbg.enterDecision(119, decisionCanBacktrack[119]);
+++            try { dbg.enterDecision(119);
++ 
++             int LA119_0 = input.LA(1);
++ 
++@@ -6815,7 +6815,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:559:53: ( declarations )?
++             int alt120=2;
++             try { dbg.enterSubRule(120);
++-            try { dbg.enterDecision(120, decisionCanBacktrack[120]);
+++            try { dbg.enterDecision(120);
++ 
++             int LA120_0 = input.LA(1);
++ 
++@@ -7072,7 +7072,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:597:5: ( ( (~ ( HASH_SYMBOL | COLON ) )* HASH_SYMBOL LBRACE )=> sass_declaration_interpolation_expression | IDENT | GEN | {...}? cp_variable )
++             int alt121=4;
++-            try { dbg.enterDecision(121, decisionCanBacktrack[121]);
+++            try { dbg.enterDecision(121);
++ 
++             int LA121_0 = input.LA(1);
++ 
++@@ -7221,7 +7221,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:613:25: ( ws )?
++             int alt122=2;
++             try { dbg.enterSubRule(122);
++-            try { dbg.enterDecision(122, decisionCanBacktrack[122]);
+++            try { dbg.enterDecision(122);
++ 
++             int LA122_0 = input.LA(1);
++ 
++@@ -7255,7 +7255,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:613:36: ( ws )?
++             int alt123=2;
++             try { dbg.enterSubRule(123);
++-            try { dbg.enterDecision(123, decisionCanBacktrack[123]);
+++            try { dbg.enterDecision(123);
++ 
++             int LA123_0 = input.LA(1);
++ 
++@@ -7293,7 +7293,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:615:9: ( sass_map_pairs )?
++             int alt124=2;
++             try { dbg.enterSubRule(124);
++-            try { dbg.enterDecision(124, decisionCanBacktrack[124]);
+++            try { dbg.enterDecision(124);
++ 
++             int LA124_0 = input.LA(1);
++ 
++@@ -7413,7 +7413,7 @@ public class Css3Parser extends DebugParser {
++             loop129:
++             do {
++                 int alt129=3;
++-                try { dbg.enterDecision(129, decisionCanBacktrack[129]);
+++                try { dbg.enterDecision(129);
++ 
++                 int LA129_0 = input.LA(1);
++ 
++@@ -7449,7 +7449,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:627:26: ( ( ( ws )? COMMA )=> ( ws )? COMMA )?
++             	    int alt126=2;
++             	    try { dbg.enterSubRule(126);
++-            	    try { dbg.enterDecision(126, decisionCanBacktrack[126]);
+++            	    try { dbg.enterDecision(126);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -7471,7 +7471,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:627:40: ( ws )?
++             	            int alt125=2;
++             	            try { dbg.enterSubRule(125);
++-            	            try { dbg.enterDecision(125, decisionCanBacktrack[125]);
+++            	            try { dbg.enterDecision(125);
++ 
++             	            int LA125_0 = input.LA(1);
++ 
++@@ -7512,7 +7512,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:627:52: ( ws )?
++             	    int alt127=2;
++             	    try { dbg.enterSubRule(127);
++-            	    try { dbg.enterDecision(127, decisionCanBacktrack[127]);
+++            	    try { dbg.enterDecision(127);
++ 
++             	    int LA127_0 = input.LA(1);
++ 
++@@ -7563,7 +7563,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:629:18: ( ws )?
++             	    int alt128=2;
++             	    try { dbg.enterSubRule(128);
++-            	    try { dbg.enterDecision(128, decisionCanBacktrack[128]);
+++            	    try { dbg.enterDecision(128);
++ 
++             	    int LA128_0 = input.LA(1);
++ 
++@@ -7659,7 +7659,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:635:18: ( ws )?
++             int alt130=2;
++             try { dbg.enterSubRule(130);
++-            try { dbg.enterDecision(130, decisionCanBacktrack[130]);
+++            try { dbg.enterDecision(130);
++ 
++             int LA130_0 = input.LA(1);
++ 
++@@ -7693,7 +7693,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:635:28: ( ws )?
++             int alt131=2;
++             try { dbg.enterSubRule(131);
++-            try { dbg.enterDecision(131, decisionCanBacktrack[131]);
+++            try { dbg.enterDecision(131);
++ 
++             int LA131_0 = input.LA(1);
++ 
++@@ -7731,7 +7731,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:635:46: ( ( ws )? prio )?
++             int alt133=2;
++             try { dbg.enterSubRule(133);
++-            try { dbg.enterDecision(133, decisionCanBacktrack[133]);
+++            try { dbg.enterDecision(133);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -7753,7 +7753,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:635:47: ( ws )?
++                     int alt132=2;
++                     try { dbg.enterSubRule(132);
++-                    try { dbg.enterDecision(132, decisionCanBacktrack[132]);
+++                    try { dbg.enterDecision(132);
++ 
++                     int LA132_0 = input.LA(1);
++ 
++@@ -7836,7 +7836,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:640:5: ( ( SASS_AT_ROOT ( ws selectorsGroup )? ) | selectorsGroup )
++             int alt135=2;
++             try { dbg.enterSubRule(135);
++-            try { dbg.enterDecision(135, decisionCanBacktrack[135]);
+++            try { dbg.enterDecision(135);
++ 
++             int LA135_0 = input.LA(1);
++ 
++@@ -7874,7 +7874,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:640:20: ( ws selectorsGroup )?
++                     int alt134=2;
++                     try { dbg.enterSubRule(134);
++-                    try { dbg.enterDecision(134, decisionCanBacktrack[134]);
+++                    try { dbg.enterDecision(134);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -7939,7 +7939,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:640:60: ( ws )?
++             int alt136=2;
++             try { dbg.enterSubRule(136);
++-            try { dbg.enterDecision(136, decisionCanBacktrack[136]);
+++            try { dbg.enterDecision(136);
++ 
++             int LA136_0 = input.LA(1);
++ 
++@@ -7973,7 +7973,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:641:12: ( ws )?
++             int alt137=2;
++             try { dbg.enterSubRule(137);
++-            try { dbg.enterDecision(137, decisionCanBacktrack[137]);
+++            try { dbg.enterDecision(137);
++ 
++             int LA137_0 = input.LA(1);
++ 
++@@ -8011,7 +8011,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:642:9: ( declarations )?
++             int alt138=2;
++             try { dbg.enterSubRule(138);
++-            try { dbg.enterDecision(138, decisionCanBacktrack[138]);
+++            try { dbg.enterDecision(138);
++ 
++             int LA138_0 = input.LA(1);
++ 
++@@ -8090,7 +8090,7 @@ public class Css3Parser extends DebugParser {
++             loop143:
++             do {
++                 int alt143=3;
++-                try { dbg.enterDecision(143, decisionCanBacktrack[143]);
+++                try { dbg.enterDecision(143);
++ 
++                 int LA143_0 = input.LA(1);
++ 
++@@ -8126,7 +8126,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:654:24: ( ( ( ws )? SEMI )=> ( ws )? SEMI )?
++             	    int alt140=2;
++             	    try { dbg.enterSubRule(140);
++-            	    try { dbg.enterDecision(140, decisionCanBacktrack[140]);
+++            	    try { dbg.enterDecision(140);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -8148,7 +8148,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:654:37: ( ws )?
++             	            int alt139=2;
++             	            try { dbg.enterSubRule(139);
++-            	            try { dbg.enterDecision(139, decisionCanBacktrack[139]);
+++            	            try { dbg.enterDecision(139);
++ 
++             	            int LA139_0 = input.LA(1);
++ 
++@@ -8189,7 +8189,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:654:48: ( ws )?
++             	    int alt141=2;
++             	    try { dbg.enterSubRule(141);
++-            	    try { dbg.enterDecision(141, decisionCanBacktrack[141]);
+++            	    try { dbg.enterDecision(141);
++ 
++             	    int LA141_0 = input.LA(1);
++ 
++@@ -8240,7 +8240,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:656:17: ( ws )?
++             	    int alt142=2;
++             	    try { dbg.enterSubRule(142);
++-            	    try { dbg.enterDecision(142, decisionCanBacktrack[142]);
+++            	    try { dbg.enterDecision(142);
++ 
++             	    int LA142_0 = input.LA(1);
++ 
++@@ -8323,7 +8323,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:661:5: ( ( cp_variable_declaration )=> cp_variable_declaration | ( sass_map )=> sass_map | ( sass_nested_properties )=> sass_nested_properties | ( propertyDeclaration )=> propertyDeclaration | ( property ( ws )? COLON (~ ( LBRACE | SEMI | RBRACE ) )* ( RBRACE | SEMI ) )=> propertyDeclaration | ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | SEMI | RBRACE ) )* LBRACE )  [...]
++             int alt148=17;
++-            try { dbg.enterDecision(148, decisionCanBacktrack[148]);
+++            try { dbg.enterDecision(148);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -8440,7 +8440,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:670:87: ( ( ws )? IMPORTANT_SYM )?
++                     int alt145=2;
++                     try { dbg.enterSubRule(145);
++-                    try { dbg.enterDecision(145, decisionCanBacktrack[145]);
+++                    try { dbg.enterDecision(145);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -8462,7 +8462,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:670:88: ( ws )?
++                             int alt144=2;
++                             try { dbg.enterSubRule(144);
++-                            try { dbg.enterDecision(144, decisionCanBacktrack[144]);
+++                            try { dbg.enterDecision(144);
++ 
++                             int LA144_0 = input.LA(1);
++ 
++@@ -8522,7 +8522,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:671:57: ( ( ws )? IMPORTANT_SYM )?
++                     int alt147=2;
++                     try { dbg.enterSubRule(147);
++-                    try { dbg.enterDecision(147, decisionCanBacktrack[147]);
+++                    try { dbg.enterDecision(147);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -8544,7 +8544,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:671:58: ( ws )?
++                             int alt146=2;
++                             try { dbg.enterSubRule(146);
++-                            try { dbg.enterDecision(146, decisionCanBacktrack[146]);
+++                            try { dbg.enterDecision(146);
++ 
++                             int LA146_0 = input.LA(1);
++ 
++@@ -8777,7 +8777,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:688:5: ( ( (~ ( HASH_SYMBOL | LBRACE ) )* HASH_SYMBOL LBRACE )=> sass_selector_interpolation_expression | selector ( ( ws )? COMMA ( ws )? selector )* )
++             int alt152=2;
++-            try { dbg.enterDecision(152, decisionCanBacktrack[152]);
+++            try { dbg.enterDecision(152);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -8822,7 +8822,7 @@ public class Css3Parser extends DebugParser {
++                     loop151:
++                     do {
++                         int alt151=2;
++-                        try { dbg.enterDecision(151, decisionCanBacktrack[151]);
+++                        try { dbg.enterDecision(151);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -8844,7 +8844,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:692:19: ( ws )?
++                     	    int alt149=2;
++                     	    try { dbg.enterSubRule(149);
++-                    	    try { dbg.enterDecision(149, decisionCanBacktrack[149]);
+++                    	    try { dbg.enterDecision(149);
++ 
++                     	    int LA149_0 = input.LA(1);
++ 
++@@ -8878,7 +8878,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:692:29: ( ws )?
++                     	    int alt150=2;
++                     	    try { dbg.enterSubRule(150);
++-                    	    try { dbg.enterDecision(150, decisionCanBacktrack[150]);
+++                    	    try { dbg.enterDecision(150);
++ 
++                     	    int LA150_0 = input.LA(1);
++ 
++@@ -8966,7 +8966,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:8: ( combinator ( ws )? )?
++             int alt154=2;
++             try { dbg.enterSubRule(154);
++-            try { dbg.enterDecision(154, decisionCanBacktrack[154]);
+++            try { dbg.enterDecision(154);
++ 
++             int LA154_0 = input.LA(1);
++ 
++@@ -8991,7 +8991,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:20: ( ws )?
++                     int alt153=2;
++                     try { dbg.enterSubRule(153);
++-                    try { dbg.enterDecision(153, decisionCanBacktrack[153]);
+++                    try { dbg.enterDecision(153);
++ 
++                     int LA153_0 = input.LA(1);
++ 
++@@ -9039,7 +9039,7 @@ public class Css3Parser extends DebugParser {
++             loop159:
++             do {
++                 int alt159=2;
++-                try { dbg.enterDecision(159, decisionCanBacktrack[159]);
+++                try { dbg.enterDecision(159);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -9061,7 +9061,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:51: ( ( ( ws )? combinator ( ws )? ) | ( ws )? )
++             	    int alt158=2;
++             	    try { dbg.enterSubRule(158);
++-            	    try { dbg.enterDecision(158, decisionCanBacktrack[158]);
+++            	    try { dbg.enterDecision(158);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -9089,7 +9089,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:53: ( ws )?
++             	            int alt155=2;
++             	            try { dbg.enterSubRule(155);
++-            	            try { dbg.enterDecision(155, decisionCanBacktrack[155]);
+++            	            try { dbg.enterDecision(155);
++ 
++             	            int LA155_0 = input.LA(1);
++ 
++@@ -9127,7 +9127,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:68: ( ws )?
++             	            int alt156=2;
++             	            try { dbg.enterSubRule(156);
++-            	            try { dbg.enterDecision(156, decisionCanBacktrack[156]);
+++            	            try { dbg.enterDecision(156);
++ 
++             	            int LA156_0 = input.LA(1);
++ 
++@@ -9170,7 +9170,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:696:73: ( ws )?
++             	            int alt157=2;
++             	            try { dbg.enterSubRule(157);
++-            	            try { dbg.enterDecision(157, decisionCanBacktrack[157]);
+++            	            try { dbg.enterDecision(157);
++ 
++             	            int LA157_0 = input.LA(1);
++ 
++@@ -9306,7 +9306,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:705:2: ( ( typeSelector ( ( ( ws )? esPred )=> ( ws )? elementSubsequent )* ) | elementSubsequent ( ( ( ws )? esPred )=> ( ws )? elementSubsequent )* )
++             int alt164=2;
++-            try { dbg.enterDecision(164, decisionCanBacktrack[164]);
+++            try { dbg.enterDecision(164);
++ 
++             int LA164_0 = input.LA(1);
++ 
++@@ -9351,7 +9351,7 @@ public class Css3Parser extends DebugParser {
++                     loop161:
++                     do {
++                         int alt161=2;
++-                        try { dbg.enterDecision(161, decisionCanBacktrack[161]);
+++                        try { dbg.enterDecision(161);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -9373,7 +9373,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:706:32: ( ws )?
++                     	    int alt160=2;
++                     	    try { dbg.enterSubRule(160);
++-                    	    try { dbg.enterDecision(160, decisionCanBacktrack[160]);
+++                    	    try { dbg.enterDecision(160);
++ 
++                     	    int LA160_0 = input.LA(1);
++ 
++@@ -9441,7 +9441,7 @@ public class Css3Parser extends DebugParser {
++                     loop163:
++                     do {
++                         int alt163=2;
++-                        try { dbg.enterDecision(163, decisionCanBacktrack[163]);
+++                        try { dbg.enterDecision(163);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -9463,7 +9463,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:708:35: ( ws )?
++                     	    int alt162=2;
++                     	    try { dbg.enterSubRule(162);
++-                    	    try { dbg.enterDecision(162, decisionCanBacktrack[162]);
+++                    	    try { dbg.enterDecision(162);
++ 
++                     	    int LA162_0 = input.LA(1);
++ 
++@@ -9603,7 +9603,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:722:6: ( ( ( IDENT | STAR )? PIPE )=> namespacePrefix )?
++             int alt165=2;
++             try { dbg.enterSubRule(165);
++-            try { dbg.enterDecision(165, decisionCanBacktrack[165]);
+++            try { dbg.enterDecision(165);
++ 
++             int LA165_0 = input.LA(1);
++ 
++@@ -9693,7 +9693,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:726:5: ( namespacePrefixName | STAR )?
++             int alt166=3;
++             try { dbg.enterSubRule(166);
++-            try { dbg.enterDecision(166, decisionCanBacktrack[166]);
+++            try { dbg.enterDecision(166);
++ 
++             int LA166_0 = input.LA(1);
++ 
++@@ -9778,7 +9778,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:732:5: ({...}? sass_extend_only_selector | {...}? less_selector_interpolation | cssId | cssClass | slAttribute | pseudo )
++             int alt167=6;
++             try { dbg.enterSubRule(167);
++-            try { dbg.enterDecision(167, decisionCanBacktrack[167]);
+++            try { dbg.enterDecision(167);
++ 
++             switch ( input.LA(1) ) {
++             case SASS_EXTEND_ONLY_SELECTOR:
++@@ -9958,7 +9958,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:744:5: ( HASH | ( HASH_SYMBOL ( NAME | {...}? less_selector_interpolation ) ) )
++             int alt169=2;
++-            try { dbg.enterDecision(169, decisionCanBacktrack[169]);
+++            try { dbg.enterDecision(169);
++ 
++             int LA169_0 = input.LA(1);
++ 
++@@ -10006,7 +10006,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:747:13: ( NAME | {...}? less_selector_interpolation )
++                     int alt168=2;
++                     try { dbg.enterSubRule(168);
++-                    try { dbg.enterDecision(168, decisionCanBacktrack[168]);
+++                    try { dbg.enterDecision(168);
++ 
++                     int LA168_0 = input.LA(1);
++ 
++@@ -10111,7 +10111,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:759:9: ( IDENT | LESS_IMPORT_TYPE | GEN | {...}? less_selector_interpolation )
++             int alt170=4;
++             try { dbg.enterSubRule(170);
++-            try { dbg.enterDecision(170, decisionCanBacktrack[170]);
+++            try { dbg.enterDecision(170);
++ 
++             switch ( input.LA(1) ) {
++             case IDENT:
++@@ -10295,7 +10295,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:778:6: ( namespacePrefix )?
++             int alt171=2;
++             try { dbg.enterSubRule(171);
++-            try { dbg.enterDecision(171, decisionCanBacktrack[171]);
+++            try { dbg.enterDecision(171);
++ 
++             int LA171_0 = input.LA(1);
++ 
++@@ -10334,7 +10334,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:778:23: ( ws )?
++             int alt172=2;
++             try { dbg.enterSubRule(172);
++-            try { dbg.enterDecision(172, decisionCanBacktrack[172]);
+++            try { dbg.enterDecision(172);
++ 
++             int LA172_0 = input.LA(1);
++ 
++@@ -10372,7 +10372,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:779:25: ( ws )?
++             int alt173=2;
++             try { dbg.enterSubRule(173);
++-            try { dbg.enterDecision(173, decisionCanBacktrack[173]);
+++            try { dbg.enterDecision(173);
++ 
++             int LA173_0 = input.LA(1);
++ 
++@@ -10404,7 +10404,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:781:13: ( ( OPEQ | INCLUDES | DASHMATCH | BEGINS | ENDS | CONTAINS ) ( ws )? slAttributeValue ( ws )? )?
++             int alt176=2;
++             try { dbg.enterSubRule(176);
++-            try { dbg.enterDecision(176, decisionCanBacktrack[176]);
+++            try { dbg.enterDecision(176);
++ 
++             int LA176_0 = input.LA(1);
++ 
++@@ -10435,7 +10435,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:790:17: ( ws )?
++                     int alt174=2;
++                     try { dbg.enterSubRule(174);
++-                    try { dbg.enterDecision(174, decisionCanBacktrack[174]);
+++                    try { dbg.enterDecision(174);
++ 
++                     int LA174_0 = input.LA(1);
++ 
++@@ -10473,7 +10473,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:792:17: ( ws )?
++                     int alt175=2;
++                     try { dbg.enterSubRule(175);
++-                    try { dbg.enterDecision(175, decisionCanBacktrack[175]);
+++                    try { dbg.enterDecision(175);
++ 
++                     int LA175_0 = input.LA(1);
++ 
++@@ -10656,7 +10656,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:817:14: ( ( ( IDENT | GEN ) ( ( ws )? LPAREN ( ws )? ( ( expression ( ws )? ) | STAR )? RPAREN )? ) | ( NOT ( ws )? LPAREN ( ws )? ( simpleSelectorSequence )? RPAREN ) )
++             int alt185=2;
++             try { dbg.enterSubRule(185);
++-            try { dbg.enterDecision(185, decisionCanBacktrack[185]);
+++            try { dbg.enterDecision(185);
++ 
++             int LA185_0 = input.LA(1);
++ 
++@@ -10704,7 +10704,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:820:21: ( ( ws )? LPAREN ( ws )? ( ( expression ( ws )? ) | STAR )? RPAREN )?
++                     int alt181=2;
++                     try { dbg.enterSubRule(181);
++-                    try { dbg.enterDecision(181, decisionCanBacktrack[181]);
+++                    try { dbg.enterDecision(181);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -10726,7 +10726,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:821:25: ( ws )?
++                             int alt177=2;
++                             try { dbg.enterSubRule(177);
++-                            try { dbg.enterDecision(177, decisionCanBacktrack[177]);
+++                            try { dbg.enterDecision(177);
++ 
++                             int LA177_0 = input.LA(1);
++ 
++@@ -10760,7 +10760,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:821:36: ( ws )?
++                             int alt178=2;
++                             try { dbg.enterSubRule(178);
++-                            try { dbg.enterDecision(178, decisionCanBacktrack[178]);
+++                            try { dbg.enterDecision(178);
++ 
++                             int LA178_0 = input.LA(1);
++ 
++@@ -10792,7 +10792,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:821:40: ( ( expression ( ws )? ) | STAR )?
++                             int alt180=3;
++                             try { dbg.enterSubRule(180);
++-                            try { dbg.enterDecision(180, decisionCanBacktrack[180]);
+++                            try { dbg.enterDecision(180);
++ 
++                             int LA180_0 = input.LA(1);
++ 
++@@ -10826,7 +10826,7 @@ public class Css3Parser extends DebugParser {
++                                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:821:54: ( ws )?
++                                     int alt179=2;
++                                     try { dbg.enterSubRule(179);
++-                                    try { dbg.enterDecision(179, decisionCanBacktrack[179]);
+++                                    try { dbg.enterDecision(179);
++ 
++                                     int LA179_0 = input.LA(1);
++ 
++@@ -10906,7 +10906,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:825:23: ( ws )?
++                     int alt182=2;
++                     try { dbg.enterSubRule(182);
++-                    try { dbg.enterDecision(182, decisionCanBacktrack[182]);
+++                    try { dbg.enterDecision(182);
++ 
++                     int LA182_0 = input.LA(1);
++ 
++@@ -10940,7 +10940,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:825:34: ( ws )?
++                     int alt183=2;
++                     try { dbg.enterSubRule(183);
++-                    try { dbg.enterDecision(183, decisionCanBacktrack[183]);
+++                    try { dbg.enterDecision(183);
++ 
++                     int LA183_0 = input.LA(1);
++ 
++@@ -10972,7 +10972,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:825:38: ( simpleSelectorSequence )?
++                     int alt184=2;
++                     try { dbg.enterSubRule(184);
++-                    try { dbg.enterDecision(184, decisionCanBacktrack[184]);
+++                    try { dbg.enterDecision(184);
++ 
++                     int LA184_0 = input.LA(1);
++ 
++@@ -11047,7 +11047,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:830:5: ( ( STAR )? property ( ws )? COLON ( ws )? propertyValue ( ( ws )? prio )? | {...}? ( STAR )? property ( ws )? COLON ( ws )? cp_propertyValue )
++             int alt194=2;
++-            try { dbg.enterDecision(194, decisionCanBacktrack[194]);
+++            try { dbg.enterDecision(194);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -11069,7 +11069,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:831:5: ( STAR )?
++                     int alt186=2;
++                     try { dbg.enterSubRule(186);
++-                    try { dbg.enterDecision(186, decisionCanBacktrack[186]);
+++                    try { dbg.enterDecision(186);
++ 
++                     int LA186_0 = input.LA(1);
++ 
++@@ -11103,7 +11103,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:831:20: ( ws )?
++                     int alt187=2;
++                     try { dbg.enterSubRule(187);
++-                    try { dbg.enterDecision(187, decisionCanBacktrack[187]);
+++                    try { dbg.enterDecision(187);
++ 
++                     int LA187_0 = input.LA(1);
++ 
++@@ -11137,7 +11137,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:831:30: ( ws )?
++                     int alt188=2;
++                     try { dbg.enterSubRule(188);
++-                    try { dbg.enterDecision(188, decisionCanBacktrack[188]);
+++                    try { dbg.enterDecision(188);
++ 
++                     int LA188_0 = input.LA(1);
++ 
++@@ -11175,7 +11175,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:831:48: ( ( ws )? prio )?
++                     int alt190=2;
++                     try { dbg.enterSubRule(190);
++-                    try { dbg.enterDecision(190, decisionCanBacktrack[190]);
+++                    try { dbg.enterDecision(190);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -11197,7 +11197,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:831:49: ( ws )?
++                             int alt189=2;
++                             try { dbg.enterSubRule(189);
++-                            try { dbg.enterDecision(189, decisionCanBacktrack[189]);
+++                            try { dbg.enterDecision(189);
++ 
++                             int LA189_0 = input.LA(1);
++ 
++@@ -11255,7 +11255,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:832:36: ( STAR )?
++                     int alt191=2;
++                     try { dbg.enterSubRule(191);
++-                    try { dbg.enterDecision(191, decisionCanBacktrack[191]);
+++                    try { dbg.enterDecision(191);
++ 
++                     int LA191_0 = input.LA(1);
++ 
++@@ -11289,7 +11289,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:832:51: ( ws )?
++                     int alt192=2;
++                     try { dbg.enterSubRule(192);
++-                    try { dbg.enterDecision(192, decisionCanBacktrack[192]);
+++                    try { dbg.enterDecision(192);
++ 
++                     int LA192_0 = input.LA(1);
++ 
++@@ -11323,7 +11323,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:832:61: ( ws )?
++                     int alt193=2;
++                     try { dbg.enterSubRule(193);
++-                    try { dbg.enterDecision(193, decisionCanBacktrack[193]);
+++                    try { dbg.enterDecision(193);
++ 
++                     int LA193_0 = input.LA(1);
++ 
++@@ -11398,7 +11398,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:843:5: ({...}? cp_expression_list | propertyValue )
++             int alt195=2;
++-            try { dbg.enterDecision(195, decisionCanBacktrack[195]);
+++            try { dbg.enterDecision(195);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -11533,7 +11533,7 @@ public class Css3Parser extends DebugParser {
++             loop196:
++             do {
++                 int alt196=2;
++-                try { dbg.enterDecision(196, decisionCanBacktrack[196]);
+++                try { dbg.enterDecision(196);
++ 
++                 int LA196_0 = input.LA(1);
++ 
++@@ -11834,7 +11834,7 @@ public class Css3Parser extends DebugParser {
++             loop200:
++             do {
++                 int alt200=2;
++-                try { dbg.enterDecision(200, decisionCanBacktrack[200]);
+++                try { dbg.enterDecision(200);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -11856,7 +11856,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:66: ( ws | ( ( ws )? operator ( ws )? ) | )
++             	    int alt199=3;
++             	    try { dbg.enterSubRule(199);
++-            	    try { dbg.enterDecision(199, decisionCanBacktrack[199]);
+++            	    try { dbg.enterDecision(199);
++ 
++             	    try {
++             	        isCyclicDecision = true;
++@@ -11898,7 +11898,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:74: ( ws )?
++             	            int alt197=2;
++             	            try { dbg.enterSubRule(197);
++-            	            try { dbg.enterDecision(197, decisionCanBacktrack[197]);
+++            	            try { dbg.enterDecision(197);
++ 
++             	            int LA197_0 = input.LA(1);
++ 
++@@ -11936,7 +11936,7 @@ public class Css3Parser extends DebugParser {
++             	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:87: ( ws )?
++             	            int alt198=2;
++             	            try { dbg.enterSubRule(198);
++-            	            try { dbg.enterDecision(198, decisionCanBacktrack[198]);
+++            	            try { dbg.enterDecision(198);
++ 
++             	            int LA198_0 = input.LA(1);
++ 
++@@ -12039,7 +12039,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:903:5: ( unaryOperator ( ws )? )?
++             int alt202=2;
++             try { dbg.enterSubRule(202);
++-            try { dbg.enterDecision(202, decisionCanBacktrack[202]);
+++            try { dbg.enterDecision(202);
++ 
++             int LA202_0 = input.LA(1);
++ 
++@@ -12064,7 +12064,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:903:21: ( ws )?
++                     int alt201=2;
++                     try { dbg.enterSubRule(201);
++-                    try { dbg.enterDecision(201, decisionCanBacktrack[201]);
+++                    try { dbg.enterDecision(201);
++ 
++                     int LA201_0 = input.LA(1);
++ 
++@@ -12103,7 +12103,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:904:5: ( ( functionName ( ws )? LPAREN )=> function | IDENT | NUMBER | PERCENTAGE | LENGTH | EMS | REM | EXS | ANGLE | TIME | FREQ | RESOLUTION | DIMENSION | STRING | TILDE ( STRING | LESS_JS_STRING ) | LESS_JS_STRING | GEN | URI | hexColor | {...}? cp_variable | {...}? sass_interpolation_expression_var | {...}? cp_term_symbol )
++             int alt203=22;
++             try { dbg.enterSubRule(203);
++-            try { dbg.enterDecision(203, decisionCanBacktrack[203]);
+++            try { dbg.enterDecision(203);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -12475,7 +12475,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:938:18: ( ws )?
++             int alt204=2;
++             try { dbg.enterSubRule(204);
++-            try { dbg.enterDecision(204, decisionCanBacktrack[204]);
+++            try { dbg.enterDecision(204);
++ 
++             int LA204_0 = input.LA(1);
++ 
++@@ -12509,7 +12509,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:939:10: ( ws )?
++             int alt205=2;
++             try { dbg.enterSubRule(205);
++-            try { dbg.enterDecision(205, decisionCanBacktrack[205]);
+++            try { dbg.enterDecision(205);
++ 
++             int LA205_0 = input.LA(1);
++ 
++@@ -12541,7 +12541,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:940:3: ( fnAttributes | )
++             int alt206=2;
++             try { dbg.enterSubRule(206);
++-            try { dbg.enterDecision(206, decisionCanBacktrack[206]);
+++            try { dbg.enterDecision(206);
++ 
++             int LA206_0 = input.LA(1);
++ 
++@@ -12633,7 +12633,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:956:9: ( IDENT COLON )?
++             int alt207=2;
++             try { dbg.enterSubRule(207);
++-            try { dbg.enterDecision(207, decisionCanBacktrack[207]);
+++            try { dbg.enterDecision(207);
++ 
++             int LA207_0 = input.LA(1);
++ 
++@@ -12672,7 +12672,7 @@ public class Css3Parser extends DebugParser {
++             loop208:
++             do {
++                 int alt208=2;
++-                try { dbg.enterDecision(208, decisionCanBacktrack[208]);
+++                try { dbg.enterDecision(208);
++ 
++                 int LA208_0 = input.LA(1);
++ 
++@@ -12754,7 +12754,7 @@ public class Css3Parser extends DebugParser {
++             loop211:
++             do {
++                 int alt211=2;
++-                try { dbg.enterDecision(211, decisionCanBacktrack[211]);
+++                try { dbg.enterDecision(211);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -12776,7 +12776,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:961:18: ( ws )?
++             	    int alt209=2;
++             	    try { dbg.enterSubRule(209);
++-            	    try { dbg.enterDecision(209, decisionCanBacktrack[209]);
+++            	    try { dbg.enterDecision(209);
++ 
++             	    int LA209_0 = input.LA(1);
++ 
++@@ -12810,7 +12810,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:961:28: ( ws )?
++             	    int alt210=2;
++             	    try { dbg.enterSubRule(210);
++-            	    try { dbg.enterDecision(210, decisionCanBacktrack[210]);
+++            	    try { dbg.enterDecision(210);
++ 
++             	    int LA210_0 = input.LA(1);
++ 
++@@ -12858,7 +12858,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:961:46: ( ws )?
++             int alt212=2;
++             try { dbg.enterSubRule(212);
++-            try { dbg.enterDecision(212, decisionCanBacktrack[212]);
+++            try { dbg.enterDecision(212);
++ 
++             int LA212_0 = input.LA(1);
++ 
++@@ -12921,7 +12921,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:965:2: ( ( fnAttributeName ( ws )? ( OPEQ | COLON ) )=> fnAttributeName ( ws )? ( OPEQ | COLON ) ( ws )? fnAttributeValue | ( cp_expression )=> cp_expression | expression )
++             int alt215=3;
++-            try { dbg.enterDecision(215, decisionCanBacktrack[215]);
+++            try { dbg.enterDecision(215);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -12949,7 +12949,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:966:62: ( ws )?
++                     int alt213=2;
++                     try { dbg.enterSubRule(213);
++-                    try { dbg.enterDecision(213, decisionCanBacktrack[213]);
+++                    try { dbg.enterDecision(213);
++ 
++                     int LA213_0 = input.LA(1);
++ 
++@@ -12993,7 +12993,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:966:79: ( ws )?
++                     int alt214=2;
++                     try { dbg.enterSubRule(214);
++-                    try { dbg.enterDecision(214, decisionCanBacktrack[214]);
+++                    try { dbg.enterDecision(214);
++ 
++                     int LA214_0 = input.LA(1);
++ 
++@@ -13092,7 +13092,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:972:2: ( IDENT ( DOT IDENT )* | {...}? cp_variable )
++             int alt217=2;
++-            try { dbg.enterDecision(217, decisionCanBacktrack[217]);
+++            try { dbg.enterDecision(217);
++ 
++             int LA217_0 = input.LA(1);
++ 
++@@ -13127,7 +13127,7 @@ public class Css3Parser extends DebugParser {
++                     loop216:
++                     do {
++                         int alt216=2;
++-                        try { dbg.enterDecision(216, decisionCanBacktrack[216]);
+++                        try { dbg.enterDecision(216);
++ 
++                         int LA216_0 = input.LA(1);
++ 
++@@ -13214,7 +13214,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:978:2: ( term ( ( ( ws | ( ( ws )? SOLIDUS ( ws )? ) | ) term )=> ( ws | ( ( ws )? SOLIDUS ( ws )? ) | ) term )* | {...}? cp_math_expression )
++             int alt222=2;
++-            try { dbg.enterDecision(222, decisionCanBacktrack[222]);
+++            try { dbg.enterDecision(222);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -13245,7 +13245,7 @@ public class Css3Parser extends DebugParser {
++                     loop221:
++                     do {
++                         int alt221=2;
++-                        try { dbg.enterDecision(221, decisionCanBacktrack[221]);
+++                        try { dbg.enterDecision(221);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -13267,7 +13267,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:71: ( ws | ( ( ws )? SOLIDUS ( ws )? ) | )
++                     	    int alt220=3;
++                     	    try { dbg.enterSubRule(220);
++-                    	    try { dbg.enterDecision(220, decisionCanBacktrack[220]);
+++                    	    try { dbg.enterDecision(220);
++ 
++                     	    try {
++                     	        isCyclicDecision = true;
++@@ -13309,7 +13309,7 @@ public class Css3Parser extends DebugParser {
++                     	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:79: ( ws )?
++                     	            int alt218=2;
++                     	            try { dbg.enterSubRule(218);
++-                    	            try { dbg.enterDecision(218, decisionCanBacktrack[218]);
+++                    	            try { dbg.enterDecision(218);
++ 
++                     	            int LA218_0 = input.LA(1);
++ 
++@@ -13343,7 +13343,7 @@ public class Css3Parser extends DebugParser {
++                     	            // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:91: ( ws )?
++                     	            int alt219=2;
++                     	            try { dbg.enterSubRule(219);
++-                    	            try { dbg.enterDecision(219, decisionCanBacktrack[219]);
+++                    	            try { dbg.enterDecision(219);
++ 
++                     	            int LA219_0 = input.LA(1);
++ 
++@@ -13511,7 +13511,7 @@ public class Css3Parser extends DebugParser {
++             loop223:
++             do {
++                 int alt223=2;
++-                try { dbg.enterDecision(223, decisionCanBacktrack[223]);
+++                try { dbg.enterDecision(223);
++ 
++                 int LA223_0 = input.LA(1);
++ 
++@@ -13592,7 +13592,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:995:5: ({...}? cp_variable ( ws )? COLON ( ws )? cp_expression_list | {...}? cp_variable ( ws )? COLON ( ws )? cp_expression_list ( ( ws )? SASS_DEFAULT )? )
++             int alt230=2;
++-            try { dbg.enterDecision(230, decisionCanBacktrack[230]);
+++            try { dbg.enterDecision(230);
++ 
++             int LA230_0 = input.LA(1);
++ 
++@@ -13663,7 +13663,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:996:39: ( ws )?
++                     int alt224=2;
++                     try { dbg.enterSubRule(224);
++-                    try { dbg.enterDecision(224, decisionCanBacktrack[224]);
+++                    try { dbg.enterDecision(224);
++ 
++                     int LA224_0 = input.LA(1);
++ 
++@@ -13697,7 +13697,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:996:49: ( ws )?
++                     int alt225=2;
++                     try { dbg.enterSubRule(225);
++-                    try { dbg.enterDecision(225, decisionCanBacktrack[225]);
+++                    try { dbg.enterDecision(225);
++ 
++                     int LA225_0 = input.LA(1);
++ 
++@@ -13754,7 +13754,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:998:39: ( ws )?
++                     int alt226=2;
++                     try { dbg.enterSubRule(226);
++-                    try { dbg.enterDecision(226, decisionCanBacktrack[226]);
+++                    try { dbg.enterDecision(226);
++ 
++                     int LA226_0 = input.LA(1);
++ 
++@@ -13788,7 +13788,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:998:49: ( ws )?
++                     int alt227=2;
++                     try { dbg.enterSubRule(227);
++-                    try { dbg.enterDecision(227, decisionCanBacktrack[227]);
+++                    try { dbg.enterDecision(227);
++ 
++                     int LA227_0 = input.LA(1);
++ 
++@@ -13826,7 +13826,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:998:72: ( ( ws )? SASS_DEFAULT )?
++                     int alt229=2;
++                     try { dbg.enterSubRule(229);
++-                    try { dbg.enterDecision(229, decisionCanBacktrack[229]);
+++                    try { dbg.enterDecision(229);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -13848,7 +13848,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:998:73: ( ws )?
++                             int alt228=2;
++                             try { dbg.enterSubRule(228);
++-                            try { dbg.enterDecision(228, decisionCanBacktrack[228]);
+++                            try { dbg.enterDecision(228);
++ 
++                             int LA228_0 = input.LA(1);
++ 
++@@ -13922,7 +13922,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1003:5: ({...}? ( AT_IDENT | IMPORT_SYM | PAGE_SYM | MEDIA_SYM | NAMESPACE_SYM | CHARSET_SYM | COUNTER_STYLE_SYM | FONT_FACE_SYM | TOPLEFTCORNER_SYM | TOPLEFT_SYM | TOPCENTER_SYM | TOPRIGHT_SYM | TOPRIGHTCORNER_SYM | BOTTOMLEFTCORNER_SYM | BOTTOMLEFT_SYM | BOTTOMCENTER_SYM | BOTTOMRIGHT_SYM | BOTTOMRIGHTCORNER_SYM | LEFTTOP_SYM | LEFTMIDDLE_SYM | LEFTBOTTOM_SYM | RIGHTTOP_SYM | RIGHTMIDDLE_SYM |  [...]
++             int alt231=2;
++-            try { dbg.enterDecision(231, decisionCanBacktrack[231]);
+++            try { dbg.enterDecision(231);
++ 
++             int LA231_0 = input.LA(1);
++ 
++@@ -14042,7 +14042,7 @@ public class Css3Parser extends DebugParser {
++             loop234:
++             do {
++                 int alt234=2;
++-                try { dbg.enterDecision(234, decisionCanBacktrack[234]);
+++                try { dbg.enterDecision(234);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -14064,7 +14064,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1014:37: ( ws )?
++             	    int alt232=2;
++             	    try { dbg.enterSubRule(232);
++-            	    try { dbg.enterDecision(232, decisionCanBacktrack[232]);
+++            	    try { dbg.enterDecision(232);
++ 
++             	    int LA232_0 = input.LA(1);
++ 
++@@ -14098,7 +14098,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1014:47: ( ws )?
++             	    int alt233=2;
++             	    try { dbg.enterSubRule(233);
++-            	    try { dbg.enterDecision(233, decisionCanBacktrack[233]);
+++            	    try { dbg.enterDecision(233);
++ 
++             	    int LA233_0 = input.LA(1);
++ 
++@@ -14193,7 +14193,7 @@ public class Css3Parser extends DebugParser {
++             loop238:
++             do {
++                 int alt238=3;
++-                try { dbg.enterDecision(238, decisionCanBacktrack[238]);
+++                try { dbg.enterDecision(238);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -14221,7 +14221,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1031:40: ( ws )?
++             	    int alt235=2;
++             	    try { dbg.enterSubRule(235);
++-            	    try { dbg.enterDecision(235, decisionCanBacktrack[235]);
+++            	    try { dbg.enterDecision(235);
++ 
++             	    int LA235_0 = input.LA(1);
++ 
++@@ -14259,7 +14259,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1031:67: ( ws )?
++             	    int alt236=2;
++             	    try { dbg.enterSubRule(236);
++-            	    try { dbg.enterDecision(236, decisionCanBacktrack[236]);
+++            	    try { dbg.enterDecision(236);
++ 
++             	    int LA236_0 = input.LA(1);
++ 
++@@ -14308,7 +14308,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1032:37: ( ws )?
++             	    int alt237=2;
++             	    try { dbg.enterSubRule(237);
++-            	    try { dbg.enterDecision(237, decisionCanBacktrack[237]);
+++            	    try { dbg.enterDecision(237);
++ 
++             	    int LA237_0 = input.LA(1);
++ 
++@@ -14444,7 +14444,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1043:9: ( NOT ( ws )? )?
++             int alt240=2;
++             try { dbg.enterSubRule(240);
++-            try { dbg.enterDecision(240, decisionCanBacktrack[240]);
+++            try { dbg.enterDecision(240);
++ 
++             int LA240_0 = input.LA(1);
++ 
++@@ -14465,7 +14465,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1043:14: ( ws )?
++                     int alt239=2;
++                     try { dbg.enterSubRule(239);
++-                    try { dbg.enterDecision(239, decisionCanBacktrack[239]);
+++                    try { dbg.enterDecision(239);
++ 
++                     int LA239_0 = input.LA(1);
++ 
++@@ -14504,7 +14504,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1044:9: ( ( cp_math_expression )=> cp_math_expression | LPAREN ( ws )? ( cp_expression_list ( ws )? )? RPAREN )
++             int alt244=2;
++             try { dbg.enterSubRule(244);
++-            try { dbg.enterDecision(244, decisionCanBacktrack[244]);
+++            try { dbg.enterDecision(244);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -14542,7 +14542,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1046:22: ( ws )?
++                     int alt241=2;
++                     try { dbg.enterSubRule(241);
++-                    try { dbg.enterDecision(241, decisionCanBacktrack[241]);
+++                    try { dbg.enterDecision(241);
++ 
++                     int LA241_0 = input.LA(1);
++ 
++@@ -14574,7 +14574,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1046:26: ( cp_expression_list ( ws )? )?
++                     int alt243=2;
++                     try { dbg.enterSubRule(243);
++-                    try { dbg.enterDecision(243, decisionCanBacktrack[243]);
+++                    try { dbg.enterDecision(243);
++ 
++                     int LA243_0 = input.LA(1);
++ 
++@@ -14599,7 +14599,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1046:46: ( ws )?
++                             int alt242=2;
++                             try { dbg.enterSubRule(242);
++-                            try { dbg.enterDecision(242, decisionCanBacktrack[242]);
+++                            try { dbg.enterDecision(242);
++ 
++                             int LA242_0 = input.LA(1);
++ 
++@@ -14694,7 +14694,7 @@ public class Css3Parser extends DebugParser {
++             loop245:
++             do {
++                 int alt245=2;
++-                try { dbg.enterDecision(245, decisionCanBacktrack[245]);
+++                try { dbg.enterDecision(245);
++ 
++                 int LA245_0 = input.LA(1);
++ 
++@@ -14784,7 +14784,7 @@ public class Css3Parser extends DebugParser {
++             loop248:
++             do {
++                 int alt248=2;
++-                try { dbg.enterDecision(248, decisionCanBacktrack[248]);
+++                try { dbg.enterDecision(248);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -14806,7 +14806,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1072:48: ( ws )?
++             	    int alt246=2;
++             	    try { dbg.enterSubRule(246);
++-            	    try { dbg.enterDecision(246, decisionCanBacktrack[246]);
+++            	    try { dbg.enterDecision(246);
++ 
++             	    int LA246_0 = input.LA(1);
++ 
++@@ -14850,7 +14850,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1072:78: ( ws )?
++             	    int alt247=2;
++             	    try { dbg.enterSubRule(247);
++-            	    try { dbg.enterDecision(247, decisionCanBacktrack[247]);
+++            	    try { dbg.enterDecision(247);
++ 
++             	    int LA247_0 = input.LA(1);
++ 
++@@ -14929,7 +14929,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1077:5: ( term | IMPORTANT_SYM | ( unaryOperator ( ws )? )? LPAREN ( ws )? cp_math_expression ( ws )? RPAREN )
++             int alt253=3;
++-            try { dbg.enterDecision(253, decisionCanBacktrack[253]);
+++            try { dbg.enterDecision(253);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -14975,7 +14975,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1080:7: ( unaryOperator ( ws )? )?
++                     int alt250=2;
++                     try { dbg.enterSubRule(250);
++-                    try { dbg.enterDecision(250, decisionCanBacktrack[250]);
+++                    try { dbg.enterDecision(250);
++ 
++                     int LA250_0 = input.LA(1);
++ 
++@@ -15000,7 +15000,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1080:23: ( ws )?
++                             int alt249=2;
++                             try { dbg.enterSubRule(249);
++-                            try { dbg.enterDecision(249, decisionCanBacktrack[249]);
+++                            try { dbg.enterDecision(249);
++ 
++                             int LA249_0 = input.LA(1);
++ 
++@@ -15041,7 +15041,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1080:37: ( ws )?
++                     int alt251=2;
++                     try { dbg.enterSubRule(251);
++-                    try { dbg.enterDecision(251, decisionCanBacktrack[251]);
+++                    try { dbg.enterDecision(251);
++ 
++                     int LA251_0 = input.LA(1);
++ 
++@@ -15079,7 +15079,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1080:60: ( ws )?
++                     int alt252=2;
++                     try { dbg.enterSubRule(252);
++-                    try { dbg.enterDecision(252, decisionCanBacktrack[252]);
+++                    try { dbg.enterDecision(252);
++ 
++                     int LA252_0 = input.LA(1);
++ 
++@@ -15153,7 +15153,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1091:5: ({...}? DOT cp_mixin_name ( ws )? LPAREN ( ws )? ( cp_args_list )? RPAREN ( ( ws )? less_mixin_guarded )? | {...}? SASS_MIXIN ws cp_mixin_name ( ( ws )? LPAREN ( ws )? ( cp_args_list )? RPAREN )? )
++             int alt263=2;
++             try { dbg.enterSubRule(263);
++-            try { dbg.enterDecision(263, decisionCanBacktrack[263]);
+++            try { dbg.enterDecision(263);
++ 
++             int LA263_0 = input.LA(1);
++ 
++@@ -15196,7 +15196,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1092:45: ( ws )?
++                     int alt254=2;
++                     try { dbg.enterSubRule(254);
++-                    try { dbg.enterDecision(254, decisionCanBacktrack[254]);
+++                    try { dbg.enterDecision(254);
++ 
++                     int LA254_0 = input.LA(1);
++ 
++@@ -15230,7 +15230,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1092:56: ( ws )?
++                     int alt255=2;
++                     try { dbg.enterSubRule(255);
++-                    try { dbg.enterDecision(255, decisionCanBacktrack[255]);
+++                    try { dbg.enterDecision(255);
++ 
++                     int LA255_0 = input.LA(1);
++ 
++@@ -15262,7 +15262,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1092:60: ( cp_args_list )?
++                     int alt256=2;
++                     try { dbg.enterSubRule(256);
++-                    try { dbg.enterDecision(256, decisionCanBacktrack[256]);
+++                    try { dbg.enterDecision(256);
++ 
++                     int LA256_0 = input.LA(1);
++ 
++@@ -15296,7 +15296,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1092:81: ( ( ws )? less_mixin_guarded )?
++                     int alt258=2;
++                     try { dbg.enterSubRule(258);
++-                    try { dbg.enterDecision(258, decisionCanBacktrack[258]);
+++                    try { dbg.enterDecision(258);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -15318,7 +15318,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1092:82: ( ws )?
++                             int alt257=2;
++                             try { dbg.enterSubRule(257);
++-                            try { dbg.enterDecision(257, decisionCanBacktrack[257]);
+++                            try { dbg.enterDecision(257);
++ 
++                             int LA257_0 = input.LA(1);
++ 
++@@ -15390,7 +15390,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1094:55: ( ( ws )? LPAREN ( ws )? ( cp_args_list )? RPAREN )?
++                     int alt262=2;
++                     try { dbg.enterSubRule(262);
++-                    try { dbg.enterDecision(262, decisionCanBacktrack[262]);
+++                    try { dbg.enterDecision(262);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -15412,7 +15412,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1094:56: ( ws )?
++                             int alt259=2;
++                             try { dbg.enterSubRule(259);
++-                            try { dbg.enterDecision(259, decisionCanBacktrack[259]);
+++                            try { dbg.enterDecision(259);
++ 
++                             int LA259_0 = input.LA(1);
++ 
++@@ -15446,7 +15446,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1094:67: ( ws )?
++                             int alt260=2;
++                             try { dbg.enterSubRule(260);
++-                            try { dbg.enterDecision(260, decisionCanBacktrack[260]);
+++                            try { dbg.enterDecision(260);
++ 
++                             int LA260_0 = input.LA(1);
++ 
++@@ -15478,7 +15478,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1094:71: ( cp_args_list )?
++                             int alt261=2;
++                             try { dbg.enterSubRule(261);
++-                            try { dbg.enterDecision(261, decisionCanBacktrack[261]);
+++                            try { dbg.enterDecision(261);
++ 
++                             int LA261_0 = input.LA(1);
++ 
++@@ -15526,7 +15526,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1096:5: ( ws )?
++             int alt264=2;
++             try { dbg.enterSubRule(264);
++-            try { dbg.enterDecision(264, decisionCanBacktrack[264]);
+++            try { dbg.enterDecision(264);
++ 
++             int LA264_0 = input.LA(1);
++ 
++@@ -15602,7 +15602,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1103:5: ({...}? DOT cp_mixin_name ( ( ws )? LPAREN ( ws )? ( cp_mixin_call_args )? RPAREN )? | {...}? SASS_INCLUDE ws cp_mixin_name ( ( ws )? LPAREN ( ws )? ( cp_mixin_call_args )? RPAREN )? ( ( ws )? cp_mixin_block )? )
++             int alt275=2;
++             try { dbg.enterSubRule(275);
++-            try { dbg.enterDecision(275, decisionCanBacktrack[275]);
+++            try { dbg.enterDecision(275);
++ 
++             int LA275_0 = input.LA(1);
++ 
++@@ -15645,7 +15645,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1104:45: ( ( ws )? LPAREN ( ws )? ( cp_mixin_call_args )? RPAREN )?
++                     int alt268=2;
++                     try { dbg.enterSubRule(268);
++-                    try { dbg.enterDecision(268, decisionCanBacktrack[268]);
+++                    try { dbg.enterDecision(268);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -15667,7 +15667,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1104:46: ( ws )?
++                             int alt265=2;
++                             try { dbg.enterSubRule(265);
++-                            try { dbg.enterDecision(265, decisionCanBacktrack[265]);
+++                            try { dbg.enterDecision(265);
++ 
++                             int LA265_0 = input.LA(1);
++ 
++@@ -15701,7 +15701,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1104:57: ( ws )?
++                             int alt266=2;
++                             try { dbg.enterSubRule(266);
++-                            try { dbg.enterDecision(266, decisionCanBacktrack[266]);
+++                            try { dbg.enterDecision(266);
++ 
++                             int LA266_0 = input.LA(1);
++ 
++@@ -15733,7 +15733,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1104:61: ( cp_mixin_call_args )?
++                             int alt267=2;
++                             try { dbg.enterSubRule(267);
++-                            try { dbg.enterDecision(267, decisionCanBacktrack[267]);
+++                            try { dbg.enterDecision(267);
++ 
++                             int LA267_0 = input.LA(1);
++ 
++@@ -15801,7 +15801,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:57: ( ( ws )? LPAREN ( ws )? ( cp_mixin_call_args )? RPAREN )?
++                     int alt272=2;
++                     try { dbg.enterSubRule(272);
++-                    try { dbg.enterDecision(272, decisionCanBacktrack[272]);
+++                    try { dbg.enterDecision(272);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -15823,7 +15823,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:58: ( ws )?
++                             int alt269=2;
++                             try { dbg.enterSubRule(269);
++-                            try { dbg.enterDecision(269, decisionCanBacktrack[269]);
+++                            try { dbg.enterDecision(269);
++ 
++                             int LA269_0 = input.LA(1);
++ 
++@@ -15857,7 +15857,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:69: ( ws )?
++                             int alt270=2;
++                             try { dbg.enterSubRule(270);
++-                            try { dbg.enterDecision(270, decisionCanBacktrack[270]);
+++                            try { dbg.enterDecision(270);
++ 
++                             int LA270_0 = input.LA(1);
++ 
++@@ -15889,7 +15889,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:73: ( cp_mixin_call_args )?
++                             int alt271=2;
++                             try { dbg.enterSubRule(271);
++-                            try { dbg.enterDecision(271, decisionCanBacktrack[271]);
+++                            try { dbg.enterDecision(271);
++ 
++                             int LA271_0 = input.LA(1);
++ 
++@@ -15930,7 +15930,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:102: ( ( ws )? cp_mixin_block )?
++                     int alt274=2;
++                     try { dbg.enterSubRule(274);
++-                    try { dbg.enterDecision(274, decisionCanBacktrack[274]);
+++                    try { dbg.enterDecision(274);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -15952,7 +15952,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1106:103: ( ws )?
++                             int alt273=2;
++                             try { dbg.enterSubRule(273);
++-                            try { dbg.enterDecision(273, decisionCanBacktrack[273]);
+++                            try { dbg.enterDecision(273);
++ 
++                             int LA273_0 = input.LA(1);
++ 
++@@ -16044,7 +16044,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1112:12: ( ws )?
++             int alt276=2;
++             try { dbg.enterSubRule(276);
++-            try { dbg.enterDecision(276, decisionCanBacktrack[276]);
+++            try { dbg.enterDecision(276);
++ 
++             int LA276_0 = input.LA(1);
++ 
++@@ -16082,7 +16082,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1113:9: ( declarations )?
++             int alt277=2;
++             try { dbg.enterSubRule(277);
++-            try { dbg.enterDecision(277, decisionCanBacktrack[277]);
+++            try { dbg.enterDecision(277);
++ 
++             int LA277_0 = input.LA(1);
++ 
++@@ -16203,7 +16203,7 @@ public class Css3Parser extends DebugParser {
++             loop279:
++             do {
++                 int alt279=2;
++-                try { dbg.enterDecision(279, decisionCanBacktrack[279]);
+++                try { dbg.enterDecision(279);
++ 
++                 int LA279_0 = input.LA(1);
++ 
++@@ -16236,7 +16236,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1126:40: ( ws )?
++             	    int alt278=2;
++             	    try { dbg.enterSubRule(278);
++-            	    try { dbg.enterDecision(278, decisionCanBacktrack[278]);
+++            	    try { dbg.enterDecision(278);
++ 
++             	    int LA278_0 = input.LA(1);
++ 
++@@ -16284,7 +16284,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1126:65: ( CP_DOTS ( ws )? )?
++             int alt281=2;
++             try { dbg.enterSubRule(281);
++-            try { dbg.enterDecision(281, decisionCanBacktrack[281]);
+++            try { dbg.enterDecision(281);
++ 
++             int LA281_0 = input.LA(1);
++ 
++@@ -16305,7 +16305,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1126:74: ( ws )?
++                     int alt280=2;
++                     try { dbg.enterSubRule(280);
++-                    try { dbg.enterDecision(280, decisionCanBacktrack[280]);
+++                    try { dbg.enterDecision(280);
++ 
++                     int LA280_0 = input.LA(1);
++ 
++@@ -16382,7 +16382,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1131:5: ( cp_variable ( ws )? COLON ( ws )? cp_expression | cp_expression )
++             int alt284=2;
++             try { dbg.enterSubRule(284);
++-            try { dbg.enterDecision(284, decisionCanBacktrack[284]);
+++            try { dbg.enterDecision(284);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -16410,7 +16410,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1132:21: ( ws )?
++                     int alt282=2;
++                     try { dbg.enterSubRule(282);
++-                    try { dbg.enterDecision(282, decisionCanBacktrack[282]);
+++                    try { dbg.enterDecision(282);
++ 
++                     int LA282_0 = input.LA(1);
++ 
++@@ -16444,7 +16444,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1132:31: ( ws )?
++                     int alt283=2;
++                     try { dbg.enterSubRule(283);
++-                    try { dbg.enterDecision(283, decisionCanBacktrack[283]);
+++                    try { dbg.enterDecision(283);
++ 
++                     int LA283_0 = input.LA(1);
++ 
++@@ -16503,7 +16503,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1134:7: ( ws )?
++             int alt285=2;
++             try { dbg.enterSubRule(285);
++-            try { dbg.enterDecision(285, decisionCanBacktrack[285]);
+++            try { dbg.enterDecision(285);
++ 
++             int LA285_0 = input.LA(1);
++ 
++@@ -16566,7 +16566,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1139:5: ( ( cp_arg ( ( COMMA | SEMI ) ( ws )? cp_arg )* ( ( COMMA | SEMI ) ( ws )? )? ( ( CP_DOTS | LESS_REST ) ( ws )? )? ) | ( CP_DOTS | LESS_REST ) ( ws )? )
++             int alt293=2;
++-            try { dbg.enterDecision(293, decisionCanBacktrack[293]);
+++            try { dbg.enterDecision(293);
++ 
++             int LA293_0 = input.LA(1);
++ 
++@@ -16611,7 +16611,7 @@ public class Css3Parser extends DebugParser {
++                     loop287:
++                     do {
++                         int alt287=2;
++-                        try { dbg.enterDecision(287, decisionCanBacktrack[287]);
+++                        try { dbg.enterDecision(287);
++ 
++                         try {
++                             isCyclicDecision = true;
++@@ -16645,7 +16645,7 @@ public class Css3Parser extends DebugParser {
++                     	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1146:33: ( ws )?
++                     	    int alt286=2;
++                     	    try { dbg.enterSubRule(286);
++-                    	    try { dbg.enterDecision(286, decisionCanBacktrack[286]);
+++                    	    try { dbg.enterDecision(286);
++ 
++                     	    int LA286_0 = input.LA(1);
++ 
++@@ -16693,7 +16693,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1146:47: ( ( COMMA | SEMI ) ( ws )? )?
++                     int alt289=2;
++                     try { dbg.enterSubRule(289);
++-                    try { dbg.enterDecision(289, decisionCanBacktrack[289]);
+++                    try { dbg.enterDecision(289);
++ 
++                     int LA289_0 = input.LA(1);
++ 
++@@ -16724,7 +16724,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1146:64: ( ws )?
++                             int alt288=2;
++                             try { dbg.enterSubRule(288);
++-                            try { dbg.enterDecision(288, decisionCanBacktrack[288]);
+++                            try { dbg.enterDecision(288);
++ 
++                             int LA288_0 = input.LA(1);
++ 
++@@ -16763,7 +16763,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1146:71: ( ( CP_DOTS | LESS_REST ) ( ws )? )?
++                     int alt291=2;
++                     try { dbg.enterSubRule(291);
++-                    try { dbg.enterDecision(291, decisionCanBacktrack[291]);
+++                    try { dbg.enterDecision(291);
++ 
++                     int LA291_0 = input.LA(1);
++ 
++@@ -16794,7 +16794,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1146:95: ( ws )?
++                             int alt290=2;
++                             try { dbg.enterSubRule(290);
++-                            try { dbg.enterDecision(290, decisionCanBacktrack[290]);
+++                            try { dbg.enterDecision(290);
++ 
++                             int LA290_0 = input.LA(1);
++ 
++@@ -16856,7 +16856,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1148:27: ( ws )?
++                     int alt292=2;
++                     try { dbg.enterSubRule(292);
++-                    try { dbg.enterDecision(292, decisionCanBacktrack[292]);
+++                    try { dbg.enterDecision(292);
++ 
++                     int LA292_0 = input.LA(1);
++ 
++@@ -16934,7 +16934,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1154:17: ( ws )?
++             int alt294=2;
++             try { dbg.enterSubRule(294);
++-            try { dbg.enterDecision(294, decisionCanBacktrack[294]);
+++            try { dbg.enterDecision(294);
++ 
++             int LA294_0 = input.LA(1);
++ 
++@@ -16966,7 +16966,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1154:21: ( COLON ( ws )? cp_expression ( ws )? )?
++             int alt297=2;
++             try { dbg.enterSubRule(297);
++-            try { dbg.enterDecision(297, decisionCanBacktrack[297]);
+++            try { dbg.enterDecision(297);
++ 
++             int LA297_0 = input.LA(1);
++ 
++@@ -16987,7 +16987,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1154:29: ( ws )?
++                     int alt295=2;
++                     try { dbg.enterSubRule(295);
++-                    try { dbg.enterDecision(295, decisionCanBacktrack[295]);
+++                    try { dbg.enterDecision(295);
++ 
++                     int LA295_0 = input.LA(1);
++ 
++@@ -17025,7 +17025,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1154:47: ( ws )?
++                     int alt296=2;
++                     try { dbg.enterSubRule(296);
++-                    try { dbg.enterDecision(296, decisionCanBacktrack[296]);
+++                    try { dbg.enterDecision(296);
++ 
++                     int LA296_0 = input.LA(1);
++ 
++@@ -17104,7 +17104,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1161:15: ( ws )?
++             int alt298=2;
++             try { dbg.enterSubRule(298);
++-            try { dbg.enterDecision(298, decisionCanBacktrack[298]);
+++            try { dbg.enterDecision(298);
++ 
++             int LA298_0 = input.LA(1);
++ 
++@@ -17145,7 +17145,7 @@ public class Css3Parser extends DebugParser {
++             loop301:
++             do {
++                 int alt301=2;
++-                try { dbg.enterDecision(301, decisionCanBacktrack[301]);
+++                try { dbg.enterDecision(301);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -17167,7 +17167,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1161:35: ( ws )?
++             	    int alt299=2;
++             	    try { dbg.enterSubRule(299);
++-            	    try { dbg.enterDecision(299, decisionCanBacktrack[299]);
+++            	    try { dbg.enterDecision(299);
++ 
++             	    int LA299_0 = input.LA(1);
++ 
++@@ -17211,7 +17211,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1161:53: ( ws )?
++             	    int alt300=2;
++             	    try { dbg.enterSubRule(300);
++-            	    try { dbg.enterDecision(300, decisionCanBacktrack[300]);
+++            	    try { dbg.enterDecision(300);
++ 
++             	    int LA300_0 = input.LA(1);
++ 
++@@ -17297,7 +17297,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1168:5: ( NOT ( ws )? )?
++             int alt303=2;
++             try { dbg.enterSubRule(303);
++-            try { dbg.enterDecision(303, decisionCanBacktrack[303]);
+++            try { dbg.enterDecision(303);
++ 
++             int LA303_0 = input.LA(1);
++ 
++@@ -17318,7 +17318,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1168:10: ( ws )?
++                     int alt302=2;
++                     try { dbg.enterSubRule(302);
++-                    try { dbg.enterDecision(302, decisionCanBacktrack[302]);
+++                    try { dbg.enterDecision(302);
++ 
++                     int LA302_0 = input.LA(1);
++ 
++@@ -17359,7 +17359,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1169:12: ( ws )?
++             int alt304=2;
++             try { dbg.enterSubRule(304);
++-            try { dbg.enterDecision(304, decisionCanBacktrack[304]);
+++            try { dbg.enterDecision(304);
++ 
++             int LA304_0 = input.LA(1);
++ 
++@@ -17397,7 +17397,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1171:14: ( cp_variable | less_function_in_condition )
++             int alt305=2;
++             try { dbg.enterSubRule(305);
++-            try { dbg.enterDecision(305, decisionCanBacktrack[305]);
+++            try { dbg.enterDecision(305);
++ 
++             int LA305_0 = input.LA(1);
++ 
++@@ -17454,7 +17454,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1171:57: ( ws )?
++             int alt306=2;
++             try { dbg.enterSubRule(306);
++-            try { dbg.enterDecision(306, decisionCanBacktrack[306]);
+++            try { dbg.enterDecision(306);
++ 
++             int LA306_0 = input.LA(1);
++ 
++@@ -17486,7 +17486,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1171:61: ( less_condition_operator ( ws )? cp_math_expression )?
++             int alt308=2;
++             try { dbg.enterSubRule(308);
++-            try { dbg.enterDecision(308, decisionCanBacktrack[308]);
+++            try { dbg.enterDecision(308);
++ 
++             int LA308_0 = input.LA(1);
++ 
++@@ -17511,7 +17511,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1171:86: ( ws )?
++                     int alt307=2;
++                     try { dbg.enterSubRule(307);
++-                    try { dbg.enterDecision(307, decisionCanBacktrack[307]);
+++                    try { dbg.enterDecision(307);
++ 
++                     int LA307_0 = input.LA(1);
++ 
++@@ -17605,7 +17605,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1179:18: ( ws )?
++             int alt309=2;
++             try { dbg.enterSubRule(309);
++-            try { dbg.enterDecision(309, decisionCanBacktrack[309]);
+++            try { dbg.enterDecision(309);
++ 
++             int LA309_0 = input.LA(1);
++ 
++@@ -17639,7 +17639,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1179:29: ( ws )?
++             int alt310=2;
++             try { dbg.enterSubRule(310);
++-            try { dbg.enterDecision(310, decisionCanBacktrack[310]);
+++            try { dbg.enterDecision(310);
++ 
++             int LA310_0 = input.LA(1);
++ 
++@@ -17677,7 +17677,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1179:45: ( ws )?
++             int alt311=2;
++             try { dbg.enterSubRule(311);
++-            try { dbg.enterDecision(311, decisionCanBacktrack[311]);
+++            try { dbg.enterDecision(311);
++ 
++             int LA311_0 = input.LA(1);
++ 
++@@ -17843,7 +17843,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1195:20: ( ws )?
++             int alt312=2;
++             try { dbg.enterSubRule(312);
++-            try { dbg.enterDecision(312, decisionCanBacktrack[312]);
+++            try { dbg.enterDecision(312);
++ 
++             int LA312_0 = input.LA(1);
++ 
++@@ -17877,7 +17877,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1195:30: ( ws )?
++             int alt313=2;
++             try { dbg.enterSubRule(313);
++-            try { dbg.enterDecision(313, decisionCanBacktrack[313]);
+++            try { dbg.enterDecision(313);
++ 
++             int LA313_0 = input.LA(1);
++ 
++@@ -17949,7 +17949,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1205:9: ( ( sass_interpolation_expression_var )=> sass_interpolation_expression_var | ( IDENT | MINUS | DOT | HASH_SYMBOL | HASH | COLON | LESS_AND | COMMA | STAR | GREATER | LBRACKET | RBRACKET ) )
++             int alt314=2;
++             try { dbg.enterSubRule(314);
++-            try { dbg.enterDecision(314, decisionCanBacktrack[314]);
+++            try { dbg.enterDecision(314);
++ 
++             int LA314_0 = input.LA(1);
++ 
++@@ -18030,7 +18030,7 @@ public class Css3Parser extends DebugParser {
++             loop317:
++             do {
++                 int alt317=2;
++-                try { dbg.enterDecision(317, decisionCanBacktrack[317]);
+++                try { dbg.enterDecision(317);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -18052,7 +18052,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1211:13: ( ws )?
++             	    int alt315=2;
++             	    try { dbg.enterSubRule(315);
++-            	    try { dbg.enterDecision(315, decisionCanBacktrack[315]);
+++            	    try { dbg.enterDecision(315);
++ 
++             	    int LA315_0 = input.LA(1);
++ 
++@@ -18084,7 +18084,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1212:13: ( ( sass_interpolation_expression_var )=> sass_interpolation_expression_var | ( IDENT | MINUS | DOT | HASH_SYMBOL | HASH | COLON | LESS_AND | COMMA | STAR | GREATER | LBRACKET | RBRACKET ) )
++             	    int alt316=2;
++             	    try { dbg.enterSubRule(316);
++-            	    try { dbg.enterDecision(316, decisionCanBacktrack[316]);
+++            	    try { dbg.enterDecision(316);
++ 
++             	    int LA316_0 = input.LA(1);
++ 
++@@ -18210,7 +18210,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1223:9: ( ( sass_interpolation_expression_var )=> sass_interpolation_expression_var | ( IDENT | MINUS | DOT | HASH_SYMBOL | HASH ) )
++             int alt318=2;
++             try { dbg.enterSubRule(318);
++-            try { dbg.enterDecision(318, decisionCanBacktrack[318]);
+++            try { dbg.enterDecision(318);
++ 
++             int LA318_0 = input.LA(1);
++ 
++@@ -18291,7 +18291,7 @@ public class Css3Parser extends DebugParser {
++             loop321:
++             do {
++                 int alt321=2;
++-                try { dbg.enterDecision(321, decisionCanBacktrack[321]);
+++                try { dbg.enterDecision(321);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -18313,7 +18313,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1229:13: ( ws )?
++             	    int alt319=2;
++             	    try { dbg.enterSubRule(319);
++-            	    try { dbg.enterDecision(319, decisionCanBacktrack[319]);
+++            	    try { dbg.enterDecision(319);
++ 
++             	    int LA319_0 = input.LA(1);
++ 
++@@ -18345,7 +18345,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1230:13: ( ( sass_interpolation_expression_var )=> sass_interpolation_expression_var | ( IDENT | MINUS | DOT | HASH_SYMBOL | HASH ) )
++             	    int alt320=2;
++             	    try { dbg.enterSubRule(320);
++-            	    try { dbg.enterDecision(320, decisionCanBacktrack[320]);
+++            	    try { dbg.enterDecision(320);
++ 
++             	    int LA320_0 = input.LA(1);
++ 
++@@ -18527,7 +18527,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:14: ( ws )?
++             int alt322=2;
++             try { dbg.enterSubRule(322);
++-            try { dbg.enterDecision(322, decisionCanBacktrack[322]);
+++            try { dbg.enterDecision(322);
++ 
++             int LA322_0 = input.LA(1);
++ 
++@@ -18561,7 +18561,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:24: ( ws )?
++             int alt323=2;
++             try { dbg.enterSubRule(323);
++-            try { dbg.enterDecision(323, decisionCanBacktrack[323]);
+++            try { dbg.enterDecision(323);
++ 
++             int LA323_0 = input.LA(1);
++ 
++@@ -18593,7 +18593,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:28: ( propertyValue ( ws )? )?
++             int alt325=2;
++             try { dbg.enterSubRule(325);
++-            try { dbg.enterDecision(325, decisionCanBacktrack[325]);
+++            try { dbg.enterDecision(325);
++ 
++             int LA325_0 = input.LA(1);
++ 
++@@ -18618,7 +18618,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:43: ( ws )?
++                     int alt324=2;
++                     try { dbg.enterSubRule(324);
++-                    try { dbg.enterDecision(324, decisionCanBacktrack[324]);
+++                    try { dbg.enterDecision(324);
++ 
++                     int LA324_0 = input.LA(1);
++ 
++@@ -18659,7 +18659,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:56: ( ws )?
++             int alt326=2;
++             try { dbg.enterSubRule(326);
++-            try { dbg.enterDecision(326, decisionCanBacktrack[326]);
+++            try { dbg.enterDecision(326);
++ 
++             int LA326_0 = input.LA(1);
++ 
++@@ -18697,7 +18697,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1264:73: ( declarations )?
++             int alt327=2;
++             try { dbg.enterSubRule(327);
++-            try { dbg.enterDecision(327, decisionCanBacktrack[327]);
+++            try { dbg.enterDecision(327);
++ 
++             int LA327_0 = input.LA(1);
++ 
++@@ -18783,7 +18783,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1269:43: ( ( ws )? SASS_OPTIONAL )?
++             int alt329=2;
++             try { dbg.enterSubRule(329);
++-            try { dbg.enterDecision(329, decisionCanBacktrack[329]);
+++            try { dbg.enterDecision(329);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -18805,7 +18805,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1269:44: ( ws )?
++                     int alt328=2;
++                     try { dbg.enterSubRule(328);
++-                    try { dbg.enterDecision(328, decisionCanBacktrack[328]);
+++                    try { dbg.enterDecision(328);
++ 
++                     int LA328_0 = input.LA(1);
++ 
++@@ -18979,7 +18979,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1283:5: ( sass_if | sass_for | sass_each | sass_while )
++             int alt330=4;
++-            try { dbg.enterDecision(330, decisionCanBacktrack[330]);
+++            try { dbg.enterDecision(330);
++ 
++             switch ( input.LA(1) ) {
++             case SASS_IF:
++@@ -19125,7 +19125,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1289:40: ( ws )?
++             int alt331=2;
++             try { dbg.enterSubRule(331);
++-            try { dbg.enterDecision(331, decisionCanBacktrack[331]);
+++            try { dbg.enterDecision(331);
++ 
++             int LA331_0 = input.LA(1);
++ 
++@@ -19163,7 +19163,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1289:63: ( ( ws )? sass_else )?
++             int alt333=2;
++             try { dbg.enterSubRule(333);
++-            try { dbg.enterDecision(333, decisionCanBacktrack[333]);
+++            try { dbg.enterDecision(333);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -19185,7 +19185,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1289:64: ( ws )?
++                     int alt332=2;
++                     try { dbg.enterSubRule(332);
++-                    try { dbg.enterDecision(332, decisionCanBacktrack[332]);
+++                    try { dbg.enterDecision(332);
++ 
++                     int LA332_0 = input.LA(1);
++ 
++@@ -19261,7 +19261,7 @@ public class Css3Parser extends DebugParser {
++         try {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1293:5: ( SASS_ELSE ( ws )? sass_control_block | SASS_ELSE ( ws )? {...}? IDENT ( ws )? sass_control_expression ( ws )? sass_control_block ( ( ws )? sass_else )? )
++             int alt340=2;
++-            try { dbg.enterDecision(340, decisionCanBacktrack[340]);
+++            try { dbg.enterDecision(340);
++ 
++             try {
++                 isCyclicDecision = true;
++@@ -19285,7 +19285,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1294:15: ( ws )?
++                     int alt334=2;
++                     try { dbg.enterSubRule(334);
++-                    try { dbg.enterDecision(334, decisionCanBacktrack[334]);
+++                    try { dbg.enterDecision(334);
++ 
++                     int LA334_0 = input.LA(1);
++ 
++@@ -19333,7 +19333,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1296:15: ( ws )?
++                     int alt335=2;
++                     try { dbg.enterSubRule(335);
++-                    try { dbg.enterDecision(335, decisionCanBacktrack[335]);
+++                    try { dbg.enterDecision(335);
++ 
++                     int LA335_0 = input.LA(1);
++ 
++@@ -19372,7 +19372,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1296:59: ( ws )?
++                     int alt336=2;
++                     try { dbg.enterSubRule(336);
++-                    try { dbg.enterDecision(336, decisionCanBacktrack[336]);
+++                    try { dbg.enterDecision(336);
++ 
++                     int LA336_0 = input.LA(1);
++ 
++@@ -19410,7 +19410,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1296:87: ( ws )?
++                     int alt337=2;
++                     try { dbg.enterSubRule(337);
++-                    try { dbg.enterDecision(337, decisionCanBacktrack[337]);
+++                    try { dbg.enterDecision(337);
++ 
++                     int LA337_0 = input.LA(1);
++ 
++@@ -19448,7 +19448,7 @@ public class Css3Parser extends DebugParser {
++                     // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1296:110: ( ( ws )? sass_else )?
++                     int alt339=2;
++                     try { dbg.enterSubRule(339);
++-                    try { dbg.enterDecision(339, decisionCanBacktrack[339]);
+++                    try { dbg.enterDecision(339);
++ 
++                     try {
++                         isCyclicDecision = true;
++@@ -19470,7 +19470,7 @@ public class Css3Parser extends DebugParser {
++                             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1296:111: ( ws )?
++                             int alt338=2;
++                             try { dbg.enterSubRule(338);
++-                            try { dbg.enterDecision(338, decisionCanBacktrack[338]);
+++                            try { dbg.enterDecision(338);
++ 
++                             int LA338_0 = input.LA(1);
++ 
++@@ -19663,7 +19663,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1306:195: ( ws )?
++             int alt341=2;
++             try { dbg.enterSubRule(341);
++-            try { dbg.enterDecision(341, decisionCanBacktrack[341]);
+++            try { dbg.enterDecision(341);
++ 
++             int LA341_0 = input.LA(1);
++ 
++@@ -19778,7 +19778,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1311:101: ( ws )?
++             int alt342=2;
++             try { dbg.enterSubRule(342);
++-            try { dbg.enterDecision(342, decisionCanBacktrack[342]);
+++            try { dbg.enterDecision(342);
++ 
++             int LA342_0 = input.LA(1);
++ 
++@@ -19863,7 +19863,7 @@ public class Css3Parser extends DebugParser {
++             loop345:
++             do {
++                 int alt345=2;
++-                try { dbg.enterDecision(345, decisionCanBacktrack[345]);
+++                try { dbg.enterDecision(345);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -19885,7 +19885,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1316:33: ( ws )?
++             	    int alt343=2;
++             	    try { dbg.enterSubRule(343);
++-            	    try { dbg.enterDecision(343, decisionCanBacktrack[343]);
+++            	    try { dbg.enterDecision(343);
++ 
++             	    int LA343_0 = input.LA(1);
++ 
++@@ -19919,7 +19919,7 @@ public class Css3Parser extends DebugParser {
++             	    // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1316:43: ( ws )?
++             	    int alt344=2;
++             	    try { dbg.enterSubRule(344);
++-            	    try { dbg.enterDecision(344, decisionCanBacktrack[344]);
+++            	    try { dbg.enterDecision(344);
++ 
++             	    int LA344_0 = input.LA(1);
++ 
++@@ -20019,7 +20019,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1321:43: ( ws )?
++             int alt346=2;
++             try { dbg.enterSubRule(346);
++-            try { dbg.enterDecision(346, decisionCanBacktrack[346]);
+++            try { dbg.enterDecision(346);
++ 
++             int LA346_0 = input.LA(1);
++ 
++@@ -20097,7 +20097,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1326:12: ( ws )?
++             int alt347=2;
++             try { dbg.enterSubRule(347);
++-            try { dbg.enterDecision(347, decisionCanBacktrack[347]);
+++            try { dbg.enterDecision(347);
++ 
++             int LA347_0 = input.LA(1);
++ 
++@@ -20129,7 +20129,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1326:16: ( declarations )?
++             int alt348=2;
++             try { dbg.enterSubRule(348);
++-            try { dbg.enterDecision(348, decisionCanBacktrack[348]);
+++            try { dbg.enterDecision(348);
++ 
++             int LA348_0 = input.LA(1);
++ 
++@@ -20215,7 +20215,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1335:41: ( ws )?
++             int alt349=2;
++             try { dbg.enterSubRule(349);
++-            try { dbg.enterDecision(349, decisionCanBacktrack[349]);
+++            try { dbg.enterDecision(349);
++ 
++             int LA349_0 = input.LA(1);
++ 
++@@ -20249,7 +20249,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1335:52: ( cp_args_list )?
++             int alt350=2;
++             try { dbg.enterSubRule(350);
++-            try { dbg.enterDecision(350, decisionCanBacktrack[350]);
+++            try { dbg.enterDecision(350);
++ 
++             int LA350_0 = input.LA(1);
++ 
++@@ -20283,7 +20283,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1335:73: ( ws )?
++             int alt351=2;
++             try { dbg.enterSubRule(351);
++-            try { dbg.enterDecision(351, decisionCanBacktrack[351]);
+++            try { dbg.enterDecision(351);
++ 
++             int LA351_0 = input.LA(1);
++ 
++@@ -20317,7 +20317,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1335:84: ( ws )?
++             int alt352=2;
++             try { dbg.enterSubRule(352);
++-            try { dbg.enterDecision(352, decisionCanBacktrack[352]);
+++            try { dbg.enterDecision(352);
++ 
++             int LA352_0 = input.LA(1);
++ 
++@@ -20349,7 +20349,7 @@ public class Css3Parser extends DebugParser {
++             // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1335:88: ( declarations )?
++             int alt353=2;
++             try { dbg.enterSubRule(353);
++-            try { dbg.enterDecision(353, decisionCanBacktrack[353]);
+++            try { dbg.enterDecision(353);
++ 
++             int LA353_0 = input.LA(1);
++ 
++@@ -20545,7 +20545,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:363:45: ( ws )?
++         int alt354=2;
++         try { dbg.enterSubRule(354);
++-        try { dbg.enterDecision(354, decisionCanBacktrack[354]);
+++        try { dbg.enterDecision(354);
++ 
++         int LA354_0 = input.LA(1);
++ 
++@@ -20595,7 +20595,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:366:99: ( ws )?
++         int alt355=2;
++         try { dbg.enterSubRule(355);
++-        try { dbg.enterDecision(355, decisionCanBacktrack[355]);
+++        try { dbg.enterDecision(355);
++ 
++         int LA355_0 = input.LA(1);
++ 
++@@ -20645,7 +20645,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:368:101: ( ws )?
++         int alt356=2;
++         try { dbg.enterSubRule(356);
++-        try { dbg.enterDecision(356, decisionCanBacktrack[356]);
+++        try { dbg.enterDecision(356);
++ 
++         int LA356_0 = input.LA(1);
++ 
++@@ -20695,7 +20695,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:383:28: ( ws )?
++         int alt357=2;
++         try { dbg.enterSubRule(357);
++-        try { dbg.enterDecision(357, decisionCanBacktrack[357]);
+++        try { dbg.enterDecision(357);
++ 
++         int LA357_0 = input.LA(1);
++ 
++@@ -20734,7 +20734,7 @@ public class Css3Parser extends DebugParser {
++     public final void synpred5_Css3_fragment() throws RecognitionException {   
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:391:5: ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | SEMI ) )* LBRACE ) )
++         int alt361=2;
++-        try { dbg.enterDecision(361, decisionCanBacktrack[361]);
+++        try { dbg.enterDecision(361);
++ 
++         int LA361_0 = input.LA(1);
++ 
++@@ -20784,7 +20784,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:391:30: ( ws )?
++                 int alt358=2;
++                 try { dbg.enterSubRule(358);
++-                try { dbg.enterDecision(358, decisionCanBacktrack[358]);
+++                try { dbg.enterDecision(358);
++ 
++                 int LA358_0 = input.LA(1);
++ 
++@@ -20821,7 +20821,7 @@ public class Css3Parser extends DebugParser {
++                 loop359:
++                 do {
++                     int alt359=2;
++-                    try { dbg.enterDecision(359, decisionCanBacktrack[359]);
+++                    try { dbg.enterDecision(359);
++ 
++                     int LA359_0 = input.LA(1);
++ 
++@@ -20869,7 +20869,7 @@ public class Css3Parser extends DebugParser {
++                 loop360:
++                 do {
++                     int alt360=2;
++-                    try { dbg.enterDecision(360, decisionCanBacktrack[360]);
+++                    try { dbg.enterDecision(360);
++ 
++                     int LA360_0 = input.LA(1);
++ 
++@@ -20937,7 +20937,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:393:22: ( ( ws )? IMPORTANT_SYM )?
++         int alt363=2;
++         try { dbg.enterSubRule(363);
++-        try { dbg.enterDecision(363, decisionCanBacktrack[363]);
+++        try { dbg.enterDecision(363);
++ 
++         try {
++             isCyclicDecision = true;
++@@ -20959,7 +20959,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:393:23: ( ws )?
++                 int alt362=2;
++                 try { dbg.enterSubRule(362);
++-                try { dbg.enterDecision(362, decisionCanBacktrack[362]);
+++                try { dbg.enterDecision(362);
++ 
++                 int LA362_0 = input.LA(1);
++ 
++@@ -21000,7 +21000,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:393:43: ( ws )?
++         int alt364=2;
++         try { dbg.enterSubRule(364);
++-        try { dbg.enterDecision(364, decisionCanBacktrack[364]);
+++        try { dbg.enterDecision(364);
++ 
++         int LA364_0 = input.LA(1);
++ 
++@@ -21068,7 +21068,7 @@ public class Css3Parser extends DebugParser {
++         loop365:
++         do {
++             int alt365=2;
++-            try { dbg.enterDecision(365, decisionCanBacktrack[365]);
+++            try { dbg.enterDecision(365);
++ 
++             int LA365_0 = input.LA(1);
++ 
++@@ -21124,7 +21124,7 @@ public class Css3Parser extends DebugParser {
++         loop366:
++         do {
++             int alt366=2;
++-            try { dbg.enterDecision(366, decisionCanBacktrack[366]);
+++            try { dbg.enterDecision(366);
++ 
++             int LA366_0 = input.LA(1);
++ 
++@@ -21200,7 +21200,7 @@ public class Css3Parser extends DebugParser {
++         loop367:
++         do {
++             int alt367=2;
++-            try { dbg.enterDecision(367, decisionCanBacktrack[367]);
+++            try { dbg.enterDecision(367);
++ 
++             int LA367_0 = input.LA(1);
++ 
++@@ -21264,7 +21264,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:411:18: ( ws )?
++         int alt368=2;
++         try { dbg.enterSubRule(368);
++-        try { dbg.enterDecision(368, decisionCanBacktrack[368]);
+++        try { dbg.enterDecision(368);
++ 
++         int LA368_0 = input.LA(1);
++ 
++@@ -21310,7 +21310,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:451:23: ( ws )?
++         int alt369=2;
++         try { dbg.enterSubRule(369);
++-        try { dbg.enterDecision(369, decisionCanBacktrack[369]);
+++        try { dbg.enterDecision(369);
++ 
++         int LA369_0 = input.LA(1);
++ 
++@@ -21349,7 +21349,7 @@ public class Css3Parser extends DebugParser {
++     public final void synpred12_Css3_fragment() throws RecognitionException {   
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:459:9: ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | RBRACE | SEMI ) )* LBRACE ) )
++         int alt373=2;
++-        try { dbg.enterDecision(373, decisionCanBacktrack[373]);
+++        try { dbg.enterDecision(373);
++ 
++         int LA373_0 = input.LA(1);
++ 
++@@ -21399,7 +21399,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:459:34: ( ws )?
++                 int alt370=2;
++                 try { dbg.enterSubRule(370);
++-                try { dbg.enterDecision(370, decisionCanBacktrack[370]);
+++                try { dbg.enterDecision(370);
++ 
++                 int LA370_0 = input.LA(1);
++ 
++@@ -21436,7 +21436,7 @@ public class Css3Parser extends DebugParser {
++                 loop371:
++                 do {
++                     int alt371=2;
++-                    try { dbg.enterDecision(371, decisionCanBacktrack[371]);
+++                    try { dbg.enterDecision(371);
++ 
++                     int LA371_0 = input.LA(1);
++ 
++@@ -21484,7 +21484,7 @@ public class Css3Parser extends DebugParser {
++                 loop372:
++                 do {
++                     int alt372=2;
++-                    try { dbg.enterDecision(372, decisionCanBacktrack[372]);
+++                    try { dbg.enterDecision(372);
++ 
++                     int LA372_0 = input.LA(1);
++ 
++@@ -21552,7 +21552,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:461:26: ( ws )?
++         int alt374=2;
++         try { dbg.enterSubRule(374);
++-        try { dbg.enterDecision(374, decisionCanBacktrack[374]);
+++        try { dbg.enterDecision(374);
++ 
++         int LA374_0 = input.LA(1);
++ 
++@@ -21640,7 +21640,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:465:24: ( ws )?
++         int alt375=2;
++         try { dbg.enterSubRule(375);
++-        try { dbg.enterDecision(375, decisionCanBacktrack[375]);
+++        try { dbg.enterDecision(375);
++ 
++         int LA375_0 = input.LA(1);
++ 
++@@ -21689,7 +21689,7 @@ public class Css3Parser extends DebugParser {
++         loop376:
++         do {
++             int alt376=2;
++-            try { dbg.enterDecision(376, decisionCanBacktrack[376]);
+++            try { dbg.enterDecision(376);
++ 
++             int LA376_0 = input.LA(1);
++ 
++@@ -21748,7 +21748,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:627:28: ( ws )?
++         int alt377=2;
++         try { dbg.enterSubRule(377);
++-        try { dbg.enterDecision(377, decisionCanBacktrack[377]);
+++        try { dbg.enterDecision(377);
++ 
++         int LA377_0 = input.LA(1);
++ 
++@@ -21794,7 +21794,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:654:26: ( ws )?
++         int alt378=2;
++         try { dbg.enterSubRule(378);
++-        try { dbg.enterDecision(378, decisionCanBacktrack[378]);
+++        try { dbg.enterDecision(378);
++ 
++         int LA378_0 = input.LA(1);
++ 
++@@ -21918,7 +21918,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:667:17: ( ws )?
++         int alt379=2;
++         try { dbg.enterSubRule(379);
++-        try { dbg.enterDecision(379, decisionCanBacktrack[379]);
+++        try { dbg.enterDecision(379);
++ 
++         int LA379_0 = input.LA(1);
++ 
++@@ -21955,7 +21955,7 @@ public class Css3Parser extends DebugParser {
++         loop380:
++         do {
++             int alt380=2;
++-            try { dbg.enterDecision(380, decisionCanBacktrack[380]);
+++            try { dbg.enterDecision(380);
++ 
++             int LA380_0 = input.LA(1);
++ 
++@@ -22015,7 +22015,7 @@ public class Css3Parser extends DebugParser {
++     public final void synpred25_Css3_fragment() throws RecognitionException {   
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:668:7: ( SASS_MIXIN | ( DOT IDENT ( ws )? LPAREN (~ RPAREN )* RPAREN (~ ( LBRACE | SEMI | RBRACE ) )* LBRACE ) )
++         int alt384=2;
++-        try { dbg.enterDecision(384, decisionCanBacktrack[384]);
+++        try { dbg.enterDecision(384);
++ 
++         int LA384_0 = input.LA(1);
++ 
++@@ -22065,7 +22065,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:668:32: ( ws )?
++                 int alt381=2;
++                 try { dbg.enterSubRule(381);
++-                try { dbg.enterDecision(381, decisionCanBacktrack[381]);
+++                try { dbg.enterDecision(381);
++ 
++                 int LA381_0 = input.LA(1);
++ 
++@@ -22102,7 +22102,7 @@ public class Css3Parser extends DebugParser {
++                 loop382:
++                 do {
++                     int alt382=2;
++-                    try { dbg.enterDecision(382, decisionCanBacktrack[382]);
+++                    try { dbg.enterDecision(382);
++ 
++                     int LA382_0 = input.LA(1);
++ 
++@@ -22150,7 +22150,7 @@ public class Css3Parser extends DebugParser {
++                 loop383:
++                 do {
++                     int alt383=2;
++-                    try { dbg.enterDecision(383, decisionCanBacktrack[383]);
+++                    try { dbg.enterDecision(383);
++ 
++                     int LA383_0 = input.LA(1);
++ 
++@@ -22218,7 +22218,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:670:22: ( ( ws )? IMPORTANT_SYM )?
++         int alt386=2;
++         try { dbg.enterSubRule(386);
++-        try { dbg.enterDecision(386, decisionCanBacktrack[386]);
+++        try { dbg.enterDecision(386);
++ 
++         try {
++             isCyclicDecision = true;
++@@ -22240,7 +22240,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:670:23: ( ws )?
++                 int alt385=2;
++                 try { dbg.enterSubRule(385);
++-                try { dbg.enterDecision(385, decisionCanBacktrack[385]);
+++                try { dbg.enterDecision(385);
++ 
++                 int LA385_0 = input.LA(1);
++ 
++@@ -22281,7 +22281,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:670:43: ( ws )?
++         int alt387=2;
++         try { dbg.enterSubRule(387);
++-        try { dbg.enterDecision(387, decisionCanBacktrack[387]);
+++        try { dbg.enterDecision(387);
++ 
++         int LA387_0 = input.LA(1);
++ 
++@@ -22345,7 +22345,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:672:8: ( ( SASS_AT_ROOT ( ws selectorsGroup )? ) | selectorsGroup )
++         int alt389=2;
++         try { dbg.enterSubRule(389);
++-        try { dbg.enterDecision(389, decisionCanBacktrack[389]);
+++        try { dbg.enterDecision(389);
++ 
++         int LA389_0 = input.LA(1);
++ 
++@@ -22383,7 +22383,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:672:23: ( ws selectorsGroup )?
++                 int alt388=2;
++                 try { dbg.enterSubRule(388);
++-                try { dbg.enterDecision(388, decisionCanBacktrack[388]);
+++                try { dbg.enterDecision(388);
++ 
++                 try {
++                     isCyclicDecision = true;
++@@ -22448,7 +22448,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:672:63: ( ws )?
++         int alt390=2;
++         try { dbg.enterSubRule(390);
++-        try { dbg.enterDecision(390, decisionCanBacktrack[390]);
+++        try { dbg.enterDecision(390);
++ 
++         int LA390_0 = input.LA(1);
++ 
++@@ -22497,7 +22497,7 @@ public class Css3Parser extends DebugParser {
++         loop391:
++         do {
++             int alt391=2;
++-            try { dbg.enterDecision(391, decisionCanBacktrack[391]);
+++            try { dbg.enterDecision(391);
++ 
++             int LA391_0 = input.LA(1);
++ 
++@@ -22556,7 +22556,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:706:19: ( ws )?
++         int alt392=2;
++         try { dbg.enterSubRule(392);
++-        try { dbg.enterDecision(392, decisionCanBacktrack[392]);
+++        try { dbg.enterDecision(392);
++ 
++         int LA392_0 = input.LA(1);
++ 
++@@ -22606,7 +22606,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:708:22: ( ws )?
++         int alt393=2;
++         try { dbg.enterSubRule(393);
++-        try { dbg.enterDecision(393, decisionCanBacktrack[393]);
+++        try { dbg.enterDecision(393);
++ 
++         int LA393_0 = input.LA(1);
++ 
++@@ -22656,7 +22656,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:722:8: ( IDENT | STAR )?
++         int alt394=2;
++         try { dbg.enterSubRule(394);
++-        try { dbg.enterDecision(394, decisionCanBacktrack[394]);
+++        try { dbg.enterDecision(394);
++ 
++         int LA394_0 = input.LA(1);
++ 
++@@ -22708,7 +22708,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:15: ( ws | ( ( ws )? operator ( ws )? ) | )
++         int alt397=3;
++         try { dbg.enterSubRule(397);
++-        try { dbg.enterDecision(397, decisionCanBacktrack[397]);
+++        try { dbg.enterDecision(397);
++ 
++         try {
++             isCyclicDecision = true;
++@@ -22750,7 +22750,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:23: ( ws )?
++                 int alt395=2;
++                 try { dbg.enterSubRule(395);
++-                try { dbg.enterDecision(395, decisionCanBacktrack[395]);
+++                try { dbg.enterDecision(395);
++ 
++                 int LA395_0 = input.LA(1);
++ 
++@@ -22788,7 +22788,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:898:36: ( ws )?
++                 int alt396=2;
++                 try { dbg.enterSubRule(396);
++-                try { dbg.enterDecision(396, decisionCanBacktrack[396]);
+++                try { dbg.enterDecision(396);
++ 
++                 int LA396_0 = input.LA(1);
++ 
++@@ -22861,7 +22861,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:905:23: ( ws )?
++         int alt398=2;
++         try { dbg.enterSubRule(398);
++-        try { dbg.enterDecision(398, decisionCanBacktrack[398]);
+++        try { dbg.enterDecision(398);
++ 
++         int LA398_0 = input.LA(1);
++ 
++@@ -22913,7 +22913,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:966:26: ( ws )?
++         int alt399=2;
++         try { dbg.enterSubRule(399);
++-        try { dbg.enterDecision(399, decisionCanBacktrack[399]);
+++        try { dbg.enterDecision(399);
++ 
++         int LA399_0 = input.LA(1);
++ 
++@@ -22987,7 +22987,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:21: ( ws | ( ( ws )? SOLIDUS ( ws )? ) | )
++         int alt402=3;
++         try { dbg.enterSubRule(402);
++-        try { dbg.enterDecision(402, decisionCanBacktrack[402]);
+++        try { dbg.enterDecision(402);
++ 
++         try {
++             isCyclicDecision = true;
++@@ -23029,7 +23029,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:29: ( ws )?
++                 int alt400=2;
++                 try { dbg.enterSubRule(400);
++-                try { dbg.enterDecision(400, decisionCanBacktrack[400]);
+++                try { dbg.enterDecision(400);
++ 
++                 int LA400_0 = input.LA(1);
++ 
++@@ -23063,7 +23063,7 @@ public class Css3Parser extends DebugParser {
++                 // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:979:41: ( ws )?
++                 int alt401=2;
++                 try { dbg.enterSubRule(401);
++-                try { dbg.enterDecision(401, decisionCanBacktrack[401]);
+++                try { dbg.enterDecision(401);
++ 
++                 int LA401_0 = input.LA(1);
++ 
++@@ -23130,7 +23130,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1014:7: ( ws )?
++         int alt403=2;
++         try { dbg.enterSubRule(403);
++-        try { dbg.enterDecision(403, decisionCanBacktrack[403]);
+++        try { dbg.enterDecision(403);
++ 
++         int LA403_0 = input.LA(1);
++ 
++@@ -23164,7 +23164,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1014:17: ( ws )?
++         int alt404=2;
++         try { dbg.enterSubRule(404);
++-        try { dbg.enterDecision(404, decisionCanBacktrack[404]);
+++        try { dbg.enterDecision(404);
++ 
++         int LA404_0 = input.LA(1);
++ 
++@@ -23214,7 +23214,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1031:10: ( ws )?
++         int alt405=2;
++         try { dbg.enterSubRule(405);
++-        try { dbg.enterDecision(405, decisionCanBacktrack[405]);
+++        try { dbg.enterDecision(405);
++ 
++         int LA405_0 = input.LA(1);
++ 
++@@ -23264,7 +23264,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1032:12: ( ws )?
++         int alt406=2;
++         try { dbg.enterSubRule(406);
++-        try { dbg.enterDecision(406, decisionCanBacktrack[406]);
+++        try { dbg.enterDecision(406);
++ 
++         int LA406_0 = input.LA(1);
++ 
++@@ -23332,7 +23332,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1072:14: ( ws )?
++         int alt407=2;
++         try { dbg.enterSubRule(407);
++-        try { dbg.enterDecision(407, decisionCanBacktrack[407]);
+++        try { dbg.enterDecision(407);
++ 
++         int LA407_0 = input.LA(1);
++ 
++@@ -23460,7 +23460,7 @@ public class Css3Parser extends DebugParser {
++         // /Volumes/Mercurial/web-main/css.lib/src/org/netbeans/modules/css/lib/Css3.g:1316:20: ( ws )?
++         int alt408=2;
++         try { dbg.enterSubRule(408);
++-        try { dbg.enterDecision(408, decisionCanBacktrack[408]);
+++        try { dbg.enterDecision(408);
++ 
++         int LA408_0 = input.LA(1);
++ 
++@@ -37795,4 +37795,4 @@ public class Css3Parser extends DebugParser {
++     public static final BitSet FOLLOW_ws_in_synpred47_Css38378 = new BitSet(new long[]{0x0000000000000800L});
++     public static final BitSet FOLLOW_COMMA_in_synpred47_Css38381 = new BitSet(new long[]{0x0000000000000002L});
++ 
++-}
++\ No newline at end of file
+++}
diff --cc debian/patches/NbParseTreeBuilder.patch
index 0000000,0000000..1caaf2a
new file mode 100644
--- /dev/null
+++ b/debian/patches/NbParseTreeBuilder.patch
@@@ -1,0 -1,0 +1,21 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 13:36:26 +0200
++Subject: NbParseTreeBuilder
++
++---
++ css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java b/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
++index bbb50fa..1b9c354 100644
++--- a/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
+++++ b/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
++@@ -101,7 +101,7 @@ public class NbParseTreeBuilder extends BlankDebugEventListener {
++ 
++     /** Backtracking or cyclic DFA, don't want to add nodes to tree */
++     @Override
++-    public void enterDecision(int d, boolean couldBacktrack) {
+++    public void enterDecision(int d) {
++         backtracking++;
++     }
++ 
diff --cc debian/patches/db.dataview-setRowFilter-method.patch
index 0000000,0000000..5e95c17
new file mode 100644
--- /dev/null
+++ b/debian/patches/db.dataview-setRowFilter-method.patch
@@@ -1,0 -1,0 +1,55 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 14:53:40 +0200
++Subject: db.dataview setRowFilter method
++
++---
++ .../netbeans/modules/db/dataview/output/DataViewTableUI.java   |  1 -
++ .../org/netbeans/modules/db/dataview/output/DataViewUI.java    |  1 -
++ .../netbeans/modules/db/dataview/table/ResultSetJXTable.java   | 10 ----------
++ 3 files changed, 12 deletions(-)
++
++diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
++index 582e5be..911df13 100644
++--- a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
+++++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
++@@ -130,7 +130,6 @@ final class DataViewTableUI extends ResultSetJXTable {
++         }
++         super.setModel(dataModel);
++         dataModel.addTableModelListener(dataChangedListener); // Add new change listener
++-        setRowFilter((RowFilter) oldFilter);
++         if(dataviewUI != null) {
++             dataviewUI.handleColumnUpdated();
++         }
++diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
++index 1bdcb80..69e2519 100644
++--- a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
+++++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
++@@ -504,7 +504,6 @@ class DataViewUI extends JXPanel {
++         {
++             MultiColPatternFilter filterP = new MultiColPatternFilter(rows);
++             filterP.setFilterStr(matchBoxField.getText(), LITERAL_FIND);
++-            table.setRowFilter(filterP);
++         }
++     }
++ 
++diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java b/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
++index 8e7776a..a42d842 100644
++--- a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
+++++ b/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
++@@ -153,16 +153,6 @@ public class ResultSetJXTable extends JXTableDecorator {
++     }
++ 
++     @Override
++-    @SuppressWarnings("unchecked")
++-    public <R extends TableModel> void setRowFilter(RowFilter<? super R, ? super Integer> filter) {
++-        if(getRowSorter() instanceof DefaultRowSorter) {
++-            ((DefaultRowSorter) getRowSorter()).setRowFilter(filter);
++-        } else {
++-            super.setRowFilter(filter);
++-        }
++-    }
++-
++-    @Override
++     public void setModel(TableModel dataModel) {
++         if(! (dataModel instanceof ResultSetTableModel)) {
++             throw new IllegalArgumentException(
diff --cc debian/patches/dlight.nativeexecution.patch
index 0000000,0000000..060ca54
new file mode 100644
--- /dev/null
+++ b/debian/patches/dlight.nativeexecution.patch
@@@ -1,0 -1,0 +1,169 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 18:17:02 +0200
++Subject: dlight.nativeexecution
++
++---
++ .../nbproject/project.properties                   | 152 ++++++++++-----------
++ 1 file changed, 76 insertions(+), 76 deletions(-)
++
++diff --git a/dlight.nativeexecution/nbproject/project.properties b/dlight.nativeexecution/nbproject/project.properties
++index b1aff53..8a10933 100644
++--- a/dlight.nativeexecution/nbproject/project.properties
+++++ b/dlight.nativeexecution/nbproject/project.properties
++@@ -24,80 +24,80 @@ test.config.stableBTD.excludes=\
++     **/TerminalConfigurationProviderTest.class,\
++     **/WindowsSupportTest.class
++ 
++-release.external/exechlp-1.0.zip!/Linux-x86/process_start       = bin/nativeexecution/Linux-x86/process_start
++-release.external/exechlp-1.0.zip!/Linux-x86/pty                 = bin/nativeexecution/Linux-x86/pty
++-release.external/exechlp-1.0.zip!/Linux-x86/pty_open            = bin/nativeexecution/Linux-x86/pty_open
++-release.external/exechlp-1.0.zip!/Linux-x86/sigqueue            = bin/nativeexecution/Linux-x86/sigqueue
++-release.external/exechlp-1.0.zip!/Linux-x86/stat                = bin/nativeexecution/Linux-x86/stat
++-release.external/exechlp-1.0.zip!/Linux-x86/unbuffer.so         = bin/nativeexecution/Linux-x86/unbuffer.so
++-release.external/exechlp-1.0.zip!/Linux-x86/killall             = bin/nativeexecution/Linux-x86/killall
++-release.external/exechlp-1.0.zip!/Linux-arm/process_start       = bin/nativeexecution/Linux-arm/process_start
++-release.external/exechlp-1.0.zip!/Linux-arm/pty                 = bin/nativeexecution/Linux-arm/pty
++-release.external/exechlp-1.0.zip!/Linux-arm/pty_open            = bin/nativeexecution/Linux-arm/pty_open
++-release.external/exechlp-1.0.zip!/Linux-arm/sigqueue            = bin/nativeexecution/Linux-arm/sigqueue
++-release.external/exechlp-1.0.zip!/Linux-arm/stat                = bin/nativeexecution/Linux-arm/stat
++-release.external/exechlp-1.0.zip!/Linux-arm/unbuffer.so         = bin/nativeexecution/Linux-arm/unbuffer.so
++-release.external/exechlp-1.0.zip!/Linux-arm/killall             = bin/nativeexecution/Linux-arm/killall
++-release.external/exechlp-1.0.zip!/Linux-x86_64/process_start    = bin/nativeexecution/Linux-x86_64/process_start
++-release.external/exechlp-1.0.zip!/Linux-x86_64/pty              = bin/nativeexecution/Linux-x86_64/pty
++-release.external/exechlp-1.0.zip!/Linux-x86_64/pty_open         = bin/nativeexecution/Linux-x86_64/pty_open
++-release.external/exechlp-1.0.zip!/Linux-x86_64/sigqueue         = bin/nativeexecution/Linux-x86_64/sigqueue
++-release.external/exechlp-1.0.zip!/Linux-x86_64/stat             = bin/nativeexecution/Linux-x86_64/stat
++-release.external/exechlp-1.0.zip!/Linux-x86_64/unbuffer.so      = bin/nativeexecution/Linux-x86_64/unbuffer.so
++-release.external/exechlp-1.0.zip!/Linux-x86_64/killall          = bin/nativeexecution/Linux-x86_64/killall
++-release.external/exechlp-1.0.zip!/Windows-x86/process_start     = bin/nativeexecution/Windows-x86/process_start
++-release.external/exechlp-1.0.zip!/Windows-x86/pty               = bin/nativeexecution/Windows-x86/pty
++-release.external/exechlp-1.0.zip!/Windows-x86/pty_open          = bin/nativeexecution/Windows-x86/pty_open
++-release.external/exechlp-1.0.zip!/Windows-x86/sigqueue          = bin/nativeexecution/Windows-x86/sigqueue
++-release.external/exechlp-1.0.zip!/Windows-x86/unbuffer.dll      = bin/nativeexecution/Windows-x86/unbuffer.dll
++-release.external/exechlp-1.0.zip!/Windows-x86/killall           = bin/nativeexecution/Windows-x86/killall
++-release.external/exechlp-1.0.zip!/Windows-x86_64/process_start  = bin/nativeexecution/Windows-x86_64/process_start
++-release.external/exechlp-1.0.zip!/Windows-x86_64/pty            = bin/nativeexecution/Windows-x86_64/pty
++-release.external/exechlp-1.0.zip!/Windows-x86_64/pty_open       = bin/nativeexecution/Windows-x86_64/pty_open
++-release.external/exechlp-1.0.zip!/Windows-x86_64/sigqueue       = bin/nativeexecution/Windows-x86_64/sigqueue
++-release.external/exechlp-1.0.zip!/Windows-x86_64/killall        = bin/nativeexecution/Windows-x86_64/killall
++-release.external/exechlp-1.0.zip!/Windows-x86_64/unbuffer.dll   = bin/nativeexecution/Windows-x86_64/unbuffer.dll
++-release.external/exechlp-1.0.zip!/MacOSX-x86/process_start      = bin/nativeexecution/MacOSX-x86/process_start
++-release.external/exechlp-1.0.zip!/MacOSX-x86/pty                = bin/nativeexecution/MacOSX-x86/pty
++-release.external/exechlp-1.0.zip!/MacOSX-x86/pty_open           = bin/nativeexecution/MacOSX-x86/pty_open
++-release.external/exechlp-1.0.zip!/MacOSX-x86/stat               = bin/nativeexecution/MacOSX-x86/stat
++-release.external/exechlp-1.0.zip!/MacOSX-x86/unbuffer.dylib     = bin/nativeexecution/MacOSX-x86/unbuffer.dylib
++-release.external/exechlp-1.0.zip!/MacOSX-x86/killall            = bin/nativeexecution/MacOSX-x86/killall
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/process_start   = bin/nativeexecution/MacOSX-x86_64/process_start
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty             = bin/nativeexecution/MacOSX-x86_64/pty
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty_open        = bin/nativeexecution/MacOSX-x86_64/pty_open
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/stat            = bin/nativeexecution/MacOSX-x86_64/stat
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/unbuffer.dylib  = bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib
++-release.external/exechlp-1.0.zip!/MacOSX-x86_64/killall         = bin/nativeexecution/MacOSX-x86_64/killall
++-release.external/exechlp-1.0.zip!/SunOS-sparc/privp             = bin/nativeexecution/SunOS-sparc/privp
++-release.external/exechlp-1.0.zip!/SunOS-sparc/process_start     = bin/nativeexecution/SunOS-sparc/process_start
++-release.external/exechlp-1.0.zip!/SunOS-sparc/pty               = bin/nativeexecution/SunOS-sparc/pty
++-release.external/exechlp-1.0.zip!/SunOS-sparc/pty_open          = bin/nativeexecution/SunOS-sparc/pty_open
++-release.external/exechlp-1.0.zip!/SunOS-sparc/sigqueue          = bin/nativeexecution/SunOS-sparc/sigqueue
++-release.external/exechlp-1.0.zip!/SunOS-sparc/stat              = bin/nativeexecution/SunOS-sparc/stat
++-release.external/exechlp-1.0.zip!/SunOS-sparc/unbuffer.so       = bin/nativeexecution/SunOS-sparc/unbuffer.so
++-release.external/exechlp-1.0.zip!/SunOS-sparc/killall           = bin/nativeexecution/SunOS-sparc/killall
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/privp          = bin/nativeexecution/SunOS-sparc_64/privp
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/process_start  = bin/nativeexecution/SunOS-sparc_64/process_start
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty            = bin/nativeexecution/SunOS-sparc_64/pty
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty_open       = bin/nativeexecution/SunOS-sparc_64/pty_open
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/sigqueue       = bin/nativeexecution/SunOS-sparc_64/sigqueue
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/stat           = bin/nativeexecution/SunOS-sparc_64/stat
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/unbuffer.so    = bin/nativeexecution/SunOS-sparc_64/unbuffer.so
++-release.external/exechlp-1.0.zip!/SunOS-sparc_64/killall        = bin/nativeexecution/SunOS-sparc_64/killall
++-release.external/exechlp-1.0.zip!/SunOS-x86/privp               = bin/nativeexecution/SunOS-x86/privp
++-release.external/exechlp-1.0.zip!/SunOS-x86/process_start       = bin/nativeexecution/SunOS-x86/process_start
++-release.external/exechlp-1.0.zip!/SunOS-x86/pty                 = bin/nativeexecution/SunOS-x86/pty
++-release.external/exechlp-1.0.zip!/SunOS-x86/pty_open            = bin/nativeexecution/SunOS-x86/pty_open
++-release.external/exechlp-1.0.zip!/SunOS-x86/sigqueue            = bin/nativeexecution/SunOS-x86/sigqueue
++-release.external/exechlp-1.0.zip!/SunOS-x86/stat                = bin/nativeexecution/SunOS-x86/stat
++-release.external/exechlp-1.0.zip!/SunOS-x86/unbuffer.so         = bin/nativeexecution/SunOS-x86/unbuffer.so
++-release.external/exechlp-1.0.zip!/SunOS-x86/killall             = bin/nativeexecution/SunOS-x86/killall
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/process_start    = bin/nativeexecution/SunOS-x86_64/process_start
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/pty              = bin/nativeexecution/SunOS-x86_64/pty
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/pty_open         = bin/nativeexecution/SunOS-x86_64/pty_open
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/sigqueue         = bin/nativeexecution/SunOS-x86_64/sigqueue
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/stat             = bin/nativeexecution/SunOS-x86_64/stat
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/unbuffer.so      = bin/nativeexecution/SunOS-x86_64/unbuffer.so
++-release.external/exechlp-1.0.zip!/SunOS-x86_64/killall          = bin/nativeexecution/SunOS-x86_64/killall
+++#release.external/exechlp-1.0.zip!/Linux-x86/process_start       = bin/nativeexecution/Linux-x86/process_start
+++#release.external/exechlp-1.0.zip!/Linux-x86/pty                 = bin/nativeexecution/Linux-x86/pty
+++#release.external/exechlp-1.0.zip!/Linux-x86/pty_open            = bin/nativeexecution/Linux-x86/pty_open
+++#release.external/exechlp-1.0.zip!/Linux-x86/sigqueue            = bin/nativeexecution/Linux-x86/sigqueue
+++#release.external/exechlp-1.0.zip!/Linux-x86/stat                = bin/nativeexecution/Linux-x86/stat
+++#release.external/exechlp-1.0.zip!/Linux-x86/unbuffer.so         = bin/nativeexecution/Linux-x86/unbuffer.so
+++#release.external/exechlp-1.0.zip!/Linux-x86/killall             = bin/nativeexecution/Linux-x86/killall
+++#release.external/exechlp-1.0.zip!/Linux-arm/process_start       = bin/nativeexecution/Linux-arm/process_start
+++#release.external/exechlp-1.0.zip!/Linux-arm/pty                 = bin/nativeexecution/Linux-arm/pty
+++#release.external/exechlp-1.0.zip!/Linux-arm/pty_open            = bin/nativeexecution/Linux-arm/pty_open
+++#release.external/exechlp-1.0.zip!/Linux-arm/sigqueue            = bin/nativeexecution/Linux-arm/sigqueue
+++#release.external/exechlp-1.0.zip!/Linux-arm/stat                = bin/nativeexecution/Linux-arm/stat
+++#release.external/exechlp-1.0.zip!/Linux-arm/unbuffer.so         = bin/nativeexecution/Linux-arm/unbuffer.so
+++#release.external/exechlp-1.0.zip!/Linux-arm/killall             = bin/nativeexecution/Linux-arm/killall
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/process_start    = bin/nativeexecution/Linux-x86_64/process_start
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/pty              = bin/nativeexecution/Linux-x86_64/pty
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/pty_open         = bin/nativeexecution/Linux-x86_64/pty_open
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/sigqueue         = bin/nativeexecution/Linux-x86_64/sigqueue
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/stat             = bin/nativeexecution/Linux-x86_64/stat
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/unbuffer.so      = bin/nativeexecution/Linux-x86_64/unbuffer.so
+++#release.external/exechlp-1.0.zip!/Linux-x86_64/killall          = bin/nativeexecution/Linux-x86_64/killall
+++#release.external/exechlp-1.0.zip!/Windows-x86/process_start     = bin/nativeexecution/Windows-x86/process_start
+++#release.external/exechlp-1.0.zip!/Windows-x86/pty               = bin/nativeexecution/Windows-x86/pty
+++#release.external/exechlp-1.0.zip!/Windows-x86/pty_open          = bin/nativeexecution/Windows-x86/pty_open
+++#release.external/exechlp-1.0.zip!/Windows-x86/sigqueue          = bin/nativeexecution/Windows-x86/sigqueue
+++#release.external/exechlp-1.0.zip!/Windows-x86/unbuffer.dll      = bin/nativeexecution/Windows-x86/unbuffer.dll
+++#release.external/exechlp-1.0.zip!/Windows-x86/killall           = bin/nativeexecution/Windows-x86/killall
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/process_start  = bin/nativeexecution/Windows-x86_64/process_start
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/pty            = bin/nativeexecution/Windows-x86_64/pty
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/pty_open       = bin/nativeexecution/Windows-x86_64/pty_open
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/sigqueue       = bin/nativeexecution/Windows-x86_64/sigqueue
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/killall        = bin/nativeexecution/Windows-x86_64/killall
+++#release.external/exechlp-1.0.zip!/Windows-x86_64/unbuffer.dll   = bin/nativeexecution/Windows-x86_64/unbuffer.dll
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/process_start      = bin/nativeexecution/MacOSX-x86/process_start
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/pty                = bin/nativeexecution/MacOSX-x86/pty
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/pty_open           = bin/nativeexecution/MacOSX-x86/pty_open
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/stat               = bin/nativeexecution/MacOSX-x86/stat
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/unbuffer.dylib     = bin/nativeexecution/MacOSX-x86/unbuffer.dylib
+++#release.external/exechlp-1.0.zip!/MacOSX-x86/killall            = bin/nativeexecution/MacOSX-x86/killall
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/process_start   = bin/nativeexecution/MacOSX-x86_64/process_start
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty             = bin/nativeexecution/MacOSX-x86_64/pty
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty_open        = bin/nativeexecution/MacOSX-x86_64/pty_open
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/stat            = bin/nativeexecution/MacOSX-x86_64/stat
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/unbuffer.dylib  = bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib
+++#release.external/exechlp-1.0.zip!/MacOSX-x86_64/killall         = bin/nativeexecution/MacOSX-x86_64/killall
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/privp             = bin/nativeexecution/SunOS-sparc/privp
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/process_start     = bin/nativeexecution/SunOS-sparc/process_start
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/pty               = bin/nativeexecution/SunOS-sparc/pty
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/pty_open          = bin/nativeexecution/SunOS-sparc/pty_open
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/sigqueue          = bin/nativeexecution/SunOS-sparc/sigqueue
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/stat              = bin/nativeexecution/SunOS-sparc/stat
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/unbuffer.so       = bin/nativeexecution/SunOS-sparc/unbuffer.so
+++#release.external/exechlp-1.0.zip!/SunOS-sparc/killall           = bin/nativeexecution/SunOS-sparc/killall
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/privp          = bin/nativeexecution/SunOS-sparc_64/privp
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/process_start  = bin/nativeexecution/SunOS-sparc_64/process_start
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty            = bin/nativeexecution/SunOS-sparc_64/pty
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty_open       = bin/nativeexecution/SunOS-sparc_64/pty_open
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/sigqueue       = bin/nativeexecution/SunOS-sparc_64/sigqueue
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/stat           = bin/nativeexecution/SunOS-sparc_64/stat
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/unbuffer.so    = bin/nativeexecution/SunOS-sparc_64/unbuffer.so
+++#release.external/exechlp-1.0.zip!/SunOS-sparc_64/killall        = bin/nativeexecution/SunOS-sparc_64/killall
+++#release.external/exechlp-1.0.zip!/SunOS-x86/privp               = bin/nativeexecution/SunOS-x86/privp
+++#release.external/exechlp-1.0.zip!/SunOS-x86/process_start       = bin/nativeexecution/SunOS-x86/process_start
+++#release.external/exechlp-1.0.zip!/SunOS-x86/pty                 = bin/nativeexecution/SunOS-x86/pty
+++#release.external/exechlp-1.0.zip!/SunOS-x86/pty_open            = bin/nativeexecution/SunOS-x86/pty_open
+++#release.external/exechlp-1.0.zip!/SunOS-x86/sigqueue            = bin/nativeexecution/SunOS-x86/sigqueue
+++#release.external/exechlp-1.0.zip!/SunOS-x86/stat                = bin/nativeexecution/SunOS-x86/stat
+++#release.external/exechlp-1.0.zip!/SunOS-x86/unbuffer.so         = bin/nativeexecution/SunOS-x86/unbuffer.so
+++#release.external/exechlp-1.0.zip!/SunOS-x86/killall             = bin/nativeexecution/SunOS-x86/killall
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/process_start    = bin/nativeexecution/SunOS-x86_64/process_start
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/pty              = bin/nativeexecution/SunOS-x86_64/pty
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/pty_open         = bin/nativeexecution/SunOS-x86_64/pty_open
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/sigqueue         = bin/nativeexecution/SunOS-x86_64/sigqueue
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/stat             = bin/nativeexecution/SunOS-x86_64/stat
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/unbuffer.so      = bin/nativeexecution/SunOS-x86_64/unbuffer.so
+++#release.external/exechlp-1.0.zip!/SunOS-x86_64/killall          = bin/nativeexecution/SunOS-x86_64/killall
++ 
diff --cc debian/patches/javafx-classpath.patch
index 0000000,0000000..0dc6b9d
new file mode 100644
--- /dev/null
+++ b/debian/patches/javafx-classpath.patch
@@@ -1,0 -1,0 +1,21 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Wed, 3 Jun 2015 13:13:10 +0200
++Subject: javafx classpath
++
++Fix the classpath to jfxrt.jar.
++Forwarded: not-needed
++---
++ libs.javafx/manifest.mf | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/libs.javafx/manifest.mf b/libs.javafx/manifest.mf
++index 7dd7699..b4e0691 100644
++--- a/libs.javafx/manifest.mf
+++++ b/libs.javafx/manifest.mf
++@@ -4,5 +4,5 @@ OpenIDE-Module-Package-Dependencies: javafx.application[Application]
++ OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/javafx/Bundle.properties
++ OpenIDE-Module-Specification-Version: 2.4.1
++ OpenIDE-Module-Needs: org.openide.modules.jre.JavaFX
++-Class-Path: ${java.home}/lib/ext/jfxrt.jar
+++Class-Path: /usr/share/java/openjfx/jre/lib/ext/jfxrt.jar
++ 
diff --cc debian/patches/netbeans-build.patch
index 0000000,0000000..6752a7b
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-build.patch
@@@ -1,0 -1,0 +1,32 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Wed, 10 Jun 2015 13:02:05 +0200
++Subject: netbeans build
++
++---
++ nbbuild/build.xml | 6 +++---
++ 1 file changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/nbbuild/build.xml b/nbbuild/build.xml
++index 67b63dc..db573da 100644
++--- a/nbbuild/build.xml
+++++ b/nbbuild/build.xml
++@@ -145,7 +145,7 @@ made subject to such option by the copyright holder.
++ 
++   <target name="init-module-list" depends="bootstrap,init-tasks">
++     <!-- Define modules. -->
++-    <checkmoduleconfigs nbroot=".."/>
+++    <!--<checkmoduleconfigs nbroot=".."/>-->
++     <resolvelist name="allmodules" list="${nb.clusters.list}"/>
++     <pathconvert property="modules.fullpath" >
++         <path>
++@@ -304,8 +304,8 @@ made subject to such option by the copyright holder.
++     <mkdir dir="${netbeans.dest.dir}/bin" />
++     <copy file="../ide/launcher/unix/netbeans" todir="${netbeans.dest.dir}/bin" />
++     <chmod file="${netbeans.dest.dir}/bin/netbeans" perm="ugo+rx"/>
++-    <copy file="../ide/launcher/windows/netbeans.exe" todir="${netbeans.dest.dir}/bin" />
++-    <copy file="../ide/launcher/windows/netbeans64.exe" todir="${netbeans.dest.dir}/bin" />
+++    <!--<copy file="../ide/launcher/windows/netbeans.exe" todir="${netbeans.dest.dir}/bin" />
+++    <copy file="../ide/launcher/windows/netbeans64.exe" todir="${netbeans.dest.dir}/bin" />-->
++     <!-- if anybody knows better place for icons, let me know: jtulach at netbeans.org -->
++ 
++     <mkdir dir="${netbeans.dest.dir}/etc" />
diff --cc debian/patches/netbeans-cluster-properties.patch
index 0000000,0000000..2307e62
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-cluster-properties.patch
@@@ -1,0 -1,0 +1,304 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Sun, 7 Jun 2015 13:53:31 +0200
++Subject: netbeans cluster properties
++
++---
++ nbbuild/cluster.properties | 99 +---------------------------------------------
++ 1 file changed, 2 insertions(+), 97 deletions(-)
++
++diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
++index 27fb4ec..fcfb1a9 100644
++--- a/nbbuild/cluster.properties
+++++ b/nbbuild/cluster.properties
++@@ -104,10 +104,8 @@ clusters.config.java.list=\
++         ${clusters.config.platform.list},\
++         nb.cluster.ide,\
++         nb.cluster.extide,\
++-        nb.cluster.websvccommon,\
++         nb.cluster.java,\
++         nb.cluster.javafx,\
++-        nb.cluster.profiler,\
++         nb.cluster.nb
++ 
++ clusters.config.enterprise.list=\
++@@ -267,10 +265,6 @@ nb.cluster.ide=\
++         api.debugger,\
++         api.java.classpath,\
++         api.xml,\
++-        bugtracking,\
++-        bugtracking.bridge,\
++-        bugtracking.commons,\
++-        bugzilla,\
++         c.jcraft.jsch,\
++         c.jcraft.jzlib,\
++         code.analysis,\
++@@ -335,15 +329,10 @@ nb.cluster.ide=\
++         gsf.codecoverage,\
++         gsf.testrunner,\
++         html,\
++-        html.angular,\
++         html.custom,\
++         html.editor,\
++         html.editor.lib,\
++-        html.knockout,\
++         html.lexer,\
++-        html.parser,\
++-        html.validation,\
++-        httpserver,\
++         hudson,\
++         hudson.git,\
++         hudson.mercurial,\
++@@ -353,14 +342,6 @@ nb.cluster.ide=\
++         ide.kit,\
++         image,\
++         javaewah.dummy,\
++-        javascript2.debug,\
++-        javascript2.editor,\
++-        javascript2.extjs,\
++-        javascript2.jquery,\
++-        javascript2.kit,\
++-        javascript2.knockout,\
++-        javascript2.prototypejs,\
++-	javascript2.requirejs,\
++         jellytools.ide,\
++         jumpto,\
++         languages,\
++@@ -381,17 +362,13 @@ nb.cluster.ide=\
++         libs.json_simple,\
++         libs.jvyamlb,\
++         libs.lucene,\
++-        libs.nashorn,\
++-        libs.smack,\
++         libs.svnClientAdapter,\
++         libs.svnClientAdapter.javahl,\
++         libs.svnClientAdapter.svnkit,\
++         libs.swingx,\
++         libs.xerces,\
++         localhistory,\
++-        localtasks,\
++         mercurial,\
++-        mylyn.util,\
++         notifications,\
++         o.apache.commons.codec,\
++         o.apache.commons.httpclient,\
++@@ -400,28 +377,8 @@ nb.cluster.ide=\
++         o.apache.commons.logging,\
++         o.apache.ws.commons.util,\
++         o.apache.xml.resolver,\
++-        o.apache.xmlrpc,\
++-        o.eclipse.core.contenttype,\
++-        o.eclipse.core.jobs,\
++-        o.eclipse.core.net,\
++-        o.eclipse.core.runtime,\
++-        o.eclipse.core.runtime.compatibility.auth,\
++-        o.eclipse.equinox.app,\
++-        o.eclipse.equinox.common,\
++-        o.eclipse.equinox.preferences,\
++-        o.eclipse.equinox.registry,\
++-        o.eclipse.equinox.security,\
++         o.eclipse.jgit,\
++         o.eclipse.jgit.java7,\
++-        o.eclipse.mylyn.bugzilla.core,\
++-        o.eclipse.mylyn.commons.core,\
++-        o.eclipse.mylyn.commons.net,\
++-        o.eclipse.mylyn.commons.repositories.core,\
++-        o.eclipse.mylyn.commons.xmlrpc,\
++-        o.eclipse.mylyn.tasks.core,\
++-        o.eclipse.mylyn.wikitext.confluence.core,\
++-        o.eclipse.mylyn.wikitext.core,\
++-        o.eclipse.mylyn.wikitext.textile.core,\
++         o.n.swing.dirchooser,\
++         o.openidex.util,\
++         options.editor,\
++@@ -446,7 +403,6 @@ nb.cluster.ide=\
++         spellchecker.apimodule,\
++         spellchecker.bindings.htmlxml,\
++         spellchecker.bindings.properties,\
++-        spellchecker.dictionary_en,\
++         spellchecker.kit,\
++         spi.debugger.ui,\
++         spi.editor.hints,\
++@@ -504,7 +460,6 @@ nb.cluster.java.depends=\
++         nb.cluster.ide,\
++         nb.cluster.extide,\
++         nb.cluster.platform,\
++-        nb.cluster.websvccommon,\
++         nb.cluster.harness
++ nb.cluster.java=\
++         ant.browsetask,\
++@@ -514,7 +469,6 @@ nb.cluster.java=\
++         ant.kit,\
++         api.debugger.jpda,\
++         api.java,\
++-        api.maven,\
++         beans,\
++         classfile,\
++         dbschema,\
++@@ -532,21 +486,15 @@ nb.cluster.java=\
++         form.kit,\
++         form.nb,\
++         form.refactoring,\
++-        hibernate,\
++-        hibernate4lib,\
++         hudson.ant,\
++-        hudson.maven,\
++         i18n,\
++         i18n.form,\
++         j2ee.core.utilities,\
++         j2ee.eclipselink,\
++         j2ee.eclipselinkmodelgen,\
++-        j2ee.jpa.refactoring,\
++-        j2ee.jpa.verification,\
++         j2ee.metadata,\
++         j2ee.metadata.model.support,\
++         j2ee.persistence,\
++-        j2ee.persistence.kit,\
++         j2ee.persistenceapi,\
++         java.api.common,\
++         java.debug,\
++@@ -588,25 +536,6 @@ nb.cluster.java=\
++         libs.cglib,\
++         libs.javacapi,\
++         libs.javacimpl,\
++-        libs.springframework,\
++-        maven,\
++-        maven.checkstyle,\
++-        maven.coverage,\
++-        maven.embedder,\
++-        maven.grammar,\
++-        maven.graph,\
++-        maven.hints,\
++-        maven.indexer,\
++-        maven.junit,\
++-        maven.kit,\
++-        maven.model,\
++-        maven.osgi,\
++-        maven.persistence,\
++-        maven.refactoring,\
++-        maven.repository,\
++-        maven.search,\
++-        maven.spring,\
++-        nashorn.execution,\
++         o.jdesktop.beansbinding,\
++         performance,\
++         performance.java,\
++@@ -615,15 +544,9 @@ nb.cluster.java=\
++         refactoring.java,\
++         spellchecker.bindings.java,\
++         spi.java.hints,\
++-        spring.beans,\
++         testng,\
++         testng.ant,\
++-        testng.maven,\
++-        websvc.jaxws21,\
++-        websvc.jaxws21api,\
++-        websvc.saas.codegen.java,\
++         whitelist,\
++-        xml.jaxb,\
++         xml.tools.java
++ validation.nb.cluster.java=\
++         java.hints,\
++@@ -639,16 +562,12 @@ nb.cluster.apisupport.depends=\
++ nb.cluster.apisupport=\
++         apisupport.ant,\
++         apisupport.crudsample,\
++-        apisupport.feedreader,\
++-        apisupport.installer,\
++-        apisupport.installer.maven,\
++         apisupport.kit,\
++         apisupport.osgidemo,\
++         apisupport.paintapp,\
++         apisupport.project,\
++         apisupport.refactoring,\
++-        apisupport.wizards,\
++-        maven.apisupport
+++        apisupport.wizards
++ 
++ nb.cluster.enterprise.dir=enterprise
++ nb.cluster.enterprise.depends=\
++@@ -662,7 +581,6 @@ nb.cluster.enterprise.depends=\
++         nb.cluster.harness
++ nb.cluster.enterprise=\
++         api.web.webmodule,\
++-        apisupport.restsample,\
++         cloud.amazon,\
++         cloud.common,\
++         el.lexer,\
++@@ -710,9 +628,6 @@ nb.cluster.enterprise=\
++         libs.glassfish.sdk,\
++         libs.glassfish_logging,\
++         libs.jstl,\
++-        maven.j2ee,\
++-        maven.jaxws,\
++-        maven.samples,\
++         performance.javaee,\
++         performance.scripting,\
++         performance.web,\
++@@ -789,7 +704,6 @@ nb.cluster.nb.depends=\
++         nb.cluster.harness
++ nb.cluster.nb=\
++         autoupdate.pluginimporter,\
++-        bugzilla.exceptionreporter,\
++         deadlock.detector,\
++         ide.branding,\
++         ide.branding.kit,\
++@@ -819,7 +733,6 @@ nb.cluster.profiler=\
++         lib.profiler.charts,\
++         lib.profiler.common,\
++         lib.profiler.ui,\
++-        maven.profiler,\
++         profiler,\
++         profiler.api,\
++         profiler.attach,\
++@@ -905,9 +818,7 @@ nb.cluster.groovy=\
++         groovy.refactoring,\
++         groovy.samples,\
++         groovy.support,\
++-        libs.groovy,\
++-        maven.groovy
++-
+++        libs.groovy
++ nb.cluster.mobility.dir=mobility
++ nb.cluster.mobility.depends=\
++         nb.cluster.platform,\
++@@ -1042,8 +953,6 @@ nb.cluster.jira=\
++         o.apache.axis,\
++         o.apache.commons.discovery,\
++         o.codehaus.jettison,\
++-        o.eclipse.mylyn.commons.soap,\
++-        o.eclipse.mylyn.monitor.ui.dummy,\
++         o.joda.time
++ 
++ nb.cluster.odcs.dir=extra
++@@ -1077,7 +986,6 @@ nb.cluster.stableuc.depends=${clusters.config.full.list}
++ nb.cluster.stableuc=\
++         apisupport.apidocs,\
++         avatar_js.project,\
++-        bugtracking.kenai,\
++         cloud.oracle,\
++         db.mysql.sakila,\
++         deployment.deviceanywhere,\
++@@ -1103,7 +1011,6 @@ nb.cluster.stableuc=\
++         junitlib,\
++         kenai,\
++         kenai.kit,\
++-	kenai.maven,\
++         kenai.ui,\
++         lib.cvsclient,\
++         libs.aguiswinglayout,\
++@@ -1112,7 +1019,6 @@ nb.cluster.stableuc=\
++         libs.oracle.cloud,\
++         libs.ppawtlayout,\
++         loadgenerator,\
++-	maven.util,\
++         mobility.antext,\
++         mobility.cldcplatform.catalog,\
++         mobility.deployment.ftpscp,\
++@@ -1187,7 +1093,6 @@ nb.cluster.betauc=\
++         contrib/modulemanager,\
++         contrib/quickfilechooser,\
++         contrib/selenium,\
++-        contrib/selenium.maven,\
++         contrib/selenium.php,\
++         contrib/selenium.server,\
++         o.apache.jmeter.module,\
diff --cc debian/patches/netbeans-commons-net.patch
index 0000000,0000000..442c6c6
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-commons-net.patch
@@@ -1,0 -1,0 +1,29 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 13:52:39 +0200
++Subject: netbeans commons net
++
++---
++ .../netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java    | 3 +--
++ 1 file changed, 1 insertion(+), 2 deletions(-)
++
++diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
++index b02755d..b3f8d8b 100644
++--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
+++++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
++@@ -47,7 +47,6 @@ import java.util.Map;
++ import java.util.logging.Level;
++ import java.util.logging.Logger;
++ import javax.swing.JPanel;
++-import org.apache.commons.net.util.Base64;
++ import org.netbeans.api.keyring.Keyring;
++ import org.netbeans.modules.hudson.api.HudsonManager;
++ import org.netbeans.modules.hudson.api.HudsonVersion;
++@@ -127,7 +126,7 @@ public class APITokenConnectionAuthenticator extends JPanel {
++             String token = new String(panel.tokField.getPassword());
++             panel.tokField.setText("");
++             Keyring.save(key, token.toCharArray(), Bundle.APITokenConnectionAuthenticator_password_description(home, username));
++-            BASIC_AUTH.put(home.toString(), new Base64(0).encodeToString((username + ':' + token).getBytes()).trim());
+++            //BASIC_AUTH.put(home.toString(), new Base64(0).encodeToString((username + ':' + token).getBytes()).trim());
++             try {
++                 return conn.getURL().openConnection();
++             } catch (IOException x) {
diff --cc debian/patches/netbeans-extexecution.impl.patch
index 0000000,0000000..b2cdc02
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-extexecution.impl.patch
@@@ -1,0 -1,0 +1,44 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 22:14:28 +0200
++Subject: netbeans extexecution.impl
++
++---
++ extexecution.impl/nbproject/project.properties                      | 6 +++---
++ .../modules/extexecution/destroy/ProcessTreeDestroyPerformer.java   | 3 +--
++ 2 files changed, 4 insertions(+), 5 deletions(-)
++
++diff --git a/extexecution.impl/nbproject/project.properties b/extexecution.impl/nbproject/project.properties
++index a6d628f..c19f099 100644
++--- a/extexecution.impl/nbproject/project.properties
+++++ b/extexecution.impl/nbproject/project.properties
++@@ -1,6 +1,6 @@
++ is.eager=true
++ javac.source=1.6
++ javac.compilerargs=-Xlint -Xlint:-serial
++-release.external/winp-1.14-patched.jar=modules/ext/winp-1.14-patched.jar
++-release.external/libpam4j-1.1.jar=modules/ext/libpam4j-1.1.jar
++-release.external/processtreekiller-1.0.2.jar=modules/ext/processtreekiller-1.0.2.jar
+++#release.external/winp-1.14-patched.jar=modules/ext/winp-1.14-patched.jar
+++#release.external/libpam4j-1.1.jar=modules/ext/libpam4j-1.1.jar
+++#release.external/processtreekiller-1.0.2.jar=modules/ext/processtreekiller-1.0.2.jar
++diff --git a/extexecution.impl/src/org/netbeans/modules/extexecution/destroy/ProcessTreeDestroyPerformer.java b/extexecution.impl/src/org/netbeans/modules/extexecution/destroy/ProcessTreeDestroyPerformer.java
++index f610d53..e4141a1 100644
++--- a/extexecution.impl/src/org/netbeans/modules/extexecution/destroy/ProcessTreeDestroyPerformer.java
+++++ b/extexecution.impl/src/org/netbeans/modules/extexecution/destroy/ProcessTreeDestroyPerformer.java
++@@ -43,7 +43,6 @@
++ package org.netbeans.modules.extexecution.destroy;
++ 
++ import java.util.Map;
++-import org.netbeans.processtreekiller.ProcessTreeKiller;
++ import org.netbeans.spi.extexecution.destroy.ProcessDestroyPerformer;
++ import org.openide.util.lookup.ServiceProvider;
++ 
++@@ -56,7 +55,7 @@ public class ProcessTreeDestroyPerformer implements ProcessDestroyPerformer {
++ 
++     @Override
++     public void destroy(Process process, Map<String, String> env) {
++-        ProcessTreeKiller.get().kill(process, env);
+++        return;//ProcessTreeKiller.get().kill(process, env);
++     }
++ 
++ }
diff --cc debian/patches/netbeans-html.parser.patch
index 0000000,0000000..5cfb215
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-html.parser.patch
@@@ -1,0 -1,0 +1,43 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 04:50:44 +0200
++Subject: netbeans html.parser
++
++---
++ editor.kit/nbproject/project.xml | 4 ++--
++ nbbuild/cluster.properties       | 1 +
++ 2 files changed, 3 insertions(+), 2 deletions(-)
++
++diff --git a/editor.kit/nbproject/project.xml b/editor.kit/nbproject/project.xml
++index 8ae93f4..91e0cc6 100644
++--- a/editor.kit/nbproject/project.xml
+++++ b/editor.kit/nbproject/project.xml
++@@ -39,7 +39,7 @@
++                         <specification-version>1.23</specification-version>
++                     </run-dependency>
++                 </dependency>
++-                <dependency>
+++                <!--<dependency>
++                     <code-name-base>org.netbeans.modules.html.parser</code-name-base>
++                     <run-dependency>
++                         <release-version>1</release-version>
++@@ -52,7 +52,7 @@
++                         <release-version>1</release-version>
++                         <specification-version>1.1</specification-version>
++                     </run-dependency>
++-                </dependency>
+++                </dependency>-->
++                 <dependency>
++                     <code-name-base>org.netbeans.modules.image</code-name-base>
++                     <run-dependency>
++diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
++index fcfb1a9..285abc9 100644
++--- a/nbbuild/cluster.properties
+++++ b/nbbuild/cluster.properties
++@@ -333,6 +333,7 @@ nb.cluster.ide=\
++         html.editor,\
++         html.editor.lib,\
++         html.lexer,\
+++        httpserver,\
++         hudson,\
++         hudson.git,\
++         hudson.mercurial,\
diff --cc debian/patches/netbeans-httpserver.patch
index 0000000,0000000..970b02f
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-httpserver.patch
@@@ -1,0 -1,0 +1,41 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 13:10:10 +0200
++Subject: netbeans httpserver
++
++---
++ ide.kit/nbproject/project.xml | 4 ++--
++ nbbuild/cluster.properties    | 1 -
++ 2 files changed, 2 insertions(+), 3 deletions(-)
++
++diff --git a/ide.kit/nbproject/project.xml b/ide.kit/nbproject/project.xml
++index 1c3c371..36c6ca5 100644
++--- a/ide.kit/nbproject/project.xml
+++++ b/ide.kit/nbproject/project.xml
++@@ -154,13 +154,13 @@
++                         <specification-version>1.11</specification-version>
++                     </run-dependency>
++                 </dependency>
++-                <dependency>
+++                <!--<dependency>
++                     <code-name-base>org.netbeans.modules.httpserver</code-name-base>
++                     <run-dependency>
++                         <release-version>2</release-version>
++                         <specification-version>2.7</specification-version>
++                     </run-dependency>
++-                </dependency>
+++                </dependency>-->
++                 <dependency>
++                     <code-name-base>org.netbeans.modules.jumpto</code-name-base>
++                     <run-dependency>
++diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
++index 285abc9..fcfb1a9 100644
++--- a/nbbuild/cluster.properties
+++++ b/nbbuild/cluster.properties
++@@ -333,7 +333,6 @@ nb.cluster.ide=\
++         html.editor,\
++         html.editor.lib,\
++         html.lexer,\
++-        httpserver,\
++         hudson,\
++         hudson.git,\
++         hudson.mercurial,\
diff --cc debian/patches/netbeans-ide-launcher.patch
index 0000000,0000000..5889eb7
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-ide-launcher.patch
@@@ -1,0 -1,0 +1,42 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Wed, 10 Jun 2015 14:30:38 +0200
++Subject: netbeans ide launcher
++
++---
++ ide/launcher/unix/netbeans | 9 ++++-----
++ 1 file changed, 4 insertions(+), 5 deletions(-)
++
++diff --git a/ide/launcher/unix/netbeans b/ide/launcher/unix/netbeans
++index 8218c36..afc9d38 100644
++--- a/ide/launcher/unix/netbeans
+++++ b/ide/launcher/unix/netbeans
++@@ -57,7 +57,7 @@ while [ -h "$PRG" ]; do
++     fi
++ done
++ 
++-progdir=`dirname "$PRG"`
+++progdir=/usr/share/netbeans/8.0.2/bin
++ old=`pwd`
++ cd "$progdir"/..
++ basedir=`pwd`
++@@ -84,9 +84,9 @@ if [ -f "$basedir"/etc/netbeans.conf ] ; then
++ fi
++ 
++ # following should be done just in RPM or Solaris Launcher
++-# if [ -f /etc/netbeans.conf ] ; then
++-#     . /etc/netbeans.conf
++-# fi
+++ if [ -f /etc/netbeans.conf ] ; then
+++     . /etc/netbeans.conf
+++ fi
++ 
++ export DEFAULT_USERDIR_ROOT
++ 
++@@ -236,7 +236,6 @@ case "`uname`" in
++             --branding nb \
++             --clusters '"$netbeans_clusters"' \
++             -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \
++-            -J-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense \
++             ${netbeans_default_options} \
++             '"$@"'
++         ;;
diff --cc debian/patches/netbeans-javacc.patch
index 0000000,0000000..0912407
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-javacc.patch
@@@ -1,0 -1,0 +1,24 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 17:23:04 +0200
++Subject: netbeans javacc
++
++---
++ db.sql.visualeditor/build.xml | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/db.sql.visualeditor/build.xml b/db.sql.visualeditor/build.xml
++index 456f782..aab434c 100644
++--- a/db.sql.visualeditor/build.xml
+++++ b/db.sql.visualeditor/build.xml
++@@ -16,9 +16,9 @@
++ 
++     <target name="sql">
++       <mkdir dir="build"/>
++-      <copy file="external/javacc-3.2.jar" tofile="build/javacc.jar"/>
+++      <!--<copy file="external/javacc-3.2.jar" tofile="build/javacc.jar"/>-->
++       <javacc target="src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParser.jj"
++-	   javacchome="build">
+++          javacchome="/usr/share/java/">
++       </javacc>
++     </target>
++ 
diff --cc debian/patches/netbeans-javadoc-maven-api.patch
index 0000000,0000000..22dd7f1
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-javadoc-maven-api.patch
@@@ -1,0 -1,0 +1,20 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 20:03:46 +0200
++Subject: netbeans javadoc maven api
++
++---
++ nbbuild/build.properties | 1 -
++ 1 file changed, 1 deletion(-)
++
++diff --git a/nbbuild/build.properties b/nbbuild/build.properties
++index 0230aac..ea03e1e 100644
++--- a/nbbuild/build.properties
+++++ b/nbbuild/build.properties
++@@ -99,7 +99,6 @@ javadoc.packages=\
++ # List of modules that provide stable javadoc
++ config.javadoc.stable=\
++     api.annotations.common,\
++-    api.maven,\
++     autoupdate.services,\
++     autoupdate.ui,\
++     core.ide,\
diff --cc debian/patches/netbeans-libs.jaxb.patch
index 0000000,0000000..25c7a50
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-libs.jaxb.patch
@@@ -1,0 -1,0 +1,25 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Wed, 10 Jun 2015 11:46:45 +0200
++Subject: netbeans libs.jaxb
++
++---
++ libs.jaxb/nbproject/project.properties | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/libs.jaxb/nbproject/project.properties b/libs.jaxb/nbproject/project.properties
++index 299cbe2..e1de8b1 100644
++--- a/libs.jaxb/nbproject/project.properties
+++++ b/libs.jaxb/nbproject/project.properties
++@@ -52,10 +52,10 @@ jnlp.indirect.jars=\
++ pack200.excludes=modules/ext/jaxb/jaxb-xjc.jar
++ 
++ release.external/jaxb-impl.jar=modules/ext/jaxb/jaxb-impl.jar
++-release.external/jaxb1-impl.jar=modules/ext/jaxb/jaxb1-impl.jar
+++#release.external/jaxb1-impl.jar=modules/ext/jaxb/jaxb1-impl.jar
++ release.external/jaxb-xjc.jar=modules/ext/jaxb/jaxb-xjc.jar
++ 
++ # JAXB Javadoc
++-release.external/jaxb-api-doc.zip=docs/jaxb-api-doc.zip
+++#release.external/jaxb-api-doc.zip=docs/jaxb-api-doc.zip
++ 
++ sigtest.gen.fail.on.error=false
diff --cc debian/patches/netbeans-libs.jsch.agentproxy.patch
index 0000000,0000000..d3c1947
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-libs.jsch.agentproxy.patch
@@@ -1,0 -1,0 +1,46 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 23:14:30 +0200
++Subject: netbeans libs.jsch.agentproxy
++
++---
++ .../netbeans/libs/jsch/agentproxy/ConnectorFactory.java    | 14 ++++++--------
++ 1 file changed, 6 insertions(+), 8 deletions(-)
++
++diff --git a/libs.jsch.agentproxy/src/org/netbeans/libs/jsch/agentproxy/ConnectorFactory.java b/libs.jsch.agentproxy/src/org/netbeans/libs/jsch/agentproxy/ConnectorFactory.java
++index e728f07..2106309 100644
++--- a/libs.jsch.agentproxy/src/org/netbeans/libs/jsch/agentproxy/ConnectorFactory.java
+++++ b/libs.jsch.agentproxy/src/org/netbeans/libs/jsch/agentproxy/ConnectorFactory.java
++@@ -43,9 +43,7 @@ package org.netbeans.libs.jsch.agentproxy;
++ 
++ import com.jcraft.jsch.agentproxy.Connector;
++ import com.jcraft.jsch.agentproxy.USocketFactory;
++-import com.jcraft.jsch.agentproxy.connector.PageantConnector;
++ import com.jcraft.jsch.agentproxy.connector.SSHAgentConnector;
++-import com.jcraft.jsch.agentproxy.usocket.JNAUSocketFactory;
++ import java.util.logging.Level;
++ import java.util.logging.Logger;
++ 
++@@ -80,17 +78,17 @@ public class ConnectorFactory {
++         try {
++             if ((preferredKind == ConnectorKind.ANY || preferredKind == ConnectorKind.SSH_AGENT)
++                     && SSHAgentConnector.isConnectorAvailable()) {
++-                USocketFactory usf = new JNAUSocketFactory();
++-                con = new SSHAgentConnector(usf);
+++                //USocketFactory usf = new JNAUSocketFactory();
+++                //con = new SSHAgentConnector(usf);
++             }
++         } catch (Throwable ex) {
++             LOG.log(Level.FINE, null, ex);
++         }
++         try {
++-            if ((preferredKind == ConnectorKind.ANY || preferredKind == ConnectorKind.PAGEANT)
++-                    && PageantConnector.isConnectorAvailable()) {
++-                con = new PageantConnector();
++-            }
+++           // if ((preferredKind == ConnectorKind.ANY || preferredKind == ConnectorKind.PAGEANT)
+++           //         && PageantConnector.isConnectorAvailable()) {
+++           //     con = new PageantConnector();
+++           // }
++         } catch (Throwable ex) {
++             LOG.log(Level.FINE, null, ex);
++         }
diff --cc debian/patches/netbeans-nashorn.patch
index 0000000,0000000..8d85949
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-nashorn.patch
@@@ -1,0 -1,0 +1,28 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 04:37:49 +0200
++Subject: netbeans nashorn
++
++---
++ editor.kit/nbproject/project.xml | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/editor.kit/nbproject/project.xml b/editor.kit/nbproject/project.xml
++index 17fde0b..8ae93f4 100644
++--- a/editor.kit/nbproject/project.xml
+++++ b/editor.kit/nbproject/project.xml
++@@ -60,13 +60,13 @@
++                         <specification-version>1.19</specification-version>
++                     </run-dependency>
++                 </dependency>
++-                <dependency>
+++                <!--<dependency>
++                     <code-name-base>org.netbeans.modules.javascript2.kit</code-name-base>
++                     <run-dependency>
++                         <release-version>1</release-version>
++                         <specification-version>0.1</specification-version>
++                     </run-dependency>
++-                </dependency>
+++                </dependency>-->
++                 <dependency>
++                     <code-name-base>org.netbeans.modules.languages.diff</code-name-base>
++                     <run-dependency>
diff --cc debian/patches/netbeans-nocopy.patch
index 0000000,0000000..be69c65
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-nocopy.patch
@@@ -1,0 -1,0 +1,110 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 8 Jun 2015 13:45:17 +0200
++Subject: netbeans nocopy
++
++---
++ css.editor/nbproject/project.properties              | 4 ++--
++ db.drivers/nbproject/project.properties              | 4 ++--
++ derby/nbproject/project.properties                   | 6 +++---
++ html.editor/nbproject/project.properties             | 2 +-
++ j2ee.eclipselink/nbproject/project.properties        | 2 +-
++ libs.swingx/nbproject/project.properties             | 2 +-
++ o.jdesktop.beansbinding/nbproject/project.properties | 4 ++--
++ 7 files changed, 12 insertions(+), 12 deletions(-)
++
++diff --git a/css.editor/nbproject/project.properties b/css.editor/nbproject/project.properties
++index 35a1046..ad38710 100644
++--- a/css.editor/nbproject/project.properties
+++++ b/css.editor/nbproject/project.properties
++@@ -40,8 +40,8 @@
++ # Version 2 license, then the option applies only if the new code is
++ # made subject to such option by the copyright holder.
++ 
++-release.external/css21-spec.zip=docs/css21-spec.zip
++-release.external/css3-spec.zip=docs/css3-spec.zip
+++#release.external/css21-spec.zip=docs/css21-spec.zip
+++#release.external/css3-spec.zip=docs/css3-spec.zip
++ 
++ jnlp.indirect.files=\
++     docs/css21-spec.zip,\
++diff --git a/db.drivers/nbproject/project.properties b/db.drivers/nbproject/project.properties
++index 929aa22..d2f7131 100644
++--- a/db.drivers/nbproject/project.properties
+++++ b/db.drivers/nbproject/project.properties
++@@ -42,8 +42,8 @@
++ 
++ javac.compilerargs=-Xlint -Xlint:-serial
++ javac.source=1.6
++-release.external/mysql-connector-java-5.1.23-bin.jar=modules/ext/mysql-connector-java-5.1.23-bin.jar
++-release.external/postgresql-9.2-1002.jdbc4.jar=modules/ext/postgresql-9.2-1002.jdbc4.jar
+++#release.external/mysql-connector-java-5.1.23-bin.jar=modules/ext/mysql-connector-java-5.1.23-bin.jar
+++#release.external/postgresql-9.2-1002.jdbc4.jar=modules/ext/postgresql-9.2-1002.jdbc4.jar
++ jnlp.indirect.jars=\
++     modules/ext/mysql-connector-java-5.1.23-bin.jar,\
++     modules/ext/postgresql-9.2-1002.jdbc4.jar
++diff --git a/derby/nbproject/project.properties b/derby/nbproject/project.properties
++index 231a09a..9212689 100644
++--- a/derby/nbproject/project.properties
+++++ b/derby/nbproject/project.properties
++@@ -43,9 +43,9 @@
++ javac.source=1.6
++ javac.compilerargs=-Xlint:unchecked
++ 
++-release.external/derbysampledb.zip=modules/ext/derbysampledb.zip
++-jnlp.indirect.jars=\
++-    modules/ext/derbysampledb.zip
+++#release.external/derbysampledb.zip=modules/ext/derbysampledb.zip
+++#jnlp.indirect.jars=\
+++#    modules/ext/derbysampledb.zip
++ 
++ test.config.stableBTD.includes=**/*Test.class
++ test.config.stableBTD.excludes=\
++diff --git a/html.editor/nbproject/project.properties b/html.editor/nbproject/project.properties
++index bd9151b..bfe5d8c 100644
++--- a/html.editor/nbproject/project.properties
+++++ b/html.editor/nbproject/project.properties
++@@ -40,7 +40,7 @@
++ # Version 2 license, then the option applies only if the new code is
++ # made subject to such option by the copyright holder.
++ 
++-release.external/html-4.01.zip=docs/html-4.01.zip
+++#release.external/html-4.01.zip=docs/html-4.01.zip
++ 
++ javac.compilerargs=-Xlint:unchecked
++ javac.source=1.7
++diff --git a/j2ee.eclipselink/nbproject/project.properties b/j2ee.eclipselink/nbproject/project.properties
++index 53059dc..94bff5c 100644
++--- a/j2ee.eclipselink/nbproject/project.properties
+++++ b/j2ee.eclipselink/nbproject/project.properties
++@@ -52,4 +52,4 @@ jnlp.indirect.jars=\
++ release.external/eclipselink.jar=modules/ext/eclipselink/eclipselink.jar
++ release.external/javax.persistence_2.1.0.v201304241213.jar=modules/ext/eclipselink/javax.persistence_2.1.0.v201304241213.jar
++ release.external/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar=modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
++-release.external/JPAjavadocs04032013.zip=modules/ext/docs/javax.persistence-2.1.0-doc.zip
++\ No newline at end of file
+++#release.external/JPAjavadocs04032013.zip=modules/ext/docs/javax.persistence-2.1.0-doc.zip
++diff --git a/libs.swingx/nbproject/project.properties b/libs.swingx/nbproject/project.properties
++index 077a5ea..b021baf 100644
++--- a/libs.swingx/nbproject/project.properties
+++++ b/libs.swingx/nbproject/project.properties
++@@ -40,6 +40,6 @@
++ # Version 2 license, then the option applies only if the new code is
++ # made subject to such option by the copyright holder.
++ 
++-release.external/swingx-all-1.6.4.jar=modules/ext/swingx-all-1.6.4.jar
+++#release.external/swingx-all-1.6.4.jar=modules/ext/swingx-all-1.6.4.jar
++ sigtest.gen.fail.on.error=false
++ 
++diff --git a/o.jdesktop.beansbinding/nbproject/project.properties b/o.jdesktop.beansbinding/nbproject/project.properties
++index c6f4d2d..2ed0075 100644
++--- a/o.jdesktop.beansbinding/nbproject/project.properties
+++++ b/o.jdesktop.beansbinding/nbproject/project.properties
++@@ -42,6 +42,6 @@
++ 
++ is.autoload=true
++ release.external/beansbinding-1.2.1.jar=modules/ext/beansbinding-1.2.1.jar
++-release.external/beansbinding-1.2.1-doc.zip=docs/beansbinding-1.2.1-doc.zip
++-jnlp.indirect.jars=docs/beansbinding-1.2.1-doc.zip
+++#release.external/beansbinding-1.2.1-doc.zip=docs/beansbinding-1.2.1-doc.zip
+++#jnlp.indirect.jars=docs/beansbinding-1.2.1-doc.zip
++ spec.version.base=1.24.1
diff --cc debian/patches/netbeans-o.apache.tools.ant.module.patch
index 0000000,0000000..e039c2b
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-o.apache.tools.ant.module.patch
@@@ -1,0 -1,0 +1,43 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 19:06:47 +0200
++Subject: netbeans o.apache.tools.ant.module
++
++---
++ o.apache.tools.ant.module/build.xml          | 4 ++--
++ o.apache.tools.ant.module/external/build.xml | 2 +-
++ 2 files changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/o.apache.tools.ant.module/build.xml b/o.apache.tools.ant.module/build.xml
++index 9d8a0d7..e54585b 100644
++--- a/o.apache.tools.ant.module/build.xml
+++++ b/o.apache.tools.ant.module/build.xml
++@@ -79,14 +79,14 @@ made subject to such option by the copyright holder.
++ 
++     <target name="netbeans-extra" depends="jar-bridge">
++         <mkdir dir="${cluster}/ant/lib"/>
++-        <copy todir="${cluster}/ant/lib">
+++        <!--<copy todir="${cluster}/ant/lib">
++             <fileset dir="external/lib"/>
++         </copy>
++         <unzip dest="${cluster}/ant">
++             <fileset dir="external">
++                 <include name="ant-misc-*.zip"/>
++             </fileset>
++-        </unzip>
+++        </unzip>-->
++     </target>
++ 
++     <target name="test-build" depends="jar-bridge,projectized-common.test-build"/>
++diff --git a/o.apache.tools.ant.module/external/build.xml b/o.apache.tools.ant.module/external/build.xml
++index 3629c6b..516568d 100644
++--- a/o.apache.tools.ant.module/external/build.xml
+++++ b/o.apache.tools.ant.module/external/build.xml
++@@ -45,7 +45,7 @@ made subject to such option by the copyright holder.
++ -->
++ <project name="o.apache.tools.ant.module/external" default="unzip" basedir=".">
++     <target name="unzip">
++-        <unzip src="ant-libs-1.9.4.zip" dest="lib"/>
+++        <!-- <unzip src="ant-libs-1.9.4.zip" dest="lib"/>-->
++     </target>
++     <target name="clean">
++         <delete dir="lib"/>
diff --cc debian/patches/netbeans-platform-empty-binaries-list.patch
index 0000000,0000000..6df2fdd
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-empty-binaries-list.patch
@@@ -1,0 -1,0 +1,1187 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 13:38:55 +0200
++Subject: netbeans platform empty binaries list
++
++Empty all the binaries-list files so nothing gets downloaded.
++Forwarded: not-needed
++---
++ apisupport.feedreader/external/binaries-list                   |  4 +---
++ apisupport.harness/external/binaries-list                      |  3 ---
++ c.jcraft.jsch/external/binaries-list                           |  2 +-
++ c.jcraft.jzlib/external/binaries-list                          |  2 +-
++ cnd.discovery/external/binaries-list                           |  2 +-
++ cnd.modelimpl/external/binaries-list                           |  2 +-
++ cnd.remote/external/binaries-list                              |  2 +-
++ cordova.platforms.ios/external/binaries-list                   |  6 +-----
++ css.editor/external/binaries-list                              |  3 +--
++ db.drivers/external/binaries-list                              |  2 --
++ db.sql.visualeditor/external/binaries-list                     |  2 +-
++ db/external/binaries-list                                      |  3 +--
++ derby/external/binaries-list                                   |  1 -
++ dlight.nativeexecution/external/binaries-list                  |  1 -
++ dlight.remote.impl/external/binaries-list                      |  2 +-
++ extexecution.impl/external/binaries-list                       |  4 +---
++ glassfish.javaee/external/binaries-list                        |  1 +
++ hibernate4lib/external/binaries-list                           |  2 +-
++ html.editor/external/binaries-list                             |  2 +-
++ html.parser/external/binaries-list                             |  4 +---
++ html.validation/external/binaries-list                         | 10 +---------
++ httpserver/external/binaries-list                              |  2 +-
++ j2ee.dd/external/binaries-list                                 |  2 +-
++ j2ee.eclipselink/external/binaries-list                        |  5 +----
++ j2ee.eclipselinkmodelgen/external/binaries-list                |  1 -
++ j2ee.platform/external/binaries-list                           |  2 +-
++ j2eeapis/external/binaries-list                                |  2 +-
++ javacard.apdu.io/external/binaries-list                        |  2 +-
++ javacard.ri.bundle/external/binaries-list                      |  2 +-
++ javacard.ri.platform/external/binaries-list                    |  2 +-
++ javaee.api/external/binaries-list                              |  6 +-----
++ javaee7.api/external/binaries-list                             |  8 +-------
++ javahelp/external/binaries-list                                |  2 +-
++ javascript2.editor/external/binaries-list                      |  4 +---
++ jemmy/external/binaries-list                                   |  4 +---
++ lexer/external/binaries-list                                   |  1 +
++ libs.amazon/external/binaries-list                             |  6 +-----
++ libs.antlr3.devel/external/binaries-list                       |  2 +-
++ libs.antlr3.runtime/external/binaries-list                     |  2 +-
++ libs.bytelist/external/binaries-list                           |  2 +-
++ libs.cglib/external/binaries-list                              |  2 +-
++ libs.commons_fileupload/external/binaries-list                 |  2 +-
++ libs.commons_net/external/binaries-list                        |  2 +-
++ libs.elimpl/external/binaries-list                             |  2 +-
++ libs.felix/external/binaries-list                              |  2 +-
++ libs.freemarker/external/binaries-list                         |  2 +-
++ libs.glassfish.sdk/external/binaries-list                      |  2 +-
++ libs.glassfish_logging/external/binaries-list                  |  2 +-
++ libs.groovy/external/binaries-list                             |  2 +-
++ libs.ini4j/external/binaries-list                              |  2 +-
++ libs.javacapi/external/binaries-list                           |  2 +-
++ libs.javacimpl/external/binaries-list                          |  2 +-
++ libs.javacup/external/binaries-list                            |  2 +-
++ libs.javafx/external/binaries-list                             |  2 +-
++ libs.jaxb/external/binaries-list                               |  5 +----
++ libs.jna.platform/external/binaries-list                       |  2 +-
++ libs.jna/external/binaries-list                                |  2 +-
++ libs.jsch.agentproxy/external/binaries-list                    |  5 +----
++ libs.json_simple/external/binaries-list                        |  2 +-
++ libs.jstestdriver/external/binaries-list                       |  2 +-
++ libs.jstl/external/binaries-list                               |  3 +--
++ libs.junit4/external/binaries-list                             |  2 +-
++ libs.jvyamlb/external/binaries-list                            |  2 +-
++ libs.lucene/external/binaries-list                             |  2 +-
++ libs.nashorn/external/binaries-list                            |  3 +--
++ libs.osgi/external/binaries-list                               |  3 +--
++ libs.plist/external/binaries-list                              |  2 +-
++ libs.smack/external/binaries-list                              |  3 +--
++ libs.springframework/external/binaries-list                    |  3 +--
++ libs.svnClientAdapter.javahl/external/binaries-list            |  3 +--
++ libs.svnClientAdapter.svnkit/external/binaries-list            |  5 +----
++ libs.svnClientAdapter/external/binaries-list                   |  2 +-
++ libs.swingx/external/binaries-list                             |  2 +-
++ libs.testng/external/binaries-list                             |  3 +--
++ libs.xerces/external/binaries-list                             |  2 +-
++ maven.embedder/external/binaries-list                          |  4 +---
++ maven.indexer/external/binaries-list                           |  5 +----
++ maven/external/binaries-list                                   |  2 +-
++ nbbuild/external/binaries-list                                 |  1 -
++ netbinox/external/binaries-list                                |  1 -
++ o.apache.commons.codec/external/binaries-list                  |  2 +-
++ o.apache.commons.httpclient/external/binaries-list             |  2 +-
++ o.apache.commons.io/external/binaries-list                     |  2 +-
++ o.apache.commons.lang/external/binaries-list                   |  2 +-
++ o.apache.commons.logging/external/binaries-list                |  2 +-
++ o.apache.tools.ant.module/external/binaries-list               |  2 --
++ o.apache.ws.commons.util/external/binaries-list                |  2 +-
++ o.apache.xml.resolver/external/binaries-list                   |  2 +-
++ o.apache.xmlrpc/external/binaries-list                         |  4 +---
++ o.eclipse.core.contenttype/external/binaries-list              |  2 +-
++ o.eclipse.core.jobs/external/binaries-list                     |  2 +-
++ o.eclipse.core.net/external/binaries-list                      |  2 +-
++ .../external/binaries-list                                     |  2 +-
++ o.eclipse.core.runtime/external/binaries-list                  |  2 +-
++ o.eclipse.equinox.app/external/binaries-list                   |  2 +-
++ o.eclipse.equinox.common/external/binaries-list                |  2 +-
++ o.eclipse.equinox.preferences/external/binaries-list           |  2 +-
++ o.eclipse.equinox.registry/external/binaries-list              |  2 +-
++ o.eclipse.equinox.security/external/binaries-list              |  2 +-
++ o.eclipse.jgit.java7/external/binaries-list                    |  2 +-
++ o.eclipse.jgit/external/binaries-list                          |  2 +-
++ o.eclipse.mylyn.bugzilla.core/external/binaries-list           |  2 +-
++ o.eclipse.mylyn.commons.core/external/binaries-list            |  2 +-
++ o.eclipse.mylyn.commons.net/external/binaries-list             |  2 +-
++ .../external/binaries-list                                     |  2 +-
++ o.eclipse.mylyn.commons.xmlrpc/external/binaries-list          |  2 +-
++ o.eclipse.mylyn.tasks.core/external/binaries-list              |  2 +-
++ .../external/binaries-list                                     |  2 +-
++ o.eclipse.mylyn.wikitext.core/external/binaries-list           |  2 +-
++ o.eclipse.mylyn.wikitext.textile.core/external/binaries-list   |  2 +-
++ o.jdesktop.beansbinding/external/binaries-list                 |  3 +--
++ o.jdesktop.layout/external/binaries-list                       |  4 +---
++ php.editor/external/binaries-list                              |  2 +-
++ php.phpdoc.documentation/external/binaries-list                |  2 +-
++ php.project/external/binaries-list                             |  2 +-
++ servletapi/external/binaries-list                              |  2 +-
++ servletjspapi/external/binaries-list                           |  2 +-
++ spellchecker.dictionary_en/external/binaries-list              |  2 +-
++ spring.webmvc/external/binaries-list                           |  1 +
++ swing.validation/external/binaries-list                        |  2 +-
++ web.clientproject.api/external/binaries-list                   |  2 +-
++ web.core.syntax/external/binaries-list                         |  2 +-
++ web.jsf.editor/external/binaries-list                          |  2 +-
++ web.jsf12/external/binaries-list                               |  2 +-
++ web.jsf20/external/binaries-list                               |  2 +-
++ web.jspparser/external/binaries-list                           |  2 +-
++ web.monitor/external/binaries-list                             |  2 +-
++ web.primefaces/external/binaries-list                          |  2 +-
++ web.struts/external/binaries-list                              |  3 +--
++ websvc.jaxws21/external/binaries-list                          |  3 +--
++ websvc.jaxws21api/external/binaries-list                       |  2 +-
++ websvc.metro.lib/external/binaries-list                        |  3 +--
++ websvc.restlib/external/binaries-list                          |  2 +-
++ xml.jaxb.api/external/binaries-list                            |  4 +---
++ 134 files changed, 126 insertions(+), 207 deletions(-)
++
++diff --git a/apisupport.feedreader/external/binaries-list b/apisupport.feedreader/external/binaries-list
++index 2ba5c4d..8b13789 100644
++--- a/apisupport.feedreader/external/binaries-list
+++++ b/apisupport.feedreader/external/binaries-list
++@@ -1,3 +1 @@
++-A2AC1CD690AB4C80DEFE7F9BCE14D35934C35CEC jdom-1.0.jar
++-EA66BB8EBA805BAD567DB5A6730F96AC89062601 rome-0.6.jar
++-7408D747109A701926646E859C8907D3A7C9B26E rome-fetcher-0.6.jar
+++
++diff --git a/apisupport.harness/external/binaries-list b/apisupport.harness/external/binaries-list
++index fb7dd1e..8b13789 100644
++--- a/apisupport.harness/external/binaries-list
+++++ b/apisupport.harness/external/binaries-list
++@@ -1,4 +1 @@
++-D4EF66C1CC8A5B3C97E0CC7C210227AAEC1F1086 jsearch-2.0_05.jar
++-A806D99716C5E9441BFD8B401176FDDEFC673022 bindex-2.2.jar
++-20D826CC819A5A969CF3F7204E2E26CB6263EC43 jnlp-servlet.jar
++ 
++diff --git a/c.jcraft.jsch/external/binaries-list b/c.jcraft.jsch/external/binaries-list
++index a657d74..8b13789 100644
++--- a/c.jcraft.jsch/external/binaries-list
+++++ b/c.jcraft.jsch/external/binaries-list
++@@ -1 +1 @@
++-6FFCAEAFE80D9D0D2AE871779E48B084699A9905 jsch-0.1.49.jar
++\ No newline at end of file
+++
++diff --git a/c.jcraft.jzlib/external/binaries-list b/c.jcraft.jzlib/external/binaries-list
++index 4702320..8b13789 100644
++--- a/c.jcraft.jzlib/external/binaries-list
+++++ b/c.jcraft.jzlib/external/binaries-list
++@@ -1 +1 @@
++-F406B7784A0DA5C4670B038BF55A4DCD4AF30AEB jzlib-1.0.7.jar
+++
++diff --git a/cnd.discovery/external/binaries-list b/cnd.discovery/external/binaries-list
++index acafd0b..8b13789 100644
++--- a/cnd.discovery/external/binaries-list
+++++ b/cnd.discovery/external/binaries-list
++@@ -1 +1 @@
++-24C58A1D3C410AD3E23CD828871630C17068B238 cnd-build-trace-1.0.zip
++\ No newline at end of file
+++
++diff --git a/cnd.modelimpl/external/binaries-list b/cnd.modelimpl/external/binaries-list
++index cc2a892..8b13789 100644
++--- a/cnd.modelimpl/external/binaries-list
+++++ b/cnd.modelimpl/external/binaries-list
++@@ -1 +1 @@
++-C51780D99464CBF45B0495C7646B442AB3C7B463 open-fortran-parser-0.7.1.2.zip
++\ No newline at end of file
+++
++diff --git a/cnd.remote/external/binaries-list b/cnd.remote/external/binaries-list
++index a1e7cd3..8b13789 100644
++--- a/cnd.remote/external/binaries-list
+++++ b/cnd.remote/external/binaries-list
++@@ -1 +1 @@
++-2BCF2047382FB68A2F275677745C80E79B4046AB cnd-rfs-1.0.zip
+++
++diff --git a/cordova.platforms.ios/external/binaries-list b/cordova.platforms.ios/external/binaries-list
++index 4071b33..8b13789 100644
++--- a/cordova.platforms.ios/external/binaries-list
+++++ b/cordova.platforms.ios/external/binaries-list
++@@ -1,5 +1 @@
++-81483881778F37D0495C07323E445361084CA1DB ios-sim
++-9D29F2A9722C91A403F32971E97DD0E49E97B02E libiDeviceNativeBinding.dylib
++-480C9E376169E21EA3BDA5D5841425BD7CC054D7 libplist.1.dylib
++-D05B7274396C8EED185207399B6D0400DE347DB7 libusbmuxd.2.dylib
++-9F0D0D95F57E73C0110FA023813A4F9756D543B1 libimobiledevice.4.dylib
+++
++diff --git a/css.editor/external/binaries-list b/css.editor/external/binaries-list
++index 4c60d19..8b13789 100644
++--- a/css.editor/external/binaries-list
+++++ b/css.editor/external/binaries-list
++@@ -1,2 +1 @@
++-901D8F815922C435D985DA3814D20E34CC7622CB css21-spec.zip
++-53AFD6CAA1B476204557B0626E7D673FBD5D245C css3-spec.zip
++\ No newline at end of file
+++
++diff --git a/db.drivers/external/binaries-list b/db.drivers/external/binaries-list
++index d69f4f6..8b13789 100644
++--- a/db.drivers/external/binaries-list
+++++ b/db.drivers/external/binaries-list
++@@ -1,3 +1 @@
++-C264E2114579474D13DD808A510FC74E762DDA8C mysql-connector-java-5.1.23-bin.jar
++-65B528162F7CF20B4D44BC31A446724E217BA35B postgresql-9.2-1002.jdbc4.jar
++ 
++diff --git a/db.sql.visualeditor/external/binaries-list b/db.sql.visualeditor/external/binaries-list
++index e4b97c1..8b13789 100644
++--- a/db.sql.visualeditor/external/binaries-list
+++++ b/db.sql.visualeditor/external/binaries-list
++@@ -1 +1 @@
++-EE416CB5D6AA88473EFE487F42DC1410360F7948 javacc-3.2.jar
+++
++diff --git a/db/external/binaries-list b/db/external/binaries-list
++index 79aa981..8b13789 100644
++--- a/db/external/binaries-list
+++++ b/db/external/binaries-list
++@@ -1,2 +1 @@
++-F787C9B484CD7526F866C21D8925C4DACE467F8A derby-10.2.2.0.jar
++-97771BE04E7452FC197EB875D2591A7E91F274D0 derby-10.2.2.0.zip
+++
++diff --git a/derby/external/binaries-list b/derby/external/binaries-list
++index 9ecddbe..8b13789 100644
++--- a/derby/external/binaries-list
+++++ b/derby/external/binaries-list
++@@ -1,2 +1 @@
++-C9A6304FAA121C97CB2458B93D30B1FD6F0F7691 derbysampledb.zip
++ 
++diff --git a/dlight.nativeexecution/external/binaries-list b/dlight.nativeexecution/external/binaries-list
++index cfce6f1..8b13789 100644
++--- a/dlight.nativeexecution/external/binaries-list
+++++ b/dlight.nativeexecution/external/binaries-list
++@@ -1,2 +1 @@
++-C40DFDACDF892D1BA14B540B32C11B6F34659931 exechlp-1.0.zip
++ 
++diff --git a/dlight.remote.impl/external/binaries-list b/dlight.remote.impl/external/binaries-list
++index 8988084..8b13789 100644
++--- a/dlight.remote.impl/external/binaries-list
+++++ b/dlight.remote.impl/external/binaries-list
++@@ -1 +1 @@
++-457A4C66AE33D1D5887BB1F359EEA41A10EBB2AB fs_server-1.0.zip
+++
++diff --git a/extexecution.impl/external/binaries-list b/extexecution.impl/external/binaries-list
++index bd1f36b..8b13789 100644
++--- a/extexecution.impl/external/binaries-list
+++++ b/extexecution.impl/external/binaries-list
++@@ -1,3 +1 @@
++-C9757EFB2CFBA523A7375A78FA9ECFAF0D0AC505 winp-1.14-patched.jar
++-2E07375E5CA3A452472F0E87FB33F243F7A5C08C libpam4j-1.1.jar
++-820FD32B3FB7F885996B15474F220BDCCACD6D27 processtreekiller-1.0.2.jar
+++
++diff --git a/glassfish.javaee/external/binaries-list b/glassfish.javaee/external/binaries-list
++index e69de29..8b13789 100644
++--- a/glassfish.javaee/external/binaries-list
+++++ b/glassfish.javaee/external/binaries-list
++@@ -0,0 +1 @@
+++
++diff --git a/hibernate4lib/external/binaries-list b/hibernate4lib/external/binaries-list
++index f4a4067..8b13789 100644
++--- a/hibernate4lib/external/binaries-list
+++++ b/hibernate4lib/external/binaries-list
++@@ -1 +1 @@
++-A9A0648BD7D9FD2CDFBD22C25366E71DA72438DA hibernate-release-4.3.1-lib.zip
++\ No newline at end of file
+++
++diff --git a/html.editor/external/binaries-list b/html.editor/external/binaries-list
++index a600ee9..8b13789 100644
++--- a/html.editor/external/binaries-list
+++++ b/html.editor/external/binaries-list
++@@ -1 +1 @@
++-23123BB29025254556B6E573023FCDF0F6715A66 html-4.01.zip
+++
++diff --git a/html.parser/external/binaries-list b/html.parser/external/binaries-list
++index ae5771e..8b13789 100644
++--- a/html.parser/external/binaries-list
+++++ b/html.parser/external/binaries-list
++@@ -1,3 +1 @@
++-D528B44AE7593D2275927396BF930B28078C5220 htmlparser-1.2.1.jar
++-4388C34B9F085A42FBEA06C5B00FDF0A251171EC html5doc.zip
++-F6C205D05BE87DF2A64FB501E08AC9ED38519353 icu4j-4_4_2.jar
++\ No newline at end of file
+++
++diff --git a/html.validation/external/binaries-list b/html.validation/external/binaries-list
++index 3bd81de..8b13789 100644
++--- a/html.validation/external/binaries-list
+++++ b/html.validation/external/binaries-list
++@@ -1,9 +1 @@
++-F4A1696661E6233F8C27EE323CAEF9CB052666F1 html5-datatypes.jar
++-A2862B7795EF0E0F0716BEC84528FA3B629E479C io-xml-util.jar
++-0DCC973606CBD9737541AA5F3E76DED6E3F4D0D0 iri.jar
++-483A61B688B13C62BB201A683D98A6688B5373B6 jing.jar
++-F0A0D2E29ED910808C33135A3A5A51BBA6358F7B log4j-1.2.15.jar
++-010FC8BD229B7F68C8C4D5BDE399475373096601 non-schema.jar
++-6FC6098C230D7CBA5730106D379CBBB42F6EC48A validator.jar
++-85A67D883A879E7BF767758A8413B690DEF29735 saxon9B.jar
++-FACC6D84B0B0A650B1D44FED941E9ADD9F326862 isorelax.jar
+++
++diff --git a/httpserver/external/binaries-list b/httpserver/external/binaries-list
++index c9ddf06..8b13789 100644
++--- a/httpserver/external/binaries-list
+++++ b/httpserver/external/binaries-list
++@@ -1 +1 @@
++-CD5B5996B46CB8D96C8F0F89A7A734B3C01F3DF7 tomcat-webserver-3.2.jar
+++
++diff --git a/j2ee.dd/external/binaries-list b/j2ee.dd/external/binaries-list
++index 7af9f73..8b13789 100644
++--- a/j2ee.dd/external/binaries-list
+++++ b/j2ee.dd/external/binaries-list
++@@ -1 +1 @@
++-D2F2B34B7D0A13256D491B14590ED23CA0E49B46 javaee-api-5.jar
+++
++diff --git a/j2ee.eclipselink/external/binaries-list b/j2ee.eclipselink/external/binaries-list
++index 274a71e..8b13789 100644
++--- a/j2ee.eclipselink/external/binaries-list
+++++ b/j2ee.eclipselink/external/binaries-list
++@@ -1,4 +1 @@
++-CD2211635F3011E300CA8FEDC1CE0E1CF61C175B eclipselink.jar
++-5BAB675816DBE0F64BB86004B108BF2A00292358 javax.persistence_2.1.0.v201304241213.jar
++-29AF1D338CBB76290D1A96F5A6610F1E8C319AE5 org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
++-A8BD39C5B88571B4D4697E78DD1A56566E44B1DD JPAjavadocs04032013.zip
+++
++diff --git a/j2ee.eclipselinkmodelgen/external/binaries-list b/j2ee.eclipselinkmodelgen/external/binaries-list
++index 042b33b..8b13789 100644
++--- a/j2ee.eclipselinkmodelgen/external/binaries-list
+++++ b/j2ee.eclipselinkmodelgen/external/binaries-list
++@@ -1,2 +1 @@
++-3CE04BDB48FE315736B1DCE407362C57DFAE286D org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar
++ 
++diff --git a/j2ee.platform/external/binaries-list b/j2ee.platform/external/binaries-list
++index 1a843ca..8b13789 100644
++--- a/j2ee.platform/external/binaries-list
+++++ b/j2ee.platform/external/binaries-list
++@@ -1 +1 @@
++-27E9711AA35C39EF455BFD900D544BACB99C0E89 javaee-doc-api.jar
+++
++diff --git a/j2eeapis/external/binaries-list b/j2eeapis/external/binaries-list
++index 8f48f90..8b13789 100644
++--- a/j2eeapis/external/binaries-list
+++++ b/j2eeapis/external/binaries-list
++@@ -1 +1 @@
++-EC24BF46E047E735ED802DFA8B9FCA2ED8FB11B0 jsr88javax.jar
+++
++diff --git a/javacard.apdu.io/external/binaries-list b/javacard.apdu.io/external/binaries-list
++index c767da3..8b13789 100644
++--- a/javacard.apdu.io/external/binaries-list
+++++ b/javacard.apdu.io/external/binaries-list
++@@ -1 +1 @@
++-9C1A8BC9D3270D184F1D1BCC5F60AA81D46E1ADF apduio.jar
+++
++diff --git a/javacard.ri.bundle/external/binaries-list b/javacard.ri.bundle/external/binaries-list
++index e49fa6f..8b13789 100644
++--- a/javacard.ri.bundle/external/binaries-list
+++++ b/javacard.ri.bundle/external/binaries-list
++@@ -1 +1 @@
++-6243337E93F5841D4FFB404011AA076BFEB1590A javacard_ri.zip
+++
++diff --git a/javacard.ri.platform/external/binaries-list b/javacard.ri.platform/external/binaries-list
++index 5e56afd..8b13789 100644
++--- a/javacard.ri.platform/external/binaries-list
+++++ b/javacard.ri.platform/external/binaries-list
++@@ -1 +1 @@
++-33DCFAE258453BDD3D8A042F6ECF80656A82B8DD anttasks.jar
+++
++diff --git a/javaee.api/external/binaries-list b/javaee.api/external/binaries-list
++index 55d5314..8b13789 100644
++--- a/javaee.api/external/binaries-list
+++++ b/javaee.api/external/binaries-list
++@@ -1,5 +1 @@
++-D6F416983EA13C334D5C599A9045414ECAF5D66D javaee-api-6.0.jar
++-EBEC44255251E6D3B8DDBAF701F732DAF0238CBF javaee-web-api-6.0.jar
++-B290091E71DEED6CE7F9EB40523D49C26399A2B4 javax.annotation.jar
++-EB77D3664EEA27D67B799ED28CB766B4D0971505 jaxb-api-osgi.jar
++-A5744971ACE1F44A0FC71CCB93DE530CB3022965 webservices-api-osgi.jar
+++
++diff --git a/javaee7.api/external/binaries-list b/javaee7.api/external/binaries-list
++index 4391715..8b13789 100644
++--- a/javaee7.api/external/binaries-list
+++++ b/javaee7.api/external/binaries-list
++@@ -1,7 +1 @@
++-51399F902CC27A808122EDCBEBFAA1AD989954BA javaee-api-7.0.jar
++-B1FCE45BA94108EBF7E1CACE6427EC8761CABEC1 javaee-web-api-7.0.jar
++-1DEEA980904E39C3D7AA240B72CDBBEB8E4860F9 javax.annotation-api.jar
++-E11C0F07A92F6D02A347DD9C55EE56692A6D9F7E javax.xml.soap-api.jar
++-45EBA8B0520A70787D5DD2EA154ACE152F817C0D jaxb-api-osgi.jar
++-D4C96D968F87B1BFEF138E91E06C8FD4A1904208 jaxws-api.jar
++-401CC1D0E5F0D8F4D0532A54928CEAA27EC21258 jsr181-api.jar
+++
++diff --git a/javahelp/external/binaries-list b/javahelp/external/binaries-list
++index 357a938..8b13789 100644
++--- a/javahelp/external/binaries-list
+++++ b/javahelp/external/binaries-list
++@@ -1 +1 @@
++-CA70822C47A67FC3A11670270567C2D01566DAE1 jhall-2.0_05.jar
+++
++diff --git a/javascript2.editor/external/binaries-list b/javascript2.editor/external/binaries-list
++index b0090d4..8b13789 100644
++--- a/javascript2.editor/external/binaries-list
+++++ b/javascript2.editor/external/binaries-list
++@@ -1,3 +1 @@
++-DA6CE3C2EB334DB61EFA99CD66134619867368FA js-corestubs.zip
++-997BF4A93B8A99E37AB51C9016D1D18CF5FF4B60 js-domstubs.zip
++-A723CD3E76C92CFE563B602035532C1C9D3D7192 js-reststubs.zip
+++
++diff --git a/jemmy/external/binaries-list b/jemmy/external/binaries-list
++index f3c2082..8b13789 100644
++--- a/jemmy/external/binaries-list
+++++ b/jemmy/external/binaries-list
++@@ -1,3 +1 @@
++-D325D3913CBC0F9A8D73A466FABB98EDEEC014AB jemmy-2.3.1.1.jar
++-D06C8980C9025183C044202419EA29E69FBD4B99 jemmy-2.3.1.1-doc.zip
++-49197106637CCA8C337AF16CC01BB5D9DEC7E179 jemmy-2.3.1.1-src.zip
++\ No newline at end of file
+++
++diff --git a/lexer/external/binaries-list b/lexer/external/binaries-list
++index e69de29..8b13789 100644
++--- a/lexer/external/binaries-list
+++++ b/lexer/external/binaries-list
++@@ -0,0 +1 @@
+++
++diff --git a/libs.amazon/external/binaries-list b/libs.amazon/external/binaries-list
++index e1207a0..8b13789 100644
++--- a/libs.amazon/external/binaries-list
+++++ b/libs.amazon/external/binaries-list
++@@ -1,5 +1 @@
++-8BFEBCD4B39B87BBE788B4EECED068C8DBE75822 aws-java-sdk-1.2.1.jar
++-2D859791FBF7D880591864BD4004D8442A8A3B81 commons-logging-1.1.1.jar
++-FD32786786E2ADB664D5ECC965DA47629DCA14BA commons-codec-1.3.jar
++-3D74BFB229C259E2398F2B383D5425CB81C643F0 httpclient-4.1.1.jar
++-33FC26C02F8043AB0EDE19EADC8C9885386B255C httpcore-4.1.jar
+++
++diff --git a/libs.antlr3.devel/external/binaries-list b/libs.antlr3.devel/external/binaries-list
++index 87aff10..8b13789 100644
++--- a/libs.antlr3.devel/external/binaries-list
+++++ b/libs.antlr3.devel/external/binaries-list
++@@ -1 +1 @@
++-5CAB59D859CAA6598E28131D30DD2E89806DB57F antlr-3.4.jar
+++
++diff --git a/libs.antlr3.runtime/external/binaries-list b/libs.antlr3.runtime/external/binaries-list
++index ce15f24..8b13789 100644
++--- a/libs.antlr3.runtime/external/binaries-list
+++++ b/libs.antlr3.runtime/external/binaries-list
++@@ -1 +1 @@
++-4E74C6BE42FE89871A878C7C4D6158F21A6D8010 antlr-runtime-3.4.jar
+++
++diff --git a/libs.bytelist/external/binaries-list b/libs.bytelist/external/binaries-list
++index a8570bf..8b13789 100644
++--- a/libs.bytelist/external/binaries-list
+++++ b/libs.bytelist/external/binaries-list
++@@ -1 +1 @@
++-886FAF4B85054DD6E50D9B3438542F432B5F9251 bytelist-0.1.jar
+++
++diff --git a/libs.cglib/external/binaries-list b/libs.cglib/external/binaries-list
++index c3de176..8b13789 100644
++--- a/libs.cglib/external/binaries-list
+++++ b/libs.cglib/external/binaries-list
++@@ -1 +1 @@
++-97D03461DC1C04FFC636DCB2579AAE7724A78EF2 cglib-2.2.jar
+++
++diff --git a/libs.commons_fileupload/external/binaries-list b/libs.commons_fileupload/external/binaries-list
++index 0c1e632..8b13789 100644
++--- a/libs.commons_fileupload/external/binaries-list
+++++ b/libs.commons_fileupload/external/binaries-list
++@@ -1 +1 @@
++-C89E540E4A12CB034FB973E12135839B5DE9A87E commons-fileupload-1.3.jar
+++
++diff --git a/libs.commons_net/external/binaries-list b/libs.commons_net/external/binaries-list
++index 16d19e5..8b13789 100644
++--- a/libs.commons_net/external/binaries-list
+++++ b/libs.commons_net/external/binaries-list
++@@ -1 +1 @@
++-CD0D5510908225F76C5FE5A3F1DF4FA44866F81E commons-net-3.3.jar
++\ No newline at end of file
+++
++diff --git a/libs.elimpl/external/binaries-list b/libs.elimpl/external/binaries-list
++index a757565..8b13789 100644
++--- a/libs.elimpl/external/binaries-list
+++++ b/libs.elimpl/external/binaries-list
++@@ -1 +1 @@
++-BA8A45A96AFE07D914DE153E0BB137DCDC7734F6 el-impl.jar
+++
++diff --git a/libs.felix/external/binaries-list b/libs.felix/external/binaries-list
++index 1cac7b8..8b13789 100644
++--- a/libs.felix/external/binaries-list
+++++ b/libs.felix/external/binaries-list
++@@ -1 +1 @@
++-1BA97A9FFD4A1DFF3E75B76CD3AE3D0EFF8493B7 felix-4.2.1.jar
+++
++diff --git a/libs.freemarker/external/binaries-list b/libs.freemarker/external/binaries-list
++index d7191f4..8b13789 100644
++--- a/libs.freemarker/external/binaries-list
+++++ b/libs.freemarker/external/binaries-list
++@@ -1 +1 @@
++-5EEAAC41164FEBCB79C73BEBD678A7B6C10C3E80 freemarker-2.3.19.jar
+++
++diff --git a/libs.glassfish.sdk/external/binaries-list b/libs.glassfish.sdk/external/binaries-list
++index 482141b..8b13789 100644
++--- a/libs.glassfish.sdk/external/binaries-list
+++++ b/libs.glassfish.sdk/external/binaries-list
++@@ -1 +1 @@
++-75C30C488AD2A18A82C7FE3829F4A33FC7841643 glassfish-tooling-sdk-0.3-b054-246345.jar
+++
++diff --git a/libs.glassfish_logging/external/binaries-list b/libs.glassfish_logging/external/binaries-list
++index 09c420b..8b13789 100644
++--- a/libs.glassfish_logging/external/binaries-list
+++++ b/libs.glassfish_logging/external/binaries-list
++@@ -1 +1 @@
++-D813E05A06B587CD0FE36B00442EAB03C1431AA9 glassfish-logging-2.0.jar
+++
++diff --git a/libs.groovy/external/binaries-list b/libs.groovy/external/binaries-list
++index b854e32..8b13789 100644
++--- a/libs.groovy/external/binaries-list
+++++ b/libs.groovy/external/binaries-list
++@@ -1 +1 @@
++-C136AE67C3C40740AE986582BAF65BA5C5CE69A0 groovy-all-2.1.7.jar
+++
++diff --git a/libs.ini4j/external/binaries-list b/libs.ini4j/external/binaries-list
++index 87c05af..8b13789 100644
++--- a/libs.ini4j/external/binaries-list
+++++ b/libs.ini4j/external/binaries-list
++@@ -1 +1 @@
++-8E737D82ECAC9BA6100A9BBA71E92A381B75EFDC ini4j-0.5.1.jar
+++
++diff --git a/libs.javacapi/external/binaries-list b/libs.javacapi/external/binaries-list
++index ece1bc2..8b13789 100644
++--- a/libs.javacapi/external/binaries-list
+++++ b/libs.javacapi/external/binaries-list
++@@ -1 +1 @@
++-E5579EF3B0C1EF2F43562DD0C3B32F8E1F603B49 nb-javac-api.jar
+++
++diff --git a/libs.javacimpl/external/binaries-list b/libs.javacimpl/external/binaries-list
++index 9cf9f42..8b13789 100644
++--- a/libs.javacimpl/external/binaries-list
+++++ b/libs.javacimpl/external/binaries-list
++@@ -1 +1 @@
++-8BDE88C9512D8783E64788F32A50E4CCBC48485E nb-javac-impl.jar
+++
++diff --git a/libs.javacup/external/binaries-list b/libs.javacup/external/binaries-list
++index 812c479..8b13789 100644
++--- a/libs.javacup/external/binaries-list
+++++ b/libs.javacup/external/binaries-list
++@@ -1 +1 @@
++-1DE46CC85D147D9F91AF59D4A0107091C8B112D6 java-cup-11a.jar
+++
++diff --git a/libs.javafx/external/binaries-list b/libs.javafx/external/binaries-list
++index b01c319..8b13789 100644
++--- a/libs.javafx/external/binaries-list
+++++ b/libs.javafx/external/binaries-list
++@@ -1 +1 @@
++-5E40984A55F6FFF704F05D511A119CA5B456DDB1 jfxrt.jar
+++
++diff --git a/libs.jaxb/external/binaries-list b/libs.jaxb/external/binaries-list
++index 8f3e419..8b13789 100644
++--- a/libs.jaxb/external/binaries-list
+++++ b/libs.jaxb/external/binaries-list
++@@ -1,4 +1 @@
++-387BE740EAEF52B3F6E6EE2F140757E7632584CE jaxb-impl.jar
++-F4DB465F207907A2406B0BF5C8FFEE22A5C3E4E3 jaxb1-impl.jar
++-C3787DAB0DDFBD9E98086ED2F219859B0CB77EF7 jaxb-xjc.jar
++-27FAE927B5B9AE53A5B0ED825575DD8217CE7042 jaxb-api-doc.zip
+++
++diff --git a/libs.jna.platform/external/binaries-list b/libs.jna.platform/external/binaries-list
++index 7373694..8b13789 100644
++--- a/libs.jna.platform/external/binaries-list
+++++ b/libs.jna.platform/external/binaries-list
++@@ -1 +1 @@
++-23457AD1CF75C2C16763330DE5565A0E67B4BC0A jna-platform-4.1.0.jar
++\ No newline at end of file
+++
++diff --git a/libs.jna/external/binaries-list b/libs.jna/external/binaries-list
++index 535d54a..8b13789 100644
++--- a/libs.jna/external/binaries-list
+++++ b/libs.jna/external/binaries-list
++@@ -1 +1 @@
++-1C12D070E602EFD8021891CDD7FD18BC129372D4 jna-4.1.0.jar
+++
++diff --git a/libs.jsch.agentproxy/external/binaries-list b/libs.jsch.agentproxy/external/binaries-list
++index e7d855e..8b13789 100644
++--- a/libs.jsch.agentproxy/external/binaries-list
+++++ b/libs.jsch.agentproxy/external/binaries-list
++@@ -1,4 +1 @@
++-036FA0032B44AD06A1F13504D97B3685B1C88961 jsch.agentproxy.core-0.0.7.jar
++-9F31964104D71855DF6B73F0C761CDEB3FA3C49C jsch.agentproxy.sshagent-0.0.7.jar
++-3FA59A536F3DC2197826DC7F224C0823C1534203 jsch.agentproxy.pageant-0.0.7.jar
++-F759114E5A9F9AE907EADB59DBF65189AA399B45 jsch.agentproxy.usocket-jna-0.0.7.jar
+++
++diff --git a/libs.json_simple/external/binaries-list b/libs.json_simple/external/binaries-list
++index 04a84d6..8b13789 100644
++--- a/libs.json_simple/external/binaries-list
+++++ b/libs.json_simple/external/binaries-list
++@@ -1 +1 @@
++-5D6F9B6A9DDCA2A28C0216CC44EFB2E20D9C23B5 json-simple-1.1.1.jar
+++
++diff --git a/libs.jstestdriver/external/binaries-list b/libs.jstestdriver/external/binaries-list
++index f39c548..8b13789 100644
++--- a/libs.jstestdriver/external/binaries-list
+++++ b/libs.jstestdriver/external/binaries-list
++@@ -1 +1 @@
++-08FE518AB60FFA2E5440B75B4D9F8502E0791B3C libs.jstestdriver-ext.jar
+++
++diff --git a/libs.jstl/external/binaries-list b/libs.jstl/external/binaries-list
++index 0e4ca21..8b13789 100644
++--- a/libs.jstl/external/binaries-list
+++++ b/libs.jstl/external/binaries-list
++@@ -1,2 +1 @@
++-F072F63AB1689E885AC40C221DF3E6BB3E64A84A jstl-api.jar
++-5B2E83EF42B4EEF0A7E41D43BB1D4B835F59AC7A jstl-impl.jar
+++
++diff --git a/libs.junit4/external/binaries-list b/libs.junit4/external/binaries-list
++index 9d7f22f..8b13789 100644
++--- a/libs.junit4/external/binaries-list
+++++ b/libs.junit4/external/binaries-list
++@@ -1 +1 @@
++-E4F1766CE7404A08F45D859FB9C226FC9E41A861 junit-4.10.jar
+++
++diff --git a/libs.jvyamlb/external/binaries-list b/libs.jvyamlb/external/binaries-list
++index 127ef85..8b13789 100644
++--- a/libs.jvyamlb/external/binaries-list
+++++ b/libs.jvyamlb/external/binaries-list
++@@ -1 +1 @@
++-46B7DB09C148A16ED8D6186D05D25C693DE63CA8 jvyamlb-0.2.3.jar
+++
++diff --git a/libs.lucene/external/binaries-list b/libs.lucene/external/binaries-list
++index ecbff95..8b13789 100644
++--- a/libs.lucene/external/binaries-list
+++++ b/libs.lucene/external/binaries-list
++@@ -1 +1 @@
++-90FF0731FAFB05C01FEE4F2247140D56E9C30A3B lucene-core-3.5.0.jar
+++
++diff --git a/libs.nashorn/external/binaries-list b/libs.nashorn/external/binaries-list
++index 6793db7..8b13789 100644
++--- a/libs.nashorn/external/binaries-list
+++++ b/libs.nashorn/external/binaries-list
++@@ -1,2 +1 @@
++-98308890597ACB64047F7E896638E0D98753AE82 asm-all-4.0.jar
++-76E901A1F432323E7E90FC86FDB2534A28952293 nashorn-02f810c26ff9-patched.jar
+++
++diff --git a/libs.osgi/external/binaries-list b/libs.osgi/external/binaries-list
++index c0ac1f0..8b13789 100644
++--- a/libs.osgi/external/binaries-list
+++++ b/libs.osgi/external/binaries-list
++@@ -1,2 +1 @@
++-972E6455724DC6ADB1C1912F53B5E3D7DF20C5FD osgi.cmpn-4.2.jar
++-2F2FBFF3FB80F91B159A7FA9F0C42A894BB8BCC5 osgi.core-5.0.0.jar
+++
++diff --git a/libs.plist/external/binaries-list b/libs.plist/external/binaries-list
++index 09aeeb4..8b13789 100644
++--- a/libs.plist/external/binaries-list
+++++ b/libs.plist/external/binaries-list
++@@ -1 +1 @@
++-59631804B5A7FF3CEAA3F0E113584AF7E1BB6E9B dd-plist.jar
+++
++diff --git a/libs.smack/external/binaries-list b/libs.smack/external/binaries-list
++index 3f5f295..8b13789 100644
++--- a/libs.smack/external/binaries-list
+++++ b/libs.smack/external/binaries-list
++@@ -1,2 +1 @@
++-916A0FE08D840A08C950F49FB59B961E14D673B8 smack.jar
++-BA1365C7E5F3CF7F7641B354677B3F54A6EA5A15 smackx.jar
+++
++diff --git a/libs.springframework/external/binaries-list b/libs.springframework/external/binaries-list
++index 8d8a184..8b13789 100644
++--- a/libs.springframework/external/binaries-list
+++++ b/libs.springframework/external/binaries-list
++@@ -1,2 +1 @@
++-7666B94C1004AFFFE88E5328BD70EBA6F60125F4 spring-framework-3.2.7.RELEASE.zip
++-91B55CDAC59BC4DDDF0AF9A54EAAE4304EDEF266 spring-framework-4.0.1.RELEASE.zip
+++
++diff --git a/libs.svnClientAdapter.javahl/external/binaries-list b/libs.svnClientAdapter.javahl/external/binaries-list
++index 75bcb0e..8b13789 100644
++--- a/libs.svnClientAdapter.javahl/external/binaries-list
+++++ b/libs.svnClientAdapter.javahl/external/binaries-list
++@@ -1,2 +1 @@
++-D08E473A4D0510FB329D64E4CC4F2963D000699C svnClientAdapter-javahl-1.10.3.jar
++-24CEAE4A9A2AAAA0BD78FF001914BA06B59CEDF2 svnjavahl-1.8.4.jar
+++
++diff --git a/libs.svnClientAdapter.svnkit/external/binaries-list b/libs.svnClientAdapter.svnkit/external/binaries-list
++index d9821ed..8b13789 100644
++--- a/libs.svnClientAdapter.svnkit/external/binaries-list
+++++ b/libs.svnClientAdapter.svnkit/external/binaries-list
++@@ -1,4 +1 @@
++-5D37A7FE167A1D44731192748C79B2D7905D474F svnClientAdapter-svnkit-1.10.3.jar
++-8A2F6232978E0330A5D36F19BA0686F96FB980B5 org.tmatesoft.svnkit_1.8.4.r10218_v20140302_1242.jar
++-EDE7FBABD4C96D34E48FDA0E8FECED24C98CEDCA sqljet-1.1.10.jar
++-CE9A1C96875443F2FDD5127B750DA39CF4CE818B com.trilead.ssh2_1.0.0.build217_r155_v20130603_1628.jar
+++
++diff --git a/libs.svnClientAdapter/external/binaries-list b/libs.svnClientAdapter/external/binaries-list
++index d9527ab..8b13789 100644
++--- a/libs.svnClientAdapter/external/binaries-list
+++++ b/libs.svnClientAdapter/external/binaries-list
++@@ -1 +1 @@
++-2CD487DCDE4C4FC38D1C9EBCD45418A1B5EF188D svnClientAdapter-main-1.10.3.jar
++\ No newline at end of file
+++
++diff --git a/libs.swingx/external/binaries-list b/libs.swingx/external/binaries-list
++index 136f7d4..8b13789 100644
++--- a/libs.swingx/external/binaries-list
+++++ b/libs.swingx/external/binaries-list
++@@ -1 +1 @@
++-C0D8A3265D194CC886BAFD585117B6465FD97DCE swingx-all-1.6.4.jar
+++
++diff --git a/libs.testng/external/binaries-list b/libs.testng/external/binaries-list
++index 574feaa..8b13789 100644
++--- a/libs.testng/external/binaries-list
+++++ b/libs.testng/external/binaries-list
++@@ -1,2 +1 @@
++-AC97B566699146713B3CF0ABC226B5C08EF7CF33 testng-6.8.1-dist.jar
++-AF022CBCACD8CBFCF946816441D1E7568D817745 testng-6.8.1-javadoc.zip
+++
++diff --git a/libs.xerces/external/binaries-list b/libs.xerces/external/binaries-list
++index c515207..8b13789 100644
++--- a/libs.xerces/external/binaries-list
+++++ b/libs.xerces/external/binaries-list
++@@ -1 +1 @@
++-6E60617C9D81EA1EF96913C226900BC2D1E69C37 xerces-2.8.0.jar
+++
++diff --git a/maven.embedder/external/binaries-list b/maven.embedder/external/binaries-list
++index cd43ad6..8b13789 100644
++--- a/maven.embedder/external/binaries-list
+++++ b/maven.embedder/external/binaries-list
++@@ -1,3 +1 @@
++-A2AC1CD690AB4C80DEFE7F9BCE14D35934C35CEC jdom-1.0.jar
++-BF206C4AA93C74A739FBAF1F1C78E3AD5F167245 maven-dependency-tree-2.0.jar
++-694F57282D92C434800F79218E64704E5947008A apache-maven-3.0.5-bin.zip
+++
++diff --git a/maven.indexer/external/binaries-list b/maven.indexer/external/binaries-list
++index 992598a..8b13789 100644
++--- a/maven.indexer/external/binaries-list
+++++ b/maven.indexer/external/binaries-list
++@@ -1,4 +1 @@
++-562F0CFA47F0636EBB5A544968EE7A692FC5D26D indexer-artifact-5.1.1.jar
++-2B9EAB164D8748F9793F6A0D29B6463E97B284DA indexer-core-5.1.1.jar
++-9EC77E2507F9CC01756964C71D91EFD8154A8C47 lucene-core-3.6.2.jar
++-A90682C6BC0B9E105BD260C9A041FEFEA9579E46 lucene-highlighter-3.6.2.jar
++\ No newline at end of file
+++
++diff --git a/maven/external/binaries-list b/maven/external/binaries-list
++index c359031..8b13789 100644
++--- a/maven/external/binaries-list
+++++ b/maven/external/binaries-list
++@@ -1 +1 @@
++-D87F53C99E4CD88F5416EDD5ABB77F2A1CCFB050 jarjar-1.4.jar
++\ No newline at end of file
+++
++diff --git a/nbbuild/external/binaries-list b/nbbuild/external/binaries-list
++index 3b388fb..8b13789 100644
++--- a/nbbuild/external/binaries-list
+++++ b/nbbuild/external/binaries-list
++@@ -1,2 +1 @@
++-EAE299D9D3B1C6E2F8B030DCD3BCF0B05517FBA9 apitest.jar
++ 
++diff --git a/netbinox/external/binaries-list b/netbinox/external/binaries-list
++index a246e5c..8b13789 100644
++--- a/netbinox/external/binaries-list
+++++ b/netbinox/external/binaries-list
++@@ -1,2 +1 @@
++-B27F1304F18FEDE876F940AEFA6C9EB5632619D7 org.eclipse.osgi_3.9.1.v20140110-1610.jar
++ 
++diff --git a/o.apache.commons.codec/external/binaries-list b/o.apache.commons.codec/external/binaries-list
++index 97d4dbf..8b13789 100644
++--- a/o.apache.commons.codec/external/binaries-list
+++++ b/o.apache.commons.codec/external/binaries-list
++@@ -1 +1 @@
++-FD32786786E2ADB664D5ECC965DA47629DCA14BA apache-commons-codec-1.3.jar
+++
++diff --git a/o.apache.commons.httpclient/external/binaries-list b/o.apache.commons.httpclient/external/binaries-list
++index 493ca18..8b13789 100644
++--- a/o.apache.commons.httpclient/external/binaries-list
+++++ b/o.apache.commons.httpclient/external/binaries-list
++@@ -1 +1 @@
++-964CD74171F427720480EFDEC40A7C7F6E58426A commons-httpclient-3.1.jar
++\ No newline at end of file
+++
++diff --git a/o.apache.commons.io/external/binaries-list b/o.apache.commons.io/external/binaries-list
++index d78f410..8b13789 100644
++--- a/o.apache.commons.io/external/binaries-list
+++++ b/o.apache.commons.io/external/binaries-list
++@@ -1 +1 @@
++-A8762D07E76CFDE2395257A5DA47BA7C1DBD3DCE commons-io-1.4.jar
++\ No newline at end of file
+++
++diff --git a/o.apache.commons.lang/external/binaries-list b/o.apache.commons.lang/external/binaries-list
++index 3e5eb08..8b13789 100644
++--- a/o.apache.commons.lang/external/binaries-list
+++++ b/o.apache.commons.lang/external/binaries-list
++@@ -1 +1 @@
++-16313E02A793435009F1E458FA4AF5D879F6FB11 commons-lang-2.4.jar
++\ No newline at end of file
+++
++diff --git a/o.apache.commons.logging/external/binaries-list b/o.apache.commons.logging/external/binaries-list
++index c7b57dc..8b13789 100644
++--- a/o.apache.commons.logging/external/binaries-list
+++++ b/o.apache.commons.logging/external/binaries-list
++@@ -1 +1 @@
++-2D859791FBF7D880591864BD4004D8442A8A3B81 commons-logging-1.1.1.jar
+++
++diff --git a/o.apache.tools.ant.module/external/binaries-list b/o.apache.tools.ant.module/external/binaries-list
++index 63ce5aa..8b13789 100644
++--- a/o.apache.tools.ant.module/external/binaries-list
+++++ b/o.apache.tools.ant.module/external/binaries-list
++@@ -1,3 +1 @@
++-22CB933E3A1450B092C45785C187837E97523F5C ant-libs-1.9.4.zip
++-95CCE237B1E9390FBED0440B601822813DB220E6 ant-misc-1.9.4.zip
++ 
++diff --git a/o.apache.ws.commons.util/external/binaries-list b/o.apache.ws.commons.util/external/binaries-list
++index 5f55f71..8b13789 100644
++--- a/o.apache.ws.commons.util/external/binaries-list
+++++ b/o.apache.ws.commons.util/external/binaries-list
++@@ -1 +1 @@
++-52BEF8900248E7AB86C5743ED14A48AD787BF457 ws-commons-util-1.0.1.jar
+++
++diff --git a/o.apache.xml.resolver/external/binaries-list b/o.apache.xml.resolver/external/binaries-list
++index aa6eba3..8b13789 100644
++--- a/o.apache.xml.resolver/external/binaries-list
+++++ b/o.apache.xml.resolver/external/binaries-list
++@@ -1 +1 @@
++-B0D0FCBAC68826D2AFA3C7C89FC4D57B95A000C3 resolver-1.2.jar
+++
++diff --git a/o.apache.xmlrpc/external/binaries-list b/o.apache.xmlrpc/external/binaries-list
++index b2e2668..8b13789 100644
++--- a/o.apache.xmlrpc/external/binaries-list
+++++ b/o.apache.xmlrpc/external/binaries-list
++@@ -1,3 +1 @@
++-64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983 xmlrpc-client-3.0.jar
++-8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF xmlrpc-common-3.0.jar
++-D6917BF718583002CBE44E773EE21E2DF08ADC71 xmlrpc-server-3.0.jar
+++
++diff --git a/o.eclipse.core.contenttype/external/binaries-list b/o.eclipse.core.contenttype/external/binaries-list
++index 70d255b..8b13789 100644
++--- a/o.eclipse.core.contenttype/external/binaries-list
+++++ b/o.eclipse.core.contenttype/external/binaries-list
++@@ -1 +1 @@
++-7052E115041D04410A4519A61307502FB7C138E6 org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.core.jobs/external/binaries-list b/o.eclipse.core.jobs/external/binaries-list
++index 9ffdd99..8b13789 100644
++--- a/o.eclipse.core.jobs/external/binaries-list
+++++ b/o.eclipse.core.jobs/external/binaries-list
++@@ -1 +1 @@
++-B19A4D998C76FE7A30830C96B9E3A47682F320FC org.eclipse.core.jobs-3.5.101.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.core.net/external/binaries-list b/o.eclipse.core.net/external/binaries-list
++index c7bae02..8b13789 100644
++--- a/o.eclipse.core.net/external/binaries-list
+++++ b/o.eclipse.core.net/external/binaries-list
++@@ -1 +1 @@
++-E64EF6A3FC5DB01AD95632B843706CCE56614C90 org.eclipse.core.net_1.2.100.I20110511-0800.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.core.runtime.compatibility.auth/external/binaries-list b/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
++index dca2a5f..8b13789 100644
++--- a/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
+++++ b/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
++@@ -1 +1 @@
++-0CA9B9DF8A8E4C6805C60A5761C470FCE8AE828F org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.core.runtime/external/binaries-list b/o.eclipse.core.runtime/external/binaries-list
++index bee786d..8b13789 100644
++--- a/o.eclipse.core.runtime/external/binaries-list
+++++ b/o.eclipse.core.runtime/external/binaries-list
++@@ -1 +1 @@
++-6658C235056134F7E86295E751129508802D71F2 org.eclipse.core.runtime-3.7.0.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.equinox.app/external/binaries-list b/o.eclipse.equinox.app/external/binaries-list
++index 92f8970..8b13789 100644
++--- a/o.eclipse.equinox.app/external/binaries-list
+++++ b/o.eclipse.equinox.app/external/binaries-list
++@@ -1 +1 @@
++-9C74D245214DB08E7EB9BC07A951B41CFE3E3648 org.eclipse.equinox.app-1.3.100.jar
+++
++diff --git a/o.eclipse.equinox.common/external/binaries-list b/o.eclipse.equinox.common/external/binaries-list
++index 3e1a4ae..8b13789 100644
++--- a/o.eclipse.equinox.common/external/binaries-list
+++++ b/o.eclipse.equinox.common/external/binaries-list
++@@ -1 +1 @@
++-78E5D0B8516B042495660DA36CE5114650F8F156 org.eclipse.equinox.common_3.6.0.v20110523.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.equinox.preferences/external/binaries-list b/o.eclipse.equinox.preferences/external/binaries-list
++index 1be9bf4..8b13789 100644
++--- a/o.eclipse.equinox.preferences/external/binaries-list
+++++ b/o.eclipse.equinox.preferences/external/binaries-list
++@@ -1 +1 @@
++-FD94003A1BCE42008753522BFED68E5A84B92644 org.eclipse.equinox.preferences-3.4.2.jar
+++
++diff --git a/o.eclipse.equinox.registry/external/binaries-list b/o.eclipse.equinox.registry/external/binaries-list
++index 47cd4f8..8b13789 100644
++--- a/o.eclipse.equinox.registry/external/binaries-list
+++++ b/o.eclipse.equinox.registry/external/binaries-list
++@@ -1 +1 @@
++-54AE046B40C9095C2637F8D21664C5CD76E34485 org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.equinox.security/external/binaries-list b/o.eclipse.equinox.security/external/binaries-list
++index 6b34a07..8b13789 100644
++--- a/o.eclipse.equinox.security/external/binaries-list
+++++ b/o.eclipse.equinox.security/external/binaries-list
++@@ -1 +1 @@
++-0FFB9B1D7CD992CE6C8AAEEC2F6F98DFBB1D2F91 org.eclipse.equinox.security-1.1.1.jar
+++
++diff --git a/o.eclipse.jgit.java7/external/binaries-list b/o.eclipse.jgit.java7/external/binaries-list
++index 417e08c..8b13789 100644
++--- a/o.eclipse.jgit.java7/external/binaries-list
+++++ b/o.eclipse.jgit.java7/external/binaries-list
++@@ -1 +1 @@
++-49F1EFEBC8CECA5D514209BE18A048EB5707C0A7 org.eclipse.jgit.java7-3.4.1.201406201815-r.jar
+++
++diff --git a/o.eclipse.jgit/external/binaries-list b/o.eclipse.jgit/external/binaries-list
++index 3441603..8b13789 100644
++--- a/o.eclipse.jgit/external/binaries-list
+++++ b/o.eclipse.jgit/external/binaries-list
++@@ -1 +1 @@
++-7FE73A21F4A078ABAAFACE4D2B03B5EB3D306F63 org.eclipse.jgit-3.4.1.201406201815-r.jar
+++
++diff --git a/o.eclipse.mylyn.bugzilla.core/external/binaries-list b/o.eclipse.mylyn.bugzilla.core/external/binaries-list
++index 73dca8d..8b13789 100644
++--- a/o.eclipse.mylyn.bugzilla.core/external/binaries-list
+++++ b/o.eclipse.mylyn.bugzilla.core/external/binaries-list
++@@ -1 +1 @@
++-A94F8F805202B28236FFBC03C1CA149129DAEA1C org.eclipse.mylyn.bugzilla.core_3.10.0.20131024-1218.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.commons.core/external/binaries-list b/o.eclipse.mylyn.commons.core/external/binaries-list
++index e8a704e..8b13789 100644
++--- a/o.eclipse.mylyn.commons.core/external/binaries-list
+++++ b/o.eclipse.mylyn.commons.core/external/binaries-list
++@@ -1 +1 @@
++-19D64C17A692D2023E22B16AD515118DF6427790 org.eclipse.mylyn.commons.core_3.10.0.20130926-1710.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.commons.net/external/binaries-list b/o.eclipse.mylyn.commons.net/external/binaries-list
++index 8350f0a..8b13789 100644
++--- a/o.eclipse.mylyn.commons.net/external/binaries-list
+++++ b/o.eclipse.mylyn.commons.net/external/binaries-list
++@@ -1 +1 @@
++-A1BF01D1DD09274446738C3F83360314B8881CD5 org.eclipse.mylyn.commons.net_3.10.0.20131018-1210.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.commons.repositories.core/external/binaries-list b/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
++index 9d0642b..8b13789 100644
++--- a/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
+++++ b/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
++@@ -1 +1 @@
++-136A7EB3BB9B2559C5F9184B438F108C959B3C03 org.eclipse.mylyn.commons.repositories.core_1.2.0.20130704-2116.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list b/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
++index 2ac5962..8b13789 100644
++--- a/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
+++++ b/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
++@@ -1 +1 @@
++-531746EBE57071AB7F8CCC7ACB0E806F25893916 org.eclipse.mylyn.commons.xmlrpc_3.10.0.20130704-2116.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.tasks.core/external/binaries-list b/o.eclipse.mylyn.tasks.core/external/binaries-list
++index f33ddf0..8b13789 100644
++--- a/o.eclipse.mylyn.tasks.core/external/binaries-list
+++++ b/o.eclipse.mylyn.tasks.core/external/binaries-list
++@@ -1 +1 @@
++-D3ED088A49DE9E5163457E9279181DD4185BFBE6 org.eclipse.mylyn.tasks.core_3.10.0.20131010-2023.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list b/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
++index 9320a38..8b13789 100644
++--- a/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
+++++ b/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
++@@ -1 +1 @@
++-8D4278A9F47D17A104182E59CF06D682B3DE0B3E org.eclipse.mylyn.wikitext.confluence.core_1.9.0.20131007-2055.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.wikitext.core/external/binaries-list b/o.eclipse.mylyn.wikitext.core/external/binaries-list
++index 5324f47..8b13789 100644
++--- a/o.eclipse.mylyn.wikitext.core/external/binaries-list
+++++ b/o.eclipse.mylyn.wikitext.core/external/binaries-list
++@@ -1 +1 @@
++-1FC011B8A350B70950B3F1D722D7F2890C6E76D8 org.eclipse.mylyn.wikitext.core_1.9.0.20131007-2055.jar
++\ No newline at end of file
+++
++diff --git a/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list b/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
++index 23e15cd..8b13789 100644
++--- a/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
+++++ b/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
++@@ -1 +1 @@
++-6E914CA3075C8FDF7652F04A02868CF32F2EDCE3 org.eclipse.mylyn.wikitext.textile.core_1.9.0.20131007-2055.jar
++\ No newline at end of file
+++
++diff --git a/o.jdesktop.beansbinding/external/binaries-list b/o.jdesktop.beansbinding/external/binaries-list
++index d8f416a..8b13789 100644
++--- a/o.jdesktop.beansbinding/external/binaries-list
+++++ b/o.jdesktop.beansbinding/external/binaries-list
++@@ -1,2 +1 @@
++-F7BD95641780C2AAE8CB9BED1686441A1CE5E749 beansbinding-1.2.1-doc.zip
++-C4F88C2CFC1F3F72451CDE2AA3BB1F40879801FD beansbinding-1.2.1.jar
+++
++diff --git a/o.jdesktop.layout/external/binaries-list b/o.jdesktop.layout/external/binaries-list
++index 1d6b722..8b13789 100644
++--- a/o.jdesktop.layout/external/binaries-list
+++++ b/o.jdesktop.layout/external/binaries-list
++@@ -1,3 +1 @@
++-1C7FE319052EF49126CF07D0DB6953CB7007229E swing-layout-1.0.4-doc.zip
++-69D72835E165439CF7816EFDA65868FD4E0C6E2A swing-layout-1.0.4.jar
++-D2503D2217868ABAE1A5E7480A9CCA1DB3522464 swing-layout-1.0.4-src.zip
+++
++diff --git a/php.editor/external/binaries-list b/php.editor/external/binaries-list
++index a96edf6..8b13789 100644
++--- a/php.editor/external/binaries-list
+++++ b/php.editor/external/binaries-list
++@@ -1 +1 @@
++-3D6AF75EA20D715887DAF47A3F063864EF0814C1 predefined_vars.zip
+++
++diff --git a/php.phpdoc.documentation/external/binaries-list b/php.phpdoc.documentation/external/binaries-list
++index eadf287..8b13789 100644
++--- a/php.phpdoc.documentation/external/binaries-list
+++++ b/php.phpdoc.documentation/external/binaries-list
++@@ -1 +1 @@
++-0702230EB3354A1687E4496D73A94F33A1E343BD phpdocdesc.zip
+++
++diff --git a/php.project/external/binaries-list b/php.project/external/binaries-list
++index d22ac3c..8b13789 100644
++--- a/php.project/external/binaries-list
+++++ b/php.project/external/binaries-list
++@@ -1 +1 @@
++-BFB982F9B33E2F1A1766C212C8208793F9B7E77C phpsigfiles.zip
+++
++diff --git a/servletapi/external/binaries-list b/servletapi/external/binaries-list
++index 397a462..8b13789 100644
++--- a/servletapi/external/binaries-list
+++++ b/servletapi/external/binaries-list
++@@ -1 +1 @@
++-85F9EE8921A08E5478118005D5829C6A1637374B servlet-2.2.jar
+++
++diff --git a/servletjspapi/external/binaries-list b/servletjspapi/external/binaries-list
++index 0c1203a..8b13789 100644
++--- a/servletjspapi/external/binaries-list
+++++ b/servletjspapi/external/binaries-list
++@@ -1 +1 @@
++-68C97A238A2143B616879E8C1EF5BF01EA25B11E servlet3.1-jsp2.3-api.jar
+++
++diff --git a/spellchecker.dictionary_en/external/binaries-list b/spellchecker.dictionary_en/external/binaries-list
++index bea0730..8b13789 100644
++--- a/spellchecker.dictionary_en/external/binaries-list
+++++ b/spellchecker.dictionary_en/external/binaries-list
++@@ -1 +1 @@
++-F90E3DA5259DB07F36E6987EFDED647A5231DE76 ispell-enwl-3.1.20.zip
+++
++diff --git a/spring.webmvc/external/binaries-list b/spring.webmvc/external/binaries-list
++index e69de29..8b13789 100644
++--- a/spring.webmvc/external/binaries-list
+++++ b/spring.webmvc/external/binaries-list
++@@ -0,0 +1 @@
+++
++diff --git a/swing.validation/external/binaries-list b/swing.validation/external/binaries-list
++index 4251da3..8b13789 100644
++--- a/swing.validation/external/binaries-list
+++++ b/swing.validation/external/binaries-list
++@@ -1 +1 @@
++-89BC047153217F5254506F4C622A771A78883CBC ValidationAPI.jar
+++
++diff --git a/web.clientproject.api/external/binaries-list b/web.clientproject.api/external/binaries-list
++index 989fd1c..8b13789 100644
++--- a/web.clientproject.api/external/binaries-list
+++++ b/web.clientproject.api/external/binaries-list
++@@ -1 +1 @@
++-20317762D93542637CD2C6123B836C8DA267DE9D cdnjs.zip
+++
++diff --git a/web.core.syntax/external/binaries-list b/web.core.syntax/external/binaries-list
++index ffb640e..8b13789 100644
++--- a/web.core.syntax/external/binaries-list
+++++ b/web.core.syntax/external/binaries-list
++@@ -1 +1 @@
++-F6E990DF59BD1FD2058320002A853A5411A45CD4 syntaxref20.zip
+++
++diff --git a/web.jsf.editor/external/binaries-list b/web.jsf.editor/external/binaries-list
++index 3d8ea20..8b13789 100644
++--- a/web.jsf.editor/external/binaries-list
+++++ b/web.jsf.editor/external/binaries-list
++@@ -1 +1 @@
++-93A58E37BA1D014375B1578F3D904736CB2D408F jsf-api-docs.zip
+++
++diff --git a/web.jsf12/external/binaries-list b/web.jsf12/external/binaries-list
++index 3551756..8b13789 100644
++--- a/web.jsf12/external/binaries-list
+++++ b/web.jsf12/external/binaries-list
++@@ -1 +1 @@
++-B9DB1A789C301F1D31DD6CC524DA2EBD7F89190D jsf-1.2.zip
+++
++diff --git a/web.jsf20/external/binaries-list b/web.jsf20/external/binaries-list
++index ba72612..8b13789 100644
++--- a/web.jsf20/external/binaries-list
+++++ b/web.jsf20/external/binaries-list
++@@ -1 +1 @@
++-99277566601C4D5C2598B0206B5DC071932F3641 jsf-2.2.zip
+++
++diff --git a/web.jspparser/external/binaries-list b/web.jspparser/external/binaries-list
++index 4762c08..8b13789 100644
++--- a/web.jspparser/external/binaries-list
+++++ b/web.jspparser/external/binaries-list
++@@ -1 +1 @@
++-33B0D0945555A06B74931DEACF9DB1A4AE2A3EC4 glassfish-jspparser-4.0.jar
+++
++diff --git a/web.monitor/external/binaries-list b/web.monitor/external/binaries-list
++index f49f136..8b13789 100644
++--- a/web.monitor/external/binaries-list
+++++ b/web.monitor/external/binaries-list
++@@ -1 +1 @@
++-2C033740B8F78C1081AF25C0173FC57317D2783A servlet-2.3.jar
+++
++diff --git a/web.primefaces/external/binaries-list b/web.primefaces/external/binaries-list
++index f4a6e45..8b13789 100644
++--- a/web.primefaces/external/binaries-list
+++++ b/web.primefaces/external/binaries-list
++@@ -1 +1 @@
++-065BDCE80509320280B3B5210FCDDAE9B7D50338 primefaces-5.0.jar
+++
++diff --git a/web.struts/external/binaries-list b/web.struts/external/binaries-list
++index 998a1a9..8b13789 100644
++--- a/web.struts/external/binaries-list
+++++ b/web.struts/external/binaries-list
++@@ -1,2 +1 @@
++-9319FDBED11E0D2EB03E4BB9E94BAA439A1DA469 struts-1.3.10-javadoc.zip
++-9E226CFC08177A6666E5A2C535C25837A92C54C9 struts-1.3.10-lib.zip
+++
++diff --git a/websvc.jaxws21/external/binaries-list b/websvc.jaxws21/external/binaries-list
++index d48b7a1..8b13789 100644
++--- a/websvc.jaxws21/external/binaries-list
+++++ b/websvc.jaxws21/external/binaries-list
++@@ -1,2 +1 @@
++-84E2020E5499015E9F40D1212C86918264B89EB1 jaxws-2.2.6.zip
++-8ECD169E9E308C258287E4F28B03B6D6F1E55F47 jaxws-api-doc.zip
+++
++diff --git a/websvc.jaxws21api/external/binaries-list b/websvc.jaxws21api/external/binaries-list
++index 3ba1cd2..8b13789 100644
++--- a/websvc.jaxws21api/external/binaries-list
+++++ b/websvc.jaxws21api/external/binaries-list
++@@ -1 +1 @@
++-D64C40E770C95C2A6994081C00CCD489C0AA20C9 jaxws-2.2.6-api.zip
++\ No newline at end of file
+++
++diff --git a/websvc.metro.lib/external/binaries-list b/websvc.metro.lib/external/binaries-list
++index 6465935..8b13789 100644
++--- a/websvc.metro.lib/external/binaries-list
+++++ b/websvc.metro.lib/external/binaries-list
++@@ -1,2 +1 @@
++-FDECFB78184C7D19E7E20130A7D7E88C1DF0BDD1 metro-1.4-doc.zip
++-F05AE8173BC750ECF1B52AD1F80050226458E490 metro-2.0.zip
+++
++diff --git a/websvc.restlib/external/binaries-list b/websvc.restlib/external/binaries-list
++index 272c3c8..8b13789 100644
++--- a/websvc.restlib/external/binaries-list
+++++ b/websvc.restlib/external/binaries-list
++@@ -1 +1 @@
++-C614ECF62381F88208D66D96146A8307781058DB jaxrs-ri-2.5.1.zip
+++
++diff --git a/xml.jaxb.api/external/binaries-list b/xml.jaxb.api/external/binaries-list
++index 4662210..8b13789 100644
++--- a/xml.jaxb.api/external/binaries-list
+++++ b/xml.jaxb.api/external/binaries-list
++@@ -1,3 +1 @@
++-E1233CB9A6101F5CC1098AC26AD6D11ADB1ABFA2 activation.jar
++-71F434378F822B09A57174AF6C75D37408687C57 jaxb-api.jar
++-3BD00A1595529E6A43F2118B551A9CA906BE4CF3 jsr173_1.0_api.jar
++\ No newline at end of file
+++
diff --cc debian/patches/netbeans-platform-jemmy.patch
index 0000000,0000000..ead2fc0
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-jemmy.patch
@@@ -1,0 -1,0 +1,26 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 2 Jun 2015 13:48:04 +0200
++Subject: netbeans platform jemmy
++
++We don't include zips of the jemmy doc or src. Otherwise this would cause a
++FTBFS.
++
++Forwarded: not-needed
++---
++ jemmy/nbproject/project.properties | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/jemmy/nbproject/project.properties b/jemmy/nbproject/project.properties
++index ab73fe9..f15365d 100644
++--- a/jemmy/nbproject/project.properties
+++++ b/jemmy/nbproject/project.properties
++@@ -43,7 +43,7 @@ is.autoload=true
++ javac.compilerargs=-Xlint -Xlint:-serial
++ javac.source=1.6
++ release.external/jemmy-2.3.1.1.jar=modules/ext/jemmy-2.3.1.1.jar
++-release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip
++-release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip
+++#release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip
+++#release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip
++ sigtest.gen.fail.on.error=false
++ 
diff --cc debian/patches/netbeans-platform-nbi.patch
index 0000000,0000000..4319470
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-nbi.patch
@@@ -1,0 -1,0 +1,23 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 13:42:24 +0200
++Subject: netbeans platform nbi
++
++Don't build the Netbeans Installer modules.
++Forwarded: not-needed
++---
++ nbbuild/cluster.properties | 2 --
++ 1 file changed, 2 deletions(-)
++
++diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
++index 9a7b984..27fb4ec 100644
++--- a/nbbuild/cluster.properties
+++++ b/nbbuild/cluster.properties
++@@ -804,8 +804,6 @@ nb.cluster.harness=\
++         apisupport.harness,\
++         jellytools.platform,\
++         jemmy,\
++-        libs.nbi.ant,\
++-        libs.nbi.engine,\
++         nbjunit,\
++         o.n.insane
++ 
diff --cc debian/patches/netbeans-platform-nojnabinaries.patch
index 0000000,0000000..e15eadc
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-nojnabinaries.patch
@@@ -1,0 -1,0 +1,69 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 14:21:49 +0200
++Subject: netbeans platform nojnabinaries
++
++We don't need to install any JNA binaries, since they're already installed.
++Forwarded: not-needed
++---
++ libs.jna.platform/nbproject/project.properties    |  2 +-
++ libs.jna/nbproject/project.properties             | 24 +++++++++++------------
++ libs.jna/src/org/netbeans/libs/jna/Installer.java |  2 +-
++ 3 files changed, 14 insertions(+), 14 deletions(-)
++
++diff --git a/libs.jna.platform/nbproject/project.properties b/libs.jna.platform/nbproject/project.properties
++index b8afdb4..608ea2b 100644
++--- a/libs.jna.platform/nbproject/project.properties
+++++ b/libs.jna.platform/nbproject/project.properties
++@@ -42,5 +42,5 @@
++ 
++ is.autoload=true
++ javac.source=1.6
++-release.external/jna-platform-4.1.0.jar=modules/ext/jna-platform-4.1.0.jar
+++#release.external/jna-platform-4.1.0.jar=modules/ext/jna-platform-4.1.0.jar
++ sigtest.gen.fail.on.error=false
++diff --git a/libs.jna/nbproject/project.properties b/libs.jna/nbproject/project.properties
++index c6de368..0a8e520 100644
++--- a/libs.jna/nbproject/project.properties
+++++ b/libs.jna/nbproject/project.properties
++@@ -41,17 +41,17 @@
++ # made subject to such option by the copyright holder.
++ 
++ javac.source=1.6
++-release.external/jna-4.1.0.jar=modules/ext/jna-4.1.0.jar
+++#release.external/jna-4.1.0.jar=modules/ext/jna-4.1.0.jar
++ # Do not forget to rename native libs being extracted from the JAR when upgrading the JNA library, and patch org.netbeans.libs.jna.Installer as well.
++-release.external/jna-4.1.0.jar!/com/sun/jna/darwin/libjnidispatch.jnilib=modules/lib/libjnidispatch-410.jnilib
++-release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-410.so
++-release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-410.so
++-release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-410.dll
++-release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-410.dll
++-jnlp.verify.excludes=\
++-    modules/lib/amd64/jnidispatch-410.dll,\
++-    modules/lib/amd64/linux/libjnidispatch-410.so,\
++-    modules/lib/i386/linux/libjnidispatch-410.so,\
++-    modules/lib/x86/jnidispatch-410.dll,\
++-    modules/lib/libjnidispatch-410.jnilib
+++#release.external/jna-4.1.0.jar!/com/sun/jna/darwin/libjnidispatch.jnilib=modules/lib/libjnidispatch-410.jnilib
+++#release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-410.so
+++#release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-410.so
+++#release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-410.dll
+++#release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-410.dll
+++#jnlp.verify.excludes=\
+++#    modules/lib/amd64/jnidispatch-410.dll,\
+++#    modules/lib/amd64/linux/libjnidispatch-410.so,\
+++#    modules/lib/i386/linux/libjnidispatch-410.so,\
+++#    modules/lib/x86/jnidispatch-410.dll,\
+++#    modules/lib/libjnidispatch-410.jnilib
++ sigtest.gen.fail.on.error=false
++diff --git a/libs.jna/src/org/netbeans/libs/jna/Installer.java b/libs.jna/src/org/netbeans/libs/jna/Installer.java
++index cf306a7..fa3201f 100644
++--- a/libs.jna/src/org/netbeans/libs/jna/Installer.java
+++++ b/libs.jna/src/org/netbeans/libs/jna/Installer.java
++@@ -50,6 +50,6 @@ public class Installer extends ModuleInstall {
++     public void validate() {
++         super.validate();
++         //#211655
++-        System.setProperty( "jna.boot.library.name", "jnidispatch-410" ); //NOI18N
+++        System.setProperty( "jna.boot.library.name", "jnidispatch" ); //NOI18N
++     }
++ }
diff --cc debian/patches/netbeans-platform-properties.patch
index 0000000,0000000..cf5aec2
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-properties.patch
@@@ -1,0 -1,0 +1,39 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 19:35:45 +0200
++Subject: netbeans platform properties
++
++We don't include the swing layout source zip. Otherwise this would cause a
++FTBFS.
++
++Forwarded: not-needed
++---
++ libs.testng/nbproject/project.properties       | 2 +-
++ o.jdesktop.layout/nbproject/project.properties | 4 ++--
++ 2 files changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/libs.testng/nbproject/project.properties b/libs.testng/nbproject/project.properties
++index 4d3caca..9d9f860 100644
++--- a/libs.testng/nbproject/project.properties
+++++ b/libs.testng/nbproject/project.properties
++@@ -42,7 +42,7 @@
++ 
++ is.autoload=true
++ release.external/testng-6.8.1-dist.jar=modules/ext/testng-6.8.1-dist.jar
++-release.external/testng-6.8.1-javadoc.zip=docs/testng-6.8.1-javadoc.zip
+++#release.external/testng-6.8.1-javadoc.zip=docs/testng-6.8.1-javadoc.zip
++ sigtest.skip.check=true
++ sigtest.fail.on.error=false
++ jnlp.indirect.jars=\
++diff --git a/o.jdesktop.layout/nbproject/project.properties b/o.jdesktop.layout/nbproject/project.properties
++index bf2a43b..015c254 100644
++--- a/o.jdesktop.layout/nbproject/project.properties
+++++ b/o.jdesktop.layout/nbproject/project.properties
++@@ -42,6 +42,6 @@
++ 
++ is.autoload=true
++ release.external/swing-layout-1.0.4.jar=modules/ext/swing-layout-1.0.4.jar
++-release.external/swing-layout-1.0.4-doc.zip=docs/swing-layout-1.0.4-doc.zip
++-release.external/swing-layout-1.0.4-src.zip=docs/swing-layout-1.0.4-src.zip
+++#release.external/swing-layout-1.0.4-doc.zip=docs/swing-layout-1.0.4-doc.zip
+++#release.external/swing-layout-1.0.4-src.zip=docs/swing-layout-1.0.4-src.zip
++ jnlp.indirect.jars=docs/swing-layout-1.0.4-doc.zip, docs/swing-layout-1.0.4-src.zip
diff --cc debian/patches/netbeans-platform-windowslauncher.patch
index 0000000,0000000..7aa62d9
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-platform-windowslauncher.patch
@@@ -1,0 -1,0 +1,379 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 15:29:10 +0200
++Subject: netbeans platform windowslauncher
++
++Use mingw32 to build the windows launchers. These are useful if the Netbeans
++platform is used to build another application on Debian which you want to be
++able to run on a Windows system.
++
++Forwarded: not-needed
++---
++ apisupport.harness/windows-launcher-src/Makefile   |  7 ++---
++ .../nbproject/Makefile-app.exe.mk                  | 24 ++++++++---------
++ .../nbproject/Makefile-app64.exe.mk                | 16 ++++++------
++ ide/launcher/windows/nblauncher.cpp                |  1 +
++ o.n.bootstrap/launcher/windows/Makefile            | 18 +++++--------
++ .../launcher/windows/nbproject/Makefile-nbexec.mk  | 30 +++++++++++-----------
++ .../windows/nbproject/Makefile-nbexec64.mk         | 26 +++++++++----------
++ o.n.bootstrap/launcher/windows/utilsfuncs.cpp      |  1 +
++ 8 files changed, 61 insertions(+), 62 deletions(-)
++
++diff --git a/apisupport.harness/windows-launcher-src/Makefile b/apisupport.harness/windows-launcher-src/Makefile
++index c7d6f5e..f5499dc 100644
++--- a/apisupport.harness/windows-launcher-src/Makefile
+++++ b/apisupport.harness/windows-launcher-src/Makefile
++@@ -17,7 +17,7 @@
++ MKDIR=mkdir
++ CP=cp
++ CCADMIN=CCadmin
++-RANLIB=ranlib
+++RANLIB=i686-w64-mingw32-ranlib
++ 
++ 
++ 
++@@ -28,10 +28,10 @@ build: .build-post
++ # Add your pre 'build' code here...
++ 
++ .build-pre-app.exe: app.rc
++-	windres -oapp.res -Ocoff app.rc
+++	i686-w64-mingw32-windres -oapp.res -Ocoff app.rc
++ 
++ .build-pre-app64.exe: app.rc
++-	x86_64-w64-mingw32-windres.exe -oapp64.res -Ocoff app.rc
+++	x86_64-w64-mingw32-windres -oapp64.res -Ocoff app.rc
++ 
++ .build-post: .build-impl
++ # Add your post 'build' code here...	
++@@ -40,6 +40,7 @@ build: .build-post
++ 
++ # clean
++ clean: .clean-post
+++	-rm -f app.res app64.res
++ 
++ .clean-pre:
++ # Add your pre 'clean' code here...
++diff --git a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
++index c96635b..3859387 100644
++--- a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
+++++ b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
++@@ -13,12 +13,12 @@ CP=cp
++ GREP=grep
++ NM=nm
++ CCADMIN=CCadmin
++-RANLIB=ranlib
++-CC=gcc.exe
++-CCC=g++.exe
++-CXX=g++.exe
++-FC=gfortran
++-AS=as.exe
+++RANLIB=i686-w64-mingw32-ranlib
+++CC=
+++CCC=i686-w64-mingw32-g++
+++CXX=i686-w64-mingw32-g++
+++FC=
+++AS=i686-w64-mingw32-as
++ 
++ # Macros
++ CND_PLATFORM=Cygwin-Windows
++@@ -45,8 +45,8 @@ OBJECTFILES= \
++ CFLAGS=
++ 
++ # CC Compiler Flags
++-CCFLAGS=-m32 -mno-cygwin
++-CXXFLAGS=-m32 -mno-cygwin
+++CCFLAGS=-m32
+++CXXFLAGS=-m32
++ 
++ # Fortran Compiler Flags
++ FFLAGS=
++@@ -68,22 +68,22 @@ LDLIBSOPTIONS=app.res
++ ${OBJECTDIR}/applauncher.o: applauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} $@.d
++-	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/applauncher.o applauncher.cpp
+++	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/applauncher.o applauncher.cpp
++ 
++ ${OBJECTDIR}/_ext/493252820/utilsfuncs.o: ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}/_ext/493252820
++ 	${RM} $@.d
++-	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/493252820/utilsfuncs.o ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp
+++	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/493252820/utilsfuncs.o ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp
++ 
++ ${OBJECTDIR}/_ext/216238457/nblauncher.o: ../../ide/launcher/windows/nblauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}/_ext/216238457
++ 	${RM} $@.d
++-	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/216238457/nblauncher.o ../../ide/launcher/windows/nblauncher.cpp
+++	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/216238457/nblauncher.o ../../ide/launcher/windows/nblauncher.cpp
++ 
++ ${OBJECTDIR}/app.o: app.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} $@.d
++-	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/app.o app.cpp
+++	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/app.o app.cpp
++ 
++ # Subprojects
++ .build-subprojects:
++diff --git a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
++index e35d1ac..2922e6a 100644
++--- a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
+++++ b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
++@@ -13,12 +13,12 @@ CP=cp
++ GREP=grep
++ NM=nm
++ CCADMIN=CCadmin
++-RANLIB=ranlib
++-CC=x86_64-w64-mingw32-gcc.exe
++-CCC=x86_64-w64-mingw32-g++.exe
++-CXX=x86_64-w64-mingw32-g++.exe
++-FC=gfortran
++-AS=as.exe
+++RANLIB=x86_64-w64-mingw32-ranlib
+++CC=x86_64-w64-mingw32-gcc
+++CCC=x86_64-w64-mingw32-g++
+++CXX=x86_64-w64-mingw32-g++
+++FC=
+++AS=x86_64-w64-mingw32-as
++ 
++ # Macros
++ CND_PLATFORM=Cygwin64-Windows
++@@ -45,8 +45,8 @@ OBJECTFILES= \
++ CFLAGS=
++ 
++ # CC Compiler Flags
++-CCFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
++-CXXFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
+++CCFLAGS=-m64 -static-libgcc -static-libstdc++
+++CXXFLAGS=-m64 -static-libgcc -static-libstdc++
++ 
++ # Fortran Compiler Flags
++ FFLAGS=
++diff --git a/ide/launcher/windows/nblauncher.cpp b/ide/launcher/windows/nblauncher.cpp
++index 97c15ba..a1a5967 100644
++--- a/ide/launcher/windows/nblauncher.cpp
+++++ b/ide/launcher/windows/nblauncher.cpp
++@@ -53,6 +53,7 @@
++ #include "../../../o.n.bootstrap/launcher/windows/utilsfuncs.h"
++ #include "../../../o.n.bootstrap/launcher/windows/argnames.h"
++ #include "../../../o.n.bootstrap/launcher/windows/nbexecloader.h"
+++#include <stdio.h>
++ 
++ using namespace std;
++ 
++diff --git a/o.n.bootstrap/launcher/windows/Makefile b/o.n.bootstrap/launcher/windows/Makefile
++index 990aafa..2f78df1 100644
++--- a/o.n.bootstrap/launcher/windows/Makefile
+++++ b/o.n.bootstrap/launcher/windows/Makefile
++@@ -15,7 +15,7 @@
++ MKDIR=mkdir
++ CP=cp
++ CCADMIN=CCadmin
++-RANLIB=ranlib
+++RANLIB=i686-w64-mingw32-ranlib
++ 
++ 
++ 
++@@ -26,16 +26,12 @@ build: .build-post-$(CONF)
++ # Add your pre 'build' code here...
++ 
++ .build-post-nbexec: .build-impl nbexecexe.cpp nbexecloader.h utilsfuncs.cpp nbexec_exe.rc
++-	windres.exe -Ocoff nbexec_exe.rc nbexec_exe.res
++-	g++ -s -mno-cygwin -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -DNBEXEC_DLL=\"nbexec.dll\" nbexecexe.cpp utilsfuncs.cpp nbexec_exe.res -o nbexec.exe
++-	cp nbexec.exe ../../../nbbuild/netbeans/platform/lib/
++-	cp nbexec.dll ../../../nbbuild/netbeans/platform/lib/
++-	
+++	i686-w64-mingw32-windres -Ocoff nbexec_exe.rc nbexec_exe.res
+++	i686-w64-mingw32-g++ -s -DNBEXEC_DLL=\"nbexec.dll\" nbexecexe.cpp utilsfuncs.cpp nbexec_exe.res -o nbexec.exe
+++
++ .build-post-nbexec64: .build-impl nbexecexe.cpp nbexecloader.h utilsfuncs.cpp nbexec_exe.rc
++-	x86_64-w64-mingw32-windres.exe -Ocoff nbexec_exe.rc nbexec_exe64.res 
++-	x86_64-w64-mingw32-g++.exe -m64 -s -mno-cygwin -Wl,--nxcompat -Wl,--dynamicbase -DNBEXEC_DLL=\"nbexec64.dll\" -static-libgcc -static-libstdc++ nbexecexe.cpp utilsfuncs.cpp nbexec_exe64.res -o nbexec64.exe 
++-	cp nbexec64.exe ../../../nbbuild/netbeans/platform/lib/
++-	cp nbexec64.dll ../../../nbbuild/netbeans/platform/lib/
+++	x86_64-w64-mingw32-windres -Ocoff nbexec_exe.rc nbexec_exe64.res
+++	x86_64-w64-mingw32-g++ -m64 -s -DNBEXEC_DLL=\"nbexec64.dll\" -static-libgcc -static-libstdc++ nbexecexe.cpp utilsfuncs.cpp nbexec_exe64.res -o nbexec64.exe
++ 
++ 
++ 
++@@ -46,7 +42,7 @@ clean: .clean-post-$(CONF)
++ # Add your pre 'clean' code here...
++ 
++ .clean-post-nbexec: .clean-impl
++-	rm -f nbexec_exe32.res nbexec32.exe
+++	rm -f nbexec_exe32.res nbexec.exe
++ 	
++ .clean-post-nbexec64: .clean-impl
++ 	rm -f nbexec_exe64.res nbexec64.exe
++diff --git a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
++index 3ae2f5c..961e7dc 100644
++--- a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
+++++ b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
++@@ -13,12 +13,12 @@ CP=cp
++ GREP=grep
++ NM=nm
++ CCADMIN=CCadmin
++-RANLIB=ranlib
++-CC=gcc
++-CCC=g++
++-CXX=g++
++-FC=gfortran
++-AS=as
+++RANLIB=i686-w64-mingw32-ranlib
+++CC=
+++CCC=i686-w64-mingw32-g++
+++CXX=i686-w64-mingw32-g++
+++FC=
+++AS=i686-w64-mingw32-as
++ 
++ # Macros
++ CND_PLATFORM=Cygwin-Windows
++@@ -46,8 +46,8 @@ OBJECTFILES= \
++ CFLAGS=
++ 
++ # CC Compiler Flags
++-CCFLAGS=-m32 -mno-cygwin
++-CXXFLAGS=-m32 -mno-cygwin
+++CCFLAGS=-m32
+++CXXFLAGS=-m32
++ 
++ # Fortran Compiler Flags
++ FFLAGS=
++@@ -65,22 +65,22 @@ LDLIBSOPTIONS=${OBJECTDIR}/nbexec.res
++ nbexec.dll: ${OBJECTDIR}/nbexec.res
++ 
++ nbexec.dll: ${OBJECTFILES}
++-	${LINK.cc} -o nbexec.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -mno-cygwin -shared
+++	${LINK.cc} -o nbexec.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -shared
++ 
++ ${OBJECTDIR}/jvmlauncher.o: jvmlauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
++ 
++ ${OBJECTDIR}/nbexec.o: nbexec.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexec.o nbexec.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
++ 
++ ${OBJECTDIR}/nbexec.res: nbexec.rc version.h
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	@echo Compiling Resource files...
++-	windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res
+++	i686-w64-mingw32-windres -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res
++ 
++ : nbexec_exe.rc 
++ 	@echo 
++@@ -89,17 +89,17 @@ ${OBJECTDIR}/nbexec.res: nbexec.rc version.h
++ ${OBJECTDIR}/nbexecexe.o: nbexecexe.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
++ 
++ ${OBJECTDIR}/platformlauncher.o: platformlauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
++ 
++ ${OBJECTDIR}/utilsfuncs.o: utilsfuncs.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
++ 
++ # Subprojects
++ .build-subprojects:
++diff --git a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
++index 15ed384..485127e 100644
++--- a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
+++++ b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
++@@ -13,12 +13,12 @@ CP=cp
++ GREP=grep
++ NM=nm
++ CCADMIN=CCadmin
++-RANLIB=ranlib
++-CC=x86_64-w64-mingw32-gcc
+++RANLIB=x86_64-w64-mingw32-ranlib
+++CC=
++ CCC=x86_64-w64-mingw32-g++
++ CXX=x86_64-w64-mingw32-g++
++-FC=gfortran
++-AS=as
+++FC=
+++AS=x86_64-w64-mingw32-as
++ 
++ # Macros
++ CND_PLATFORM=Cygwin64-Windows
++@@ -46,8 +46,8 @@ OBJECTFILES= \
++ CFLAGS=
++ 
++ # CC Compiler Flags
++-CCFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
++-CXXFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
+++CCFLAGS=-m64 -static-libgcc -static-libstdc++
+++CXXFLAGS=-m64 -static-libgcc -static-libstdc++
++ 
++ # Fortran Compiler Flags
++ FFLAGS=
++@@ -65,22 +65,22 @@ LDLIBSOPTIONS=${OBJECTDIR}/nbexec64.res
++ nbexec64.dll: ${OBJECTDIR}/nbexec64.res
++ 
++ nbexec64.dll: ${OBJECTFILES}
++-	${LINK.cc} -o nbexec64.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -mno-cygwin -shared
+++	${LINK.cc} -o nbexec64.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -shared
++ 
++ ${OBJECTDIR}/jvmlauncher.o: jvmlauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
++ 
++ ${OBJECTDIR}/nbexec.o: nbexec.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexec.o nbexec.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
++ 
++ ${OBJECTDIR}/nbexec64.res: nbexec.rc version.h
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	@echo Compiling Resource files...
++-	x86_64-w64-mingw32-windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec64.res
+++	x86_64-w64-mingw32-windres -Ocoff nbexec.rc ${OBJECTDIR}/nbexec64.res
++ 
++ : nbexec_exe.rc 
++ 	@echo 
++@@ -89,17 +89,17 @@ ${OBJECTDIR}/nbexec64.res: nbexec.rc version.h
++ ${OBJECTDIR}/nbexecexe.o: nbexecexe.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
++ 
++ ${OBJECTDIR}/platformlauncher.o: platformlauncher.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
++ 
++ ${OBJECTDIR}/utilsfuncs.o: utilsfuncs.cpp 
++ 	${MKDIR} -p ${OBJECTDIR}
++ 	${RM} "$@.d"
++-	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_45/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
+++	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
++ 
++ # Subprojects
++ .build-subprojects:
++diff --git a/o.n.bootstrap/launcher/windows/utilsfuncs.cpp b/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
++index 21f947f..0193220 100644
++--- a/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
+++++ b/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
++@@ -52,6 +52,7 @@
++ #include "argnames.h"
++ #include <tlhelp32.h>
++ #include <windows.h>
+++#include <stdio.h>
++ 
++ using namespace std;
++ 
diff --cc debian/patches/netbeans-spi.java.hints.patch
index 0000000,0000000..bf10545
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-spi.java.hints.patch
@@@ -1,0 -1,0 +1,25 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 20:16:52 +0200
++Subject: netbeans spi.java.hints
++
++---
++ .../src/org/netbeans/modules/java/hints/spiimpl/Utilities.java      | 6 +++---
++ 1 file changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java b/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
++index c6a87b8..29da027 100644
++--- a/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
+++++ b/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
++@@ -1529,9 +1529,9 @@ public class Utilities {
++                     @Override public int getEndPos(JCTree tree) {
++                         return (int) sp.getEndPosition(null, tree);
++                     }
++-                    @Override public void storeEnd(JCTree tree, int endpos) {
++-                        throw new UnsupportedOperationException("Not supported yet.");
++-                    }
+++                    //@Override public void storeEnd(JCTree tree, int endpos) {
+++                    //    throw new UnsupportedOperationException("Not supported yet.");
+++                    //}
++                     @Override public int replaceTree(JCTree oldtree, JCTree newtree) {
++                         throw new UnsupportedOperationException("Not supported yet.");
++                     }
diff --cc debian/patches/netbeans-wildUpperBound.patch
index 0000000,0000000..45848d3
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-wildUpperBound.patch
@@@ -1,0 -1,0 +1,25 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Tue, 9 Jun 2015 19:41:36 +0200
++Subject: netbeans wildUpperBound
++
++---
++ java.source/src/org/netbeans/api/java/source/SourceUtils.java | 6 +++---
++ 1 file changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/java.source/src/org/netbeans/api/java/source/SourceUtils.java b/java.source/src/org/netbeans/api/java/source/SourceUtils.java
++index 98f4e6b..29ef22e 100644
++--- a/java.source/src/org/netbeans/api/java/source/SourceUtils.java
+++++ b/java.source/src/org/netbeans/api/java/source/SourceUtils.java
++@@ -211,9 +211,9 @@ public class SourceUtils {
++             return info.getTypes().isAssignable(t.getUpperBound(), to)
++                     || info.getTypes().isAssignable(to, t.getUpperBound());
++         }
++-        if (from.getKind() == TypeKind.WILDCARD) {
++-            from = Types.instance(c).wildUpperBound((Type)from);
++-        }
+++        //if (from.getKind() == TypeKind.WILDCARD) {
+++        //    from = Types.instance(c).wildUpperBound((Type)from);
+++        //}
++         return Check.instance(c).checkType(null, (Type)from, (Type)to).getKind() != TypeKind.ERROR;
++     }
++     
diff --cc debian/patches/netbeans-xml.jaxb.api.patch
index 0000000,0000000..5fca477
new file mode 100644
--- /dev/null
+++ b/debian/patches/netbeans-xml.jaxb.api.patch
@@@ -1,0 -1,0 +1,23 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Wed, 10 Jun 2015 12:34:04 +0200
++Subject: netbeans xml.jaxb.api
++
++---
++ xml.jaxb.api/nbproject/project.properties | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/xml.jaxb.api/nbproject/project.properties b/xml.jaxb.api/nbproject/project.properties
++index 4356623..74e65d3 100644
++--- a/xml.jaxb.api/nbproject/project.properties
+++++ b/xml.jaxb.api/nbproject/project.properties
++@@ -47,8 +47,8 @@ jnlp.indirect.jars=\
++     modules/ext/jaxb/api/jaxb-api.jar,\
++     modules/ext/jaxb/api/jsr173_1.0_api.jar
++ 
++-release.external/activation.jar=modules/ext/jaxb/activation.jar
+++#release.external/activation.jar=modules/ext/jaxb/activation.jar
++ release.external/jaxb-api.jar=modules/ext/jaxb/api/jaxb-api.jar
++-release.external/jsr173_1.0_api.jar=modules/ext/jaxb/api/jsr173_1.0_api.jar
+++#release.external/jsr173_1.0_api.jar=modules/ext/jaxb/api/jsr173_1.0_api.jar
++ 
++ sigtest.gen.fail.on.error=false
diff --cc debian/patches/osgi-update.patch
index 0000000,0000000..e98e6c2
new file mode 100644
--- /dev/null
+++ b/debian/patches/osgi-update.patch
@@@ -1,0 -1,0 +1,52 @@@
++From: Markus Koschany <apo at gambaru.de>
++Date: Mon, 1 Jun 2015 20:52:04 +0200
++Subject: osgi update
++
++Implement missing methods or correct parameter changes due to the latest OSGi
++upgrade. It may be possible to drop this patch in the future, when upstream
++catches up.
++
++Forwarded: not-needed
++---
++ netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java | 2 +-
++ netbinox/src/org/netbeans/modules/netbinox/Netbinox.java      | 8 ++++++++
++ 2 files changed, 9 insertions(+), 1 deletion(-)
++
++diff --git a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
++index d97a2cd..37846b0 100644
++--- a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
+++++ b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
++@@ -128,7 +128,7 @@ final class JarBundleFile extends BundleFile implements BundleContent {
++                             final File bf = new File(getBaseFile().getPath());
++                             if (bf.isDirectory()) {
++                                 try {
++-                                    delegate = new DirBundleFile(bf, false);
+++                                    delegate = new DirBundleFile(bf);
++                                     return false;
++                                 } catch (IOException dirEx) {
++                                     NetbinoxFactory.LOG.log(Level.WARNING, 
++diff --git a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
++index 89c1357..77a70d3 100644
++--- a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
+++++ b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
++@@ -61,6 +61,8 @@ import org.osgi.framework.InvalidSyntaxException;
++ import org.osgi.framework.ServiceListener;
++ import org.osgi.framework.ServiceReference;
++ import org.osgi.framework.ServiceRegistration;
+++import org.osgi.framework.ServiceObjects;
+++import org.osgi.framework.ServiceFactory;
++ 
++ /**
++  *
++@@ -239,5 +241,11 @@ class Netbinox extends Equinox {
++         public void addBundleListener(BundleListener bl) {
++             delegate.addBundleListener(bl);
++         }
+++        public <S> ServiceObjects<S> getServiceObjects(ServiceReference<S> refer) {
+++            return null;
+++        }
+++        public <S> ServiceRegistration<S> registerService(Class<S> clazz, ServiceFactory<S> factory, Dictionary<String,?> dictio) {
+++            return null;
+++        }
++     } // end of Context
++ }
diff --cc debian/patches/series
index fb6c116,0000000..2961058
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,32 -1,0 +1,29 @@@
- netbeans~empty-binaries-list.patch
- netbeans-platform~launcher.patch
- netbeans-platform~nojnabinaries.patch
- netbeans-platform~windowslauncher.patch
- netbeans-platform~include-extras.patch
- netbeans-platform~nbi.patch
- netbeans-platform~properties.patch
- netbeans-platform~suitebuild.patch
- netbeans~nocopy.patch
- netbeans~no-rhino.patch
- netbeans~svnclient.patch
- netbeans~o.a.tools.ant.patch
- netbeans~no-test-clean.patch
- netbeans~ide-launcher.patch
- #netbeans~ide-launcher-7.0.1workarounds.patch
- netbeans~ide-launcher-7.0.1workarounds.patch
- netbeans~updatecenters.patch
- netbeans~build.patch
- netbeans~cluster-properties.patch
- netbeans~small-ide.patch
- #netbeans~old-java.source-module.patch
- #netbeans~old-java-modules.patch
- netbeans~debugger.jpda.ui.patch
- netbeans~xsl.patch
- netbeans~db.patch
- netbeans-platform~osgi-4.3.patch
- netbeans~include-junit.patch
- netbeans~xerces.patch
- netbeans~ant-compatibility.patch
- netbeans~java7-compatibility.patch
- netbeans~svnkit-compatibility.patch
- netbeans~ignore-compiler-warnings.patch
++netbeans-platform-empty-binaries-list.patch
++netbeans-platform-nbi.patch
++netbeans-platform-nojnabinaries.patch
++netbeans-platform-windowslauncher.patch
++netbeans-platform-properties.patch
++osgi-update.patch
++netbeans-platform-jemmy.patch
++javafx-classpath.patch
++netbeans-cluster-properties.patch
++Css3Parser-antlr.patch
++NbParseTreeBuilder.patch
++netbeans-nocopy.patch
++db.dataview-setRowFilter-method.patch
++netbeans-javacc.patch
++dlight.nativeexecution.patch
++netbeans-extexecution.impl.patch
++netbeans-libs.jsch.agentproxy.patch
++netbeans-nashorn.patch
++netbeans-html.parser.patch
++netbeans-httpserver.patch
++netbeans-commons-net.patch
++netbeans-o.apache.tools.ant.module.patch
++netbeans-wildUpperBound.patch
++netbeans-javadoc-maven-api.patch
++netbeans-spi.java.hints.patch
++netbeans-libs.jaxb.patch
++netbeans-xml.jaxb.api.patch
++netbeans-build.patch
++netbeans-ide-launcher.patch
diff --cc debian/pom/AbsoluteLayout.xml
index d366858,0000000..9bef089
mode 100644,000000..100644
--- a/debian/pom/AbsoluteLayout.xml
+++ b/debian/pom/AbsoluteLayout.xml
@@@ -1,10 -1,0 +1,10 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
 +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.netbeans.external</groupId>
 +  <artifactId>AbsoluteLayout</artifactId>
-   <version>7.0</version>
++  <version>8.0.2</version>
 +  <name>Maven definition for AbsoluteLayout.jar - external part of NetBeans module.</name>
 +  <description>POM and identification for artifact that was not possible to uniquely identify as a maven dependency.</description>
 +</project>
diff --cc debian/pom/openide-modules.xml
index 40c598d,0000000..6a2805a
mode 100644,000000..100644
--- a/debian/pom/openide-modules.xml
+++ b/debian/pom/openide-modules.xml
@@@ -1,21 -1,0 +1,21 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
 +	 xmlns="http://maven.apache.org/POM/4.0.0" 
 +	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.netbeans.api</groupId>
 +  <artifactId>org-openide-modules</artifactId>
-   <version>7.0</version>
++  <version>8.0.2</version>
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.netbeans.api</groupId>
 +      <artifactId>org-openide-util</artifactId>
-       <version>7.0</version>
++      <version>8.0.2</version>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.netbeans.api</groupId>
 +      <artifactId>org-openide-util-lookup</artifactId>
-       <version>7.0</version>
++      <version>8.0.2</version>
 +    </dependency>
 +  </dependencies>
 +</project>
diff --cc debian/pom/openide-util-lookup.xml
index 2c5db14,0000000..62786c5
mode 100644,000000..100644
--- a/debian/pom/openide-util-lookup.xml
+++ b/debian/pom/openide-util-lookup.xml
@@@ -1,9 -1,0 +1,9 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
 +	 xmlns="http://maven.apache.org/POM/4.0.0" 
 +	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.netbeans.api</groupId>
 +  <artifactId>org-openide-util-lookup</artifactId>
-   <version>7.0</version>
++  <version>8.0.2</version>
 +</project>
diff --cc debian/pom/openide-util.xml
index ab842c2,0000000..800d504
mode 100644,000000..100644
--- a/debian/pom/openide-util.xml
+++ b/debian/pom/openide-util.xml
@@@ -1,16 -1,0 +1,16 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
 +	 xmlns="http://maven.apache.org/POM/4.0.0" 
 +	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.netbeans.api</groupId>
 +  <artifactId>org-openide-util</artifactId>
-   <version>7.0</version>
++  <version>8.0.2</version>
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.netbeans.api</groupId>
 +      <artifactId>org-openide-util-lookup</artifactId>
-       <version>7.0</version>
++      <version>8.0.2</version>
 +    </dependency>
 +  </dependencies>
 +</project>
diff --cc debian/rules
index 9cc353b,0000000..3233679
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,252 -1,0 +1,211 @@@
 +#!/usr/bin/make -f
 +
 +export JAVA_HOME=/usr/lib/jvm/default-java
 +
 +#package names
- pkg-platform			:= platform13
- pkg-lib-platform		:= libnb-$(pkg-platform)
- libnb-platform-java		:= $(pkg-lib-platform)-java
- libnb-platform-java-doc 	:= $(pkg-lib-platform)-java-doc
- libnb-platform-devel-java	:= libnb-platform-devel-java
++pkg-platform                   := platform13
++pkg-lib-platform               := libnb-$(pkg-platform)
++libnb-platform-java            := $(pkg-lib-platform)-java
++libnb-platform-devel-java      := libnb-platform-devel-java
 +
 +# Included clusters
 +pkg-nb                         := netbeans
 +base-apisupport                := apisupport3
 +base-ide                       := ide14
 +base-java                      := java5
 +base-nb                        := nb
 +base-platform                  := platform13
 +
 +pkg-apisupport                 := libnb-$(base-apisupport)-java
 +pkg-ide                        := libnb-$(base-ide)-java
 +pkg-java                       := libnb-$(base-java)-java
 +
 +
- NBDIR          := /usr/share/netbeans
++NBDIR := /usr/share/netbeans
 +export JAVADIR := /usr/share/java
 +
- JH_JAR          := jhall.jar
- JSEARCH_JAR     := jsearch.jar
- NB_JH_JAR       := jhall-2.0_05.jar
- NB_JSEARCH_JAR  := jsearch-2.0_05.jar
++JH_JAR           := jhall.jar
++JSEARCH_JAR      := jsearch.jar
++NB_JH_JAR        := jhall-2.0_05.jar
++NB_JSEARCH_JAR   := jsearch-2.0_05.jar
 +
- JAVADOC_WEBSITE		:= http://bits.netbeans.org/7.0/javadoc
++NB_INSTALL_DIR   := usr/share/netbeans
 +
- NB_INSTALL_DIR := usr/share/netbeans
++EXT_JAR_LINK_DIR := $(NB_INSTALL_DIR)/$(pkg-platform)/modules/ext/
++LIB_DIR          := $(NB_INSTALL_DIR)/$(pkg-platform)/lib/
 +
- EXT_JAR_LINK_DIR	:= $(NB_INSTALL_DIR)/$(pkg-platform)/modules/ext/
- LIB_DIR			:= $(NB_INSTALL_DIR)/$(pkg-platform)/lib/
- 
- INSTALL        := dh_install -p
- LINK           := dh_link -p
++INSTALL          := dh_install -p
++LINK             := dh_link -p
 +
 +NB_PLATFORM_BUILD_DIR := $(shell pwd)/nbbuild/netbeans/platform
 +
 +DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | \
- 			       grep -e '^Version' | \
-                                perl -pi -e 's/^Version:\s+(.*)\+dfsg\d+-\d+.*$$/$$1/')
++                       grep -e '^Version' | \
++                       perl -pi -e 's/^Version:\s+(.*)\+dfsg\d+-\d+.*$$/$$1/')
 +
 +# Defined function to be used to create symlinks
 +define symlink
 +	mkdir -p $(dir $(2))
 +	ln -sf $(1) $(2)
 +endef
 +
 +%:
 +	dh $@ --with javahelper
 +
- #link:
- #	$(shell awk 'NF==4 {printf("echo ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' debian/linked-jars)
- #	$(shell awk 'NF==4 {printf("echo ln -sf %s nbbuild/netbeans/%s/%s;\n",$$1,$$3,$$4)}' debian/linked-jars)
 +
 +override_dh_auto_build:
++	# w3c-sgml-lib: needed for xml validation, otherwise FTBFS
 +	mkdir -p nbbuild/external/xhtml1-dtds
- 	ln -sf /usr/share/xml/xhtml/schema/dtd/1.0/xhtml* nbbuild/external/xhtml1-dtds
- 	ln -sf /usr/share/xml/entities/xhtml/xhtml* nbbuild/external/xhtml1-dtds
- 	# link the required jars
++	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml1-20020801/xhtml* nbbuild/external/xhtml1-dtds
++	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml-modularization-20100729/xhtml* nbbuild/external/xhtml1-dtds
++	# link Debian's system jars
 +	$(shell awk 'NF==4 {printf("ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' debian/linked-jars)
- 	######## Remove services and org/eclipse/* from equinox osgi.jar#####################
- #	mkdir debian/jar_tmp;  cd debian/jar_tmp; \
- #	jar -xf $(JAVADIR)/org.eclipse.osgi.jar; \
- #	rm -rf META-INF/services org/eclipse; \
- #	jar -cf ../../libs.osgi/external/osgi.core-4.2.jar ./*;
- #	rm -rf debian/jar_tmp
- #TODO	$(call symlink, /usr/share/ant/lib, o.apache.tools.ant.module/external/lib)
 +	################################################################
 +	# Build the Windows launcher
- 	cd o.n.bootstrap/launcher/windows && LDFLAGS="" make .build-impl nbexec.exe
- 	cd apisupport.harness/windows-launcher-src && LDFLAGS="" make
++	mkdir -p nbbuild/netbeans/platform/lib
++	cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec" make -e
++	cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec64" make -e
++	cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app.exe" make -e
++	cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app64.exe" make -e
 +	################################################################
 +	# Build the ide. DISPLAY must be unset to avoid build failures.
++	# Build the platform. DISPLAY must be unset to avoid build failures.
 +	unset DISPLAY; ant \
- 	-Dpermit.jdk6.builds=true \
 +	-Dpermit.jdk7.builds=true \
 +	-Dbuild.compiler.deprecation=false \
 +	-Dbuild.compiler.debug=false \
 +	-Dext.binaries.downloaded=true \
 +	-Dverify.checkout=false \
 +	-Dcluster.config=basic \
 +	-f nbbuild/build.xml build-nozip
- 	################################################################
- 	# Build javadoc package
- 	ant \
- 	-Dbuild.compiler.deprecation=false \
- 	-Dbuild.compiler.debug=false \
- 	-Dverify.checkout=false \
- 	-Dallmodules= \
- 	-Dcluster.config=platform \
- 	-Dconfig.javadoc.cluster=$(pkg-base) \
- 	-Djavadoc.docs.org-netbeans-api-java=$(JAVADOC_WEBSITE)/org-netbeans-api-java/ \
- 	-Djavadoc.docs.org-netbeans-modules-project-ant=$(JAVADOC_WEBSITE)/org-netbeans-modules-project-ant/ \
- 	-Djavadoc.docs.org-netbeans-modules-projectapi=$(JAVADOC_WEBSITE)/org-netbeans-modules-projectapi/ \
- 	-f nbbuild/build.xml build-javadoc
- 	# remove the zip files - we only want the extracted files
- 	rm -f nbbuild/build/javadoc/*.zip
 +
 +
 +
 +override_dh_auto_install:
 +	# recreate links
 +	$(shell awk 'NF==4 {printf("ln -sf %s nbbuild/netbeans/%s/%s;\n",$$1,$$3,$$4)}' debian/linked-jars)
 +	# Install libraries
 +	mh_installjar -plibnb-org-openide-util-java -l debian/pom/openide-util.xml \
 +		nbbuild/netbeans/platform/lib/org-openide-util.jar
 +	mh_installpom -plibnb-org-openide-util-java debian/pom/openide-util.xml
 +	mh_installjar -plibnb-org-openide-util-lookup-java -l debian/pom/openide-util-lookup.xml \
 +		nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar
 +	mh_installpom -plibnb-org-openide-util-lookup-java debian/pom/openide-util-lookup.xml
 +	mh_installjar -plibnb-org-openide-modules-java -l debian/pom/openide-modules.xml \
 +		nbbuild/netbeans/platform/lib/org-openide-modules.jar
 +	mh_installpom -plibnb-org-openide-modules-java debian/pom/openide-modules.xml
 +	mh_installjar -plibnb-absolutelayout-java -l debian/pom/AbsoluteLayout.xml \
 +		nbbuild/netbeans/java/modules/ext/AbsoluteLayout.jar
 +	mh_installpom -plibnb-absolutelayout-java debian/pom/AbsoluteLayout.xml
 +	#
 +	# Install Platform
 +	echo > nbbuild/netbeans/platform/.noautoupdate
 +	echo > nbbuild/netbeans/platform/.lastModified
 +	$(INSTALL)$(libnb-platform-java)   nbbuild/netbeans/platform/* $(NB_INSTALL_DIR)/$(pkg-platform)
 +	$(INSTALL)$(libnb-platform-java)   nbbuild/netbeans/platform/.noautoupdate $(NB_INSTALL_DIR)/$(pkg-platform)
 +	$(INSTALL)$(libnb-platform-java)   nbbuild/netbeans/platform/.lastModified $(NB_INSTALL_DIR)/$(pkg-platform)
 +	$(LINK)$(libnb-platform-java) $(JAVADIR)/org-openide-util.jar        $(LIB_DIR)/org-openide-util.jar
 +	$(LINK)$(libnb-platform-java) $(JAVADIR)/org-openide-util-lookup.jar $(LIB_DIR)/org-openide-util-lookup.jar
 +	$(LINK)$(libnb-platform-java) $(JAVADIR)/org-openide-modules.jar     $(LIB_DIR)/org-openide-modules.jar
 +	#
 +	# Install devel package
 +	rm -f nbbuild/netbeans/harness/antlib/$(NB_JSEARCH_JAR)
 +	echo > nbbuild/netbeans/harness/.noautoupdate
 +	echo > nbbuild/netbeans/harness/.lastModified
 +	$(INSTALL)$(libnb-platform-devel-java)   nbbuild/netbeans/harness/* $(NB_INSTALL_DIR)/harness
 +	$(INSTALL)$(libnb-platform-devel-java)   nbbuild/netbeans/harness/.noautoupdate $(NB_INSTALL_DIR)/harness
 +	$(INSTALL)$(libnb-platform-devel-java)   nbbuild/netbeans/harness/.lastModified $(NB_INSTALL_DIR)/harness
 +	#
 +	#Fixing permissions
 +	chmod 0755 debian/$(libnb-platform-devel-java)/$(NB_INSTALL_DIR)/harness/launchers/app.sh
 +	#
 +	# Install IDE package files
 +	echo > nbbuild/netbeans/ide/.noautoupdate
 +	echo > nbbuild/netbeans/ide/.lastModified
- #	#all files are removed from lib because they are in dll formats
- #	rm -rf nbbuild/netbeans/$(base-ide)/modules/lib
 +	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/*               $(NB_INSTALL_DIR)/$(base-ide)
 +	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/.noautoupdate   $(NB_INSTALL_DIR)/$(base-ide)
 +	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/.lastModified   $(NB_INSTALL_DIR)/$(base-ide)
 +
 +	# Install Java package files
 +	echo > nbbuild/netbeans/java/.noautoupdate
 +	echo > nbbuild/netbeans/java/.lastModified
- #	#all doc files are removed because they are in zip and jar formats
- #	rm -rf nbbuild/netbeans/java/docs
 +	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/*             $(NB_INSTALL_DIR)/$(base-java)
 +	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/.noautoupdate $(NB_INSTALL_DIR)/$(base-java)
 +	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/.lastModified $(NB_INSTALL_DIR)/$(base-java)
 +	# Link in Ant libraries and binaries
 +	-rmdir debian/$(pkg-java)/$(NB_INSTALL_DIR)/$(base-java)/ant/lib
- 	$(LINK)$(pkg-java)    usr/share/ant/bin 	$(NB_INSTALL_DIR)/$(base-java)/ant/bin
- 	$(LINK)$(pkg-java)    usr/share/ant/etc 	$(NB_INSTALL_DIR)/$(base-java)/ant/etc
- 	$(LINK)$(pkg-java)    usr/share/ant/lib 	$(NB_INSTALL_DIR)/$(base-java)/ant/lib
++	$(LINK)$(pkg-java)    usr/share/ant/bin     $(NB_INSTALL_DIR)/$(base-java)/ant/bin
++	$(LINK)$(pkg-java)    usr/share/ant/etc     $(NB_INSTALL_DIR)/$(base-java)/ant/etc
++	$(LINK)$(pkg-java)    usr/share/ant/lib     $(NB_INSTALL_DIR)/$(base-java)/ant/lib
 +	# Link in AbsoluteLayout jar
 +	-rm debian/$(pkg-java)/$(NB_INSTALL_DIR)/$(base-java)/modules/ext/AbsoluteLayout.jar
 +	$(LINK)$(pkg-java)    usr/share/java/AbsoluteLayout.jar  $(NB_INSTALL_DIR)/$(base-java)/modules/ext/AbsoluteLayout.jar
- #
++
 +	# Install API support package files
 +	echo > nbbuild/netbeans/apisupport/.noautoupdate
 +	echo > nbbuild/netbeans/apisupport/.lastModified
 +	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/*              $(NB_INSTALL_DIR)/$(base-apisupport)
 +	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/.noautoupdate  $(NB_INSTALL_DIR)/$(base-apisupport)
 +	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/.lastModified  $(NB_INSTALL_DIR)/$(base-apisupport)
- #	# Install Netbeans package files
++	# Install Netbeans package files
 +	echo > nbbuild/netbeans/nb/.noautoupdate
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/*               $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/.lastModified   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/.noautoupdate   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/bin/*              $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/bin
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/CREDITS.html                 usr/share/$(pkg-nb)
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/README.html                  usr/share/$(pkg-nb)
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/netbeans.css                 usr/share/$(pkg-nb)
 +	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-platform) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/platform
 +	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/harness          $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/harness
 +	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-apisupport) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/apisupport
 +	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-ide)        $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/ide
 +	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-java)       $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/java
 +
 +	# Create file marker to avoid displaying license dialog at first IDE start
 +	echo > debian/license_accepted
 +	$(INSTALL)$(pkg-nb) debian/license_accepted $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/var
 +	# Install file productid used by autoupdate to report installation type
- 	$(INSTALL)$(pkg-nb) debian/productid 	  $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/config
- #
++	$(INSTALL)$(pkg-nb) debian/productid   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/config
++
 +	# Install netbeans.conf
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.conf etc
- 	$(LINK)$(pkg-nb) etc/netbeans.conf 	$(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.conf
- #
++	$(LINK)$(pkg-nb) etc/netbeans.conf $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.conf
++
 +	# Install netbeans.clusters
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.clusters etc
- 	$(LINK)$(pkg-nb) etc/netbeans.clusters 	$(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.clusters
- #
- #	# Save original version of netbeans.conf as postinst patches it
- #	#cp nbbuild/netbeans/etc/netbeans.conf 	  nbbuild/netbeans/etc/netbeans.conf.orig
- #	#$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.conf.orig $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc
- #
++	$(LINK)$(pkg-nb) etc/netbeans.clusters $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.clusters
++
 +	# Install launcher
 +	$(INSTALL)$(pkg-nb) nbbuild/netbeans/bin/netbeans usr/bin
++
 +	# Install desktop file
 +	$(INSTALL)$(pkg-nb) debian/netbeans.desktop usr/share/applications
 +
 +
 +override_dh_auto_clean:
 +	-rm -f *.cdbs-config_list
 +	-rm -f stamp-build-$(libnb-platform-java)
 +	-rm -f stamp-build-$(libnb-platform-devel-java)
- 	-rm -f stamp-build-$(libnb-platform-java-doc)
 +	$(call symlink, $(JAVADIR)/$(JH_JAR), javahelp/external/$(NB_JH_JAR))
 +	$(call symlink, $(JAVADIR)/$(JSEARCH_JAR), apisupport.harness/external/$(NB_JSEARCH_JAR))
- 	ant -Dpermit.jdk6.builds=true -f nbbuild/build.xml clean
- 	cd o.n.bootstrap/launcher/windows && make clean
- 	cd apisupport.harness/windows-launcher-src && make clean
++	ant -Dpermit.jdk7.builds=true -f nbbuild/build.xml clean
++	cd o.n.bootstrap/launcher/windows && CONF="nbexec" make -e clean
++	cd o.n.bootstrap/launcher/windows && CONF="nbexec64" make -e clean
++	cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e clean
++	cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e clean
 +	mh_clean
 +# remove all the symlinks to jar files we created
- 	find . -name "*.jar" -type l -execdir rm -f \{\} \;
- #	-rm -f libs.osgi/external/osgi.core-4.2.jar
++	find . -name "*.jar" -type l -delete
 +	-rm -rf nbbuild/external/xhtml1-dtds
 +	-rm -f  nbbuild/nbproject/private/scan-cache-standard.ser
- #	-rm -f  nbbuild/nbantext.jar
- #	-rm -rf debian/jar_tmp
 +	-rm -f debian/license_accepted
- 	# these files are not deleted by ant clean though it should so delete here
 +	-rm -f swingapp/src/org/netbeans/modules/swingapp/resources/CRUDShellApp.zip
 +	-rm -f swingapp/src/org/netbeans/modules/swingapp/resources/BasicShellApp.zip
- # TODO - shouldn't have to do this
- #	-rm -rf */build
- #
- #	-rm -f stamp-build-$(pkg-nb)
- #	-rm -f nbbuild/netbeans/platform
- #	-rm -f nbbuild/netbeans/harness
- #	-rm -f o.apache.tools.ant.module/external/lib
 +
 +override_jh_depends:
- 	# Skipping jh_depends run - since we use symlinks to /usr/share/java then 
++	# Skipping jh_depends run - since we use symlinks to /usr/share/java then
 +	# jh_depends gets it wrong.
 +
 +get-orig-source:
- 	uscan --download-version $(subst +dfsg\d*,,$(DEB_UPSTREAM_VERSION)) --force-download
++	uscan --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git



More information about the pkg-java-commits mailing list