HuantWang / FUNDED_NISL

FUNDED is a novel learning framework for building vulnerability detection models.
126 stars 36 forks source link

Java files processing #20

Closed 1350562074 closed 1 year ago

1350562074 commented 1 year ago

Could you please provide the data processing code for Java files? What's the " EdgesGenerationAndDataPreprocess"?

HuantWang commented 1 year ago

Hi, I'm sorry for the delayed reply; I haven't been noticing messages recently.

I have the Java data processing code ready. Please check here if this is what you need.

Additionally, the module called "EdgesGenerationAndDataPreprocess" handles the data processing.

1350562074 commented 1 year ago

I'm sorry I can't find the dir "EdgesGenerationAndDataPreprocess" in your project. Could you provide it ?

HuantWang commented 1 year ago

Apologies for the delayed response. "EdgesGenerationAndDataPreprocess" is just a placeholder name we use during testing. You can access the Main.java file by following this link. I hope it proves helpful.