I recently submitted a pull request for a substantial change. The change
simply removes redundant casts from the source.
My problem is that is complies cleanly on my local machine.. But, on the
build server I'm getting an error:
2022-02-18T18:04:36.0095950Z [repeat]
/Users/runner/work/netbeans/netbeans/java/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/SourceRootsUi.java:443:
error: incompatible types: Object cannot be converted to Vector
2022-02-18T18:04:36.0096440Z [repeat] Vector item =
rootsModel.getDataVector().elementAt(si[i]);
2022-02-18T18:04:36.0096740Z [repeat]
^
Maybe I'm not passing an option or something. But, this error seems so
fundamental that I should have seen it when I compiled locally.
Any help/insight would be appreciated.
-brad w.