Integration conflicts comparision beyond 20 thousand lines of code

Hi
SAP Netweaver ,  webdynpro for Java
I have a file which has 20 thousand lines of code in Project track and 16 thousand lines of code in maintanance track.
I have added 2 lines of code in maintainance track and tried to resolve integration conflicts with project track.
when i do Merge in integration conflict with project track.
it took so much time to compute difference and finally ended up with message
" Too many differences, Turn on the Ignore white space option or do a structure compare first"
once i click ok it takes to the comparison but its not able integrate as there are no signs of merging the code.
i am not able not find any solution for this to resolve this.
Could you please help me in this
regards
pradeep

Hi Satish and Anil,
Thanks for your reply.
Actually its only one activity that has to be integrated from Maintanance track( (4 new lines of code) out of 16 k lines) to project track which had 20 k lines of code.
Once i have released the activity from transport view of mainatance track it reached to consolidation tab of maintanance track and in parallel it reached to development tab in Project track(i have imported the same to consildation of project track) in CMS
After that i have gone to DTR and clicked on Integration conflicts the when i tried to right click and merge
it took so much time and finally ended up with message saying
" Too many differences, Turn on the Ignore white space option or do a structure compare first"
could you please help me this is critical for us to integrate the changes
Thanks and Regards
Pradeep

