Re: [sleuthkit-developers] Compile time error
Brought to you by:
carrier
From: Wiktor S. <wik...@gm...> - 2014-11-17 18:38:39
|
Hey Guys Swing back in action! ignore pls. Vic ----------------------------------------------- www.bluegreenblack.com www.thisfeelsgreat.blogspot.com For sensitive information please use encryption. Public key available at: http://pgp.mit.edu/ Figerprint: 3D8C 48ED 42BD 4004 D23C C455 8D80 7FB4 2C4D 7801 On 17 November 2014 15:55, Wiktor Sypniewski <wik...@gm...> wrote: > posting again it bounced from server > > Okey I started producing panels... > > can someone explain whats is going on here? > > assert settings instanceof VfModuleSettings; > if (!(settings instanceof VfModuleSettings)) { > throw new > IllegalArgumentException(NbBundle.getMessage(this.getClass(), > > "FileTypeIdModuleFactory.getIngestJobSettingsPanel.exception.msg")); > > > I keep getting these errors while compiling and trying to run module > > java.lang.AssertionError > at org.myproject.vf.VfIngestFatoryAdapter.getIngestJobSettingsPanel(VfIngestFatoryAdapter.java:54) > at org.sleuthkit.autopsy.ingest.IngestModuleTemplate.getModuleSettingsPanel(IngestModuleTemplate.java:61) > at org.sleuthkit.autopsy.ingest.IngestJobConfigurationPanel$IngestModuleModel.<init>(IngestJobConfigurationPanel.java:318) > at org.sleuthkit.autopsy.ingest.IngestJobConfigurationPanel.<init>(IngestJobConfigurationPanel.java:49) > > > ----------------------------------------------- > www.bluegreenblack.com > www.thisfeelsgreat.blogspot.com > > For sensitive information please use encryption. > > Public key available at: http://pgp.mit.edu/ > Figerprint: 3D8C 48ED 42BD 4004 D23C C455 8D80 7FB4 2C4D 7801 |