You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2017/10/22 08:31:41 UTC

[incubator-netbeans] branch master updated: [NETBEANS-54] Module Review debugger.jpda.ui

This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new dbba82a  [NETBEANS-54] Module Review debugger.jpda.ui
dbba82a is described below

commit dbba82ae5f4146c36e4467a29096c58017fc97f0
Author: Junichi Yamamoto <ju...@apache.org>
AuthorDate: Mon Oct 16 14:57:31 2017 +0900

    [NETBEANS-54] Module Review debugger.jpda.ui
    
    - no external library
    - checked Rat report: add the license header to README.txt
    - skimmed through the module, did not notice additional problems
---
 .gitignore                                              |  4 +++-
 .../debugTestProject/src/examples/advanced/README.txt   | 17 +++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a7d14ae..4711c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,8 @@
 /db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParserTokenManager.java
 /db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/Token.java
 /db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/TokenMgrError.java
+/debugger.jpda.ui/test/qa-functional/data/debugTestProject/nbproject/private/
+/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/private/
 /hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-configuration-3.0.dtd
 /hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-mapping-3.0.dtd
 /hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-reverse-engineering-3.0.dtd
@@ -45,4 +47,4 @@
 /xml/test/qa-functional/data/DTDActionsTestProject/nbproject/private/
 /xml/test/qa-functional/data/ActionsTestProject/nbproject/private/
 /xml/test/qa-functional/data/CoreTemplatesTestProject/nbproject/private/
-/javafx2.samples/FXML-LoginDemo/nbproject/private/
\ No newline at end of file
+/javafx2.samples/FXML-LoginDemo/nbproject/private/
diff --git a/debugger.jpda.ui/test/qa-functional/data/debugTestProject/src/examples/advanced/README.txt b/debugger.jpda.ui/test/qa-functional/data/debugTestProject/src/examples/advanced/README.txt
index f679845..6af3b17 100644
--- a/debugger.jpda.ui/test/qa-functional/data/debugTestProject/src/examples/advanced/README.txt
+++ b/debugger.jpda.ui/test/qa-functional/data/debugTestProject/src/examples/advanced/README.txt
@@ -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.
+
 This package contains the MemoryView program, which displays a window
 displaying the current JVM memory and allows you to explicitly run
 garbage collection.

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].