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 (edited)
22 hours ago, xdem said:

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

This one is only guaranteed if you're using try-with-resources btw. In some cases they will eventually close because they will get forced by the GC (even though they are unmanaged, the JVM will try to close when possible before disposing) but it's not guaranteed and they can cause socket exhaustion.

Edited by Elfocrash
  • 1
Posted
On 6/5/2021 at 8:14 PM, iTopZ said:

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.

Well, the initial post was about "all" types of "errors". Until you speak about "performance" "errors" (which actually can have an impact and should be set to at least "warning", and whom 99,99% packs normally already use them), it's all about how a developer (or pack owner)  would "feel" Java. Nothing more.

 

I *personally* "hide" "errors" which got no point, are impossible to fulfill due to the very nature of the content, etc. You probably can "fix" all "errors" from Eclipse, but since you don't get any XBox achievement for that, I don't see a point someone would do that.

 

About xdem, pick what it is needed to be picked in his answer (and mine), throw the leftover, and move on. You shouldn't feel offended about what could say an internet randomer (xdem, me or another) to you.

  • Like 1
  • 0
Posted
43 minutes ago, Williams said:

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?

yes if you see the shared sunrise project there is a review:

so... this guy who "made" this pack is making money from noobs, now there is another guy vilmis who's selling l2jfrozen pack 

 

this guys have in common that they scam noobs to get their money simple as that, decent packs are acis, l2jserver, lucera, mobius in this order, with them updating stuff is most possible you wont find any code leaks or performance issues, and to answer your question they dont know how to upgrade or what to upgrade this guys dont even know how to read java manuals or stay updated but scaming money from noobs is easier.

 

hope to answer your question.

PS same goes for l2scripts but still there are people who pay 2k euro to get it.

 

  • 0
Posted
3 minutes ago, iTopZ said:

sim, se você ver o projeto do nascer do sol compartilhado há uma revisão:

Então... esse cara que "fez" este pacote está ganhando dinheiro com noobs, agora há outro cara vilmis que está vendendo pacote l2jfrozen

 

esses caras têm em comum que eles scam noobs para obter o seu dinheiro simples como isso, pacotes decentes são acis, l2jserver, lucera, mobius nesta ordem, com eles atualizando coisas é mais possível você não vai encontrar quaisquer vazamentos de código ou problemas de desempenho, e para responder a sua pergunta eles não sabem como atualizar ou o que atualizar esses caras nem sequer sabem como ler manuais java ou ficar atualizado, mas scaming dinheiro de noobs é mais fácil.

 

espero responder a sua pergunta.

PS mesmo vale para l2scripts, mas ainda há pessoas que pagam 2k euros para obtê-lo.

 

 

aCis is very good yes but it uses the same procedure in aCis in revision 381 you can see that the TK ignores the java warnings.

  • 0
Posted
1 minute ago, Williams said:

 

aCis is very good yes but it uses the same procedure in aCis in revision 381 you can see that the TK ignores the java warnings.

i am not following their updates sorry but if you think you can do something about it they accept patches or talk with him he is reasonable some times, but you seem familiarized with the projects so i guess you know who is making and what all this years 🙂

  • 0
Posted
10 hours ago, Williams said:

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?

 

Because all project owners are amateurs and they can only add shared code, rename classes and modify in a bad way a code to bypass a null exception instead of do a core fix (i don't blame them, it's not like they get money). 

 

If you see connections or buffer readers in try catch instead of inside the  parenthesis of it for instance, run away. Closeable interface is made in Java 7 yet they still write code in a leakable way. 

  • 0
Posted
20 minutes ago, Kara said:

 

Because all project owners are amateurs and they can only add shared code, rename classes and modify in a bad way a code to bypass a null exception instead of do a core fix (i don't blame them, it's not like they get money). 

 

If you see connections or buffer readers in try catch instead of inside the  parenthesis of it for instance, run away. Closeable interface is made in Java 7 yet they still write code in a leakable way. 

The only project that fixed this was l2jserver. I will start fixing this for my server. I was looking at aCis and even Mobius they have the same problem.

  • 0
Posted
17 minutes ago, Williams said:

The only project that fixed this was l2jserver. I will start fixing this for my server. I was looking at aCis and even Mobius they have the same problem.

Mobius? You believe a guy who own 50 project at the same time and all get the same fix by L2J server when they release? 

  • Haha 1
  • 0
Posted
2 minutes ago, Kara said:

Mobius? Você acredita que um cara que possui 50 projetos ao mesmo tempo e todos recebem a mesma correção pelo servidor L2J quando eles liberam?

i expected more from aCis but they sweep the house and throw the trash under the carpet kkkk

  • 0
Posted
33 minutes ago, Williams said:

i expected more from aCis but they sweep the house and throw the trash under the carpet kkkk

 

Tryskell is what we call experienced in theory, bad in practice. 70% of his commits are rename of class. 

 

The funny part when i enter a client's PC and i need to guess how player class is named.

L2PcInstance? PcInstance? Player? PlayableInstance? This is what "developers" are doing nowadays. 

 

The most experienced team were L2J but now they suck. All serious member left and the leftover are amateur trash kids who leech my codes and add them in their project. 3 months now they add a over-complicated dynamic html scheme buffer and my discord bot. 

  • 0
Posted
16 hours ago, iTopZ said:

@Tryskell i believe you should give your answer to this

I'm using Eclipse 2019-12, those enum warnings don't exist, and I will eventually edit my environnement when next Java LTS is reached.

 

Some warnings are eventually hidden because they got no real point to be activated (I notably think about the switch "default" warning, which is desactivated).

 

I won't answer to other replies, since they are at best naive, at worst dishonest. You only have to know than when some people don't like something, there is a little chance than many others actually like it.

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

    • 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.     
    • The link soucer and system are off, reup please, thanks very much @HypeH
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • Hola, Busco proveedores de adena en Reborn signature. Trabajo serio, Web de ventas Seria. Adena-Shop. Discord: susi007317   Hello, I am looking for adena suppliers in Reborn signature. Serious work, Serious sales Web. Adena-Shop. Discord: susi007317
  • Topics

×
×
  • Create New...