Repository: incubator-netbeans Updated Branches: refs/heads/master 73b9472ea -> 5681a0b16
[NETBEANS-54] Module Review apisupport.refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/0d357436 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/0d357436 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/0d357436 Branch: refs/heads/master Commit: 0d357436e003e55dfeaaa8b35e3bc8fb2ec92c1c Parents: 7c8472e Author: geertjan <[email protected]> Authored: Sun Oct 8 11:36:38 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Sun Oct 8 20:27:14 2017 +0200 ---------------------------------------------------------------------- .../qa-functional/data/testRename/build.xml | 20 ++++++++++++++++++++ .../data/testRename/nbproject/build-impl.xml | 20 ++++++++++++++++++++ .../testRename/nbproject/genfiles.properties | 17 +++++++++++++++++ .../testRename/nbproject/platform.properties | 17 +++++++++++++++++ .../data/testRename/nbproject/project.xml | 20 ++++++++++++++++++++ .../testRename/src/testRename/Bundle.properties | 17 +++++++++++++++++ .../testRename/src/testRename/MyResolver.xml | 20 ++++++++++++++++++++ .../testRename/src/testRename/MyTemplate.my | 16 ++++++++++++++++ .../src/testRename/WhereUsedResolver.xml | 20 ++++++++++++++++++++ .../src/testRename/WhereUsedTemplate.whu | 16 ++++++++++++++++ .../data/testRename/src/testRename/layer.xml | 20 ++++++++++++++++++++ nbbuild/build.xml | 1 + 12 files changed, 204 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/build.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/build.xml b/apisupport.refactoring/test/qa-functional/data/testRename/build.xml index 11b37a4..3b5bedc 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/build.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/build.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> <!-- You may freely edit this file. See harness/README in the NetBeans platform --> <!-- for some information on what you could do (e.g. targets to override). --> <!-- If you delete this file and reopen the project it will be recreated. --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/build-impl.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/build-impl.xml b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/build-impl.xml index 01b21e2..2e284ea 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/build-impl.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/build-impl.xml @@ -1,5 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> +<!-- *** GENERATED FROM project.xml - DO NOT EDIT *** *** EDIT ../build.xml INSTEAD *** --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/genfiles.properties ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/genfiles.properties b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/genfiles.properties index 40a53fc..67053f2 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/genfiles.properties +++ b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/genfiles.properties @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + build.xml.data.CRC32=276c5cc4 build.xml.script.CRC32=3ee7fe6d build.xml.stylesheet.CRC32=1101b4cf http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/platform.properties ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/platform.properties b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/platform.properties index 108fac5..b5c3755 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/platform.properties +++ b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/platform.properties @@ -1 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + nbplatform.active=default http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/project.xml b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/project.xml index 22f3117..29436e3 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/project.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/nbproject/project.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.apisupport.project</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/Bundle.properties ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/Bundle.properties b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/Bundle.properties index 52b642c..0473d34 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/Bundle.properties +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/Bundle.properties @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + CTL_MyAction=MyAction CTL_WhereUsedAction=wh LBL_My_loader_name=My Files http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyResolver.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyResolver.xml b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyResolver.xml index 77ccdf3..3131004 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyResolver.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyResolver.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd"> <MIME-resolver> <file> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyTemplate.my ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyTemplate.my b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyTemplate.my index 4b4f223..3287fff 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyTemplate.my +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/MyTemplate.my @@ -1 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + sample content http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedResolver.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedResolver.xml b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedResolver.xml index 4c68b8c..0f23274 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedResolver.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedResolver.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd"> <MIME-resolver> <file> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedTemplate.whu ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedTemplate.whu b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedTemplate.whu index 4b4f223..3287fff 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedTemplate.whu +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/WhereUsedTemplate.whu @@ -1 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + sample content http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/layer.xml ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/layer.xml b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/layer.xml index 95bb66a..a985930 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/layer.xml +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/testRename/layer.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. + +--> <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd"> <filesystem> <folder name="Actions"> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0d357436/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 145c6bc..03136f1 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1960,6 +1960,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="*/external/*-notice.txt" /> <!--notices for external dependencies--> <exclude name="**/*.pass" /> <!--generated test files--> <exclude name="**/*.pass2" /> <!--generated test files--> + <exclude name="**/*.ref" /> <!--would cause tests to fail--> <exclude name="**/.list" /> <!--no degree of creativity--> <exclude name="**/src/META-INF/**" /> <!--no degree of creativity--> <exclude name="form/test/unit/data/goldenfiles/*" /> <!--test data-->
