Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 QuoteDetailsRelated Issue
1

"Unexpected binary files in the source release (these contain compiled code)". (JM)

"Remove the binary zip files from the source release." (JA)

./lib.terminalemulator/examples/lib.richexecution/process_start-linux-intel.zip
./lib.terminalemulator/examples/lib.richexecution/process_start-mac-intel.zip
./lib.terminalemulator/examples/lib.richexecution/process_start-solaris-intel.zip
./lib.terminalemulator/examples/lib.richexecution/process_start-solaris-sparc.zip

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-303

https://github.com/apache/incubator-netbeans/pull/383 

2"Every issue raised by JM represented in JIRA somewhere." (JA)That is what this page aims to provide.
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-304
3

"There’s a number of file that are missing ASF headers, including 700 odd java files" (JM)

"Specific call outs in the README about test data licensing not be Apache

license." (JA)

These are test data (all in test/*/data), they are (at worst) pseudo code and are really nothing more than test data, which would cause tests to fail if they were licensed and hence fall under this Apache exception in terms of license headers not being required:

https://www.apache.org/legal/src-headers.html#faq-exceptions

On the other hand, this looks like Java source code, whether used for test purposes or not, and we need to decide whether they should/should not be licensed:

https://github.com/apache/incubator-netbeans/blob/master/java.hints/test/unit/data/org/netbeans/test/java/hints/AddCast1.java

 

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-306
4

"LICENSE is missing licenses for these CDDL, EPL, and the sun public licensed files, however CDDL, EPL and the sun public license are in Category B and not allowed is source form in a release." (JM)

"Specific call outs somewhere that the XSDs, ENTs, etc are derived from other locations." (JA)

xml.jaxb/src/org/netbeans/modules/xml/jaxb/resources/eclipselink_oxm_2_3.xsd
maven.coverage/src/org/netbeans/modules/maven/coverage/jacoco-1.0.dtd
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_0.xsd
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_1.xsd
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_0.xsd
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_1.xsd

j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_1_0.xsd
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_1_0.xsd
websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl20061109.xsd
test/unit/src/org/netbeans/modules/editor/settings/storage/compatibility/p1/SFS-Editors-Folder.zip/

diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/DiffTestFile1a.txt diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/DiffTestFile1b.txt

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-310

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-311

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyNETBEANS-307

...