Changeset 6786 in josm


Ignore:
Timestamp:
2014-01-30T16:25:42+01:00 (10 years ago)
Author:
akks
Message:

fix #9639: NPE when trying to upload data
(rough fix, needs checking) + fix Netbeans project

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/netbeans/nbproject/project.properties

    r5756 r6786  
    3333file.reference.core=..
    3434file.reference.test-unit=../test/unit
    35 includes=org/**/*.java,gnu/**/*.java,oauth/**/*.java,com/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt
     35includes=org/**/*.java,gnu/**/*.java,javax/**/*.java,oauth/**/*.java,com/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt
    3636jar.archive.disabled=${jnlp.enabled}
    3737jar.compress=false
  • trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java

    r6779 r6786  
    4545    public boolean checkUpload(APIDataSet apiDataSet) {
    4646
     47        OsmValidator.initializeTests();
    4748        Collection<Test> tests = OsmValidator.getEnabledTests(true);
    4849        if (tests.isEmpty())
Note: See TracChangeset for help on using the changeset viewer.