Jump to content

Question

Posted

Hi, I'm recently using an l2jserver project and I noticed something, why does every L2j project hide warnings instead of modifying the system? I have looked at java updates 1.8 to 11, 12, 14 and 15 whenever there is a java update, it always adds a warn ocut. Wouldn't that directly affect project performance with code leaks?

Recommended Posts

  • 0
Posted
10 hours ago, xdem said:

warnings don't necessarily mean leaks/bad performance idiots 😄

What you say is excactly that if this then maybe that, your statement is not even absolute or explained so if you're looking for idiots get a mirror and thank me later.

 

on topic i believe tryskel has a point on stable lts he just follow the timeline, but you cant say this for all other projects mentioned (asside l2j).

 

  • 0
Posted
8 hours ago, iTopZ said:

What you say is excactly that if this then maybe that, your statement is not even absolute or explained so if you're looking for idiots get a mirror and thank me later.

 

on topic i believe tryskel has a point on stable lts he just follow the timeline, but you cant say this for all other projects mentioned (asside l2j).

 

 

you can make anything appear as a warning via Eclipse settings, what kind of clown are you ?

  • 0
Posted
2 hours ago, xdem said:

 

you can make anything appear as a warning via Eclipse settings, what kind of clown are you ?

you cant even follow your own conversation, so thankfully not your kind.

  • 0
Posted
2 hours ago, iTopZ said:

you cant even follow your own conversation, so thankfully not your kind.

 

thats because I can't bring my IQ so low to have a convo with you, I will try harder next time, takes effort to communicate with a retard who doesn't know what his talking about

  • 0
Posted
5 hours ago, xdem said:

 

thats because I can't bring my IQ so low to have a convo with you, I will try harder next time, takes effort to communicate with a retard who doesn't know what his talking about

I get it is more easy to personally attack me than make an argument, its hard for you and your toxic behaviour, as i said look in the mirror if you looking for clowns.

  • 0
Posted (edited)
On 6/4/2021 at 2:14 AM, iTopZ said:

What you say is excactly that if this then maybe that, your statement is not even absolute or explained so if you're looking for idiots get a mirror and thank me later.

 

Well, xdem is kinda right - not for the "idiots" part, but for the fact than the user is free to choose from all possible "error types", the way he wants it to be handled.

 

Any "error" can be set as ignored, warning or even error.

 

test.png.7a6315d57b2da7c455f6f68526ff5dc2.png

 

The initial post is kinda "naive" - there is no proper way to handle "errors", some of those "errors" are also "pointless" at best, "annoying" at the worst.

 

A simple exemple can be illustrated with the "unused method parameter" error, which will be basically triggered on almost any "super" method, because most of the time the use is on the overriden method - a live exemple with sendPacket(L2GameServerPacket) method, which is blank in Creature class, so it will throw a warning here because the implementation is actually on Player/Playable.

 

That "error", if activated, would probably trigger one or two hundred of warnings by itself - while there is strictly nothing wrong to begin with.

 

Generally speaking, you set at least all performances types "errors" to at least "warning", but the leftover is basically up to how the developer see (or feels) Java.

 

There is simply no point to activate everything.

 

Edited by Tryskell
  • Thanks 1
  • 0
Posted
5 hours ago, Tryskell said:

Well, xdem is kinda right - not for the "idiots" part, but for the fact than the user is free to choose from all possible "error types", the way he wants it to be handled.

 

Any "error" can be set as ignored, warning or even error.

 

test.png.7a6315d57b2da7c455f6f68526ff5dc2.png

 

The initial post is kinda "naive" - there is no proper way to handle "errors", some of those "errors" are also "pointless" at best, "annoying" at the worst.

 

A simple exemple can be illustrated with the "unused method parameter" error, which will be basically triggered on almost any "super" method, because most of the time the use is on the overriden method - a live exemple with sendPacket(L2GameServerPacket) method, which is blank in Creature class, so it will throw a warning here because the implementation is actually on Player/Playable.

 

That "error", if activated, would probably trigger one or two hundred of warnings by itself - while there is strictly nothing wrong to begin with.

 

Generally speaking, you set at least all performances types "errors" to at least "warning", but the leftover is basically up to how the developer see (or feels) Java.

 

There is simply no point to activate everything.

 

