This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262689

Summary: DataObject.Registration on UniFileLoader shows error
Product: platform Reporter: NeilCSmith
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description NeilCSmith 2016-07-05 13:46:35 UTC
Since 8.1 a DataObject.Registration on a UniFileLoader shows an error message in the IDE - "DataObject subclass with @DataObject.Registration needs a public constructor with FileObject and MultiFileLoader parameters". This is obviously incorrect as UniFileLoader is not a DataObject subclass.

The project continues to build and function correctly.