Git Product home page Git Product logo

blia's People

Contributors

ahnjune881214 avatar klausyoum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

blia's Issues

Continue to study

was inspired by your paper and it will be very helpful for my research. Since it is your extension of the database, I want to download the git repository to collect more information, such as the last modification time of the method. However, I found that the git address you provided does not have access to your corresponding version. Can you help me? Give me the git address of the corresponding version of zxing1.6 and other projects, or the git source file you downloaded at that time. Thank you very much

BugCorpusCreator may be wrong.

src/edu/skku/selab/blp/blia/indexer/BugCorpusCreator.java

			// comments extension included.
			String descriptionPartEx = descriptionPart + bug.getAllCommentsCorpus();
			bugCorpus.setDescriptionPartEx(descriptionPartEx);
			
			if (property.isNewBugCommentsIncluded()) {
				bugCorpus.setDescriptionPart(descriptionPartEx);
			}

line 136: bugCorpus.setDescriptionPart(descriptionPartEx);

  • A "descriptionPartEx" already has comment information.

src/edu/skku/selab/blp/blia/indexer/BugSourceFileVectorCreator.java
line 98: HashSet descriptionTermSet = SourceFileVectorCreator.CorpusToSet(bug.getCorpus().getDescriptionPart());

  • The bug and source file vector is analyzed with comment information.

However, in the BLIA+ paper on IST 2017, a comment information is just used to anlayze the similar bug reports.
Is it wrong logic or my mistake about review of source code?

Thanks for your localization efforts (some questions)

Dear Authors,

Hello,

Thanks for your localization efforts.

I have questions as below:

  1. how to connect with bug reports and source files?
    I cannot see bug reports related to source file.
    e.g., bug_id : 28919 and file : weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
    Is there any mark in xml file?

How to connect with them please?

  1. what the meaning of each columns?
    e.g., Resultset_v1.5\Resultset_v1.5\RQ1\Table5\aspectj_alpha_0.3_beta_0.2_gamma_0.4_k_120_cand_rate_0.10_BLIA_File_Excluding_Comments.txt

In the text file,
we can see "28974 weaver/src/org/aspectj/weaver/AjcMemberMaker.java 2"

I think 28974 is bug report id, 2nd column is the recommended (predicted) file, last column is TOP2? :)

Many thanks for your posts.

Yang.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.