for your project it can be the only one example he is right, if he was able to make a proper argument or make an absolute statement while not trying to be a clowwn, i've also made a statement for the sunrise as example of hidden warnings, those you mention have no impact on speed code leaks or to begin with.

  • 0
Posted (edited)

what is the performance impact on an unhandled switch-case enum ? - none

what is the performance impact on an unused variable ? - none

what is the performance impact on an unclosed connection ? - none closes when gets out of scope

 

Java developers know that Java is also written by retards, so internally 99% of your shit is cleaned up by them on compile or even JIT level. Warnings help keeping the source code clean on the project's prespective, and are just warnings and nowhere near to something that trully impacts and drives performance. (There are other tools that do that)

 

Now, @iTopZ you are totally irrelevant to me, I don't know who you are and by what means you hate me, but your just wasting your time going aggressive to me totally unprovoked because an irrelevant can't change my opinion or my feelings. Cheers

Edited by xdem
  • -1
Posted (edited)
6 hours ago, iTopZ said:

lets leave it to this.

its easy to be the clown  and you are doing it really well ! I got to admin that.

 

Aside the trashtalking, let the techical things for the people that actually know their shit given their hard work and experience.

There are many other topics on this forum where you can play the clown and nobody including me is going to ruin your experience

Edited by xdem
Guest
This topic is now closed to further replies.
  • Posts

    • never met a programmer that doesnt know english xD and as he said his knowledge and skills are beyond our imagination xD
    • nice work, welcome back to world of lineage development @melron 😄
    • He's likely baiting you to download his source full of backdoors indeed
    • Yeah inside router i had to enable udnp services 
    • Hello cheaters, As a team of avid developers and enthusiasts of Lineage 2, we are excited to present the L2 Control Hub, a groundbreaking plugin designed by myself and my collaborator, StinkyMadness. This innovative tool equips server administrators with powerful automation capabilities directly within the game's community board. L2 Control Hub simplifies the creation and management of automations, enabling you to customize your server operations without the need to modify the source code.   Key Features of L2 Control Hub: Robust Automation Triggers: Select from a plethora of triggers currently available, with continuous additions in the works to enhance your control options. Dynamic Conditions and Actions: Tailor your server operations with an extensive range of conditions and actions, ensuring flexible and precise control over game events and player interactions. Customizable Variables: Easily integrate server-specific variables from your database to further personalize and streamline your automations. Utilize these variables across various automation scenarios to cater to your specific server requirements. JavaScript Integration: Execute custom JavaScript codes that interact seamlessly with Java classes, bringing advanced functionalities to your server's ecosystem.   Explore L2 Control Hub in Action: We've prepared a series of video tutorials to demonstrate the capabilities of L2 Control Hub: Control Hub - Create a Simple Flow with 1 Condition and 1 Action: Get started with basic automations. Control Hub - Multiple Conditions with Multiple Actions: Explore more complex automations for detailed server management. Control Hub - Using Variables: Discover how to implement and use custom variables for tailored automations. Control Hub - Using JavaScript: Experience the power of custom scripts in enhancing your server functionality.   L2 Control Hub is currently about 70% complete, and we are actively developing and refining features. We invite you to join our ➡️ Discord community ⬅️ to engage with the development process, provide feedback, and be the first to test new features. Additionally, any updates or changes to the plugin are seamlessly delivered to all customers directly from our web server, ensuring your system is always up-to-date without the need for manual downloads.   Your game, your rules, automated. Join us in redefining server management in Lineage 2 and elevate your gaming community with unmatched automation capabilities. For more details, contact us directly to get started with L2 Control Hub.   Currently, the plugin is developed using aCis sources. We will continue with these sources until we finalize all the necessary details before proceeding to integrate with the more prominent sources available.       The L2 Control Hub is designed to extend beyond mere functional additions to your server. We are in the process of implementing a suite of advanced mechanisms, such as a vote manager capable of interfacing with any Lineage 2 voting site without requiring configuration, live statistics to provide admins with real-time insights, and an event engine that can generate any desired event within seconds. All these features will be seamlessly integrated into the module, enhancing your server management experience significantly.     Please note that L2 Control Hub will be a premium tool, reflecting the extensive features and benefits it offers. While we are finalizing the pricing structure, rest assured that we aim to deliver great value for your investment. We will announce the cost details soon on our platforms to ensure everyone is well-informed and can plan accordingly. Join us to take your server management to the next level with L2 Control Hub.     
  • Topics

×
×
  • Create New...