gmantele / vollt

Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
http://cdsportal.u-strasbg.fr/taptuto/
29 stars 28 forks source link

Missing NullValue.java in adql1.2 branch ? #139

Closed gmella closed 1 year ago

gmella commented 1 year ago

I guess that adding NullValue.java in adql.parser package would help. At present time I get the following error working on the adql1.2 branch :


xxx/vollt/src/adql/parser/ADQLQueryFactory.java:580: error: cannot find symbol
        public NullValue createNullValue() {
               ^
  symbol:   class NullValue
  location: class ADQLQueryFactory

Should I search on another place ?

gmantele commented 1 year ago

Sorry. I completely forgot to add this file 4 commits ago :(