Similar Messages

  • Is it too much lines of code inside a class file?

    Hi,
    I was wondering about how many lines can be considered too much in a java class file. I saw some class files with more the two thousand lines of code and even more than three thousand lines. When we have so many lines in the code I've realized that the file becomes slow for edition and it's not readable as it should be. So, as a best practice, or even due to technical issues, in average how many lines of code we'd write in order to keep the readability and avoid compile and build issues? How many lines a class should have without putting our code and performance at risk ?
    thanks a lot

    My general rule of thumb--in a class everything shold be very consistent, that is to say: you should be focusing on 1 idea in your class. IMO: If you have a class for users, you need to consistent in just what that class does. When the class becomes large, then look for related themes that run through methods of that class, and if here are many, you should make a "related class" that does satelite functions of the "core" offered in the main user class.
    Thousands of lines do not a good class make, I break in to related categories of classes long before then, and as a rule I keep under 500 lines in a class--usually under 300. In any case, no more lines of code need go into a class than that to implement the core features in the main idea for that class--and no less lines of code than is needed too, don't religate a method to another class just becasue you feel it would make the class it belongs too big.
    Along the idea of the user class:
    Storage for the user data
    Home information
    Work information
    physical information
    tastes and preferences
    family
    and etc
    all of these could be a class in and of themselves, but definetely are closely related to the user class.

  • Thousands of blank lines in code view? Where did they come from?

    I have an older DW site, that for some reason when I open certain pages in code view show literally thousands of blank lines.  So line 1, code, line 2-15 are blank, then what used to be line 2 of the code, is now line 16. All the way down the line.  This one page literally has THOUSANDS of blank lines in it:
    Aurora Prom Corsages, Boutonnieres, Flowers, School Dance Flowers-Yorkville, Osego Illinois
    page renders, edits and looks fine in DW, browsers, etc. 
    My client edits it with Contribute. I use DW.
    There are certain pages he opens regularly, never saw the lines, other pages, just opens once a year, lines all over again.
    We can't find any rhyme or reason to it.
    Has anyone ever seen this?

    Try opening one of those pages in DW and then go to Commands > Apply Source Formatting and see if that cleans them out.
    I've heard of a bug where adding html comments can cause added blank lines in certain versions, I've never seen it myself though.

  • Unable to Resolve Integration Conflict.

    Hello Everyone!
    I am currently having trouble getting rid of an Integration Conflict.  I was able to Resolve the Conflict in the 'Inactive' Workspace.  However, the Integration Conflict remains in the 'Active' Workspace.
       Unfortunately, when I right-click on the conflict in the DTR Perspective all of the options to resolve are greyed out.
    Has anyone had this problem before?  Is there a simple way to fix the problem?
    Thank you for all your help. Happy Holidays!
    ~Greg Kasi
    Phone: (407)-306-1970
    Email: [email protected]

    Hi Greg,
    Can you provide some documentation on Integration Conflit Resolution in NWDS?
    Whether the Conflicts which exists when Support Packs are implimented are same as Integration Conflict Resolution method...??????
    Plz send some doc on this..
    Thanks||
    Dev..

  • 3000+ lines of code Computer Useless while text editting HELP!

    Ive posted here a little bit ago and hadnt found any help but
    now its at a point were I cant type anymore. I have reached the max
    allowable text in one single .mxml file. No where does it say there
    is a max but when I try to type one line of code now it maxes out
    my 2.4 Ghz proc and 1.5 gigs of ram and stops 'buffering' my text
    input so it doesnt catch up with me anymore, it just scraps it so
    it really takes me longer. I am WAY beyond dissatisfied since I
    spent 700 bux on this p.o.s. and now its 1/3 the price!! =o The
    problem is that I have an entire app in this and to change now is
    not an option, so im stuck, I need to know how to disable all the
    functionality in the editor!
    Ive also tried Flex 3 but it has the same problems. Can
    someone PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE!!!! HELP!!!!!
    PLEAS#E!

    First thing I'd probably start off with is separating it out
    into separate files. And the easiest way you could do this is by
    taking everything you have inside of your script blocks and putting
    those into .as files. Then once you have your all of your
    actionscript within .as file(s). Inside of your mxml do.
    <!-- Include External AS File -->
    <mx:Script source="externalAsFile.as" />
    This should at least get ya onto the right start to getting
    things out of the one file but not breaking your
    application.

  • Converting vi's to lines of code

    All,
    In order to review and grade our code we would like to use 'lines of code'
    as a basis of measurement (ex. 2 defects per 1000 lines of code). Since
    labview is graphical this provides an obstacle. Is there a standard for
    converting labview vi's into lines of code for measuring quality?
    Dan Troutt
    Note : Remove 'nospam' from email address to email. Thanks.

    The URL for the Manual is: http://www.ni.com/pdf/manuals/321393b.pdf and
    the VI Metrics Tool section of the manual is chapter 8.
    Most manuals for NI products are available on the web at : https://digital.natinst.com/manuals.nsf/web/byproductcurrent
    I hope that this helps,
    Bob Young
    National Instruments
    "Kevin B. Kent" wrote:
    >Dan Troutt wrote>> All,>> In order to review and grade our code we would
    like to use 'lines of code'>> as a basis of measurement (ex. 2 defects per
    1000 lines of code). Since>> labview is graphical this provides an obstacle.
    Is there a standard for>> converting labview vi's into lines of code for
    measuring quality?>>>> Dan Troutt>> Note : Remove 'nospam' from email address
    to email. Thanks.>>There is a
    VI package (I believe it is the Pro G Developers
    Toolkit)>that has VI Metrics. This shows number of nodes, wires, etc etc.>I
    believe that this is similar to current SW metrics (maybe not Lines of>code).>I
    cant find the manual right now, but this may be what you are looking for.>
    Kevin Kent>
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Typelag happens in big projects. AKA 38,325 lines of code.

    My machine runs very fast in all other applications, it is a gaming computer that runs Starcraft 2 smoothly on the highest settings.
    I'm writing a very big application in Flash.  It is well on its way to being a MMORPG.  I have hundreds of classes, but my biggest class has really off the charts type lag.  My biggest class is 38,325 lines of code.
    Now every time I type, it tries to highlight words in grey for some reason.  I think every letter I type, it searches the entire 38,325 lines of code for that word in order to highlight all cases of it.
    take a look at this picture and how "hud" is highlighted
    LINK: http://www.goodnewsjim.com/images/slowdown_FB4.png
    As I move the cursor around and edit, I often times get 1-5 seconds of slowdown, sometimes I even get 20 seconds of type lag where the Flash Builder temporarily says "Not Responding in the window bar".  This happens all of the results of me typing letters, moving arrow keys or pressing delete or backspace.
    For small edits, I can wait 20 seconds to edit one word, but when I work a lot on my code, I have to open an external editor like Scite, but the alt-tabbing consumes time, and there is a mouseclick to reload the .as file.  I would like to use Flash Builder 4 for editing my code, after all that is what an IDE should be able to do if anything.  An IDE should at the very least be no worse than a generic text editor.
    Please tell me how I can disable Flash Builder 4 from trying to highlight words in grey. I think this is what is causing my typelag.  I've turned off code hints.

    Anirudh,
    Thank you again for your quick response.
    1) I already disabled Code assist completely in Window -> Preferences -> Flash Builder -> Editors.
    2) Ok, I did toggle mark occurances off.
    The problem still persists.  I still have type lag. 
    ,Jim

  • Total number of lines of code in a  project

    Hi All,
    We had developed a project in oracle adf using jdeveloper Version 11.1.1.4.0.Is there any way to find how many lines of code we had wriiten in the entire project.
    Regards,
    Smaran

    Hi,
    NOS stands from Number Of Statements and is a bit different than nloc (line of codes) that is count the statements rather than lines, thus independent from coding styles. As for V(G), it's the cyclomatic complexity, also known as McCabe.
    Regards,
    ~ Simon

  • Total number of lines of code in a class.

    Dear Experts,
    Given a class, I want to find out the total number of lines of code in all of its methods.  Following sub-parts are derived.
    1.  Find out all the methods of the class
    2.  Find out the number of lines for each of these methods and finally add the total number.
    Can you kindly let me know how I can do this?  Thanks a lot !
    Best Regards, Vikram

    Be aware that a 2D array is an array of arrays, which don't necessarily have to be the same length. e.g.int[][] a = new int[2][];
    a[0] = new int[10];
    a[1] = new int[20];
    /* a.length == 2
       a[0].length == 10
       a[1].length == 20*/

  • White lines of code on black background upon starting up

    I recently sent my Macbook in due to problems with the screen going dark for no reason. Upon recieving the laptop back, I noticed problems upon starting. When I restart my laptop, there are white lines of code on a black background. I called in to support, but my support expired and here I am searching for help. They told me that I needed to try and reset my drivers, or my HDD is bad. To reset my drivers they gave me a combination of keys to press upon restarting, but I don't remember the combination of keys. I have repaired my disk using the install CD, but still am having problems.
    It's crazy that I send my laptop in and get it back with other problems... Any help is appreciated becuase Apple surely isn't helping.
    Macbook   Mac OS X (10.4.8)   Core Duo w/ Bootcamp

    Turn the computer off. Wait one minute. Restart. If you are still booting into single-user mode (black screen with white print) then at the prompt enter:
    reboot
    Then press return. If this does not start you up into OS X then there's a system problem. You will need to reinstall OS X. You can do this using the Archive and Install option that does not require you to erase the hard drive. Your old system will be archived in a Previous System Folder at the root of the hard drive.
    Before performing the Archive and Install you should do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then quit DU and return to the installer. Now proceed with the OS X installation.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • What is the error in this one line of code!

    s=s-(s/28)*[1-(s/28)*(29/s+1)*(21-q/11)];
    I am using this line of code in my programe but i am getting the following error.
    C:\shahzad\Easter.java:28: illegal start of expression
    s=s-(s/28)*[1-(s/28)*(29/s+1)*(21-q/11)];
    Please help me solvingg this problem
    thanks.

    s=s-(s/28)*[1-(s/28)*(29/s+1)*(21-q/11)];
    [] brakets ae used to index arrays, are you using an array somewhere????
    arr=5; for example....
    in either event youl need to make changes.
    assuming no array is involved simply change [] to ()
    if still causing problems try adding extara()
    s= (s-(s/28))*( (1-(s/28)) * ( (29/s)+1) * (21-(q/11)) );

  • ABAP Methods _ 50 lines of code or less recommendation

    Hi,
    I'm looking for a document that I recall seeing that recommends that an ABAP method should have only around 50 lines of code. Can anyone recall this document and where to get it? Not sure if it was a blog or pdf paper by someone.
    Thanks,
    Ken Murray

    Hi,
    Please refer link and page number 8.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fbafc9e-0e01-0010-dea9-9d23d1b269fb
    Generally, limited lines are useful for effective modularisation and easier maintanance.
    Thanks,
    Chetan Shah

  • What line of code do I need to use to run flashplayer offline in a HTML presentation?

    I have a client who has had an HTML presentation built that uses Flashplayer when online, using the following lines of code:
    <!-- flash embed part -->  
                 <div id="flashPreview">
                     <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                     </a>
                 </div>
    He now wants to use it off line. What line of code to I need to add to the header to run Flashplayer on the local machine instead?
    thank you

    HI Mike,
    thank you for your help. The file was built by someone else, so trying to get inside their head!!
    There is coding for the expressInstall.swf:
    // FLASH EMBED PART
                                  var flashvars = {},params = {},attributes = {};
                                  params.quality = "high";
                                  params.scale = "noscale";
                                  params.salign = "tl";
                                  params.wmode = "transparent";
                                  params.bgcolor = "#111111";
                                  params.devicefont = "false";
                                  params.allowfullscreen = "true";
                                  params.allowscriptaccess = "always";
                                  attributes.id = "flashPreview";
                                  swfobject.embedSWF("preview.swf", "flashPreview", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
    but nothing for the swfobject_modified.js, where would I put it???
    I really appreciate your help

  • How can I edit a line of code that is found in this file "boot-11.1.1.6.0-1318.js"

    From what I can understand, the file "boot-11.1.1.6.0-1318.js" is automatically generated for me in the ADF partitions.  The file is located here "http://ctd/portal/afr/partition/ie/n/default/opt/boot-11.1.1.6.0-1318.js" on our portal.  We found an error in one of the functions which renders our page incorrectly in IE9.  We know what line of code we need to change, just not where to find where the function resides.  I have an open ticket w/ Oracle support on this issue but to date, no help - the ticket is 5 months old & this issue is stopping our organization from upgrading to IE9.
    Here's the function we need to change:
    AdfIEAgent.prototype.getWindowClientHeight = function (a)
      a = a.document;
      //return (a.compatMode === "BackCompat" ? a.body : a.documentElement).clientHeight;
      return a.documentElement.clientHeight;
    *** Commenting out the "BAD" line & adding the line below it fixes the problem.
    Any help is greatly appreciated.
    Thanks,
    Joe'l

    You should escalate the SR if it's a showstopper for upgrading.
    You can also not change the core JS from the ADF framework.
    For you the solution works by doing this but that does not mean it should be a general fix.

  • What is this line of code means???

    Hi have a general question, I am not sure if it right place to ask. But I will be grateful if some body could help on this one. I could not figure out what is that line of code (**) is doing or what does it mean. I gave sample implementation here.
    Public class Decoder{
    InputStream in
    Public Decoder(InputStream in){
    This.in = in;
    String st = somefunction(in)
    public static Xval decode(InputStream in){
    return new Decoder(in).decode(); **
    What I don�t understand that what is line of Code do �return new Decoder(in).decode(); � I have never seen this kind of implementation. The return type is Xval but the function is retrunin t object of this (Decoder) type. And what is Decoder(in).decode() when function decode() is doing nothing except returning a object???
    Thank you

    Apparently, the Decoder class has a method called decode() that returns a Xval object. The line is equivalent toDecoder d =  new Decoder(in);
    Xval xv = d.decode();
    return xv;

Maybe you are looking for

  • Linux-3.1.8-1-i686 Errors and more

    The recent linux updated yielded this: (1/1) upgrading linux [######################] 100% >>> Updating module dependencies. Please wait ... >>> Generating initial ramdisk, using mkinitcpio. Please wait... ==> Building image from preset: 'default' ->

  • IPhone 5 not showing up in devices

    Have got latest version of iTunes and iOS but iPhone 5 still not showing up in devices. Windows has recognised iphone and has transferred photos so USB working ok. Have restarted both laptop and iPhone. What else can I try? Thanks.

  • Java Script in PeopleSoft

    Hello Folks, I am new to PeopleSoft. I would like to know what are the scenarios to use Java Script in PeopleSoft (PeopleCode) and why to use java script when we have peoplecode? Thanks!

  • Using Trailer text "Titles" in other imovie projects?

    The various trailers in the new imovie 11 are great, but I can't seem to utilize the text / titles specific to those trailers on any of my other projects? Is there a trick to pulling it off? Same thing with the music in the trailers, can't seem to ap

  • Call a Form with its name instead of its number

    instead of using : http://servername:7777/pls/portal30/PORTAL30.wwa_app_module.new_instance?p_moduleid=1556977996 I'd like not to use ModuleID but module name instead. Is it possible?